/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Constantia";
  src: url("../fonts/Constantia-regular.woff2") format("woff2"), url("../fonts/Constantia-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  scroll-behavior: smooth;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  font-family: "Montserrat", sans-serif;
  display: block;
}

html,
body {
  font-family: "Montserrat", sans-serif;
  height: 100%;
  width: 100%;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
  margin: 0;
}

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

.container {
  max-width: 1260px;
  margin-left: auto;
  padding: 0 10px;
  margin-right: auto;
}

.up-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.social-text span:first-child {
  font-weight: 600;
  font-size: 16px;
  color: #112056;
}

.social-text span:first-child div {
  font-size: 14px;
  padding-bottom: 3px;
}

.social-text:not(.new_phone_block) span:last-child {
  font-weight: 500;
  font-size: 12px;
  color: #9A9EA7;
}

.social-text span .js__popup-link {
  color: #C2B59B;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.social-text span .js__popup-link:hover {
  color: #C2B59B;
  text-decoration: none;
}

.social-text span a {
  color: #112056;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.social-text span a:hover {
  color: #6673a4;
}

.social-icon {
  margin-right: 15px;
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-left: 20px;
}

.btn_head_one {
  background: #B9A988;
  padding: 12px 44px;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn_head_one:hover {
  background: #112056;
}


.btn_head_two {
  border: solid 1.5px #B9A988;
  padding: 12px 30px;
  font-weight: 600;
  font-size: 16px;
  color: #112056;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn_head_two:hover {
  background: #B9A988;
  color: #FFFFFF;
}

.bot-head {
  border-top: solid 1px #E3E3E3;
  border-bottom: solid 1px #E3E3E3;
  padding: 20px 0;
  background: #FFFFFF;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.fixedHeader {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.bot-head .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu ul {
  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;
  padding: 0px;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu>ul>li {
  padding-bottom: 15px;
  padding-top: 15px;
}

.menu ul .submenu {
  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: unset;
  -ms-flex-align: unset;
  align-items: unset;
  padding: 0px;
  gap: 0px;
  margin-top: 15px;
}

.menu a {
  color: #112056;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  padding-inline-end: 5px;
}

.menu a:hover {
  color: #B9A988;
}

.menu span {
  -webkit-mask-image: url(../img2/icons/arrow.svg);
  mask-image: url(../img2/icons/arrow.svg);
  background: black;
  width: 11px;
  height: 8px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-left: 6px;
  position: absolute;
  z-index: 100;
  top: 2px;
  bottom: 0;
  /* margin: auto 0; */
}

nav li:hover>a span {
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  background: #B9A988;
}

.submenu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.submenu:after {
  content: "";
  display: table;
  clear: both;
}

.submenu a {
  text-decoration: none;
  display: block;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.topmenu>li>a.active,
.submenu a:hover {
  color: #B9A988;
}

.fa-angle-down {
  top: 50%;
  right: 10px;
  position: absolute;
}

.submenu {
  position: absolute;
  z-index: 5;
  min-width: 200px;
  /* max-width: 210px; */
  background: white;
  border-top: 1px solid #CBCBCC;
  border-left: 1px solid #CBCBCC;
  border-right: 1px solid #CBCBCC;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.submenu li a {
  font-family: 'Montserrat';
  position: relative;
  color: #112056;
  padding: 10px 22px;
  font-size: 16px;
  border-bottom: 1px solid #CBCBCC;
}

.submenu .submenu {
  position: absolute;
  left: 100%;
  top: -1px;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.submenui {
  margin: 0;
  padding: 0;
  list-style: none;
}

.submenui:after {
  content: "";
  display: table;
  clear: both;
}

.submenui a {
  text-decoration: none;
  display: block;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.submenui a:empty {
  display: none;
}

.submenui li a {
  border-bottom: 0;
}

.topmenu>li>a.active,
.submenui a:hover {
  color: #B9A988;
}

.topmenu .fa,
.submenui .fa {
  margin-left: 5px;
  color: inherit;
}

.menu ul .submenui {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  padding: 24px;
  position: absolute;
  z-index: 5;
  min-width: 220px;
  background: white;
  border: 1px solid #CBCBCC;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
  gap: 10px;
}

.submenu .submenui {
  position: absolute;
  left: 100%;
  top: -1px;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

nav li:hover>.submenui {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}

nav li:hover>a .fa-angle-down {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  background: #B9A988;
}

nav li:hover>a {
  color: #B9A988;
}

.tele_g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.menu-btn {
  display: none;
}

.tele_g a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #8DA6BE;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.tele_g a:hover {
  color: #112056;
}

.tele_g .tg {
  -webkit-mask-image: url(../img2/icons/tg.svg);
  mask-image: url(../img2/icons/tg.svg);
  background: #8DA6BE;
  width: 24px;
  height: 24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.tele_g .whatsapp {
  -webkit-mask-image: url(../img2/icons/whatsapp.svg);
  mask-image: url(../img2/icons/whatsapp.svg);
  background: #8DA6BE;
  width: 24px;
  height: 24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.tele_g .whatsapp:hover {
  background: #112056;
}

.tele_g .eye {
  -webkit-mask-image: url(../img2/icons/mdi_eye.svg);
  mask-image: url(../img2/icons/mdi_eye.svg);
  background: #8DA6BE;
  width: 24px;
  height: 24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}

.tele_g .eye:hover {
  /* background: #112056; */
  background: #fff;
}

.tele_g .site-search {
  -webkit-mask-image: url(../img2/icons/SiteSearchIcon.svg);
  mask-image: url(../img2/icons/SiteSearchIcon.svg);
  background: #8DA6BE;
  width: 24px;
  height: 24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}

.tele_g a:hover .tg {
  background: #112056;
}

.tele_g a:hover .eye {
  background: #112056;
}

.tele_g a:hover .site-search {
  background: #112056;
}

.top-sign {
  padding: 0.5em 1em;
  background: #6673a4;
  min-height: 50px;
  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;
  color: #fff;
  text-align: center;
}

.top-sign p {
  font-size: 16px;
}

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: scale(1, 0.2) translateY(-300px);
    transform: scale(1, 0.2) translateY(-300px);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes smoothScroll {
  0% {
    -webkit-transform: scale(1, 0.2) translateY(-300px);
    transform: scale(1, 0.2) translateY(-300px);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes smoothScroll2 {
  0% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes smoothScroll2 {
  0% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes smooth {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes smooth {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.footer__content {
  background: #112056;
  margin-top: 120px;
}

.footer__contacts {
  border-bottom: 1px solid #6673A4;
}

.footer__contacts .container {
  padding: 80px 0px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo-fut {
  font-weight: 500;
  font-size: 12px;
  color: #6673A4;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 380px;
}

.social-fut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.social-fut .soc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-fut .soc-item p {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}

.social-fut .soc-item a {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.social-fut .soc-item a:hover {
  color: #6673A4;
}

.phone-fut {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 300px;
}

.phone-fut .soc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-fut .soc-item a {
  font-family: 'Constantia';
  font-weight: 400;
  font-size: 32px;
  color: #C2B59B;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.phone-fut .soc-item a:hover {
  color: #6673A4;
}

.phone-fut p {
  font-weight: 500;
  font-size: 12px;
  color: #6673A4;
}

.footer__navs {
  padding: 50px 0px 60px;
}

.footer__navs nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 900px) {
  .foot_menu_serv:first-child {
    min-width: 800px;
  }
}

.footer__navs nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.foot_menu_serv:first-child {
  flex: 1;
}

.foot_menu_serv p {
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.footer__navs nav a {
  font-weight: 500;
  font-size: 12px;
  color: #6673A4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}

.footer__navs nav li:hover a {
  color: #6673A4;
}

.footer__navs nav li a:hover {
  color: #FFFFFF;
}

.fut_tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 1070px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fut_tree li a {
  font-weight: 700;
}

.fut_tree li ul a {
  font-weight: 500;
}

.footer__navs nav li ul {
  padding: 15px 0px 0px 0px;
}

.footer__inner-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__navs-oplata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}

.footer__navs-o {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.footer__navs-oplata {
  font-weight: 500;
  font-size: 14px;
  color: #6673A4;
}

.social-fut2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.social-fut2 p {
  font-weight: 500;
  font-size: 14px;
  color: #6673A4;
}

.vk {
  -webkit-mask-image: url(../img2/icons/vk.svg);
  mask-image: url(../img2/icons/vk.svg);
  background: #6673A4;
  width: 50px;
  height: 50px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.bwhatsapp {
  -webkit-mask-image: url(../img2/icons/bwhatsapp.svg);
  mask-image: url(../img2/icons/bwhatsapp.svg);
  background: #6673A4;
  width: 50px;
  height: 50px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.ok {
  -webkit-mask-image: url(../img2/icons/ok.svg);
  mask-image: url(../img2/icons/ok.svg);
  background: #6673A4;
  width: 50px;
  height: 50px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.vk:hover,
.ok:hover,
.bwhatsapp:hover {
  background: #FFFFFF;
}

.footer__bottom {
  background: #0D1B50;
  padding: 30px 0;
}

.footer__bottom .container {
  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;
  gap: 20px;
}

.footer__bottom-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

.footer__bottom-items a {
  font-weight: 500;
  font-size: 14px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #6673A4;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.footer__bottom-items a:hover {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  color: #FFFFFF;
}

.footer__bottom .container p {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #6673A4;
  line-height: 150%;
}

.disap {
  opacity: 0;
}

.breadcrumbs__content {
  position: relative;
}

.breadcrumbs__content .container {
  position: relative;
}

.breadcrumbs__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 25px;
  font-weight: 500;
  font-size: 14px;
  color: #9A9EA7;
  z-index: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs__content a {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #9A9EA7;
}

.contact__content {
  margin-top: 80px;
}

.contact__content h1 {
  font-family: 'Constantia';
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  color: #112056;
  margin-bottom: 40px;
}

.contact__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  color: #112056;
  min-width: 270px;
}

.contact__item a {
  color: #112056;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.contact__item a:hover {
  color: #6673a4;
}

.map__border {
  border: 3px solid #D4D9EB;
  margin-top: 40px;
}

.consultation__content {
  background: #112056;
  padding: 74px 0px 37px;
  margin: 222px 120px 200px 120px;
}

.consultation__content .container {
  position: relative;
}

.consultation__content:before {
  display: none;
  content: '';
  width: 28.5px;
  height: 55px;
  position: absolute;
  top: -27px;
  left: 15px;
  background: url(../images/consultation/decor2.svg) no-repeat;
  background-size: 100% 100%;
}

.consultation__content .container:before {
  content: '';
  width: 28.5px;
  height: 55px;
  position: absolute;
  top: -100px;
  left: 0px;
  background: url(../images/consultation/decor2.svg) no-repeat;
  background-size: 100% 100%;
}

.consultation__content h2,
.consultation__content .consultation__title {
  font-family: 'Constantia';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 59px;
  color: #FFFFFF;
  margin-bottom: 51px;
  max-width: 490px;
}

.consultation__content h2 span,
.consultation__content .consultation__text_accent {
  color: #C2B59B;
}

.consultation__form {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 500px;
}

.consultation__img-left {
  position: absolute;
  top: 50%;
  left: -150px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.consultation__img-right {
  position: absolute;
  top: 50%;
  right: -150px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.consultation__form-box {
  padding: 14px;
  background: #B9A988;
  -webkit-box-shadow: 0px 4px 60px rgba(33, 33, 33, 0.2);
  box-shadow: 0px 4px 60px rgba(33, 33, 33, 0.2);
  position: relative;
  z-index: 2;
}

.consultation__form-border {
  border: 1px solid #FFFFFF;
  padding: 50px 44px;
}

.consultation__form-border h3 {
  font-family: 'Constantia';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 41px;
}

.consultation__form-input {
  width: 100%;
  height: 76px;
  border: 1px solid #FFFFFF;
  padding-left: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  background: transparent;
  outline: 0;
  margin-bottom: 20px;
}

.consultation__form-input::-webkit-input-placeholder {
  color: #FFFFFF;
}

.consultation__form-input::-moz-placeholder {
  color: #FFFFFF;
}

.consultation__form-input:-ms-input-placeholder {
  color: #FFFFFF;
}

.consultation__form-input::-ms-input-placeholder {
  color: #FFFFFF;
}

.consultation__form-input::placeholder {
  color: #FFFFFF;
}

.consultation__form-btn {
  min-height: 76px;
  width: 100%;
  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;
  padding: 10px;
  margin-top: 20px;
  background: #112056;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.consultation__form-btn:hover {
  background: rgba(17, 32, 86, 0.75);
}

.consultation__form-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #ffffff75;
  position: relative;
  max-width: 328px;
  margin: 0 auto;
  margin-top: 36px;
}

.consultation__form-text a {
  color: #ffffff75;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.consultation__form-text a:hover {
  text-decoration: none;
}

.consultation__call {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #C2B59B;
  position: relative;
  display: block;
  margin-bottom: 2px;
  width: 70px;
}

.consultation__call:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 91px;
  width: 260px;
  height: 1px;
  background: #C2B59B;
}

.consultation__phone {
  font-family: 'Constantia', sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 59px;
  color: #C2B59B;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.consultation__phone:hover {
  text-decoration: underline;
}

.error__content p {
  font-family: 'Constantia';
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  color: #112056;
  margin-bottom: 40px;
  margin-top: 120px;
}

.error__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 33px;
}

.error__items a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #6673A4;
}

.error__items a:hover {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.sertificates__content .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}

.sertificates__content .container img {
  max-width: 100%;
  display: block;
  border: 3px solid #FFFFFF;
  -webkit-filter: drop-shadow(0px 4px 30px rgba(33, 33, 33, 0.1));
  filter: drop-shadow(0px 4px 30px rgba(33, 33, 33, 0.1));
}

.up-head .social-text span:first-child {
  width: 180px;
}

.gallery-middle__content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  max-height: 1250px;
}

.gallery-item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 392px;
  height: 390px;
}

.gallery-item:nth-child(4n) img {
  width: 817px;
  height: 390px;
}

.gallery-item:nth-child(4n+1) img {
  width: 817px;
  height: 390px;
}

.gallery-item {
  position: relative;
}

.gallery-item a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.gallery-item .g-border {
  border: 0px;
}

.gallery-item:nth-child(4n) .g-border {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  border: 1px solid #C2B59B;
}

.gallery-item:nth-child(4n+1) .g-border {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  border: 1px solid #C2B59B;
}

.btn__content .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.btn__content .container a {
  padding: 15px 57px;
  border: 1.5px solid #B9A988;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #112056;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.btn__content .container a:hover {
  background: #B9A988;
  color: #FFFFFF;
}

.btn__content {
  margin-top: 60px;
}

.actsii__content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.actsii__content .js__popup-link {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.actsii__content .js__popup-link:hover {
  -webkit-box-shadow: 12px 12px 25px rgb(63 63 63 / 44%);
  box-shadow: 12px 12px 25px rgb(63 63 63 / 44%);
}

.tags-faq__content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tags-faq__content .container button {
  border: 1px solid #D3D7E8;
  border-radius: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #4B5058;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tags-faq__content .container button:hover {
  background: #F5F6FA;
}

.tags-faq__content .container button:focus {
  background: #112056;
  color: #FFFFFF;
}

.tags-faq__content .container button:active {
  background: #112056;
  color: #FFFFFF;
}

.accordion {
  position: relative;
  background: #E8EBF4;
  padding: 25px 65px 25px 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #112056;
  width: 100%;
  text-align: left;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: smooth .8s forwards;
  animation: smooth .8s forwards;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accordion .js__popup-link {
  color: #B9A988;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.accordion .js__popup-link:hover {
  color: #112056;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1024px) {
  .accordion {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.popup-phone__form-box textarea {
  width: 100%;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.50);
  padding: 15px 20px;
  color: rgba(255, 255, 255, 0.50);
  font-size: 14px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  background: transparent;
  outline: 0;
  text-align: start;
  margin-bottom: 15px;
}

.accordion:not(:first-child) {
  margin-top: 10px;
}

.accordion:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 25px;
  right: 35.5px;
  top: 50%;
  bottom: 50%;
  background: #B9A988;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.active:before {
  height: 0px;
}

.accordion:after {
  position: absolute;
  content: '';
  width: 25px;
  height: 2px;
  right: 25px;
  top: 50%;
  bottom: 50%;
  background: #B9A988;
}

.panel {
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out 0s;
  -o-transition: max-height 0.3s ease-out 0s;
  transition: max-height 0.3s ease-out 0s;
  max-height: 0px;
  border-left: 4px solid #B9A988;
}

.panel-text {
  padding: 25px 35px 30px 26px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #4B5058;
}

.questions__content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
}

.select2 {
  background: #102056;
  border-radius: 50px;
  width: 100%;
  padding: 12px 25px 12px 25px;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #FFFFFF;
  position: relative;
}

.tags-faq__content .container select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img2/icons/spanm.svg");
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 50%;
}

.accordion p {
  max-width: 100%;
}

.price__content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-block: 40px 30px;
}

.price__content .container .tab-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 30px;
  background: #F5F6FA;
}

.price__content .container .tab-row:nth-child(4n+2) {
  background: #E8EBF4;
}

.price__content .container .serv {
  width: 60%;
}

.price__content .container .price {
  width: 20%;
}

.price__content .container .modal-serv {
  width: 20%;
}

.price__content .container .tab-row {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #4B5058;
}

.price__content .container .modal-serv a {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #B9A988;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.price__content .container .modal-serv a:hover {
  color: #4B5058;
}

.price__content .container :first-child .serv,
.price__content .container :first-child .price {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #9A9EA7;
}

.rew__content .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
  overflow: hidden;
  height: 600px;
}

.reviews {
  padding: 25px;
  border: 1px solid #D3D7E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}

.reviews__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reviews__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.reviews__box span {
  font-family: 'Constantia';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #112056;
}

.reviews__box time {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #C2B59B;
}

.reviews p {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #4B5058;
}

.reviews .rew-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.reviews a {
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #C2B59B;
}

.reviews a:hover {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.popup-rew {
  overflow: auto;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(4, 11, 36, 0.7);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1000;
  cursor: pointer;
}

.popup-rew-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  cursor: default;
  position: relative;
  width: 912px;
  left: calc(50% - 912px/2);
  top: calc(50% - 665px/2 - 0.5px);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 30px rgba(33, 33, 33, 0.1);
  box-shadow: 0px 4px 30px rgba(33, 33, 33, 0.1);
  padding: 60px 100px;
}

.popup-rew-block .reviews p {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #4B5058;
}

.popup-rew-block .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
}

.stati__content .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 50px;
  grid-column-gap: 30px;
  overflow: hidden;
  max-height: 100%;
}

.stati-img {
  position: relative;
}

.stati-img time {
  position: absolute;
  top: 0;
  right: 0;
  background: #C2B59B;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

.stati-item p {
  font-family: 'Constantia';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #112056;
}

.stati-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.stati-item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  max-width: 390px;
}

.stati-item .text a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #C2B59B;
}

.stati-item .text a:hover {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.vrach__content .rating-item,
.reviews__inner .rating-item {
  -webkit-mask-image: url(../img2/icons/star3.svg);
  mask-image: url(../img2/icons/star.svg);
  background: rgba(194, 181, 155, 0.6);
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.vrach__content .rating-item2,
.reviews__inner .rating-item2 {
  -webkit-mask-image: url(../img2/icons/star3.svg);
  mask-image: url(../img2/icons/star.svg);
  background: #B7935E;
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.reviews__inner .rating-item,
.reviews__inner .rating-item2 {
  width: 17px;
  height: 16px;
}

.stati-count__content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 80px;
}

.stati-count__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stati-count__block .time-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stati-count__block .view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stati-count__block .view p {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #4B5058;
}

.stati-count__block .view time {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #4B5058;
}

.stati-count__block .rating p {
  font-family: 'Constantia';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  color: #112056;
}

.stati-count__block .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.stati-count__block .rat-sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.stati-count__block .rating-item {
  -webkit-mask-image: url(../img2/icons/star.svg);
  mask-image: url(../img2/icons/star.svg);
  background: #C2B59B;
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.stati-count__block .rating-item2 {
  -webkit-mask-image: url(../img2/icons/star.svg);
  mask-image: url(../img2/icons/star.svg);
  background: #C2B59B99;
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.stati-count__block .rating .rat-sign p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #9A9EA7;
}

.bot-line h1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #9A9EA7;
}

.stati-person__content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}

.slider-holder .stati-item {
  margin-right: 30px;
}

.stati-person__content .anchor p {
  font-family: 'Constantia';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: #112056;
}

.stati-person__content .anchor a {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #112056;
  margin-left: 49px;
}

.stati-person__content .anchor a:hover {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.stati-person__content .anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.stati-person__content .anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  counter-reset: list;
  max-width: 500px;
}

.stati-person__content li::before {
  counter-increment: list;
  content: counter(list);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F6F6FA;
  text-align: center;
  vertical-align: middle;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  font-weight: 500;
  font-size: 16px;
  color: #C2B59B;
}

.content-doc__box {
  margin-bottom: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 30px rgba(33, 33, 33, 0.1);
  box-shadow: 0px 4px 30px rgba(33, 33, 33, 0.1);
  padding: 16px 39px 24px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  gap: 30px;
  max-width: 629px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.content-doc__box:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 182px;
  height: 8px;
  background: #C2B59B;
}

.content-doc__box a img {
  height: 224px;
  border: 2px solid #C2B59B;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.content-doc__box-name a:first-child:hover {
  color: #B9A988;
}

.content-doc__box .content-doc__box-inner p,
.content-doc__box .content-doc__box-inner time {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #9A9EA7;
}

.content-doc__box .content-doc__box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #CBD9DF;
  padding: 20px 0;
}

.content-doc__box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
}

.content-doc__box-name a:first-child {
  font-family: 'Constantia';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  color: #112056;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.content-doc__box-name-in p {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #112056;
  max-width: 160px;
}

.content-doc__box-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.content-doc__box-name-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-doc__box-name-in a img {
  height: 31px;
  border: 0;
}

.text-literature__content ol {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  counter-reset: list;
  margin-bottom: 40px;
  margin-top: 20px;
}

.text-literature__content ol li {
  padding-left: 39px;
  position: relative;
  color: var(--unnamed, #4B5058);
  font-size: 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.text-literature__content ol li::before {
  counter-increment: list;
  content: counter(list);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F6F6FA;
  text-align: center;
  vertical-align: middle;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  font-weight: 500;
  font-size: 16px;
  color: #C2B59B;
  left: 0;
}

.text-literature__title {
  font-family: 'Constantia';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: #112056;
  margin-bottom: 40px;
}

.text-block h2,
.text-block h3,
.text-block h4 {
  font-family: 'Constantia';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: #112056;
  margin-bottom: 40px;
}

.text-block p,
.text-block-s p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #4B5058;
  margin-bottom: 20px;
}

.text-block p:nth-last-of-type(-n+1),
.text-block-s p:nth-last-of-type(-n+1) {
  margin-bottom: 40px;
}

.text-block strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #C2B59B;
}

.text-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #4B5058;
  margin-bottom: 40px;
  margin-top: 20px;
}

.text-block img {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-block-s h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #112056;
  margin-bottom: 40px;
}

.text-block-s img {
  float: right;
  padding-left: 30px;
  padding-bottom: 30px;
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.slider-container {
  position: relative;
  width: 100%;
}

.slider-container .item {
  outline: none;
  padding: 50px 0;
  position: relative;
}

.slick-arrow {
  position: absolute;
  cursor: pointer;
  bottom: -40px;
  width: 42px;
  height: 14px;

  &.slick-next {
    right: 40%;
    -webkit-transform: translate(-40%);
    -ms-transform: translate(-40%);
    transform: translate(-40%);
    -webkit-mask-image: url(../img2/icons/rightarr.svg);
    mask-image: url(../img2/icons/rightarr.svg);
    background: #C2B59B;
  }

  &.slick-prev {
    left: 40%;
    -webkit-transform: translate(-40%);
    -ms-transform: translate(-40%);
    transform: translate(-40%);
    -webkit-mask-image: url(../img2/icons/leftarr.svg);
    mask-image: url(../img2/icons/leftarr.svg);
    background: #9A9EA7;
  }
}

.text-block ul li {
  position: relative;
  padding-left: 23px;
}

.text-block ul li::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--unnamed, #C2B59B);
  text-align: center;
  vertical-align: middle;
}

.stati-img img {
  max-width: 100%;
}

.slider__content {
  margin-bottom: 80px;
}

.doctor__content .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 140px;
  grid-column-gap: 30px;
  margin-top: 100px;
}

.doctor-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #112056;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.item .doctor-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.doctor-img {
  position: relative;
  background: #6673A4;
  height: 300px;
}

.doctor-img p {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #C2B59B;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

.doctor-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.doctor-item .text {
  padding: 25px 60px 40px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.doctor-item .text p:first-child {
  color: var(--unnamed, #C2B59B);
  font-size: 24px;
  font-family: "Constantia", sans-serif;
  line-height: 30px;
}

.doctor-item .text p {
  color: var(--unnamed, #FFF);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.doctor-item .text a {
  color: rgba(248, 248, 248, 0.50);
  text-align: start;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: 15px;
}

.doctor-item .text a:hover {
  color: #F8F8F8;
}

.doctor-item .doc-btn {
  background: #B9A988;
  padding: 15px 0;
  font-weight: 600;
  line-height: 25px;
  font-size: 16px;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%
}

.doctor-item .doc-btn:hover {
  background: #B9A988BF;
}

.vrach__content .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 393px 80px 1fr;
  grid-template-columns: 393px 1fr;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  margin-top: 120px;
}

.vrach-img img {
  width: 100%;
}

.vrach-img {
  background: #6673A4;
}

.vrach__content .left-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}

.vrach__content .rait-counter {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  row-gap: 10px;
}

.vrach-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}

.vrach-block .exp p {
  background: #C2B59B;
  padding: 8px 15px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  max-width: 160px;
  margin-bottom: 25px;
}

.vrach-name h1 {
  color: #112056;
  font-size: 52px;
  font-family: "Constantia", sans-serif;
  line-height: 55px;
  margin-bottom: 15px;
}

.vrach-name p {
  color: #4B5058;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.vrach-spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin: 40px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.vrach-spec-a {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vrach-spec-a,
.vrach-spec-b {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.border_icon {
  border: 1px solid #f5f2ed;
  background-color: #f5f2ed;
  border-radius: 5px;
  width: 60px;
  height: 40px;
  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;
}

@media (max-width: 767px) {
  .border_icon {
    border: 1px solid #f5f2ed;
    background-color: #f5f2ed;
    border-radius: 5px;
    width: 50px;
    height: 40px;
  }

  .border_icon_b {
    border: 1px solid #f5f2ed;
    background-color: #f5f2ed;
    border-radius: 5px;
    width: 42px;
    height: 40px;
  }

  .border_img {
    width: 21px;
  }
}

.serv_glav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 372px;
  height: 72px;
  background-color: #ecedf1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  text-align: center;
}

.serv_glav:hover {
  background-color: #112056;

  a {
    color: #fff;
  }
}

.serv_glav a {
  padding: 10px;
  text-decoration: none;
  color: #4B5058;
}

.serv_grid {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
  .serv_grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.last-vrach span {
  color: #b9a988;
}

.sber {
  width: 140px;
}

.vrach-spec-a p,
.vrach-spec-b p {
  color: rgba(75, 80, 88, 0.50);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.vrach-spec-a span,
.vrach-spec-b span {
  color: #4B5058;
}

.vrach-block .btn-block button {
  background: #B9A988;
  padding: 12px 44px;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

.vrach-block .btn-block a {
  border: solid 1.5px #B9A988;
  padding: 15px 80px;
  font-weight: 600;
  font-size: 16px;
  color: #112056;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

.vrach-block .btn-block {
  margin-left: 0px;
}

.vrach-block .btn-block button:hover {
  background: #112056;
}

.vrach-block .btn-block a:hover {
  background: #B9A988;
  color: #FFFFFF;
}

.stat_new_cat span {
  color: #b9a988;
}

.mid-vrach h2,
.last-vrach h2 {
  color: var(--unnamed, #112056);
  font-size: 36px;
  font-family: "Constantia", sans-serif;
  margin-bottom: 20px;
}

.mid-vrach p {
  color: #4B5058;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.last-vrach ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  color: #4B5058;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.last-vrach ul li {
  position: relative;
  padding-left: 23px;
}

.last-vrach ul li::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 5px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: no-repeat url(../img2/signdoc.svg);
  text-align: center;
  vertical-align: middle;
}

.reviews__column img {
  max-height: 54px;
}

.slick-slide .reviews {
  margin-right: 30px;
}

.vrach__content .container {
  margin-bottom: 0px;
}

.vrach-text-slider {
  margin-bottom: 0px;
}

.vrach-text-slider h2 {
  margin-bottom: 0px;
}

.main-baner__content {
  background: #112056;
  position: relative;
}

.main-baner__content:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: url('../img2/baner.webp');
}

.main-baner__content .container {
  padding-top: 100px;
  padding-bottom: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.baner-left {
  max-width: 712px;
}

.baner-left p {
  color: #C2B59B;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 15px;
}

.baner-left h1 {
  color: #FFF;
  font-size: 52px;
  font-family: "Constantia", sans-serif;
  line-height: 60px;
  margin-bottom: 40px;
}

.baner-left h1 span {
  color: #C2B59B;
}

.baner-left ul {
  padding: 30px 61px;
  background: #182861;
  border-left: solid 4px #C2B59B;
  color: #FFF;
  font-size: 16px;
  font-family: Montserrat;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 60px;
}

.baner-left ul li {
  position: relative;
}

.baner-left ul li:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 12px;
  left: -22px;
  width: 16px;
  height: 1px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--unnamed, #FFF);
  text-align: center;
  vertical-align: middle;
}

.btn-baner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.btn-baner button {
  padding: 18px 38px;
  background: #B9A988;
  text-align: center;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 25px;
  color: var(--unnamed, #FFF);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-baner button:hover {
  background: rgba(185, 169, 136, 0.75);
}

.btn-baner p {
  color: rgba(255, 255, 255, 0.50);
  font-size: 16px;
  font-family: Montserrat;
  line-height: 20px;
}

.baner-right {
  text-align: center;
  z-index: 1;
}

.baner-right img {
  margin-bottom: 15px;
}

.baner-right p:first-of-type {
  color: var(--unnamed, #FFF);
  font-size: 24px;
  font-family: "Constantia", sans-serif;
  line-height: 30px;
  margin-bottom: 5px;
}

.baner-right p:last-of-type {
  color: rgba(255, 255, 255, 0.50);
  font-size: 16px;
  font-family: Montserrat;
  line-height: 20px;
}

.med-help__content .container {
  margin-top: 160px;
}

.med-help__content h2 {
  color: #C2B59B;
  font-size: 52px;
  font-family: "Constantia", sans-serif;
  line-height: 55px;
  max-width: 629px;
  margin-bottom: 40px;
}

.med-help__content h2 span {
  color: #112056;
}

.med-help__content .med-help-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
}

.med-help-item {
  background: var(--unnamed, #FFF);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(33, 33, 33, 0.12);
  box-shadow: 0px 0px 25px 0px rgba(33, 33, 33, 0.12);
}

.med-help-price {
  background: var(--unnamed, #112056);
  position: relative;
  padding: 20px 25px;
}

.med-help-price:before {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50px;
  width: 50px;
  content: "";
  background-image: url(../img2/baner.webp);
  background-repeat: no-repeat;
  background-size: 50px 50px;
}

.med-help-price p:first-of-type {
  color: var(--unnamed, #C2B59B);
  font-size: 24px;
  font-family: "Constantia", sans-serif;
  line-height: 30px;
  margin-bottom: 5px;
}

.med-help-price p:last-of-type {
  color: var(--unnamed, #FFF);
  font-size: 16px;
  line-height: 25px;
}

.med-help-item ul {
  padding: 20px 25px 0px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  max-height: 180px;
  overflow: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.med-help-item ul a {
  color: #4B5058;
  font-size: 15px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 25px;
}

.med-help-item ul a:hover {
  color: #B9A988;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.med-help-btn button {
  padding: 15px 0;
  text-align: center;
  background: #B9A988;
  color: var(--unnamed, #FFF);
  text-align: center;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 25px;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.med-help-btn {
  padding: 25px;
}

.med-help-btn button:hover {
  background: #112056;
}

.about__content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 160px;
}

.about__content {
  position: relative;
  overflow: hidden;
}

.about__content:before {
  content: '';
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--unnamed, #6673A4);
  width: 1596px;
  height: 450px;
  display: block;
}

.about-text {
  max-width: 761px;
  z-index: 1;
}

.about-img {
  z-index: 1;
}

.about-text h2 {
  color: #C2B59B;
  font-size: 52px;
  font-family: "Constantia", sans-serif;
  line-height: 55px;
  margin-bottom: 40px;
}

.about-text h2 span {
  color: #112056;
}

.about-text .border-left {
  color: var(--unnamed, #112056);
  font-size: 24px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 30px;
  padding-left: 25px;
  margin-bottom: 120px;
  border-left: solid 2px var(--unnamed, #B7935E);
  max-width: 522px;
}

.about-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 120px;
  grid-column-gap: 80px;
}

.about-grid-item-top p {
  color: var(--unnamed, #FFF);
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 25px;
  margin-top: 25px;
}

.about-grid-item p {
  color: var(--unnamed, #4B5058);
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 25px;
  margin-top: 25px;
}

.about-img-text {
  padding: 25px 36px;
  background: var(--unnamed, #112056);
  border-left: solid 5px #C2B59B;
}

.about-img-text p:first-of-type {
  color: var(--unnamed, #FFF);
  font-size: 24px;
  font-family: "Constantia", sans-serif;
  line-height: 30px;
  margin-bottom: 5px;
}

.about-img-text p:last-of-type {
  color: var(--unnamed, #FFF);
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 20px;
}

.about-img img {
  height: 500px;
}

.count__content {
  background: #112056 url(../images/advantage/decor.webp) no-repeat;
  margin: 160px 0;
}

.count__content .container {
  padding: 45px 0 55px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.count-item p {
  color: var(--unnamed, #FFF);
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 20px;
}

.count-item span {
  color: #C2B59B;
  font-size: 48px;
  font-family: "Constantia", sans-serif;
  line-height: 45px;
  margin-top: 20px;
}

.count-item .number {
  color: #C2B59B;
  font-size: 96px;
  font-family: "Constantia", sans-serif;
  line-height: 95px;
  opacity: 0;
  margin-bottom: 55px;
  position: relative;
}

.count-item .viz {
  opacity: 1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.count-item .number:before {
  content: '';
  position: absolute;
  width: 75px;
  height: 3px;
  bottom: -35px;
  left: 0;
  background: #C2B59B;
}

.count-item-per {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item .doctor-img img {
  width: 93%;
}

.item .glav {
  max-width: 380px;
}

.spec-main h2 {
  color: #C2B59B;
  font-size: 52px;
  font-family: "Constantia", sans-serif;
  line-height: 55px;
}

.spec-main h2 span {
  color: #112056;
}

.item .doctor-item {
  max-width: 380px;
  height: 550px;
}

.lice-main {
  max-width: 770px;
}

.lice-main [data-fancybox]:before {
  width: 90%;
}

.lice-slide__content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lice-slide__content .lice-slide__title {
  color: #C2B59B;
  font-size: 52px;
  font-family: "Constantia", sans-serif;
  line-height: 55px;
  max-width: 424px;
}

.lice-slide__content .lice-slide__content_accent {
  color: #112056;
}

.lice-slide__content .lice-main img {
  max-width: 90%;
}

.lice-main img {
  width: 234px;
}

.lice-main .slick-current img {
  width: 310px;
}

.lice-main .slick-current {
  padding: 0;
}

.lice-main .slides-numbers {
  color: #9fa5ac;
  display: none;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  bottom: 10px;
  left: -43%;
  -webkit-transform: translate(-48.5%);
  -ms-transform: translate(-48.5%);
  transform: translate(-48.5%);
}

.lice-main .slick-arrow {
  bottom: 20px;

  &.slick-next {
    right: auto;
    left: -33%;
  }

  &.slick-prev {
    left: -53%;
  }
}

.lice-slide__content {
  margin: 160px 0;
}

.ambulance__content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ambulance-text {
  max-width: 620px;
}

.ambulance-text .ambulance-title {
  color: #C2B59B;
  font-size: 52px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  margin-bottom: 40px;
}

.ambulance-text .ambulance-text_accent {
  color: #112056;
}

.ambulance__content .container img {
  max-width: 636px;
}

.ambulance-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  color: var(--unnamed, #4B5058);
  font-size: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.ambulance-text ul li {
  position: relative;
  padding-left: 44px;
}

.ambulance-text ul li:before {
  content: "";
  width: 29px;
  height: 14px;
  background: url(../images/form/check.svg) no-repeat;
  background-size: 100% 100%;
  margin-right: 32px;
  position: absolute;
  left: 0;
  top: 5px;
}

.form-count__content {
  background: #112056 url(../images/advantage/decor.webp) no-repeat;
  margin-top: 20px;
}

.form-count__content .container {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-count__content .count-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-count__content .count-item p {
  color: var(--unnamed, #C2B59B);
  font-size: 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.form-count__content .count-item .number:before {
  content: none;
}

.form-count__content .count-item .number {
  color: var(--unnamed, #C2B59B);
  font-size: 96px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 95px;
  margin-bottom: 0;
}

.count-item .count-item-text {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.count-item .count-item-text p:last-of-type {
  max-width: 145px;
}

.form-count__content form {
  max-width: 655px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-count__content form input {
  max-width: 320px;
  width: 100%;
  height: 55px;
  border: 1px solid #FFF;
  padding: 15px 20px;
  color: rgba(255, 255, 255, 0.50);
  text-align: center;
  font-size: 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 0px;
  background: transparent;
  outline: 0;
  text-align: start;
}

.form-count__content form button {
  max-width: 320px;
  width: 100%;
  height: 55px;
  background: #B9A988;
  padding: 15px 0;
  text-align: center;
  color: var(--unnamed, #FFF);
  text-align: center;
  font-size: 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form-count__content form p {
  color: var(--unnamed, #FFF);
  font-size: 14px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.5;
}

.form-count__content form a {
  color: var(--unnamed, #FFF);
  font-size: 14px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.form-count__content form a:hover {
  text-decoration: underline;
}

.form-count__content form button:hover {
  background: rgba(185, 169, 136, 0.75);
}

.questions__content-title {
  background: var(--unnamed, #F6F6FA);
}

.questions__content-title .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 160px;
}

.questions__content-title h2,
.questions__content-title .serv-faq__title {
  color: #B9A988;
  font-size: 52px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
}

.questions__content-title h2 span,
.serv-faq__title_accent {
  color: #112056;
}

.questions__content-title a {
  color: #B9A988;
  font-size: 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.questions__content-title a:hover {
  color: #112056;
}

.main-q .container {
  margin-bottom: 160px;
}

.main-q {
  background: var(--unnamed, #F6F6FA);
}

.akcii-main__content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 160px;
  margin-bottom: 160px;
}

.akcii-main__content img {
  min-height: 230px;
}

.akcii-main__content .container .akcii-main__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #C2B59B;
  font-size: 52px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
}

.akcii-main__content .container .akcii-main_accent {
  color: #112056;
}

.akcii-main__content .js__popup-link {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.akcii-main__content .js__popup-link:hover {
  -webkit-box-shadow: 12px 12px 25px rgb(63 63 63 / 44%);
  box-shadow: 12px 12px 25px rgb(63 63 63 / 44%);
}

.contact-main__content h2 {
  color: #C2B59B;
  font-size: 52px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  margin-bottom: 40px;
}

.contact-main__content h2 span {
  color: #112056;
}

.text-main__title {
  color: #C2B59B;
  font-size: 52px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  margin-bottom: 40px;
}

.text-main__title .text-main_accent {
  color: #112056;
}

.text-h-main__content {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block ol {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  counter-reset: list;
  margin-bottom: 40px;
  margin-top: 20px;
}

.text-block ol li {
  padding-left: 39px;
  position: relative;
  color: var(--unnamed, #4B5058);
  font-size: 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.text-block ol li:before {
  counter-increment: list;
  content: counter(list);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F6F6FA;
  text-align: center;
  vertical-align: middle;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  font-weight: 500;
  font-size: 16px;
  color: #C2B59B;
  left: 0;
}

blockquote {
  color: var(--unnamed, #4B5058);
  font-size: 18px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  padding: 50px 95px;
  border: 1px solid var(--unnamed, #C2B59B);
  position: relative;
  margin-top: 80px;
}

blockquote:after {
  content: '';
  position: absolute;
  top: -25px;
  left: 33px;
  width: 82px;
  height: 52px;
  background: url(../img2/blockq.svg) no-repeat;
  background-size: 100% 100%;
  background-color: #fff;
}

blockquote:before {
  content: '';
  position: absolute;
  right: 100px;
  bottom: 50px;
  width: 182px;
  height: 1px;
  background: #C2B59B;
}

.main-rew-h-block h2,
.main-rew-h-block .slider__title {
  color: #C2B59B;
  font-size: 52px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 120px;
  max-width: 530px;
}

.main-rew-h-block h2 span,
.main-rew-h-block .slider__text_accent {
  color: #112056;
}

.advantages-h-main__content .container {
  margin-bottom: 40px;
}

.advantages-h-main__content .container h2,
.advantages-h-main__content .container .advantages-h-main__title {
  color: #C2B59B;
  font-size: 52px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.advantages-h-main__content .container h2 span,
.advantages-h-main__content .advantages-h-main__content_accent {
  color: #112056;
}

@media screen and (width<=360px) {
  .advantages-h-main__content_accent {
    font-size: 48px;
  }
}

.advantages-main__content .container {
  margin-bottom: 160px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.advantages-item {
  background: var(--unnamed, #112056);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px;
}

.advantages-item:nth-child(3) {
  background: #B9A988;
}

.advantages-item:nth-child(4) {
  background: #B9A988;
}

.advantages-item p:first-of-type {
  color: #FFF;
  font-size: 24px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 75px;
  margin-bottom: 10px;
}

.uslugi-prise-perk {
  background: none;
}

.uslugi-prise-perk .container {
  margin-top: 0;
}

.advantages-item p:last-of-type {
  color: rgba(255, 255, 255, 0.60);
  font-size: 14px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.serv-h-main__content {
  background: var(--unnamed, #F6F6FA);
}

.serv-h-main__content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 160px;
}

.serv-h-main__content .container h2 {
  color: #C2B59B;
  font-size: 52px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.serv-h-main__content .container h2 span {
  color: #112056;
}

.serv-h-text-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  max-width: 480px;
}

.serv-h-text-main p {
  color: #9A9EA7;
  font-size: 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.serv-h-text-main a {
  color: #112056;
}

.serv-h-text-main a:hover {
  text-decoration: underline;
}

.serv-main__content {
  background: var(--unnamed, #F6F6FA);
}

.serv-main__content .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin-bottom: 185px;
  margin-top: 85px;
}

.serv-main__content .universal-serv {
  max-width: 1260px;
  margin-left: auto;
  padding: 0 10px;
  margin-right: auto;
}

.last-vrach ul a {
  color: #B9A988;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.last-vrach ul a:hover {
  color: #4B5058;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.serv-main-item {
  background: var(--unnamed, #FFF);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(33, 33, 33, 0.08);
  box-shadow: 0px 0px 25px 0px rgba(33, 33, 33, 0.08);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.serv-main-item p:nth-of-type(1) {
  color: #FFF;
  font-size: 28px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  padding: 25px 0;
  background: #B9A988;
  width: 100%;
}

.serv-main-item p:nth-of-type(2) {
  padding: 25px;
  color: var(--unnamed, #4B5058);
  text-align: center;
  font-size: 14px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.serv-main-item p:nth-of-type(3) {
  padding: 13px 0 17px;
  background: var(--unnamed, #F6F6FA);
  color: #B9A988;
  font-size: 56px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
}

.serv-main-item p:nth-of-type(3) span {
  color: #B9A988;
  font-size: 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}

.serv-main-item p:nth-of-type(3) span:nth-of-type(2) {
  font-size: 36px;
}

.serv-main-item ul {
  color: var(--unnamed, #4B5058);
  font-size: 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 25px 30px;
  text-align: start;
}

.serv-main-item ul li {
  position: relative;
  padding-left: 44px;
  padding-bottom: 15px;
}

.serv-main-item ul li:before {
  content: "";
  width: 29px;
  height: 14px;
  background: url(../images/form/check.svg) no-repeat;
  background-size: 100% 100%;
  margin-right: 32px;
  position: absolute;
  left: 0;
  top: 5px;
}

.serv-main-item ul li:after {
  content: "";
  width: 296px;
  height: 1px;
  background-color: #9A9EA7;
  background-size: 100% 100%;
  margin-right: 32px;
  position: absolute;
  left: 45px;
  bottom: 5px;
  opacity: 0.20000000298023224;
}

.btn-serv-main-item {
  margin: 30px;
}

.btn-serv-main-item button {
  background: var(--unnamed, #112056);
  width: 100%;
  padding: 17px 0;
  color: var(--unnamed, #FFF);
  text-align: center;
  font-size: 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-serv-main-item button:hover {
  background: #B9A988;
}

.serv-main-item:nth-of-type(2) {
  -webkit-transform: scale(1, 1.08);
  -ms-transform: scale(1, 1.08);
  transform: scale(1, 1.08);
}

.serv-main-item:nth-of-type(2) p:nth-of-type(1) {
  background: #112056;
}

.serv-main-item:nth-of-type(2) p:nth-of-type(3) {
  color: #112056;
}

.serv-main-item:nth-of-type(2) p:nth-of-type(3) span {
  color: #112056;
}

.slider-holder-img img {
  margin: auto;
  max-height: 580px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.slider-holder-img .d-border {
  position: absolute;
  top: 65px;
  bottom: 65px;
  left: 15px;
  right: 15px;
  border: 1px solid #C2B59B;
}

.photo-main-head h2 {
  color: var(--unnamed, #112056);
  font-size: 52px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  margin-top: 160px;
}

.free-place-h-main__content .free-place-h-main__title {
  color: #C2B59B;
  font-size: 52px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  margin-top: 160px;
  margin-bottom: 40px;
}

.free-place-h-main__content h2 span,
.free-place-h-main__content .free-place-h-main__content_accent {
  color: #112056;
}

.free-place-main__content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.free-place-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.free-place-text {
  padding: 80px 0 38px 0;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--unnamed, #112056);
  background-image: url("../img2/free-place.png");
  width: 100%;
}

.free-place-text .text-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  color: var(--unnamed, #FFF);
  text-align: center;
  font-size: 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.free-place-text .text-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  margin-top: 66px;
}

.free-place-text .text-mid p:first-child {
  color: #C2B59B;
  font-size: 64px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.free-place-text .text-mid p:last-child {
  color: #C2B59B;
  font-size: 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.free-place-text .text-mid p:first-child span {
  font-size: 36px;
  font-family: Montserrat;
}

.free-place-text .text-down {
  margin-top: 44px;
  padding: 0 45px;
}

.free-place-text .text-down button {
  background: #B9A988;
  padding: 16px 0;
  color: var(--unnamed, #FFF);
  text-align: center;
  font-size: 14px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.free-place-text .text-down button:hover {
  opacity: 0.8
}

.partner-h__content h2 {
  color: #C2B59B;
  font-size: 52px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  margin-top: 160px;
  margin-bottom: 40px;
}

.partner-h__content h2 span {
  color: #112056;
}

.serv-baner__content {
  background: #F6F6FA;
  position: relative;
}

.serv-baner__content .container {
  padding: 100px 0 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.serv-baner__content h1 {
  color: #112056;
  font-size: 52px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  max-width: 571px;
  margin-bottom: 10px;
  z-index: 1;
}

.serv-baner__content ul {
  padding: 30px 60px;
  background: #FFF;
  border-left: 4px solid #C2B59B;
  color: #4B5058;
  font-size: 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  z-index: 1;
  max-width: 600px;
}

.serv-baner__content ul li {
  position: relative;
}

.serv-baner__content ul li:before {
  content: '';
  width: 16px;
  height: 1px;
  position: absolute;
  left: -25px;
  top: 12px;
  background: #4B5058;
}

.serv-baner__content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #4B5058;
  margin-bottom: 20px;
}

.serv-baner__content .btn-block {
  margin-left: 0px;
  z-index: 1;
}

.serv-baner__content img {
  position: absolute;
  border-radius: 100%;
  right: 0;
  top: 10%;
  height: 700px;
  width: 700px;
  -o-object-fit: cover;
  object-fit: cover;
}

.serv__content {
  background: #FFF;
}

.serv-main-item-t {
  background: var(--unnamed, #FFF);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(33, 33, 33, 0.08);
  box-shadow: 0px 0px 25px 0px rgba(33, 33, 33, 0.08);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.serv-main-item-up-h {
  background: var(--unnamed, #112056);
  padding: 25px;
  position: relative;
  overflow: hidden;
}

.serv-main-item-up-h:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: -20px;
  height: 85px;
  width: 85px;
  content: "";
  background-image: url(../img2/Group.svg);
  background-repeat: no-repeat;
  background-size: 85px 85px;
}

.serv-main-item-up-h:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: -20px;
  height: 85px;
  width: 85px;
  content: "";
  background-image: url(../img2/Group2.svg);
  background-repeat: no-repeat;
  background-size: 85px 85px;
}

.serv-main-item-up-h p:nth-of-type(1) {
  color: rgba(255, 255, 255, 0.50);
  text-align: center;
  font-size: 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.serv-main-item-up-h p:nth-of-type(2) {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}

.serv-main-price {
  padding: 13px 0 17px;
  background: var(--unnamed, #F6F6FA);
  color: #B9A988;
  font-size: 56px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
}

.serv-main-price span {
  color: #B9A988;
  font-size: 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}

.serv-main-price span:nth-of-type(2) {
  font-size: 36px;
}

.serv-main-item-t ul {
  color: var(--unnamed, #4B5058);
  font-size: 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 25px 30px;
  text-align: start;
}

.serv-main-item-t ul li {
  position: relative;
  padding-left: 44px;
  padding-bottom: 15px;
}

.serv-main-item-t ul li:before {
  content: "";
  width: 29px;
  height: 14px;
  background: url(../images/form/check.svg) no-repeat;
  background-size: 100% 100%;
  margin-right: 32px;
  position: absolute;
  left: 0;
  top: 5px;
}

.serv-main-item-t ul li:after {
  content: "";
  width: 296px;
  height: 1px;
  background-color: #9A9EA7;
  background-size: 100% 100%;
  margin-right: 32px;
  position: absolute;
  left: 45px;
  bottom: 5px;
  opacity: 0.20000000298023224;
}

.bot__con {
  margin-bottom: 160px;
}

.universal-serv {
  max-width: 1260px;
  margin-left: auto;
  padding: 0 10px;
  margin-right: auto;
}

.universal-title-serv {
  color: #112056;
  font-size: 52px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  margin-bottom: 40px;
}

.serv__content .universal-serv {
  margin-top: 0px;
}

.stage-serv__content .universal-serv {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 110px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 110px;
  -moz-column-gap: 110px;
  column-gap: 110px;
  row-gap: 60px;
  margin-bottom: 160px;
}

.stage-serv {
  max-width: 533px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 30px;
}

.stage-serv span {
  color: var(--unnamed, #C2B59B);
  font-size: 128px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100px;
  max-width: 109px;
}

.stage-serv p {
  color: var(--unnamed, #4B5058);
  font-size: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  padding-top: 50px;
  position: relative;
}

.stage-serv p:before {
  width: 367px;
  height: 1px;
  content: "";
  background-color: #C2B59B;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  top: 30px;
}

.uslugi-one h2 {
  margin-top: 0px;
  margin-bottom: 60px;
}

.text-main__content .serv-text h2 {
  color: #112056;
  font-size: 52px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
}

.text-main__content .serv-text {
  margin-bottom: 140px;
}

.serv-faq h2 {
  max-width: 880px;
}

.text-serv-bot__content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.text-serv-bot__content .container p {
  max-width: 590px;
  color: var(--unnamed, #4B5058);
  font-size: 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}

.text-serv-bot__content .container h2 {
  color: #112056;
  font-size: 52px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
}

.white {
  background: #fff;
}

.bottom .container {
  margin-bottom: 0px;
}

.bot .container {
  margin-bottom: 180px;
}

.medicines-serv__content {
  background: var(--unnamed, #F6F6FA);
}

.medicines-serv__content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 43px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 60px;
}

.medicines-serv-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}

.medicines-serv-left .medicines-serv__title {
  color: #112056;
  font-size: 52px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
}

.medicines-serv-left p {
  color: var(--unnamed, #4B5058);
  font-size: 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  position: relative;
}

.medicines-serv-left p:before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #C2B59B;
  background-size: 100% 100%;
  position: absolute;
  top: -25px;
}

.medicines-serv-count__content {
  background: var(--unnamed, #F6F6FA);
}

.medicines-serv-count__content .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.medicines-serv-count {
  padding: 25px 35px;
  background: #FFFFFF;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.medicines-serv-count:before {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 64px;
  width: 64px;
  content: "";
  background-image: url(../img2/Frame.svg);
  background-repeat: no-repeat;
  background-size: 64px 64px;
}

.medicines-serv-count span {
  color: #C2B59B;
  font-size: 58px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 60px;
}

.medicines-serv-count p:first-of-type {
  color: #112056;
  font-size: 24px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}

.medicines-serv-count p:last-of-type {
  color: #4B5058;
  font-size: 14px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.last_vrach {
  margin-top: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.last_vrach a {
  border-radius: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 15px;
}

.last_vrach a:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 30px 4px;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 30px 4px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.last_vrach img {
  width: 20px;
  height: 20px;
}

.last_vrach_with_button ul {
  overflow: hidden;
  max-height: 230px;
}

.grey {
  background: var(--unnamed, #F6F6FA);
}

.foot-h {
  margin-top: 0px;
}

.slide-h {
  margin-bottom: 0px;
  padding-bottom: 180px;
}

.popup-phone {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(4, 11, 36, 0.7);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1000;
  overflow: auto;
  cursor: pointer;
  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;
}

.popup-phone.js__popup-open {
  opacity: 0;
  visibility: hidden;
}

.popup-phone.js__popup-open.open {
  opacity: 1;
  visibility: visible;
}

.popup-phone__form-box {
  max-width: 595px;
  padding: 60px 0;
  width: 100%;
  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;
  background-image: url(../img2/Grouptest2.webp);
  background-color: var(--unnamed, #112056);
  position: relative;
}

.popup-phone__form-box .close {
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}

.popup-phone__form-box p:first-of-type {
  color: var(--unnamed, #FFF);
  text-align: center;
  font-size: 32px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}

.popup-phone__form-box p:last-of-type {
  color: var(--unnamed, #FFF);
  text-align: center;
  font-size: 12px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.5;
}

.popup-phone.js__popup-open.popup.popup-response .result_wrapper>h3 {
  color: var(--unnamed, #FFF);
  text-align: center;
  font-size: 32px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}

.popup-phone.js__popup-open.popup.popup-response .result_wrapper>p {
  color: var(--unnamed, #FFF);
  text-align: center;
  font-size: 12px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.5;
}

.popup-phone__form-box a {
  color: var(--unnamed, #FFF);
  text-align: center;
  font-size: 12px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: underline;
}

.popup-phone__form-box input {
  width: 100%;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.50);
  padding: 15px 20px;
  color: rgba(255, 255, 255, 0.50);
  text-align: center;
  color: rgba(255, 255, 255, 0.50);
  font-size: 14px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  background: transparent;
  outline: 0;
  text-align: start;
  margin-bottom: 15px;
}

.popup-phone__form-in {
  max-width: 400px;
}

.popup-phone__form-box button:hover {
  opacity: 0.8;
}

.title_ajax {
  color: var(--unnamed, #FFF);
  text-align: center;
  font-size: 32px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}

big {
  color: #FFF;
  font-size: 14px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.free-place-text .text-mid p:first-child {
  position: relative;
}

.free-place-text .text-mid p:first-child:before {
  content: "";
  content: "";
  width: 80px;
  height: 1px;
  background-color: #C2B59B;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.popup.js__popup-open {
  opacity: 0;
  visibility: hidden;
}

.popup.js__popup-open.open {
  opacity: 1;
  visibility: visible;
}

.popup {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(4, 11, 36, 0.7);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1000;
  overflow: auto;
  cursor: pointer;
  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;
}

.city-popup__content {
  max-width: 1230px;
  padding: 60px 100px;
  width: 100%;
  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;
  background-color: #FFFFFF;
  position: relative;
}

.city-popup__content p {
  color: var(--unnamed, #C2B59B);
  font-family: "Constantia", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}

.city-popup__content .popup__shearch-input {
  border: 1px solid #E3E3E3;
  width: 100%;
  padding: 12px 12px 12px 65px;
  color: #4B5058;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.popup__shearch {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

.popup__shearch:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img2/Search.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 13px;
  top: 12px;
}

.popup__inner-alfavit {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.popup__inner-alfavit a {
  color: var(--unnamed, #C2B59B);
  font-family: "Constantia", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.popup__inner-alfavit a:hover {
  color: #112056;
}

.popup__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-height: 480px;
  overflow: hidden;
}

.popup__items .popup__link {
  color: #4B5058;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.popup__items .popup__link:hover {
  color: var(--unnamed, #C2B59B);
}

.popup-search-container {
  cursor: unset;
}

.popup-search {
  width: 90%;
  max-width: 100%;
}

.popup-phone__form-box input.popup-search__search-input {
  background: white;
  color: black;
}

.popup-search p.popup-search__title:first-of-type {
  padding-bottom: 10px;
  text-align: left;
  opacity: 0.8;
  font-size: 20px;
  border-bottom: 1px solid #E3E3E3;
  padding: 0 0 10px 0;
}

.popup-search__list {
  max-height: 340px;
  overflow: auto;
}

.popup-search__list::-webkit-scrollbar {
  width: 5px;
  border-radius: 21px;
}

.popup-search__list::-webkit-scrollbar-track {
  background-color: #f3f3f3;
  border-radius: 21px;
}

.popup-search__list::-webkit-scrollbar-thumb {
  background-color: #B9A988;
  border-radius: 21px;
}

.popup-search__item {
  margin-bottom: 25px;
}

.popup-search__item a {
  color: #B9A988;
  text-decoration: none;
  text-align: left;
}

.popup-search__item p:first-of-type,
.popup-search__item p:last-of-type {
  color: #B9A988;
  text-align: left;
  font-size: 20px;
  opacity: 1;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

.popup-search__item a p:hover {
  color: white;
  cursor: pointer;
}

.popup-phone__form-box button {
  background: #B9A988;
  padding: 20px 0px;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 25px;
  color: var(--unnamed, #FFF);
  text-align: center;
  font-size: 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.city-popup__content .close {
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}

.city-popup__content .hide {
  display: none;
}

.video_cont .container {
  max-height: 750px;
}

.video_cont .gallery-item {
  max-width: 393px;
}

.video_cont_2 iframe {
  width: 1241px;
  height: 620px;
}

.video_cont_2 .gallery-item p,
.video_cont .gallery-item p {
  color: #112056;
  font-family: "Constantia", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 15px;
}

.video_cont_2 .gallery-item {
  margin-bottom: 160px;
}

.video_cont_2 .gallery-item:before,
.video_cont .gallery-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 1px;
  background: #C2B59B;
}

.video_cont_new h2 {
  margin-top: 0;
}

@media (max-width: 1815px) {
  .consultation__form {
    right: 13%;
  }
}

@media (max-width: 1480px) {
  .serv-baner__content img {
    height: 500px;
    width: 500px;
  }

  .consultation__img-right {
    display: none;
  }

  .consultation__img-left {
    display: none;
  }

  .consultation__content h2,
  .consultation__content .consultation__title {
    font-size: 28px;
    line-height: 30px;
    max-width: 300px;
    margin-bottom: 25px;
  }

  .consultation__phone {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .consultation__call {
    font-size: 14px;
    line-height: 20px;
  }

  .consultation__call:before {
    width: 115px;
  }

  .consultation__form-border {
    padding: 20px 15px;
  }

  .consultation__form-border h3 {
    font-size: 20px;
    line-height: 25px;
    text-align: start;
  }

  .consultation__content .container:before {
    left: 15px;
  }

  .consultation__content .container {
    padding: 0 15px;
  }

  .video_cont_2 iframe {
    width: 1000px;
    height: 420px;
  }
}

@media (max-width: 1024px) {
  .video_cont_2 iframe {
    width: 370px;
    height: 260px;
  }

  .container {
    max-width: 1240px;
    padding: 0px 15px;
  }

  /* .bot-head .menu {
    display: none;
  } */

  .social-block.mobile {
    margin-bottom: 20px;
  }

  .social-text span a {
    font-size: 18px;
  }

  .tele_g p {
    display: none;
  }

  .tele_g {
    margin-left: 0px;
  }

  /* .tele_g .eye {
    display: none;
  } */

  .up-head {
    display: none;
  }

  /* !!! */
  .menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    height: 18px;
    width: 25px;
    cursor: pointer;
    margin-left: 20px;
  }

  .menu-btn .open:first-child {
    background: #B9A988;
    -webkit-transform: translate(0px, 8px) rotate(45deg);
    -ms-transform: translate(0px, 8px) rotate(45deg);
    transform: translate(0px, 8px) rotate(45deg);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  .menu-btn .open:last-child {
    background: #B9A988;
    -webkit-transform: translate(0px, 0px) rotate(-45deg);
    -ms-transform: translate(0px, 0px) rotate(-45deg);
    transform: translate(0px, 0px) rotate(-45deg);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  .menu-btn .open:nth-child(2n) {
    display: none;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  .menu-btn span {
    height: 2px;
    background: #112056;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  .menu-btn span:nth-child(2n) {
    height: 2px;
    background: #B9A988;
    width: 80%;
    margin-left: auto;
  }

  .social-top-mobile {
    border-bottom: solid 1px #E3E3E3;
    padding: 20px 0;
  }

  .social-top-mobile .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .social-text span:first-child {
    font-weight: 600;
    font-size: 16px;
    color: #112056;
  }

  .logo a {
    height: 54px;
    width: 54px;
    display: block;
  }

  .logo a img {
    height: 54px;
    width: 54px;
  }

  .menu-mobile {
    display: none;
    padding: 30px 0;
    background: #F6F6FA;
    -webkit-transition: all .8;
    -o-transition: all .8;
    transition: all .8;
    -webkit-animation: smoothScroll .8s forwards;
    animation: smoothScroll .8s forwards;
  }

  .menu-mobile .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
  }

  .menu {
    margin-left: 0px;
  }

  .menu-mobile .menu ul .submenu {
    display: none;
  }

  .submenu {
    position: unset;
    z-index: 5;
    min-width: 300px;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-transition: all .8;
    -o-transition: all .8;
    transition: all .8;
    -webkit-animation: smoothScroll2 .8s forwards;
    animation: smoothScroll2 .8s forwards;
  }

  .menu a {
    font-size: 20px;
  }

  .submenu li a {
    border-bottom: none;
    color: rgba(17, 32, 86, 0.6);
    padding: 10px 0px;
    font-size: 18px;
  }

  .fa-angle-down {
    left: 300px;
  }

  .btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0px;
    margin-top: 15px;
  }

  .btn-block.mobile {
    width: 100%;
    margin: 15px 0;
  }

  .tele_g a {
    margin: 15px auto;
  }

  .footer__contacts .container {
    padding: 40px 15px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-fut {
    gap: 15px;
  }

  .phone-fut {
    margin: 30px 0 10px;
  }

  .footer__navs nav {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .fut_tree {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .disap {
    opacity: 0;
    display: none;
  }

  .footer__navs nav ul:first-child {
    margin-bottom: -15px;
  }

  .footer__navs {
    padding: 30px 0px 30px;
  }

  .footer__navs-oplata {
    gap: 15px;
    -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;
  }

  .social-fut2 {
    gap: 15px;
    -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;
  }

  .footer__inner-social {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
  }

  .soc-url {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }

  .footer__bottom .container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
  }

  .footer__bottom-items {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }

  .footer__bottom .container p {
    text-align: start;
  }

  .contact__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .contact__content h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .contact__item {
    font-size: 16px;
  }

  .map__border {
    margin-top: 30px;
  }

  .social-icon img {
    width: 25px;
  }

  .social-text span:first-child {
    font-size: 13px;
  }

  .social-fut .soc-item p {
    font-size: 14px;
  }

  .phone-fut .soc-item a {
    font-size: 22px;
  }

  .footer__navs nav ul li:first-child {
    font-size: 18px;
  }

  .consultation__content {
    margin: 80px 15px 50px 15px;
    padding: 50px 0px 50px;
    position: relative;
  }

  .consultation__content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
  }

  .consultation__form {
    display: contents;
  }

  .consultation__form-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }

  .consultation__form-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }

  .consultation__form-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }

  .consultation__form-input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }

  .consultation__form-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
  }

  .consultation__form-btn {
    font-size: 14px;
  }

  .consultation__img-left {
    display: block;
    top: 17.5%;
    left: auto;
    right: -65px;
    width: 135px;
  }

  .consultation__content:before {
    display: block;
  }

  .consultation__content .container:before {
    display: none;
  }

  .error__content p {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 50px;
  }

  .error__items {
    display: block;
  }

  .sertificates__content .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .gallery-item:nth-child(1n) img {
    width: 100%;
    height: 100%;
  }

  .gallery-item:nth-child(2n) img {
    width: 100%;
    height: 100%;
  }

  .gallery-item:nth-child(3n) img {
    width: 100%;
    height: 100%;
  }

  .gallery-item:nth-child(4n) img {
    width: 100%;
    height: 100%;
  }

  .gallery-item:nth-child(2n) .g-border {
    border: 1px solid #C2B59B;
  }

  .gallery-item:nth-child(3n) .g-border {
    border: 1px solid #C2B59B;
  }

  .btn__content .container a {
    width: 100%;
  }

  .btn__content {
    margin-top: 30px;
  }

  .actsii__content .container img {
    width: 100%;
  }

  .actsii__content .js__popup-link {
    width: 100%;
  }

  .questions__content .container {
    margin-top: 30px;
  }

  .accordion p {
    max-width: 80%;
  }

  .accordion,
  .panel-text {
    font-size: 14px;
  }

  .price__content .container {
    margin-top: 30px;
  }

  .price__content .container .serv {
    width: 100%;
  }

  .price__content .container .price {
    width: 30%;
  }

  .price__content .container .modal-serv {
    width: 43%;
  }

  .price__content .container .tab-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    padding: 15px 15px;
  }

  .price__content .container :not(:first-child) .serv {
    font-weight: 600;
  }

  .price__content .container .maint .price {
    display: none;
  }

  .gallery-middle__content .container {
    max-height: 1070px;
  }

  .rew__content .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    height: 585px;
  }

  .reviews__box span {
    font-size: 20px;
  }

  .reviews__box time {
    font-size: 12px;
  }

  .popup-rew-block {
    width: 100%;
    left: 0;
    top: 0;
    padding: 44px 15px;
  }

  .stati__content .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .stati-img img {
    width: 100%;
  }

  .stati-item {
    gap: 15px;
  }

  .stati-item .text {
    gap: 10px;
  }

  .stati-item p {
    font-size: 20px;
  }

  .stati-img time {
    font-size: 12px;
  }

  .stati-count__block .view p,
  .stati-count__block .view time {
    font-size: 14px;
  }

  .stati-count__block .time-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .stati-count__block .rating p {
    font-size: 32px;
  }

  .stati-person__content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .stati-person__content .anchor p {
    font-size: 24px;
  }

  .stati-person__content .anchor a {
    font-size: 14px;
  }

  .stati-person__content .anchor {
    gap: 20px;
  }

  .content-doc__box a img {
    height: 134px;
  }

  .content-doc__box-name a:first-child {
    line-height: 20px;
    font-size: 18px;
  }

  .content-doc__box-name-in a img {
    height: 25px;
  }

  .content-doc__box:before {
    height: 0px;
  }

  .content-doc__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding: 15px;
  }

  .content-doc__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
  }

  .content-doc__box-name-in {
    -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;
  }

  .content-doc__box .content-doc__box-inner {
    width: 100%;
    border-bottom: 0;
    border-top: 1px solid #CBD9DF;
    padding: 15px 0 0;
  }

  .text-literature__title {
    font-size: 28px;
    line-height: 30px;
  }

  .text-block h2,
  .text-block h3,
  .text-block h4 {
    font-size: 28px;
    line-height: 30px;
  }

  .text-block p,
  .text-block-s p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .text-block strong {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block p:nth-last-of-type(-n+1),
  .text-block-s p:nth-last-of-type(-n+1) {
    margin-bottom: 30px;
  }

  .text-block ul {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
    gap: 15px;
  }

  .text-block-s img {
    float: unset;
    padding-bottom: 20px;
    width: 100%;
    padding-left: 0px;
  }

  .text-block-s h5 {
    font-size: 20px;
    line-height: 25px;
  }

  .stati-text-slider {
    margin-bottom: 0px;
  }

  .stati-text-slider h2,
  .stati-text-slider h3,
  .stati-text-slider h4 {
    margin-bottom: 0;
  }

  .slick-arrow {
    &.slick-next {
      right: 10%;
      -webkit-transform: translate(-10%);
      -ms-transform: translate(-10%);
      transform: translate(-10%);
    }

    &.slick-prev {
      left: 10%;
      -webkit-transform: translate(-10%);
      -ms-transform: translate(-10%);
      transform: translate(-10%);
    }
  }

  .doctor__content .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .doctor-img p {
    font-size: 12px;
  }

  .doctor-item .text p:first-child {
    font-size: 20px;
    line-height: 25px;
  }

  .doctor-item .doc-btn {
    line-height: 20px;
    font-size: 14px;
  }

  .slick-slide .reviews {
    margin-right: 0px;
  }

  .vrach__content .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 80px;
  }

  .vrach-name p {
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
  }

  .vrach-name h1 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 30px;
  }

  .vrach-block .exp p {
    font-size: 12px;
    line-height: 20px;
    max-width: 130px;
  }

  .vrach-spec {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vrach-block .btn-block button {
    font-size: 14px;
    line-height: 20px;
  }

  .vrach-block .btn-block a {
    font-size: 14px;
    line-height: 20px;
  }

  .mid-vrach h2,
  .last-vrach h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .mid-vrach p {
    font-size: 14px;
    line-height: 20px;
  }

  .vrach-block {
    gap: 40px;
  }

  .last-vrach ul {
    font-size: 14px;
    line-height: 20px;
  }

  .main-baner__content .container {
    padding-top: 50px;
    padding-bottom: 50px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .baner-left p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .baner-left h1 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 25px;
  }

  .baner-right img {
    scale: 0.9;
    max-width: 100%;
  }

  .baner-right p:first-of-type {
    font-size: 18px;
  }

  .baner-right p:last-of-type {
    font-size: 14px;
  }

  .baner-left ul {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px;
    gap: 15px;
    margin-bottom: 20px;
  }

  .baner-left ul li:before {
    content: none;
  }

  .main-baner__content:before {
    content: none;
  }

  .btn-baner {
    gap: 15px;
    -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;
  }

  .btn-baner button {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }

  .med-help__content .container {
    margin-top: 80px;
  }

  .med-help__content h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .med-help__content .med-help-grid {
    display: block;
  }

  .med-help-price {
    padding: 15px 20px;
  }

  .med-help-price p:first-of-type {
    font-size: 20px;
    line-height: 25px;
  }

  .med-help-price p:last-of-type {
    font-size: 14px;
    line-height: 20px;
  }

  .med-help-item {
    margin: 0 15px;
  }

  .med-help-item ul a {
    font-size: 14px;
    line-height: 20px;
  }

  .med-help-btn button {
    font-size: 14px;
    line-height: 20px;
  }

  .about__content .container {
    margin-top: 80px;
  }

  .about-text h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .about-text .border-left {
    font-size: 16px;
    line-height: 25px;
    padding-left: 15px;
    margin-bottom: 30px;
  }

  .about-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .about__content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }

  .about-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .about-img img {
    height: 190px;
  }

  .about-img-text p:first-of-type {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .about-img-text p:last-of-type {
    line-height: 15px;
  }

  .about-img-text {
    padding: 55px 22px;
    border-left: solid 2px #C2B59B;
  }

  .about__content:before {
    top: 42%;
    left: 0%;
    height: 700px;
  }

  .about-grid-item-top p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
  }

  .count__content {
    margin: 80px 0;
  }

  .count__content .container {
    padding: 30px 0 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 15px;
  }

  .count-item .number {
    font-size: 72px;
    line-height: 70px;
    margin-bottom: 38px;
  }

  .count-item p {
    max-width: 234px;
  }

  .count-item .number:before {
    bottom: -25px;
  }

  .doctor-item .text {
    padding: 20px;
  }

  .item .doctor-item {
    width: 100%;
  }

  .spec-main h2 {
    margin-bottom: -40px;
  }

  .lice-slide__content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lice-slide__content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .lice-slide__content .lice-slide__title {
    font-size: 28px;
    line-height: 30px;
  }

  .lice-slide__content {
    margin: 80px 0;
  }

  .ambulance__content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }

  .form-count__content {
    margin-top: 30px;
  }

  .ambulance-text .ambulance-title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .form-count__content .container {
    padding: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    margin: 0 15px;
  }

  .form-count__content .count-item p {
    font-size: 14px;
  }

  .form-count__content .count-item .number {
    font-size: 72px;
    line-height: 70px;
  }

  .form-count__content form {
    text-align: center;
    gap: 15px;
  }

  .form-count__content form input {
    margin: auto;
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
  }

  .form-count__content form button {
    margin: auto;
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
  }

  .questions__content-title .container {
    margin-top: 80px;
  }

  .questions__content-title h2,
  .questions__content-title .serv-faq__title {
    font-size: 28px;
    line-height: 30px;
    max-width: 300px;
  }

  .questions__content-title a {
    display: none;
  }

  .main-q .container {
    margin-bottom: 80px;
  }

  .akcii-main__content .container {
    display: block;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .akcii-main__content .container .akcii-main__title {
    display: block;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .akcii-main__content .slider__content {
    margin-bottom: 120px;
  }

  .contact-main__content h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .text-main__title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .text-h-main__content {
    display: block;
    margin-top: 80px;
  }

  .text-h-main__content2 {
    margin-top: 0px;
  }

  blockquote {
    font-size: 14px;
    line-height: 20px;
    padding: 31px 20px 20px 20px;
  }

  blockquote:before {
    content: none;
  }

  blockquote:after {
    left: 5px;
  }

  .main-rew-h-block h2 {
    font-size: 28px;
    line-height: 30px;
    margin-top: 80px;
  }

  .slider-container .item {
    padding: 30px 0;
  }

  .advantages-h-main__content .container {
    margin-bottom: 30px;
  }

  .advantages-h-main__content .container h2,
  .advantages-h-main__content .advantages-h-main__title {
    font-size: 28px;
    line-height: 30px;
  }

  .advantages-main__content .container {
    margin-bottom: 80px;
    display: block;
  }

  .advantages-item p:first-of-type {
    font-size: 20px;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .advantages-main__content .slides-numbers {
    opacity: 0;
  }

  .advantages-main__content .slick-arrow {
    opacity: 0;
  }

  .serv-h-main__content .container {
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .serv-h-main__content .container h2 {
    font-size: 28px;
    line-height: 30px;
    display: block;
  }

  .serv-h-text-main p {
    font-size: 14px;
    line-height: 20px;
  }

  .serv-h-text-main {
    gap: 10px;
  }

  .serv-main__content .container {
    display: block;
    margin-bottom: 100px;
  }

  .serv-main__content .universal-serv {
    display: block;
    margin-bottom: 100px;
  }

  .serv-main-item p:nth-of-type(1) {
    font-size: 20px;
    line-height: 25px;
    padding: 20px 0;
  }

  .slider-holder .serv-main-item:nth-of-type(2) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .serv-main-item p:nth-of-type(2) {
    padding: 20px;
  }

  .serv-main-item p:nth-of-type(3) {
    padding: 10px 0 15px;
    font-size: 38px;
    line-height: 40px;
  }

  .serv-main-item p:nth-of-type(3) span {
    font-size: 14px;
    line-height: 20px;
  }

  .serv-main-item p:nth-of-type(3) span:nth-of-type(2) {
    font-size: 24px;
  }

  .serv-main-item ul {
    font-size: 14px;
    line-height: 20px;
    padding: 20px;
  }

  .btn-serv-main-item button {
    padding: 15px 0;
    font-size: 14px;
    line-height: 20px;
  }

  .slider-holder-img .d-border {
    top: 35px;
    bottom: 35px;
    left: 5px;
    right: 5px;
  }

  .photo-main-head h2 {
    font-size: 28px;
    line-height: 30px;
    margin-top: 80px;
  }

  .free-place-h-main__content .free-place-h-main__title {
    font-size: 28px;
    line-height: 30px;
    margin-top: 80px;
    margin-bottom: 30px;
  }

  .free-place-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .free-place-text {
    padding: 30px 0 20px 0;
  }

  .free-place-text .text-up {
    font-size: 14px;
    line-height: 20px;
  }

  .free-place-text .text-mid {
    margin-top: 35px;
  }

  .free-place-text .text-mid p:last-child {
    font-size: 14px;
    line-height: 20px;
  }

  .free-place-text .text-down {
    margin-top: 30px;
    padding: 0 20px;
  }

  .partner-h__content h2 {
    font-size: 28px;
    line-height: 30px;
    margin-top: 80px;
    margin-bottom: 30px;
  }

  .slick-slide {
    height: auto !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }

  .slider-holder-b .advantages-item {
    max-width: 310px;
    margin-right: 15px;
    height: 325px;
  }

  .serv-baner__content .container {
    padding: 90px 15px 50px;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .serv-baner__content img {
    display: none;
    position: relative;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 320px;
    width: 320px;
    max-width: 100%;
  }

  .serv-baner__content h1 {
    text-align: center;
    font-size: 28px;
    line-height: 30px;
    max-width: 226px;
  }

  .serv-baner__content ul {
    padding: 15px 40px;
    border-left: 2px solid #C2B59B;
    font-size: 14px;
    line-height: 20px;
    gap: 15px;
  }

  .serv-baner__content p {
    font-size: 14px;
    line-height: 20px;
  }

  .serv-baner__content ul li:before {
    top: 10px;
  }

  .serv-baner__content .btn-block {
    width: 100%;
    margin-top: 0;
  }

  /* .btn_head_one {
    font-size: 14px;
  }

  .btn_head_two {
    font-size: 14px;
  } */

  .universal-title-serv {
    font-size: 28px;
    line-height: 30px;
    margin-top: 80px;
    margin-bottom: 30px;
  }

  .stage-serv__content .universal-serv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 80px;
  }

  .stage-serv span {
    font-size: 72px;
    line-height: 70px;
    min-width: 75px;
  }

  .stage-serv p {
    font-size: 14px;
    line-height: 20px;
    padding-top: 25px;
  }

  .stage-serv p:before {
    width: 228px;
    top: 15px;
  }

  .stati-person__content .anchor ul {
    gap: 10px;
  }

  .text-main__content .serv-text h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .text-main__content .serv-text {
    margin-bottom: 80px;
  }

  .text-serv-bot__content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0px;
    gap: 30px;
    margin-bottom: 30px;
  }

  .text-serv-bot__content .container h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .text-serv-bot__content .container p {
    font-size: 14px;
    line-height: 20px;
  }

  .bot .container {
    margin-bottom: 80px;
  }

  .medicines-serv__content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .medicines-serv__content img {
    width: 100%;
  }

  .medicines-serv-left .medicines-serv__title {
    font-size: 28px;
    line-height: 30px;
  }

  .medicines-serv-left {
    gap: 30px;
  }

  .medicines-serv-left p:before {
    top: -15px;
  }

  .medicines-serv-count span {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 50px;
  }

  .medicines-serv-count p:first-of-type {
    font-size: 20px;
    line-height: 25px;
  }

  .medicines-serv-count {
    padding: 15px 20px 20px 20px;
  }

  .medicines-serv-count__content .container {
    display: block;
  }

  .about-grid-item-mob {
    margin-bottom: 40px;
  }

  .lice-main img {
    width: 310px;
  }

  .serv-main-item {
    height: 660px !important;
  }

  .popup-phone__form-box {
    padding: 60px 15px;
  }

  .popup-phone.js__popup-open.popup.popup-response .result_wrapper>h3 {
    font-size: 28px;
    padding: 0 15px;
  }

  .popup-phone__form-box p:first-of-type {
    font-size: 28px;
    padding: 0 15px;
  }

  .popup-search__item p:first-of-type,
  .popup-search__item p:last-of-type {
    font-size: 20px;
    padding: 0;
  }

  .popup-phone__form-box .close {
    top: 15px;
    right: 15px;
  }

  .city-popup__content {
    padding: 60px 15px;
  }

  .city-popup__content p {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .popup__inner-alfavit {
    display: none;
  }

  .popup__items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .bot__con {
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 720px;
    padding: 0px 15px;
  }

  .social-block {
    margin-right: 30px;
  }

  .popup__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .container {
    max-width: 520px;
    padding: 0px 15px;
  }

  .social-block {
    margin-right: 20px;
  }

  .top-sign p {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .container {
    max-width: 440px;
    padding: 0px 15px;
  }

  .top-sign p {
    font-size: 12px;
  }

  .popup__items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.top-sign2 {
  padding: 0.5em 1em;
  background: #112056;
  min-height: 50px;
  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;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.top-sign2:hover {
  background: #6673a4;
}

.top-sign2 p {
  font-size: 16px;
}

@media (max-width: 480px) {
  .top-sign2 p {
    font-size: 12px;
  }

  .serv-baner__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px;
  }
}

@media (max-width: 440px) {
  .menu-btn {
    margin-left: 0;
  }

  .social-block {
    margin-right: 0;
  }

  .tele_g {
    gap: 5px;
  }
}

html .b24-widget-button-position-bottom-right {
  bottom: 90px;
}

.actsii__content a:not(:first-child) {
  max-width: 48.7%;
}

.actsii__content img {
  max-width: 100%;
}

.akcii-main__content a:not(:first-child) {
  max-width: 586px;
}

.akcii-main__content img {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .actsii__content a:not(:first-child) {
    max-width: 100%;
  }
}

.clinic__3dtour-inn {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  position: relative;
}

.clinic__3dtour--hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.clinic__3dtour--hover__ttl {
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 18px;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  display: inline-block;
  font-weight: 400;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.btn-outline-light {
  color: #e0e0e0;
  border-color: #e0e0e0;
}

.btn-outline-light:hover {
  color: #212121;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}

.clinic__3dtour-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 10px;
  display: none;
  z-index: 1;
  text-align: center;
  background: rgba(0, 0, 0, .7);
}

.clinic__3dtour-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.clinic__3dtour-subtitle {
  font-size: .875rem;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.clinic__3dtour-inn:hover .clinic__3dtour--hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.clinic__block {
  padding: 50px 0;
}

@media (max-width: 400px) {
  .footer__inner-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.akcii-main__content .slider-container img {
  -o-object-fit: inherit;
  object-fit: inherit;
}

.item .doctor-img img {
  width: 93%;
  max-height: 320px;
  max-width: 320px;
}

@media (max-width: 1024px) {
  .item .doctor-img img {
    max-height: 320px;
    max-width: 320px;
  }
}

.price__content table td {
  border: none;
}

@media (max-width: 350px) {
  .new_soc {
    display: none;
  }
}

.new_soc2 {
  display: none;
}

@media (max-width: 350px) {
  .new_soc2 {
    display: block;
  }
}

.new_mar_stati {
  margin-bottom: 40px;
}

.tags-faq__content .container a {
  border: 1px solid #D3D7E8;
  border-radius: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #4B5058;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tags-faq__content .container a:hover {
  background: #F5F6FA;
}

.tags-faq__content .container a:focus {
  background: #112056;
  color: #FFFFFF;
}

.stat_new_cat_head {
  padding: 40px 0;
}

.stat_new_cat {
  font-family: 'Constantia';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  color: #112056;
}

.pricesec {
  background: var(--unnamed, #F6F6FA);
}

.logo p {
  margin: 0px 0px 10px 70px;
  font-size: 12px;
  color: #112056;
}

.lice_head {
  margin: 10px 0;
  font-size: 16px;
  color: #112056;
}

.steps__content .steps_head_name {
  color: #112056;
  font-size: 52px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  margin-bottom: 40px;
}

.steps {
  margin: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
}

.steps img {
  max-height: 392px;
  -o-object-fit: contain;
  object-fit: contain;
}

.steps_cont {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(33, 33, 33, 0.08);
  box-shadow: 0px 0px 25px 0px rgba(33, 33, 33, 0.08);
  margin-bottom: 160px;
}

.steps_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.steps_name p:nth-child(1) {
  color: rgb(194, 181, 155);
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.steps_name p:nth-child(2) {
  color: rgb(17, 32, 86);
  font-family: Constantia;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
}

.steps_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.steps_text p {
  color: rgb(75, 80, 88);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.steps_text_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.steps_all {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.steps_all .slides-numbers {
  position: relative;
  bottom: 0;
}

.steps__content .slick-prev {
  left: 41%;
  -webkit-transform: translate(-41%);
  -ms-transform: translate(-41%);
  transform: translate(-41%);
  z-index: 10;
}

@media (max-width: 1024px) {
  .steps img {
    max-height: 245px;
  }

  .steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .steps__content .slick-next {
    right: 20%;
    -webkit-transform: translate(-20%);
    -ms-transform: translate(-20%);
    transform: translate(-20%);
  }

  .steps__content .slick-prev {
    left: 20%;
    -webkit-transform: translate(-20%);
    -ms-transform: translate(-20%);
    transform: translate(-20%);
  }

  .steps__content .steps_all .slides-numbers {
    margin-left: 0 !important;
    text-align: center;
  }

  .serv-baner__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.steps__content .slick-arrow {
  bottom: 52px;
}

.steps__content .steps_all .slides-numbers {
  margin-left: 52px;
}

.serv_anon {
  max-width: 50%;
}

.main__faq {
  padding-top: 40px;
}

.accordion_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion_cont a {
  color: #B9A988;
  translation: 0.3s;
  font-weight: 500;
  cursor: pointer;
}

.accordion_cont a:hover {
  color: #112056;
}

@media (max-width: 1024px) {
  .accordion_cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .steps__content .steps_head_name {
    font-size: 28px;
    line-height: 30px;
    margin-top: 80px;
    margin-bottom: 30px;
  }
}

.text_other_content h1 {
  color: #C2B59B;
  font-size: 52px;
  font-family: "Constantia", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  margin-bottom: 40px;
  margin-top: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text_other_content h1 span {
  color: #112056;
}

@media (max-width: 1024px) {
  .text_other_content h1 {
    display: block;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 80px;
  }
}

.services-list__content {
  margin-bottom: 8em;
}

.services-list__content ul {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services-list__content ul li {
  margin: 6px 0;
  width: 24%;
}

.services-list__content ul a {
  color: rgba(17, 32, 86, 1);
  padding: 17px 0;
  border: 1px solid rgba(211, 215, 232, 1);
  display: inline-block;
  text-align: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 100%;
}

.services-list__content ul a:hover {
  color: white;
  background-color: rgba(185, 169, 136, 1);
}

@media (max-width:768px) {
  .services-list__content ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services-list__content ul li {
    width: 100%;
  }

  .services-list__content {
    margin-bottom: 4em;
  }

  .serv_anon {
    max-width: 100%;
  }
}

@media(max-width:764px) {
  .partners__img {
    width: 100%
  }
}

.new_phone_block span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.phone-fut2 {
  margin: 0 0 10px;
}

.phone-fut3 {
  gap: 15px;
}

.phone_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.installment {
  margin-bottom: 160px;
}

.installment_block {
  background: url(/netcat_template/template/3/images/rassr.png) 100% 100% no-repeat;
  ;
  position: relative;
  overflow: hidden;
  background-size: 100%;
  padding: 60px;
}

.installment_text_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
  max-width: 590px;
}

.installment_text_block p:first-child {
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
  text-align: left;
  color: #FFFFFF;
  font-family: "Constantia", sans-serif;
}

.installment_text_block p span {
  color: #C2B59B;
}

.installment_text_block p {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  color: #FFFFFFCC;
  font-family: "Montserrat";
}

.installment_gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.inst_gr {
  padding: 0 35px;
  border-right: 2px solid #B9A988;
}

.inst_gr:first-child {
  padding: 0 35px 0 0;
}

.inst_gr:last-child {
  border-right: 0px;
}

.inst_gr p:first-child {
  font-size: 70px;
  font-weight: 400;
  line-height: 50px;
  text-align: left;
  color: #C2B59B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.inst_gr span {
  font-family: Constantia;
  font-size: 32px;
  font-weight: 400;
  line-height: 44.8px;
  text-align: left;
}

.inst_gr p {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #FFFFFF;
}

.inst_gr_last {
  padding: 18px 84px;
  background: #B9A988;
  text-align: center;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 25px;
  color: var(--unnamed, #FFF);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: 64px;
}

.inst_gr_last:hover {
  background: rgba(185, 169, 136, 0.75);
}

.inst_down {
  /* margin-bottom: 160px; */
}

.inst_up {
  margin-top: 160px;
}

@media screen and (max-width: 1000px) {
  .installment_block {
    padding: 20px;
    background: #112056;
  }

  .installment_text_block p:first-child {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
  }

  .installment_text_block p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
  }

  .installment_text_block {
    margin-bottom: 32px;
  }

  .installment_gr {}

  .inst_gr p:first-child {
    font-size: 55px;
    font-weight: 400;
    line-height: 30px;
  }

  .inst_gr span {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }

  .inst_gr p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
  }

  .installment_gr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inst_gr:first-child {
    padding: 0 0 24px 0;
  }

  .inst_gr {
    padding: 24px 0;
    border-right: 0px;
    border-bottom: 1px solid #B9A988;
  }

  .inst_gr:last-child {
    border-bottom: 0px;
  }

  .inst_gr_last {
    padding: 18px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 40px;
  }

  .inst_down {
    margin-bottom: 50px;
  }

  .inst_up {
    margin-top: 50px;
  }
}

.rew_open {
  opacity: 1;
  visibility: visible;
}

.rew_close {
  opacity: 0;
  visibility: hidden;
}

.converse-card {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  z-index: 999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.converse-card_hide {
  right: -110%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.converse-card__container {
  padding: 12px 12px 12px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  border: 1px solid #B9A988;
  background-color: #FFFFFF;
}

.converse-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.converse-card__icon {
  padding: 10px;
  width: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.converse-card__icon img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.converse-card__item:hover img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.converse-card__text {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #112056;
}

.converse-card__button {
  padding: 11px 13px;
  border: 1px solid #C2B59B;
  margin-left: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.converse-card__button:hover {
  background-color: #B9A988;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.converse-card__button picture {
  width: 19px;
  height: 14px;
}

.converse-card__button img {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.converse-card__button:hover img {
  -webkit-filter: brightness(2);
  filter: brightness(2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.converse-card__back-button {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  padding-bottom: 20px;
  z-index: 999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.converse-card__back-button .converse-card__container {
  background-color: transparent;
  border: none;
}

.converse-card__back-button_hide {
  bottom: -110%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.converse-card__back-button button {
  background-color: #FFFFFF;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.converse-card__close {
  display: none;
}

@media(max-width:1150px) {
  .converse-card .converse-card__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 40px;
    position: relative;
  }

  .converse-card .converse-card__button {
    display: none;
  }

  .converse-card__close {
    display: block;
    width: 22px;
    height: 22px;
    background-color: #FFF;
    border-radius: 50%;
    padding: 7px;
    position: absolute;
    top: -10px;
    right: -10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .converse-card__close picture {
    width: 8px;
    height: 8px;
  }

  .converse-card__close img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    width: 100%;
  }

  .converse-card__close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}

@media(max-width:900px) {
  .converse-card .converse-card__container {
    padding: 12px;
  }

  .converse-card__item:first-child {
    display: none;
  }
}

@media(max-width:650px) {
  .converse-card__container {
    gap: 10px;
  }

  .converse-card__item {
    gap: 0;
  }

  .converse-card__item:first-child {
    display: none;
  }
}

@media (max-width:560px) {
  .converse-card__container {
    gap: 0;
    padding: 25px 10px;
  }

  .converse-card,
  .converse-card__back-button {
    padding-bottom: 15px;
  }

  .converse-card__item {
    gap: 10px;
  }

  .converse-card__text {
    display: none;
  }

  .converse-card__item:nth-child(2) .converse-card__text {
    display: block;
    font-size: 14px;
  }

  .converse-card__icon {
    padding: 3px 0;
    width: 24px;
    height: 30px;
  }

  .converse-card__icon img {
    width: 24px;
    height: 30px;
  }
}

.calc_form_block .consultation__form {
  position: unset;
  -webkit-transform: translate(0%);
  -ms-transform: translate(0%);
  transform: translate(0%);
}

.calc_serv,
.calc_tell_res {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.calc_result,
.calc_form_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.calc_text_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calc_serv p:first-child,
.calc_tell_res p:first-child {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
  color: #676258;
}

.calc_serv_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  color: #000000;
}

.calc_tell_res2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #000000;
}

.calc_line {
  width: 100%;
  border: 1px solid #E3E3E3;
}

.calc_text_result p:first-child {
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  color: #112056;
}

.calc_text_price {
  font-family: Constantia;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: #112056;
}

.calc_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  min-width: 630px;
}

.calc_flex_block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 40px;
}

.calc_chose_item {
  border: 1px solid #B9A988;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8.5px 20px;
}

.calc_chose_item label {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
  color: #261F11;
  cursor: pointer;
}

.calc_chose_item select {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  color: #2B2314;
  cursor: pointer;
}

.sex_panel {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin: 15px 0;
  cursor: pointer;
}

.calc_chose_item .active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calc_chose_item_block {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1px;
}

.select__head {
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.select__head img {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.new_img img {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.calc_chose_range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1F306C33), to(#1F306C33));
  background-image: -o-linear-gradient(#1F306C33, #1F306C33);
  background-image: linear-gradient(#1F306C33, #1F306C33);
}

[dir="rtl"] input[type="range"] {
  background: #ff4500;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-size: 30% 100%;
  background-repeat: no-repeat;
}

/* Input Thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #1F306C;
  cursor: ew-resize;
  -webkit-box-shadow: 0 0 2px 0 #555;
  box-shadow: 0 0 2px 0 #555;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ff4500;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ff4500;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  -ms-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

input[type="range"]::-webkit-slider-thumb:hover {
  background: #1F306C;

}

input[type="range"]::-moz-range-thumb:hover {
  background: #1F306C;

}

input[type="range"]::-ms-thumb:hover {
  background: #1F306C;

}

/* Input Track */
input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type="range"]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.calc-range__names {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1px;
  padding: 8.5px 20px;
}

.calc-range__name {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
  color: #1F306C;
}

.calc-range__value {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  color: #112056;
}

.calc__range-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.calc_form_block .consultation__form-box {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.calc_form_block .consultation__form {
  width: 100%;
}

.calc_form_block .consultation__form-text {
  text-align: left;
  max-width: 100%;
  margin-top: 15px;
}

.calc_border {
  border-right: 1px solid #E3E3E3;
}

@media (max-width: 1150px) {
  .calc_flex_block .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }

  .calc_block {
    gap: 15px;
    min-width: 100%;
  }

  .select__head {
    font-size: 14px;
  }

  .calc-range__value {
    font-size: 14px;
  }

  .calc__range-value {
    font-size: 14px;
  }

  .calc_serv_title {
    font-size: 16px;
  }

  .calc_tell_res2 {
    font-size: 14px;
  }

  .calc_text_result p:first-child {
    font-size: 14px;
  }

  .calc_text_price {
    font-size: 24px;
  }

  .calc_border {
    border-bottom: 1px solid #E3E3E3;
  }
}

.calcul_card {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  position: fixed;
  bottom: 130px;
  right: -224px;
  padding-left: 15px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  z-index: 999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  border: 1px solid #112056;
}

.calcul_card:hover {
  right: 0px;
}

.calcul_card p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  color: #112056;
}

.medicines-serv-count__content {
  padding-bottom: 20px;
}

.consultation__content--stati {
  margin: 134px 120px 200px 120px;
}

@media (max-width: 1024px) {
  .consultation__content--stati {
    margin: 12px 15px 50px 15px;
  }
}

.title_education {
  color: var(--unnamed, #112056);
  font-size: 28px;
  font-family: "Constantia", sans-serif;
  margin-bottom: 20px;
  gap: 10px;
}

@media (max-width: 1024px) {
  .form-count__content {
    & form>* {
      width: 100%;
    }
  }

  .title_education {
    font-size: 18px;
  }

  .serv_glav {
    width: 290px;
  }
}

html.lock {
  overflow: hidden;
}


/*Поставить нужный класс для относительного блока */
.modal-input,
.work-inner2 {
  position: relative;
  max-width: 100%;
}

.error-message {
  position: absolute;
  top: -25px;
  color: #FFF !important;
  left: 0px;
  background: rgb(85, 85, 85);
  border-radius: 40px;
  padding: 5px 10px;
  box-shadow: 0px 1px 5px 0px grey;
  pointer-events: none;
  font-size: 14px !important;
  opacity: .7 !important;
}

.error-message::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  box-shadow: inset 8px 1px 0 7px grey;
  margin-left: -10px;
  border-width: 11px;
  border-style: solid;
  border-color: rgb(85, 85, 85) transparent transparent transparent;
}

.order__response {
  color: aliceblue;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}

.close-mobile-menu.submenu {
  visibility: hidden;
  opacity: 0;
  transform: rotateX(0deg);
}

.open-mobile-menu2.submenu {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0deg);
}

.open-mobile-menu2 {
  display: block !important;
}


.menu-mobile .menu .menu-span {
  position: unset;
}

.menu-mobile .menu li {
  position: relative;
}

.menu-mobile .menu .fa,
.menu-mobile .menu .fa.fa-angle-down {
  position: absolute;
  top: 0.8em;
  right: 0;
  bottom: unset;
  z-index: 100;
}

.swiper-button-next.updated-arrow {
  position: absolute;
  cursor: pointer;
  bottom: 47px;
  width: 42px;
  height: 14px;
  right: 40%;
  top: unset;
  -webkit-transform: translate(-40%);
  -ms-transform: translate(-40%);
  transform: translate(-40%);
  -webkit-mask-image: url(../img2/icons/rightarr.svg);
  mask-image: url(../img2/icons/rightarr.svg);
  background: #C2B59B;
}

.swiper-button-prev.updated-arrow {
  position: absolute;
  cursor: pointer;
  bottom: 47px;
  width: 42px;
  height: 14px;
  top: unset;
  left: 41%;
  -webkit-transform: translate(-41%) rotate(180deg);
  -ms-transform: translate(-41%) rotate(180deg);
  transform: translate(-41%) rotate(180deg);
  z-index: 10;
  -webkit-mask-image: url(../img2/icons/rightarr.svg);
  mask-image: url(../img2/icons/rightarr.svg);
  background: #C2B59B;
}

.swiper-button-next.updated-arrow::after,
.swiper-button-prev.updated-arrow::after,
.swiper-button-next.updated-arrow::before,
.swiper-button-prev.updated-arrow::before {
  display: none;
}

.swiper-wrapper {
  align-items: flex-end;
}

@media (max-width: 600px) {
  .swiper-button-prev.updated-arrow {
    left: 50px;
  }

  .swiper-button-next.updated-arrow {
    right: 50px;
  }
}

.swiper-lice {
  overflow: hidden;
}

.swiper-button-prev.updated-arrow.swiper-arrow,
.swiper-button-next.updated-arrow.swiper-arrow,
.swiper-rev__wrap .slides-numbers {
  position: relative;
  top: unset;
  right: unset;
  transform: none;
  bottom: unset;
  left: unset;
  margin: 0;
}

.swiper-button-prev.updated-arrow.swiper-arrow {
  transform: rotate(180deg);
}

.swiper-wrap__standart {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 20px;
}

.swiper-wrap__standart .slides-numbers {
  opacity: 0;
}

.swiper-button-next.updated-arrow.swiper-arrow {
  margin-bottom: 5px;
}

.swiper-pagination.swiper-pagination-bullets {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #b7935e;
}

.swiper-wrap__standart .swiper-pagination.swiper-pagination-bullets {
  position: relative;
}

.swiper-lice.lice-main {
  max-width: unset;
}

.lice-slide__content .container {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: stretch;
  justify-content: space-between;
}

.lice-slide__content .item.swiper-slide.swiper-slide-active img {
  width: 310px !important;
}

.lice-slide__content .lice-main img {
  max-width: 100%;
}

.lice-slide__content .item.swiper-slide a {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.lice-slide__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.item.swiper-slide {
  display: flex !important;
  flex-direction: row;
  align-items: center;
}

.lice-main [data-fancybox]:before {
  width: 100%;
}

@media (max-width: 667px) {

  .lice-slide__content .container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: flex-start;
    justify-content: center;
  }

  .lice-slide__wrapper {
    width: 100%;
  }

  .lice-main img {
    width: 100% !important;
  }

  .swiper-lice.lice-main {
    max-width: 100%;
  }

  .lice-slide__content .item.swiper-slide a {
    width: 100%;
    display: block;
  }

  .lice-slide__content .item.swiper-slide.swiper-slide-active img {
    width: 100% !important;
  }
}

.swiper-photo .d-border {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  border: 1px solid #C2B59B;
}

.swiper-photo {
  height: 550px;
}

.swiper-photo .item.swiper-slide img {
  width: 100%;
}

@media (max-width: 800px) {
  .swiper-photo {
    height: unset;
  }
}

.swiper-rev,
.swiper-spes,
.swiper-photo,
.swiper-video,
.swiper-part,
.swiper-serv,
.swiper-ak,
.swiper-adv,
.swiper-intro,
.swiper-med,
.swiper-art-group {
  margin-top: 50px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .serv-main-item:nth-of-type(2) {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1.08);
    transform: scale(1, 1);
  }

  .med-help-item {
    margin: 0;
  }
}

.swiper-adv .swiper-wrapper,
.swiper-ak .swiper-wrapper {
  align-items: center;
}

.swiper-intro .swiper-wrapper,
.swiper-intro,
.slaider__content,
.swiper-intro .swiper-slide {
  align-items: flex-start;
  transition: 1s ease;
  transition-property: all;
}

.steps__content .steps_all .slides-numbers {
  margin-top: 50px;
}

/*.slaider__content {
  padding-bottom: 50px;
}*/

.swiper-art-group .swiper-wrapper {
  align-items: flex-start;
}

.stati-img img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 0px) !important;
  width: auto !important;
}

.swiper-video .swiper-wrapper {
  align-items: flex-start;
}

.price__content .container .tab-row:nth-child(2n+2) {
  background: #E8EBF4;
}

.swiper-photo .item {
  position: relative;
}


.swiper-pagination-current {
  color: var(--unnamed, #C2B59B);
  font-size: 48px;
  font-family: "Constantia", sans-serif;
}

.swiper-pagination-total {
  color: var(--unnamed, #9A9EA7);
  font-size: 24px;
  font-family: "Constantia", sans-serif;
}

.swiper-pagination.swiper-pagination-fraction {
  position: unset;
  margin-bottom: 10px;
  color: #9fa5ac;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 700px) {
  .swiper-photo .item.swiper-slide img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
  }
}


.menu span {
  padding: 8px;
  margin-inline-start: 20px;
  top: 15px;
  margin: 0;
  cursor: pointer;
}

.submenu .fa-angle-down {
  padding: 2px;
  left: 95%;
}

.submenu li {
  position: relative;
}

.down-head {
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
  background-color: #fff;
  padding-inline-start: 0;
}

.menu > ul > li {
  position: relative;
}

@media screen and (width>=1024px) {
  .free-place-item img {
    width: 80%;
    object-fit: cover;
  }
}

@media screen and (width>=1200px) {
  .mobile-top {
    display: none;
  }

  .down-head .tele_g.mobile,
  .down-head .social-block.mobile,
  .down-head .btn-block.mobile,
  .down-head .lice_head.mobile {
    display: none;
  }

  nav li:hover>.submenu {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
  }

  .menu .menu-span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: transform .3s linear, color .3s linear;
  }
  
  nav li:hover>.menu-span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #B9A988;
  }

  .submenu li .fa-angle-down {
    left: 92%;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: transform .3s linear, color .3s linear;
  }
  
  .submenu li:hover>.fa-angle-down {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #B9A988;
  }

  .submenui {
    max-height: 450px;
    overflow-y: auto;
  }

  .menu ul .submenui {
    overflow-x: hidden;
  }
}

@media screen and (width<=1200px) {
  .up-head {
    display: none;
  }

  .down-head {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    background-color: #f6f6fa;
    padding-inline-start: clamp(0.1rem, -0.24593rem + 5.246vw, 2rem);
    max-height: 0;
    padding: 0;
  }

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

  .down-head.active {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    padding-block: 20px;
    overflow-y: auto;
    max-height: 645px;


    max-height: calc(100vh - 94px);
    height: 100%;
    position: fixed;
    top: 94px;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

  .down-head .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .down-head .logo {
    display: none;
  }

  .down-head .desktop .new_soc {
    display: none;
  }

  .menu ul {
    gap: 0;
    flex-direction: column;
  }

  .menu ul .submenu {
    position: relative;
    background-color: transparent;
    border: none;
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
  }
  .menu ul .submenu.open-mobile-menu2 {
    margin-top: 15px;
  }

  .menu ul .submenui {
    display: none;
    position: unset;
    background: none;
    border: none;
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all .8;
    -o-transition: all .8;
    transition: all .8;
    padding-block-start: 15px;
    -webkit-animation: smoothScroll2 .8s forwards;
    animation: smoothScroll2 .8s forwards;
  }

  .submenu li a {
    border: none;
  }

  .submenu .sublevel2 {
    width: fit-content;
  }

  .menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    height: 18px;
    width: 25px;
    cursor: pointer;
    margin-left: 20px;
  }

  .menu-btn.open :first-child {
    background: #B9A988;
    -webkit-transform: translate(0px, 8px) rotate(45deg);
    -ms-transform: translate(0px, 8px) rotate(45deg);
    transform: translate(0px, 8px) rotate(45deg);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  .menu-btn.open :last-child {
    background: #B9A988;
    -webkit-transform: translate(0px, 0px) rotate(-45deg);
    -ms-transform: translate(0px, 0px) rotate(-45deg);
    transform: translate(0px, 0px) rotate(-45deg);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  .menu-btn.open :nth-child(2n) {
    display: none;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  .menu-btn span {
    height: 2px;
    background: #112056;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  .menu-btn span:nth-child(2n) {
    height: 2px;
    background: #B9A988;
    width: 80%;
    margin-left: auto;
  }

  .btn-block {
    margin: 0;
  }

}

.open-mobile-menu2.submenu {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0deg);
  max-height: none !important;
}

