/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

html,
body {
  overflow-x: hidden;
}

.holidays,
p.sale {
  text-align: center;
  padding: 0;
  margin: 0;
  width: auto;
}
.courses-tabs button.active,
.holidays,
.reabilitation-tabs button.active {
  background: #6c76cc;
  color: #fff;
}

.header__header.sticky {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  border-bottom: 2px black solid;
}
.header__header {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media (min-width: 768px) {
  .header .submenu .wrap > ul > li > ul {
    height: 100%;
  }
  .header .submenu .wrap {
    overflow: hidden auto;
  }
}
.header:before {
  content: none !important;
}
.card,
.card img {
  width: 100%;
}
.courses *,
.reabilitation * {
  font-family: Montserrat, Sans-Serif;
}
.courses-tabs,
.reabilitation-tabs {
  width: 100%;
  background: #f4f3f8;
  border-radius: 10px;
  padding: 2px;
  margin-bottom: 2em;
}
.reabilitation-tabs {
  margin-bottom: 0;
  padding: 0;
  z-index: 1;
  position: relative;
}
.courses-tabs button,
.reabilitation-tabs button {
  width: 33%;
  height: 58px;
  border: 0;
  background: inherit;
  font-weight: 700;
  border-radius: 6px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  text-transform: uppercase;
}
.courses-item,
.reabilitation-item {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
}
.reabilitation-item {
  background: #f4f3f8;
  border-radius: 0 0 10px 10px;
  padding: 20px 2em 1em;
  position: relative;
  top: -10px;
}
.courses-item.active,
.reabilitation-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.courses-item i {
  width: 50%;
  margin-right: 2%;
}
.courses-item i img {
  width: 100%;
  border-radius: 10px;
}
.courses-item .courses-text {
  width: 48%;
}
.courses-text .title {
  font-size: 28px;
  font-weight: 600;
}
.courses-text ul li {
  margin: 0.5em 0;
}
.courses-text ul li::marker {
  color: #6c76cc;
}
.courses-text .price {
  color: #6c76cc;
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .courses-tabs,
  .reabilitation-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .courses-item .courses-text,
  .courses-item i,
  .courses-tabs button,
  .reabilitation-tabs button {
    width: 100%;
  }
}
.header-license_num {
  position: static;
  color: #fff;
}
.container-contact__adrr-desc {
  color: #fff;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .header-license_num {
    width: 250px;
    height: 30px;
    color: #fff;
    position: absolute;
  }
  .container-contact__adrr-desc {
    font-weight: 400;
    max-width: 290px;
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 800px) {
  .header__border--top .top__flex-container--mob,
  .header__border--top .flex-container__phone--descr {
    display: none;
  }
}
@media (max-width: 800px) {
  .header__border--top .container-contact__adrr-desc,
  .header__border--top .header-license_num,
  #svcs2,
  .header__border--top .header__top .flex-container-icon,
  #svcs5,
  .container__header .bottom ul .aktsii-mob,
  .header__border--top .header__top #flex-container__phone--descr,
  .header__border--top .flex-container__phone--descr,
  .header__border--top .header-search .ex,
  .header__buttom .choosecity {
    display: none;
  }
  .holidays,
  .sale {
    font-size: 10px;
    line-height: 10px;
    padding: 5px;
  }
  .header__border--top .header-search input::-webkit-input-placeholder {
    color: transparent;
  }
  .header__border--top .header-search input::-moz-placeholder {
    color: transparent;
  }
  .header__border--top .header-search input:-ms-input-placeholder {
    color: transparent;
  }
  .header__border--top .header-search input::-ms-input-placeholder {
    color: transparent;
  }
  .header__border--top .header-search input::placeholder {
    color: transparent;
  }
  .header__border--top .header__top .header-search input[type="text"] {
    padding: 0px 0px 0px 5px;
    height: 40px;
    width: 138px;
  }
  .header__border--top .top__flex-container {
    width: auto;
  }
  .header__border--top .logo img {
    max-width: 100%;
  }

  .header__border--top .header__top {
    margin: 0px;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    row-gap: 6px;
    padding: 13px 0px 13px 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__border.header__border--top .header__header .header__top {
    /*display: grid;
    grid-template-areas: "logo phone phone burger";*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }

  .header__border--top .flex-container__phone-mob {
    display: block;
  }
  .header__border--top .header__top .btn {
    height: 30px;
    width: 138px;
    font-size: 12px;
    padding: 1px 0px 0px 0px;
    -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;
  }
  .header__border--top .header__top .top__flex-container .tel {
    font-size: 12px;
  }
  #flex-container__phone--descr {
    width: 100%;
    height: 0px;
  }
  .container__header .submenu .wrap > ul {
    width: 80%;
    margin-left: 0px;
    border-right: none;
  }
  .header__top .header-search input[type="submit"] {
    left: 112px;
    top: -3px;
  }
  .header__top .header-search {
    height: 30px;
  }
  .flex-container__phone {
    row-gap: 2px;
  }
  .container__header .header__buttom {
    margin: 0px;
  }
  .container__header .bottom ul {
    height: 40px;
    top: -10px;
  }
  .container__header .bottom .menumobile {
    width: 42px;
    top: 5px;
  }
  .container__header .submenu {
    top: 0px;
  }
}
@media (max-width: 600px) {
  .head__holidays-sale {
    display: none;
  }
}
@media (min-width: 600px) {
  .foot__holidays-sale {
    display: none;
  }
}

@media (max-width: 800px) {
  .container__header.container__header--new .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .top__flex-container.logo {
    grid-area: logo;
    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;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .top__flex-container.container-burger {
    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;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .flex-container__phone .caption {
    text-align: center;
  }

  div#top__flex-container--mob {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

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

.top__flex-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.top__flex-container.container-btns {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top__flex-container .caption {
  font-size: 12px;
  text-align: center;
}

.container__header.container__header--new .header__top .btn {
  text-transform: none;
  font-size: 14px;
}

.container__header.container__header--new {
  background-color: transparent;
  color: black;
}

.container__header .header-search {
  border: 1px black solid;
}

.container__header.container__header--new .header__top .btn {
  text-transform: none;
  font-size: 14px;
}

.container__header.container__header--new .bottom ul li a {
  color: black;
}

.container__header.container__header--new .bottom ul li.hassubmenu a {
  background: none;
}

.container__header.container__header--new .hassubmenu {
  position: relative;
}
.container__header.container__header--new .hassubmenu svg {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
}

.container__header.container__header--new .choosecity {
  color: black;
}

.container__header.container__header--new .header__top {
  margin: 0;
}

.container__header.container__header--new .header__border {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 2px solid black;
}

.header__border.header__border--top {
  overflow: visible;
}

.btn-new-white {
  background: transparent;
  color: #6c76cc;
}

.container__header.container__header--new .tel.tel2.tel--new small,
.container__header.container__header--new .tel.tel2.tel--new {
  opacity: 1 !important;
}

.container__header.container__header--new .menumobile {
  width: 30px;
  height: 30px;
  background: url(/res/m2.png) center no-repeat;
  position: relative;
  right: 3px;
  top: 15px;
  display: block;
  font-size: 0;
  display: none;
  cursor: pointer;
}

.menumobile .btn.btn-new-white {
  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;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-decoration: none !important;
  background-color: white;
}

.footer__address-new {
  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-top: 40px;
}

.footer__address-caption {
  color: gray;
}

.footer__address-name span {
  color: #7176cc;
}

.footer__address-name {
  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;
  color: white;
}

.new-price-block {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-price-block-text {
  font-size: 36px;
  color: #505bb7;
  font-weight: 600;
}

.new-navi__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  border: 1px #6c76cc solid;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  margin: 40px 0;
}

.new-navi__title p {
  font-size: 16px;
  font-weight: 600;
  color: #6c76cc;
}

.new-navi__title {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.new-navi__spoiler {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #6c76cc;
  border-radius: 5px;
  cursor: pointer;
}

.active .new-navi__spoiler .vertical {
  height: 0;
}

.new-navi__list ul {
  margin-top: 20px;
}

span.vertical {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  width: 3px;
  height: 20px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.new-navi {
  max-width: 500px;
}

span.horizontal {
  width: 20px;
  height: 3px;
}

.active .new-navi__list {
  max-height: 900px;
  overflow-y: auto;
}
.new-navi__list {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.new-navi__spoiler span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-size: 50px;
  line-height: 40px;
  background-color: white;
}
@media (max-width: 1280px) {
  .header-btns-wrap {
    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;
  }
}
@media (max-width: 1920px) {
  .header__border.header__border--top .header__header::after {
    width: 2500px;
  }
}
@media (max-width: 2560px) {
  .header__border.header__border--top .header__header::after {
    width: 2300px;
  }
}
.header__border.header__border--top .header__header::after {
  content: "";
  background-color: white;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50vw;
  z-index: -1;
}

.header__top {
  position: relative;
}

@media (max-width: 1200px) {
  .container__header.container__header--new .container-search {
    display: none;
  }
  .top__flex-container.container-burger .menumobile {
    position: relative;
    top: unset;
    left: unset;
  }
}
@media (max-width: 800px) {
  .container__header.container__header--new .container-btns,
  .header__header.header__header--new {
    display: none;
  }

  .container__header.container__header--new .tel.tel2.tel--new {
    font-weight: 600;
    color: #505bb7;
    font-size: 16px;
  }

  .container__header.container__header--new .menumobile {
    width: 42px;
    /*top: 5px;*/
    display: block;
  }

  .menumobile.menumobile--new {
    top: 117px;
    max-height: calc(100vh - 94px);
    overflow-y: auto;
  }
}

@media (max-width: 600px) {
  .menumobile.menumobile--new {
    top: 86px;
    max-height: calc(100vh - 62px);
    overflow-y: auto;
  }

  .new-price-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content.content_services a.btn {
    margin-bottom: 10px;
  }
}

@media (min-width: 801px) {
  .container__header.container__header--new .container-burger {
    display: none;
  }
  .container__header.container__header--new .tel.tel2.tel--new {
    font-weight: 600;
    color: #505bb7;
    font-size: 20px;
  }

  .calltoaction2 .wrap img {
    margin: 0;
  }
}

.gallery-description {
  text-align: center;
  margin-bottom: 30px;
  color: #666;
}

.container-img_license {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.img_license {
  width: 300px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition:
    -webkit-transform 0.3s,
    -webkit-box-shadow 0.3s;
  transition:
    -webkit-transform 0.3s,
    -webkit-box-shadow 0.3s;
  -o-transition:
    transform 0.3s,
    box-shadow 0.3s;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  transition:
    transform 0.3s,
    box-shadow 0.3s,
    -webkit-transform 0.3s,
    -webkit-box-shadow 0.3s;
  cursor: pointer;
}

.img_license:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.img_license img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
}

.img_license:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.license-info {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .img_license {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 800px) {
  .container__header {
    display: none;
  }
}

.holidays {
  background: rgba(108, 118, 204, 0.8);
  padding: 12px;
}

.holidays p {
  margin: 0;
}

.logo {
  text-decoration: none;
}

.logo.black picture {
  width: 56px;
  height: 48px;
}

.logo.black .logo__text p {
  color: #252528;
  font-size: 25px;
}

.logo.black .logo__text span {
  color: #212121;
  font-size: 9px;
}

.container__header.container__header--new {
  background: #f3f3f8;
}

.header__top {
  padding: 16px 0;
  flex-wrap: nowrap;
  gap: 20px;
}

.header__border.header__border--top .header__header::after {
  content: none;
}

.container__header.container__header--new .header__border {
  border-bottom: 1px solid #e2e4f5;
}

.container__header .header-search {
  border: none;
  height: auto;
  max-width: 269px;
}

.header__top .header-search input[type="submit"] {
  display: block;
  border: none;
  padding: 0 10px;
  height: 20px;
  width: 12px;
  line-height: 44px;
  color: #6c76cc;
  left: auto;
  right: 16px;
  top: 14px;
}

.header__top .header-search input[type="text"] {
  border: none;
  margin: 0;
  padding: 16px 36px 16px 16px;
  height: auto;
  max-width: 100%;
  background: rgba(0, 0, 0, 0);
  color: #8b9596;
}

.header__buttom {
  padding: 16px 0;
}

.header__btns {
  display: flex;
  gap: 10px;
}

.header__btns .btn {
  display: block;
  height: auto;
  padding: 11px 18px;
  line-height: 130%;
  text-transform: none;
  margin: 0;
}

.header__contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header__contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 23px;
  background: rgba(108, 118, 204, 0.2);
  flex-shrink: 0;
}

.header__contact-text {
  font-size: 14px;
  line-height: 140%;
  color: #212121;
}

.header__contact-text .bold {
  display: block;
  font-weight: 500;
}

.header__contact-text .small {
  display: block;
  font-size: 12px;
  line-height: 140%;
  color: #212121;
  opacity: 0.7;
}

.header__contact-brig {
  padding-left: 18px;
  position: relative;
}

.header__contact-brig::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #6ccca5;
  position: absolute;
  top: 5px;
  left: 0;
}

.flex-container__phone {
  gap: 7px;
}

.container__header.container__header--new .tel.tel2.tel--new {
  text-decoration: none;
  font-size: 16px;
  text-wrap: nowrap;
}

.container__header .buttom__container.nav {
  flex-wrap: nowrap;
}

.container__header .bottom ul {
  height: auto;
  line-height: 140%;
}

.container__header .bottom ul li,
.container__header .bottom ul li a {
  height: auto;
  line-height: 140%;
}

.container__header .bottom ul li a {
  padding: 0 7px 0 5px;
  transition: all 0.3s ease;
}

.container__header .bottom ul li a:hover {
  color: #6c76cc;
}

.container__header .submenu {
  top: 175px;
  box-shadow: -1px 9px 20px 11px rgba(0, 0, 0, 0.05);
  padding: 10px 16px;
}

.container__header .submenu .wrap > ul > li {
  margin: 0;
}

.container__header .submenu .wrap > ul > li a {
  display: block;
  padding: 5px 0;
}

.container__header .submenu .wrap > ul > li > ul {
  height: 100%;
  width: 500px;
  max-height: 365px;
  overflow-y: auto;
}

.container__header .submenu .wrap > ul > li > ul::-webkit-scrollbar {
  width: 4px;
}

.container__header .submenu .wrap > ul > li > ul::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 10px;
  background: #6c76cc;
}

.container__header .submenu .wrap > ul > li > ul::-webkit-scrollbar-track {
  width: 4px;
  border-radius: 10px;
  background: #f3f3f8;
}

.container__header .submenu .wrap > ul > li > ul li {
  padding-left: 20px;
}

.container__header .submenu .wrap .close {
  top: 0;
  right: 20px;
}

.header-desc {
  background: #f3f3f8;
  width: 100%;
}

.header-desc.sticky {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  z-index: 2;
}

.header__header {
  transition: none;
  border: none;
  background: #f3f3f8;
}

.header__header.sticky {
  border: none;
}

.contacts-menu-bar {
  gap: 12px;
  background: #f3f3f8;
}

.contacts-menu-bar .tel {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #6c76cc;
  text-decoration: none;
}

.contacts-menu-bar .tel .small {
  opacity: 1 !important;
}

.contact-icon {
  margin: 0;
}

.promo-text {
  margin: 0;
}

.header__contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 30px 20px;
}

.menu-toggle.active .close-icon {
  height: 25px;
}

@media (max-width: 1280px) {
  .container__header .header__buttom {
    margin: 0;
  }

  .header__contact-item.mob-hide,
  .header__btns .btn.mob-hide {
    display: none;
  }

  .container__header .bottom {
    width: auto !important;
  }

  .header__btns .btn {
    text-wrap: nowrap;
  }
}

@media (max-width: 800px) {
  .header__contacts {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 20px 30px 20px;
  }

  .header__contacts .tel {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #6c76cc;
    text-decoration: none;
  }
}

.doctor-card .breadcrumbs {
  font-size: 14px;
  color: #6c76cc;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 60px;
}

.doctor-card .breadcrumbs a {
  color: #6c76cc;
  text-decoration: none;
  margin: 0 6px;
  transition: color 0.3s ease;
}

.doctor-card .breadcrumbs a:hover {
  color: #212121;
}

.doctor-card .breadcrumbs span:last-child {
  color: #212121;
  font-weight: 400;
}

.doctor-card .page-title {
  font-size: 54px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 50px;
}

.doctor-card .hero__inner {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}

.doctor-card .hero__photo {
  width: 100%;
  max-width: 410px;
  max-height: 518px;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 10px;
  flex-basis: calc(30% - 20px);
}

.doctor-card .hero__content {
  display: flex;
  flex-direction: column;
  flex-basis: calc(70% - 20px);
}

.doctor-card .info-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.doctor-card .info-card {
  background: #f4f3f8;
  border-radius: 10px;
  padding: 24px;
  position: relative;
  flex-basis: calc(33.33% - 8px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.doctor-card .info-card__dot {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 10px;
  height: 10px;
  background: #6c76cc;
  border-radius: 50%;
}

.doctor-card .info-card__label {
  font-size: 18px;
  color: #212121;
  font-weight: 600;
}

.doctor-card .info-card__value {
  font-size: 16px;
  font-weight: 400;
  color: #212121;
}

.doctor-card .bio {
  margin-bottom: 20px;
  flex-grow: 1;
}

.doctor-card .bio__title {
  font-size: 18px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 10px;
}

.doctor-card .bio__text {
  font-size: 16px;
  color: #212121;
  font-weight: 400;
}

.doctor-card .hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.doctor-card .hero__actions > * {
  flex-basis: calc(50% - 6px);
}

.doctor-card .btn,
.stocks-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 28px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
}

.doctor-card .btn--primary,
.stocks-page .btn--primary {
  background: linear-gradient(91.59deg, #6c76cc 0%, #8a94ff 100%);
  color: #ffffff;
  border-color: #6c76cc;
}

.doctor-card .btn--primary:hover,
.stocks-page .btn--primary:hover {
  background: #6b72c4;
}

.doctor-card .btn--outline,
.stocks-page .btn--outline {
  background: #ffffff;
  color: #6c76cc;
  border-color: #6c76cc;
}

.doctor-card .btn--outline:hover,
.stocks-page .btn--outline:hover {
  background: #6c76cc;
  color: #ffffff;
}

.doctor-card .quote-banner {
  background: #6c76cc;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin: 0 0 80px 0;
}

.doctor-card .quote-banner__icon {
  flex-shrink: 0;
  width: 20px;
  height: 18px;
  position: relative;
}

.doctor-card .quote-banner__icon svg {
  width: 100%;
  height: 100%;
}

.doctor-card .quote-banner__text {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.7;
  font-style: italic;
}

.doctor-card .section-title {
  font-size: 30px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 40px;
}

.doctor-card .education-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 100px;
}

.doctor-card .edu-card {
  background: #f4f3f8;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.doctor-card .edu-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.doctor-card .edu-card__title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.doctor-card .edu-card__dot {
  width: 8px;
  height: 8px;
  background: #6c76cc;
  border-radius: 50%;
  flex-shrink: 0;
}

.doctor-card .edu-card__title {
  font-size: 18px;
  font-weight: 600;
  color: #6c76cc;
}

.doctor-card .edu-card__year {
  font-size: 18px;
  font-weight: 400;
  color: #212121;
}

.doctor-card .edu-card__desc {
  font-size: 16px;
  font-weight: 400;
  color: #212121;
}

.doctor-card .container {
  width: 100% !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 1px 0 !important;
}

.doctor-card .formblock__wrapper,
.stocks-page .formblock__wrapper {
  align-items: stretch;
}

.doctor-card .formblock__text,
.stocks-page .formblock__text {
  padding: 20px;
  max-width: 670px;
}

.doctor-card .formblock__text p,
.stocks-page .formblock__text p {
  font-size: 16px;
  font-weight: 400;
  flex-grow: 1;
}

.doctor-card .formblock__btn-wrap,
.stocks-page .formblock__btn-wrap {
  display: flex;
  gap: 12px;
}

.doctor-card .formblock__btn-wrap > *,
.stocks-page .formblock__btn-wrap > * {
  flex-basis: calc(50% - 6px);
  line-height: 1;
}

.stocks-page .breadcrumbs {
  font-size: 14px;
  color: #6c76cc;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 60px;
}

.stocks-page .breadcrumbs a {
  color: #6c76cc;
  text-decoration: none;
  margin: 0 6px;
  transition: color 0.3s ease;
}

.stocks-page .breadcrumbs a:hover {
  color: #212121;
}

.stocks-page .breadcrumbs span:last-child {
  color: #212121;
  font-weight: 400;
}

.stocks-page .page-title {
  font-size: 54px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 50px;
}

.stocks-page .container {
  width: 100% !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 1px 0 !important;
}
.stocks-page .stocks-page__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.stocks-page .stocks-page__inner > * {
  flex-basis: calc(33.333% - 13.333px);
}

.stocks-page__item {
  display: flex;
  flex-direction: column;
  background: #f3f3f8;
  color: #212121;
  border-radius: 10px;
  padding: 10px;
}

.stocks-page__picture {
  max-height: 200px;
  min-height: 200px;
  overflow: hidden;
  border-radius: 8px;
}
.stocks-page__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stocks-page__content {
  display: flex;
  flex-direction: column;
  padding: 14px;
  height: 100%;
}
.stocks-page__title {
  font-size: 20px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 16px;
}
.stocks-page__descr {
  font-size: 14px;
  font-weight: 400;
  color: #212121;
  flex-grow: 1;
}

.stocks-page__bottom {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #212121b3;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #212121b3;
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .doctor-card .hero__inner {
    flex-direction: column;
    gap: 28px;
  }

  .doctor-card .container,
  .stocks-page .container {
    padding: 0 10px !important;
  }
}
@media (max-width: 768px) {
  .doctor-card .page-title,
  .stocks-page .page-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .doctor-card .info-cards {
    flex-direction: column;
  }

  .doctor-card .education-grid {
    display: flex;
    flex-direction: column;
  }

  .doctor-card .quote-banner {
    padding: 24px;
    flex-direction: column;
    gap: 16px;
  }

  .doctor-card .formblock__btn-wrap,
  .stocks-page .formblock__btn-wrap {
    flex-direction: column;
  }

  .doctor-card .formblock__text,
  .stocks-page .formblock__text {
    padding: 0;
  }

  .doctor-card .edu-card {
    gap: 30px;
  }

  .doctor-card .hero__photo {
    max-height: 372px;
  }

  .doctor-card .breadcrumbs,
  .stocks-page .breadcrumbs {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .doctor-card .info-card {
    padding: 20px;
  }

  .doctor-card .hero__actions > * {
    flex-basis: 100%;
  }

  .doctor-card .education-grid {
    margin-bottom: 10px;
  }

  .doctor-card .hero__inner {
    margin-bottom: 50px;
  }

  .doctor-card .quote-banner {
    margin-bottom: 50px;
  }

  .doctor-card .formblock__text p,
  .stocks-page .formblock__text p {
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .doctor-card .formblock--question .formblock__img,
  .stocks-page .formblock--question .formblock__img {
    max-height: 256px;
    max-width: 100%;
  }
}
@media (max-width: 1100px) {
  .stocks-page .stocks-page__inner > * {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .stocks-page .stocks-page__inner > * {
    flex-basis: 100%;
  }

  .stocks-page__picture {
    max-height: 160px;
    min-height: 160px;
    overflow: hidden;
    border-radius: 8px;
  }

  .stocks-page__title {
    font-size: 16px;
  }

  .stocks-page__content {
    padding: 10px;
  }
}

.container.container--new {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 1px 0;
}

.breadcrumbs--new {
  font-size: 14px;
  color: #6c76cc;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 60px;
}

.breadcrumbs--new a {
  color: #6c76cc;
  text-decoration: none;
  margin: 0 6px;
  transition: color 0.3s ease;
}

.breadcrumbs--new a:hover {
  color: #212121;
}

.breadcrumbs--new span:last-child {
  color: #212121;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .container.container--new {
    padding: 0 10px !important;
  }
}

@media (max-width: 768px) {
  .breadcrumbs--new {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.topsection--service .topsection__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.topsection__price {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  font-family: "Montserrat", Sans-Serif;
  background: #f3f3f8;
  color: #6c76cc;
  padding: 0 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.5s;
  bottom: 0;
  text-align: center;
}

.topsection--service .topsection__wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}

.topsection--service .topsection__wrap {
  gap: 20px;
}

.other-services {
  margin-bottom: 40px;
}

.other-services__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.other-services:not(.other-services--expanded) .other-services__list {
  overflow: hidden;
}

.other-services__item {
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  text-decoration: none;
  transition:
    border-color 0.3s ease,
    color 0.3s ease,
    background 0.3s ease;
  padding: 10px 16px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #6c76cc33;
  display: inline-flex;
  align-items: center;
  line-height: 1.3;
  max-width: fit-content;
}

.other-services__item:hover {
  border-color: #6c76cc;
  background: #6c76cc;
  color: #fff;
}

.other-services__toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: none;
  color: #6c76cc;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s ease;
}

.other-services__toggle[hidden] {
  display: none;
}

.other-services__toggle:hover {
  color: #212121;
}

.other-services__toggle-icon {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -4px;
  transition: transform 0.3s ease;
}

.other-services--expanded .other-services__toggle-icon {
  transform: rotate(-135deg);
  margin-top: 2px;
}
.new-navi--service {
  max-width: 100%;
}

.new-navi--service .new-navi__block {
  background-color: #f3f3f8;
  border: 1px solid transparent;
}

@media (max-width: 1023px) {
  .topsection__price {
    min-width: 100%;
  }
}

.price__aside {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.price__top .prices__btn {
  min-width: auto;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .price__aside {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }

  .price__top .prices__btn {
    width: 100%;
  }
}

.packages {
  background-color: #f3f3f8;
  padding: 100px 0;
}

.packages__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.packages__inner > * {
  flex-basis: calc(33.333% - 13.333px);
}

.packages__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  flex-direction: column;
}

.packages__item-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.packages__item-name {
  color: #6c76cc;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}

.packages__item-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.packages__item-list li {
  font-size: 16px;
  font-weight: 400;
  color: #212121;
  position: relative;
  padding-left: 20px;
}

.packages__item-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #6c76cc;
  border-radius: 50%;
}

.packages__item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background-color: #f3f3f8;
  border-radius: 8px;
  padding: 11px;
}

.packages__item-price {
  color: #6c76cc;
  font-weight: 600;
  font-size: 18px;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .packages__inner > * {
    flex-basis: calc(50% - 10px);
  }
}

@media (max-width: 768px) {
  .packages__inner > * {
    flex-basis: 100%;
  }

  .packages__item-bottom {
    flex-wrap: wrap;
  }
}
.stocks-page__item.swiper-slide {
  height: auto;
}

.stocks .swiper-wrapper {
  align-items: stretch;
  margin-bottom: 20px;
}

.stocks-btn {
  margin: 0 auto;
  display: block;
  max-width: fit-content;
  margin-top: 20px;
}
.stocks .wrap {
  position: relative;
}

.anonimity {
  background: #f4f3f8;
  padding: 100px 0;
  margin-bottom: 100px;
}

.anonimity__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}

.anonimity__item {
  flex-basis: calc(50% - 10px);
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  height: auto;
}

.anonimity__item-title {
  position: relative;
  padding-left: 20px;
  color: #6c76cc;
  font-weight: 600;
  font-size: 20px;
}

.anonimity__item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #6c76cc;
  border-radius: 50%;
}

.anonimity__item-descr {
  font-size: 16px;
  font-weight: 400;
  color: #212121;
}

@media (max-width: 768px) {
  .anonimity {
    padding: 50px 0;
    margin-bottom: 50px;
  }

  .anonimity__list {
    flex-direction: column;
  }

  .anonimity__item {
    gap: 30px;
  }

  .anonimity__item-title {
    font-size: 18px;
  }
}
.service-article__literatura-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-article__literatura-list li {
  font-size: 16px;
  font-weight: 400;
  color: #212121;
  position: relative;
  padding-left: 20px;
}

.service-article__literatura-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #6c76cc;
  border-radius: 50%;
}

.service-article__literatura-list li a {
  color: #6c76cc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-article__literatura-list li a:hover {
  color: #212121;
}

.literature_list_block {
  margin-bottom: 100px;
}

.article-experts {
  margin-bottom: 100px;
}

.article-experts__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.article-experts__card {
  background: #f4f3f8;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.article-experts__label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #6c76cc;
  line-height: 1.2;
  margin-bottom: 40px;
}

.article-experts__dot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  background: #6c76cc;
  border-radius: 50%;
}

.article-experts__body {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}

.article-experts__photo {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  object-fit: cover;
  object-position: center center;
  background: #fff;
}

.article-experts__info {
  min-width: 0;
}

.article-experts__name {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #212121;
  text-decoration: none;
  transition: color 0.3s ease;
}

.article-experts__name:hover {
  color: #6c76cc;
}

.article-experts__prof {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #757575;
}

.article-experts__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
  font-size: 16px;
  line-height: 1.4;
  color: #9e9e9e;
}

.article-experts__footer-label,
.article-experts__footer-date {
  margin: 0;
}

@media (max-width: 768px) {
  .literature_list_block {
    margin-bottom: 50px;
  }

  .article-experts {
    margin-bottom: 50px;
  }

  .article-experts__grid {
    grid-template-columns: 1fr;
  }

  .article-experts__body {
    gap: 16px;
  }

  .article-experts__photo {
    width: 96px;
    height: 96px;
  }

  .article-experts__name {
    font-size: 18px;
  }

  .article-experts__prof,
  .article-experts__footer {
    font-size: 14px;
  }
}
