@charset "UTF-8";

.rating-area,
.trend__item,
.visually-hidden,
body.burger__active,
body.lock,
html.popup-active {
  overflow: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  margin: 0;
  padding: 0;
}

.search-result__link,
.search-result__not-found,
.search-result__text {
  font-size: 18px;
  line-height: 160%;
}

button,
hr,
input {
  overflow: visible;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

.politic__inner ol li a,
.popup__content>span a,
.search-result__link,
abbr[title] {
  text-decoration: underline;
}

.header__bottom .container__header_scroll .header__top-btn:hover a,
a,
button {
  text-decoration: none;
}

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

body {
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  color: #4a4a4a;
  font-family: Manrope, sans-serif;
  margin: 0;
}

.container {
  width: 100%;
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
}

button,
ol {
  padding: 0;
}

img,
legend {
  max-width: 100%;
}

a,
button {
  color: inherit;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  cursor: pointer;
  background: 0 0;
}

.pdf-link-block p,
blockquote,
ol {
  margin: 0;
}

button {
  border: none;
  font-family: inherit;
}

textarea:focus {
  outline-width: 0;
}

input::-webkit-input-placeholder {
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  border: none;
  outline: 0;
}

input::-moz-placeholder {
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  border: none;
  outline: 0;
}

input:-ms-input-placeholder {
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  border: none;
  outline: 0;
}

input::-ms-input-placeholder {
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  border: none;
  outline: 0;
}

input,
input::placeholder {
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  border: none;
  outline: 0;
}

details,
main,
picture {
  display: block;
}

.form-first__btn,
.form-first__input,
picture img {
  width: 100%;
  max-width: 100%;
}

ul li {
  list-style-type: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

table,
tbody,
td,
thead,
tr {
  width: 100%;
  display: block;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
}

.city li a,
.contact__item,
.contact__item a,
.documents__item,
.footer__link,
.gallery__item,
.header__top,
.header__top-phone,
.how__item,
.opinion_img,
.popup__content,
.popup__politic a,
.rate-area>label:active,
.stage__item,
.text__content,
sub,
sup {
  position: relative;
}

.search-result {
  margin-top: 20px;
}

.search-result__not-found {
  font-weight: 800;
  margin-bottom: 24px;
}

.search-result__item {
  margin-bottom: 24px;
}

.article__preview p:last-of-type,
.search-result__item:last-child,
.section-top_title,
.sitemap ul li:last-child {
  margin-bottom: 0;
}

.search-result__link {
  display: inline-block;
  font-weight: 800;
  color: #ff6800;
  margin-bottom: 16px;
}

.main-title,
.section-title {
  line-height: 1.1;
  font-family: LVCSans, sans-serif;
}

.section-offset,
.section-subtitle--new {
  margin-bottom: 80px;
}

.section-small {
  margin-bottom: 60px;
}

.section-top {
  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;
  gap: 10px;
  margin-bottom: 50px;
}

.breadcrumbs,
.breadcrumbs li,
.header__top,
.logo,
.show-more,
.standart-btn {
  display: -webkit-box;
  display: -ms-flexbox;
}

.section-title {
  color: #3a4470;
  font-size: 42px;
  margin-bottom: 60px;
}

.section-title_white,
.white-btn:hover {
  color: #fff;
}

.article__preview,
.calc-result__text-wrap,
.price__descr,
.section-title_small-mb {
  margin-bottom: 30px;
}

.main-title {
  font-size: 68px;
  font-weight: 700;
}

.logo__item,
.rating span,
.standart-btn {
  font-size: 24px;
  line-height: 1;
}

.section-subtitle {
  color: #828282;
  margin-bottom: 50px;
  text-align: center;
  max-width: 600px;
}

.scale-item {
  scale: 0.4;
  -webkit-transition: scale 0.5s;
  transition: scale 0.5s;
}

.new_pro_btn,
.standart-btn {
  -webkit-transition: color 0.2s, background-color 0.2s, scale 0.5s,
    border-color 0.2s;
}

.scale-active {
  scale: 1;
}

.standart-btn {
  white-space: nowrap;
  background-color: #ff6800;
  border: 1px solid #ff6800;
  color: #fff;
  transition: color 0.2s, background-color 0.2s, scale 0.5s, border-color 0.2s;
  cursor: pointer;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 69px;
  border-radius: 100px;
}

.standart-btn:hover {
  background-color: #fff;
  color: #ff6800;
}

.btn-to-top:focus,
.white-btn:hover,
a {
  background-color: transparent;
}

.opacity-btn {
  border: 1px solid #fff;
  color: #fff;
  background: 0 0;
}

.rating-area:not(:checked)>label:hover,
.rating-area:not(:checked)>label:hover~label,
.rating-area>input:checked+label:hover,
.rating-area>input:checked+label:hover~label,
.rating-area>input:checked~label,
.rating-area>input:checked~label:hover,
.rating-area>input:checked~label:hover~label,
.rating-area>label:hover~input:checked~label,
.rating>span.active,
.white-btn {
  color: #ff6800;
}

.white-btn {
  background-color: #fff;
  border-color: #fff;
}

.show-more__btn {
  padding: 18px 54px;
  height: 65px;
}

.show-more {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rating span {
  font-weight: 700;
  color: #d3d3d3;
}

.rating>span:before {
  content: "★";
}

.rating-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 5px;
}

.advantages__item,
.all-reviews__doctor-card,
.burger__menu,
.burger__menu span,
.contact__item,
.contact__item .footer__requisite,
.contact__phones,
.contact__requisites,
.dispelling__item,
.dispelling__rating,
.doctor__content,
.doctor__content ul,
.faq__inner,
.faq__text,
.footer__top-phones,
.garant__item,
.header-nav__menu_inner,
.header__top-item,
.how__form,
.how__form-item,
.how__item,
.intro__item,
.main-form__item,
.price__content.active,
.problems__content ul,
.problems__item,
.programs__content,
.programs__item,
.reviews__item,
.service-main__form-item,
.stocks__slide,
.text__content,
.text__item,
.trend__content,
.where-work__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.breadcrumbs li,
.logo {
  -webkit-box-align: center;
}

.breadcrumbs li:last-of-type::after,
.rating-area:not(:checked)>input,
[hidden],
template {
  display: none;
}

.rating-area:not(:checked)>label {
  color: rgba(38, 132, 252, 0.35);
  cursor: pointer;
  float: right;
  font-size: 25px;
  line-height: 25px;
  padding: 0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  width: 25px;
}

.rating-area:not(:checked)>label:before {
  content: "★";
  font-weight: 700;
}

.logo {
  display: flex;
  gap: 10px;
  -ms-flex-align: center;
  align-items: center;
  min-width: 136px;
  max-width: 136px;
}

.logo picture {
  width: 59px;
}

.logo__item {
  font-family: LVCSans, sans-serif;
  font-weight: 700;
  max-width: 70px;
}

.breadcrumbs {
  display: flex;
  gap: 8px;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs li {
  color: #828282;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.breadcrumbs li::after {
  content: ">";
  display: block;
  font-size: 20px;
  line-height: 10px;
}

.breadcrumbs li:last-of-type {
  color: #4a4a4a;
}

@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }

  .main-title {
    font-size: 40px;
  }
}

@media (max-width: 650px) {

  .section-title,
  .section-top {
    margin-bottom: 30px;
  }

  .main-title {
    font-size: 32px;
  }

  .section-title {
    font-size: 28px;
    text-align: center;
  }

  .standart-btn {
    font-size: 18px;
    height: 57px;
  }

  .section-top_title {
    margin-bottom: 0;
    text-align: left;
  }
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.article__editor a:hover,
.article__text a:hover,
.bottom-info__content a,
.works__list a {
  text-decoration: underline;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.article__content h1,
.article__sidebar-item__title,
.article__text h2,
.contact__item-title,
.doctors__name,
.info__item-title,
.stocks__item-title,
.vacancy__name {
  font-family: LVCSans, sans-serif;
}

summary {
  display: list-item;
}

.holidays {
  padding: 12px 20px;
  background-color: #ff6800;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
}

.about__numbers-title,
.about_swiper,
header {
  margin-bottom: 40px;
}

.header__bottom {
  transition: background-color 0.2s;
}

.header__top {
  display: flex;
  gap: 20px;
  padding: 30px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.doctor__content,
.header__top-item,
.main-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.header__top-phones_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__top-phones_anon {
  font-size: 12px;
  color: #828282;
  white-space: nowrap;
}

.header__top-phone {
  white-space: nowrap;
  color: #3a4470;
  font-weight: 700;
  line-height: 1;
}

.header__top-phone::before {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  background-color: #3a4470;
  border-radius: 5px;
  left: 0;
  right: 0;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.header__top-phone:hover::before {
  width: 100%;
}

.header__top-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__top-btns,
.header__top-info,
.header__top-search_item,
.header__top-social {
  display: -webkit-box;
  display: -ms-flexbox;
  gap: 10px;
}

.header__top-search {
  position: relative;
  width: 100%;
  max-width: 310px;
}

.header__top-search_item {
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  padding: 12px 20px;
  line-height: 1;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__top-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 66px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__top-search-btn::after {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  min-width: 22px;
  background: url("../img/icons/search.svg") center center/22px 22px no-repeat;
}

.header__search {
  color: #828282;
  font-size: 14px;
  width: 100%;
}

.header__search::-webkit-input-placeholder {
  color: #828282;
  font-size: 14px;
}

.header__search::-moz-placeholder {
  color: #828282;
  font-size: 14px;
}

.header__search:-ms-input-placeholder {
  color: #828282;
  font-size: 14px;
}

.header__search::-ms-input-placeholder {
  color: #828282;
  font-size: 14px;
}

.header__search::placeholder {
  color: #828282;
  font-size: 14px;
}

.header__top-social {
  display: flex;
  align-items: center;
}

.header__top-social_icon {
  width: 100%;
  max-width: 56px;
  min-width: 56px;
  margin-top: -5px;
  margin-bottom: -5px;
  padding: 5px;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
}

.article__social-item:hover,
.footer__top-social a:hover picture,
.header__top-social_icon:hover,
.reviews__container {
  padding: 0;
}

.header__top-info {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  color: #828282;
}

.header__top-info b {
  color: #3a4470;
}

.header__top-info_active {
  color: #00d95f;
  font-weight: 700;
}

.header__top-btns {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__top-btn {
  padding: 0 24px;
  font-size: 16px;
  height: 46px;
}

.header__top-btn.active {
  gap: 10px;
  color: #4a4a4a;
  border-color: #d8d8d8;
  background-color: #fff;
}

.header__top-btn.active::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #00d95f;
  border-radius: 50%;
}

.header__top-btn.active:hover {
  border-color: #ff6800;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d8d8d8;
  padding: 15px;
  position: relative;
  transition: border-radius 0.2s;
}

@-webkit-keyframes headerFromNone {
  0% {
    display: none;
    padding: 10px 10px 20px 0;
  }

  100% {
    display: block;
    padding: 10px 10px 20px 0;
  }
}

@keyframes headerFromNone {
  0% {
    display: none;
    padding: 10px 10px 20px 0;
  }

  100% {
    display: block;
    padding: 10px 10px 20px 0;
  }
}

.header-nav__menu {
  display: none;
  position: absolute;
  font-size: 16px;
  z-index: 100;
  padding: 0;
  left: 0;
}

.header-nav__menu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #fff;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 10px 20px 20px -10px;
}

.header-nav__submenu-body {
  display: none;
  position: absolute;
  left: 100%;
  top: -20px;
  min-height: 450px;
}

.header-nav__submenu-link {
  white-space: normal;
}

.footer__center-container,
.footer__top-address,
.header-nav__link,
.problems__phone a,
.vacancy__mail-current,
.vacancy__phone-current {
  white-space: nowrap;
}

.header-nav__menu_link {
  padding: 0;
  -webkit-transition: padding 0.2s, background-color 0.2s, border-radius 0.2s;
  transition: padding 0.2s, background-color 0.2s, border-radius 0.2s;
  /* position: relative; */
}

.header-nav__menu_link:hover {
  background-color: #f3f3f3;
  border-radius: 0;
}

.header-nav__submenu::after,
.header_panel-title::after {
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #494949;
  border-right: 2px solid #494949;
  border-radius: 1px;
  display: block;
  content: "";
}

.header-nav__menu_link:first-child:hover {
  background-color: #f3f3f3;
  border-radius: 30px 30px 0 0;
}

.header-nav__menu_link:last-child:hover {
  background-color: #f3f3f3;
  border-radius: 0 0 30px 30px;
}

.header-nav__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.header-nav__submenu::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header_panel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
}

.burger__menu,
.burger__menu span {
  gap: 5px;
}

.header_panel-title::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 2px;
  -webkit-transition: margin-bottom 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, margin-bottom 0.2s, -webkit-transform 0.2s;
}

.header-nav__link {
  padding: 13px 28px;
  border-radius: 55px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  position: relative;
}

.header-nav__link>a,
.header-nav__link>button {
  font-size: 18px;
  color: #494949;
  font-weight: 500;
}

.header-nav__submenu-nav {
  margin-top: 10px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.1);
  max-width: 700px;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
}

.about__inner,
.about__numbers-content,
.about__numbers-link,
.about__text,
.burger__menu,
.burger__menu span,
.dispelling__content,
.doctor__btns,
.doctor__content ul,
.faq__inner,
.faq__text.active,
.form-classic__input,
.form-first__inner,
.garant__item,
.how__inner,
.info__link,
.info__link::after,
.intro__item,
.intro__link,
.intro__slide,
.main-form__content,
.main-form__flex,
.main-form__inner,
.main-form__picture,
.main-form__select,
.more-numbers__number,
.programs__item,
.service-main__bottom,
.service-main__inner,
.stage__inner,
.text__btn,
.text__inner,
.vacancy__content,
.vacancy__item,
.where-work__content,
.where-work__inner,
.where-work__item {
  display: -webkit-box;
  display: -ms-flexbox;
}

.header-nav__submenu-link {
  min-width: 280px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  padding: 16px;
}

.header-nav__submenu-link:hover {
  background-color: #f3f3f3;
}

.burger__menu {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 22px;
  cursor: pointer;
}

.burger__menu span {
  display: flex;
  width: 30px;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 4px;
  background-color: #ff680026;
  position: relative;
  border-radius: 10px;
}

.burger__menu span::after {
  width: 100%;
  height: 100%;
  background-color: #ff6800;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.burger__menu.active span::after {
  width: 0;
}

.all-certificates_swiper-pag,
.all-reviews_swiper-pag,
.all-stocks_swiper-pag,
.header-mobile,
.header-mobile_hide__bottom,
.header__top-phones_panel-title,
.info_swiper-pag,
.service_swiper-pag,
.tabs__active,
.tabs__close {
  display: none;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    margin-top: -100vh;
    display: none;
  }

  100% {
    display: -webkit-box;
    display: flex;
    margin-top: 20px;
  }
}

@keyframes fadeInFromNone {
  0% {
    margin-top: -100vh;
    display: none;
  }

  100% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}

@-webkit-keyframes fadeOutFromBlock {
  0% {
    display: -webkit-box;
    display: flex;
    margin-top: 20px;
  }

  100% {
    display: none;
    margin-top: -100vh;
  }
}

@keyframes fadeOutFromBlock {
  0% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }

  100% {
    display: none;
    margin-top: -100vh;
  }
}

@media (max-width: 1279px) {
  .main {
    margin-top: 129px;
  }

  .header-mobile_hide,
  .header__top-phones_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .header-mobile,
  .header-mobile_hide.is-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    margin-top: 20px;
  }

  .header {
    position: sticky;
    top: 0;
    left: 14px;
    right: 14px;
    z-index: 10200;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    border-radius: 30px;
  }

  .header__top {
    padding-top: 10px;
  }

  .header__container {
    padding: 0;
  }

  .header-mobile {
    display: flex;
    padding: 15px 30px;
    border-radius: 100px;
    background: #fff;
    -webkit-box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }

  .header__top-phones_anon,
  .header__top-phones_show,
  .logo_hide {
    display: none;
  }

  .header__top-phones_wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-mobile_hide {
    display: none;
    padding-bottom: 10px;
    padding-right: 10px;
    background-color: #fff;
    padding-left: 10px;
    border-radius: 20px;
    -webkit-box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.08);
    margin-top: -100vh;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-mobile_hide.is-visible {
    display: flex;
    -webkit-animation: 0.2s ease-in-out forwards fadeInFromNone;
    animation: 0.2s ease-in-out forwards fadeInFromNone;
  }

  .header-mobile_hide.is-hidden {
    -webkit-animation: 0.3s ease-in-out fadeOutFromBlock;
    animation: 0.3s ease-in-out fadeOutFromBlock;
  }

  .header-nav__link {
    padding: 10px 28px;
  }

  .vacancy__item-footer__item_contact {
    -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;
  }
}

@media (max-width: 1160px) {
  .header-nav__submenu-link {
    min-width: 200px;
    padding: 16px 10px;
  }

  .header-nav__submenu-nav {
    max-width: 500px;
  }

  .header-nav__link_custom {
    padding: 10px;
  }

  .header__top-search_item {
    padding: 12px 10px;
    gap: 4px;
  }

  .header__search {
    font-size: 12px;
  }

  .header__top,
  .header__top-item__wrapper,
  .header__top-social {
    gap: 5px;
  }

  .form-first__content {
    min-width: 250px;
  }
}

.header-nav__link.level-1:hover .header_panel-title::after {
  border-bottom: 2px solid rgb(255 255 255);
  border-right: 2px solid rgb(255 255 255);
}

@media (min-width: 1024px) {

  .header-nav__link.level-1: hover a,
  .header-nav__link_custom>button {
    color: #fff;
  }

  .header-nav__link:hover,
  .header-nav__link_custom:hover {
    background-color: #ff6800;
  }

  .header-nav__submenu:hover .header-nav__submenu-body {
    display: block;
    padding: 10px 10px 20px 0;
    -webkit-animation: 0.2s headerFromNone;
    animation: 0.2s headerFromNone;
  }

  .header-nav__link.level-1:hover .header-nav__menu_link a,
  .header-nav__link.level-1:hover .header-nav__submenu a {
    color: #4a4a4a;
  }

  .header-nav__link:hover .header-nav__menu {
    -webkit-animation: 0.2s headerFromNone;
    animation: 0.2s headerFromNone;
    display: block;
    padding: 10px 10px 20px 0;
  }

  .header-nav__link:hover .header-nav__menu_link {
    padding: 16px 36px;
  }

  .header-nav__link:hover .header_panel-title::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-bottom: 0;
  }

  .header-nav__link_custom {
    background-color: #5bc5b1;
  }

  .header-nav__link_custom>button::after {
    border-color: #fff;
  }
}

@-webkit-keyframes headerMobileAnimation {
  0% {
    display: none;
    margin-left: -100px;
  }

  100% {
    display: -webkit-box;
    display: flex;
    margin-left: 0;
  }
}

@keyframes headerMobileAnimation {
  0% {
    display: none;
    margin-left: -100px;
  }

  100% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
  }
}

@media (max-width: 770px) {

  .header__top-btns,
  .header__top-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .header__top-btns {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__top-info {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 550px) {
  .breadcrumbs {
    margin-bottom: 20px;
  }

  .logo {
    max-width: 120px;
    min-width: 120px;
  }

  .logo picture {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
  }

  .logo__item {
    font-size: 16px;
    max-width: 100%;
  }

  .main {
    margin-top: 100px;
  }

  .header__top-search_item {
    border-radius: 53px;
  }

  .header__top-phones_panel-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
  }

  .header__top-phones_panel-title::after {
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    border-bottom: 1px solid #494949;
    border-right: 1px solid #494949;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }

  .header__top-phones_panel-title.panel-active::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .header__top-phones_wrapper {
    position: absolute;
    bottom: -110px;
    left: 0;
    right: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1000;
    background-color: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.08);
    gap: 0;
    pointer-events: none;
    opacity: 0;
    margin-left: -100vw;
    -webkit-transition: margin-left 0.2s, opacity 0.2s;
    transition: margin-left 0.2s, opacity 0.2s;
  }

  .header__top-phones_wrapper.active {
    pointer-events: all;
    opacity: 1;
    margin-left: 0;
  }

  .header-mobile,
  .header__container {
    position: relative;
  }

  .header__top-phones-icon {
    min-width: 24px;
    max-width: 24px;
  }

  .header__top-phone {
    padding: 16px 30px;
  }

  .header-mobile_hide__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100vw - 40px);
    position: absolute;
    top: 125px;
    left: 5px;
    right: 5px;
    z-index: 99;
  }

  .header__top-btn_hide,
  .header__top-info_active-hide,
  header.active>div>div.header-mobile_hide__bottom {
    display: none;
  }

  .header-mobile_hide {
    z-index: 101;
  }

  .header-mobile_hide__bottom-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: 5px;
  }

  .header-mobile_hide__bottom-item .header__top-btn {
    height: 100%;
  }

  .header-mobile_hide__bottom-item_bg {
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 12px;
    -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.1);
  }

  .header-mobile_hide__bottom_city {
    font-size: 12px;
    color: #828282;
  }
}

@media (max-width: 440px) {
  .header__top-btn {
    font-size: 14px;
    padding: 0 12px;
  }

  .header__top-btn.active {
    gap: 5px;
  }

  .header-mobile_hide__bottom {
    top: 126px;
    width: calc(100vw - 30px);
    left: 0;
    right: 0;
  }
}

.intro__content {
  padding: 45px 70px;
  background-color: #ff6800;
  border-radius: 30px;
  position: relative;
  color: #fff;
}

.intro__content::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/intro/bg.svg") center center/cover no-repeat;
}

.intro__slide {
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
}

.intro__item {
  width: 100%;
  max-width: 500px;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
}

.intro__cost,
.politic h2 {
  font-size: 32px;
}

.intro__item_right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 10px;
}

.intro__link {
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 15px;
  font-size: 16px;
  position: relative;
}

.intro__link::after {
  display: block;
  content: "";
  width: 36px;
  height: 23px;
  background: url("../img/intro/arrow.svg") center center/cover no-repeat;
  -webkit-transition: width 0.2s, margin 0.2s;
  transition: width 0.2s, margin 0.2s;
}

.intro__link:hover::after {
  width: 46px;
  margin-right: -10px;
}

.intro_swiper-pag {
  margin-top: -35px;
}

.intro__btn {
  padding: 18px 54px;
  background-color: #fff;
  color: #4a4a4a;
}

.intro__btn:hover {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.garant__inner,
.trend__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
}

.trend__item {
  -ms-flex-preferred-size: calc((100% - 25px) / 2);
  flex-basis: calc((100% - 25px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 40px;
  position: relative;
  border-radius: 30px;
  color: #fff;
}

.trend__item-title,
.trend__item::after {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}

.trend__item::after {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 6;
  top: 25px;
  right: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  content: "→";
  font-size: 34px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  padding-bottom: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  line-height: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.price__btn button::before,
.trend__item-title::after,
.trend__item::before {
  display: block;
  position: absolute;
  left: 0;
}

.trend__item::before {
  content: "";
  width: 900px;
  height: 300px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 40px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 2;
}

.trend__item:hover::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.trend__item-title {
  font-size: 22px;
  font-weight: 700;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 5;
}

.trend__item-title::after {
  content: "";
  width: 40px;
  height: 40px;
  top: 0;
  z-index: 3;
  border-radius: 10px;
}

.trend__item-title::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  width: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 24px;
  margin: 8px;
  background: url("../img/icons/check.svg") center center/cover no-repeat;
  position: relative;
  z-index: 4;
}

.trend__text {
  font-size: 18px;
  position: relative;
  z-index: 5;
  max-width: 316px;
  line-height: 1.3;
}

.trend__item:nth-child(2n-1) {
  background: #ff6800;
}

.about__numbers-link:hover,
.form-classic__polytic a:hover,
.main-form__call-us a,
.main-form__label:hover .main-form__select,
.main-form__select option,
.price__btn,
.trend__item:nth-child(2n-1)::after,
.trend__item:nth-child(4n)::after {
  color: #ff6800;
}

.trend__item:nth-child(2n)::after,
.trend__item:nth-child(3n)::after {
  color: #ff9200;
}

.trend__item:nth-child(2n-1)::before {
  background: linear-gradient(244deg, #ff6800 24.11%, #ff7c22 49.83%);
}

.trend__item:nth-child(2n-1) .trend__item-title::after {
  background-color: #ff7c22;
}

.trend__item:nth-child(2n),
.trend__item:nth-child(3n) {
  background: linear-gradient(244deg, #ff9e1d 24.11%, #ff9200 49.83%);
}

.trend__item:nth-child(2n)::before,
.trend__item:nth-child(3n)::before {
  background: #ff9e1d;
}

.trend__item:nth-child(2n) .trend__item-title::after,
.trend__item:nth-child(3n) .trend__item-title::after {
  background-color: #ffa226;
}

.trend__item:nth-child(4n) {
  background: linear-gradient(244deg, #ff7c22 24.11%, #ff6800 49.83%);
}

.trend__item:nth-child(4n)::before {
  background: #ff7c22;
}

.trend__item:nth-child(4n) .trend__item-title::after {
  background-color: #ff7c22;
}

.trend__content {
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.trend__picture {
  max-width: 39%;
  position: relative;
  z-index: 5;
  min-width: 39%;
}

.trend__picture img {
  height: 100%;
}

.trend__mobile-btn {
  position: relative;
  z-index: 6;
  display: none;
}

.advantages__inner,
.dispelling__inner,
.more-numbers__inner,
.programs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.1);
  -ms-flex-preferred-size: calc((100% - 75px) / 4);
  flex-basis: calc((100% - 75px) / 4);
  gap: 50px;
}

.advantages__picture {
  width: 100%;
  max-width: 100px;
  height: 100%;
  max-height: 100px;
}

.advantages__text {
  max-width: 220px;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .holidays {
    padding: 10px;
    font-size: 14px;
  }

  .header-nav,
  .header-nav__submenu-nav,
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .header.active {
    height: 100vh;
    overflow-y: auto;
  }

  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-mobile_hide {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 80px;
    margin-top: 10px;
    overflow: auto;
  }

  .header-mobile_hide.is-visible {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .header__top {
    padding-top: 0;
    position: static;
    padding-bottom: 60px;
  }

  .header__bottom {
    padding-bottom: 30px;
  }

  .header__top-search {
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .header-nav {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    border: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
  }

  .header-nav__link {
    padding: 0;
    width: 100%;
    position: relative;
  }

  .header-nav__link>a,
  .header-nav__link>button {
    padding: 10px 28px;
    border-radius: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #d8d8d8;
    background: #fff;
  }

  .header_panel-title {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    /* height: 100%; */
    height: 42px;
    justify-content: center;
    border-radius: 0 55px 55px 0;
  }

  .header-nav__link .header_panel-title.panel-active {
    background-color: #ff680026;
  }

  .header-nav__link .header_panel-title.panel-active::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-bottom: 0;
  }

  .header-nav__menu {
    -webkit-animation: 0.2s headerMobileAnimation;
    animation: 0.2s headerMobileAnimation;
    margin-left: -100px;
    position: relative;
  }

  .header-nav__menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /* max-width: 400px; */
    max-width: 100%;
    margin-left: 0;
  }

  .header-nav__menu_inner {
    margin: 10px 0 0;
    width: 100%;
  }

  .header-nav__menu_link {
    padding: 16px 36px;
    position: relative;
  }

  .panel-title_submenu {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    /* height: 100%; */
    height: 40px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .panel-title_submenu::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #494949;
    border-right: 2px solid #494949;
    border-radius: 1px;
    transform: rotate(45deg);
  }

  .header-nav__submenu {
    flex-wrap: wrap;
  }

  .header-nav__submenu::after {
    display: none;
  }

  .header-nav__submenu:hover .header-nav__submenu-body {
    padding: 0;
  }

  .header-nav__submenu-body {
    left: 0;
    -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.1);
    z-index: 120;
    margin-top: 0;
    top: calc(100% + 10px);
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    min-height: auto;

    position: static;
    min-width: calc(100% + 72px);
    margin-left: -36px;
  }

  .header-nav__submenu-nav {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    background: 0 0;
    max-width: calc(100% - 20px);
    border-radius: 0;
    border: none;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    max-height: 270px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-y: auto;
  }

  .header-nav__submenu-nav::-webkit-scrollbar {
    width: 3px;
  }

  .header-nav__submenu-nav::-webkit-scrollbar-thumb {
    background: #ff6800;
    border-radius: 10px;
  }

  .header-nav__submenu-nav::-webkit-scrollbar-track {
    background: #eaeaea;
  }

  .header-nav__submenu-body {
    -webkit-animation: 0.2s headerMobileAnimation;
    animation: 0.2s headerMobileAnimation;
    /* margin-left: -100px; */
  }

  .header-nav__submenu-body.active {
    /* margin-left: 0; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .advantages__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }

  .advantages__item {
    -ms-flex-preferred-size: calc((100% - 20px) / 2);
    flex-basis: calc((100% - 20px) / 2);
  }
}

.dispelling__item,
.garant__item {
  -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 470px) {
  .advantages__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .advantages__text {
    max-width: 100%;
    text-align: left;
  }
}

.price__content {
  display: none;
  scale: 0.4;
  -webkit-animation: 0.3s priceAnimation;
  animation: 0.3s priceAnimation;
}

.price__content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  scale: 1;
}

.price__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0;
  border-top: 1px solid #d8d8d8;
}

.form-classic__item,
.price__item,
.price__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price__item-head {
  text-align: left;
  margin-bottom: 25px;
}

.price__title,
.price__title-head {
  min-width: 60%;
}

.politic,
.price__table-head {
  padding-top: 20px;
}

.price__btn {
  max-width: 15%;
}

.price__btn button {
  font-weight: 700;
  position: relative;
}

.price__btn button::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #ff6800;
  bottom: -2px;
  right: 0;
  -webkit-transition: width 0.4s cubic-bezier(0.3, 1.03, 0.84, 0.14);
  transition: width 0.4s cubic-bezier(0.3, 1.03, 0.84, 0.14);
}

.info__wrapper,
.main-form__call-us a:hover::before,
.main-form__polytic a:hover::before,
.price__btn button:hover::before,
.vacancy__mail a:hover::before,
.vacancy__phone a:hover::before {
  width: 100%;
}

.doctor__content>span,
.doctors__prof,
.main-form__warning,
.price__title-head {
  font-weight: 700;
}

@-webkit-keyframes priceAnimation {
  0% {
    display: none;
    scale: 0.4;
  }

  100% {
    display: -webkit-box;
    display: flex;
    scale: 1;
  }
}

@keyframes priceAnimation {
  0% {
    display: none;
    scale: 0.4;
  }

  100% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    scale: 1;
  }
}

.price__tabs__wrapper {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.price__tab {
  -ms-flex-preferred-size: calc((100% - 60px) / 5);
  flex-basis: calc((100% - 60px) / 5);
  background-color: #f6f6f6;
  border-radius: 100px;
  padding: 16px 5px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.price__tab:hover {
  background-color: #ff680026;
}

.price__tab.active {
  color: #fff;
  background-color: #ff6800;
}

@media (max-width: 670px) {

  .price__title,
  .price__title-head {
    max-width: calc(60% - 10px);
    min-width: auto;
  }

  .price__cost {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .price__btn {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .price__item-head {
    display: none;
  }

  .price__inner {
    border: 1px solid #d6d6d6;
    border-radius: 20px;
  }

  .price__item {
    gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .price__item:first-of-type {
    border-top: none;
    padding-top: 0;
  }
}

.form-classic__inner {
  background: #3a4470;
  position: relative;
  overflow: hidden;
  color: #fff;
  border-radius: 30px;
}

.form-classic__inner::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  min-height: 700px;
  top: 0;
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 0;
  z-index: 1;
  background: #424e82;
  background: linear-gradient(244deg,
      #424e82 24.11%,
      rgba(58, 68, 112, 0) 49.83%);
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.form-classic__title,
.main-form__title,
.where-work__title {
  margin-bottom: 20px;
}

.form-classic__polytic {
  color: #c0c5da;
  font-size: 14px;
  position: relative;
  z-index: 1;
}

.form-first__content,
.form-first__item,
.form-first__picture,
.form-second__item {
  z-index: 5;
  position: relative;
}

.form-classic__btn,
.form-classic__input {
  height: 68px;
  border-radius: 100px;
}

.form-classic__input {
  background-color: #fff;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 40px;
  color: #9a9a9a;
  font-size: 16px;
}

.form-classic__input::-webkit-input-placeholder {
  color: #9a9a9a;
  font-size: 16px;
}

.form-classic__input::-moz-placeholder {
  color: #9a9a9a;
  font-size: 16px;
}

.form-classic__input:-ms-input-placeholder {
  color: #9a9a9a;
  font-size: 16px;
}

.form-classic__input::-ms-input-placeholder {
  color: #9a9a9a;
  font-size: 16px;
}

.form-classic__input::placeholder {
  color: #9a9a9a;
  font-size: 16px;
}

.form-classic__btn {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: color 0.2s, background-color 0.2s, scale 0.5s;
  transition: color 0.2s, background-color 0.2s, scale 0.5s;
}

@media (max-width: 550px) {
  .form-classic__title {
    margin-bottom: 15px;
    text-align: left;
  }

  .form-first__subtitle {
    margin-bottom: 0;
  }

  .form-classic__btn,
  .form-classic__input {
    height: 57px;
  }
}

.form-first__inner {
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 20px 100px 0;
}

.about__numbers-item,
.footer__nav-item,
.footer__nav-submenu,
.form-first__content,
.form-second__inner,
.info__container,
.info__item,
.stage__item,
.vacancy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.form-first__content,
.form-first__item {
  padding-bottom: 70px;
}

.form-first__content {
  height: 100%;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 455px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-first__subtitle {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 90px;
}

.form-first__item {
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
}

.form-first__picture {
  width: 100%;
  min-width: 245px;
  max-width: 245px;
}

.form-second__inner {
  padding: 60px 80px;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}

.form-second__item {
  gap: 10px;
}

.form-second__btn,
.form-second__input {
  -ms-flex-preferred-size: calc((100% - 20px) / 3);
  flex-basis: calc((100% - 20px) / 3);
}

.form-second__title {
  color: #fff;
  z-index: 6;
  font-size: 34px;
  margin-bottom: 0;
}

@media (max-width: 550px) {
  .form-first__item {
    gap: 10px;
  }

  .form-second__title {
    font-size: 24px;
  }

  .form-second__inner {
    gap: 20px;
  }
}

.main-form__picture {
  width: 100%;
  max-width: 600px;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-height: 700px;
}

.main-form__picture img {
  max-width: 500px;
  margin-top: -135px;
  height: 100%;
  max-height: 700px;
  position: relative;
  z-index: 3;
}

.main-form__picture::before {
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 135px);
  background-color: #ff9200;
  border-radius: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.main-form__inner {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.main-form__content {
  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;
  gap: 10px;
}

.main-form__help {
  color: #828282;
  margin-bottom: 30px;
}

.main-form__label {
  width: 100%;
  height: 68px;
  border-radius: 100px;
  border: 1px solid #d8d8d8;
  overflow: hidden;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  position: relative;
}

.main-form__label::before,
.main-form__label:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.main-form__label::before {
  background: url("../img/icons/select-arrow.svg") center center/cover no-repeat;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 3;
  width: 24px;
  right: 29px;
  height: 24px;
}

.main-form__label::after {
  width: 22px;
  height: 22px;
  background: url("../img/icons/select-arrow_blue.svg") center center/cover no-repeat;
  z-index: 2;
}

.main-form__label:hover {
  border-color: #ff6800;
}

.main-form__label:hover::before {
  opacity: 0;
}

.main-form__select {
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding-left: 40px;
  margin-right: 30px;
  width: calc(100% - 30px);
  height: 100%;
  color: #828282;
  border: none;
  font-size: 16px;
  outline: 0;
}

.main-form__select:focus {
  border: none;
}

.main-form__flex {
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
}

.all-reviews__item,
.all-stocks__item,
.main-form__flex>* {
  -ms-flex-preferred-size: calc((100% - 25px) / 2);
  flex-basis: calc((100% - 25px) / 2);
}

.main-form__input {
  height: 68px;
  border-radius: 100px;
  border: 1px solid #d8d8d8;
  padding: 0 40px;
  color: #828282;
}

.main-form__input::-webkit-input-placeholder {
  color: #828282;
}

.main-form__input::-moz-placeholder {
  color: #828282;
}

.main-form__input:-ms-input-placeholder {
  color: #828282;
}

.main-form__input::-ms-input-placeholder {
  color: #828282;
}

.main-form__input::placeholder {
  color: #828282;
}

.main-form__call-us,
.main-form__polytic {
  font-size: 14px;
  color: #828282;
}

.main-form__call-us a,
.main-form__polytic a {
  position: relative;
  font-weight: 700;
}

.main-form__call-us a::before,
.main-form__polytic a::before {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  background-color: #828282;
  bottom: -2px;
  left: 0;
  right: 0;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.main-form__call-us a::before {
  background-color: #ff6800;
}

.about__inner {
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.about__numbers,
.about__wrapper {
  max-width: 620px;
}

.about__text {
  max-width: 670px;
  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: 15px;
}

.about__pagination.swiper-pagination-horizontal {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about__slide,
.certificates__slide,
.doctors__slide {
  height: auto;
}

.about__img {
  display: block;
  height: 100%;
  max-height: 400px;
  position: relative;
}

.about__img::before {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 25px;
  right: 25px;
  background: url("../img/icons/size.svg") center center/cover no-repeat;
  scale: 0.5;
  opacity: 0;
  -webkit-transition: opacity 0.2s, scale 0.5s;
  transition: opacity 0.2s, scale 0.5s;
}

.about__img:hover::before {
  scale: 1;
  opacity: 1;
}

.about__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

.about__numbers-content {
  display: flex;
  gap: 45px;
}

.about__numbers-item {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  background-color: #ff680026;
  border-radius: 30px;
  padding: 20px 30px;
  -ms-flex-preferred-size: calc((100% - 90px) / 3);
  flex-basis: calc((100% - 90px) / 3);
}

.about__numbers-number {
  color: #3a4470;
  font-weight: 700;
  font-size: 32px;
}

.doctor__content h2,
.doctors__name,
.info__item-title,
.stocks__item-title {
  font-size: 28px;
  font-weight: 700;
}

.about__content,
.article__inner,
.doctor__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about__text_smaller {
  max-width: 580px;
}

.about__numbers-link {
  color: #4a4a4a;
  display: flex;
  gap: 10px;
}

.about__numbers-link::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 2px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.about__numbers-link:hover::after {
  border-color: #ff6800;
}

@media (max-width: 980px) {
  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .about__numbers {
    max-width: 100%;
  }

  .about__numbers-title {
    margin-bottom: 30px;
  }

  .about__numbers-content,
  .about__text {
    gap: 10px;
  }

  .about__numbers-item {
    -ms-flex-preferred-size: calc((100% - 20px) / 3);
    flex-basis: calc((100% - 20px) / 3);
  }
}

.garant__item {
  -ms-flex-preferred-size: calc((100% - 50px) / 3);
  flex-basis: calc((100% - 50px) / 3);
  border-radius: 20px;
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.1);
  padding: 55px 20px;
  text-align: center;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  height: auto;
}

.garant__picture {
  max-width: 100px;
  min-width: 100px;
}

.service__item {
  -ms-flex-preferred-size: calc((100% - 75px) / 4);
  flex-basis: calc((100% - 75px) / 4);
  border-radius: 200px;
  padding: 4px 4px 4px 35px;
  background-color: #ff680026;
  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;
}

.service__arrow {
  display: block;
  width: 61px;
  height: 61px;
  position: relative;
  min-width: 61px;
}

.service__arrow::after,
.service__arrow::before {
  display: block;
  content: "";
  width: 61px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 61px;
}

.certificates__img::before,
.doctors__item::before {
  content: "";
  width: 60px;
  height: 60px;
  top: 25px;
  right: 25px;
  scale: 0.5;
  opacity: 0;
  position: absolute;
}

.service__arrow::after {
  background: url("../img/service/arrow.svg") center center/cover no-repeat;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.service__arrow::before {
  background: url("../img/service/arrow-white.svg") center center no-repeat;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.service__item:hover {
  background-color: #ff6800;
  color: #fff;
}

.service__item:hover .service__arrow::after {
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.service__item:hover .service__arrow::before {
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

@media (max-width: 1240px) {
  .service__item {
    -ms-flex-preferred-size: calc((100% - 50px) / 3);
    flex-basis: calc((100% - 50px) / 3);
  }
}

.doctor__item,
.doctors__item,
.service-main__content,
.service-main__form {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.calc-result__price-wrap,
.doctors__slider {
  margin-bottom: 50px;
}

.doctor__content h2,
.doctor__content ul,
.doctor__title,
.doctors__name,
.info__link::after {
  margin-bottom: 5px;
}

.doctors__item {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}

.doctors__item::before {
  display: block;
  background: url("../img/doctors/arrow.svg") center center/cover no-repeat;
  -webkit-transition: opacity 0.2s, scale 0.5s;
  transition: opacity 0.2s, scale 0.5s;
}

.doctors__item:hover::before {
  opacity: 1;
  scale: 1;
}

.doctors__picture {
  width: 100%;
  height: 100%;
  max-height: 480px;
  min-height: 480px;
}

.doctors__picture img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.doctors__name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #3a4470;
}

.doctors__text {
  color: #828282;
}

.doctor__picture {
  max-width: 440px;
  max-height: 480px;
  min-width: 300px;
  min-height: 480px;
  border-radius: 30px;
  overflow: hidden;
}

.doctor__item,
.faq__text.active p {
  max-width: 900px;
}

.doctor__picture img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.doctor__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.doctor__content ul,
.faq__inner {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.doctor__content ul li {
  position: relative;
  padding-left: 15px;
}

.doctor__content ul li::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: #4a4a4a;
}

.doctor__btns,
.stage__inner {
  display: flex;
  gap: 20px;
}

.doctor__btn {
  padding: 0 40px;
  border: 1px solid #ff6800;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s,
    scale 0.5s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, scale 0.5s;
}

.doctor__btn_white {
  background-color: #fff;
  color: #4a4a4a;
}

.doctor__btn_white:hover {
  background-color: #4a4a4a;
  color: #fff;
  border-color: #fff;
}

.certificates__img,
.certificates__img img {
  height: 100%;
  max-height: 460px;
  min-height: 460px;
}

.certificates__img {
  display: block;
  position: relative;
}

.certificates__img img {
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
  width: 100%;
  border-radius: 20px;
}

.certificates__img::before {
  display: block;
  background: url("../img/icons/size.svg") center center/cover no-repeat;
  -webkit-transition: opacity 0.2s, scale 0.5s;
  transition: opacity 0.2s, scale 0.5s;
}

.certificates__img:hover::before {
  opacity: 1;
  scale: 1;
}

.where-work__inner {
  display: flex;
  gap: 50px;
}

.where-work__map {
  width: 100%;
  max-width: 530px;
}

.where-work__item {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.where-work__content {
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.where-work__content-item {
  -ms-flex-preferred-size: calc((100% - 36px) / 4);
  flex-basis: calc((100% - 36px) / 4);
  padding: 16px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid #d8d8d8;
}

.info__container {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info__item {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
}

.info__picture {
  border-radius: 30px;
  height: 100%;
  max-height: 300px;
  min-height: 300px;
  overflow: hidden;
  border-bottom: 8px solid #ff9200;
  margin-bottom: 10px;
}

.info__picture img {
  border-radius: 25px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.info__item-title {
  color: #3a4470;
}

.info__text {
  color: #828282;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.info__link {
  font-weight: 700;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  gap: 15px;
}

.info__link::after {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  content: "→";
  font-size: 30px;
  font-weight: 300;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}

.info__link:hover,
.info__link:hover::after {
  color: #ff6800;
}

.info__sudtitle {
  max-width: initial;
}

.stocks__slide {
  position: relative;
  padding: 50px 60px;
  height: auto;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  color: #fff;
}

.stocks__slide::before {
  display: block;
  content: "";
  width: 900px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 40px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 2;
}

.stocks__slide:nth-child(2n-1) {
  background-color: #ff6800;
}

.stocks__slide:nth-child(2n-1)::before {
  background: linear-gradient(244deg, #ff7c22 24.11%, #ff6800 49.83%);
}

.stocks__slide:nth-child(2n) {
  background-color: #ff9e1d;
}

.stocks__slide:nth-child(2n)::before {
  background: linear-gradient(244deg, #ff9e1d 24.11%, #ff9200 49.83%);
}

.stocks__item-title {
  position: relative;
  z-index: 10;
}

.stocks__btn {
  background-color: #fff;
  border-color: #fff;
  color: #ff9200;
  position: relative;
  z-index: 10;
  padding: 18px 54px;
}

.stocks__btn:hover {
  background-color: transparent;
  color: #fff;
}

@media (min-width: 900px) {
  .info__inner {
    margin-bottom: 35px;
  }

  .all-stocks__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.programs__cost,
.reviews__date,
.reviews__rating,
.reviews__text,
.text__item p:last-of-type {
  margin-bottom: 15px;
}

.reviews__wrapper {
  padding: 20px 0;
}

.reviews__slider,
.reviews_section-top {
  padding: 0 15px;
}

.reviews__item {
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
  border-bottom: 8px solid #ff9200;
}

.reviews__name {
  font-size: 18px;
  font-weight: 700;
}

.reviews__date {
  font-size: 14px;
  color: #828282;
}

.reviews__text.hidden {
  max-height: 175px;
  overflow: hidden;
  position: relative;
  display: block;
}

.reviews__text.hidden::before {
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  background: #fff;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0)),
      to(#fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.reviews__btn {
  margin-bottom: 30px;
  color: #828282;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px;
  line-height: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  display: none;
}

.reviews__btn.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews__btn::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #828282;
  border-right: 1px solid #828282;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  margin-bottom: 5px;
}

.programs__item:nth-child(2n-1) .programs__btn,
.programs__item:nth-child(3n) .programs__btn,
.reviews__btn:hover {
  color: #ff6800;
}

.reviews__btn:hover::after {
  border-color: #ff6800;
}

@media (max-width: 380px) {
  .main-title {
    font-size: 24px;
  }

  .header__top-btn.active {
    font-size: 10px;
    padding: 0 6px;
  }

  .form-second__title {
    font-size: 20px;
  }

  .reviews__item {
    padding: 20px 15px;
  }
}

.all-reviews__doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  border-top: 1px solid #d8d8d8;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.all-reviews__picture {
  width: 74px;
  min-width: 74px;
  max-width: 74px;
  height: 74px;
}

.all-reviews__picture img {
  height: 74px;
  width: 74px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.all-reviews__doctor-card,
.dispelling__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.all-reviews__doctor-prof {
  font-weight: 700;
  color: #4a4a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  white-space: nowrap;
}

.all-reviews__doctor-prof_current {
  padding: 6px 20px;
  color: #828282;
  font-size: 14px;
  font-weight: 500;
  background-color: #ff680026;
  border-radius: 44px;
}

.all-reviews__inner {
  padding-top: 15px;
}

@media (min-width: 800px) {
  .all-reviews__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.dispelling__subtitle {
  text-align: left;
  max-width: 100%;
}

.dispelling__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: calc((100% - 75px) / 4);
  flex-basis: calc((100% - 75px) / 4);
  border-radius: 30px;
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 30px 30px;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  height: auto;
}

.dispelling__item:hover,
.scroll-to.active,
.scroll-to:hover {
  background-color: #ff680026;
}

.dispelling__picture {
  max-width: 250px;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

.dispelling__score {
  font-size: 24px;
  font-weight: 700;
  color: #3a4470;
  line-height: 1;
  padding: 15px 12px;
  border: 1px solid #ff6800;
  border-radius: 50%;
}

.dispelling__reviews {
  font-weight: 400;
}

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

  .dispelling__item {
    -ms-flex-preferred-size: calc((100% - 25px) / 2);
    flex-basis: calc((100% - 25px) / 2);
  }
}

.faq__item-title {
  padding: 35px 120px 35px 50px;
  border-radius: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 22px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: 1px solid #dfdfdf;
}

.faq__item-title::after,
.faq__item-title::before {
  display: block;
  content: "";
  width: 35px;
  height: 3px;
  border-radius: 2px;
  background-color: #4a4a4a;
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transition: width 0.2s, color 0.2s;
  transition: width 0.2s, color 0.2s;
}

.faq__item-title::after {
  width: 3px;
  height: 35px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  -webkit-transform: translate3d(-15px, -50%, 0);
  transform: translate3d(-15px, -50%, 0);
  top: calc(50% + 1px);
  right: 61px;
}

.programs__item::before,
.service-main__inner::before {
  top: 0;
  z-index: 1;
  position: absolute;
  content: "";
  bottom: 0;
}

.faq__item-title.panel-active {
  background-color: #ff6800;
  color: #fff;
  margin-bottom: 10px;
}

.faq__item-title.panel-active::after,
.faq__item-title.panel-active::before {
  background-color: #fff;
}

.faq__item-title.panel-active::after {
  height: 0;
}

.faq__text {
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 30px;
  -webkit-animation: 0.2s faqAnimation;
  animation: 0.2s faqAnimation;
}

.faq__text p {
  font-size: 20px;
  line-height: 115%;
}

.faq__text.active {
  display: flex;
  padding: 50px 35px;
  margin-bottom: 20px;
}

@-webkit-keyframes faqAnimation {
  0% {
    display: none;
    padding: 0;
    margin-bottom: 0;
  }

  100% {
    display: -webkit-box;
    display: flex;
    padding: 50px 35px;
    margin-bottom: 20px;
  }
}

@keyframes faqAnimation {
  0% {
    display: none;
    padding: 0;
    margin-bottom: 0;
  }

  100% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 35px;
    margin-bottom: 20px;
  }
}

@-webkit-keyframes faqAnimationMobile {
  0% {
    display: none;
    padding: 0;
  }

  100% {
    display: -webkit-box;
    display: flex;
    padding: 25px;
  }
}

@keyframes faqAnimationMobile {
  0% {
    display: none;
    padding: 0;
  }

  100% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
  }
}

.map__item {
  width: 100%;
  height: 400px;
  border-radius: 30px;
  overflow: hidden;
  padding: 0;
  background: url("../img/map.jpg") center center/cover no-repeat;
}

.service-main__inner {
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 30px;
  background-color: #ff6800;
  position: relative;
  overflow: hidden;
  padding: 45px 70px;
  margin-bottom: 70px;
  color: #fff;
}

.service-main__inner::before {
  display: block;
  width: 100%;
  height: 100%;
  right: -300px;
  left: 300px;
  background: #ff7c22;
  background: linear-gradient(244deg, #ff7c22 24.11%, #ff6800 49.83%);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 30px;
}

.service-main__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 3;
  max-width: 550px;
}

.service-main__title {
  margin-bottom: 10px;
  line-height: 1;
  z-index: 2;
}

.service-main__text {
  font-size: 16px;
  margin-bottom: 30px;
  z-index: 2;
}

.service-main__block {
  display: flex;
  gap: 10px;
  align-items: center;
}

.service-main__item {
  background-color: #ff9200;
  border-radius: 20px;
  padding: 15px;
  text-align: center;
  height: 100%;
}

.service-block__text {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.service-main__cost {
  font-size: 22px;
  z-index: 2;
}

.service-main__cost_new {
  font-weight: 700;
  font-size: 32px;
}

.service-main__more {
  font-size: 16px;
  margin-bottom: 30px;
}

.service-main__btn {
  padding: 0 54px;
}

.service-main__form {
  margin: 80px 0;
  max-width: 600px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 65px 80px;
  z-index: 4;
}

.service-main__form::before {
  display: none;
}

.service-main__form-item {
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  z-index: 2;
}

.service-main__form-title {
  font-size: 22px;
  color: #ff6800;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
  z-index: 2;
}

.service-main__form-input {
  border: 1px solid #d8d8d8;
  z-index: 2;
}

.service-main__bottom {
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #828282;
  text-align: center;
  z-index: 2;
}

@media (max-width: 1300px) {
  .form-first__subtitle {
    margin-bottom: 20px;
  }

  .service-main__form {
    padding: 40px 30px;
  }

  .service-main__inner {
    padding: 30px;
  }
}

.how__item::before,
.programs__item-title,
.text__item h2 {
  font-size: 28px;
  font-family: LVCSans, sans-serif;
}

.programs__item {
  padding: 40px 70px 50px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  -ms-flex-preferred-size: calc((100% - 50px) / 3);
  flex-basis: calc((100% - 50px) / 3);
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  color: #fff;
}

.programs__content,
.programs__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  z-index: 2;
}

.programs__item::before {
  display: block;
  width: 100%;
  height: 200%;
  left: 0;
  right: 0;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  border-radius: 30px;
}

.programs__item:nth-child(2n-1),
.programs__item:nth-child(3n) {
  background: linear-gradient(244deg, #ff7c22 24.11%, #ff6800 49.83%);
}

.programs__item:nth-child(2n-1)::before,
.programs__item:nth-child(3n)::before {
  background-color: #ff7c22;
}

.programs__item:nth-child(2n) {
  background: linear-gradient(244deg, #ff9e1d 24.11%, #ff9200 49.83%);
}

.programs__item:nth-child(2n)::before {
  background-color: #ff9200;
}

.programs__cost::before,
.text__content ul li::before {
  border-radius: 50%;
  background-color: #fff;
  display: block;
  content: "";
}

.city li a:hover,
.programs__item .programs__btn:hover,
.programs__item:nth-child(3n) .programs__btn:hover,
.reviews__date_original {
  color: #fff;
}

.programs__item-title {
  font-weight: 700;
  line-height: 1;
  z-index: 2;
}

.programs__cost {
  font-size: 22px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.programs__cost::before {
  width: 6px;
  height: 6px;
}

.programs__content {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 35px;
}

.programs__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.programs__content-item::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("../img/icons/galo4ka.svg") center center/cover no-repeat;
}

.programs__btn {
  z-index: 2;
  padding: 0 54px;
}

.more-numbers__item {
  -ms-flex-preferred-size: calc((100% - 50px) / 3);
  flex-basis: calc((100% - 50px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  border-radius: 30px;
  background: #ff680026;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px;
}

.more-numbers__number {
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 48px;
  color: #3a4470;
  font-weight: 700;
  line-height: 1;
}

.more-numbers__number::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icons/star.svg") center center/cover no-repeat;
}

.more-numbers__text {
  max-width: 100px;
  font-weight: 400;
}

@media (max-width: 1160px) {
  .about__inner {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about__text,
  .about__wrapper {
    max-width: 100%;
  }

  .more-numbers__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .more-numbers__item {
    -ms-flex-preferred-size: calc((100% - 25px) / 2);
    flex-basis: calc((100% - 25px) / 2);
  }
}

@media (max-width: 750px) {
  .form-second__inner {
    padding: 30px;
  }

  .faq__item-title {
    font-size: 16px;
    padding: 20px 60px 20px 20px;
  }

  .faq__item-title:after {
    height: 25px;
    right: 16px;
  }

  .faq__item-title:before {
    width: 25px;
    right: 20px;
  }

  .faq__text {
    -webkit-animation: 0.2s faqAnimationMobile;
    animation: 0.2s faqAnimationMobile;
  }

  .faq__text.active {
    padding: 25px;
    margin-bottom: 0;
  }

  .more-numbers__inner {
    gap: 10px;
  }

  .more-numbers__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.text__inner {
  display: flex;
  gap: 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 480px;
  -webkit-transition: max-height 0.7s cubic-bezier(0, 0.82, 1, 1);
  transition: max-height 0.7s cubic-bezier(0, 0.82, 1, 1);
  overflow: hidden;
}

.text__content,
.text__item {
  display: -webkit-box;
  display: -ms-flexbox;
  gap: 15px;
  overflow: hidden;
}

.text__inner.active {
  max-height: initial;
  -webkit-transition: max-height 0.7s linear;
  transition: max-height 0.7s linear;
}

.text__item {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 780px;
  color: #fff;
  background-color: #a28cf7;
  border-radius: 40px;
  padding: 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-height: 480px;
  -webkit-transition: max-height 0.7s cubic-bezier(0, 0.82, 1, 1);
  transition: max-height 0.7s cubic-bezier(0, 0.82, 1, 1);
}

.text__item.active {
  max-height: initial;
  -webkit-transition: max-height 0.7s linear;
  transition: max-height 0.7s linear;
}

.text__item h2 {
  font-weight: 700;
}

.text__content {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 296px;
  -webkit-transition: max-height 0.7s cubic-bezier(0, 0.82, 1, 1);
  transition: max-height 0.7s cubic-bezier(0, 0.82, 1, 1);
}

.text__content.active {
  max-height: initial;
  -webkit-transition: max-height 0.7s linear;
  transition: max-height 0.7s linear;
}

.text__content::before {
  display: block;
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.text__content ul li {
  position: relative;
  padding-left: 10px;
}

.text__content ul li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 5px;
}

.text__item_green,
.text__item_purple {
  background-color: #ff9200;
}

.text__item_green a,
.text__item_purple a {
  transition: color 0.3s ease;
  color: #b34801;
}

.text__item_green a:hover,
.text__item_purple a:hover {
  color: rgb(122, 49, 0);
}

.opinion a {
  color: #ff9200;
  transition: color 0.3s ease;
}

.opinion a:hover {
  color: #b34801;
}

.text__btn {
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
}

.text__btn::after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s, -webkit-transform 0.2s;
  transition: border-color 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.text__btn:hover::after {
  border-color: #ff6800;
}

.text__btn.active::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.text__picture {
  max-width: 550px;
  height: auto;
  max-height: 480px;
  overflow: hidden;
  border-radius: 30px;
}

.text__picture img {
  border-radius: 30px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1200px) {

  .tabs__active: :after,
  .tabs__active::before {
    display: block;
    content: "";
    border-radius: 5px;
  }

  .price_tabs,
  .tabs__active {
    position: relative;
  }

  .tabs__active {
    width: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background-color: #ff6800;
    color: #fff;
    padding: 20px 35px;
    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;
  }

  .tabs__active::after {
    width: 30px;
    height: 2px;
    background-color: #fff;
  }

  .tabs__active::before {
    width: 2px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 49px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
  }

  .price__tabs__wrapper,
  .tabs .tabs__container,
  .tabs.active .tabs__content {
    display: -webkit-box;
    display: -ms-flexbox;
  }

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

  .price__tab {
    min-width: 300px;
  }

  .tabs .tabs__container {
    background-color: rgba(34, 56, 88, 0.357);
    opacity: 1;
    position: fixed;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 50%;
    top: 50%;
    -webkit-transform: translate3d(50%, -50%, 0);
    transform: translate3d(50%, -50%, 0);
    width: 0;
    z-index: 1000;
    height: 100%;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
  }

  .tabs.active .tabs__container {
    width: 100%;
  }

  .tabs__close {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .tabs__content {
    border-radius: 30px;
    position: relative;
    padding: 40px 30px 30px;
    background-color: #fff;
    display: none;
  }

  .tabs.active .tabs__content {
    display: flex;
  }

  .price_tabs.active .tabs__active::before {
    height: 0;
  }

  .main-form__picture {
    max-width: 400px;
    min-height: 550px;
    max-height: 550px;
  }

  .main-form__picture img {
    max-height: 550px;
  }

  .programs__item {
    padding: 30px 45px 15px;
  }

  .programs__content {
    margin-bottom: 25px;
  }

  .text__item {
    max-width: 50vw;
  }
}

.how__inner {
  display: flex;
  gap: 26px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  counter-reset: list 0;
}

.how__form,
.how__item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-direction: column;
}

.how__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

.all-doctors_swiper-pag,
.documents_swiper-pag,
.gallery_swiper-pag,
.how__form::before {
  display: none;
}

.how__item {
  -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 50px 60px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.how__item::before {
  content: counter(list);
  counter-increment: list;
  position: absolute;
  top: 25px;
  left: 25px;
  font-weight: 700;
  color: #3a4470;
  padding: 7px 14px;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  z-index: 5;
}

.gallery__item::before,
.stage__item::before {
  content: "";
  top: 25px;
  right: 25px;
  position: absolute;
  opacity: 0;
}

.how__form-item {
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 485px;
}

.how__item_big {
  -ms-flex-preferred-size: calc(65% - 13px);
  flex-basis: calc(65% - 13px);
}

.how__item_small {
  -ms-flex-preferred-size: calc(35% - 13px);
  flex-basis: calc(35% - 13px);
}

.how__form-input {
  border: 1px solid #cecece;
  background-color: #f8f8f8;
}

.how__polytic {
  color: #828282;
  text-align: center;
}

.how__polytic a {
  font-weight: 700;
  color: #4d4d4d;
}

.how__picture {
  max-width: 108px;
  max-height: 108px;
}

@media (max-width: 930px) {
  .how__inner {
    gap: 20px;
  }

  .how__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 20px;
    gap: 30px;
  }
}

@media (max-width: 450px) {
  .price__item {
    font-size: 14px;
  }

  .tabs__active:before {
    height: 24px;
    right: 46px;
  }

  .tabs__active:after {
    width: 24px;
  }

  .service-main__text {
    margin-bottom: 20px;
  }

  .service-main__cost,
  .service-main__cost_new,
  .service-main__text {
    font-size: 16px;
  }

  .service-main__more {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .programs__btn,
  .service-main__btn {
    width: 100%;
  }

  .programs__cost,
  .service-main__form-title {
    font-size: 18px;
  }

  .service-main__form,
  .service-main__form-item {
    gap: 10px;
  }

  .service-main__bottom {
    display: none;
  }

  .programs__inner {
    gap: 20px;
  }

  .programs__item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .programs__item-title {
    font-size: 22px;
  }

  .how__item {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .how__text {
    font-size: 18px;
    text-align: center;
  }
}

.stage__item {
  height: auto;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -ms-flex-preferred-size: calc((100% - 80px) / 5);
  flex-basis: calc((100% - 80px) / 5);
}

.stage__item::before {
  display: block;
  width: 67px;
  height: 67px;
  background: url("../img/service/arrow-white.svg") center center/cover no-repeat;
  scale: 0.4;
  -webkit-transition: opacity 0.2s, scale 0.4s;
  transition: opacity 0.2s, scale 0.4s;
}

.stage__item:hover::before {
  opacity: 1;
  scale: 1;
}

.stage__picture {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  min-height: 370px;
  max-height: 370px;
  border-bottom: 15px solid #ff6800;
}

.stage__picture img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.stage__item:nth-child(2n-1) .stage__picture {
  border-color: #ff6800;
}

.stage__item:nth-child(2n) .stage__picture {
  border-color: #ff9200;
}

.article__author,
.article__contents ul li,
.article__item,
.vacancy__item {
  border-bottom: 1px solid #d8d8d8;
}

.stage__text {
  max-width: 80%;
}

.gallery__item {
  display: block;
  width: 100%;
  -ms-flex-preferred-size: calc((100% - 75px) / 4);
  flex-basis: calc((100% - 75px) / 4);
  height: auto;
  max-height: 284px;
  min-height: 284px;
  overflow: hidden;
}

.gallery__item::before {
  display: block;
  width: 60px;
  height: 60px;
  scale: 0.5;
  background: url("../img/icons/size.svg") center center/cover no-repeat;
  -webkit-transition: opacity 0.2s, scale 0.5s;
  transition: opacity 0.2s, scale 0.5s;
}

.vacancy__content-body ul li::before,
.vacancy__mail::before {
  display: block;
  background-color: #4a4a4a;
  content: "";
  width: 6px;
  height: 6px;
}

.gallery__item:hover::before {
  opacity: 1;
  scale: 1;
}

.gallery__item img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  border-radius: 30px;
  width: 100%;
}

@media (max-width: 1160px) {
  .gallery__item {
    -ms-flex-preferred-size: calc((100% - 50px) / 3);
    flex-basis: calc((100% - 50px) / 3);
  }
}

@media (max-width: 910px) {
  .gallery__item {
    -ms-flex-preferred-size: calc((100% - 25px) / 2);
    flex-basis: calc((100% - 25px) / 2);
  }
}

@media (min-width: 550px) {

  .gallery__wrapper,
  .service__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.all-doctors__item {
  -ms-flex-preferred-size: calc((100% - 50px) / 3);
  flex-basis: calc((100% - 50px) / 3);
}

@media (min-width: 650px) {
  .all-doctors__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
  }
}

.article__author-author,
.article__author-date,
.article__contents ul,
.article__footer-item_left,
.article__sidebar-body,
.article__sidebar-item,
.article__text,
.politic__inner,
.vacancy__content,
.vacancy__content-body,
.vacancy__content-body ul,
.vacancy__item-footer {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}

.vacancy__inner {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}

.vacancy__item {
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 50px;
}

.politic__inner,
.vacancy__content,
.vacancy__content-body {
  -ms-flex-direction: column;
  gap: 20px;
}

.vacancy__item:last-of-type {
  border: none;
}

.vacancy__picture {
  width: 180px;
  min-width: 180px;
}

.vacancy__content {
  max-width: 1135px;
  display: flex;
  flex-direction: column;
}

.politic__inner,
.vacancy__content-body,
.vacancy__content-body ul,
.vacancy__content-body ul li,
.vacancy__item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
}

.politic__inner,
.vacancy__content-body {
  display: flex;
  flex-direction: column;
}

.vacancy__content-body>span {
  font-weight: 700;
}

.vacancy__content-body ul {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.vacancy__content-body ul li {
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}

.article__author-author,
.vacancy__item-footer {
  -ms-flex-direction: column;
}

.vacancy__content-body ul li::before {
  margin-top: 8px;
  min-width: 6px;
  border-radius: 50%;
}

.vacancy__name {
  font-size: 28px;
  font-weight: 700;
  color: #3a4470;
  margin-bottom: 10px;
}

.vacancy__btn,
.vacancy__mail,
.vacancy__phone {
  font-size: 16px;
}

.vacancy__item-footer {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.vacancy__item-footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vacancy__conditions {
  font-size: 16px;
  padding: 18px 40px;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
}

.vacancy__btn {
  height: 100%;
  max-height: 54px;
  width: 100%;
  max-width: 216px;
}

.vacancy__mail a,
.vacancy__phone a {
  color: #ff6800;
  font-weight: 700;
  position: relative;
}

.vacancy__mail a::before,
.vacancy__phone a::before {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  background-color: #ff6800;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.vacancy__mail {
  position: relative;
  padding-left: 15px;
}

.vacancy__mail::before {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 840px) {
  .vacancy__item {
    display: block;
    position: relative;
  }

  .vacancy__picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .vacancy__name {
    padding-left: 60px;
  }

  .vacancy__btn {
    height: 54px;
  }
}

@media (max-width: 690px) {
  .vacancy__item-footer__item {
    -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;
  }

  .vacancy__conditions {
    font-size: 14px;
    padding: 16px 40px;
  }
}

@-webkit-keyframes vacancyAnimation {
  0% {
    display: none;
    margin: -50px;
  }

  100% {
    display: -webkit-box;
    display: flex;
    margin: 0;
  }
}

@keyframes vacancyAnimation {
  0% {
    display: none;
    margin: -50px;
  }

  100% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
}

.article__author,
.article__author-item,
.city,
.popup__form {
  display: -webkit-box;
  display: -ms-flexbox;
  width: 100%;
}

.article__content {
  max-width: 940px;
}

.article__content h1 {
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: 700;
  color: #3a4470;
}

.article__preview p,
.article__text h2 {
  margin-bottom: 10px;
}

.article__preview picture {
  float: left;
  max-width: 320px;
  margin-right: 20px;
  height: 100%;
  overflow: hidden;
  max-height: 400px;
  border-radius: 30px;
  margin-bottom: 10px;
}

.article__preview picture img {
  height: 100%;
  border-radius: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.article__author {
  display: flex;
  padding: 30px 0;
  border-top: 1px solid #d8d8d8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}

.article__author-item {
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article__author-checked {
  font-size: 16px;
  font-weight: 700;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.article__author-author,
.article__author-date {
  display: -webkit-box;
  display: -ms-flexbox;
  flex-direction: column;
}

.article__author-picture {
  max-width: 40px;
  min-width: 40px;
  height: 40px;
}

.article__author-picture img {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article__author-author {
  display: flex;
}

.article__author-date,
.article__contents ul {
  -ms-flex-direction: column;
}

.article__author-name,
.footer__top-chart {
  font-size: 16px;
}

.article__author-prof {
  font-size: 14px;
}

.article__author-date {
  min-width: 130px;
  font-size: 14px;
  color: #828282;
  display: flex;
}

.article__sidebar-item__title,
.article__text h2 {
  color: #3a4470;
  font-weight: 700;
}

.article__contents ul,
.article__item,
.contact__grafic,
.contact__inner,
.contact__phones,
.footer__form,
.footer__top-address,
.footer__top-phones,
.footer__top-social,
.problems__content ul,
.problems__inner,
.problems__item,
.problems__link {
  display: -webkit-box;
  display: -ms-flexbox;
}

.article__item {
  gap: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: flex;
}

.article__item-sidebar {
  min-width: 320px;
  max-width: 320px;
  position: relative;
}

.article__contents {
  position: sticky;
  top: 20px;
}

.article__contents ul {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
}

.article__contents ul li:last-of-type {
  border-bottom: none;
}

.scroll-to {
  display: block;
  padding: 14px 20px;
  font-size: 16px;
}

.article__contents-title {
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}

.article__footer,
.article__text {
  display: -webkit-box;
  display: -ms-flexbox;
  gap: 20px;
}

.article__contents ul li button {
  width: 100%;
}

.article__text {
  top: 0;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article__text h2 {
  font-size: 28px;
}

.article__text img {
  -o-object-fit: cover;
  object-fit: cover;
}

.article__footer {
  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;
}

.article__footer-item_left,
.article__sidebar-body {
  -ms-flex-direction: column;
}

.article__footer-item,
.footer__top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article__footer-item_left {
  flex-direction: column;
  gap: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article__footer-title {
  font-size: 16px;
  font-weight: 700;
}

.article__social {
  gap: 7px;
}

.article__social-item {
  width: 56px;
  height: 56px;
  min-width: 56px;
  padding: 5px;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
}

.article__sidebar {
  max-width: 320px;
}

.article__sidebar-title {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 18px;
}

.article__sidebar-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.article__sidebar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
}

.article__sidebar-picture {
  margin-bottom: 5px;
  height: 100%;
  min-height: 220px;
  max-height: 220px;
  overflow: hidden;
  border-radius: 30px;
  width: 100%;
}

.article__sidebar-picture img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

.article__sidebar-item__title {
  font-size: 18px;
}

.article__sidebar-text {
  font-size: 16px;
  color: #828282;
  margin-bottom: 5px;
}

.article__sidebar-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 120px;
  width: 40%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.article__sidebar-btn::after {
  display: block;
  content: "";
  width: 36px;
  height: 23px;
  background: url("../img/icons/arrow-black.svg") center center/cover no-repeat;
}

.article__sidebar-btn:hover {
  width: 100%;
}

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

@media (max-width: 1400px) {

  .certificates__img,
  .certificates__img img {
    min-height: 500px;
    max-height: 500px;
  }

  .article__contents {
    top: 120px;
  }

  .header-mobile {
    margin-top: 0;
  }
}

@media (max-width: 860px) {
  .service__item {
    -ms-flex-preferred-size: calc((100% - 25px) / 2);
    flex-basis: calc((100% - 25px) / 2);
  }

  .article__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article__item-sidebar {
    max-width: 100%;
  }

  .scroll-to {
    width: 100%;
  }

  .article__editor a {
    display: block;
  }
}

.problems__inner {
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px;
}

.problems__content,
.problems__item {
  z-index: 5;
}

.pdf-link-block {
  background: #3a4573;
  color: #fff;
  padding: 24px;
  margin-bottom: 40px;
  display: flex;
  border-radius: 8px;
  align-items: center;
  gap: 24px;
}

.pdf-link-block a {
  background: #ff6800;
  padding: 12px 24px;
  border-radius: 24px;
}

.problems__item {
  color: #fff;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  max-width: 580px;
  height: auto;
}

.problems__title {
  margin-bottom: 0;
  z-index: 2;
  text-align: left;
}

.problems__subtitle {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 2;
}

.contact__address,
.problems__phone {
  z-index: 2;
}

.problems__content {
  background-color: #fff;
  border-radius: 30px;
  color: #4a4a4a;
  padding: 44px 50px;
  min-width: 470px;
}

.problems__content ul {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.problems__link {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  gap: 8px;
}

.problems__link::after {
  display: block;
  content: "→";
  font-weight: 700;
  font-size: 24px;
}

.problems__link:hover {
  color: #ff6800;
}

@media (max-width: 1000px) {
  .problems__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    padding: 0;
    border-radius: 0;
    background-color: #fff;
  }

  .problems__inner::before {
    display: none;
  }

  .problems__item {
    max-width: 100%;
    background-color: #3a4470;
    padding: 40px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
  }

  .problems__item::before {
    display: block;
    content: "";
    width: 50%;
    height: 200%;
    top: -30%;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 1;
    background: #424e82;
    background: linear-gradient(160deg,
        #828fc9 24.11%,
        rgba(58, 68, 112, 0) 49.83%);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }

  .problems__content {
    padding: 0;
  }
}

.contact__item a::after,
.contact__item::before {
  display: block;
  content: "";
  left: 0;
  position: absolute;
}

.sitemap ul li {
  margin-bottom: 8px;
}

.sitemap ul ul {
  padding-top: 8px;
  padding-left: 20px;
}

.sitemap ul li a:hover {
  color: #2684fc;
}

.documents__item {
  display: block;
  height: 100%;
  min-height: 460px;
  -ms-flex-preferred-size: calc((100% - 75px) / 4);
  flex-basis: calc((100% - 75px) / 4);
  max-height: 460px;
  border-radius: 20px;
  overflow: hidden;
}

.documents__item::before {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 25px;
  right: 25px;
  scale: 0.5;
  opacity: 0;
  background: url("../img/icons/size.svg") center center/cover no-repeat;
  -webkit-transition: opacity 0.2s, scale 0.5s;
  transition: opacity 0.2s, scale 0.5s;
}

.documents__item:hover::before {
  opacity: 1;
  scale: 1;
}

.documents__item img {
  height: auto;
  min-height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 1100px) {
  .trend__inner {
    gap: 20px;
  }

  .trend__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .trend__picture {
    max-height: 390px;
    min-width: 25%;
    max-width: 25%;
  }

  .programs__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .programs__item {
    -ms-flex-preferred-size: calc((100% - 25px) / 2);
    flex-basis: calc((100% - 25px) / 2);
    height: auto;
  }

  .programs__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .documents__item {
    -ms-flex-preferred-size: calc((100% - 50px) / 3);
    flex-basis: calc((100% - 50px) / 3);
  }
}

@media (max-width: 900px) {

  .header__top,
  .service-main__inner,
  .text__inner {
    -webkit-box-orient: vertical;
  }

  .header__top {
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .trend__picture {
    min-width: 40%;
    max-width: 40%;
  }

  .info__inner,
  .info_swiper-pag {
    margin-bottom: 30px;
  }

  .info_swiper-pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .info__picture,
  .service-main__item {
    width: 100%;
  }

  .text__item,
  .text__picture {
    max-width: 100%;
  }

  .stocks__slide {
    gap: 30px;
  }

  .all-stocks__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .all-stocks__wrapper {
    margin-bottom: 40px;
  }

  .all-stocks_swiper-pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }

  .service-main__inner {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    gap: 20px;
    background: #fff;
  }

  .service-main__inner::before {
    display: none;
  }

  .service-main__content {
    background-color: #ff6800;
    position: relative;
    overflow: hidden;
    padding: 30px;
    border-radius: 30px;
    max-width: 100%;
  }

  .service-main__content::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -300px;
    left: 300px;
    bottom: 0;
    /* background: #3e93ff;
    background: linear-gradient(
      244deg,
      #3e93ff 24.11%,
      rgba(62, 147, 255, 0) 49.83%
    ); */
    background: linear-gradient(244deg, #ff7c22 24.11%, #ff6800 49.83%);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 30px;
    z-index: 1;
  }

  .service-main__form {
    margin: 0;
    max-width: 100%;
    padding: 0;
    border-radius: 0;
  }

  .service-main__block {
    flex-direction: column;
    width: 100%;
    z-index: 2;
  }

  .text__inner {
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-height: 980px;
  }

  .text__content {
    -webkit-transition: none;
    transition: none;
  }

  .documents__item {
    -ms-flex-preferred-size: calc((100% - 25px) / 2);
    flex-basis: calc((100% - 25px) / 2);
  }
}

@media (min-width: 600px) {
  .documents__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .documents__wrapper {
    margin-bottom: 40px;
  }

  .documents_swiper-pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }

  .pdf-link-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .documents__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.contact__title {
  text-align: center;
  margin-bottom: 30px;
}

.contact__subtitle {
  color: #828282;
  margin-bottom: 50px;
  text-align: center;
}

.contact__inner {
  display: flex;
  gap: 25px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact__item {
  -ms-flex-preferred-size: calc((100% - 50px) / 3);
  flex-basis: calc((100% - 50px) / 3);
  border-radius: 30px;
  background: #8f7dd6;
  background: linear-gradient(148deg, #917ddd 0, rgba(175, 154, 255, 0.4) 100%);
  overflow: hidden;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
  gap: 10px;
}

.contact__item a::after {
  width: 0;
  height: 2px;
  background-color: #fff;
  bottom: -2px;
  right: 0;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.contact__item a:hover::after,
.footer__link:hover::before {
  width: 100%;
}

.btn-to-top.btn-to-top_hide,
.calc__select-btn,
.contact__item .contact__btn::after {
  display: none;
}

.contact__item::before {
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 250%;
  background: #9180d4;
  background: linear-gradient(148deg, #8d7ccf 0, rgba(175, 154, 255, 0.4) 100%);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact__grafic::before,
.contact__mail::before {
  display: block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  content: "";
}

.contact__item_green,
.contact__item_purple {
  background: linear-gradient(244deg, #ff7c22 24.11%, #ff6800 49.83%);
}

.contact__item_green::before,
.contact__item_purple::before {
  background: #ff7c22;
}

.contact__item_blue {
  background: linear-gradient(244deg, #ff9e1d 24.11%, #ff9200 49.83%);
}

.contact__item_blue::before {
  background: #ff9e1d;
}

.contact__item-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  z-index: 2;
}

.contact__picture {
  z-index: 2;
  width: 30px;
  min-width: 30px;
}

.contact__grafic {
  z-index: 2;
  font-weight: 700;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  margin-bottom: 15px;
}

.contact__grafic::before {
  background: url("../img/icons/time.svg") center center/cover no-repeat;
}

.contact__phones {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  gap: 4px;
}

.contact__phones_bold {
  font-weight: 700;
}

.contact__btn {
  z-index: 2;
  padding: 18px 30px;
  border-radius: 30px;
}

.contact__btn:hover {
  background-color: #fff;
  color: #9180d4;
}

.contact__mail {
  z-index: 2;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  margin-bottom: 15px;
}

.contact__mail::before {
  background: url("../img/icons/mail.svg") center center/cover no-repeat;
}

.contact__item .footer__requisite,
.contact__requisites {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 1205px) {
  .contact__grafic {
    max-width: 70%;
  }
}

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

  .contact__item {
    -ms-flex-preferred-size: calc((100% - 25px) / 2);
    flex-basis: calc((100% - 25px) / 2);
  }

  .contact__grafic {
    max-width: 100%;
  }

  .contact__item:first-of-type {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .contact__item:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .contact__item:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 360px) {
  .article__social-item {
    width: 46px;
    height: 46px;
    min-width: 46px;
  }

  .contact__grafic {
    font-size: 12px;
  }
}

.footer {
  color: #fff;
  background-color: #3a4470;
  padding-top: 100px;
}

.footer__top-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #4f5b94;
}

.footer__link::before {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.footer__top-content_left {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 25px;
  width: 100%;
  max-width: 507px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__logo-wrapper,
.footer__top-social {
  width: 100%;
  max-width: 180px;
}

.footer__top-phones {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  font-weight: 700;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__top-address,
.footer__top-social {
  gap: 5px;
  display: flex;
}

.footer__top-social_icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  padding: 5px;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
}

.footer__top-address,
.footer__top-content_right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  width: 100%;
}

.footer__top-address {
  max-width: 250px;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__top-address_btn,
.footer__top-mail {
  font-weight: 700;
}

.footer__top-content_right {
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 670px;
}

.footer__form {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
  row-gap: 12px;
}

.city li,
.footer__form-text,
.footer__form>*,
.footer__requisites,
.footer__top-links,
.politic__inner ol,
.politic__inner ul,
.popup__body,
.popup__search {
  display: -webkit-box;
  display: -ms-flexbox;
}

.footer__form>* {
  -ms-flex-preferred-size: calc((100% - 25px) / 2);
  flex-basis: calc((100% - 25px) / 2);
  height: 54px;
  display: flex;
}

.footer__input {
  padding: 0 30px;
  color: #9a9a9a;
  border-radius: 100px;
  background-color: #fff;
  font-size: 16px;
}

.footer__input::-webkit-input-placeholder {
  color: #9a9a9a;
}

.footer__input::-moz-placeholder {
  color: #9a9a9a;
}

.footer__input:-ms-input-placeholder {
  color: #9a9a9a;
}

.footer__input::-ms-input-placeholder {
  color: #9a9a9a;
}

.footer__input::placeholder {
  color: #9a9a9a;
}

.footer__form-text {
  font-size: 22px;
  font-weight: 700;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__btn {
  font-size: 16px;
  font-weight: 500;
}

.footer__btn:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.footer__top-links {
  display: flex;
  gap: 40px;
  font-size: 16px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer__center {
  padding-top: 40px;
  padding-bottom: 80px;
}

.footer__center-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer__nav-link {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}

.footer__nav-item {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 25px;
}

.footer__nav-submenu {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  line-height: 1;
  font-size: 16px;
}

.footer__bottom {
  padding: 60px 0;
  background-color: #fff;
}

.footer__requisites {
  color: #313131;
  font-size: 16px;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.footer__bottom-text {
  color: #828282;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 1200px) {
  .article__sidebar {
    display: none;
  }

  .article__content {
    max-width: 100%;
  }

  .footer__nav-submenu-link {
    font-size: 14px;
  }

  .footer__top-content_left {
    max-width: 400px;
    gap: 10px;
  }

  .footer__top-social {
    max-width: 170px;
  }
}

@media (max-width: 1060px) {
  .footer__nav-submenu-link {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {

  .doctor__inner,
  .footer__center-container,
  .footer__form,
  .footer__requisites,
  .footer__top-container,
  .form-second__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .footer__nav-submenu,
  .form-first__picture,
  .main-form__picture {
    display: none;
  }

  .form-first__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    gap: 30px;
  }

  .form-first__content,
  .form-first__item {
    padding-bottom: 0;
  }

  .form-second__item {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-second__item>* {
    height: 57px;
    min-height: 57px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .main-form__content {
    width: 100%;
  }

  .all-doctors__item,
  .garant__item {
    -ms-flex-preferred-size: calc((100% - 25px) / 2);
    flex-basis: calc((100% - 25px) / 2);
  }

  .doctor__inner {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .doctor__picture {
    max-height: 300px;
    min-height: 300px;
  }

  .doctor__item {
    max-width: 100%;
  }

  .where-work__inner {
    padding-top: 130px;
    position: relative;
  }

  .where-work__title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .stage__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .stage__item {
    -ms-flex-preferred-size: calc((100% - 40px) / 3);
    flex-basis: calc((100% - 40px) / 3);
  }

  .footer__requisites {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__center-container,
  .footer__top-container {
    -ms-flex-direction: column;
  }

  .footer__center-container {
    flex-direction: column;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__center {
    padding-bottom: 30px;
    padding-top: 0;
  }

  .footer__top-container {
    border: none;
    padding-bottom: 20px;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    padding-top: 40px;
  }

  .footer__form {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__form>* {
    height: 54px;
    min-height: 54px;
  }

  .footer__form-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__input-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer__input-tel {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer__btn {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .footer__top-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 620px) {
  .footer__logo-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 120px;
  }

  .footer__top-phones {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer__top-address {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: left;
    gap: 15px;
    max-width: 150px;
    font-size: 14px;
    white-space: normal;
  }

  .footer__top-address_btn {
    text-align: left;
  }

  .footer__top-chart {
    font-size: 12px;
  }

  .footer__top-mail {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    font-size: 14px;
  }

  .footer__top-social {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer__top-content_left {
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__top-social_icon {
    height: 40px;
    width: 40px;
    min-width: 40px;
  }

  .footer__top-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__bottom {
    padding: 30px 0;
  }

  .footer__requisites {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .footer__bottom-text {
    font-size: 12px;
  }

  .footer__requisite {
    text-align: center;
  }
}

.politic h1,
.popup-first,
.popup-fourth,
.popup-fourth__title,
.popup__subtitle,
.popup__title {
  text-align: center;
}

@media (max-width: 400px) {
  .footer__form-text {
    font-size: 18px;
    min-height: 40px;
    height: 40px;
  }

  .footer__nav-link {
    font-size: 16px;
  }

  .footer__top-address {
    max-width: 138px;
  }
}

@media (max-width: 350px) {
  .footer__top-address {
    max-width: 100px;
    font-size: 12px;
  }
}

.politic h1 {
  margin-bottom: 10px;
  font-size: 80px;
  line-height: 1.1;
}

.politic h3 {
  font-size: 24px;
}

.politic__inner ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.politic__inner ol li,
.politic__inner ul li {
  -webkit-box-align: center;
  display: -webkit-box;
}

.politic__inner ul li {
  gap: 10px;
  -ms-flex-align: center;
  align-items: center;
}

.politic__inner ol,
.popup__content {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}

.politic__inner ul li::before {
  display: block;
  content: "";
  background-color: #4a7dc8;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.politic__inner ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  counter-reset: list 0;
}

.calc__form .section-title,
.politic__inner ol p,
.popup__title {
  margin-bottom: 0;
}

.politic__inner ol li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.politic__inner ol li a {
  color: #2bb038;
}

.politic__inner ol li::before {
  display: block;
  content: counter(list) ".";
  counter-increment: list;
  color: #171717;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 1024px) {
  .politic h1 {
    font-size: 56px;
  }

  .politic h2 {
    font-size: 24px;
  }

  .politic h3 {
    font-size: 20px;
  }

  .politic__inner {
    gap: 15px;
  }
}

@media (max-width: 700px) {

  .form-first__inner,
  .main-form__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .form-classic__inner: before {
    min-height: auto;
    height: 320px;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    left: 0;
    top: auto;
    bottom: 0;
    width: 1000px;
  }

  .form-first__inner {
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-bottom: 100px;
  }

  .form-first__content {
    max-width: 100%;
    position: static;
  }

  .certificates__img,
  .form-first__item {
    max-width: 100%;
  }

  .form-first__polytic {
    position: absolute;
    left: 30px;
    right: 30px;
    z-index: 5;
    bottom: 30px;
  }

  .main-form__flex {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .main-form__flex>* {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 54px;
    min-height: 54px;
  }

  .main-form__label {
    height: 54px;
    margin-bottom: 5px;
  }

  .main-form__select {
    padding-left: 30px;
  }

  .garant__item,
  .programs__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .garant__inner {
    gap: 20px;
  }

  .how__form {
    padding-top: 80px;
  }

  .stage__item {
    -ms-flex-preferred-size: calc((100% - 20px) / 2);
    flex-basis: calc((100% - 20px) / 2);
  }

  .politic h1 {
    font-size: 32px;
  }

  .politic h2 {
    font-size: 22px;
  }

  .politic__inner {
    gap: 10px;
  }
}

.popup {
  background: rgba(23, 23, 23, 0.5);
  height: 100vh;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 40%;
  z-index: 10300;
  -webkit-transition: width 0.4s, opacity 0.2s;
  transition: width 0.4s, opacity 0.2s;
  overflow-y: auto;
}

.popup__body {
  width: 100%;
  min-height: 100%;
  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: 60px 15px 20px;
}

.popup.open {
  opacity: 1;
  pointer-events: all;
  width: 100%;
}

.popup__content {
  width: 100%;
  max-width: 870px;
  color: #fff;
  border-radius: 20px;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  padding: 40px 100px;
  overflow: hidden;
  background: #ff6800;
}

.popup__btn,
.popup__form input {
  background-color: #fff;
  font-size: 16px;
}

.popup__content>span {
  font-size: 13px;
  opacity: 0.55;
}

.popup__content::before {
  display: block;
  content: "";
  width: 1200px;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 40px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
  background: #ff6800;
  background: linear-gradient(244deg, #ff7c22 24.11%, #ff6800 49.83%);
}

.popup__title {
  width: 100%;
  z-index: 103;
  color: #fff;
}

.popup__subtitle {
  margin-bottom: 30px;
  display: block;
  z-index: 103;
}

.popup__subtitle a.popup__link {
  text-decoration: underline;
  font-weight: 700;
}

.popup__form {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 103;
}

.popup__form input {
  width: 100%;
  max-width: 400px;
  border-radius: 30px;
  padding: 15px 30px;
  color: #8895b2;
}

.popup__form input::-webkit-input-placeholder {
  color: #8895b2;
}

.popup__form input::-moz-placeholder {
  color: #8895b2;
}

.popup__form input:-ms-input-placeholder {
  color: #8895b2;
}

.popup__form input::-ms-input-placeholder {
  color: #8895b2;
}

.popup__form input::placeholder {
  color: #8895b2;
}

.popup__btn {
  max-width: 255px;
  z-index: 103;
  color: #4a4a4a;
  height: 50px;
  width: 100%;
  border: 2px solid #fff;
}

.popup__btn:hover {
  background-color: transparent;
  color: #fff;
}

.city li a::before,
.popup__politic a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff;
  bottom: -2px;
  left: 0;
  right: 0;
  position: absolute;
  display: block;
}

.popup__politic {
  font-size: 16px;
  font-weight: 300;
}

.popup__politic a::before {
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.city li a.active::before,
.city li a:hover::before,
.popup__politic a:hover::before {
  width: 100%;
}

.popup-first {
  max-width: 875px;
  gap: 10px;
}

.popup-fourth {
  max-width: 560px;
  padding: 20px 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-fourth__subtitle {
  margin-bottom: 10px;
  text-align: center;
}

.popup-third {
  padding: 45px 50px;
  height: 100%;
  min-height: 30vh;
  max-width: 535px;
  border-radius: 40px;
}

.popup-change {
  padding: 20px 70px;
  max-width: 800px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews__item_original {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  z-index: 2;
}

.city {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 10;
  max-height: 220px;
  overflow-y: auto;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 300px;
}

.city::-webkit-scrollbar {
  width: 6px;
}

.city::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
}

.city li {
  -ms-flex-preferred-size: calc((100% - 20px) / 2);
  flex-basis: calc((100% - 20px) / 2);
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.city li a {
  line-height: 1;
  font-weight: 600;
}

.city li a::before {
  border-radius: 5px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.close-popup {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 100000;
  width: 25px;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  opacity: 0.7;
}

.close-popup:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
}

.close-popup img {
  width: 25px;
}

.popup__form-search {
  width: 100%;
  z-index: 10;
}

.popup__search {
  height: 50px;
  border-radius: 30px;
  padding: 0 20px;
  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;
  background-color: #dde4f4;
  width: 100%;
  margin-bottom: 10px;
}

.popup__search input {
  padding: 15px 0;
  width: 100%;
  background-color: transparent;
}

@media (max-width: 800px) {
  .intro__cost {
    font-size: 22px;
  }

  .intro__content {
    padding: 45px 30px;
  }

  .intro__item_right {
    padding-right: 0;
  }

  .intro__link {
    padding-right: 20px;
  }

  .intro__btn {
    padding: 14px 40px;
    font-size: 18px;
    height: 50px;
  }

  .popup__form,
  .where-work__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .popup__form>*,
  .where-work__map {
    max-width: 100%;
  }

  .where-work__inner {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .all-reviews__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .all-reviews__wrapper {
    margin-bottom: 40px;
  }

  .all-reviews_swiper-pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }

  .all-reviews__inner {
    padding: 15px 15px 0;
  }

  .all-reviews__container {
    padding: 0;
  }

  .all-reviews_breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
  }

  .popup-third {
    padding: 15px 20px;
    border-radius: 15px;
  }

  .popup__content {
    gap: 15px;
  }

  .popup__form {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .popup__form>* {
    width: 100%;
    min-height: 50px;
  }
}

@media (max-width: 550px) {

  .gallery_swiper-pag,
  .service_swiper-pag {
    display: -webkit-box;
    display: -ms-flexbox;
  }

  .doctors__inner,
  .reviews__inner,
  .stocks__inner {
    position: relative;
  }

  .about__numbers-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about__numbers-item,
  .garant__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }

  .about__numbers-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
  }

  .about__pagination {
    max-width: 150px;
  }

  .garant__item {
    padding: 0;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .article__author-item,
  .article__footer,
  .city,
  .doctor__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .service__wrapper {
    padding: 0 15px 15px;
  }

  .service__inner {
    margin-bottom: 30px;
  }

  .service_swiper-pag {
    display: flex;
  }

  .service__container {
    padding: 0;
  }

  .service__item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-left: 20px;
  }

  .doctors__picture {
    max-height: 400px;
    min-height: 400px;
    margin-bottom: 20px;
  }

  .article__text,
  .doctor__content,
  .doctors__item,
  .info__item {
    gap: 10px;
  }

  .article__text h2,
  .doctor__content h2,
  .doctors__name,
  .info__item-title,
  .problems__subtitle {
    font-size: 18px;
  }

  .doctors_swiper-pag {
    bottom: 90px;
  }

  .doctors__slider {
    margin-bottom: 130px;
  }

  .doctor__btns {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .certificates__img,
  .certificates__img img {
    min-height: 470px;
    max-height: 470px;
  }

  .certificates__inner {
    position: relative;
    padding-bottom: 100px;
  }

  .certificates_swiper-pag,
  .reviews_swiper-pag,
  .stocks_swiper-pag {
    bottom: 0;
  }

  .where-work__content {
    gap: 20px;
  }

  .where-work__content-item {
    -ms-flex-preferred-size: calc((100% - 20px) / 2);
    flex-basis: calc((100% - 20px) / 2);
  }

  .info__text,
  .popup__politic,
  .popup__subtitle {
    margin-bottom: 10px;
  }

  .stocks__inner {
    padding-bottom: 90px;
  }

  .stocks__slide {
    padding: 30px;
  }

  .reviews__inner {
    padding-bottom: 70px;
  }

  .reviews__slide {
    height: auto;
  }

  .reviews__item {
    height: 100%;
  }

  .all-reviews__doctor-prof_current {
    font-size: 12px;
  }

  .all-reviews__doctor-name,
  .article__preview p,
  .problems__link {
    font-size: 14px;
  }

  .more-numbers__item {
    padding: 30px;
    gap: 20px;
  }

  .more-numbers__number,
  .problems__title {
    font-size: 28px;
  }

  .more-numbers__number::before {
    display: none;
  }

  .more-numbers__text {
    max-width: 100%;
    font-weight: 500;
  }

  .stage__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    gap: 10px;
  }

  .stage__picture {
    max-height: 350px;
    min-height: 350px;
  }

  .stage__text {
    max-width: 100%;
    font-size: 18px;
  }

  .gallery__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .gallery_swiper-pag {
    display: flex;
    padding-bottom: 20px;
  }

  .gallery__wrapper {
    margin-bottom: 40px;
  }

  .vacancy__name {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vacancy__name::after {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: url("../img/icons/arrow-btn.svg") center center/cover no-repeat;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }

  .vacancy__name.panel-active::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .vacancy__content-body {
    display: none;
    margin-top: -50px;
  }

  .vacancy__content-body.active {
    -webkit-animation: 0.2s vacancyAnimation;
    animation: 0.2s vacancyAnimation;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }

  .vacancy__btn {
    max-width: 100%;
  }

  .vacancy__item {
    padding-bottom: 30px;
  }

  .vacancy__inner {
    gap: 30px;
  }

  .article__preview picture {
    float: none;
    width: 100%;
    max-width: 100%;
    max-height: 160px;
  }

  .article__content h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .article__author-item {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .article__author {
    padding: 0;
    border: 0;
  }

  .article__author-prof,
  .popup__form>span {
    font-size: 12px;
  }

  .article__author-date {
    font-size: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px;
    min-width: auto;
  }

  .article__text img {
    max-height: 160px;
  }

  .article__footer {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .problems__phone {
    color: #c0c5da;
  }

  .problems__phone a {
    color: #fff;
  }

  .popup__politic {
    font-size: 12px;
    min-height: auto;
  }

  .popup-change {
    padding: 20px 30px;
  }

  .popup__form input {
    padding: 15px 20px;
  }

  .popup-first,
  .popup-fourth {
    padding: 20px;
  }

  .close-popup {
    top: 15px;
    right: 15px;
    width: 20px;
    min-width: 20px;
    height: 20px;
  }

  .popup__form-btn {
    margin-bottom: 5px;
  }

  .city {
    max-height: 305px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.btn-to-top {
  cursor: pointer;
  position: fixed;
  z-index: 100;
  bottom: 50px;
  left: 50px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: initial;
  opacity: 1;
  transform: translateY(0);
  background-color: transparent;
  transition: opacity 0.2s, transform 0.2s;
}

.btn-to-top.btn-to-top_hiding {
  opacity: 0;
  transform: translateY(100px);
}

.calc-wrapper__grid {
  display: grid;
  grid-template-columns: 2.65fr 1fr;
  column-gap: 20px;
}

.calc__form {
  display: flex;
  flex-direction: column;
  gap: 45px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.08);
  padding: 50px 66px;
}

.calc__title_min {
  color: #828282;
  font-size: 16px;
}

.calc__label-wrapper {
  display: grid;
  border-radius: 100px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 4px;
}

.calc__btn {
  border-radius: 100px;
}

.calc__label-wrapper_2 {
  grid-template-columns: repeat(2, 1fr);
}

.calc__label-wrapper_3 {
  grid-template-columns: repeat(3, 1fr);
}

.calc__title {
  color: #828282;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
}

.calc__title_color {
  color: #4a4a4a;
}

.calc__label {
  cursor: pointer;
  position: relative;
}

.calc-range__input {
  -webkit-appearance: none;
  appearance: none;
  background: 0 0;
  cursor: pointer;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 2px 30px;
  height: 2px;
}

.calc-range__input:focus {
  outline: 0;
}

.calc-range__input::-webkit-slider-runnable-track {
  background-color: #ff6800;
  border-radius: 10px;
  height: 2px;
}

.calc-range__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -10px;
  border-radius: 100%;
  background-color: #fff;
  height: 20px;
  width: 20px;
  outline: #ff6800 solid 7px;
  outline-offset: -7px;
}

.calc-range__input:focus::-webkit-slider-thumb {
  background-color: #fff;
}

.calc-range__input::-moz-range-track {
  background-color: #ff6800;
  border-radius: 10px;
  height: 2px;
}

.calc-range__input::-moz-range-thumb {
  border: none;
  border-radius: 100%;
  background-color: #fff;
  height: 20px;
  width: 20px;
  outline: #ff6800 solid 7px;
  outline-offset: -7px;
}

.calc-range__input:focus::-moz-range-thumb {
  background-color: #fff;
}

.calc-radio__text-wrap {
  padding: 14px 20px;
  border-radius: 50px;
  transition: background-color 0.2s;
}

.calc-radio__input:checked+.calc-radio__text-wrap {
  background-color: #ff6800;
}

.calc-radio__input:checked+.calc-radio__text-wrap .calc-radio__text {
  color: #fff;
}

.calc-radio__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

.opinion_all_text h2,
.opinion_img .opinion_text p:first-child {
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.calc-range {
  display: flex;
  padding: 24.5px 0;
  outline: #e6e6e6 solid 1px;
  border-radius: 100px;
  outline-offset: -2px;
}

.calc-range__value {
  position: absolute;
  top: 5px;
  transform: translate(0, 50%);
  left: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.calc__range-values {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.calc-range-value {
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
}

.calc-result__wrap {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: rgba(255, 104, 0, 0.1);
  width: 100%;
  padding: 25px 30px;
}

.calc__title_big {
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  color: #4a4a4a;
}

.calc-result__price {
  color: #ff6800;
  font-size: 28px;
  font-weight: 800;
  line-height: 30px;
}

.calc-result__btn {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.calc-wrapper.section-offset {
  margin-bottom: 120px;
}

.calc__select-btn {
  width: 100%;
  font-weight: 600;
  line-height: 20px;
  border-radius: 100px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 15px 20px;
}

.calc__range-values_mobile {
  display: none;
}

@media (max-width: 1270px) {

  .calc-wrapper__grid,
  .calc__form {
    row-gap: 20px;
  }

  .calc-wrapper__grid,
  .calc__label-wrapper_2,
  .calc__label-wrapper_3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .calc__btn_grid_open,
  .calc__select {
    display: grid;
  }

  .calc__select-btn {
    display: block;
    position: relative;
    text-align: left;
    grid-area: 1/-1;
    align-self: self-start;
  }

  .calc__select-btn img {
    position: absolute;
    width: 20px;
    height: 10px;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
  }

  .calc__range-values {
    display: none;
  }

  .calc__range-values_mobile {
    display: flex;
  }

  .calc__form {
    padding: 20px 25px;
    column-gap: 0;
  }

  .calc-radio__text-wrap {
    padding: 0 18px 20px;
    border-radius: 50px;
  }

  .calc-radio__input:checked+.calc-radio__text-wrap {
    background-color: #fff;
  }

  .calc-radio__input:checked+.calc-radio__text-wrap .calc-radio__text {
    color: #4a4a4a;
  }

  .calc-radio__text {
    text-align: left;
  }

  .calc__label-wrapper {
    display: none;
    grid-area: 1/-1;
    border-radius: 25px;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding-top: 56px;
    margin-top: 10px;
  }
}

.calc-site-btn {
  background: #ff9200;
  display: flex;
  align-items: center;
  padding: 4px 25px 4px 4px;
  gap: 15px;
  position: fixed;
  bottom: 20%;
  right: 0;
  border-radius: 10px 0 0 10px;
  z-index: 100;
}

.calc-site-btn__text {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.calc-mobile-btn {
  position: fixed;
  right: 55px;
  z-index: 99;
  bottom: 150px;
  display: none;
}

.calc-mobile-btn__item {
  position: relative;
  background: #ff6800;
  padding: 13px;
  border-radius: 50%;
}

.calc-mobile-btn__bg {
  scale: 1.2;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #4d230a;
  border-radius: 50%;
  opacity: 0.2;
}

@media (hover: hover) {
  .calc-site-btn: hover {
    opacity: 0.8;
  }
}

@media (max-width: 768px) {
  .calc-site-btn {
    display: none;
  }

  .calc-mobile-btn {
    display: flex;
  }
}

.content__inner {
  box-shadow: 0 5px 30px 0 #0000001a;
  border-radius: 20px;
}

.content__content-title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}

.content__content ul {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  flex-direction: column;
  list-style: none;
}

.content__content ul li:before {
  content: "—";
  position: relative;
  left: -5px;
  color: #ff6800;
}

.content__content ul li:hover {
  color: #ff6800;
  text-decoration: underline;
}

@media (max-width: 550px) {
  .content__inner {
    padding: 20px;
  }

  .content__content-title {
    font-size: 20px;
  }
}

.post__reviewer-spec,
.posted__date {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
}

.post__inner {
  display: flex;
  justify-content: space-between;
  padding: 30px 50px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.post__img {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  object-fit: cover;
}

.post__reviewer {
  display: flex;
  gap: 25px;
  margin: 25px 0;
  align-items: center;
}

.posted__date {
  color: #828282;
}

@media (max-width: 900px) {
  .post__inner {
    flex-direction: column;
    padding: 20px 15px;
  }

  .post__item:last-child {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #4a4a4a1a;
  }

  .posted__date {
    font-size: 12px;
  }
}

.new_pro_btn,
.new_pro_btn2 {
  line-height: 1;
  white-space: nowrap;
  font-size: 15px;
  gap: 5px;
  margin-bottom: 50px;
  cursor: pointer;
}

.page-404__container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

.page-404__container .code-404-page {
  font-size: 89px;
  font-weight: 700;
  line-height: 102px;
  text-align: center;
  color: #ff6800;
  display: block;
  margin-bottom: 15px;
}

.article__text h2,
.article__text p {
  margin-bottom: 20px;
}

.page-404__container .code-404__sub-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  color: #3a4470;
  margin-bottom: 20px;
}

.page-404__container .code-404__recommendations {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #4a4a4a;
}

.page-404__container .code-404__recommendations a {
  font-weight: 700;
}

.page-404__recommendations.grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 60px;
}

.page-404__recommendations.grid .recommendation__link {
  width: 100%;
  max-width: 326px;
  min-width: 284px;
  background-color: #f6f6f6;
  border-radius: 26px;
  padding: 18px 37px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #4a4a4a;
  position: relative;
}

.page-404__recommendations.grid .recommendation__link::after {
  content: "";
  background-image: url("/netcat_template/template/detoxcity/assets/img/arrow-btn-icons.svg");
  width: 61px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.page-404__recommendations-page {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 50px;
}

.page-404__recommendations-page .recommendation__page {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #fff;
  background-color: #ff6800;
  padding: 18px 94px;
  border-radius: 100px;
}

@media (max-width: 704px) {
  .page-404__recommendations.grid {
    flex-wrap: nowrap;
    overflow-y: overlay;
  }

  .page-404__recommendations.grid::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}

.header__bottom {
  border-radius: 80px;
}

@media (min-width: 1401px) {
  .header__bottom.active {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 1000;
  }

  .header__bottom.active,
  .header__bottom.active .header-nav {
    border-radius: 0;
  }
}

.header__bottom.active {
  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: 1px solid #d8d8d8;
  -webkit-transition: border-radius 0.2s;
  -o-transition: border-radius 0.2s;
  transition: border-radius 0.2s;
}

.header__bottom .container__header_scroll .header_scroll__btn {
  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: 12px;
}

.header__bottom .container__header_scroll,
.service-main__more--mob,
.works__list {
  display: none;
}

.header__bottom.active .container__header_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 40px;
  padding-right: 18px;
}

.header__bottom .container__header_scroll .header__scrol-phone {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #494949;
  padding: 0 24px;
  height: 46px;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  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;
}

.header__bottom .container__header_scroll .header__top-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.header__bottom.active .header__top-info_active {
  font-size: 17px;
  line-height: 23px;
}

.header__bottom.active .header-nav {
  border: 0;
}

@media (max-width: 1870px) {
  .header__bottom.active .container__header_scroll {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    padding-right: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.new_pro_btn {
  background-color: #b34b00;
  border: 1px solid #b34b00;
  color: #fff;
  transition: color 0.2s, background-color 0.2s, scale 0.5s, border-color 0.2s;
  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;
  height: 40px;
  border-radius: 100px;
}

.new_pro_btn2 {
  width: 100%;
  background-color: #ff6800;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: color 0.2s, background-color 0.2s, scale 0.5s,
    border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, scale 0.5s, border-color 0.2s;
  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;
  height: 50px;
  border-radius: 100px;
}

@media (min-width: 760px) {
  .all-certificates__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .new_pro_btn,
  .new_pro_btn2 {
    display: none;
  }
}

.content__button {
  padding: 12px 52px;
  color: #ff6800;
  border: 1px solid #ff6800;
  border-radius: 100px;
  cursor: pointer;
  margin-bottom: 16px;
}

.content__button-svg {
  transform: rotate(180deg);
  margin-left: 10px;
  margin-right: 10px;
  transition: 0.5s;
}

.content__button-svg_activ {
  transform: rotate(360deg);
  transition: 0.5s;
}

.content__content-list {
  max-height: 25px;
  overflow: hidden;
  transition: 0.5s;
}

@media (max-width: 500px) {
  .content__content-list {
    max-height: 40px;
  }
}

@media (max-width: 717px) {
  .content__button {
    padding: 17.5px 52px;
    width: 100%;
    margin-bottom: 16px;
  }

  .content__inner {
    padding: 1px 20px 20px;
  }
}

.content__inner {
  padding: 20px 40px 40px;
}

.opinion .container {
  display: flex;
  flex-direction: row;
  gap: 60px;
}

.opinion_all_text {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}

.opinion_all_text h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  color: #3a4470;
}

.opinion_all_img a,
.opinion_all_text .opinion_text2 p,
.opinion_img .opinion_text p,
.ropot {
  font-weight: 500;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.content_opinion {
  -webkit-line-clamp: 2000 !important;
  transition: 1s ease-out;
}

.opinion_all_text .opinion_text2 {
  display: -webkit-box;
  -webkit-line-clamp: 19;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 1s ease-out;
}

.opinion_all_text .opinion_text2 p {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 27.32px;
  color: #4a4a4a;
}

.ropot {
  width: 271px;
  height: 61px;
  top: 497px;
  left: 277px;
  padding: 18px 30px 18px 40px;
  gap: 20px;
  border-radius: 30px;
  border: 1px solid #ff6800;
  font-size: 18px;
  line-height: 24.59px;
  color: #ff6800;
}

.spis_litra,
.spis_litra_usl {
  font-size: 26px;
  font-weight: 700;
}

.opinion img,
.opinion_img {
  border-radius: 20px;
  max-width: 438px;
  object-fit: contain;
}

.ropot::before {
  content: url(Vector.svg);
}

.opinion_img .opinion_text {
  position: absolute;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 17px;
  backdrop-filter: blur(10px);
  padding: 20px 25px;
}

.opinion_img .opinion_text p:first-child {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
}

.opinion_img .opinion_text p {
  font-size: 16px;
  line-height: 21.86px;
  color: #ffffffcc;
}

.opinion_all_img {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.opinion_all_img a {
  width: 438px;
  height: 61px;
  top: 497px;
  left: 1207px;
  padding: 18px 94px;
  gap: 10px;
  border-radius: 100px;
  font-size: 24px;
  color: #fff;
  background: #ff6800;
}

.article__text a,
.works__list a:hover {
  color: #ff6800;
}

.content__button-svg_activ2 {
  rotate: 180deg;
}

@media (max-width: 717px) {
  .opinion .container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .opinion_all_text h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .opinion_all_text .opinion_text2 p {
    font-size: 16px;
    line-height: 22px;
  }

  .opinion img {
    border-radius: 16px;
    max-width: 100%;
  }

  .opinion_img .opinion_text p:first-child {
    font-size: 20px;
    line-height: 26px;
  }

  .opinion_img .opinion_text p {
    font-size: 14px;
    line-height: 18px;
  }

  .opinion_img .opinion_text {
    bottom: 38px;
  }

  .opinion_all_img a {
    width: 100%;
    padding: 18px 0;
    font-size: 18px;
    text-align: center;
  }
}

.new_pro_btn2--color {
  color: #ff9200;
  background-color: #fff;
}

.new_pro_btn2--color img {
  background: #ff9200;
  border-radius: 100%;
}

@media (max-width: 760px) {
  .all-certificates__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .all-certificates_swiper-pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }

  .all-certificates__wrapper {
    margin-bottom: 40px;
  }

  .contact__inner {
    gap: 20px;
  }

  .contact__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 30px 15px 15px;
  }

  .contact__item:before {
    height: 1000px;
    left: 50%;
    width: 50%;
    top: -100px;
  }

  .contact__subtitle {
    margin-bottom: 30px;
  }

  .contact__title {
    margin-bottom: 15px;
  }

  .page-404__container .code-404-page {
    font-size: 74px;
    line-height: 96px;
    margin-bottom: 10px;
  }

  .page-404__container .code-404__sub-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .page-404__container .code-404__recommendations {
    font-size: 16px;
    line-height: 21px;
  }

  .page-404__recommendations-page .recommendation__page {
    font-size: 18px;
    line-height: 24px;
    padding: 16px 94px;
  }

  .service-main__more--mob {
    display: block;
  }

  .new_pro_btn2--color {
    margin-bottom: 10px;
  }
}

.spis_litra {
  color: #3a4470;
}

.spis_margin {
  margin-left: 20px;
}

.article__text {
  display: block;
}

.article__text h2 {
  margin-top: 30px;
}

.article__text h2:first-of-type {
  margin-top: 10px;
}

.article__text h3,
.article__text h4,
.article__text ol,
.article__text ul {
  margin: 20px 0;
}

.article__text img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
  max-height: 350px;
  margin: 20px 0;
}

.article__editor {
  margin-bottom: 50px;
  font-weight: 500;
  text-align: right;
}

.article__editor a {
  color: #ff6800;
  transition: 0.3s;
}

.works__title {
  display: flex;
  align-items: center;
  gap: 35px;
  cursor: pointer;
}

.header-mobile__top,
.works__list.active {
  flex-direction: column;
}

.works__title::after {
  content: "";
  display: block;
  min-width: 18px;
  width: 18px;
  height: 18px;
  border-bottom: 3px solid #3a4470;
  border-right: 3px solid #3a4470;
  transform: rotate(45deg);
}

.works__title.panel-active::after {
  transform: rotate(225deg);
}

.works__list.active {
  display: flex;
  gap: 16px;
}

.works__list a {
  display: flex;
  gap: 10px;
  color: #3a4470;
  transition: 0.3s;
}

.works__list a::before {
  content: "";
  display: block;
  min-width: 8px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #ff6800;
  margin-top: 8px;
}

@media (max-width: 650px) {
  .intro__content {
    padding: 30px;
    margin-bottom: 30px;
  }

  .intro__slide {
    -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;
  }

  .intro__item {
    max-width: 100%;
    gap: 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .intro__item_right {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 40px;
  }

  .intro_swiper-pag {
    margin-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .trend__item::after,
  .trend__picture {
    display: none;
  }

  .trend__content {
    width: 100%;
    padding: 0;
  }

  .trend__item {
    padding: 40px 30px;
  }

  .trend__text {
    max-width: 100%;
    font-size: 16px;
  }

  .trend__mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    font-size: 16px;
    position: relative;
  }

  .text__item h2,
  .trend__item-title {
    font-size: 18px;
  }

  .trend__mobile-btn::after {
    display: block;
    content: "";
    width: 36px;
    height: 23px;
    background: url("../img/intro/arrow.svg") center center/cover no-repeat;
    -webkit-transition: width 0.2s, margin 0.2s;
    transition: width 0.2s, margin 0.2s;
  }

  .trend__mobile-btn:hover::after {
    width: 46px;
    margin-right: -10px;
  }

  .advantages__item {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    gap: 20px;
  }

  .all-doctors__item,
  .dispelling__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .dispelling__inner,
  .text__inner {
    gap: 20px;
  }

  .dispelling__subtitle {
    text-align: center;
    margin-bottom: 30px;
  }

  .text__item {
    padding: 30px;
  }

  .text__content {
    gap: 10px;
  }

  .text__btn {
    height: auto;
    border: none;
    padding: 0;
    gap: 8px;
    font-size: 16px;
  }

  .text__btn::after {
    width: 8px;
    height: 8px;
  }

  .all-doctors__wrapper {
    margin-bottom: 40px;
  }

  .all-doctors_swiper-pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }

  .works__title {
    justify-content: space-between;
    gap: 20px;
    text-align: left;
  }

  .works__title::after {
    min-width: 14px;
    width: 14px;
    height: 14px;
  }
}

.header-mobile {
  border-radius: 0;
  padding: 15px 16px;
  gap: 5px;
}

.header-mobile__top-text {
  display: flex;
  align-items: center;
  gap: 2.5px;
  justify-content: end;
}

.header-mobile__popup-btn,
.header-mobile__top {
  gap: 4px;
  display: flex;
}

.header-mobile__top-text p:first-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #4a4a4a;
}

.header-mobile__top-text p:last-child {
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  padding: 2px 3px;
  background-color: #00d95f;
  display: inline-block;
  color: #fff;
  border-radius: 11.39px;
}

.header-mobile .header__logo {
  gap: 0;
  max-width: 103px;
  min-width: 103px;
}

.header__top-phones--mob {
  margin-right: 10px;
}

.header-mobile .header__logo picture {
  margin-right: 6px;
}

.logo picture {
  min-width: 19px;
  max-width: 19px;
  height: 19px;
}

.header__top-phones_panel-title {
  gap: 3px;
}

.header-mobile__popup-btn span {
  color: #828282;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.header-mobile__popup-btn svg {
  width: 13px;
}

.header-mobile__popup-btn .popup-btn__city-name,
.politic__inner a {
  color: #ff6800;
}

@media (max-width: 550px) {
  .header-mobile__top-text p:first-child {
    font-size: 9px;
  }

  .header-mobile_hide__bottom {
    top: 79px;
    width: 100%;
    padding: 0px 5px;
  }

  .header-mobile__popup-btn {
    font-size: 12px;
  }

  .header-mobile__top-text p:last-child {
    font-size: 8px;
  }
}

@media (max-width: 1400px) {
  .header__top-info {
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
  }

  .header__top-btns {
    flex-direction: column;
  }

  .header__top-right {
    flex-direction: row;
    gap: 20px;
  }

  .header__top-address {
    text-align: left;
  }
}

.bottom-info__wrapper {
  display: flex;
  align-items: center;
  margin: 10px auto;
  max-width: 328px;
  border-radius: 10px;
  position: fixed;
  inset: auto 0 0 0;
  z-index: 500;
  color: #fff;
  font: inherit;
  background-color: rgba(0, 0, 0, 0.73);
  opacity: 0;
  transition: opacity 0.3s;
}


.bottom-info__wrapper.active {
  opacity: 1;
}

.bottom-info__wrapper .bottom-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 15px 10px 20px;
  font-size: 13px;
}

.cookie-info__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  gap: 8px;
}

.bottom-info__wrapper .bottom-info__content {
  margin: 0 10px 0 0;
}

.bottom-info__content a {
  color: #52c5ff;
  transition: color 0.3s;
}

.bottom-info__content a:hover {
  color: #296de7;
}

.bottom-info__wrapper .bottom-info__action {
  display: flex;
}

.bottom-info__wrapper .bottom-info__button-agree {
  font-size: 0.9em;
  line-height: 2;
  font-weight: 500;
  color: #ff6800;
  display: block;
  border: none;
  cursor: pointer;
}

.bottom-info__content.popup-btn {
  text-decoration: underline;
}

.bottom-info__wrapper .bottom-info__button-cross {
  width: 28px;
  height: 28px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4em;
  background-color: transparent;
  border: none;
  margin-inline-start: 12px;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  .bottom-info__wrapper .bottom-info__button-cross {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

.bottom-info__button-cross::after {
  content: "\00D7";
  color: #999;
  line-height: 1;
  transition: color 0.3s;
}

.bottom-info__wrapper .bottom-info__button-cross:hover::after {
  color: #fff;
}

.slider-button.swiper-button-lock {
  cursor: not-allowed;
  opacity: 0.7;
}

@media screen and (width>1200px) {
  .certificates .certificates_swiper-pag {
    display: none;
  }
}

.facts__container {
  display: flex;
  overflow: hidden;
  position: relative;
}

.facts__card {
  padding: 50px 60px;
  border-radius: 30px;
  background-color: #F6F6F6;
  height: 100%;
}

.facts__card-header {
  font-weight: 700;
  font-size: 68px;
  line-height: 68px;
  color: #FF6800;
  margin-bottom: 10px;
}

.facts__card-subheader {
  max-width: 488px;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #3A4470;
  margin-bottom: 30px;
}

.facts__card-text {
  font-weight: 500;
  font-size: 18px;
  color: #4A4A4A;
  margin-bottom: 30px;
}

.facts__link a {
  display: block;
  background-color: #FFFFFF;
  border-radius: 100px;
  padding: 8px 0px;
  padding-left: 18px;
  width: 100%;
  transition: 0.3s all;
  font-weight: 500;
  font-size: 16px;
  color: #FF6800;
  text-decoration: none;
  transition: 0.3s all;
}


.facts__link:hover a {
  color: #FFFFFF;
  background-color: #FF6800;
}

.facts-swiper .swiper-slide {
  height: 100%;
}

.facts_swiper-pag {
  margin-top: 30px;
  gap: 30px !important;
}

@media (max-width: 948px) {
  .facts__card {
    padding: 30px;
  }

  .facts__card-header {
    line-height: 110%;
    font-size: 32px;
    margin-bottom: 15px;
  }

  .facts__card-subheader {
    line-height: 120%;
    font-size: 18px;
  }

  .facts__card-text {
    line-height: 140%;
  }

  .facts__link a {
    padding: 8px 16px;
    font-size: 13px;
  }
}

.header__chat {
  transform: translateY(30px);
}

.header-mobile {
  padding-bottom: 33px;
}

.header__top-phones_mobile {
  display: none;
  position: absolute;
  justify-content: space-between;
  width: 100%;
  left: 0;
}

.header__chat--mob {
  display: none;
}

@media (max-width: 550px) {
  .header__top-phone {
    padding: 15px 21px;
  }

  .header__top-phones_panel-title,
  .header__top-phones_wrapper {
    display: none;
  }

  .header__top-phones_wrapper {
    display: none;
  }

  .header__chat--mob {
    display: block;
    transform: translateY(4px);
    max-width: 29px;
  }

  .header-mobile_hide__bottom {
    top: 84px;
  }

  .header__top-phones_mobile {
    display: flex;
  }
}

.laws__title {
  margin-bottom: 20px;
}

.laws__inner {
  margin-top: 60px;
  padding: 18px 40px 40px 40px;
  border-radius: 30px;
  background-color: #f6f6f6;
}

.laws__slider-title {
  font-weight: 500;
  font-size: 24px;
  color: #3a4470;
}

.laws .section-top {
  margin-bottom: 17px;
}

.laws__slider {
  height: 100%;
  overflow: hidden;
}

.laws__slide {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: auto;
  min-height: 175px;
  border-radius: 20px;
  background-color: #ffffff;
}

.laws__slide:hover {
  border: 1px solid rgba(0,0,0,.1);
}

.laws__slide span {
  font-weight: 700;
  font-size: 20px;
  color: #3a4470;
}

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

  .laws__inner {
    margin-top: 24px;
    padding: 18px 0 24px 20px;
    border-radius: 20px;
  }

  .laws__slider-title {
    font-size: 18px;
  }

  .laws .section-top {
    margin-bottom: 26px;
  }

  .laws__slide {
    padding: 16px 20px;
    gap: 12px;
    min-height: 0;
  }

  .laws__slide span {
    font-size: 18px;
  }

  .laws_swiper-pag {
    display: none;
  }
}
.container_socials {
    max-width: 1234px;
  }

  .bottom-info__wrapper_socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
    margin: 0px auto;
    position: fixed;
    inset: auto 0 0 0;
    z-index: 501;
    bottom: 20px;
    transition: all 0.5s ease-in-out;
  }
  .bottom-info__wrapper.cookie-policy {
    bottom: 110px;
    transition: all 0.5s ease-in-out;
  }

  .bottom-info__wrapper_socials.toggled {
    bottom: -82px;
    transform: translateY(0);
  }

  .bottom-info__wrapper.cookie-policy.toggled {
    bottom: 10px;
    transform: translateY(0);
  }

  .bottom-info_socials {
    padding: 12px;
    border: 1px solid #FF6800;
    border-radius: 30px;
    color: #4A4A4A;
    font: inherit;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
  }
  .bottom-info__socials-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    background-color: rgba(74, 74, 74, 0.05);
    border-radius: 18px;
    padding: 12px;
    width: 100%;
    cursor: pointer;
  }
  .bottom-info__socials-icon-container {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    flex-shrink: 0;
  }

  .bottom-info__socials-link_chat-call:hover {
    color: #FF6800;
  }

  .bottom-info__socials-link_tg:hover {
    color: #27A7E7;
  }
  .bottom-info__socials-link_ok:hover {
    color: #FF7700;
  }
  .bottom-info__socials-link_vk:hover {
    color: #0077FF;
  }

  .bottom-info__socials-link_chat-call .bottom-info__socials-icon-container {
    background-color: #FF6800;
  }
  .bottom-info__socials-link_tg .bottom-info__socials-icon-container {
    background-color: #27A7E7;
  }
  .bottom-info__socials-link_ok .bottom-info__socials-icon-container {
    background-color: #FF7700;
  }
  .bottom-info__socials-link_vk .bottom-info__socials-icon-container {
    background-color: #0077FF;
  }

  .bottom-info__socials-toggler {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #FF6800;
    top: -26px;
    right: -26px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    cursor: pointer;
    transition: all 0.2s linear;
  }
    
  @media (hover: hover) {
    .bottom-info__socials-toggler:hover {
      transform: scale(1.33) rotate(45deg);
    }
  }
  .bottom-info__socials-toggler.toggled{
    transform: rotate(180deg);
  }
  @media (hover: hover) {
    .bottom-info__socials-toggler.toggled:hover{
      transform: scale(1.33) rotate(180deg);
    }
  }
  .bottom-info__socials-toggler .calc-mobile-btn__bg{
    display: none;
  }
  .bottom-info__socials-toggler .b24-widget-button-pulse.b24-widget-button-pulse-animate{
    display: none;
  }

@media screen and (max-width: 1224px) {
  .bottom-info__socials-link {
    font-size: 16px;
    gap: 8px;
  }
}

@media screen and (max-width: 1132px) {
  .bottom-info__socials-link {
    gap: 4px;
  }
}

@media screen and (max-width: 1132px) {
  .bottom-info__socials-link {
    gap: 4px;
  }
}

@media screen and (max-width: 1106px) {
  .bottom-info__socials-link {
    font-size: 14px;
  }
}

@media screen and (max-width: 1040px) {
  .bottom-info__wrapper.cookie-policy {
    bottom: 70px;
    transition: all 0.2s linear;
  }

  .bottom-info__wrapper_socials.toggled {
    bottom: 15px;
    transform: none;
  }

  .bottom-info__wrapper.cookie-policy.toggled {
    bottom: 70px;
    transform: translateY(0);
  }
  
  .bottom-info__socials-toggler {
    transform: rotate(0deg);
  }
  .bottom-info__socials-toggler:hover {
    transform: rotate(0deg);
  }

  .bottom-info__socials-toggler.toggled{
    transform: rotate(135deg);
    bottom: 15px;
  }
    
    
  .bottom-info__socials-toggler.toggled:hover{
    transform: rotate(135deg);
  }
  .bottom-info__wrapper_socials.toggled {
    transform: none;
    width: 100%;
    padding: 0;
  }

  .bottom-info__wrapper.cookie-policy.toggled {
    transform: none;
  }
  .bottom-info__wrapper_socials {
    padding: 0;
    gap: 15px;
    margin-right: 20px;
    justify-content: flex-end;
    inset: unset;
    bottom: 15px;
    left: 0;
    right: 0;
  }
  .bottom-info_socials.toggled {
    width: 73.5%;
    padding: 0;
  }
  
  .bottom-info__socials-link-text {
    display: none;
  }
  .bottom-info__socials-link {
    display: contents;
  }
  .bottom-info__socials-icon-container {
    width: 48px;
    height: 48px;
    border-radius: 50px;
  }
  .bottom-info_socials {
    height: 60px;
    gap: 20px;
    padding: 0;
    justify-content: center;
    border-radius: 50px;
    border: none;
    width: 0%;
    overflow: hidden;
    transition: all 0.2s linear;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
  }
  .bottom-info__socials-toggler {
    position: relative;
    top: 0;
    right: 0;
    bottom: 15px;
    width: 46px;
    height: 46px;
    z-index: 100;
    box-shadow: 0 0 0 4px rgba(77, 35, 10, 0.2);
  }
  .bottom-info__socials-toggler .calc-mobile-btn__bg{
    display: flex;
  }
  .bottom-info__socials-toggler .b24-widget-button-pulse.b24-widget-button-pulse-animate{
    display: flex;
  }

}

@media screen and (max-width: 574px) {
  .bottom-info_socials {
    gap: 3px;
  }
  .bottom-info__socials-toggler {
    flex-shrink: 0;
  }
}

.calc-mobile-btn {
  right: 20px;
  width: 46px;
  height: 46px;
}

