@import "https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.3.0/css/swiper.css";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
html {
  font-size: 14px;
  height: 100%;
}

body {
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle;
}

textarea {
  resize: none;
}

section {
  position: relative;
}

input,
select,
button {
  outline: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.container {
  margin: 0 auto;
  max-width: 995px;
  width: 100%;
}

footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer {
  position: relative;
  overflow: hidden;
  padding: 46px 0 39px;
  z-index: 1;
}
.footer.gray {
  background: rgba(179, 179, 179, 0.1);
}
.footer-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 29px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 31px;
}
.footer-top a {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  border-bottom: 1px solid #565656;
}
.footer:after {
  position: absolute;
  content: "";
  top: 0;
  left: -20px;
  width: 110%;
  min-width: 384px;
  height: 100%;
  background: #414141;
  border-radius: 178px 0px 0 0;
  z-index: -1;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-left ul li {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  margin-bottom: 16px;
}
.footer-left ul li:last-child {
  margin-bottom: 0;
}
.footer-left ul li a {
  margin-left: 5px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-left--gray ul li {
  color: rgba(255, 255, 255, 0.5);
}
.footer-left--gray ul li a {
  color: rgba(255, 255, 255, 0.5);
}
.footer-right .policy {
  margin-bottom: 38px;
}
.footer-right .policy li {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 16px;
}
.footer-right .policy li:last-child {
  margin-bottom: 0;
}
.footer-right .policy li a {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #565656;
}
.footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer-social ul li:not(:first-child) {
  margin-right: 11px;
}
.footer-social ul li:not(:first-child) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0px 18px 18px 18px;
}
.footer-social ul li:not(:first-child) a svg {
  width: 1em;
  height: 1em;
  fill: #fff;
  font-size: 20px;
}
.footer-social ul li:last-child {
  margin-right: 0;
}
.footer-social ul li:first-child {
  margin-right: 27px;
}
.footer-social ul li:first-child a {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #565656;
}
header {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header-top {
  background: #2d9dd7;
}
.header-top--med {
  background: #3dad72;
}
.header-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 38px;
}
.header-top--med .container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header-top .city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 35px;
}
.header-top .city__name {
  font-weight: 700;
  font-size: 12.7377px;
  line-height: 16px;
  color: #ffffff;
}
.header-top .city__name a {
  font-weight: 500;
  color: #ffffff;
  border-bottom: 1px solid #ffffff30;
}
.header-top .city ul {
  position: absolute;
  display: none;
  opacity: 0;
  z-index: 2;
  left: 77px;
  top: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.12);
  border-radius: 0 33px 33px 33px;
  padding: 21px 39px 25px;
}
.header-top .city ul li {
  margin-bottom: 16px;
}
.header-top .city ul li:last-child {
  margin-bottom: 0;
}
.header-top .city ul a {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #3dad72;
}
.header-top .city ul a:hover {
  color: #29d179;
}
.header-top .city ul a.current {
  color: #29d179;
}
.header-top .city--blue ul a {
  color: #2d9dd7;
}
.header-top .city--blue ul a:hover {
  color: #29b6fe;
}
.header-top .city--blue ul a.current {
  color: #29b6fe;
}
.header-top ul.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.header-top ul.lang li {
  margin-right: 21px;
}
.header-top ul.lang li:last-child {
  margin-right: 0;
}
.header-top ul.lang a {
  font-weight: 500;
  font-size: 12.7px;
  line-height: 16px;
  color: #ffffff;
}
.header-top ul.lang a:hover {
  color: #ffffff90;
}
.header-top ul.lang li.current-lang a {
  font-weight: 700;
}
.header-bottom {
  padding-top: 42px;
  padding-bottom: 35px;
}
.header-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 21px;
  position: relative;
}
.header-bottom .header-top-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-bottom .header-top-row_right {
  display: flex;
  align-items: center;
  gap: 53px;
}
.header-bottom .custom-logo-link {
  width: 210px;
}
.header-bottom .logo--freemed {
  width: 268px;
  margin-right: 0px;
}
.header-bottom .custom-logo-link img {
  width: 100%;
}
.header-bottom .custom-logo-link .custom-logo_home {
  display: none;
}
.home .header-bottom .custom-logo-link .custom-logo_home {
  display: block;
}
.home .header-bottom .custom-logo-link .custom-logo_other {
  display: none;
}
.header-bottom .header-top-row_left {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #2c2b2c;
}
.home .header-bottom .header-top-row_left {
  color: #ffffff;
}
.header-bottom .header-top-row_left svg {
  font-size: 16px;
  width: 1em;
  height: 1em;
}
.header-bottom .header-top-row_left svg circle,
.header-bottom .header-top-row_left svg path {
  stroke: #2c2b2c;
}
.home .header-bottom .header-top-row_left svg circle,
.home .header-bottom .header-top-row_left svg path {
  stroke: #ffffff;
}
.header-bottom hr {
  width: 100%;
  margin: 0;
  margin-top: 3px;
  border: 1px solid #2c2b2c;
  opacity: 0.2;
}
.home .header-bottom hr {
  border: 1px solid #ffffff;
}
.header-bottom nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 34px;
}
.header-bottom nav > ul.green a {
  color: #3dad72;
}
.header-bottom nav > ul.green a:hover {
  color: #29d179;
}
.header-bottom nav > ul.green .dropdown.active > a:after {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#3dac72),
      to(#3dac72)
    ),
    #0088ce;
  background: -o-linear-gradient(bottom, #3dac72, #3dac72), #0088ce;
  background: linear-gradient(0deg, #3dac72, #3dac72), #0088ce;
}
.header-bottom nav > ul.green .dropdown:hover > a:after {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#3dac72),
      to(#3dac72)
    ),
    #0088ce;
  background: -o-linear-gradient(bottom, #3dac72, #3dac72), #0088ce;
  background: linear-gradient(0deg, #3dac72, #3dac72), #0088ce;
}
.header-bottom nav > ul.blue a:hover {
  color: #29b6fe;
}
.home .header-bottom nav ul li a {
  color: #ffffff;
}

.home .header-bottom nav .dropdown ul.sub-menu li a {
  color: #000;
}

.home .header-bottom nav > ul.green > li > a:hover,
.home .header-bottom nav > ul.blue > li > a:hover {
  color: #ffffffce;
}
.header-bottom nav > ul > li a {
  font-weight: 700;
  font-size: 15.7377px;
  line-height: 19px;
  text-transform: uppercase;
  color: #0088ce;
  white-space: nowrap;
}
.header-bottom nav > ul > li a:hover {
  color: #29b6fe;
}
.header-bottom nav .dropdown {
  cursor: pointer;
}
.header-bottom nav .dropdown > a {
  pointer-events: none;
}
.header-bottom nav .dropdown.active > a {
  position: relative;
}
.header-bottom nav .dropdown.active > a:after {
  position: absolute;
  content: "";
  width: calc(100% + 48px);
  height: 33px;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#2d9dd7),
      to(#2d9dd7)
    ),
    #0088ce;
  background: -o-linear-gradient(bottom, #2d9dd7, #2d9dd7), #0088ce;
  background: linear-gradient(0deg, #2d9dd7, #2d9dd7), #0088ce;
  opacity: 0.12;
  border-radius: 178px 0px 205.5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header-bottom nav .dropdown.active ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header-bottom nav .dropdown:hover > a {
  position: relative;
}
.header-bottom nav .dropdown:hover > a:after {
  position: absolute;
  content: "";
  width: calc(100% + 48px);
  height: 33px;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#2d9dd7),
      to(#2d9dd7)
    ),
    #0088ce;
  background: -o-linear-gradient(bottom, #2d9dd7, #2d9dd7), #0088ce;
  background: linear-gradient(0deg, #2d9dd7, #2d9dd7), #0088ce;
  opacity: 0.12;
  border-radius: 178px 0px 205.5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header-bottom nav .dropdown ul {
  position: absolute;
  top: 125px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  display: none;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 52px 74px 36px 69px;
  max-height: 518px;
  background: #ffffff;
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.12);
  border-radius: 65px 0px 65px 65px;
  width: 100%;
  max-width: 925px;
  overflow: hidden;
}
.header-bottom nav .dropdown ul li {
  margin-bottom: 22px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.header-bottom nav .dropdown ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 121.19%;
  color: #000000;
  white-space: nowrap;
}
.header-bottom nav .dropdown ul li a:after {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header-bottom .burger {
  display: none;
}

.header-mobile {
  display: none;
}

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}
.header__phone svg {
  font-size: 20px;
  width: 1em;
  height: 1em;
  margin: 2.5px 0;
}
.header__phone svg path {
  stroke: #2c2b2c;
}
.home .header__phone svg path {
  stroke: #ffffff;
}
.phone-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.header__phone .phone-number {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #2c2b2c;
}
.home .header__phone .phone-number {
  color: #ffffff;
}
.header__phone .phone-info {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #2c2b2c;
  opacity: 0.5;
}
.home .header__phone .phone-info {
  color: #ffffff;
}
.direction-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
.direction-menu--blue .direction-menu-dropdown a {
  color: #2d9dd7;
}
.direction-menu--blue .direction-menu-dropdown a:hover {
  color: #29b6fe;
}
.direction-menu__name {
  font-weight: 700;
  font-size: 12.7377px;
  line-height: 16px;
  color: #ffffff;
}
.direction-menu__name a {
  font-weight: 500;
  color: #ffffff;
  border-bottom: 1px solid #ffffff30;
}
.direction-menu-dropdown {
  opacity: 0;
  display: none;
  position: absolute;
  left: 77px;
  top: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.12);
  border-radius: 0 33px 33px 33px;
  padding: 19px 25px 36px;
}
.direction-menu-dropdown ul {
  padding-left: 51px;
}
.direction-menu-dropdown li {
  margin-bottom: 15px;
}
.direction-menu-dropdown li:last-child {
  margin-bottom: 0;
}
.direction-menu-dropdown a {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #3dad72;
  /*white-space: nowrap; */
}
.direction-menu-dropdown a:hover {
  color: #29d179;
}
.direction-menu-dropdown-item {
  margin-bottom: 28px;
}
.direction-menu-dropdown-item:last-child {
  margin-bottom: 0;
}
.direction-menu-dropdown-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.direction-menu-dropdown-item__title strong {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  white-space: nowrap;
  display: block;
}
.direction-menu-dropdown-item__icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 11px;
}
.direction-menu-dropdown-item__icon svg {
  width: 1em;
  height: 1em;
  font-size: 20px;
  fill: #000000;
}

.choice {
  height: 100%;
  padding-top: 32px;
  padding-bottom: 126px;
  /* background: url(../images/common/figure-bg.svg); */
  background-position: bottom center;
  background-repeat: repeat-x;
}
.choice-wrapper {
  padding: 57px 100px 102px;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#0088ce),
      to(#34a9e6)
    ),
    #0088ce;
  background: -o-linear-gradient(top, #0088ce 0%, #34a9e6 100%), #0088ce;
  background: linear-gradient(180deg, #0088ce 0%, #34a9e6 100%), #0088ce;
  border-radius: 178px 0px 205.5px;
  max-width: 785px;
  margin: 0 auto;
}
.choice h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 82px;
}
.choice ul {
  max-width: 246px;
  margin: 0 auto;
  width: 100%;
}
.choice li {
  width: 100%;
  margin-bottom: 15px;
}
.choice li:last-child {
  margin-bottom: 0;
}
.choice a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 41px;
  border: 1.2px solid #4eb1e4;
  border-radius: 0px 56px 56px 40px;
  font-weight: 500;
  font-size: 16.5434px;
  line-height: 140.19%;
  text-align: center;
  color: #ffffff;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.choice a:hover {
  background: #4eb1e4;
}
.choice a svg {
  position: absolute;
  font-size: 21px;
  width: 1em;
  height: 1em;
  left: 14px;
  top: 50%;
  fill: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.choice .choice-nav--full {
  max-width: 401px;
}
.choice-main {
  height: 100%;
  padding-bottom: 0px;
}

main {
  position: relative;
}

.contact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 29px 0;
}
.contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
.contact ul li {
  margin-right: 17px;
}
.contact ul li:last-child {
  margin-right: 0;
}
.contact ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64px;
  height: 57px;
  border: 2px solid #000000;
  border-radius: 0px 1111px 1111px 1111px;
}
.contact ul a svg {
  width: 1em;
  height: 1em;
  font-size: 33px;
  fill: #000;
}
.contact ul a:hover {
  border: 2px solid #29d179;
}
.contact ul a:hover svg {
  fill: #29d179;
}
.contact--blue ul a {
  border: 2px solid #000000;
}
.contact--blue ul a svg {
  fill: #000000;
}
.contact--blue ul a:hover {
  border: 2px solid #29b6fe;
}
.contact--blue ul a:hover svg {
  fill: #29b6fe;
}
.contact--white ul a {
  border: 2px solid white;
}
.contact--white ul a svg {
  fill: #fff;
}
.contact--white ul a:hover {
  border: 2px solid #29d179;
}
.contact--white ul a:hover svg {
  fill: #29d179;
}
.contact--white.contact--blue ul a {
  border: 2px solid white;
}
.contact--white.contact--blue ul a svg {
  fill: #fff;
}
.contact--white.contact--blue ul a:hover {
  border: 2px solid #29b6fe;
}
.contact--white.contact--blue ul a:hover svg {
  fill: #29b6fe;
}

.about {
  padding-top: 39px;
  background: rgba(179, 179, 179, 0.1);
}
.about-wrapper {
  background: #fff;
  border-radius: 0px 40px 0 0;
  padding: 30px 58px 154px;
}
.about .breadcrumb {
  margin-bottom: 39px;
}
.about-content {
  max-width: 727px;
  margin-bottom: 44px;
}
.about-content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 149.19%;
  color: #000000;
  margin-bottom: 25px;
}
.about-content ul,
.about-content ol {
  padding-left: 17px;
  margin-bottom: 42px;
}
.about-content ol li {
  list-style-type: decimal;
  padding-left: 0;
}
.about-content ol li::before {
  content: none;
}
.about-content li {
  padding-left: 18px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #000000;
  position: relative;
  margin-bottom: 15px;
  display: flex;
}
.about-content li::before {
  position: relative;
  content: "";
  background: #0088ce;
  border-radius: 0px 3.8px 3.8px 3.8px;
  width: 6.31px;
  height: 6.31px;
  left: -10px;
  top: 5px;
  flex: none;
}
.about-content--green li::before {
  background: #3dad72;
}
.about-content h3 {
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 36px;
}
.about-content h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 121.19%;
  color: #000000;
  margin-bottom: 19px;
}
.about-price-item {
  display: grid;
  grid-template-columns: 1fr 118px;
}
.about-price-item:first-child .about-price-item-left {
  padding-top: 0;
}
.about-price-item:first-child .about-price-item-right {
  padding-top: 0;
}
.about-price-item:last-child .about-price-item-left {
  padding-bottom: 0;
  border-bottom: none;
}
.about-price-item:last-child .about-price-item-right {
  padding-bottom: 0;
  border-bottom: none;
}
.about-price-item-left {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about-price-item-right {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about-price-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.about-price-item h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 121.19%;
  color: #000000;
  margin-bottom: 9px;
}
.about-price-item__text {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #000000;
  opacity: 0.55;
  max-width: 616px;
}
.about h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #000000;
  margin-bottom: 23px;
}
.about-images {
  display: grid;
  grid-template-columns: 486px 353px;
  grid-column-gap: 18px;
  grid-row-gap: 15px;
}
.about-images img:nth-child(1) {
  width: 100%;
  height: 100%;
  grid-row-start: 1;
  grid-row-end: 3;
  border-radius: 0px 44px 44px 44px;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-images img:nth-child(2) {
  width: 264px;
  height: 209px;
  border-radius: 0px 44px 44px 44px;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-images img:nth-child(3) {
  width: 100%;
  height: 162px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px 44px 44px 44px;
}
.about--service .about-content {
  max-width: 798px;
}
.about--service .about-content p {
  max-width: 727px;
}
.about--service .about-wrapper {
  padding-bottom: 46px;
  border-radius: 0px 40px 40px 40px;
}
.about--attachment .about-content {
  max-width: 100%;
}

ul.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul.breadcrumb li {
  font-weight: 400;
  font-size: 13px;
  line-height: 149.19%;
  color: rgba(0, 0, 0, 0.4);
}
ul.breadcrumb li + li {
  margin-left: 25px;
  position: relative;
}
ul.breadcrumb li + li:before {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/common/bread.svg);
  width: 5px;
  height: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -15px;
}
ul.breadcrumb li a {
  color: rgba(0, 0, 0, 0.4);
}
ul.breadcrumb li a:hover {
  color: black;
}

.review {
  padding-top: 39px;
  background: rgba(179, 179, 179, 0.1);
}
.review-wrapper {
  margin-bottom: 56px;
}
.review .block-wrapper {
  padding-bottom: 85px;
}
.review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 38px;
}
.review-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.review-item__ava {
  width: 83px;
  min-width: 83px;
  height: 79px;
  margin-right: 16px;
}
.review-item__ava img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px 44px 44px 44px;
}
.review-item-info {
  padding-top: 11px;
  max-width: 700px;
}
.review-item-info span {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #000000;
  opacity: 0.55;
  display: block;
  margin-bottom: 17px;
}
.review-item-info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 149.19%;
  color: #000000;
  margin-bottom: 14px;
}
.review-item.active .review-item__text--short {
  display: none;
}
.review-item.active .review-item__text--full {
  display: block;
}
.review-item.active .review-item__btn .show {
  display: none;
}
.review-item.active .review-item__btn .hide {
  display: block;
}
.review-item__text {
  display: none;
}
.review-item__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 121.19%;
  color: #000000;
  margin-bottom: 5px;
}
.review-item__btn {
  cursor: pointer;
}
.review-item__btn span {
  color: #0088ce;
  font-weight: 400;
  font-size: 14px;
  line-height: 149.19%;
  opacity: 1;
}
.review-item__btn span:hover {
  color: #29b6fe;
}
.review-item__btn .hide {
  display: none;
}
.review-item__btn--green span {
  color: #3dad72;
}
.review-item__btn--green:hover span {
  color: #29d179;
}
.review-item-images {
  margin-top: 29px;
  display: grid;
  grid-template-columns: repeat(8, 72px);
  grid-gap: 9px;
}

.pagination {
  position: relative;
  z-index: 1;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination li {
  margin-right: 10px;
}
.pagination li.active a {
  background: #2d9dd7;
  border: 1px solid #2d9dd7;
  color: #ffffff;
}
.pagination li:hover a {
  background: #2d9dd7;
  border: 1px solid #2d9dd7;
  color: #ffffff;
}
.pagination a {
  border: 1px solid rgba(45, 157, 215, 0.2);
  border-radius: 0px 40.5455px 40.5455px 40.5455px;
  width: 39px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14.7438px;
  line-height: 149.19%;
  color: #2d9dd7;
  cursor: pointer;
}
.pagination--green li.active a {
  background: #3dad72;
  border: 1px solid #3dad72;
}
.pagination--green li:hover a {
  background: #3dad72;
  border: 1px solid #3dad72;
}
.pagination--green a {
  border: 1px solid rgba(61, 173, 114, 0.2);
  color: #3dad72;
}

.block-wrapper {
  background: #fff;
  border-radius: 0px 40px 0 0;
  padding: 30px 58px 154px;
}
.block-wrapper .breadcrumb {
  margin-bottom: 39px;
}
.block-wrapper h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #000000;
  margin-bottom: 34px;
}

.clinics {
  padding-top: 39px;
  background: rgba(179, 179, 179, 0.1);
}
.clinics--green .clinics-item-info li a {
  color: #3dad72;
}
.clinics--green .clinics-item-info li a:hover {
  color: #29d179;
}
.clinics .block-wrapper {
  padding-right: 47px;
}
.clinics-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 275px;
  margin-bottom: 62px;
}
.clinics-item-info {
  width: 320px;
  min-width: 320px;
  margin-right: 24px;
}
.clinics-item-info h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 173.69%;
  margin-bottom: 4px;
}
.clinics-item-info li {
  font-weight: 400;
  font-size: 15px;
  line-height: 173.69%;
  color: #000000;
}
.clinics-item-info li a {
  color: #0088ce;
}
.clinics-item-info li a:hover {
  color: #29b6fe;
}
.clinics-item__map {
  width: 564px;
  height: 275px;
  overflow: hidden;
  border-radius: 65px 0px 65px 65px;
  background: #f7f7f7;
}

.med-slide .container {
  max-width: 1280px;
}

.med-slide .swiper-pagination {
  display: none;
}

.med-slide .swiper-slide {
  padding-top: 40px;
  position: relative;
}

.med-slide-item {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#3dad72),
      to(#48bd7f)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#0088ce), to(#34a9e6));
  background: -o-linear-gradient(top, #3dad72 0%, #48bd7f 100%),
    -o-linear-gradient(top, #0088ce 0%, #34a9e6 100%);
  background: linear-gradient(180deg, #3dad72 0%, #48bd7f 100%),
    linear-gradient(180deg, #0088ce 0%, #34a9e6 100%);
  border-radius: 178px 0px 205.5px;
  padding: 96px 270px 88px;
}
.med-slide-item__img {
  position: absolute;
  height: 100%;
  bottom: 0;
  right: 235px;
}
.med-slide-item__img img {
  height: 100%;
}

.med-slide__prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 104px;
  cursor: pointer;
  z-index: 2;
}
.med-slide__prev svg {
  width: 0.5em;
  height: 1em;
  font-size: 34px;
  fill: #ffffff;
}

.med-slide__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 104px;
  cursor: pointer;
  z-index: 2;
}
.med-slide__next svg {
  width: 0.5em;
  height: 1em;
  font-size: 34px;
  fill: #ffffff;
}

.med-slide__title {
  max-width: 325px;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #ffffff;
  margin-bottom: 10px;
}

.med-slide p {
  max-width: 294px;
  margin-bottom: 19px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
}

.med-slide__btn {
  width: 155px;
  height: 43px;
  background: #ffffff;
  border-radius: 87.3443px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 15.7377px;
  line-height: 19px;
  color: #3dad72;
  border: 1px solid #ffffff;
}
.med-slide__btn:hover {
  color: #ffffff;
  background: #3dad72;
  border: 1px solid #ffffff;
}

.direction {
  padding-top: 102px;
  padding-bottom: 98px;
}
.direction h2 {
  margin-bottom: 52px;
}
.direction-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 12px;
}
.direction-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.direction-item__icon {
  width: 112px;
  height: 109px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #3dad72;
  border-radius: 1111px 1111px 0px 1111px;
  margin-bottom: 20px;
}
.direction-item__icon svg {
  width: 1em;
  height: 1em;
  font-size: 60px;
  fill: #fff;
}
.direction-item__name {
  font-weight: 500;
  font-size: 14px;
  line-height: 121.19%;
  text-align: right;
  color: #000000;
}
/*.direction-item__name:hover {
        text-decoration: underline; }*/

.achievements {
  padding-top: 91px;
  padding-bottom: 156px;
  background: url(../images/common/figure-bg-2.svg);
  background-repeat-y: no-repeat;
  background-size: auto 100%;
}
.achievements h2 {
  margin-bottom: 26px;
}
.achievements-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 12px;
}
.achievements-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.achievements-item__number {
  font-weight: 500;
  font-size: 52px;
  line-height: 121.19%;
  text-align: center;
  color: #000000;
  margin-bottom: 25px;
}
.achievements-item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 121.19%;
  text-align: center;
  color: #000000;
}

.home-service {
  padding-top: 36px;
  padding-bottom: 35px;
  background: #f7f7f7;
}
.home-service .container {
  padding-top: 83px;
  padding-bottom: 95px;
  position: relative;
  z-index: 1;
}
.home-service .container:after {
  max-width: 1281px;
  width: 1280px;
  background: #ffffff;
  border-radius: 0 178px 0 205.5px;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  z-index: -1;
}
.home-service h2 {
  margin-bottom: 57px;
}
.home-service ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 39px;
  grid-row-gap: 22px;
}
.home-service ul li {
  width: 100%;
}
.home-service ul a {
  width: 100%;
  height: 141px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #3dad72;
  padding: 0 30px;
  border-radius: 0px 44px 44px 44px;
  color: #ffffff;
  font-weight: 600;
}
.home-service ul a:hover {
  background: #29d179;
}

.question {
  padding-top: 35px;
  padding-bottom: 54px;
  background: #f7f7f7;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.question-wrapper {
  display: none;
}
.question-wrapper:first-of-type {
  display: block;
}
.question--freemed {
  padding-top: 89px;
  background: #fff;
}
.question--blue ul a {
  color: #2d9dd7;
}
.question--blue ul a:hover {
  color: #29b6fe;
}
.question h2 {
  margin-bottom: 34px;
  text-align: left;
}
.question ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 38px;
}
.question li.active a {
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px 18px 18px 18px;
}
.question a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #3dad72;
  padding: 9px 13px;
  border: 1px solid transparent;
}
.question a:hover {
  color: #29d179;
}
.question-item {
  cursor: pointer;
  max-width: 750px;
  margin-bottom: 30px;
}
.question-item.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.question-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.question-item__icon {
  margin-right: 13px;
}
.question-item__icon svg {
  width: 1em;
  height: 0.5em;
  font-size: 10px;
  fill: #000000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.question-item h3 {
  font-weight: 600;
  font-size: 17px;
  line-height: 149.19%;
  color: #000000;
}
.question-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding-left: 23px;
  color: #000000;
  margin-top: 12px;
  display: none;
}

.advantages {
  padding: 60px 0;
}

.advantages h2 {
  text-align: left;
  margin-bottom: 30px;
}

.advantages-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}

.a-item {
  width: 29.75%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-shrink: 1;
}

.a-item__img {
  width: 100%;
  position: relative;
  display: block;
  min-height: 180px;
  border-radius: 0px 44px 44px 44px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 250px;
  margin-bottom: 20px;
}

.a-item__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.a-item__name {
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 10px;
}

.plot {
  padding-top: 288px;
  margin-top: -188px;
  padding-bottom: 89px;
  background: #f7f7f7;
  border-radius: 0px 0px 0px 155px;
}
.plot-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 38px;
  grid-row-gap: 36px;
}
.plot-item {
  width: 100%;
  padding: 27px 61px 0 44px;
  position: relative;
  z-index: 1;
}
.plot-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 13px);
  background: #ffffff;
  border-radius: 0px 44px 44px 44px;
  top: 0;
  left: 0;
  z-index: -1;
}
.plot-item h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 149.19%;
  color: #000000;
  margin-bottom: 16px;
}
.plot-item a {
  width: 100%;
  height: 32px;
  background: #3dad72;
  border-radius: 0px 44px 44px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 140.19%;
  color: #ffffff;
}
.plot-item a:hover {
  background: #29d179;
}

h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #000000;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  opacity: 0;
}
.popup-container {
  position: absolute;
  max-width: 605px;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.12);
  border-radius: 65px 0px 65px 65px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 64px 64px 62px;
}
.popup-container > img {
  width: 95px;
  margin-bottom: 35px;
}
.popup__close {
  position: absolute;
  top: 28px;
  right: 31px;
  cursor: pointer;
}
.popup__close svg {
  width: 1em;
  height: 1em;
  font-size: 16px;
  fill: #000000;
}
.popup__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 17px;
}
.popup p {
  font-weight: 400;
  font-size: 15px;
  line-height: 149.19%;
  color: #000000;
  margin-bottom: 22px;
}
.popup p a {
  color: #3dad72;
}
.popup .input {
  margin-bottom: 19px;
}
.popup .input small {
  display: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 149.19%;
  color: #cd1c1c;
  margin-top: 10px;
}
.popup .input.error small {
  display: block;
  visibility: visible;
}
.popup .input.error input {
  border: 1px solid #cd1c1c;
}
.popup input {
  max-width: 379px;
  width: 100%;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding-left: 18px;
  font-weight: 400;
  font-size: 13px;
  line-height: 149.19%;
  color: black;
}
.popup input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.popup input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.popup input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.popup input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.popup input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.popup input:focus {
  border: 1px solid rgba(0, 0, 0, 0.33);
}
.popup textarea {
  max-width: 100%;
  width: 100%;
  height: 150px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 11px 18px;
  font-weight: 400;
  font-size: 13px;
  line-height: 149.19%;
  color: black;
  outline: none;
}
.popup textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.popup textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.popup textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.popup textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.popup textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.popup textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.33);
}
.popup button {
  width: 196px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  outline: none;
  background: #3dad72;
  border-radius: 0px 44px 44px 30px;
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
  line-height: 140.19%;
  color: #ffffff;
}
.popup button:hover {
  background: #29d179;
}
.popup button:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}
.popup-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 32px;
}
.popup-item__name {
  font-weight: 600;
  font-size: 15px;
  line-height: 149.19%;
  color: #000000;
}
.popup--checkup input {
  max-width: 100%;
  width: 100%;
}
.popup--blue button {
  background: #2d9dd7;
}
.popup--blue button:hover {
  background: #29b6fe;
}

.specialists {
  padding-top: 39px;
  background: rgba(179, 179, 179, 0.1);
}
.specialists h1 {
  margin-bottom: 33px;
}
.specialists-search {
  width: 100%;
  margin-bottom: 42px;
}
.specialists-search form {
  width: 100%;
  position: relative;
}
.specialists-search input {
  width: 100%;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding-left: 18px;
  font-weight: 400;
  font-size: 13px;
  line-height: 149.19%;
  color: black;
}
.specialists-search input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.specialists-search input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.specialists-search input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.specialists-search input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.specialists-search input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.specialists-search button {
  width: 18px;
  height: 18px;
  outline: none;
  border: none;
  background: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.specialists-search button svg {
  width: 1em;
  height: 1em;
  font-size: 18px;
  fill: #3dad72;
}
.specialists-search--blue button svg {
  fill: #0088ce;
}
.specialists-wrapper {
  display: grid;
  /* grid-template-columns: repeat(4, 1fr); */
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-column-gap: 28px;
  grid-row-gap: 56px;
}
.specialists-item__img {
  width: 100%;
  padding-top: 84%;
  position: relative;
  margin-bottom: 19px;
  display: block;
}
.specialists-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 44px 44px 44px 0;
}
.specialists-item__name {
  font-weight: 600;
  font-size: 19px;
  line-height: 116.9%;
  color: #000000;
  margin-bottom: 5px;
  display: block;
  height: 56px;
  overflow: hidden;
}
.specialists-item span {
  font-weight: 400;
  font-size: 16px;
  line-height: 149.19%;
  color: #000000;
  display: block;
  margin-bottom: 17px;
  height: 45px;
  overflow: hidden;
}
.specialists-item li {
  margin-bottom: 8px;
}
.specialists-item li:last-child {
  margin-bottom: 0;
}
.specialists-item li a {
  width: 100%;
  height: 32px;
  border: 1px solid rgba(61, 173, 114, 0.2);
  border-radius: 0px 44px 44px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 140.19%;
  color: #3dad72;
}
.specialists-item li a:hover {
  background: #29d179;
  color: #ffffff;
}
.specialists--blue .specialists-item li a {
  border: 1px solid rgba(45, 157, 215, 0.2);
  color: #2d9dd7;
}
.specialists--blue .specialists-item li a:hover {
  background: #29b6fe;
  color: #fff;
}
.specialists-notfound {
  margin-top: 122px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.specialists-notfound img {
  margin-bottom: 39px;
  opacity: 0.1;
}
.specialists-notfound__text {
  font-weight: 400;
  font-size: 13px;
  line-height: 149.19%;
  text-align: center;
  color: #000000;
}
.specialists--green {
  padding: 0;
}
.specialists--green .container {
  max-width: 1187px;
  background: -o-linear-gradient(bottom, #3dad72 -1.68%, #48bd7f 100.3%),
    -o-linear-gradient(89.4deg, #0088ce 3.84%, #34a9e6 97.9%),
    -o-linear-gradient(90.65deg, #0088ce -1.11%, #34a9e6 73.61%), #0088ce;
  background: linear-gradient(360deg, #3dad72 -1.68%, #48bd7f 100.3%),
    linear-gradient(0.6deg, #0088ce 3.84%, #34a9e6 97.9%),
    linear-gradient(359.35deg, #0088ce -1.11%, #34a9e6 73.61%), #0088ce;
  border-radius: 128px 0px 142px;
  padding-top: 83px;
  padding-bottom: 120px;
  position: relative;
}
.specialists--green .container:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100px;
  left: 0;
  top: 100%;
  background: #3dad72;
}
.specialists--green.specialists--blue .container:after {
  background: #0088ce;
}
.specialists--green .specialists-slider {
  max-width: 975px;
  margin: 0 auto;
}
.specialists--green h2 {
  margin-bottom: 37px;
  color: white;
}
.specialists--green .specialists-item__img img {
  border-radius: 44px 0 44px 44px;
}
.specialists--green .specialists-item__name {
  color: #ffffff;
  text-align: center;
}
.specialists--green .specialists-item span {
  color: #ffffff;
  text-align: center;
}
.specialists--green .specialists-item li a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.specialists--blue.specialists--green .container {
  background: -o-linear-gradient(89.4deg, #0088ce 3.84%, #34a9e6 97.9%),
    -o-linear-gradient(89.34deg, #3dad72 2.2%, #48bd7f 97.53%),
    -o-linear-gradient(90.65deg, #0088ce -1.11%, #34a9e6 73.61%), #0088ce;
  background: linear-gradient(0.6deg, #0088ce 3.84%, #34a9e6 97.9%),
    linear-gradient(0.66deg, #3dad72 2.2%, #48bd7f 97.53%),
    linear-gradient(359.35deg, #0088ce -1.11%, #34a9e6 73.61%), #0088ce;
}

.profile {
  padding-top: 39px;
  background: rgba(179, 179, 179, 0.1);
}
.profile-wrapper {
  max-width: 772px;
  margin: 0 auto 37px;
  position: relative;
  z-index: 1;
  padding-bottom: 48px;
}
.profile-wrapper:after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 183px);
  background: #fff;
  border-radius: 0px 40px 40px 40px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.profile .breadcrumb {
  margin: 0 auto 67px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.profile .specialists-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.profile .specialists-item__img {
  width: 193px;
  height: 164px;
  padding-top: 0;
  margin-bottom: 29px;
}
.profile .specialists-item__img img {
  border-radius: 0px 44px 44px 44px;
}
.profile .specialists-item h1 {
  max-width: 300px;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}
.profile .specialists-item a {
  background: #3dad72;
  border-radius: 0px 44px 44px 30px;
  color: #fff;
  width: 193px;
}
.profile .about-wrapper {
  max-width: 772px;
  margin: 0 auto;
  padding-top: 0;
  background: transparent;
}
.profile--blue .specialists-item a {
  background: #2d9dd7;
}
.profile--blue .specialists-item a:hover {
  background: #29b6fe;
}

.country {
  padding-top: 39px;
  background: rgba(179, 179, 179, 0.1);
}
.country h1 {
  margin-bottom: 15px;
}
.country h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 121.19%;
  color: #000000;
  margin-bottom: 30px;
}
.country-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 28px;
  margin-bottom: 52px;
}
.country-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px 39.0863px 39.0863px 39.0863px;
  padding: 25px 24px 27px;
}
.country-item__img {
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7px;
}
.country-item__name {
  font-weight: 400;
  font-size: 15px;
  line-height: 149.19%;
  color: #000000;
  margin-bottom: 10px;
}
.country-item span {
  font-weight: 400;
  font-size: 12px;
  line-height: 149.19%;
  color: #000000;
  opacity: 0.5;
  margin-bottom: 15px;
  display: block;
}
.country-item__btn {
  background: #3dad72;
  border-radius: 0px 44px 44px 30px;
  width: 156px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 140.19%;
  color: #ffffff;
  cursor: pointer;
}
.country-item__btn:hover {
  background: #29d179;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0;
  background-color: rgba(255, 255, 255, 0.95);
  position: sticky;
  top: 0;
  width: calc(100% + 58px + 58px);
  padding-left: 58px;
  padding-right: 58px;
  margin-left: -58px;
  margin-right: -58px;
  margin-bottom: 43px;
  z-index: 1;
  /* if backdrop support: very transparent and blurred */
}
@supports (
  (-webkit-backdrop-filter: blur(24px)) or (backdrop-filter: blur(24px))
) {
  .tabs {
    background: rgba(255, 255, 255, 0.03);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  }
}
.tabs li.active a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000000;
}
.tabs a {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0px 18px 18px 18px;
  padding: 10px 21px;
  font-weight: 600;
  font-size: 18px;
  line-height: 17px;
  color: #3dad72;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs a img {
  width: 1.33em;
  height: 1em;
  margin-right: 0.2em;
}
.tabs a:hover {
  color: #29d179;
}
.tabs--blue a {
  color: #2d9dd7;
}
.tabs--blue a:hover {
  color: #29b6fe;
}

.checkup {
  padding-top: 39px;
  background: rgba(179, 179, 179, 0.1);
}
.checkup-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 22px;
  grid-row-gap: 26px;
}
.checkup-item {
  display: block;
  width: 100%;
  height: 192px;
  position: relative;
  z-index: 1;
  background: #3dad72;
  border-radius: 0px 40px 40px 40px;
}
.checkup-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  will-change: opacity;
  opacity: 0.2;
  border-radius: 0px 40px 40px 40px;
}
.checkup-item h3 {
  font-weight: 500;
  font-size: 15px;
  line-height: 149.19%;
  color: #ffffff;
  position: absolute;
  bottom: 30px;
  top: 110px;
  right: 10px;
  left: 24px;
  min-height: 50px;
}

.about--checkout .breadcrumb {
  margin-bottom: 3px;
}

.checkout-single-item {
  padding: 36px 0;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(34px);
  backdrop-filter: blur(34px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  top: 0;
  z-index: 1;
  width: calc(100% + 58px + 58px);
  padding-left: 58px;
  padding-right: 58px;
  margin-left: -58px;
  margin-right: -58px;
  margin-bottom: 43px;
  /* if backdrop support: very transparent and blurred */
}
@supports (
  (-webkit-backdrop-filter: blur(34px)) or (backdrop-filter: blur(34px))
) {
  .checkout-single-item {
    background: rgba(255, 255, 255, 0.01);
    -webkit-backdrop-filter: blur(34px);
    backdrop-filter: blur(34px);
  }
}
.checkout-single-item__img {
  width: 157px;
  height: 107px;
  background: #3dad72;
  border-radius: 0px 21.9253px 21.9253px 21.9253px;
  margin-right: 34px;
}
.checkout-single-item__img img {
  opacity: 0.2;
  border-radius: 0px 21.9253px 21.9253px 21.9253px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.checkout-single-item h1 {
  margin-bottom: 11px;
}
.checkout-single-item__btn {
  background: #3dad72;
  border-radius: 0px 44px 44px 30px;
  width: 186px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 140.19%;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.checkout-single-item__btn:hover {
  background: #29d179;
}

.checkout-content {
  position: relative;
  padding-top: 40px;
  max-width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.checkout-content p {
  max-width: 727px;
}
.checkout-content p:nth-child(1) {
  max-width: 627px;
}
.checkout-content h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 173.69%;
  color: #000000;
  margin-bottom: 9px;
}
.checkout-content ul {
  max-width: 506px;
}

.checkout-profile {
  /*
  width: 190px;
  position: absolute;
  top: 40px;
  right: 0px; */
  padding-left: 10px;
}
.checkout-profile__ava {
  margin-bottom: 14px;
}
.checkout-profile__ava img {
  width: 100%;
  height: 162px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 44px 44px 44px 0;
}
.checkout-profile__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 8px;
}
.checkout-profile span {
  font-weight: 400;
  font-size: 13px;
  line-height: 149.19%;
  color: #000000;
  opacity: 0.5;
}

.order__btn,
.online__btn,
.callback__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 271px;
  height: 33px;
  cursor: pointer;
  background: #3dad72;
  border-radius: 0px 44px 44px 30px;
  font-weight: 500;
  font-size: 13px;
  line-height: 140.19%;
  color: #ffffff;
}
.order__btn:hover,
.online__btn:hover {
  background: #29d179;
}

.price {
  padding-top: 39px;
  background: rgba(179, 179, 179, 0.1);
}
.price .about-content {
  max-width: 803px;
}

.price .about-content a {
  border-bottom: 1px solid #ccc;
}

.price-wrapper {
  margin-bottom: 60px;
}
.price-wrapper:last-child {
  margin-bottom: 0;
}
.price h1 {
  margin-bottom: 14px;
}
.price .tabs {
  margin-bottom: 28px;
}
.price .tabs-content {
  margin-bottom: 60px;
}
.price .tabs-content:last-child {
  margin-bottom: 0;
}

.about-content--blue .order__btn,
.about-content--blue .callback__btn {
  background: #2d9dd7;
}
.about-content--blue .order__btn:hover,
.about-content--blue .callback__btn:hover {
  background: #29b6fe;
}

.den-slide {
  overflow: hidden;
  padding-top: 30px;
}
.den-slide .swiper-container {
  overflow: visible;
  max-width: 900px;
}
.den-slide .swiper-slide {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.den-slide .swiper-slide-active,
.den-slide .swiper-slide-active + .swiper-slide-next,
.den-slide .swiper-slide-prev {
  opacity: 1;
}
.den-slide .swiper-slide:not(.swiper-slide-active) .den-slide-item {
  background: #f7f7f7;
  height: 474px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 300px 0px 300px;
  cursor: pointer;
}
.den-slide
  .swiper-slide:not(.swiper-slide-active)
  .den-slide-item:hover
  .den-slide-item__img {
  position: relative;
}
.den-slide
  .swiper-slide:not(.swiper-slide-active)
  .den-slide-item:hover
  .den-slide-item__img:after {
  position: absolute;
  content: "";
  width: 115%;
  height: 115%;
  border: 4px solid #29b6fe;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.den-slide .swiper-slide:not(.swiper-slide-active) .den-slide-item__title {
  display: none;
}
.den-slide .swiper-slide:not(.swiper-slide-active) .den-slide-item__img img {
  margin-bottom: 0;
  width: 155px;
  min-width: 155px;
  height: 155px;
  border-radius: 50%;
}
.den-slide .swiper-slide:not(.swiper-slide-active) .den-slide-item__img span {
  display: none;
}
.den-slide .swiper-slide:not(.swiper-slide-active) .den-slide-item-info {
  display: none;
}
.den-slide .swiper-slide-next .den-slide-item {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.den-slide-item {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#0088ce),
      to(#34a9e6)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#3dad72), to(#48bd7f));
  background: -o-linear-gradient(top, #0088ce 0%, #34a9e6 100%),
    -o-linear-gradient(top, #3dad72 0%, #48bd7f 100%);
  background: linear-gradient(180deg, #0088ce 0%, #34a9e6 100%),
    linear-gradient(180deg, #3dad72 0%, #48bd7f 100%);
  border-radius: 178px 0px 205.5px;
  padding: 59px 75px 34px 116px;
}
.den-slide-item__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 26px;
}
.den-slide-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.den-slide-item__img {
  margin-right: 36px;
}
.den-slide-item__img img {
  min-width: 344px;
  width: 344px;
  height: 286px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1111px 1111px 1111px 0px;
  margin-bottom: 15px;
}
.den-slide-item__img span {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  opacity: 0.5;
}
.den-slide-item-info {
  padding-top: 59px;
}
.den-slide-item-info p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 17px;
}
.den-slide-item__btn {
  background: #ffffff;
  border-radius: 87.3443px;
  width: 239px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 15.7377px;
  line-height: 19px;
  color: #2d9dd7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.den-slide-item__btn:hover {
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
}
.den-slide .swiper-pagination {
  display: none;
}

.withus {
  padding-top: 70px;
  padding-bottom: 96px;
}
.withus h2 {
  margin-bottom: 44px;
}
.withus-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
}
.withus-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.withus-item__icon {
  width: 112px;
  height: 109px;
  background: #2d9dd7;
  border-radius: 1111px 1111px 1111px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.withus-item__icon svg {
  width: 1em;
  height: 0.65em;
  font-size: 84px;
  fill: #fff;
}
.withus-item__name {
  font-weight: 600;
  font-size: 15px;
  line-height: 121.19%;
  text-align: center;
  color: #000000;
  margin-bottom: 14px;
}
.withus-item p {
  font-weight: 400;
  font-size: 13px;
  line-height: 130.19%;
  text-align: center;
  color: #000000;
}

.withus--gray {
  padding-top: 0;
  padding-bottom: 0;
}
.withus--gray .container {
  position: relative;
  z-index: 1;
  padding-top: 67px;
  padding-bottom: 73px;
}
.withus--gray .container:after {
  position: absolute;
  content: "";
  z-index: -1;
  background: #f7f7f7;
  border-radius: 178px 0px 205.5px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  width: calc(100% + 286px);
  height: 100%;
}

.question--white {
  background: white;
  padding-top: 80px;
}

@media (max-width: 1280px) {
  .med-slide .container {
    max-width: 995px;
  }
  .med-slide-item {
    padding: 96px 50px 88px 100px;
  }
  .med-slide-item__img {
    right: 70px;
  }
  .home-service .container:after {
    max-width: calc(100% + 72px);
    width: calc(100% + 72px);
  }
  .banner__prev {
    left: 50px;
  }
  .banner__next {
    right: 50px;
  }
}

@media (max-width: 1060px) {
  .container {
    max-width: 720px;
  }
  .med-slide .container {
    max-width: 720px;
  }
  .header-bottom .custom-logo-link {
    width: 130px;
  }
  .header-bottom nav .dropdown ul {
    top: 112px;
  }
  .about-images {
    grid-template-columns: 60% 1fr;
  }
  .review-item-images {
    grid-template-columns: repeat(5, 72px);
  }
  .question li a {
    white-space: nowrap;
  }
  .specialists-wrapper {
    /* grid-template-columns: repeat(3, 1fr); */
  }
  .specialists-slider .swiper-slide {
    opacity: 0.3;
  }
  .specialists-slider .swiper-slide-active {
    opacity: 1;
  }
  .country-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .checkout-profile {
    position: static;
    margin: 0 auto;
  }
  .med-slide-item__img {
    height: 70%;
  }
  .plot-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .header-bottom nav > ul > li a {
    font-size: 13px;
  }
  .header-bottom nav > ul > li {
    margin-right: 15px;
  }
  .den-slide .swiper-slide-active + .swiper-slide-next,
  .den-slide .swiper-slide-prev {
    opacity: 0;
  }
  .den-slide-item__img img {
    width: 150px;
    height: 150px;
    min-width: 150px;
  }
  .withus-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .footer-top a {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  iframe {
    position: absolute;
    left: 20px;
  }
  .container {
    max-width: 540px;
  }
  .header-top {
    display: none;
  }
  .header-bottom .header-top-row_right {
    gap: 22px;
  }
  .header-bottom .header-top-row_left span {
    display: none;
  }
  .header-bottom hr {
    display: none;
  }
  .header-mobile {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.4);
  }
  .header-mobile-wrapper {
    position: absolute;
    top: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: calc(100% - 50px);
    width: 100%;
    padding-top: 59px;
    background: #1a3749;
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.12);
    border-radius: 33px 0px 33px 33px;
    overflow: hidden;
    overflow-y: auto;
    max-height: 90vh;
  }
  .header-mobile nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 38px;
  }
  .header-mobile nav > ul > li {
    margin-bottom: 18px;
  }
  .header-mobile nav > ul > li:last-child {
    margin-bottom: 0;
  }
  .header-mobile nav > ul > li > a {
    font-weight: 600;
    font-size: 15.7377px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
  }
  .header-mobile nav > ul > li.dropdown > a {
    pointer-events: none;
    position: relative;
  }
  .header-mobile nav > ul > li.dropdown:hover > a:after {
    position: absolute;
    content: "";
    width: calc(100% + 48px);
    height: 33px;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#3dac72),
        to(#3dac72)
      ),
      #0088ce;
    background: -o-linear-gradient(bottom, #3dac72, #3dac72), #0088ce;
    background: linear-gradient(0deg, #3dac72, #3dac72), #0088ce;
    opacity: 0.12;
    border-radius: 178px 0px 205.5px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header-mobile nav > ul > li.dropdown:hover ul {
    display: block;
  }
  .header-mobile nav > ul > li.dropdown ul {
    margin-top: 12px;
    margin-bottom: 34px;
    display: none;
  }
  .header-mobile nav > ul > li.dropdown li {
    margin-bottom: 8px;
    text-align: center;
  }
  .header-mobile nav > ul > li.dropdown li a {
    font-weight: 500;
    font-size: 13px;
    line-height: 121.19%;
    color: #ffffff;
    text-align: center;
  }
  .header-mobile nav > ul.blue > li {
    margin-bottom: 18px;
  }
  .header-mobile nav > ul.blue > li:last-child {
    margin-bottom: 0;
  }
  .header-mobile nav > ul.blue > li > a {
    font-weight: 500;
    font-size: 15.7377px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    display: block;
  }
  .header-mobile nav > ul.blue > li.dropdown:hover > a:after {
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#2d9dd7),
        to(#2d9dd7)
      ),
      #0088ce;
    background: -o-linear-gradient(bottom, #2d9dd7, #2d9dd7), #0088ce;
    background: linear-gradient(0deg, #2d9dd7, #2d9dd7), #0088ce;
  }
  .header-mobile nav > ul.blue a:hover {
    color: #29b6fe;
  }
  .header-mobile .city {
    width: 100%;
    background: #3dad72;
    position: relative;
    padding-top: 28px;
    padding-bottom: 0;
  }
  .header-mobile .city__name {
    font-weight: 500;
    font-size: 12.7377px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
  }
  .header-mobile .city__name a {
    display: block;
    color: #ffffff;
    border-bottom: 1px solid #ffffff30;
  }
  .header-mobile .city__name:hover + ul {
    /* display: block;*/
  }
  .header-mobile .city ul {
    position: absolute;
    display: none;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    background: #ffffff;
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.12);
    border-radius: 0 33px 33px 33px;
    padding: 21px 53px 25px 39px;
    z-index: 3;
  }
  .header-mobile .city ul a {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
  }
  .header-mobile .city ul li {
    margin-bottom: 16px;
  }
  .header-mobile .city ul li:last-child {
    margin-bottom: 0;
  }

  .header-mobile .direction-menu {
    width: 100%;
    background: #3dad72;
    position: relative;
    padding-top: 18px;
    padding-bottom: 0;
  }
  .header-mobile .direction-menu__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: center;
    font-weight: 500;
  }
  .header-mobile .direction-menu:hover .direction-menu-dropdown {
    /* display: block;*/
    opacity: 1;
    top: auto;
    left: auto;
    bottom: 0;
    right: 10px;
  }
  .header-mobile .direction-menu .direction-menu-dropdown {
    padding: 26px 24px 32px;
  }
  .header-mobile .direction-menu .direction-menu-dropdown-item {
    margin-bottom: 30px;
  }
  .header-mobile .direction-menu .direction-menu-dropdown-item:last-child {
    margin-bottom: 0;
  }
  .header-mobile .direction-menu .direction-menu-dropdown-item__icon {
    border: none;
    width: 14px;
    height: 14px;
    margin-right: 10px;
  }
  .header-mobile .direction-menu .direction-menu-dropdown-item__icon svg {
    font-size: 14px;
  }
  .header-mobile .direction-menu .direction-menu-dropdown-item__title {
    margin-bottom: 14px;
  }
  .header-mobile .direction-menu .direction-menu-dropdown-item__title strong {
    font-size: 15px;
    line-height: 18px;
  }
  .header-mobile .direction-menu .direction-menu-dropdown ul {
    padding-left: 24px;
  }
  .header-mobile .direction-menu .direction-menu-dropdown ul a {
    font-size: 15px;
    line-height: 18px;
  }
  .header-mobile .direction-menu .direction-menu-dropdown ul li {
    margin-bottom: 14px;
  }
  .header-mobile .direction-menu .direction-menu-dropdown ul li:last-child {
    margin-bottom: 0;
  }
  .header-mobile .header__phone {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 26px;
  }
  .phone-content {
    gap: 4px;
    align-items: center;
  }
  .header__phone .phone-number {
    font-weight: 600;
    font-size: 16.3974px;
    line-height: 20px;
    color: #ffffff;
  }
  .header-mobile .phone-content svg {
    font-size: 15px;
    margin: 0;
    margin-right: 7.4px;
    margin-bottom: 2.5px;
  }
  .header-mobile .phone-content svg path {
    stroke: #ffffff;
  }
  .header__phone .phone-info {
    font-weight: 500;
    font-size: 12.7377px;
    line-height: 16px;
    color: #ffffff;
    opacity: 0.2;
  }
  .header-mobile .lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #3dad72;
  }
  .header-mobile .lang a {
    font-weight: 500;
    font-size: 12.7377px;
    line-height: 16px;
    color: #ffffff;
  }
  .header-mobile .lang li.current-lang a {
    font-weight: 700;
  }
  .header-mobile .lang li {
    margin-right: 21px;
  }
  .header-mobile .lang li:last-child {
    margin-right: 0;
  }
  .header-mobile__close {
    position: absolute;
    top: 16px;
    right: 20px;
  }
  .header-mobile__close svg {
    width: 1em;
    height: 1em;
    font-size: 16px;
    fill: #ffffff40;
  }
  .header-mobile__close--green svg {
    fill: #3dad72;
  }
  .header-bottom {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .header-bottom .custom-logo-link {
    width: 138px;
  }
  .header-bottom nav {
    display: none;
  }
  .header-bottom .header__phone {
    display: none;
  }
  .header-bottom .burger {
    display: block;
    cursor: pointer;
  }
  .header-bottom .burger svg {
    width: auto;
    height: 1em;
    font-size: 14px;
  }
  .header-bottom .burger svg line {
    stroke: #2c2b2c;
  }
  /*.header-bottom .burger--green svg line {
    stroke: #3dad72;
  }*/
  .home .header-bottom .burger svg line {
    stroke: #ffffff;
  }
  .choice {
    padding-top: 17px;
    padding-bottom: 60px;
    background-size: auto 256px;
  }
  .choice-wrapper {
    padding: 42px 36px 57px 44px;
    border-radius: 62px 0px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#0088ce),
        to(#34a9e6)
      ),
      #0088ce;
    background: -o-linear-gradient(top, #0088ce 0%, #34a9e6 100%), #0088ce;
    background: linear-gradient(180deg, #0088ce 0%, #34a9e6 100%), #0088ce;
  }
  .choice h1 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 24px;
  }
  .choice ul {
    max-width: 100%;
  }
  .choice .choice-nav--full {
    max-width: 100%;
  }
  .choice .choice-nav--full a {
    height: 63px;
    padding: 0 10px;
  }
  .choice a {
    text-align: center;
    font-size: 14.5434px;
    line-height: 140.19%;
  }
  .choice a svg {
    position: static;
    margin-right: 11px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 16px;
  }
  /*.choice-main {
    padding-bottom: 146px;
  }*/
  .contact {
    padding: 16px 0;
  }
  .contact ul a {
    width: 53px;
    height: 47px;
  }
  .contact ul a svg {
    font-size: 25px;
  }
  .footer {
    padding-top: 46px;
    padding-bottom: 40px;
  }
  .footer:after {
    min-height: 382px;
    left: -2px;
    border-radius: 53px 0px;
  }
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-left {
    margin-bottom: 28px;
  }
  .footer-left ul li {
    text-align: center;
    font-size: 12.8276px;
    line-height: 16px;
    margin-bottom: 11px;
  }
  .footer-left ul li:last-child {
    margin-bottom: 0;
  }
  .footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer-right .policy {
    margin-bottom: 0;
  }
  .footer-right .policy li {
    text-align: center;
    font-size: 12.8276px;
    line-height: 16px;
    margin-bottom: 4px;
  }
  .footer-right .policy li:last-child {
    margin-bottom: 0;
  }
  .footer-social {
    margin-bottom: 32px;
  }
  .footer-social ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-social ul li:first-child {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 21px;
  }
  .about {
    padding-top: 28px;
  }
  .about-wrapper {
    padding: 13px 21px 128px;
  }
  .about .breadcrumb {
    margin-bottom: 19px;
  }
  .about h1 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
  }
  .about-content {
    margin-bottom: 25px;
  }
  .about-content p {
    font-size: 13px;
    line-height: 149.19%;
    margin-bottom: 22px;
  }
  .about-content ul {
    padding-left: 13px;
    margin-bottom: 25px;
  }
  .about-content ul li {
    padding-left: 11px;
    font-size: 13px;
    line-height: 149.19%;
    margin-bottom: 10px;
  }
  .about-content ul li:after {
    width: 4.3px;
    height: 4.3px;
  }
  .about-images {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 13px;
  }
  .about-images img:nth-child(1) {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
    border-radius: 44px 44px 44px 0px;
    width: 100%;
    height: 206px;
  }
  .about-images img:nth-child(2) {
    width: 100%;
    height: 98px;
  }
  .about-images img:nth-child(3) {
    width: 100%;
    height: 98px;
  }
  ul.breadcrumb li {
    font-size: 11px;
    line-height: 149.19%;
  }
  ul.breadcrumb li + li {
    margin-left: 17px;
  }
  ul.breadcrumb li + li:before {
    width: 4px;
    height: 6px;
    background-size: cover;
    left: -10px;
  }
  .block-wrapper {
    padding: 13px 21px 128px;
  }
  .block-wrapper .breadcrumb {
    margin-bottom: 19px;
  }
  .block-wrapper h1 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
  }
  .review-item {
    padding-bottom: 31px;
    margin-bottom: 31px;
  }
  .review-item__ava img {
    border-radius: 22px 22px 22px 0px;
  }
  .review-item-info {
    padding-top: 0;
  }
  .review-item-info > span {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 56px;
  }
  .review-item-info p {
    width: calc(100% + 83px + 18px);
    margin-left: calc(-83px + -18px);
    font-size: 13px;
    line-height: 149.19%;
    margin-bottom: 8px;
  }
  .review-item__btn {
    width: calc(100% + 83px + 18px);
    margin-left: calc(-83px + -18px);
  }
  .review-item__btn span {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 149.19%;
  }
  .review-item-images {
    margin-top: 21px;
    width: calc(100% + 83px + 18px);
    margin-left: calc(-83px + -18px);
    grid-template-columns: repeat(4, 55px);
    grid-gap: 8px;
  }
  .review-item-images img {
    width: 55px;
    height: 55px;
  }
  .review-item__name {
    font-weight: 600;
    font-size: 13px;
    line-height: 116.9%;
    margin-bottom: 5px;
  }
  .review .block-wrapper {
    padding-bottom: 106px;
  }
  .pagination a {
    width: 32px;
    height: 32px;
    font-size: 12.3121px;
    line-height: 149.19%;
  }
  .pagination li {
    margin-right: 8px;
  }
  .clinics-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    margin-bottom: 48px;
  }
  .clinics-item-info {
    margin-bottom: 15px;
    min-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  .clinics-item-info h3 {
    font-size: 13px;
    line-height: 116.9%;
    margin-bottom: 11px;
  }
  .clinics-item-info li {
    font-size: 13px;
    line-height: 149.19%;
  }
  .clinics-item__map {
    width: 100%;
    height: 206px;
    border-radius: 0px 44px 44px 44px;
  }
  .clinics .block-wrapper {
    padding: 13px 21px 128px;
  }
  .med-slide .container {
    max-width: calc(100% - 34px);
    margin: 0 17px;
    padding: 0;
  }
  .med-slide .swiper-slide {
    padding-top: 0;
  }
  .med-slide-item {
    border-radius: 53px 0px;
    padding: 38px 25px 130px;
  }
  .med-slide-item__img {
    width: 191px;
    height: auto;
    right: 18px;
  }
  .med-slide-item__img img {
    width: 100%;
    height: auto;
  }
  .med-slide__title {
    font-size: 24.6462px;
    line-height: 29px;
    margin-bottom: 8px;
  }
  .med-slide p {
    font-size: 12.3231px;
    line-height: 17px;
    margin-bottom: 17px;
  }
  .med-slide__btn {
    width: 123px;
    height: 33px;
    font-size: 12.5142px;
    line-height: 15px;
  }
  .med-slide-nav {
    display: none;
  }
  .med-slide .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 14px;
    left: 25px;
  }
  .med-slide .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.2;
    border-radius: 0px 3.88405px 3.88405px 3.88405px;
    margin: 0 3.5px;
  }
  .med-slide .swiper-pagination-bullet-active {
    background: #ffffff;
    opacity: 1;
  }
  .direction {
    padding-top: 45px;
    padding-bottom: 10px;
  }
  .direction-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 0;
  }
  .direction h2 {
    margin-bottom: 25px;
  }
  .direction-item {
    width: 33%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 31px;
  }
  .direction-item__icon {
    width: 90px;
    height: 88px;
  }
  .direction-item__icon svg {
    font-size: 54px;
  }
  .direction-item__name {
    text-align: center;
    font-size: 11px;
    line-height: 160.2%;
  }
  .achievements {
    padding-top: 71px;
    padding-bottom: 93px;
  }
  .achievements h2 {
    margin-bottom: 19px;
  }
  .achievements-wrapper {
    grid-gap: 19px;
    grid-template-columns: 100%;
  }
  .achievements-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .achievements-item p {
    width: 50%;
    margin-left: 27px;
    text-align: left;
    font-size: 12.093px;
    line-height: 121.19%;
  }
  .achievements-item__number {
    font-size: 35.4153px;
    line-height: 121.19%;
    margin-bottom: 0;
  }
  .home-service {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .home-service .container:after {
    display: none;
  }
  .home-service .container {
    width: calc(100% - 72px);
    background: #ffffff;
    border-radius: 0 53px;
    padding: 41px 27px 67px 34px;
  }
  .home-service h2 {
    margin-bottom: 28px;
  }
  .home-service ul {
    grid-template-columns: 100%;
    grid-gap: 9px;
  }
  .home-service ul a {
    font-size: 16px;
    line-height: 149.19%;
    height: 84px;
    text-align: center;
  }
  .question {
    margin-top: 20px;
    padding-bottom: 105px;
  }
  .question h2 {
    margin-bottom: 5px;
    text-align: center;
  }
  .question ul {
    overflow-x: auto;
    padding-bottom: 22px;
    padding-top: 11px;
    padding-left: 2px;
  }
  .question-item {
    margin-bottom: 22px;
  }
  .question-item__icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto;
    margin-right: 0;
  }
  .question-item h3 {
    font-size: 15px;
    line-height: 149.19%;
    max-width: calc(100% - 20px);
  }
  .question-item p {
    margin-top: 9px;
    font-size: 13px;
    line-height: 21px;
  }
  .footer-social ul li:not(:first-child) a {
    width: 38px;
  }
  .footer-top ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 50px;
  }
  .footer-top ul a {
    font-size: 15px;
    line-height: 18px;
  }
  .footer-top ul li {
    margin-bottom: 22px;
  }
  .footer-top ul li:last-child {
    margin-bottom: 0;
  }
  .popup-container {
    padding: 54px 33px 41px 29px;
    width: calc(100% - 50px);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.12);
    border-radius: 33px 0px 33px 33px;
  }
  .popup-container > img {
    width: 69px;
    margin-bottom: 20px;
  }
  .popup__close {
    top: 16px;
    right: 20px;
  }
  .popup__close svg {
    font-size: 16px;
  }
  .popup__title {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 9px;
  }
  .popup p {
    font-size: 13px;
    line-height: 149.19%;
    margin-bottom: 23px;
  }
  .popup input {
    max-width: 100%;
    height: 42px;
    padding-left: 18px;
    font-size: 12px;
    line-height: 149.19%;
  }
  .popup textarea {
    max-width: 100%;
    font-size: 12px;
    line-height: 149.19%;
  }
  .popup button {
    width: 100%;
    height: 40px;
    font-size: 13px;
    line-height: 140.19%;
  }
  .specialists {
    padding-top: 25px;
  }
  .specialists-wrapper {
    /* grid-template-columns: repeat(2, 1fr); */
    grid-column-gap: 24px;
    grid-row-gap: 49px;
  }
  .specialists-search {
    margin-bottom: 27px;
  }
  .specialists-item__img {
    margin-bottom: 9px;
  }
  .specialists-item__name {
    font-size: 13px;
    line-height: 116.9%;
    margin-bottom: 5px;
  }
  .specialists-item span {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 149.19%;
    /*white-space: nowrap;*/
  }
  .specialists-item li a,
  .specialists-item li .online__btn {
    width: auto;
    height: auto;
    border: 0;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 11px;
    line-height: 91.69%;
    background: transparent;
  }
  .specialists-item li a:hover,
  .specialists-item li .online__btn:hover {
    background: transparent;
  }
  .specialists-item li {
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px solid rgba(218, 217, 213, 0.4);
  }
  .specialists-item li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .specialists--blue .specialists-item li a {
    border: none;
  }
  .specialists--blue .specialists-item li a:hover {
    color: #2d9dd7;
    background: transparent;
  }
  .specialists--blue.specialists--green .specialists-item li a {
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .specialists--blue.specialists--green .specialists-item li a:hover {
    color: #ffffff;
  }
  .specialists--green .specialists-item__img {
    padding-top: 100%;
  }
  .specialists--green .specialists-item__img img {
    width: 100%;
    height: 100%;
  }
  .profile .specialists-item__img img {
    width: 100%;
    height: 100%;
  }
  .specialists--blue .specialists-wrapper .specialists-item__name {
    display: table-caption;
  }
  .specialists-notfound {
    margin-top: 68px;
  }
  .specialists-notfound img {
    width: 126px;
    margin-bottom: 42px;
  }
  .specialists-notfound__text {
    font-size: 13px;
    line-height: 149.19%;
  }
  .specialists--green {
    padding-top: 0;
    margin-bottom: -105px;
  }
  .specialists--green .container {
    width: 100%;
    padding-top: 31px;
    padding-bottom: 217px;
    border-radius: 33px 0px;
    padding-right: 0;
    padding-left: 0;
  }
  .contact--white {
    bottom: 105px;
  }
  .about-content h3 {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 21px;
  }
  .about-price-item {
    grid-template-columns: 100%;
    position: relative;
  }
  .about-price-item-left {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .about-price-item-left h4 {
    width: calc(100% - 100px);
    font-size: 13px;
    line-height: 121.19%;
    margin-bottom: 8px;
  }
  .about-price-item-left p {
    font-size: 11px;
    line-height: 16px;
  }
  .about-price-item-right {
    padding: 0;
    border: 0;
    font-size: 13px;
    line-height: 121.19%;
    position: absolute;
    right: 0;
    top: 16px;
  }
  .about--service .about-wrapper {
    padding-bottom: 25px;
  }
  .price .tabs-content {
    margin-bottom: 37px;
  }
  h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .specialists--green .specialists-item li a {
    width: 100%;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .specialists--green .specialists-item li {
    padding-bottom: 0;
    border: none;
  }
  .specialists-item__img img {
    width: 108px;
    height: 92px;
  }
  .profile .specialists-item__img img {
    border-radius: 44px 44px 44px 0;
  }
  .profile .specialists-item__img {
    margin-bottom: 20px;
  }
  .profile .specialists-item h1 {
    font-size: 16px;
    line-height: 140.19%;
    margin-bottom: 5px;
  }
  .profile-wrapper:after {
    height: calc(100% - 75px);
  }
  .profile .specialists-item li a {
    width: 193px;
    height: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .profile .specialists-item li a:hover {
    background: #29d179;
  }
  .profile--blue .specialists-item li a:hover {
    background: #29b6fe;
  }
  .country-wrapper {
    grid-template-columns: 100%;
  }
  .tabs {
    overflow: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 13px;
    width: calc(100% + 21px + 21px);
    padding-left: 21px;
    padding-right: 21px;
    margin-left: -21px;
    margin-right: -21px;
  }
  .tabs a {
    font-size: 12px;
    font-weight: 550;
    line-height: 15px;
    padding: 7px 13px;
    white-space: nowrap;
  }
  .country-item {
    padding: 9px 16px 17px;
  }
  .country-item__img {
    margin-bottom: 1px;
  }
  .country-item__name {
    font-size: 13px;
    line-height: 149.19%;
    margin-bottom: 1px;
  }
  .country-item span {
    font-size: 12px;
    line-height: 149.19%;
    margin-bottom: 8px;
  }
  .checkup-wrapper {
    grid-template-columns: 100%;
    grid-gap: 18px;
  }
  .checkup-item {
    height: 178px;
  }
  .checkup-item h3 {
    font-size: 14px;
    line-height: 149.19%;
    bottom: 35px;
    left: 22px;
  }
  ul.breadcrumb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .checkout-single-item {
    padding-top: 18px;
    padding-bottom: 18px;
    top: -2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% + 21px + 21px);
    padding-left: 21px;
    padding-right: 21px;
    margin-left: -21px;
    margin-right: -21px;
  }
  .checkout-single-item h1 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 8px;
  }
  .checkout-single-item__btn {
    width: 109px;
    height: 29px;
    font-size: 11.3449px;
    line-height: 140.19%;
  }
  .checkout-single-item__img {
    width: 115px;
    height: 79px;
    margin-bottom: 14px;
    margin-right: 0;
  }
  .checkout-single-item[stuck] .checkout-single-item__img {
    height: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .den-slide .swiper-slide:not(.swiper-slide-active) .den-slide-item {
    height: auto;
  }
  .checkout-profile {
    margin-left: 0;
    width: auto;
  }
  .checkout-profile__ava {
    width: 108px;
    height: 92px;
    margin-bottom: 9px;
    border-radius: 0px 33px 33px 33px;
  }
  .checkout-profile__ava img {
    width: 100%;
    height: 100%;
  }
  .checkout-profile__name {
    font-size: 13px;
    line-height: 116.9%;
    margin-bottom: 5px;
  }
  .checkout-profile span {
    font-size: 11px;
    line-height: 149.19%;
  }
  .popup-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 21px;
    margin-bottom: 21px;
  }
  .popup-item__name {
    font-size: 13px;
    line-height: 149.19%;
  }
  .about-price-item:first-child .about-price-item-right {
    top: 0;
  }
  .plot {
    padding-top: 211px;
    margin-top: -174px;
    padding-bottom: 54px;
    border-bottom-left-radius: 53px;
  }
  .plot-item {
    padding: 13px 6px 0 16px;
  }
  .plot-item:after {
    height: calc(100% - 17px);
    border-radius: 0px 22px 22px 22px;
  }
  .plot-item h3 {
    font-size: 15px;
    line-height: 149.19%;
    margin-bottom: 12px;
  }
  .plot-item a {
    height: 32px;
    font-size: 12px;
    line-height: 140.19%;
    border-radius: 0px 44px 44px 30px;
  }
  .plot-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 17px;
  }
  .den-slide-item {
    padding: 35px 23px 57px;
    border-radius: 62px 0px;
  }
  .den-slide-item__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 23px;
  }
  .den-slide-item-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .den-slide-item__img {
    margin-right: 0;
    margin-bottom: 14px;
  }
  .den-slide-item__img img {
    width: 187px;
    min-width: 187px;
    height: 159px;
    margin-bottom: 10px;
  }
  .den-slide-item__img span {
    font-size: 11px;
    line-height: 15px;
  }
  .den-slide-item-info {
    padding-top: 0;
  }
  .den-slide-item-info p {
    font-size: 12.3231px;
    line-height: 17px;
    text-align: center;
    margin-bottom: 20px;
  }
  .den-slide-item-info p br {
    display: none;
  }
  .den-slide-item__btn {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    height: 33px;
    padding: 0 25px;
    white-space: nowrap;
    font-size: 12.5142px;
    line-height: 15px;
    margin: 0 auto;
  }
  .den-slide .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
  }
  .den-slide .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.2;
    width: 6.3px;
    height: 6.3px;
    border-radius: 0px 3.88405px 3.88405px 3.88405px;
    margin: 0 3.5px;
  }
  .den-slide .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
  }
  .den-slide .container {
    padding: 0 17px;
  }
  .withus {
    padding-top: 43px;
    padding-bottom: 71px;
  }
  .withus h2 {
    margin-bottom: 29px;
  }
  .withus .container {
    padding: 0 17px;
  }
  .withus-wrapper {
    grid-template-columns: 100%;
    grid-gap: 26px;
  }
  .withus-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .withus-item__icon {
    margin-bottom: 0;
    min-width: 90px;
    width: 90px;
    height: 88px;
    border-radius: 901.024px 0 901.024px 901.024px;
    margin-right: 20px;
  }
  .withus-item__icon svg {
    font-size: 67px;
  }
  .withus-item__name {
    font-size: 14px;
    line-height: 130.19%;
    margin-bottom: 7px;
    text-align: left;
  }
  .withus-item p {
    font-size: 12px;
    line-height: 130.19%;
    text-align: left;
  }
  .withus--gray {
    padding-top: 0;
    padding-bottom: 0;
  }
  .withus--gray .container {
    padding: 35px 26px 33px;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#f7f7f7),
        to(#f7f7f7)
      ),
      #0088ce;
    background: -o-linear-gradient(bottom, #f7f7f7, #f7f7f7), #0088ce;
    background: linear-gradient(0deg, #f7f7f7, #f7f7f7), #0088ce;
    border-radius: 62px 0px;
    width: calc(100% - 34px);
    margin: 0 auto;
  }
  .withus--gray .container:after {
    display: none;
  }
  .question--white {
    margin-top: 0;
    padding-top: 62px;
  }
  .a-item {
    width: 100%;
  }
  .advantages h2 {
    text-align: center;
  }
}

@media (max-width: 580px) {
  .a-item {
    width: 100%;
  }
  .container {
    padding-right: 37px;
    padding-left: 37px;
  }
}
