@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_slnt,wght.woff2") format("woff2");
  font-weight: 125 950;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-VariableFont_wght.woff2") format("woff2");
  font-weight: 125 950;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #292929;
  --white: #ffffff;
  --back: #eff3fd;
  --main: #5f82ea;
  --text-light: #727272;
  --text-secondary: #4d4d4d;
}

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

main {
  display: block;
}

ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: 700;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

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,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button {
  padding: 0;
  outline: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

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

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

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

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

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

p {
  margin: 0;
}

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

html.burger-lock,
html.lock {
  overflow: hidden;
}

body.burger-lock,
body.lock {
  overflow: hidden;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: none;
}

body,
header,
main,
footer {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #313234;
  margin: 0;
  padding: 0;
  min-width: 280px;
}

header {
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

main {
  background: #fff;
  overflow-x: hidden;
}

/*a,
  a:hover {
    color: inherit;
    text-decoration: none;
  }
  
  a[href] {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: -webkit-text-decoration-color 0.2s ease;
    transition: -webkit-text-decoration-color 0.2s ease;
    -o-transition: text-decoration-color 0.2s ease;
    transition: text-decoration-color 0.2s ease;
    transition: text-decoration-color 0.2s ease,
      -webkit-text-decoration-color 0.2s ease;
  }
  
  a[href]:hover {
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit;
  }*/

.swiper {
  overflow: hidden;
}

.container {
  max-width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}

.mb {
  margin-bottom: 80px;
}

.section__title {
  font-family: "Raleway", sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
  color: #313234;
  margin-bottom: 60px;
}

.section__subtitle {
  color: #767676;
  margin-bottom: 60px;
}

.section__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #545454;
  margin-bottom: 60px;
  /*display: flex;
  flex-direction: column;
  gap: 20px;*/
}

.section__text h1 {
  font-family: "Raleway", sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.1;
  color: #313234;
  margin-bottom: 20px;
}

.section__text h2 {
  font-family: "Raleway", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1;
  color: #313234;
  margin-bottom: 20px;
}

.section__text h3 {
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  color: #313234;
  margin-bottom: 20px;
}

.section__text h4 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  color: #313234;
  margin-bottom: 20px;
}

.section__text h5 {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  color: #313234;
  margin-bottom: 20px;
}

.section__text p {
  margin-bottom: 20px;
}

.section__text blockquote {
  border-radius: 20px;
  padding: 30px;
  margin: 0;
  background:var(--main);
  color: var(--white);
  position: relative;
  z-index: 2;
}

.section__text blockquote p {
  margin-bottom: 0;
  font-style: italic;
}

.quote__title {
  font-size: 30px;
  font-weight: 600;
}

.section__text blockquote::before {
  position: absolute;
  content: "";
  background: url("../img/blockquote.svg");
  width: 68px;
  height: 68px;
  top: 20px;
  left: 20px;
  opacity: 0.2;
  z-index: -1;
}

.section__text a[href] {
  color: var(--main);
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: -webkit-text-decoration-color 0.2s ease;
  transition: -webkit-text-decoration-color 0.2s ease;
  -o-transition: text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease,
    -webkit-text-decoration-color 0.2s ease;
}

.section__text a[href]:hover {
  -webkit-text-decoration-color: var(--main);
  text-decoration-color: var(--main);
}

.section__text img {
  border-radius: 20px;
  float: right;
  margin: 0px 0px 10px 10px;
}

.section__text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
}

.section__text ul li {
  -webkit-box-orient: horizontal;
  display: -webkit-box;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 10px;
}

.section__text ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--main);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.section__text .map-site__submenu li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--main);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.map-site ul:first-child li::before {
  display: none;
}

.map-site ul li ul li {
  padding-left: 15px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.map-site ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--main);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.section__text ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
  counter-reset: list;
}

.section__text ol li {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  counter-increment: list;
}

.section__text ol li::before {
  content: counter(list);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 26px;
  min-height: 26px;
  font-size: 13px;
  border-radius: 50%;
  background-color: var(--main);
  color: var(--white);
}

.section__text table {
  background: #f2f4f880;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.section__text table thead {
  background: #f2f4f8;
}

.section__text table th,
.section__text table td {
  padding: 10px;
  border: 1px solid #e8e8e8;
  min-width: 200px;
  width: 1200px;
}

a.form__politic {
  text-decoration: underline;
}

.navigation-article {
  margin-bottom: 60px;
}

.navigation-article__title {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 30px;
}

.navigation-article__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  counter-reset: nav-list;
}

.navigation-article__item {
  padding: 10px 20px;
  background: #f2f4f8;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  counter-increment: nav-list;
  color: #545454;
  font-weight: 700;
}

.navigation-article__item::before {
  content: counter(nav-list) ".";
  display: block;
  font-weight: 700;
  color: #545454;
}

.navigation-article__item-dop {
  padding: 10px 20px;
  background: #f2f4f866;
  border-radius: 10px;
  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: 10px;
  color: #545454;
}

.navigation-article__item-dop::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #545454;
}

a.link-grad {
  font-weight: 600;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(#5c5be9),
      to(#62c0ea));
  background-image: -o-linear-gradient(left, #5c5be9, #62c0ea);
  background-image: linear-gradient(to right, #5c5be9, #62c0ea);
}

/*header*/

.plashka {
  /*background: var(--main);*/
  background: #e52929f7;
}

.plashka-text {
  font-family: "Inter", sans-serif;
  padding: 15px 0;
  color: #fff;
  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;
  text-align: center;
}

.header__wrapper {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding: 20px 0;
}

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

.header__logo img {
  width: 222px;
  height: 50px;
}

.header__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
}

.header__center-mobile {
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid #8492b01a;
}

.header__center-mobile .header__city,
.header__center-mobile .header__phone {
  width: 100%;
  max-width: 100%;
}

.header__city,
.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px;
  max-width: 220px;
}

.header__city-img img,
.header__phone-img img {
  width: 14px;
  height: 14px;
}

.header__city-img,
.header__phone-img {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: #e8edf7;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #313234;
}

.header__city-text {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  line-height: 1;
}

.header__city-text span {
  font-weight: 400;
}

.header__phone-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.header__phone-text span {
  font-size: 13px;
  font-weight: 400;
}

a.header__phone-href {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

a.header__phone-href:hover {
  color: #54545480;
  text-decoration: none;
}

.header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
}

.header__phone-mobile {
  display: none;
}

.btn {
  padding: 10px 24px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  text-decoration: none;
}

.btn-bg {
  border: 1px solid var(--main);
  background-color: var(--main);
  color: var(--white);
  transition: color 0.2s ease, background-color 0.2s ease;
}

.btn-bg:hover {
  background-color: transparent;
  color: var(--main);
  border: 1px solid var(--main);
  transition: color 0.2s ease, background-color 0.2s ease;
}


.btn-trans {
  background-color: transparent;
  color: var(--main);
  border: 1px solid var(--main);
  transition: color 0.2s ease, background-color 0.2s ease;
}

.btn-trans:hover {
  background-color: var(--main);
  color: var(--white);
  transition: color 0.2s ease, background-color 0.2s ease;
}

.header__bot {
  border-top: 1px solid #8492b033;
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.header__bot.fixed {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header__nav-wrapper {
  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;
  padding: 12px 0px;
}

.header__menu {
  position: relative;
}

a.header__menu-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18.2px;
  color: #323b44;
  text-decoration: none;
  padding: 8px 10px;
  position: relative;
  border-radius: 30px;
  background: transparent;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

a.header__menu-txt:hover {
  color: #323b44;
  background: #e8edf7;
  text-decoration: none;
}

.header__submenu {
  padding: 20px 0;
  border-radius: 20px;
  position: absolute;
  top: 35px;
  left: 0;
  min-width: 150px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px #00000040;
  box-shadow: 0px 4px 10px 0px #00000040;
  z-index: 100;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.header__submenu-inside {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  max-width: 320px;
  height: auto;
  max-height: 260px;
  overflow-y: auto;
}

.header__submenu-inside::-webkit-scrollbar {
  width: 4px;
}

.header__submenu-inside::-webkit-scrollbar-track {
  background: #5454541a;
  border-radius: 10px;
}

.header__submenu-inside::-webkit-scrollbar-thumb {
  background: #545454;
  border-radius: 10px;
}

.header__sublink a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #545454;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.header__sublink a:hover {
  color: #54545480;
  text-decoration: none;
}

.header__menu .header__menu-txt img {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.header__menu:hover .header__menu-txt img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header__menu:hover .header__submenu {
  opacity: 1;
  pointer-events: auto;
}

.header__menu-btn {
  display: none;
}

.header__nav {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.header__lics {
  color: #8a8a8e99;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.header__search {
  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;
  width: 40px;
  height: 40px;
  background: #e8edf7;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.header__search:hover {
  background: #9da9c1;
}

.header__search:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.header__search span {
  display: none;
}

.header__burger {
  width: 40px;
  height: 40px;
  position: relative;
  background: var(--main);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.header__burger span {
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.header__burger span:nth-child(1) {
  top: 28%;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.header__burger span:nth-child(2) {
  top: 48%;
  opacity: 1;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.header__burger span:nth-child(3) {
  top: 68%;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.header__burger.active {
  background: #e8edf7;
}

.header__burger.active span {
  background: #b6bfd3;
}

.header__burger.active span:nth-child(1) {
  top: 19px;
  left: 8px;
  width: 25px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__burger.active span:nth-child(2) {
  opacity: 0;
}

.header__burger.active span:nth-child(3) {
  top: 10px;
  left: 16px;
  width: 25px;
  -webkit-transform: rotate(-45deg) translateX(-50%);
  -ms-transform: rotate(-45deg) translateX(-50%);
  transform: rotate(-45deg) translateX(-50%);
}

@media (max-width: 1120px) {
  .header__lics {
    display: none;
  }

  .header__phone-text {
    font-size: 16px;
  }
}

@media (max-width: 1090px) {
  header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
  }

  /*main{
    margin-top: 140px;
  }*/
  .header__wrapper {
    padding: 8px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__logo img {
    width: 160px;
    height: 35px;
  }

  .header__button {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 5px;
    border-top: 1px solid #8492b04d;
  }

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

  .header__nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .header__lics {
    display: block;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .header__lics br {
    display: none;
  }

  .header__search {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .header__search {
    padding: 0 14px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #ebeef3;
    background: #fff;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
  }

  .header__search span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #8492b0;
  }

  .header .btn {
    width: 100%;
    font-size: 11px;
    padding: 8px 18px;
  }

  .plashka {
    font-size: 13px;
  }

  .header__burger {
    display: block;
  }

  .header__bot {
    display: none;
  }

  .header__bot.active {
    display: block;
    overflow-x: hidden;
    border: none;
  }

  .header__menu {
    width: 100%;
  }

  .header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    //gap: 10px;
  }

  .header__link .header__menu-txt img {
    display: none;
  }

  .header__menu-btn {
    display: block;
    width: 14px;
    height: 14px;
    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;
    margin: auto 0 auto auto;
  }

  .header__menu-btn img {
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
  }

  .header__menu-btn.active img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-bottom: 20px;
  }

  .header__submenu {
    padding-top: 0;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    pointer-events: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
  }

  .header__submenu-inside {
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
  }

  .header__submenu.active {
    display: block;
    pointer-events: auto;
  }

  .header__phone-mobile {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #e8edf7;


    font-weight: 400;
    line-height: 1;

    border-radius: 30px;
    font-size: 11px;
    color: #323b44;
    padding: 8px 18px;

  }
}

@media (max-width: 700px) {
  .header__center {
    display: none;
  }

  .header__center-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (max-width: 370px) {
  .header .btn {
    width: auto;
  }

  .header__button {
    gap: 5px;
  }
}

/*end header*/

.round__section {
  position: relative;
  z-index: 1;
}

.round__section .round__section-osn {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  width: 670px;
  height: 670px;
  border-radius: 50%;
  background: #dde5f7cc;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  pointer-events: none;
}

.round__section .round__section-bl {
  bottom: -50%;
  left: -30%;
}

.round__section .round__section-br {
  bottom: -90%;
  right: -30%;
}

.round__section .round__section-tr {
  top: -50%;
  right: -30%;
}

.round__section .round__section-osn_elipse {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  width: 860px;
  height: 400px;
  border-radius: 50%;
  background: #dde5f7cc;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
  bottom: 0;
}

section h1 {
  font-family: "Raleway", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
  color: var(--black);
}

.banner {
  background-color: #f1f3f8;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner__bg {
  position: absolute;
  right: 0;
  z-index: -1;
  height: 100%;
}

.banner__bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(10%, #f1f3f8),
      to(#f1f3f800));
  background: -o-linear-gradient(left, #f1f3f8 10%, #f1f3f800);
  background: linear-gradient(to right, #f1f3f8 10%, #f1f3f800);
}

.rev-bg.banner__bg::after {
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(10%, #f1f3f8),
      color-stop(70%, #f1f3f800));
  background: -o-linear-gradient(left, #f1f3f8 10%, #f1f3f800 70%);
  background: linear-gradient(to right, #f1f3f8 10%, #f1f3f800 70%);
}

.banner__bg img {
  height: -webkit-fill-available;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.contact__page .breadcrumb {
  position: absolute;
  top: 20px;
  padding: 10px 20px;
  border-radius: 20px;
  background: #f7f8fccc;
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb__item::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #00000066;
}

.breadcrumb__item:last-child::after {
  content: "";
  display: none;
}

.breadcrumb__item a {
  font-size: 14px;
  line-height: 1.2;
  color: #00000066;
}

.doctor__page .banner__wrapper {
  max-width: 100%;
}

.banner__wrapper {
  padding: 80px 0;
  max-width: 800px;
}

.banner__wrapper.bc {
  padding: 60px 0 80px;
}

.banner__wrapper h1 {
  margin-bottom: 40px;
}

.banner__wrapper.bc h1 {
  margin-bottom: 20px;
}

.banner__wrapper.bc p {
  font-size: 18px;
  line-height: 1.2;
  color: var(--text-light);
  margin-bottom: 40px;
}

.banner__adv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}

.banner__adv-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #313234;
}

.banner__adv-item::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#5c5be9),
      to(#62c0ea));
  background: -o-linear-gradient(left, #5c5be9, #62c0ea);
  background: linear-gradient(to right, #5c5be9, #62c0ea);
  margin-bottom: 10px;
}

.banner__form-wrapper {
  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: 10px;
  margin-bottom: 10px;
}

.banner__form-wrapper button {
  width: 100%;
  max-width: 270px;
}

.form__input {
  border-radius: 30px;
  border: 1px solid #8a8a8e;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 14px 20px;
}

.form__textarea {
  border-radius: 30px;
  border: 1px solid #8a8a8e;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 14px 20px;
  height: 150px;
  resize: none;
}

.banner__form p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #8492b0cc;
}

.contact__page .usl {
  padding: 80px 0;
  background: #f2f4f8;
}

.contact__page .usl .section__title {
  color: #8492b0;
}

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

a.usl__item {
  padding: 20px;
  border-radius: 20px;
  background: #f2f4f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  min-height: 180px;
  text-decoration: none;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.contact__page a.usl__item {
  min-height: 100%;
  background: #ffffff80;
}

a.usl__item:hover {
  background: #f2f4f880;
  text-decoration: none;
}

.usl__item img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.usl__item-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #313234cc;
}

.usl__item-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-top: auto;
  color: #5c5be9;
}

.advantages {
  background: #f2f4f8;
  padding: 80px 0;
  overflow: hidden;
}

.advantages__title {
  font-family: "Raleway", sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #74809a;
  margin-bottom: 60px;
}

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

.advantages__item {
  position: relative;
  background: #fff;
  padding: 30px 20px 20px;
  border-radius: 20px;
  margin-top: 60px;
  text-align: center;
}

.advantages__img {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 86px;
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#5c5be9),
      to(#62c0ea));
  background: -o-linear-gradient(left, #5c5be9, #62c0ea);
  background: linear-gradient(to right, #5c5be9, #62c0ea);
}

.advantages__img img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

/*.stage{
  overflow: hidden;
  }*/
.stage__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.stage__item {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.stage__img {
  width: 66px;
  height: 66px;
  margin-left: auto;
}

.stage__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.stage__item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #313234cc;
}

.stage__item-text {
  color: #8a8a8e;
}

.price__page {
  background: #f2f4f8;
  padding-bottom: 80px;
}

.price__page .price__table-line {
  background: #fff;
}

.price .section__title {
  margin-bottom: 20px;
}

.price__slide {
  background: #f9f9fb;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #8a8a8e;
}

.price__slider-title {
  border-radius: 20px;
  background: #e3e9f7;
  padding: 20px;
  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;
}

.price__slider-title span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #29292980;
}

.price__slider-title p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  color: #414141;
}

.price__slider-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding: 14px 20px;
}

.price__slider-descr span {
  font-weight: 600;
  color: var(--black);
}

.price__slider-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.price__slider-bottom p {
  font-weight: 700;
  color: #414141;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
}

.price__slider-bottom .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 46px;
}

.price__items {
  margin-bottom: 40px;
}

.price__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 14px;
  margin-bottom: 60px;
}

.price__slider-button {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #8492b0;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.price__slider-button:hover {
  background: #8492b0;
}

.price__slider-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  -o-transition: filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}

.price__slider-button:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.price__slider-button_prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.price__slider-button.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.price__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}

.price__table-title {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

.price__table-tab {
  width: 100%;
}

.price__table-lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.price__table-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #545454;
  padding: 14px 14px 14px 20px;
  background: #f2f4f8;
  border-radius: 10px;
}

.price__table-end {
  margin-left: auto;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  max-width: 320px;
  width: 100%;
}

.price__table-cost {
  word-wrap: break-word;
  font-weight: 600;
}

.price__wrapper-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price__wrapper-link a,
.price__wrapper-link a:hover {
  text-decoration: none;
}

.form__middle {
  padding-top: 80px;
  overflow: hidden;
}

.form__middle-bg {
  background: #f2f4f8;
}

.form__middle-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.form__middle-wrapper_revers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.form__middle-wrapper_revers .form__middle-img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.form__middle-wrapper_revers .form__middle-cont {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.form__middle-cont {
  padding: 50px 0;
  z-index: 10;
}

.form__middle-title {
  font-family: "Raleway", sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.1;
  color: var(--main);
  margin-bottom: 20px;
}

.form__middle-subtitle {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #767676;
  margin-bottom: 30px;
}

.form__middle-mob {
  display: none;
}

.form__middle-pole {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 70%;
  margin-bottom: 20px;
}

.form__middle-pole>* {
  width: 100%;
}

p.form__bottom {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #8492b0cc;
}

.form__middle-img {
  position: relative;
}

.form__middle-img picture {
  position: absolute;
  top: -80px;
}

.form__middle-img-adv {
  padding: 20px;
  border-radius: 10px;
  background: #f7f8fccc;
  font-size: 18px;
  line-height: 1.4;
  max-width: 220px;
}

.form__middle-img-adv:before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  border-radius: 2px;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#5c5be9),
      to(#62c0ea));
  background: -o-linear-gradient(left, #5c5be9, #62c0ea);
  background: linear-gradient(to right, #5c5be9, #62c0ea);
  margin-bottom: 10px;
}

.form__middle-img-adv:nth-child(2) {
  position: absolute;
  bottom: 47px;
  left: 0;
}

.form__middle-img-adv:nth-child(3) {
  position: absolute;
  bottom: 90px;
  left: 300px;
}

.form__middle-img-adv:nth-child(4) {
  position: absolute;
  bottom: 220px;
  left: 340px;
}

.doc-chek {
  padding: 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  background: #f7f8fc;
}

.doc-chek:not(:last-child) {
  margin-block-end: 10px;
}

.doc-chek__img {
  width: 200px;
  height: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}

.doc-chek__img img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.doc-chek__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.doc-chek__title {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #8492b0;
}

.doc-chek__title::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  border-radius: 2px;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#5c5be9),
      to(#62c0ea));
  background: -o-linear-gradient(left, #5c5be9, #62c0ea);
  background: linear-gradient(to right, #5c5be9, #62c0ea);
  margin-top: 10px;
}

a.doc-chek__name {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: var(--main);
  display: block;
  margin-bottom: 8px;
}

.doc-chek__wrajo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.doc-chek__job,
.doc-chek__age {
  color: #8a8a8e;
}

.doc-chek__bottom {
  margin-top: auto;
  border-top: 1px solid #8492b033;
}

.doc-chek__foot {
  font-size: 18px;
  color: #8492b0;
  text-align: right;
  padding-top: 10px;
}

.doctors__items {
  margin-bottom: 40px;
}

.doctors__bottom {
  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: 14px;
  margin-bottom: 60px;
}

.doctors__slider-button {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #8492b0;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.doctors__slider-button:hover {
  background: #8492b0;
}

.doctors__slider-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  -o-transition: filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}

.doctors__slider-button:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.doctors__slider-button_prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.doctors__slider-button.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.doctors__slide {
  position: relative;
}

.doctors__slide a,
.doctors__slide a:hover {
  text-decoration: none;
}

.doctors__slider-img {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 20px;
  overflow: hidden;
}

.doctors__slider-img span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  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: 8px;
  background: #f3f3f3;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 13px;
}

.doctors__slider-img span::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/doc-age.svg");
}

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

.doctors__slider-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 150px;
  padding: 170px 20px 20px;
  border-radius: 20px;
  background: #f2f4f8;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  -o-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
}

.doctors__slider-cont .btn {
  width: 100%;
}

/*.doctors__slider-cont:hover{
  color: #fff;
  background: var(--main);
  }*/
.doctors__slider-name {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  max-width: 92%;
}

.doctors__slider-name span {
  font-weight: 400;
  display: block;
  width: 100%;
}

.doctors__slider-job {
  color: #8492b0;
  background: #fff;
  padding: 10px 16px;
  border-radius: 10px;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  -o-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
}

/*.doctors__slider-cont:hover .doctors__slider-job{
  color: #fff;
  background: var(--main);
  }*/
.doctors {
  padding-bottom: 80px;
  background: #fff;
}

.banner.doctors__page {
  background: #fff;
}

.banner.faq__page {
  background: #fff;
}

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

.banner.doctor__page {
  background: #fff;
}

.doctor__banner-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.doctor__banner-wrapper>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.doctor__banner-wrapper>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.doctor__banner-wrapper>*:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.doctor__banner-wrapper>*:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.doctor__banner-wrapper>*:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.doctor__banner-wrapper>*:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.doctor__banner-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 3 / 2;
  width: 400px;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
}

.doctor__banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.doctor__banner-title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 1 / 2 / 2 / 4;
  border-bottom: 1px solid #e9e9e9;
}

.doctor {
  padding: 80px 0;
  background: #f2f4f8;
  overflow: hidden;
}

.doctor .round__section-bl {
  bottom: 0;
}

.doctor .round__section-tr {
  top: 0;
}

.doctor__text-title {
  font-family: "Raleway", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
  color: var(--black);
  margin-bottom: 30px;
}

.doctor__text-subtitle {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 130%;
  color: var(--black);
  margin-bottom: 30px;
}

.doctor ol {
  margin-bottom: 60px;
}

.doctor__text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 100px;
}

.doctor__text-list li {
  position: relative;
  padding-left: 18px;
}

.doctor__text-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--main);
}

.doctor__text-list li a {
  color: var(--main);
}

.doctor__text-cont {
  color: #545454b2;
  margin-bottom: 100px;
}

.doctor .doctor__text-cont:last-child {
  margin: 0;
}

.doctor__pub .doctor__text-list {
  margin: 0;
}

.banner__wrapper.bc p.doctor__banner-subname {
  margin-bottom: 5px;
}

.banner__wrapper.bc h1.doctor__banner-name {
  margin-bottom: 10px;
}

.doctor__banner-desc {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 2 / 2 / 3 / 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.doctor__banner-desc .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.doctor__banner-desc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

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

.doctor__banner-list li {
  background: #f3f3f3b2;
  border-radius: 8px;
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}

.banner__wrapper.bc .doctor__banner-list li p {
  font-size: 16px;
  color: var(--text-secondary);
  margin: 0;
}

.doctor__banner-list li:nth-child(1):before {
  content: "";
  background: url("../img/doc-exp.svg");
  width: 12px;
  height: 17px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.doctor__banner-list li:nth-child(2):before {
  content: "";
  background: url("../img/doc-age.svg");
  width: 17px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.doctor__banner-list li:nth-child(3):before {
  content: "";
  background: url("../img/rub.svg");
  background-repeat: no-repeat;
  width: 17px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.banner__wrapper.bc p.doctor__banner-text {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.doctor__inner {
  margin-bottom: 30px;
}

.doctor__slider-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.doctor__bottom {
  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: 14px;
  margin-bottom: 100px;
}

.doctor__slider-button {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #8492b0;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.doctor__slider-button:hover {
  background: #8492b0;
}

.doctor__slider-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  -o-transition: filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}

.doctor__slider-button:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.doctor__slider-button_prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.doctor__slider-button.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.review {
  padding: 80px 0;
  background: #f2f4f8;
}

.review__items {
  margin-bottom: 40px;
}

.review__slide {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.review__slide-block-img {
  height: 22px;
  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: 3px;
}

.review__slide-title {
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
}

.review__slide-date {
  padding-top: 10px;
  font-size: 14px;
  border-top: 1px solid #f2f2f2;
  color: var(--text-light);
}

.review__slide-txt {
  width: 100%;
  height: 154px;
  line-height: 140%;
  overflow: hidden;
  color: #858fa1;
}

.review__slide-btn {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: var(--main);
}

.review__bottom {
  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: 14px;
}

.review__slider-button {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #8492b0;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.review__slider-button:hover {
  background: #8492b0;
}

.review__slider-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  -o-transition: filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}

.review__slider-button:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.review__slider-button_prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.review__slider-button.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

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

.faq__item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}

.faq__item:hover {
  -webkit-box-shadow: 0px 0px 10px 0px #0000001f;
  box-shadow: 0px 0px 10px 0px #0000001f;
}

.faq__quest {
  padding: 20px 80px 20px 20px;
  background: #f2f4f8;
  position: relative;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.faq__quest:hover {
  background: #f4f4f4;
}

.faq__quest::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#5c5be9),
      to(#62c0ea));
  background: -o-linear-gradient(left, #5c5be9, #62c0ea);
  background: linear-gradient(to right, #5c5be9, #62c0ea);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.faq__quest.active::after {
  opacity: 1;
}

.faq__quest-title {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #313234cc;
}

.faq__quest-right {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#f2f4f8),
      to(#f2f4f8)) padding-box,
    -webkit-gradient(linear, left top, right top, from(#5c5be9), to(#62c0ea)) border-box;
  background: -o-linear-gradient(#f2f4f8, #f2f4f8) padding-box,
    -o-linear-gradient(left, #5c5be9, #62c0ea) border-box;
  background: linear-gradient(#f2f4f8, #f2f4f8) padding-box,
    linear-gradient(to right, #5c5be9, #62c0ea) border-box;
  border-radius: 50%;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.faq__quest-right::after {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: var(--main);
  border-radius: 2px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.faq__quest-right::before {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: var(--main);
  border-radius: 2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease,
    -webkit-transform 0.2s ease;
}

.faq__quest.active .faq__quest-right::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq__quest.active .faq__quest-right::before {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  opacity: 0;
}

.faq__ans {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease;
  -o-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
}

.faq__ans p {
  padding: 20px;
  color: #949dad;
  line-height: 1.4;
}

.img-fancy {
  position: relative;
  display: block;
}

.img-fancy::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../img/img-plus.svg") center center no-repeat rgb(73 73 73 / 70%);
  overflow: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -o-transition: 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.img-fancy:hover::after {
  width: 80px;
  height: 80px;
}

.lics__slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.lics__items {
  margin-bottom: 40px;
}

.lics__bottom {
  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: 14px;
}

.lics__slider-button {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #8492b0;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.lics__slider-button:hover {
  background: #8492b0;
}

.lics__slider-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  -o-transition: filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}

.lics__slider-button:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.lics__slider-button_prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lics__slider-button.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.review-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.review-page__wrapper .review__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
}

.review-page__wrapper .review__slide-title {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.review-page__wrapper .review__slide-title span {
  float: left;
}

.review-page__wrapper .review__slide-txt {
  height: auto;
  padding-left: 20px;
  border-left: 1px solid #f2f2f2;
}

.review-page__wrapper .review__slide-txt p {
  line-height: 1.4;
  font-size: 16px;
}

.gallery {
  background: #f2f4f8;
  padding-bottom: 80px;
}

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

.gallery__img {
  display: block;
  width: 100%;
  height: 290px;
  border-radius: 20px;
  overflow: hidden;
}

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

.licenses {
  background: #f2f4f8;
  padding: 80px 0;
}

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

.licenses__img {
  /*display: block;
  width: 100%;
  height: 100%;*/
  border-radius: 20px;
  overflow: hidden;
}

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

.stati {
  padding-bottom: 80px;
  background: #f2f4f8;
}

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

a.stati__item {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff80;
  text-decoration: none;
}

.stati__img {
  display: block;
  height: 220px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.stati__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: scale 0.2s ease;
  -o-transition: scale 0.2s ease;
  transition: scale 0.2s ease;
}

a.stati__item:hover .stati__img img {
  scale: 1.1;
}

.stati__text {
  display: block;
  padding: 20px;
}

.stati__text-title {
  font-size: 14px;
  font-weight: 600;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(#5c5be9),
      to(#62c0ea));
  background-image: -o-linear-gradient(left, #5c5be9, #62c0ea);
  background-image: linear-gradient(to right, #5c5be9, #62c0ea);
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.stati__text-name {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #313234;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

a.stati__item:hover .stati__text-name {
  color: #54545480;
}

.share {
  padding: 20px 0;
  border-top: 1px solid #c5c5c7;
  margin: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.share__text,
a.share__link {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #313234cc;
}

a.share__link {
  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: 10px;
}

a.share__link::after {
  content: "";
  width: 21px;
  height: 17px;
  background: url("../img/share.svg");
}

.share__grade {
  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: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.share__stars:not(:checked)>input {
  display: none;
}

.share__stars:not(:checked)>label {
  float: right;
  width: 28px;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
}

.share__stars:not(:checked)>label:nth-child(2):before {
  content: "";
  background: url("../img/svg/star-1.svg");
  display: block;
  width: 23px;
  height: 22px;
}

.share__stars:not(:checked)>label:nth-child(4):before {
  content: "";
  background: url("../img/svg/star-2.svg");
  display: block;
  width: 23px;
  height: 22px;
}

.share__stars:not(:checked)>label:nth-child(6):before {
  content: "";
  background: url("../img/svg/star-3.svg");
  display: block;
  width: 23px;
  height: 22px;
}

.share__stars:not(:checked)>label:nth-child(8):before {
  content: "";
  background: url("../img/svg/star-4.svg");
  display: block;
  width: 23px;
  height: 22px;
}

.share__stars:not(:checked)>label:nth-child(10):before {
  content: "";
  background: url("../img/svg/star-5.svg");
  display: block;
  width: 23px;
  height: 22px;
}

.share__stars>input:checked~label {
  opacity: 1;
}

.share__stars:not(:checked)>label:hover,
.share__stars:not(:checked)>label:hover~label {
  opacity: 1;
}

.share__stars>input:checked+label:hover,
.share__stars>input:checked+label:hover~label,
.share__stars>input:checked~label:hover,
.share__stars>input:checked~label:hover~label,
.share__stars>label:hover~input:checked~label {
  opacity: 1;
}

.rate-area>label:active {
  position: relative;
}

.literature-list {
  margin-bottom: 80px;
}

.literature-list__title {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  color: #8492b0;
  margin-bottom: 30px;
}

.literature-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
}

.literature-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

.literature-list ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--main);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 5px;
}

.akcii {
  padding-bottom: 80px;
  background: #f2f4f8;
}

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

.akcii__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff80;
}

.akcii__img {
  display: block;
  height: 250px;
  width: 200px;
  border-radius: 20px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.akcii__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

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

.akcii__text-title {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #545454;
}

.akcii__text-subtitle {
  font-size: 14px;
  line-height: 1.4;
  color: #767676;
}

.akcii__text .btn {
  margin-top: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.map__bottom {
  position: relative;
  z-index: 1;
}

.map__bottom-wrapper {
  position: absolute;
  bottom: 34px;
  padding: 40px;
  max-width: 600px;
  border-radius: 20px;
  background: #f7f8fccc;
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.map__bottom-title {
  font-family: "Raleway", sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.4;
  color: #313234;
  margin-bottom: 30px;
}

.map__bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 50px;
}

.map__bottom-name {
  font-weight: 600;
  color: #8a8a8e;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 160px;
  flex: 0 1 160px;
}

.map__bottom-text {
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 330px;
  flex: 0 1 330px;
}

.map__bottom-bts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
}

.footer__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 40px 0 60px;
}

.footer__links,
.footer__links-dop,
.footer__kont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.footer__item-title {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  color: #31323433;
  margin-bottom: 10px;
}

a.footer__link,
.footer__link {
  font-size: 14px;
  color: #9ca1aa;
}

.footer__links-dop {
  margin-top: 45px;
}

.footer__pay {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
  border-radius: 20px;
  background: #f2f4f8;
}

.footer__pay-title {
  font-size: 14px;
  color: #9ca1aa;
  margin-bottom: 16px;
}

.footer__pay-card {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__pay-card-img {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 50px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #ebeef3;
}

.footer__pay-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer__pay .btn {
  width: 100%;
  margin: 24px 0 0;
}

.footer__pay-city {
  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;
  gap: 5px;
}

a.footer__pay-city-prev,
a.footer__pay-city-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #8492b0;
}

.footer__pay-city-prev::before {
  content: "";
  background: url("../img/arrow-down.svg");
  -webkit-filter: brightness(0) invert(60%);
  filter: brightness(0) invert(60%);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 14px;
  height: 14px;
  color: #8492b0;
  font-weight: 400;
}

.footer__pay-city-next::after {
  content: "";
  background: url("../img/arrow-down.svg");
  -webkit-filter: brightness(0) invert(60%);
  filter: brightness(0) invert(60%);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 14px;
  height: 14px;
  color: #8492b0;
  font-weight: 400;
}

.footer__middle {
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #8492b0;
  border-top: 1px solid #8492b080;
}

.footer__bottom {
  padding: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background: var(--main);
}

.popup {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 50%;
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  position: fixed;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 10000;
}

.popup.open {
  opacity: 1;
  pointer-events: all;
}

.popup__body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
  padding: 50px 15px 20px;
  width: 100%;
}

.popup__content {
  max-width: 500px;
  min-height: auto;
  padding: 40px 30px 30px;
  position: relative;
  border-radius: 20px;
  scale: 0.4;
  -webkit-transition: scale 0.4s ease;
  -o-transition: scale 0.4s ease;
  transition: scale 0.4s ease;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.popup.open .popup__content {
  scale: 1;
}

.close-popup {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: scale 0.2s ease, -webkit-transform 0.2s ease;
  transition: scale 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease, scale 0.2s ease;
  transition: transform 0.2s ease, scale 0.2s ease;
  transition: transform 0.2s ease, scale 0.2s ease, -webkit-transform 0.2s ease;
  width: 16px;
  height: 16px;
}

.close-popup:hover {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  scale: 1.2;
}

.close-popup::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #b6bfd3;
}

.close-popup::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  height: 20px;
  width: 2px;
  border-radius: 2px;
  background: #b6bfd3;
}

.popup__title {
  font-family: "Raleway", sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: var(--main);
  margin-bottom: 10px;
}

.popup__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #38383880;
  margin-bottom: 40px;
}

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

.popup__form>* {
  width: 100%;
}

.popup__rev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.popup__rev .review__slide-txt {
  height: auto;
  overflow: visible;
}

.popup-search {
  background: transparent;
  /*height: 100%;
    left: 50%;
    opacity: 0;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 10000;*/
}

/*.popup-search.open {
    opacity: 1;
    pointer-events: all;
  }*/
.popup-search__body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
  padding: 50px 15px 20px;
  width: 100%;
}

.popup-search__content {
  min-height: auto;
  padding: 0px;
  position: relative;
  border-radius: 0px;
  scale: 0.4;
  -webkit-transition: scale 0.4s ease;
  -o-transition: scale 0.4s ease;
  transition: scale 0.4s ease;
  background-color: transparent;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
  background: #fafcff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
}

.popup-search__content input {
  width: 100%;
  padding-right: 50px;
}

.close-popup-search {
  top: 17px;
}

.popup-search__lists {
  padding: 0 15px;
}

.popup-search__title {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #8492b0;
  margin: 20px 0;
}

.popup-search__list-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #31323433;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.popup-search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  overflow-y: auto;
  max-height: 250px;
}

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

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

.popup-search__list::-webkit-scrollbar-thumb {
  background-color: var(--main);
  border-radius: 21px;
}

.popup-search__list:last-child {
  margin-bottom: 0px;
}

a.popup-search__link {
  text-decoration: none;
  color: #545454;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

a.popup-search__link:hover {
  text-decoration: none;
  color: #54545480;
}

.popup-search__item-usl {
  width: 100%;
  list-style: none;
  padding: 0;
}

.popup-search__item-stat {
  width: 100%;
  list-style: none;
  padding: 0;
  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: 5px;
}

.popup-search__item-stat::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: var(--main);
}

.popup__review {
  max-width: 730px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup__review .popup__form {
  max-width: 500px;
}

@media (max-width: 1090px) {
  .banner__wrapper h1 {
    font-size: 36px;
  }

  .banner__mob {
    background: #f1f3f8aa;
  }

  .doctors__page .banner__mob {
    background: #fff;
  }

  .faq__page .banner__mob {
    background: #fff;
  }

  .doctor__page .banner__mob {
    background: #fff;
  }

  .form__middle-img .form__middle-img-adv {
    display: none;
  }

  .form__middle-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }

  .form__middle-img-adv,
  .form__middle-img-adv:nth-child(2),
  .form__middle-img-adv:nth-child(3),
  .form__middle-img-adv:nth-child(4) {
    position: static;
    max-width: 100%;
  }

  .form__middle-img picture {
    bottom: 0;
    top: auto;
  }

  .form__middle-pole {
    width: 100%;
  }

  .akcii__grid {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .doctors__grid {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .map__bottom-wrapper {
    position: static;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
  }

  .map__bottom {
    background: #f2f4f8;
  }

  .map__bottom-wrapper {
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .contact__page .breadcrumb {
    position: static;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding: 30px 0 0;
  }

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

  .doctor__banner-img {
    width: 300px;
    height: 350px;
  }
}

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

  .form__middle {
    padding-top: 0;
  }

  .form__middle-img {
    display: none;
  }

  .form__middle-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .form__middle-wrapper_revers {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .footer__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .licenses__grid {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .banner__wrapper {
    padding: 20px 0;
  }

  .banner__wrapper.bc {
    padding: 20px 0 0;
  }

  .banner__wrapper.bc p {
    margin: 0;
  }

  .banner__mob {
    background: #f1f3f8;
  }

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

  .round__section .round__section-bl {
    top: -50%;
    right: -30%;
  }

  .banner {
    padding-bottom: 260px;
  }

  .banner.photo__page {
    padding-bottom: 0px;
  }

  .banner.stati__page {
    padding-bottom: 0px;
  }

  .banner.akcii__page {
    padding-bottom: 0px;
  }

  .banner.doctors__page {
    padding-bottom: 0px;
  }

  .banner.faq__page {
    padding-bottom: 0px;
  }

  .banner.doctor__page {
    padding-bottom: 0px;
  }

  .banner.price__banner {
    padding-bottom: 0px;
  }

  .banner__bg {
    bottom: 0;
    left: 0;
    height: auto;
    min-height: 260px;
    width: 100%;
  }

  .banner__bg img {
    height: 100%;
    min-height: 260px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .banner__bg::after {
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        color-stop(10%, #f1f3f8),
        to(#f1f3f800));
    background: -o-linear-gradient(top, #f1f3f8 10%, #f1f3f800);
    background: linear-gradient(to bottom, #f1f3f8 10%, #f1f3f800);
  }

  .rev-bg.banner__bg::after {
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        color-stop(10%, #f1f3f8),
        to(#f1f3f800));
    background: -o-linear-gradient(top, #f1f3f8 10%, #f1f3f800);
    background: linear-gradient(to bottom, #f1f3f8 10%, #f1f3f800);
  }

  .banner__mob {
    background: transparent;
  }

  .banner__mob .round__section-osn {
    display: none;
  }

  .stage__grid {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery__grid {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .stati__grid {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 730px) {
  .price__table-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .price__table-end {
    max-width: 100%;
  }

  .form__middle-title {
    font-size: 36px;
  }

  .doctors__grid {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .doctor__banner-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (auto) [3];
    grid-template-rows: repeat(3, auto);
  }

  .doctor__banner-wrapper>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .doctor__banner-wrapper>*:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .doctor__banner-wrapper>*:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .doctor__banner-img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
    width: 100%;
  }

  .doctor__banner-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
    border: 0;
  }

  .doctor__banner-desc {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
  }

  .banner__wrapper.bc h1.doctor__banner-name {
    margin: 0;
  }

  .doctor__banner-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .doctor__banner-desc .btn {
    width: 100%;
  }
}

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

  .advantages__grid {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .stage__grid {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .licenses__grid {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .doc-chek {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .doc-chek__img {
    width: 60px;
    height: 60px;
  }

  .doc-chek__img img {
    width: 100%;
    height: 100%;
  }

  .doc-chek__title {
    font-size: 16px;
    padding-left: 80px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
}

@media (max-width: 500px) {
  .banner__wrapper h1 {
    font-size: 24px;
  }

  .banner__wrapper.bc h1 {
    font-size: 24px;
  }

  .banner__wrapper.bc p {
    font-size: 14px;
  }

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

  .banner__form-wrapper button,
  .banner__form-wrapper input {
    width: 100%;
    max-width: 100%;
  }

  .mb {
    margin-bottom: 50px;
  }

  .section__title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .popup__title {
    font-size: 30px;
  }

  .popup__subtitle {
    font-size: 14px;
  }

  a.usl__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .usl__item-name {
    font-size: 14px;
  }

  .advantages__text {
    font-size: 14px;
  }

  .stage__item {
    position: relative;
  }

  .stage__img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 20px;
  }

  .stage__item-title {
    font-size: 16px;
    padding-right: 40px;
  }

  .stage__item-text {
    font-size: 14px;
  }

  .price__slider-title span {
    font-size: 14px;
  }

  .price__slider-title p {
    font-size: 18px;
  }

  .price__slider-descr span {
    font-size: 14px;
  }

  .price__slider-descr p {
    font-size: 14px;
  }

  .price__slider-bottom p {
    font-size: 14px;
  }

  .form__middle-title {
    font-size: 30px;
  }

  .form__middle-subtitle {
    font-size: 16px;
  }

  .form__middle-img-adv {
    font-size: 14px;
  }

  .navigation-article__title {
    font-size: 18px;
  }

  .section__text h2 {
    font-size: 30px;
  }

  .section__text h3 {
    font-size: 24px;
  }

  .section__text h4 {
    font-size: 18px;
  }

  .section__text h5 {
    font-size: 16px;
  }

  ..advantages {
    padding: 40px 0;
  }

  .advantages__title {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .advantages__img {
    width: 66px;
    height: 66px;
  }

  .advantages__img img {
    width: 35px;
    height: 35px;
  }

  .advantages__item {
    padding: 30px 10px 15px;
  }

  a.doc-chek__name {
    font-size: 24px;
  }

  .doc-chek__foot {
    font-size: 14px;
  }

  .doc-chek__wrajo {
    -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: 2px;
  }

  .faq__quest-title {
    font-size: 18px;
  }

  .faq__ans p {
    font-size: 14px;
  }

  .footer__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .footer__links-dop {
    margin-top: 0;
  }

  .footer__middle {
    font-size: 13px;
  }

  .footer__bottom {
    font-size: 13px;
  }

  .review-page__wrapper .review__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .review-page__wrapper .review__slide-title {
    border-bottom: 1px solid #f2f2f2;
  }

  .review-page__wrapper .review__slide-txt {
    padding-left: 0;
    border: 0;
  }

  .gallery__grid {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .photo__page .banner__wrapper.bc {
    padding: 20px 0 30px;
  }

  .stati__page .banner__wrapper.bc {
    padding: 20px 0 30px;
  }

  .o-klinike__page .banner__wrapper.bc {
    padding: 20px 0 0;
  }

  .lics__page .banner__wrapper.bc {
    padding: 20px 0 0;
  }

  .akcii__page .banner__wrapper.bc {
    padding: 20px 0 30px;
  }

  .doctors__page .banner__wrapper.bc {
    padding: 20px 0 30px;
  }

  .faq__page .banner__wrapper.bc {
    padding: 20px 0 30px;
  }

  .doctor__page .banner__wrapper.bc {
    padding: 20px 0 30px;
  }

  .price__banner .banner__wrapper.bc {
    padding: 20px 0 30px;
  }

  .licenses__grid {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .stati__grid {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .share {
    -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: 20px;
  }

  .literature-list__title {
    font-size: 24px;
  }

  .akcii__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
  }

  .akcii__img {
    width: 100%;
    height: 300px;
  }

  .akcii__text .btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }

  .akcii__text-title {
    font-size: 24px;
  }

  .map__bottom-wrapper {
    padding: 30px 0;
  }

  .map__bottom-title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .map__bottom-flex {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
    margin-bottom: 10px;
  }

  .map__bottom-text {
    margin-bottom: 20px;
  }

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

  .map__bottom-bts .btn {
    width: 100%;
  }

  .doctors__slider-name {
    font-size: 18px;
  }

  .doctors__slider-job {
    font-size: 14px;
  }

  .doctors__slider-img {
    width: 250px;
    height: 250px;
  }

  .doctor {
    padding: 50px 0;
  }

  .doctor__text-title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .doctor__text-list {
    margin-bottom: 80px;
  }

  .doctor__text-subtitle {
    font-size: 24px;
  }

  .doctor__bottom {
    margin-bottom: 80px;
  }

  .doctor__text-cont {
    margin-bottom: 80px;
  }

  .contact__page .usl {
    padding: 50px 0;
  }

  .banner__wrapper.bc.statiya__page h1 {
    margin: 0;
  }
}

.regions .regions_ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 700px) {
  .regions .regions_ul {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 500px) {
  .regions .regions_ul {
    grid-template-columns: 1fr;
  }
}

.cities {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
}

@media (max-width: 1024px) {
  .cities {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 630px) {
  .cities {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 350px) {
  .cities {
    grid-template-columns: repeat(1, 1fr);
  }
}

.literature__title {
  font-family: "Raleway", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1;
  color: #313234;
  margin-bottom: 20px;
}

.literature__container ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
  counter-reset: list;
}

.literature__container ol li {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  counter-increment: list;
}

.literature__container ol li::before {
  content: counter(list) ".";
  display: block;
  font-weight: 700;
  color: var(--main);
}

@media (max-width: 500px) {
  .literature__title {
    font-size: 30px;
  }
}

.bottom-info__wrapper {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 500;
  color: #fff;
  font: inherit;
  background-color: rgba(0, 0, 0, 0.73);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms;
}

.bottom-info__wrapper.active {
  opacity: 1;
  pointer-events: all;
}

.bottom-info__wrapper .bottom-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 15px 10px 20px;
}

@media screen and (max-width: 700px) {
  .bottom-info__wrapper .bottom-info {
    flex-direction: column;
    gap: 5px;
  }
}

.bottom-info__wrapper .bottom-info__content {
  margin: 0 10px 0 0;
  font-size: 14px;
}

.bottom-info__content a {
  color: #52c5ff;
  text-decoration: underline;
  transition: color 300ms;
}

.bottom-info__content a:hover {
  color: #296de7;
}

@media screen and (max-width: 700px) {
  .bottom-info__wrapper .bottom-info__content {
    text-align: center;
    margin: 0 30px 0 0;
    font-size: 10px;
  }
}

.bottom-info__wrapper .bottom-info__action {
  display: flex;
}

@media screen and (max-width: 639px) {
  .bottom-info__wrapper .bottom-info__action {
    margin: 10px 0 0;
  }
}

.bottom-info__wrapper .bottom-info__button-agree {
  font-size: 0.9em;
  line-height: 2;
  font-weight: 500;
  color: #000;
  border-radius: 5px;
  padding: 2px 15px;
  text-transform: uppercase;
  display: block;
  background-color: #ffffffe8;
  border: none;
  cursor: pointer;
}

.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 300ms;
}

.bottom-info__wrapper .bottom-info__button-cross:hover::after {
  color: #fff;
}

.banner__price {
  margin-bottom: 25px;
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  background-image: linear-gradient(to left, #9d7878, #ff1919),
    linear-gradient(to left, #9d7878, #ff1919);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

@media screen and (max-width: 700px) {
  .banner__price {
    font-size: 30px;
  }
}

.section__text--top {
  padding: 14px 14px 14px 20px;
  background: #f2f4f8;
  border-radius: 10px;
}

@media (max-width: 760px) {
  .banner__bg {
    display: none;
  }

  .banner {
    padding-bottom: 40px;
  }
}

.tags__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  overflow-y: hidden;
  transition: 0.3s ease-in-out;
  max-height: 600px;
  overflow: hidden;
}

.tags__wrap.spoilered {
  max-height: 100px;
}

@media (max-width: 700px) {
  .tags__wrap.spoilered {
    max-height: 175px;
  }
}

.tags {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.tags__item,
.tags__item:hover,
.tags__item:focus {
  text-decoration: none !important;
}

.tags__more:hover {
  border-color: var(--main);
  background-color: var(--main);
  color: white;
}

.tags__more {
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  border: 1px gray solid;
  transition: 0.3s ease;
  font-size: 14px;
}

.tags__item {
  max-width: 300px;
  overflow: hidden;
  height: 40px;
}

a.tags__item.btn.btn-trans span {
  font-size: 14px;
}

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

.navigation-article__list {
  max-height: 125px;
  overflow: hidden;
  transition: 0.5s;
}

.navigation-article__wrapper h2 {
  margin-top: 0;
}

.literature__container a {
  text-decoration-color: unset;
}

.installment-banner {
  padding: 60px 0 160px 0;
}

.installment-banner__content {
  background: var(--main);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding-left: 60px;
  overflow: visible;
}

.installment-banner__content>* {
  flex-basis: calc(50% - 30px);
}

.installment-banner__text {
  padding: 48px 0;
}

.installment-banner__title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
}

.installment-banner__title-line {
  display: block;
}

.installment-banner__description {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
  opacity: 0.95;
}

.installment-banner__features {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}

.installment-banner__feature {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 14px 24px;
  font-size: 16px;
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}

.installment-banner__feature:nth-child(3) .installment-banner__feature-value {
  align-items: end;
}

.installment-banner__feature-value {
  color: #ffffff;
  font-size: 60px;
  font-family: "Raleway", sans-serif;
  display: flex;
  align-items: baseline;
  line-height: 1;
}

.installment-banner__feature-value span {
  font-size: 32px;
  opacity: 0.6;
  padding-left: 5px;
}

.installment-banner__feature-label {
  color: #ffffff;
  font-size: 14px;
  opacity: 0.9;
}

.installment-banner__button {
  background-color: #ffffff;
  color: var(--main);
  border-radius: 50px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 0.3s linear;
  border: 1px solid transparent;
}

.installment-banner__button:hover {
  background-color: var(--main);
  color: #ffffff;
  border-color: #ffffff;
}

.installment-banner__image-inner {
  position: relative;
  height: 100%;
  min-height: 500px;
}

.installment-banner__image-inner .decor {
  position: absolute;
  content: "";
  display: block;
  background-image: url(/assets/img/installment/decor.png);
  width: 100%;
  height: 100%;
  max-height: 500px;
  max-width: 571px;
  min-height: 500px;
  min-width: 571px;
  overflow: visible;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

.installment-banner__image {
  width: 100%;
  height: auto;
  display: block;
  z-index: 3;
  position: absolute;
  bottom: -4px;
  right: 103px;
}

.installment-banner__image img {
  width: 105%;
  height: 100%;
}

/* Адаптивность */
@media (max-width: 1213px) {
  .installment-banner__content {
    flex-direction: column;
  }

  .installment-banner__content>* {
    flex-basis: 100%;
  }

  .installment-banner__image-inner {
    width: 100%;
    max-width: 500px;
  }

  .installment-banner__image-inner .decor,
  .installment-banner__image .installment-banner__image-inner {
    position: static;
  }

  .installment-banner__image img {
    width: 100%;
  }

  .installment-banner__image {
    bottom: 0;
    right: 50px;
  }

  .installment-banner__image-inner .decor {
    transform: none;
  }

  .installment-banner__content {
    padding: 0 60px;
  }

  .installment-banner__text {
    width: 100%;
  }

  .installment-banner__image-inner {
    max-width: 571px;
  }

  .installment-banner__features>* {
    flex-basis: calc(33.333% - 13.3333px);
  }
}

@media (max-width: 768px) {
  .installment-banner__image-inner .decor {
    max-width: 400px;
    max-height: 363px;
    min-width: 400px;
    min-height: 363px;
  }

  .installment-banner__image-inner {
    max-width: 400px;
    min-height: 363px;
  }

  .installment-banner__features {
    flex-direction: column;
  }

  .installment-banner__features>* {
    flex-basis: 100%;
    width: 100%;
  }

  .installment-banner__button {
    width: 100%;
  }

  .installment-banner__title {
    font-size: 40px;
  }

  .installment-banner__button {
    font-size: 14px;
  }

  .installment-banner {
    padding: 40px 0 80px 0;
  }
}

@media (max-width: 480px) {
  .installment-banner__image-inner .decor {
    max-width: 280px;
    max-height: 215px;
    min-width: 280px;
    min-height: 215px;
  }

  .installment-banner__image-inner {
    max-width: 300px;
    min-height: 263px;
    align-items: center;
    display: flex;
  }

  .installment-banner__title {
    font-size: 32px;
  }

  .installment-banner__feature-value {
    font-size: 52px;
  }

  .installment-banner__text {
    padding: 0;
  }

  .installment-banner__content {
    padding: 20px 20px 0 20px;
    gap: 30px;
    border-radius: 10px;
  }

  .installment-banner__title {
    margin-bottom: 10px;
  }

  .installment-banner__description {
    margin-bottom: 18px;
  }

  .installment-banner__features {
    gap: 12px;
  }

  .installment-banner__image {
    right: 0;
  }

  .installment-banner {
    padding: 30px 0 60px 0;
  }
}

@media (max-width: 360px) {
  .installment-banner__image-inner .decor {
    max-width: 238px;
    max-height: 201px;
    min-width: 238px;
    min-height: 202px;
  }

  .installment-banner__image-inner {
    max-width: 270px;
    min-height: 220px;
  }
}

.categories_new {
  max-width: 100%;
}

.categories__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.categories__item {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid #d6e3ff;
  border-radius: 16px;
  color: #1a4fd8;
  text-decoration: none;
  background: #fff;
  cursor: pointer;
  white-space: nowrap;
}

.categories__item:hover {
  border: 1px solid #4a8be8;
  background: #f0f9ff;
}

#categoriesToggle {
  margin-bottom: 16px;
}

.categories__list.is-collapsed {
  max-height: 0
    /*calc(2 * 36px + 8px)*/
  ;
}

.categories__list.is-expanded {
  max-height: 1000px;
}

.categories__toggle-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .categories__item {
    white-space: normal;
    text-align: center;
  }

  .categories__list.is-collapsed {
    max-height: 0
      /*calc(2 * 36px * 2)*/
    ;
  }
}

.new-articles {
  padding: 60px 0;
}

.slider__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.slider__nav {
  display: flex;
  align-items: center;
  gap: 15px;
}

.slider__nav-btn {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  border: 1px solid rgba(95, 130, 234, 0.7);
  border-radius: 30px;
}

.slider__nav-btn:hover {
  background: rgba(95, 130, 234, 0.7);
}

.slider__nav-btn:hover img {
  filter: brightness(0) invert(1);
}

.slider__nav-btn img {
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  transition: filter 0.3s ease;
}

.slider__nav-btn_next img {
  transform: rotate(0deg);
}

.new-articles__all2 {
  display: none;
}

.new-articles__slider {
  overflow: hidden;
}

.new-articles__wrapper {
  display: flex;
}

.new-articles__slide {
  width: auto;
  height: auto;
}

.new-articles__card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #F2F5FD;
  border: 1px solid rgba(95, 130, 234, 0.1);
  border-radius: 16px;
}

.new-articles__card:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.new-articles__card-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 8px;
}

.new-articles__card-category {
  background: #f0f4ff;
  color: #667eea;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

.new-articles__card-date {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  text-align: center;
  color: var(--main);
}

.new-articles__card-title {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  color: #313234;
}

.new-articles__card-desc {
  margin-bottom: 20px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: rgba(49, 50, 52, 0.7);
}

.new-articles__card-btn {
  text-decoration: none;
  transition: all 0.3s ease;
  width: fit-content;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;
  margin: auto 0;
  border: 1px solid var(--main);
  border-radius: 40px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--main);
}

.new-articles__card-btn:hover {
  background: #667eea;
  color: #fff;
}

.slider__pag {
  position: relative;
  margin-top: 30px;
  display: none;
  text-align: center;
  display: none;
  justify-content: center;
  align-items: center;
}


.slider__pag .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d1d5db;
  opacity: 1;
  margin: 0 4px;
  border-radius: 50%;
}

.slider__pag .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid var(--main);
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider__pag .swiper-pagination-bullet-active::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--main);
  border-radius: 50%;
}

@media (max-width: 768px) {
  .new-articles__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider__nav {
    display: none;
    width: 100%;
    justify-content: space-between;
  }

  .new-articles__wrapper {
    display: flex;
    gap: 0;
  }

  .new-articles__slide {

    width: auto;
    flex-shrink: 0;
    order: 1;
  }

  .new-articles__card {
    padding: 20px;
    margin: 0 10px;
  }

  .new-articles__card-title {
    font-size: 16px;
  }

  .slider__pag {
    display: flex;
  }

  .slider__nav {
    display: none;
  }

  .new-articles__all {
    order: 2;
  }
}

@media (max-width: 480px) {
  .new-articles__all {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .new-articles__card {
    margin: 0 8px;
  }

  .new-articles__card-btn {
    width: 100%;
  }

  .new-articles__all {
    order: 2;
  }

  .new-articles__all2 {
    width: 100%;
  }
}

.stories {
  padding-top: 80px;
}

.story {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 20px;
  color: var(--text-light);
  background-color: var(--back);
}

.story__top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.story__img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #5f82ea7c;
  overflow: hidden;
}

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

.story__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.story__title, .story__subtitle {
  color: var(--black);
}

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

.story__subtitle {
  margin-bottom: 10px;
}

.story__result {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid var(--main);
}

.doctor__wrapper {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .story {
    padding: 20px;
  }

  .story__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .story__img {
    width: 60px;
    height: 60px;
  }
}

/*.banner__bg img {
  height: -webkit-fill-available;
  width: 100%;
}*/

.facts.section-offset {
  margin-bottom: 60px;
}
.facts__item {
  padding: 30px;
  border-radius: 30px;
  background-color: #5F82EA;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 430px;
}

.facts__itemnum {
  font-size: 60px;
  font-weight: 500;
}

.facts__itemtitle {
  font-size: 24px;
  font-weight: 600;
}

.facts__itemsource {
  padding: 7px 14px;
  background-color: #FFF3;
  border-radius: 5px;
  margin-top: auto;
}

.facts__itemtext {
  color: #FFFC;
  margin-bottom: 15px;
}

@media (max-width: 1000px) {

.facts__itemnum {
  font-size: 52px;
  font-weight: 500;
}
}

.facts__item.swiper-slide.swiper-slide-next {
  align-content: stretch;
}
@media (max-width: 800px) {
.swiper-pagination.facts__pag {
  position: relative;
  margin-top: 20px;
}
}

.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: "";
  border-radius: 100%;
  padding: 6px;
  border: 1px #5f82ea solid;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #5F82EA;
  position: relative;
}

.stati__date{
    padding: 0px 20px 20px 20px;
    font-size: 14px;
    color: #33333380;
}

.link-tg {
  flex-shrink: 0;
  background-color: #fff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  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;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.link-tg svg path {
  transition: all .3s linear;
}

.link-tg:hover svg path {
  fill: white;
}

.link-tg:hover {
  background-color: #5F82EA;
}

.footer__pay .btn {
  margin-bottom: 15px;
}

.b24-widget-button-telegram {
    background-color: #5f82ea !important;
    background-image: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.b24-widget-button-telegram svg {
    display: block;
    width: 24px;
    height: 20px;
    pointer-events: none;
}