@charset "UTF-8";
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

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

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

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}


.districts-section__head-top {
    display: grid;
    align-items: flex-start;
    grid-template-columns: auto 237px;
    grid-gap: 32px;
}
.districts-section__phone {
    background: rgba(66, 133, 244, 1);
    color: #fff;
    padding: 16px;
    text-align: center;
    border-radius: 2px;
}
.districts-section__head {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.districts-section__body-right {
    background: rgba(66, 133, 244, 1);
    color: #fff;
    padding: 18px 22px;
}
.districts-section__info-title {
    border-radius: 52px;
    background: rgba(255, 255, 255, 0.1);
    padding: 16px;
    display: flex;
    margin-bottom: 22px;
    align-items: center;
    gap: 12px;
}
.districts-section__info-grid {
    display: grid;
    grid-template-areas: "a a a""b b c";
}
.districts-section__feature {
    display: grid;
    grid-template-columns: 52px auto;
    grid-gap: 16px;
    background: rgba(255, 255, 255, 0.1);
    padding: 16px;
    margin-top: 12px;
}
.districts-section__feature-left {
    background: rgba(255, 255, 255, 0.2);
    width: 52px;
    display: flex;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
.districts-section__feature-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.districts-section__feature-text {
    font-size: 14px;
}
.districts-section__info-grid {
    display: flex;
    flex-direction: column;
}
.districts-section__info-block-title {
    color: rgba(255, 255, 255, 0.6);
}
.districts-section__info-block {
    display: flex;
    flex-direction: column;
}
.districts-section__info-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.districts-section__info-block {
    display: flex;
    flex-direction: column;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding-top: 12px;
    padding-bottom: 12px;
}

.districts-section {
    padding-bottom: 64px;
}













.districts-section__list-block {
    background: rgba(237, 243, 254, 1);
    padding: 20px;
}
.districts-section__body-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.districts-section__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}






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

label {
  cursor: pointer;
}

legend {
  display: block;
}

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

main {
  display: block;
}

hr {
  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: 600;
}

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,
[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 {
  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"] {
  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;
}

:root {
  --container-width: 1360px;
  --container-padding: 20px;
  --plashki: #424e59;
  --izobrazhenie: #d2dce8;
  --fon-plashek: #eaedf2;
  --temnyy: #080b0f;
  --tekst: #003649;
  --tekst-svetlyy: #405f6a;
  --belyy: #fff;
  --tegi: #556473;
  --bg-svetlo-seryy: #f9f9f9;
  --color-temno-zelenyy: #206175;
  --color-zelenyy: #3d7c85;
  --color-svetlo-zelenyy-1: #bedbd7;
  --color-svetlo-zelenyy-2: rgba(190, 219, 215, 0.4);
  --gradient-green: linear-gradient(
    222deg,
    rgba(106, 165, 174, 1) 0%,
    rgba(61, 124, 133, 1) 100%
  );
  --gradient-light-gray: linear-gradient(
    222deg,
    rgba(247, 250, 255, 1) 0%,
    rgba(234, 237, 242, 1) 100%
  );
  --gradient-for-photo-decor: linear-gradient(
    0deg,
    rgba(32, 97, 117, 1) 0%,
    rgba(32, 97, 117, 0) 30%,
    rgba(32, 97, 117, 0) 100%
  );
  --decor-gray: #c7d6dc;
  --font-family: "Roboto", sans-serif;
  --temnyy: #3c3232;
  --osnovnoy: #4285f4;
  --akcent: #ed4545;
}

/* Roboto */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/Roboto-Regular.woff") format("woff"), local("Roboto");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/Roboto-Italic.woff2") format("woff2"),
    url("../fonts/Roboto-Italic.woff") format("woff"), local("Roboto");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"),
    url("../fonts/Roboto-Medium.woff") format("woff"), local("Roboto");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"),
    url("../fonts/Roboto-Bold.woff") format("woff"), local("Roboto");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2"),
    url("../fonts/Roboto-BoldItalic.woff") format("woff"), local("Roboto");
}
/* Общие glob */
html.lock {
  overflow: hidden;
}

html.burger-lock {
  overflow: hidden;
}

html.burger-lock::before {
  opacity: 1;
}

html::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3215686275);
  position: fixed;
  inset: 0;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.3s linear;
}

.no-scroll {
  overflow: hidden;
}

body.lock {
  overflow: hidden;
}

body.burger-lock {
  overflow: hidden;
}

body {
  margin: 0;
  overflow-y: auto;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--temnyy);
  font-family: var(--font-family);
  background-color: #fff;
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.section-offset {
  margin-bottom: 160px;
}

.section-padding {
  padding: 160px 0;
  background: rgba(66, 133, 244, 0.1);
}

.section__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
}

.section__row {
  display: flex;
  gap: 40px;
}
.section__row > div {
  width: 100%;
  max-width: calc(50% - 20px);
}

@media (max-width: 1100px) {
  .section__row {
    flex-direction: column;
    gap: 20px;
  }
  .section__row > div {
    max-width: 100%;
  }
}
.section-columns {
  display: flex;
  gap: 40px;
}
.section-columns .container {
  display: contents;
}
.section-columns__left {
  flex-grow: 1;
  max-width: calc(100% - 340px);
}
.section-columns__right {
  flex: 0 0 300px;
}
.columne-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .section-columns {
    flex-direction: column;
    gap: 80px;
  }
  .section-columns__left {
    max-width: 100%;
  }
  .section-columns__right {
    flex: 1 1 auto;
  }
  .container {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .section-columns {
    gap: 40px;
  }
}
.section-head {
  padding: 40px 0 80px;
  background: url("./../img/section-head.jpg") no-repeat center/cover;
  margin-bottom: 100px;
}

.section-head-white {
  padding: 40px 0 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 100px;
}
.section-head-white .breadcrumbs li,
.section-head-white .breadcrumbs li a {
  color: rgba(60, 50, 50, 0.8);
}
.section-head-white .breadcrumbs li a:hover {
  color: rgb(60, 50, 50);
}
.section-head-white .breadcrumbs li:after {
  color: rgba(60, 50, 50, 0.8);
}
.section-head-white .title-h1 {
  color: var(--temnyy);
  text-align: left;
}

/*  buttons */
.btn-blue,
.btn-blue-white,
.btn-red,
.btn-red-white,
.btn-white-red,
.btn-white {
  font-family: var(--font-family);
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  border-radius: 2px;
  padding: 20px 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn-blue {
  color: #fff;
  background: var(--osnovnoy);
  border: 1px solid var(--osnovnoy);
}

.btn-blue-white {
  color: var(--osnovnoy);
  background: transparent;
  border: 1px solid var(--osnovnoy);
}

.btn-red {
  color: #fff;
  background: var(--akcent);
  border: 1px solid var(--akcent);
}

.btn-red-white {
  color: var(--akcent);
  background: transparent;
  border: 1px solid var(--akcent);
}

.btn-white-red {
  color: var(--akcent);
  background: #fff;
  border: 1px solid #fff;
}

.btn-white {
  background: #fff;
  color: var(--osnovnoy);
  border: 1px solid #fff;
}

@media (hover: hover) {
  .btn-blue:hover {
    color: var(--osnovnoy);
    background: transparent;
  }
  .btn-blue-white:hover {
    color: #fff;
    background: var(--osnovnoy);
  }
  .btn-red:hover {
    color: var(--akcent);
    background: #fff;
  }
  .btn-red-white:hover {
    background: rgba(237, 69, 69, 0.1);
    border: 1px solid transparent;
  }
  .btn-white-red:hover {
    color: #fff;
    background: transparent;
  }
  .btn-white:hover {
    background: transparent;
    color: #fff;
  }
}
.btn-more {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: var(--akcent);
  text-align: left;
  transition: all 0.3s ease;
}
.btn-more::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--akcent);
  border-right: 2px solid var(--akcent);
  transform: rotate(135deg);
  transition: all 0.3s ease;
}
.btn-more:hover {
  opacity: 0.5;
}
.btn-more.active::after {
  transform: rotate(315deg);
}

/*  titles  */
.title-h1,
.title-h2 {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 110%;
  color: var(--temnyy);
}

.title-h1 {
  font-size: 58px;
  color: #fff;
  text-align: center;
}

.title-h2 {
  font-size: 48px;
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 40px;
}
.title-h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: var(--osnovnoy);
  position: absolute;
  bottom: 0;
  left: 0;
}

/*  form  */
.input {
  background: transparent;
  border-radius: 0;
  padding-bottom: 20px;
  line-height: 130%;
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease;
}

.input::-moz-placeholder {
  color: #fff;
}

.input::placeholder {
  color: #fff;
}

.input-black {
  padding: 20px 0;
  color: rgb(60, 50, 50);
  border-bottom: 1px solid var(--temnyy);
}

.input-black::-moz-placeholder {
  color: rgba(60, 50, 50, 0.6);
}

.input-black::placeholder {
  color: rgba(60, 50, 50, 0.6);
}

.input-wrapper {
  position: relative;
  overflow: hidden;
}
.input-wrapper .input {
  width: 100%;
}

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

.textarea {
  background: var(--belyy);
  border-radius: 5px;
  padding: 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--tekst);
  border: 1px solid transparent;
  transition: all 0.3s ease;
  width: 100%;
  min-height: 142px;
  resize: none;
}

.politic {
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.7);
}
.politic a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}
.politic a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.politic input[type="checkbox"] {
  position: relative;
  border: 1.5px solid #fff;
  border-radius: 2px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  cursor: pointer;
  transition: all 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}
.politic input[type="checkbox"]::before {
  position: absolute;
  content: "";
  display: block;
  top: 2.5px;
  left: 5.5px;
  width: 5px;
  height: 10px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.politic input[type="checkbox"]:checked {
  color: #fff;
}
.politic input[type="checkbox"]:checked::before {
  opacity: 1;
}

.politic-black {
  color: rgba(60, 50, 50, 0.7);
}
.politic-black a {
  color: rgba(60, 50, 50, 0.7);
}
.politic-black a:hover {
  color: rgb(60, 50, 50);
}
.politic-black input[type="checkbox"] {
  border: 1.5px solid var(--osnovnoy);
}
.politic-black input[type="checkbox"]::before {
  border-color: var(--osnovnoy);
}
.politic-black input[type="checkbox"]:checked {
  color: var(--osnovnoy);
}

/*  search  */
.form-search {
  position: relative;
  width: 100%;
}
.form-search input {
  border: 1px solid rgba(237, 69, 69, 0.5);
  border-radius: 2px;
  padding: 20px 22px;
}
.form-search input::-moz-placeholder {
  color: rgba(60, 50, 50, 0.6);
}
.form-search input::placeholder {
  color: rgba(60, 50, 50, 0.6);
}
.form-search input:focus {
  border: 1px solid var(--akcent);
}
.form-search img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

/* select */
select {
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  outline: none;
  border: 1px solid rgba(66, 133, 244, 0.5);
  border-radius: 2px;
  padding: 18px;
  color: var(--temnyy);
  padding-right: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(66, 133, 244, 0.05) url(./../img/icons/arrow-bottom-red.svg)
    no-repeat right;
  background-position-x: calc(100% - 18px);
  transition: all 0.3s ease;
}
select:hover,
select:focus {
  border: 1px solid var(--osnovnoy);
}

.sort_block label {
  display: block;
  font-size: 16px;
  line-height: 130%;
  color: rgba(60, 50, 50, 0.6);
  margin-bottom: 12px;
}

/* accordion */
.accordion {
  transition: all 0.4s ease;
  cursor: pointer;
  width: 100%;
  position: relative;
}
.accordion--active .accordion__btn-more {
  transform: rotate(180deg);
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

/* tabs */
.tab-btns {
  display: flex;
  gap: 10px;
}

.tab-btn {
  border-radius: 2px;
  padding: 16px 32px;
  background: rgba(66, 133, 244, 0.05);
  border: 1px solid transparent;
  font-weight: 500;
  transition: all 0.3s ease;
}
.tab-btn:hover {
  color: var(--osnovnoy);
}
.tab-btn.active {
  border: 1px solid var(--osnovnoy);
  color: var(--osnovnoy);
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
  width: 100%;
  min-height: 100%;
}

/* breadcrumbs */
.breadcrumbs {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.breadcrumbs,
.breadcrumbs li {
  align-items: center;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.breadcrumbs li,
.breadcrumbs li a {
  font-size: 14px;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease-in;
}

.breadcrumbs li a:hover {
  color: rgb(255, 255, 255);
}

.breadcrumbs li:after {
  content: "—";
  display: block;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: inherit;
}

.breadcrumbs li:last-child::after {
  content: none;
}

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

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

.btn-show {
  width: 100%;
  max-width: 300px;
  margin: 40px auto 0;
}

.article__items {
  display: flex;
  gap: 60px;
  margin-top: 30px;
}
.article__items li {
  display: flex;
  gap: 12px;
}
.article__items li::before {
  content: "";
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  background: url("./../img/icons/calendar-blue.svg") no-repeat center/contain;
}
.article__items li:first-child::before {
  background: url("./../img/icons/eye-blue.svg") no-repeat center/contain;
}

/*  media global  */
@media (max-width: 1100px) {
  .columns-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .title-h1 {
    font-size: 38px;
  }
  .title-h2 {
    font-size: 30px;
  }
}
@media (max-width: 930px) {
  .columns-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
  .section-offset {
    margin-bottom: 80px;
  }
  .section-padding {
    padding: 80px 0;
  }
  .section-head {
    padding: 20px 0 30px;
    margin-bottom: 60px;
  }
  .section-head-white {
    padding: 20px 0;
    margin-bottom: 40px;
  }
  .title-h1 {
    font-size: 28px;
  }
  .title-h2 {
    font-size: 24px;
  }
  .btn-blue,
  .btn-blue-white,
  .btn-red,
  .btn-red-white,
  .btn-white {
    font-size: 16px;
  }
  .input {
    padding-bottom: 12px;
  }
  .tab-btns {
    gap: 6px;
  }
  .tab-btn {
    padding: 14px 16px;
  }
  .breadcrumbs {
    margin-bottom: 30px;
  }
  .breadcrumbs,
  .breadcrumbs li {
    gap: 4px;
  }
  .breadcrumbs li,
  .breadcrumbs li a {
    font-size: 14px;
  }
  .article__items {
    flex-direction: column;
    gap: 16px;
  }
  .article__items li::before {
    min-width: 22px;
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 620px) {
  .columns-3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media (max-width: 400px) {
  .container {
    padding: 0 10px;
  }
}
/* swiper CUSTOM */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-paginations {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

/* swiper-buttons */
.swiper-btns {
  display: flex;
  align-items: center;
  gap: 6px;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-button-next--white,
.swiper-button-prev--white {
  position: static;
  margin: 0;
  min-width: 52px;
  width: 52px;
  height: 52px;
  border-radius: 2px;
  background: rgba(66, 133, 244, 0.1);
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  border: 1px solid var(--osnovnoy);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #4285f4; /* Цвет стрелки по умолчанию */
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.7841 13.7951C7.51039 14.0683 7.06729 14.0683 6.79428 13.7951C6.52058 13.5218 6.52058 13.0795 6.79428 12.8069L11.3023 8.30678C11.5228 8.08665 11.3667 7.71068 11.0552 7.71068H0.700009C0.313604 7.71068 0 7.3913 0 7.00555V7.00247C0 6.61672 0.313604 6.31272 0.700009 6.31272H11.0552C11.3667 6.31272 11.5228 5.93607 11.3023 5.71594L6.77259 1.19324C6.49888 0.919998 6.49888 0.477651 6.77259 0.204411C7.04559 -0.0681369 7.48869 -0.0681369 7.7624 0.204411L13.59 6.02287C14.1367 6.56866 14.1367 7.45337 13.59 7.99916C13.4479 8.14102 7.6714 13.9076 7.7841 13.7951Z" fill="black"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.7841 13.7951C7.51039 14.0683 7.06729 14.0683 6.79428 13.7951C6.52058 13.5218 6.52058 13.0795 6.79428 12.8069L11.3023 8.30678C11.5228 8.08665 11.3667 7.71068 11.0552 7.71068H0.700009C0.313604 7.71068 0 7.3913 0 7.00555V7.00247C0 6.61672 0.313604 6.31272 0.700009 6.31272H11.0552C11.3667 6.31272 11.5228 5.93607 11.3023 5.71594L6.77259 1.19324C6.49888 0.919998 6.49888 0.477651 6.77259 0.204411C7.04559 -0.0681369 7.48869 -0.0681369 7.7624 0.204411L13.59 6.02287C14.1367 6.56866 14.1367 7.45337 13.59 7.99916C13.4479 8.14102 7.6714 13.9076 7.7841 13.7951Z" fill="black"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.swiper-button-prev:after {
  transform: rotate(180deg);
}

/* swiper-buttons--white */
.swiper-button-next--white,
.swiper-button-prev--white {
  background: #fff;
  border: 1px solid var(--osnovnoy);
}

.swiper-button-next--white:hover,
.swiper-button-prev--white:hover {
  background: var(--osnovnoy);
}

.swiper-button-next--white:hover:after,
.swiper-button-prev--white:hover:after {
  background-color: #fff;
}

/* swiper-pagination  */
.swiper-pagination {
  position: static;
  width: auto !important;
}
.swiper-pagination-bullet {
  position: static;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background: var(--osnovnoy);
}

.swiper-number {
  width: 52px;
  height: 52px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in;
}

.swiper-pagination-fraction {
  font-weight: 700;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-fraction .swiper-pagination-current {
  font-weight: 700;
  font-size: 26px;
  color: var(--belyy);
}

.swiper-scrollbar {
  position: static !important;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.swiper-scrollbar-drag {
  background: var(--belyy);
  border-radius: 10px;
}

.swiper-scrollbar-temnyy {
  position: static !important;
  background: var(--izobrazhenie);
}
.swiper-scrollbar-temnyy .swiper-scrollbar-drag {
  background: var(--color-zelenyy);
}

@media (max-width: 768px) {
  .swiper-number {
    flex-grow: 1;
    height: 44px;
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in;
  }
}
@keyframes transformItem {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.transform-item {
  opacity: 0;
}

.scale-item {
  scale: 0.6;
  opacity: 0;
  transition: scale 0.4s ease, opacity 0.3s ease;
}

@keyframes textAnimation {
  0% {
    opacity: 0;
    transform: translateX(-120px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.text-animation {
  opacity: 0;
}

.animation-active.scale-item {
  opacity: 1;
  scale: 1;
}
.animation-active.scale-item:nth-child(2n) {
  transition: scale 0.6s ease, opacity 0.5s ease;
}
.animation-active.scale-item:nth-child(3n) {
  transition: scale 0.9s ease, opacity 0.8s ease;
}
.animation-active.scale-item:nth-child(5n) {
  transition: scale 0.7s ease, opacity 0.6s ease;
}
.animation-active.scale-item:nth-child(7n) {
  transition: scale 0.8s ease, opacity 0.7s ease;
}
.animation-active.text-animation {
  opacity: 1;
  animation: textAnimation 0.4s forwards;
}
.animation-active.transform-item {
  opacity: 1;
  animation: transformItem 0.4s forwards;
}
.animation-active.transform-item:nth-child(2n) {
  animation: transformItem 0.6s forwards;
}
.animation-active.transform-item:nth-child(3n) {
  animation: transformItem 0.7s forwards;
}
.animation-active.transform-item:nth-child(5n) {
  animation: transformItem 0.8s forwards;
}
.animation-active.transform-item:nth-child(7n) {
  animation: transformItem 0.9s forwards;
}

/* animation photo */
.img-animation img {
  transition: scale 3s ease;
}

.img-animation {
  overflow: hidden;
  position: relative;
  border-radius: 2px;
}
.img-animation:hover img {
  scale: 1.08;
}
.img-animation::before {
  border-radius: 2px;
  display: block;
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  /* opacity: 0.5; */
  clip-path: circle(0% at 100% 100%);
  z-index: 2;
  transition: clip-path 0.4s ease-in-out;
  background: rgba(66, 133, 244, 0.2);
}
.img-animation:hover::before {
  clip-path: circle(100%);
}

/* header  */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
}

.header__logo {
  display: block;
  overflow: hidden;
  max-width: 255px;
  max-height: 60px;
  min-width: 200px;
  width: 100%;
}

.logo__picture {
  width: 100%;
  height: 100%;
}
.logo__picture img {
  width: 100%;
  height: 100%;
  max-width: 255px;
}

.header__main::-webkit-scrollbar,
.header__top::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.main {
  margin-top: 188px;
}

/* header__top  */
.header__top {
  padding: 30px 0 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.3s ease;
}
.header__top.hide {
  transform: translateY(-150px);
  opacity: 0;
  visibility: hidden;
  padding: 5px 0;
}

.header__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.header__info_text {
  font-size: 16px;
  line-height: 130%;
  color: rgba(60, 50, 50, 0.4);
  margin-bottom: 8px;
}

.header__info_link {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: var(--temnyy);
  transition: all 0.2s ease-in;
}
.header__info_link button {
  font-weight: 500;
  color: var(--akcent);
  text-decoration: underline;
  transition: all 0.2s ease-in;
}
.header__info_link button:hover {
  color: rgba(237, 69, 69, 0.6);
}

a.header__info_link:hover {
  color: var(--osnovnoy);
  text-decoration: underline;
}

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

.header__btn-search {
  padding: 21px;
  aspect-ratio: 1/1;
}

/* header__main */
.header__main {
  background: #fff;
}

.header__menu {
  display: contents;
}

.header__nav > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header__nav_item a {
  display: block;
  padding: 20px 0 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: var(--temnyy);
  transition: all 0.2s ease-in;
}
.header__nav_item a:hover {
  color: var(--akcent);
}
.header__nav_item.hide-item {
  position: relative;
  padding-right: 24px;
}
.header__nav_item.hide-item::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--akcent);
  border-bottom: 2px solid var(--akcent);
  transform: rotate(45deg);
  cursor: pointer;
  position: absolute;
  top: 28px;
  bottom: 0;
  right: 0;
  transition: all 0.2s ease-in;
}
.header__nav_item.hide-item:hover::after {
  transform: rotate(225deg);
}
.header__nav_item.hide-item:hover .header__submenu {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}

/*  header__submenu */
.header__submenu {
  z-index: 100;
  position: absolute;
  top: 100%;
  left: 0px;
  border-top: 1px solid rgba(60, 50, 50, 0.1);
  border-radius: 0 0 2px 2px;
  padding: 16px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  min-width: 308px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.3s ease;
}
.header__submenu a {
  display: block;
  padding: 8px 0;
  width: 100%;
}

.hide-item--active .header__submenu {
  display: block;
}

.hide-item--active > a {
  color: var(--akcent);
}
.hide-item--active > a::after {
  transform: rotate(225deg);
}

/* mobile__wrapper */
.header-mobile__wrapper {
  display: none;
}

.header-mobile__search {
  position: relative;
}

.header-mobile__burger-btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

.header__networks {
  display: flex;
  gap: 8px;
}

.header__network {
  width: 50px;
  height: 50px;
  border-radius: 2px;
  fill: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-mobile__info {
  order: 5;
}

.header-mobile__phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: var(--temnyy);
  vertical-align: middle;
  transition: all 0.2s ease-in;
}
.header-mobile__phone:hover {
  color: var(--akcent);
}

/* burger__menu */
.burger__menu {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: var(--osnovnoy);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham4 .top {
  stroke-dasharray: 40 121;
}

.ham4 .bottom {
  stroke-dasharray: 40 121;
}

.ham4.active .top {
  stroke-dashoffset: -68px;
}

.ham4.active .bottom {
  stroke-dashoffset: -68px;
}

@media (max-width: 1260px) {
  .main {
    margin-top: 100px;
  }
  .header-mobile__wrapper {
    display: block;
  }
  .header__info_item,
  .header__nav,
  .header__btns {
    display: none;
  }
  .header__main {
    padding: 0;
  }
  .header__top {
    padding: 20px 0;
    border: none;
    gap: 16px;
  }
  .header__menu {
    display: none;
  }
  .header__menu--active {
    position: fixed;
    top: 100px;
    right: 0;
    width: 100%;
    z-index: 10;
    height: calc(100% - 100px);
    overflow-y: auto;
    padding: 40px 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-top: 1px solid rgba(66, 133, 244, 0.2);
  }
  .header__menu--active::-webkit-scrollbar {
    width: 3px;
  }
  .header__menu--active::-webkit-scrollbar-track {
    background: #dcdcdd;
    border-radius: 3px;
  }
  .header__menu--active::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: var(--akcent);
  }
  .header__menu--active .header__nav {
    display: block;
    opacity: 1 !important;
    order: 1;
  }
  .header__menu--active .header__btn {
    width: 100%;
  }
  .header__menu--active .header__info {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
    order: 3;
    margin-bottom: 30px;
  }
  .header__menu--active .header__info .header__info_item {
    display: block;
  }
  .header__nav > ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .header__nav_item {
    border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  }
  .header__nav_item a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 700;
    font-size: 20px;
    padding: 16px 0;
  }
  .header__nav_item.hide-item {
    padding-right: 40px;
  }
  .header__nav_item.hide-item::after {
    top: 22px;
    right: 4px;
  }
  .header__nav_item.hide-item:hover::after {
    transform: rotate(45deg);
  }
  .header__nav_item.hide-item.hide-item--active::after {
    transform: rotate(225deg);
  }
  .header__nav_item.hide-item.hide-item--active .header__submenu {
    max-height: none;
    pointer-events: all;
    opacity: 1;
    transform: translateY(0px);
    margin-bottom: 20px;
  }
  .header__submenu {
    z-index: 100;
    position: static;
    border-top: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    background: #fff;
    min-width: 100%;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-50px);
    transition: all 0.3s ease;
  }
  .header__submenu a {
    display: block;
    padding: 6px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-decoration: underline;
    color: var(--temnyy);
    position: relative;
    padding-left: 16px;
  }
  .header__submenu a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: var(--akcent);
    position: absolute;
    top: 14px;
    left: 0;
  }
}
@media (max-width: 768px) {
  .main {
    margin-top: 84px;
  }
  .header__menu--active {
    top: 84px;
    height: calc(100% - 84px);
  }
  .header__logo {
    display: block;
    overflow: hidden;
    max-width: 44px;
    max-height: 44px;
    min-width: 40px;
    width: 100%;
  }
}
.intro {
  padding: 100px 0 160px;
  background: url("./../img/intro/intro-bg.jpg") no-repeat center/cover;
}
.intro__title {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 28px;
}
.intro__items {
  margin-bottom: 44px;
}
.intro__items ul {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.intro__items ul li {
  padding-left: 34px;
  position: relative;
}
.intro__items ul li:not(:last-child) {
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.intro__items ul li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("./../img/icons/like.svg") no-repeat center/contain;
  position: absolute;
  top: -4px;
  left: 0;
}
.intro__btn {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}

@media (max-width: 1024px) {
  .intro {
    padding: 40px 0 160px;
  }
  .intro__title {
    margin-bottom: 24px;
  }
  .intro__items {
    margin-bottom: 24px;
  }
  .intro__items ul {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .intro__items ul li {
    padding-left: 28px;
  }
  .intro__items ul li:not(:last-child) {
    padding-right: 0;
    border-right: none;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .intro__items ul li::before {
    width: 18px;
    height: 18px;
    top: 0px;
  }
}
@media (max-width: 440px) {
  .intro__btn {
    max-width: 100%;
  }
}
.services {
  margin-top: -100px;
}
.services__wrap {
  border-radius: 2px;
  padding: 40px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
}
.services__items {
  display: flex;
  gap: 22px;
  margin-bottom: 32px;
}
.services__item {
  flex-grow: 1;
}
.services__item_top {
  margin-bottom: 20px;
}
.services__item:not(:last-child) {
  padding-right: 22px;
  border-right: 1px solid rgba(60, 50, 50, 0.1);
}
.services__title {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: var(--temnyy);
  margin-bottom: 12px;
  transition: all 0.3s ease;
}
.services__title:hover {
  color: var(--osnovnoy);
}
.services__price {
  font-weight: 500;
  color: var(--osnovnoy);
}
.services__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.services__list a {
  display: block;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--temnyy);
  position: relative;
  padding-left: 20px;
  transition: all 0.3s ease;
}
.services__list a:hover {
  color: var(--akcent);
}
.services__list a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--akcent);
  position: absolute;
  top: 6px;
  left: 0;
}
.services__btn {
  border-radius: 2px;
  padding: 25px 32px;
  background: rgba(237, 69, 69, 0.05);
  color: var(--akcent);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.services__btn:hover {
  border: 1px solid var(--akcent);
}

@media (max-width: 1024px) {
  .services__items {
    flex-wrap: wrap;
  }
  .services__item {
    flex: 1 0 40%;
  }
  .services__item:nth-child(2n) {
    padding-right: 0;
    border-right: none;
  }
}
@media (max-width: 768px) {
  .services {
    margin-top: -120px;
  }
  .services__wrap {
    padding: 20px;
  }
  .services__items {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .services__item {
    flex-grow: 1;
  }
  .services__item:nth-child(n) {
    padding-right: 0;
    border-right: none;
  }
  .services__item {
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  }
  .services__item_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 17px;
  }
  .services__title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .services__list {
    gap: 10px;
  }
  .services__list a {
    padding-left: 16px;
  }
  .services__list a::before {
    width: 6px;
    height: 6px;
    top: 6px;
    left: 0;
  }
  .services__btn {
    padding: 16px 20px;
  }
}
.intro-service .breadcrumbs {
  margin-bottom: 20px;
}
.intro-service__wrap {
  padding: 60px;
  background: url("./../img/intro/intro-service-bg.jpg") no-repeat center/cover;
  position: relative;
  overflow: hidden;
}
.intro-service__wrap::after {
  content: "";
  display: block;
  width: 1998px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: rgba(66, 133, 244, 0.7);
  position: absolute;
  bottom: -292px;
  right: 117px;
}
.intro-service__wrap::before {
  content: "";
  display: block;
  width: 1776px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: rgba(66, 133, 244, 0.7);
  position: absolute;
  bottom: -181px;
  right: 228px;
}
.intro-service__title {
  margin-bottom: 28px;
  max-width: 80%;
  text-align: left;
  position: relative;
  z-index: 2;
}
.intro-service__items {
  margin-bottom: 87px;
  position: relative;
  z-index: 2;
}
.intro-service__items ul {
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
.intro-service__items ul li {
  padding-left: 34px;
  position: relative;
}
.intro-service__items ul li:not(:last-child) {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 14px;
}
.intro-service__items ul li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("./../img/icons/like.svg") no-repeat center/contain;
  position: absolute;
  top: -4px;
  left: 0;
}
.intro-service__btn {
  display: block;
  width: 100%;
  max-width: 300px;
}
.intro-service__price {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
  padding: 37px 24px 24px;
  width: 343px;
  height: 132px;
  background: #ed4545;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="343" height="132" viewBox="0 0 343 132"><path d="M617 132C617 96.9914 584.497 63.4167 526.642 38.6619C468.787 13.9071 390.319 0 308.5 0C226.681 0 148.213 13.9071 90.3576 38.6619C32.5026 63.4167 0 96.9914 0 132H617Z" fill="black"/></svg>');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="343" height="132" viewBox="0 0 343 132"><path d="M617 132C617 96.9914 584.497 63.4167 526.642 38.6619C468.787 13.9071 390.319 0 308.5 0C226.681 0 148.213 13.9071 90.3576 38.6619C32.5026 63.4167 0 96.9914 0 132H617Z" fill="black"/></svg>');
  mask-repeat: no-repeat;
  mask-size: contain;
}
.intro-service__price span {
  display: block;
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  color: #fff;
  margin-top: 8px;
}

@media (max-width: 900px) {
  .intro-service .container {
    display: contents;
  }
  .intro-service .breadcrumbs {
    margin-bottom: 24px;
  }
  .intro-service__wrap {
    padding: 20px 20px 118px;
  }
  .intro-service__wrap::after {
    min-width: 675px;
    width: 200%;
    bottom: 62px;
    right: -30%;
  }
  .intro-service__wrap::before {
    content: "";
    display: block;
    min-width: 600px;
    width: 190%;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background: rgba(66, 133, 244, 0.7);
    position: absolute;
    bottom: 100px;
    right: -20%;
  }
  .intro-service__title {
    margin-bottom: 24px;
  }
  .intro-service__items {
    margin-bottom: 30px;
  }
  .intro-service__items ul li {
    padding-left: 28px;
  }
  .intro-service__items ul li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .intro-service__items ul li::before {
    width: 18px;
    height: 18px;
    top: 0px;
  }
  .intro-service__price {
    padding: 33px 20px 16px;
    width: 232px;
    height: 100px;
    background: #ed4545;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="232" height="100" viewBox="0 0 232 100"><path d="M467 100C467 73.4783 442.399 48.043 398.609 29.2893C354.82 10.5357 295.428 0 233.5 0C171.572 0 112.18 10.5357 68.3906 29.2893C24.6008 48.0429 0 73.4783 0 100H467Z" fill="black"/></svg>');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="232" height="100" viewBox="0 0 232 100"><path d="M467 100C467 73.4783 442.399 48.043 398.609 29.2893C354.82 10.5357 295.428 0 233.5 0C171.572 0 112.18 10.5357 68.3906 29.2893C24.6008 48.0429 0 73.4783 0 100H467Z" fill="black"/></svg>');
    mask-repeat: no-repeat;
    mask-size: contain;
  }
  .intro-service__price span {
    font-size: 24px;
    margin-top: 4px;
  }
}
@media (max-width: 600px) {
  .intro-service__wrap {
    padding: 20px 10px 118px;
  }
  .intro-service__title {
    max-width: 100%;
  }
  .intro-service__items ul {
    width: 100%;
  }
  .intro-service__btn {
    max-width: 100%;
  }
}
.about__text > p {
  margin-bottom: 24px;
}
.about__items {
  border: 1px solid var(--osnovnoy);
  border-radius: 2px;
  padding: 28px;
}
.about__items li:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  margin-bottom: 20px;
}
.about__items li span {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: var(--osnovnoy);
  margin-bottom: 8px;
}
.about__swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
}
.about__swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2px;
}
.about__swiper-paginations {
  border-radius: 2px;
  padding: 10px;
  background: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 2;
  justify-content: space-between;
}

@media (max-width: 1100px) {
  .about__swiper-slide img {
    max-height: 500px;
  }
}
@media (max-width: 768px) {
  .about {
    overflow: hidden;
  }
  .about__row {
    flex-direction: column-reverse;
  }
  .about__text > p {
    margin-bottom: 20px;
  }
  .about__items {
    padding: 20px;
  }
  .about__items li:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .about__swiper {
    overflow: visible;
  }
  .about__swiper-slide img {
    max-height: 350px;
  }
  .about__swiper-paginations {
    border-radius: 0;
    padding: 0;
    background: transparent;
    position: static;
    justify-content: center;
    margin-top: 14px;
  }
  .about__swiper-button-prev,
  .about__swiper-button-next {
    display: none;
  }
}
.why-us {
  overflow: hidden;
}
.why-us__list {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 32px;
}
.why-us__item {
  flex-grow: 1;
  max-width: calc(33.3333333333% - 22px);
  display: flex;
  gap: 20px;
  position: relative;
  padding-right: 32px;
  border-right: 1px solid rgba(66, 133, 244, 0.2);
}
.why-us__item:nth-child(3n) {
  padding-right: 0;
  border-right: none;
}
.why-us__item:nth-last-child(n + 4)::after {
  content: "";
  display: block;
  width: calc(100% + 32px);
  height: 1px;
  background: rgba(66, 133, 244, 0.2);
  position: absolute;
  bottom: -32px;
  left: -15px;
}
.why-us__item_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: var(--osnovnoy);
}
.why-us__item_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: var(--temnyy);
  margin-bottom: 12px;
}

@media (max-width: 1100px) {
  .why-us__item {
    max-width: calc(50% - 22px);
  }
  .why-us__item:nth-child(n) {
    padding-right: 32px;
    border-right: 1px solid rgba(66, 133, 244, 0.2);
  }
  .why-us__item:nth-child(2n) {
    padding-right: 0;
    border-right: none;
  }
  .why-us__item:nth-last-child(n + 3)::after {
    content: "";
    display: block;
    width: calc(100% + 32px);
    height: 1px;
    background: rgba(66, 133, 244, 0.2);
    position: absolute;
    bottom: -32px;
    left: 0;
  }
}
@media (max-width: 768px) {
  .why-us__list {
    flex-direction: column;
    gap: 20px;
  }
  .why-us__item {
    max-width: 100%;
    gap: 16px;
  }
  .why-us__item:nth-child(n) {
    padding-right: 0;
    border-right: none;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(66, 133, 244, 0.2);
  }
  .why-us__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .why-us__item:nth-child(n)::after {
    content: none;
  }
  .why-us__item_icon {
    min-width: 44px;
    width: 44px;
    height: 44px;
    padding: 10px;
  }
  .why-us__item_title {
    font-size: 20px;
  }
}
.location__left p {
  margin-bottom: 24px;
}
.location__left button {
  width: 100%;
}
.location__maps {
  border-radius: 2px;
  width: 100%;
  height: 100%;
  min-height: 411px;
  max-height: 411px;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
.location__map {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.location__right {
  width: 100%;
}
.location__item:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  margin-bottom: 24px;
}
.location__item_name {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: var(--temnyy);
  margin-bottom: 20px;
}
.location__item_border {
  border: 1px solid var(--osnovnoy);
  border-radius: 2px;
  padding: 28px;
}
.location__item_border span {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  color: var(--osnovnoy);
  margin-bottom: 8px;
}
.location__item_time li:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  margin-bottom: 20px;
}
.location__item_time li span {
  position: relative;
  padding-left: 30px;
}
.location__item_time li span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("./../img/icons/clock.svg") no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1100px) {
  .location__left {
    display: contents;
  }
  .location__left button {
    order: 3;
  }
}
@media (max-width: 768px) {
  .location__left p {
    margin-bottom: 0;
  }
  .location__maps {
    min-height: 300px;
    max-height: 300px;
  }
  .location__right {
    padding-top: 20px;
    border-top: 1px solid rgba(60, 50, 50, 0.1);
  }
  .location__item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .location__item_name {
    margin-bottom: 16px;
  }
  .location__item_border {
    padding: 20px;
  }
  .location__item_time li:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
.prices__row {
  display: flex;
  align-items: start;
  gap: 40px;
}
.prices__info {
  flex: 0 0 300px;
}
.prices__info_block:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  margin-bottom: 20px;
}
.prices__payment_name {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  color: var(--temnyy);
  margin-bottom: 16px;
}
.prices__payment_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.prices__payment_list li {
  flex: 1 0 30%;
  border: 1px solid rgba(66, 133, 244, 0.2);
  border-radius: 2px;
  padding: 12px 4px;
  background: rgba(66, 133, 244, 0.1);
  font-size: 16px;
  line-height: 130%;
  color: var(--osnovnoy);
  text-align: center;
}
.prices__warning_wrap {
  border-left: 4px solid var(--akcent);
  padding: 24px;
  background: #fef8f8;
}
.prices__warning_name {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  color: var(--akcent);
  margin-bottom: 12px;
}
.prices__warning_text {
  font-size: 16px;
}
.prices__warning_text a {
  text-decoration: underline;
  color: var(--akcent);
  transition: all 0.2s ease-in;
}
.prices__warning_text a:hover {
  color: rgba(237, 69, 69, 0.6);
}
.prices__warning_phone {
  padding-top: 16px;
  border-top: 1px solid rgba(60, 50, 50, 0.1);
  margin-top: 16px;
}
.prices__warning_phone a {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  color: var(--temnyy);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease-in;
}
.prices__warning_phone a:hover {
  color: var(--akcent);
}
.prices__right {
  flex-grow: 1;
}
.prices__table {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.prices__table_thead {
  display: block;
  width: 100%;
}
.prices__table_thead tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: var(--osnovnoy);
  color: #fff;
}
.prices__table_body {
  display: block;
  width: 100%;
}
.prices__table_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
.prices__table_item:nth-child(even) {
  background: #f6f9fe;
}
.prices__table_name a {
  color: var(--temnyy);
  transition: all 0.2s ease-in;
}
.prices__table_name a:hover {
  text-decoration: underline;
  color: var(--osnovnoy);
}
.prices__table_btn {
  font-weight: 500;
  text-decoration: underline;
  text-align: right;
  color: var(--osnovnoy);
  transition: all 0.2s ease-in;
}
.prices__table_btn:hover {
  color: rgba(66, 133, 244, 0.6);
}
.prices__content {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  margin-bottom: 28px;
}

@media (max-width: 900px) {
  .prices__row {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .prices__info {
    display: contents;
  }
  .prices__info_block:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .prices__info_block:not(:first-child) {
    padding-top: 20px;
    border-top: 1px solid rgba(60, 50, 50, 0.1);
  }
  .prices__payment {
    order: 2;
  }
  .prices__warning {
    order: 3;
  }
  .prices__right {
    flex-grow: 1;
  }
}
@media (max-width: 768px) {
  .prices__payment_list li {
    font-size: 14px;
  }
  .prices__warning_wrap {
    padding: 20px 18px;
  }
  .prices__table {
    margin-bottom: 16px;
  }
  .prices__table_thead tr {
    padding: 16px;
  }
  .prices__table_item {
    padding: 16px;
  }
  .prices__content {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.appeal__wrap {
  padding: 52px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  display: flex;
  gap: 40px;
}
.appeal__photo {
  display: block;
  width: 100%;
  max-width: 320px;
}
.appeal__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 320px;
  max-height: 400px;
  border-radius: 2px;
}
.appeal__fio {
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  color: var(--temnyy);
  margin-bottom: 16px;
}
.appeal__info {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  margin-bottom: 32px;
}
.appeal__info li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.appeal__info li img {
  min-width: 24px;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}
.appeal__text p:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 1024px) {
  .appeal__wrap {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .appeal__photo {
    max-width: 480px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .appeal__photo img {
    max-width: 480px;
    max-height: 460px;
  }
  .appeal__content {
    display: contents;
  }
  .appeal__info {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .appeal__text {
    order: -1;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(60, 50, 50, 0.1);
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .appeal__wrap {
    padding: 0;
    box-shadow: none;
  }
  .appeal__photo {
    margin-bottom: 16px;
  }
  .appeal__photo img {
    max-width: 480px;
    max-height: 380px;
    -o-object-position: top;
    object-position: top;
  }
  .appeal__fio {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .appeal__info {
    gap: 10px;
  }
  .appeal__info li img {
    min-width: 18px;
    width: 18px;
    height: 18px;
  }
}
.doctors {
  overflow: hidden;
}
.doctors__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;
  position: relative;
}
.doctors__top::after {
  content: "";
  display: inline-block;
  width: calc(100% - 188px - 198px);
  height: 2px;
  background: rgba(66, 133, 244, 0.2);
  position: absolute;
  top: 50%;
  left: 188px;
}
.doctors__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: var(--temnyy);
}
.doctors__btn {
  padding: 16px 40px;
}
.doctors__swiper {
  height: auto;
  margin-bottom: 24px;
}
.doctors__card {
  border-radius: 2px;
  padding: 20px;
  background: #fff;
}
.doctors__card_content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.doctors__card_photo {
  display: block;
  width: 100%;
  max-width: 220px;
  border: 1px solid rgba(66, 133, 244, 0.1);
  background: rgba(66, 133, 244, 0.05);
}
.doctors__card_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 220px;
  max-height: 220px;
  aspect-ratio: 1/1;
  border-radius: 2px;
}
.doctors__card_fio {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: var(--temnyy);
  margin-bottom: 24px;
}
.doctors__card_info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.doctors__card_info li {
  position: relative;
  padding-left: 32px;
}
.doctors__card_info li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("./../img/icons/doctor-red.svg") no-repeat center/contain;
}
.doctors__card_info li:first-child::before {
  background: url("./../img/icons/doctor-red.svg") no-repeat center/contain;
}
.doctors__card_info li:last-child::before {
  background: url("./../img/icons/bag-red.svg") no-repeat center/contain;
}




.districts-section__list-block-title {
    color: rgba(60, 50, 50, 1);
    font-weight: 700;
    margin-bottom: 12px;
}
.districts-section__list-block-list span {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
}
.districts-section__list-block-list {
    columns: 2;
}
.districts__subtitle {
    margin-top: 28px;
    margin-bottom: 32px;
}
.districts-section h2 {
    font-size: 48px;
    line-height: 110%;
    font-weight: 600;
}
.districts__line {
    width: 100px;
    height: 3px;
    background: rgba(66, 133, 244, 1);
    display: block;
    margin-top: 16px;
}



.doctors__card_btns {
  display: flex;
  gap: 8px;
  width: 100%;
}
.doctors__card_btns > * {
  flex-grow: 1;
}

.licenses__top::after {
  width: calc(100% - 144px - 229px);
  left: 144px;
}
.licenses__swiper {
  height: auto;
  margin-bottom: 24px;
}
.licenses__picture {
  display: block;
  border-radius: 2px;
  padding: 10px;
  background: #fff;
}
.licenses__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  max-height: 323px;
  border-radius: 2px;
}

.doctors-page__tab-btns {
  flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  margin-bottom: 40px;
}
.doctors-page__card {
  border-radius: 2px;
  padding: 28px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.doctors-page__card_photo {
  display: block;
  width: 100%;
  border: 1px solid rgba(66, 133, 244, 0.1);
  background: rgba(66, 133, 244, 0.05);
  border-radius: 2px;
  margin-bottom: 20px;
}
.doctors-page__card_photo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 260px;
  max-height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  margin: 0 auto;
  border-radius: 2px;
}
.doctors-page__card_fio {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: var(--temnyy);
  margin-bottom: 24px;
}
.doctors-page__card_info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 46px;
}
.doctors-page__card_info li {
  position: relative;
  padding-left: 32px;
}
.doctors-page__card_info li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("./../img/icons/doctor-red.svg") no-repeat center/contain;
}
.doctors-page__card_info li:first-child::before {
  background: url("./../img/icons/doctor-red.svg") no-repeat center/contain;
}
.doctors-page__card_info li:last-child::before {
  background: url("./../img/icons/bag-red.svg") no-repeat center/contain;
}
.doctors-page__card_btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

@media (max-width: 1100px) {
  .doctors__row {
    gap: 40px;
  }
  .doctors__swiper-button-prev,
  .doctors__swiper-button-next {
    display: none;
  }
  .doctors__swiper {
    overflow: visible;
  }
  .licenses__swiper-button-prev,
  .licenses__swiper-button-next {
    display: none;
  }
  .licenses__swiper {
    overflow: visible;
  }
}
@media (max-width: 768px) {
  .doctors__row {
    gap: 30px;
  }
  .doctors__block {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .doctors__top {
    display: contents;
  }
  .doctors__top::after {
    content: none;
  }
  .doctors__title {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 32px;
  }
  .doctors__title::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: rgba(66, 133, 244, 0.2);
  }
  .doctors__btn {
    order: 3;
  }
  .doctors__swiper {
    margin-bottom: 0;
  }
  .doctors__swiper-button-prev,
  .doctors__swiper-button-next {
    display: none;
  }
  .licenses__swiper {
    margin-bottom: 0;
  }
  .licenses__picture img {
    max-height: 380px;
  }
  .doctors-page__tab-btns {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .doctors-page__card {
    padding: 20px;
  }
  .doctors-page__card_fio {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .doctors-page__card_info {
    gap: 10px;
    margin-bottom: 20px;
  }
  .doctors-page__card_info li {
    position: relative;
    padding-left: 26px;
  }
  .doctors-page__card_info li::before {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 560px) {
  .doctors__card {
    padding: 20px;
  }
  .doctors__card_content {
    flex-direction: column;
    align-items: stretch;
  }
  .doctors__card_photo {
    max-width: 100%;
  }
  .doctors__card_photo img {
    margin: 0 auto;
    max-width: 320px;
    max-height: 250px;
    -o-object-position: top;
    object-position: top;
  }
  .doctors__card_fio {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .doctors__card_info {
    gap: 10px;
  }
  .doctors__card_info li {
    padding-left: 26px;
  }
  .doctors__card_info li::before {
    width: 18px;
    height: 18px;
  }
  .doctors__card_btns {
    flex-direction: column;
  }
}
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {
  font-weight: 700;
  line-height: 110%;
  color: var(--temnyy);
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.text-block h2::after,
.text-block h3::after,
.text-block h4::after,
.text-block h5::after,
.text-block h6::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: var(--osnovnoy);
  position: absolute;
  bottom: 0;
  left: 0;
}
.text-block h2:not(:first-child),
.text-block h3:not(:first-child),
.text-block h4:not(:first-child),
.text-block h5:not(:first-child),
.text-block h6:not(:first-child) {
  margin-top: 60px;
}
.text-block h2 {
  font-size: 48px;
}
.text-block h3 {
  font-size: 36px;
}
.text-block h4 {
  font-size: 24px;
}
.text-block h2:empty,
.text-block h3:empty,
.text-block h4:empty,
.text-block h5:empty,
.text-block h6:empty {
  margin-bottom: 0;
}
.text-block p:not(:last-child) {
  margin-bottom: 24px;
}
.text-block span {
  font-weight: 500;
}
.text-block a:not(.phone-btn-white) {
  color: var(--temnyy);
  text-decoration: underline;
  transition: all 0.3s ease;
}
.text-block a:not(.phone-btn-white):hover {
  color: var(--akcent);
}
.text-block ul:not(.breadcrumbs) {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(237, 69, 69, 0.1);
  border-radius: 2px;
  padding: 24px;
  background: rgba(237, 69, 69, 0.04);
  margin-bottom: 24px;
}
.text-block ul:not(.breadcrumbs) li {
  display: flex;
  gap: 10px;
}
.text-block ul:not(.breadcrumbs) li::before {
  content: "";
  display: block;
  min-width: 8px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--akcent);
  margin-top: 8px;
}
.text-block ul:not(.breadcrumbs) li:nth-child(even)::before {
  background-color: var(--osnovnoy);
}
.text-block ul:not(.breadcrumbs) li:not(:last-child) {
  margin-bottom: 14px;
}
.text-block ol {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  counter-reset: item;
  border: 1px solid rgba(237, 69, 69, 0.1);
  border-radius: 2px;
  padding: 24px;
  background: rgba(237, 69, 69, 0.04);
  margin-bottom: 24px;
}
.text-block ol li {
  display: flex;
  gap: 12px;
}
.text-block ol li::before {
  content: counter(item);
  counter-increment: item;
  display: block;
  min-width: 28px;
  width: 28px;
  height: 28px;
  border: 1px solid var(--akcent);
  border-radius: 2px;
  font-size: 16px;
  color: var(--akcent);
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-block ol li:not(:last-child) {
  margin-bottom: 14px;
}
.text-block img {
  border-radius: 2px;
  width: 100%;
  max-width: 480px;
  height: 100%;
  max-height: 480px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 20px 0 20px 20px;
  float: right;
}
.text-block blockquote {
  border: 1px solid var(--osnovnoy);
  border-radius: 2px;
  padding: 40px;
  padding-top: 96px;
  position: relative;
  overflow: hidden;
}
.text-block blockquote::after {
  content: "";
  display: block;
  width: 39px;
  height: 32px;
  background: url("./../img/icons/quote.svg") no-repeat center/contain;
  position: absolute;
  top: 40px;
  left: 40px;
}
.text-block blockquote::before {
  content: "";
  display: block;
  width: calc(100% - 140px);
  height: 1px;
  background: rgba(66, 133, 244, 0.2);
  position: absolute;
  top: 55px;
  left: 99px;
}
.text-block blockquote .blockquote__main {
  font-style: italic;
  color: var(--temnyy);
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  margin-bottom: 20px;
}
.text-block blockquote .blockquote__main p:not(:last-child) {
  margin-bottom: 16px;
}
.text-block blockquote .blockquote__main span {
  font-weight: 600;
}
.text-block blockquote .blockquote__author {
  display: flex;
  align-items: center;
  gap: 60px;
}
.text-block blockquote .blockquote__author_left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.text-block blockquote .blockquote__author_photo {
  display: block;
  border-radius: 100px;
  min-width: 80px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: 1px solid rgba(66, 133, 244, 0.1);
  background: rgba(66, 133, 244, 0.05);
}
.text-block blockquote .blockquote__author_photo img {
  float: none;
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-block blockquote .blockquote__author_fio {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  margin: 0;
}
.text-block blockquote .blockquote__author_item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
}
.text-block blockquote .blockquote__author_item img {
  float: none;
  margin: 0;
  min-width: 18px;
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
  object-fit: contain;
}
.text-block .warning {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--akcent);
  border-radius: 2px;
  padding: 28px;
  font-style: italic;
  margin-bottom: 24px;
}
.text-block .warning__title {
  font-style: italic;
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  color: var(--akcent);
  margin-bottom: 13px;
}
.text-block__form {
  border-radius: 2px;
  padding: 40px;
  background: url("./../img/text-block/form-bg.jpg") no-repeat center/cover;
  color: #fff;
  margin: 60px 0;
}
.text-block__form_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
  margin-bottom: 16px;
}
.text-block table {
  display: block;
  width: 100%;
  border: none;
  border-radius: 2px;
  overflow: hidden;
  border-collapse: collapse;
  margin-bottom: 24px;
  border: 1px solid rgba(66, 133, 244, 0.15);
}
.text-block table thead th {
  border: none;
  padding: 20px;
  background: #f6f9fe;
  font-weight: 500;
  font-size: 20px;
  border-right: 1px solid rgba(66, 133, 244, 0.15);
  text-align: left;
}
.text-block table thead tr th:last-child {
  border-right: none;
}
.text-block table tbody td {
  border-right: 1px solid rgba(66, 133, 244, 0.15);
  padding: 20px;
  font-size: 16px;
  vertical-align: top;
}
.text-block table tbody tr td:last-child {
  border-right: none;
}
.text-block table tbody tr:nth-child(even) {
  background: #f6f9fe;
}
.text-block__literature_title {
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  color: var(--tekst);
  margin-bottom: 40px;
}
.text-block__literature ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c7d6dc;
  margin-bottom: 30px;
  list-style-type: none;
  counter-reset: item;
}
.text-block__literature ol li {
  display: flex;
  gap: 12px;
  color: var(--tegi);
  opacity: 0.85;
}
.text-block__literature ol li::before {
  content: counter(item);
  counter-increment: item;
  display: block;
  min-width: -moz-max-content;
  min-width: max-content;
  border: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--color-temno-zelenyy);
  opacity: 0.4;
}
.text-block__literature_bottom {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.text-block__literature_item {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: var(--tekst);
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.text-block__literature_item p {
  margin: 0 !important;
}
.text-block__literature_share {
  font-weight: 500;
  font-size: 16px;
  color: var(--tekst-svetlyy);
}
.text-block__literature_links {
  display: flex;
  gap: 6px;
}
.text-block__literature_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 5px;
  background-color: var(--color-zelenyy);
}

.authors {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}

.author {
  flex: 1 0 40%;
  border: 1px solid rgba(66, 133, 244, 0.1);
  padding: 24px;
  background: #f6f9fe;
}
.author__top {
  font-size: 16px;
  line-height: 130%;
  color: rgba(60, 50, 50, 0.6);
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  margin-bottom: 16px;
}
.author__top span {
  font-style: italic;
  font-weight: 500;
  color: var(--osnovnoy);
}
.author__doc {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.author__photo {
  display: block;
  border-radius: 100px;
  min-width: 80px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: 1px solid rgba(66, 133, 244, 0.1);
  background: #fff;
}
.author__photo img {
  float: none;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.author__fio {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  margin: 0;
}
.author__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
}
.author__item img {
  float: none;
  margin: 0 !important;
  min-width: 18px;
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
  object-fit: contain;
}

.literature {
  padding-top: 32px;
  border-top: 1px solid rgba(60, 50, 50, 0.1);
  margin-top: 32px;
  margin-bottom: 32px;
}
.literature__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: var(--temnyy);
  margin-bottom: 24px;
}
.literature ul {
  list-style: none;
}
.literature ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.literature ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--akcent);
  position: absolute;
  top: 8px;
  left: 0;
}
.literature ul li a {
  text-decoration: underline;
  color: var(--temnyy);
  transition: all 0.2s ease-in;
}
.literature ul li a:hover {
  color: var(--akcent);
}

.share {
  border: 1px solid rgba(66, 133, 244, 0.1);
  padding: 20px 20px 20px 28px;
  background: #f6f9fe;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.share__networks {
  display: flex;
  gap: 8px;
}
.share__network {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.share__network svg path {
  transition: all 0.3s ease;
}
.share__network:first-child:hover {
  background: #ed812b;
}
.share__network:first-child:hover svg path {
  fill: #fff;
}
.share__network:last-child:hover {
  background: #27a7e7;
}
.share__network:last-child:hover svg path {
  fill: #fff;
}

@media (max-width: 900px) {
  .text-block img {
    float: none;
    margin: 24px 0;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .text-block h2 {
    font-size: 26px;
  }
  .text-block h3 {
    font-size: 24px;
  }
  .text-block h4 {
    font-size: 20px;
  }
  .text-block p:not(:last-child) {
    margin-bottom: 12px;
  }
  .text-block ul:not(.breadcrumbs) {
    padding: 20px;
    margin-bottom: 12px;
  }
  .text-block ul:not(.breadcrumbs) li::before {
    min-width: 6px;
    width: 6px;
    height: 6px;
  }
  .text-block ul:not(.breadcrumbs) li:not(:last-child) {
    margin-bottom: 10px;
  }
  .text-block ol {
    padding: 20px;
    margin-bottom: 12px;
  }
  .text-block ol li::before {
    min-width: 24px;
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
  .text-block ol li:not(:last-child) {
    margin-bottom: 10px;
  }
  .text-block img {
    margin: 12px 0;
    max-height: 220px;
  }
  .text-block blockquote {
    padding: 20px;
    padding-top: 68px;
    margin-bottom: 12px;
  }
  .text-block blockquote::after {
    top: 20px;
    left: 20px;
  }
  .text-block blockquote::before {
    width: calc(100% - 100px);
    top: 35px;
    left: 79px;
  }
  .text-block blockquote .blockquote__main {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .text-block blockquote .blockquote__author {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .text-block blockquote .blockquote__author_left {
    gap: 10px;
  }
  .text-block blockquote .blockquote__author_photo {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
  .text-block blockquote .blockquote__author_fio {
    font-size: 20px;
    margin: 0;
  }
  .text-block .warning {
    padding: 20px;
    margin-bottom: 12px;
  }
  .text-block .warning__title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .text-block__form {
    padding: 60px 20px;
  }
  .text-block__form_title {
    font-size: 26px;
  }
  .text-block__form button {
    padding: 16px;
    width: 100%;
    margin-top: 30px;
  }
  .text-block table {
    overflow-x: auto;
    max-width: 100%;
  }
  .text-block table thead th,
  .text-block table tbody td {
    min-width: 243px;
    padding: 16px;
  }
  .text-block table::-webkit-scrollbar {
    height: 3px;
  }
  .text-block table::-webkit-scrollbar-track {
    background: transparent;
  }
  .text-block table::-webkit-scrollbar-thumb {
    background: var(--osnovnoy);
    border-radius: 10px;
  }
  .text-block table thead th {
    font-size: 16px;
  }
  .text-block table tbody td {
    font-size: 14px;
  }
  .text-block__literature_title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .text-block__literature ol {
    margin-bottom: 14px;
  }
  .text-block__literature ol li {
    font-size: 14px;
  }
  .text-block__literature ol li::before {
    font-size: 18px;
  }
  .text-block__literature_bottom {
    flex-direction: column;
    gap: 14px;
  }
  .text-block__literature_item {
    padding-bottom: 14px;
    font-size: 14px;
    border-bottom: 1px solid #c7d6dc;
    align-items: center;
  }
  .text-block__literature_share {
    font-size: 14px;
  }
  .text-block__literature_links {
    display: flex;
    gap: 10px;
  }
  .text-block__literature_link {
    width: 32px;
    height: 32px;
  }
  .authors {
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
  }
  .author {
    padding: 20px;
  }
  .author__top {
    font-size: 14px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .author__doc {
    gap: 12px;
    margin-bottom: 12px;
  }
  .author__photo {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
  .author__fio {
    font-size: 20px;
  }
  .literature {
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .literature__title {
    margin-bottom: 20px;
  }
  .literature ul {
    list-style: none;
  }
  .literature ul li {
    margin-bottom: 10px;
  }
  .literature ul li::before {
    width: 6px;
    height: 6px;
  }
  .share {
    padding: 20px;
    background: #f6f9fe;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .share__network {
    width: 50px;
    height: 50px;
  }
}
.living {
  overflow: hidden;
}
.living__swiper {
  display: contents;
}
.living__swiper .swiper-wrapper {
  display: contents;
}
.living__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}
.living__cards a {
  display: block;
}
.living__cards picture {
  display: block;
  width: 100%;
  height: 100%;
}
.living__cards picture img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2px;
  float: none !important;
  margin: 0 !important;
}
.living__gallerys {
  margin-top: 60px;
}
.living__gallery:not(:last-child) {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  margin-bottom: 32px;
}
.living__gallery_title {
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  color: var(--temnyy);
  margin-bottom: 32px;
}

.gallery__swiper-paginations {
  margin-top: 24px;
}
.gallery__picture img {
  max-width: 100%;
  margin: 0;
  float: none;
}

@media (max-width: 1100px) {
  .living__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .living {
    overflow: hidden;
  }
  .living__swiper {
    display: block;
    margin-bottom: 14px;
    overflow: visible;
  }
  .living__swiper .swiper-wrapper {
    display: flex;
  }
  .living__cards {
    display: block;
    margin-bottom: 20px;
  }
  .living__cards a {
    display: block;
  }
  .living__cards picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .living__cards picture img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px;
  }
  .living__gallerys {
    padding-top: 20px;
    border-top: 1px solid rgba(60, 50, 50, 0.1);
    margin-top: 20px;
  }
  .living__gallery:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .living__gallery_title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .gallery__swiper {
    overflow: visible;
  }
  .gallery__swiper-paginations {
    margin-top: 14px;
  }
  .gallery__swiper-paginations button {
    display: none;
  }
  .gallery__picture img {
    margin: 0;
  }
}
.form {
  padding: 120px 0;
  background: url("./../img/form/form-bg.jpg") no-repeat center/cover;
  color: #fff;
}
.form__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
  color: #fff;
  margin-bottom: 20px;
}
.form__text {
  margin-bottom: 40px;
}
.form__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form__input {
  margin-bottom: 20px;
}
.form__call {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}
.form__call_wrap {
  border-radius: 2px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 10px;
  position: relative;
  overflow: hidden;
  padding-top: 209px;
}
.form__call_icon {
  position: absolute;
  top: -6px;
  left: 46px;
}
.form__call_photo {
  position: absolute;
  bottom: 0;
  right: -20px;
}
.form__call_plashka {
  border-radius: 2px;
  padding: 24px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  max-width: 300px;
  position: relative;
  z-index: 2;
}
.form__call_plashka p {
  color: var(--temnyy);
  margin-bottom: 12px;
}
.form__call_plashka a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: var(--temnyy);
  transition: all 0.2s ease-in;
}
.form__call_plashka a:hover {
  color: var(--akcent);
}
.form__networks {
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 28px;
  box-shadow: 0 -4px 20px 0 rgba(0, 0, 0, 0.08);
}
.form__networks p {
  margin-bottom: 16px;
}
.form__networks_row {
  display: flex;
  gap: 10px;
}
.form__network {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #fff;
  transition: all 0.2s ease-in;
}
.form__network svg path {
  transition: all 0.2s ease-in;
}
.form__network:hover {
  background: transparent;
}
.form__network:hover svg path {
  fill: #fff;
}

@media (max-width: 768px) {
  .form {
    padding: 80px 0;
  }
  .form__title {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .form__text {
    margin-bottom: 30px;
  }
  .form__input {
    margin-bottom: 10px;
  }
  .form__networks {
    padding: 20px;
  }
  .form__networks p {
    margin-bottom: 12px;
  }
}
@media (max-width: 600px) {
  .form__call_wrap {
    padding-top: 185px;
  }
  .form__call_icon {
    display: none;
  }
  .form__call_photo {
    display: block;
    position: absolute;
    bottom: auto;
    right: auto;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    max-width: 238px;
  }
  .form__call_photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .form__call_plashka {
    padding: 16px;
    max-width: 100%;
  }
}
.stages__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
.stages__top .title-h2 {
  margin-bottom: 0;
}
.stages__swiper-slide {
  height: auto;
}
.stages__card {
  border: 1px solid var(--osnovnoy);
  border-radius: 2px;
  padding: 40px;
  background: #fff;
  display: flex;
  gap: 40px;
  height: 100%;
}
.stages__card_text {
  flex: 1 0 40%;
  color: rgba(31, 31, 31, 0.6);
  padding-bottom: 62px;
}
.stages__card_title {
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  color: var(--temnyy);
  margin-bottom: 12px;
}
.stages__card_img {
  flex: 1 0 40%;
  display: block;
  width: 100%;
  height: 100%;
}
.stages__card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2px;
  max-height: 280px;
}
.stages__swiper-btns {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

@media (max-width: 768px) {
  .stages__top {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(66, 133, 244, 0.1);
    margin-bottom: 16px;
  }
  .stages__top .title-h2 {
    margin-bottom: 0;
  }
  .stages .swiper-pagination {
    display: flex;
  }
  .stages__card {
    padding: 20px;
    flex-direction: column;
    gap: 16px;
  }
  .stages__card_text {
    flex-basis: auto;
    padding-bottom: 0;
  }
  .stages__card_title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .stages__card_img {
    flex-basis: auto;
  }
  .stages__card_img img {
    min-height: 200px;
    max-height: 200px;
  }
  .stages__swiper-btns {
    display: none;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq__item {
  border: 1px solid rgba(60, 50, 50, 0.1);
  border-radius: 2px;
  padding: 24px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.faq__question {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.faq__btn {
  display: block;
  border-radius: 100%;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: rgba(237, 69, 69, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.faq__btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--akcent);
  border-right: 2px solid var(--akcent);
  transform: rotate(45deg);
  margin-left: 1px;
  margin-bottom: 2px;
  transition: all 0.3s ease;
}
.faq__btn:hover {
  background: rgb(237, 69, 69);
}
.faq__btn:hover::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.faq__answer {
  padding-top: 14px;
  border-top: 1px solid rgba(60, 50, 50, 0.1);
  margin-top: 14px;
}

@media (max-width: 768px) {
  .faq__item {
    padding: 20px;
  }
  .faq__question {
    font-size: 18px;
  }
  .faq__btn {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }
}
.methods__swiper {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  margin-bottom: 30px;
}
.methods__swiper-slide {
  border: 1px solid var(--osnovnoy);
  border-radius: 2px;
  padding: 24px;
  height: auto;
}
.methods__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: var(--osnovnoy);
  margin-bottom: 20px;
}
.methods__text {
  max-height: 155px;
  overflow: hidden;
  margin-bottom: 16px;
}
.methods__paginations {
  margin-top: 24px;
}
.methods__list_title {
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  margin-bottom: 28px;
}
.methods__list ul {
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin-bottom: 20px;
}
.methods__list ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
.methods__list ul li::before {
  content: "";
  display: block;
  width: 20px;
  height: 19px;
  background: url("./../img/icons/mark-blue.svg") no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
.methods__list ul li:nth-child(even)::before {
  background: url("./../img/icons/mark-red.svg") no-repeat center/contain;
}
.methods__list_footnote {
  font-size: 16px;
  line-height: 130%;
  color: rgba(60, 50, 50, 0.6);
}

@media (max-width: 768px) {
  .methods {
    overflow: hidden;
  }
  .methods__swiper {
    overflow: visible;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .methods__swiper-slide {
    padding: 20px;
  }
  .methods__name {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .methods__text {
    max-height: 110px;
  }
  .methods__paginations {
    margin-top: 14px;
  }
  .methods__swiper-button-next,
  .methods__swiper-button-prev {
    display: none;
  }
  .methods__list_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .methods__list ul {
    -moz-columns: 1;
    columns: 1;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-bottom: 6px;
  }
  .methods__list ul li {
    padding-left: 27px;
    margin-bottom: 14px;
  }
  .methods__list ul li::before {
    width: 17px;
    height: 16px;
  }
  .methods__list_footnote {
    font-size: 14px;
  }
}
.reviews__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
.reviews__top .title-h2 {
  margin-bottom: 0;
}
.reviews__card {
  height: auto;
  border: 1px solid var(--osnovnoy);
  border-radius: 2px;
}
.reviews__card_top {
  padding: 28px;
  background: rgba(66, 133, 244, 0.05);
}
.reviews__card_fio {
	min-width: 55%;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: var(--temnyy);
  margin-bottom: 12px;
}
.reviews__card_city {
  padding-left: 21px;
  position: relative;
}
.reviews__card_city::before {
  content: "";
  display: block;
  width: 13px;
  height: 18px;
  background: url("./../img/icons/location.svg") no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
.reviews__card_label {
  font-size: 16px;
  line-height: 130%;
  color: rgba(60, 50, 50, 0.6);
  margin-bottom: 6px;
}
.reviews__card_content {
  padding: 28px;
}
.reviews__card_text {
  max-height: 120px;
  overflow: hidden;
  margin-bottom: 14px;
}
.reviews__card_picture {
  display: block;
  width: 100%;
  height: 100%;
}
.reviews__card_picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  max-height: 450px;
}
.reviews__paginations {
  margin-top: 24px;
}
.reviews__selects {
  display: flex;
  gap: 44px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  margin-bottom: 40px;
}
.reviews__select {
  flex-grow: 1;
}

.reviews__card_top {
	padding: 28px;
	background: rgba(66, 133, 244, 0.05);
}

.reviews__card_info {
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 12px 20px;
	border-bottom: 1px solid rgba(60, 50, 50, 0.1);
}

.reviews__card_fio {
	font-weight: 700;
	font-size: 24px;
	line-height: 110%;
	color: var(--temnyy);
	margin-bottom: 0;
}

.reviews__card_date {
	justify-self: end;
	white-space: nowrap;
	font-size: 16px;
	line-height: 130%;
	color: rgba(60, 50, 50, 0.6);
}

.reviews__card_rating {
	display: flex;
	align-items: center;
	min-width: 151px;
  justify-content: flex-end;
	gap: 5px;
	font-size: 24px;
	font-weight: 700;
}

.reviews__card_rating span {
	display: inline-block;
	width: 22px;
	height: 21px;
	background-image: url("/assets/img/icons/star.svg");
}

@media (max-width: 768px) {
  .reviews {
    overflow: hidden;
  }
  .reviews__top {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
    margin-bottom: 20px;
  }
  .reviews__top .title-h2 {
    margin-bottom: 0;
  }
  .reviews__top .tab-btn {
    flex-grow: 1;
  }
  .reviews__swiper {
    overflow: visible;
  }
  .reviews__card_top {
    padding: 20px;
  }
  .reviews__card_fio {
    font-size: 20px;
    margin-bottom: 8px;
		order: -2;
  }
  .reviews__card_city {
    padding-left: 19px;
		width: 100%;
		order: -1;
  }
  .reviews__card_city::before {
    width: 11px;
    height: 16px;
  }
  .reviews__card_label {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .reviews__card_content {
    padding: 20px;
  }
  .reviews__card_text {
    max-height: 180px;
  }
  .reviews__card_picture img {
    max-height: 300px;
  }
  .reviews__paginations {
    margin-top: 14px;
  }
  .reviews__swiper-button-next,
  .reviews__swiper-button-prev {
    display: none;
  }
  .reviews__selects {
    flex-direction: column;
    gap: 24px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

	.reviews__card_top {
		padding: 20px;
	}

	.reviews__card_fio {
		font-size: 20px;
		min-width: 100%;
	}

	.reviews__card_date {
		font-size: 14px;
	}
	.reviews__card_rating {
		min-width: 0;
		font-size: 20px;
	}

	.reviews__card_rating span {
		display: inline-block;
		width: 18px;
		height: 18px;
		background-image: url("/assets/img/icons/star.svg");
		background-size: 18px 18px;
	}
}
.packages__card {
  background: rgba(66, 133, 244, 0.05);
}
.packages__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  margin-bottom: 8px;
}
.packages__price {
  font-weight: 500;
  font-size: 20px;
}
.packages__inner {
  padding: 24px;
}
.packages__list {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.packages__list li {
  position: relative;
  padding-left: 20px;
}
.packages__list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--akcent);
  position: absolute;
  top: 9px;
  left: 0;
}
.packages__btn {
  width: 100%;
}
.packages__swiper-pagination {
  margin-top: 14px;
}

.packages-alco__top {
  padding: 24px;
  background: var(--osnovnoy);
  color: #fff;
}

.packages-narco__top {
  padding: 20px 0;
  border-top: 1px solid rgba(60, 50, 50, 0.1);
  border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  margin-bottom: 20px;
}
.packages-narco__price {
  color: var(--akcent);
}
.packages-narco__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 200px;
}
.packages-narco__swiper-paginations {
  margin-top: 14px;
}
.packages-narco__swiper-paginations .swiper-button-next,
.packages-narco__swiper-paginations .swiper-button-prev {
  min-width: 36px;
  width: 36px;
  height: 36px;
}

@media (max-width: 1024px) {
  .packages__swiper {
    overflow: visible;
  }
}
@media (max-width: 768px) {
  .packages__price {
    font-weight: 500;
    font-size: 18px;
  }
  .packages__inner {
    padding: 20px;
  }
  .packages__list {
    padding-bottom: 16px;
    margin-bottom: 16px;
    gap: 10px;
  }
  .packages__list li {
    padding-left: 16px;
  }
  .packages__list li::before {
    width: 6px;
    height: 6px;
  }
  .packages-alco__top {
    padding: 20px;
  }
  .packages-narco__top {
    padding: 16px 0;
    margin-bottom: 16px;
  }
  .packages-narco__swiper-paginations {
    margin-top: 14px;
  }
  .packages-narco__swiper-paginations .swiper-button-next,
  .packages-narco__swiper-paginations .swiper-button-prev {
    display: none;
  }
}
.navigation {
  border-radius: 2px;
  padding: 40px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
}
.navigation__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  color: var(--temnyy);
  margin-bottom: 32px;
}
.navigation__list {
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: 20px;
  column-gap: 20px;
  list-style: none;
}
.navigation__list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.navigation__list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--akcent);
  position: absolute;
  top: 8px;
  left: 0;
}
.navigation__list li a {
  text-decoration: underline;
  color: var(--temnyy);
  transition: all 0.2s ease-in;
}
.navigation__list li a:hover {
  color: var(--akcent);
}

@media (max-width: 768px) {
  .navigation {
    padding: 20px;
  }
  .navigation__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .navigation__list {
    -moz-columns: 1;
    columns: 1;
  }
  .navigation__list li {
    padding-left: 16px;
    margin-bottom: 10px;
  }
  .navigation__list li::before {
    width: 6px;
    height: 6px;
  }
}
.article-navigation {
  border-radius: 2px;
  padding: 24px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
}
.article-navigation__title {
  font-size: 24px;
  margin-bottom: 24px;
}
.article-navigation__list {
  -moz-columns: 1;
  columns: 1;
  list-style: none;
}
.article-navigation__list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}
.article-navigation__list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--akcent);
  position: absolute;
  top: 8px;
  left: 0;
}
.article-navigation__list li a {
  text-decoration: underline;
  color: var(--temnyy);
  transition: all 0.2s ease-in;
}
.article-navigation__list li a:hover {
  color: var(--akcent);
}

.aside {
  position: sticky;
  top: 100px;
  padding-bottom: 160px;
}

.aside__block {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  margin-bottom: 20px;
}
.aside__mob_article .aside__block {
  padding: 0;
  margin: 0;
  border-bottom: none;
  transition: scale 200ms ease-in;
}
.aside__mob_article:hover .aside__block {
  scale: 1.015;
}
.aside__plashka {
  padding: 24px;
  background: url("./../img/text-block/plashka.jpg") no-repeat center/cover;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #fff;
}
.aside__mob_article .aside__block .aside__plashka {
  gap: 5px;
}
.aside__btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dutys {
  border: 1px solid var(--akcent);
  border-radius: 2px;
  padding: 24px;
}
.dutys__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  color: var(--akcent);
  margin-bottom: 24px;
}

.duty__doc {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.duty__photo {
  display: block;
  border-radius: 100px;
  min-width: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border: 1px solid rgba(66, 133, 244, 0.1);
  background: #fff;
}
.duty__photo img {
  float: none;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.duty__fio {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
}
.duty__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
}
.duty__item img {
  float: none;
  margin: 0 !important;
  min-width: 18px;
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .aside {
    position: static;
    padding-bottom: 0;
  }
  .aside__block {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .aside__block-docs {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
  .aside__mob {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 20px 10px;
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
  }
  .aside__plashka {
    padding: 0;
    background: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    color: var(--osnovnoy);
  }
  .aside__plashka svg path {
    fill: var(--osnovnoy);
  }
  .aside__btns {
    flex-direction: row;
    gap: 10px;
  }
  .aside__btns > * {
    padding: 14px;
    flex-grow: 1;
  }
  .dutys {
    padding: 20px;
  }
  .dutys__title {
    margin-bottom: 20px;
  }
  .duty__doc {
    margin-bottom: 12px;
  }
  .duty__photo {
    min-width: 52px;
    width: 52px;
    height: 52px;
  }
  .duty__fio {
    font-size: 18px;
  }
}
.footer {
  padding: 120px 0 60px;
  background: var(--temnyy);
}
.footer__block {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer__info {
  display: flex;
  gap: 40px;
}
.footer__info_text {
  font-size: 16px;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 10px;
}
.footer__info_link {
  font-weight: 500;
  line-height: 130%;
  color: #fff;
  text-align: left;
}
.footer__networks {
  display: flex;
  gap: 8px;
}
.footer__network {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #fff;
  transition: all 0.2s ease-in;
}
.footer__network:hover {
  background: transparent;
}
.footer__nav {
  display: flex;
  gap: 20px;
  width: 100%;
}
.footer__nav_item {
  flex-grow: 1;
}
.footer__nav_item:not(:last-child) {
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__nav_acc {
  display: block;
  margin-bottom: 14px;
  pointer-events: none;
}
.footer__nav_acc a {
  pointer-events: all;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  color: #fff;
  transition: all 0.2s ease-in;
}
.footer__nav_acc a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.footer__nav ul a {
  display: block;
  font-size: 16px;
  line-height: 130%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #fff;
  padding: 7px 0;
  padding-left: 20px;
  position: relative;
  transition: all 0.2s ease-in;
}
.footer__nav ul a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.footer__nav ul a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--akcent);
  position: absolute;
  top: 15px;
  left: 0;
}
.footer__copy p {
  font-size: 14px;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 16px;
}
.footer__copy a {
  font-size: 16px;
  line-height: 130%;
  text-decoration: underline;
  color: #fff;
}
.footer__copy a:hover {
  opacity: 0.6;
}

@media (max-width: 1200px) {
  .footer__nav {
    flex-wrap: wrap;
  }
  .footer__nav_item {
    width: 100%;
    max-width: calc(33% - 12px);
  }
  .footer__info .footer__info_item {
    flex: 1 0 30%;
  }
}
@media (max-width: 870px) {
  .footer {
    padding: 80px 0 40px;
  }
  .footer__block {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .footer__top {
    display: contents;
  }
  .footer__inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
  .footer__btn {
    order: 3;
  }
  .footer__info {
    flex-direction: column;
    gap: 22px;
  }
  .footer__info_row {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 22px;
  }
  .footer__networks {
    display: flex;
    gap: 8px;
  }
  .footer__network {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #fff;
    transition: all 0.2s ease-in;
  }
  .footer__network:hover {
    background: transparent;
  }
  .footer__nav {
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin-bottom: 40px;
  }
  .footer__nav_item {
    max-width: 100%;
  }
  .footer__nav_item:not(:last-child) {
    padding-right: 0;
    border-right: none;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer__nav_acc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 0;
    pointer-events: all;
    transition: all 0.3s ease;
  }
  .footer__nav_acc::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--akcent);
    border-right: 2px solid var(--akcent);
    transform: rotate(45deg);
    transition: all 0.3s ease;
  }
  .footer__nav_acc.active {
    margin-bottom: 20px;
  }
  .footer__nav_acc.active::after {
    transform: rotate(225deg);
  }
  .footer__nav ul {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }
}
.doctor__row {
  display: flex;
  gap: 40px;
}
.doctor__left {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.doctor__left_bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.doctor__right {
  flex-grow: 1;
  max-width: calc(100% - 340px);
}
.doctor__photo {
  border: 1px solid rgba(66, 133, 244, 0.1);
  border-radius: 2px;
  width: 100%;
  aspect-ratio: 1/1;
  background: rgba(66, 133, 244, 0.05);
  position: relative;
  overflow: hidden;
}
.doctor__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.doctor__price {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  padding: 32px 12px 12px;
  width: 222px;
  height: 94px;
  background: #ed4545;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="222" height="94" viewBox="0 0 222 94"><path d="M438 94C438 69.0696 414.927 45.1604 373.856 27.532C332.786 9.90355 277.082 0 219 0C160.918 0 105.214 9.90354 64.1436 27.532C23.0732 45.1604 0 69.0696 0 94H438Z" fill="black"/></svg>');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="222" height="94" viewBox="0 0 222 94"><path d="M438 94C438 69.0696 414.927 45.1604 373.856 27.532C332.786 9.90355 277.082 0 219 0C160.918 0 105.214 9.90354 64.1436 27.532C23.0732 45.1604 0 69.0696 0 94H438Z" fill="black"/></svg>');
  mask-repeat: no-repeat;
  mask-size: contain;
}
.doctor__price span {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  color: #fff;
  margin-top: 4px;
}
.doctor__ratings {
  border-radius: 2px;
  padding: 16px;
  background: #f6f9fe;
}
.doctor__ratings li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.doctor__ratings li:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(66, 133, 244, 0.1);
  margin-bottom: 12px;
}
.doctor__ratings_estimation {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #2e3749;
}
.doctor__ratings_stars {
  display: flex;
  gap: 4px;
}
.doctor__title {
  color: var(--temnyy);
  text-align: left;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  margin-bottom: 24px;
}
.doctor__info {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.doctor__info li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.doctor__info li img {
  min-width: 24px;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}
.doctor__shedule ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.doctor__shedule ul li {
  border: 1px solid rgba(66, 133, 244, 0.2);
  border-radius: 2px;
  padding: 20px 24px;
  background: rgba(66, 133, 244, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.doctor__shedule ul li span {
  font-weight: 500;
  color: var(--osnovnoy);
}
.doctor__shedule ul li.weekend {
  border: 1px solid rgba(237, 69, 69, 0.2);
  background: rgba(237, 69, 69, 0.05);
}
.doctor__shedule ul li.weekend span {
  color: var(--akcent);
}
.doctor__education ul li:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  margin-bottom: 20px;
}
.doctor__education ul li span {
  display: block;
  font-weight: 500;
  font-size: 20px;
  color: var(--osnovnoy);
  position: relative;
  padding-left: 16px;
  margin-bottom: 16px;
}
.doctor__education ul li span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--osnovnoy);
  position: absolute;
  top: 8px;
  left: 0;
}
.doctor__licenses_card {
  border-radius: 2px;
  padding: 10px;
  background: rgba(66, 133, 244, 0.1);
}
.doctor__licenses_photo {
  display: block;
  margin-bottom: 8px;
}
.doctor__licenses_picture {
  display: block;
  width: 100%;
  height: 100%;
}
.doctor__licenses_picture img {
  width: 100%;
  height: 100%;
  max-height: 315px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.doctor__licenses_label {
  border-radius: 2px;
  padding: 16px 20px;
  background: #fff;
  text-align: center;
}
.doctor__licenses_paginations {
  margin-top: 24px;
}
.doctor__works ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.doctor__works ul li {
  position: relative;
  padding-left: 16px;
}
.doctor__works ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--akcent);
  position: absolute;
  top: 8px;
  left: 0;
}
.doctor__works ul li a {
  display: block;
  text-decoration: underline;
  color: #1f1f1f;
  transition: all 0.2s ease-in;
}
.doctor__works ul li a:hover {
  color: var(--akcent);
}

@media (max-width: 1024px) {
  .doctor__row {
    flex-direction: column;
    gap: 0px;
  }
  .doctor__left {
    display: contents;
  }
  .doctor__right {
    display: contents;
  }
  .doctor__photo {
    order: -2;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .doctor__left_bottom {
    gap: 24px;
    margin-bottom: 160px;
  }
  .doctor__section {
    display: contents;
  }
  .doctor__title {
    text-align: center;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 32px;
    order: -3;
  }
  .doctor__content {
    order: -1;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .doctor__left_bottom {
    margin-bottom: 80px;
  }
  .doctor__info {
    padding-bottom: 16px;
    margin-bottom: 16px;
    gap: 10px;
  }
  .doctor__info li img {
    min-width: 18px;
    width: 18px;
    height: 18px;
  }
  .doctor__shedule ul li {
    padding: 16px 20px;
  }
  .doctor__education ul li:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .doctor__education ul li span {
    font-size: 16px;
    padding-left: 12px;
    margin-bottom: 12px;
  }
  .doctor__education ul li span::before {
    width: 6px;
    height: 6px;
    top: 8px;
  }
  .doctor__licenses_label {
    padding: 12px 16px;
  }
  .doctor__licenses_paginations {
    margin-top: 14px;
  }
  .doctor__licenses_paginations button {
    display: none;
  }
  .doctor__works ul {
    gap: 16px;
  }
  .doctor__works ul li {
    padding-left: 12px;
  }
  .doctor__works ul li::before {
    width: 6px;
    height: 6px;
  }
}
.calculator__row {
  display: flex;
  gap: 40px;
}
.calculator__left {
  flex: 0 0 300px;
}
.calculator__right {
  flex-grow: 1;
  max-width: calc(100% - 340px);
}
.calculator__selects {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
}
.calculator__select {
  width: 100%;
  max-width: calc(50% - 22px);
}
.calculator__inner {
  border: 1px solid rgba(66, 133, 244, 0.1);
  padding: 40px;
  background: #f6f9fe;
}
.calculator__inner_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: var(--temnyy);
  margin-bottom: 24px;
}
.calculator__inner_columns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.calculator__input {
  flex: 1 0 40%;
}
.calculator__btn {
  width: 100%;
  max-width: 300px;
}
.calculator__politic {
  width: calc(100% - 340px);
}

@media (max-width: 1024px) {
  .calculator__row {
    flex-direction: column;
    gap: 30px;
  }
  .calculator__left {
    display: contents;
  }
  .calculator__right {
    display: contents;
  }
}
@media (max-width: 768px) {
  .calculator__selects {
    gap: 24px;
  }
  .calculator__select {
    width: 100%;
    max-width: 100%;
  }
  .calculator__inner {
    padding: 20px;
  }
  .calculator__inner_title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .calculator__inner_columns {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .calculator__btn {
    max-width: 100%;
  }
  .calculator__politic {
    width: 100%;
  }
}





@media(max-width: 991px){
    .districts-section__head-top {
        grid-template-columns: 1fr;
        margin-bottom: 32px;
    }
    .districts-section__body {
        grid-template-columns: 1fr;
    }
}
@media(max-width: 767px){
    .districts-section h2 {
        font-size: 32px;
    }
}
@media(max-width: 520px){
    .districts-section__info-row {
        grid-template-columns: 1fr;
    }
    .districts-section__list-block-list {
        columns: 1;
    }
    .districts-section__feature {
        flex-direction: column;
        display: flex;
    }
}










.articles__card {
  display: block;
  border: 1px solid rgba(66, 133, 244, 0.1);
  border-radius: 2px;
  background: rgba(66, 133, 244, 0.04);
}
.articles__card:hover .articles__card_name {
  color: var(--osnovnoy);
}
.articles__card_img {
  display: block;
  width: 100%;
}
.articles__card_img img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2px;
}
.articles__card_inner {
  padding: 24px;
}
.articles__card_name {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: var(--temnyy);
  margin-bottom: 12px;
  transition: all 0.2s ease-in;
}
.articles__card_text {
  color: rgba(60, 50, 50, 0.7);
  margin-bottom: 20px;
}
.articles__card_date {
  color: var(--osnovnoy);
}

@media (max-width: 768px) {
  .articles__card_inner {
    padding: 20px;
  }
  .articles__card_name {
    font-size: 20px;
  }
  .articles__card_text {
    margin-bottom: 16px;
  }
}
.stocks__card {
  display: block;
  border: 1px solid rgba(237, 69, 69, 0.1);
  border-radius: 2px;
  background: rgba(237, 69, 69, 0.04);
}
.stocks__card_img {
  display: block;
  width: 100%;
}
.stocks__card_img img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2px;
}
.stocks__card_title {
  border-radius: 0 2px 2px 0;
  padding: 20px;
  background: var(--akcent);
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  text-align: center;
  color: #fff;
}
.stocks__card_inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 24px;
}
.stocks__card_text {
  color: rgba(60, 50, 50, 0.7);
  margin-bottom: 16px;
}
.stocks__card_btn {
  margin-top: auto;
  width: 100%;
}

.stocks__swiper {
  height: 100%;
}

.stocks__card {
  display: flex;
  flex-direction: column;
  height: auto;
}

.stocks__paginations {
  margin-top: 24px;
}

@media (max-width: 768px) {
  .stocks__card_title {
    padding: 16px;
    font-size: 20px;
  }
  .stocks__card_inner {
    padding: 20px;
  }
  .stocks__card_text {
    color: var(--temnyy);
  }
}
.licenses-page__card {
  display: block;
  border-radius: 2px;
  padding: 10px;
  background: rgba(66, 133, 244, 0.1);
  border: 1px solid transparent;
  transition: all 0.2s ease-in;
}
.licenses-page__card:hover {
  border: 1px solid var(--osnovnoy);
}
.licenses-page__img {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.licenses-page__picture {
  display: block;
  width: 100%;
}
.licenses-page__picture img {
  width: 100%;
  height: 100%;
  max-height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 2px;
}
.licenses-page__label {
  border-radius: 2px;
  padding: 16px 20px;
  background: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .licenses-page__label {
    padding: 12px 16px;
  }
}
.site-map__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 40px;
}
.site-map__accordion,
.site-map__content {
  display: contents;
}
.site-map__title {
  display: block;
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  color: var(--temnyy);
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
  transition: all 0.2s ease-in;
}
.site-map__title:hover {
  color: var(--akcent);
}
.site-map__list {
  list-style: none;
}
.site-map__list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.site-map__list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--akcent);
  position: absolute;
  top: 8px;
  left: 0;
}
.site-map__list li a {
  text-decoration: underline;
  color: var(--temnyy);
  transition: all 0.2s ease-in;
}
.site-map__list li a:hover {
  color: var(--akcent);
}

@media (max-width: 1200px) {
  .site-map__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 40px;
  }
}
@media (max-width: 1000px) {
  .site-map__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
  }
}
@media (max-width: 768px) {
  .site-map__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .site-map__accordion,
  .site-map__content {
    display: block;
  }
  .site-map__item {
    border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  }
  .site-map__accordion {
    padding-right: 20px;
    position: relative;
  }
  .site-map__accordion::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--akcent);
    border-right: 2px solid var(--akcent);
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    right: 0;
  }
  .site-map__accordion.accordion--active::after {
    transform: rotate(225deg);
  }
  .site-map__title {
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 16px;
  }
  .site-map__list {
    list-style: none;
  }
  .site-map__list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
  }
  .site-map__list li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: var(--akcent);
    position: absolute;
    top: 8px;
    left: 0;
  }
  .site-map__list li a {
    text-decoration: underline;
    color: var(--temnyy);
    transition: all 0.2s ease-in;
  }
  .site-map__list li a:hover {
    color: var(--akcent);
  }
}
.contacts__items {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
}
.contacts__item {
  flex: 1 0 20%;
}
.contacts__item:not(:last-child) {
  padding-right: 20px;
  border-right: 1px solid rgba(60, 50, 50, 0.1);
}
.contacts__text {
  font-size: 16px;
  line-height: 130%;
  color: rgba(60, 50, 50, 0.4);
  margin-bottom: 12px;
}
.contacts__link {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: var(--temnyy);
  text-align: left;
  transition: all 0.2s ease-in;
}
.contacts__link:hover {
  color: var(--akcent);
}
.contacts__networks {
  display: flex;
  gap: 8px;
}
.contacts__network {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.contacts__network svg path {
  transition: all 0.3s ease;
}
.contacts__network:hover svg path {
  fill: #fff;
}
.contacts__network.wa:hover {
  background: #43d854;
}
.contacts__network.ok:hover {
  background: #ed812b;
}
.contacts__network.tg:hover {
  background: #27a7e7;
}
.contacts__maps {
  border-radius: 2px;
  width: 100%;
  height: 100%;
  min-height: 520px;
  position: relative;
  overflow: hidden;
}
.contacts__map {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .contacts__items {
    display: flex;
    flex-wrap: wrap;
  }
  .contacts__item {
    flex: 1 0 40%;
  }
  .contacts__item:nth-child(2) {
    padding-right: 0;
    border-right: none;
  }
}
@media (max-width: 768px) {
  .contacts {
    margin-bottom: 0;
    overflow: hidden;
  }
  .contacts__items {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
  }
  .contacts__item {
    padding-right: 0;
    border-right: none;
  }
  .contacts__link {
    font-size: 20px;
  }
  .contacts__network {
    width: 50px;
    height: 50px;
  }
  .contacts__maps {
    width: calc(100% + 40px);
    min-height: 400px;
    margin: 0 -20px;
  }
}
.error {
  padding: 160px 0;
}
.error__wrap {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.error__number {
  text-align: center;
  margin-bottom: 60px;
}
.error__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  text-align: center;
  color: var(--temnyy);
  margin-bottom: 16px;
}
.error__subtitle {
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  margin-bottom: 24px;
}
.error__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}
.error__links li {
  position: relative;
  padding-left: 20px;
}
.error__links li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--akcent);
  position: absolute;
  top: 8px;
  left: 0;
}
.error__links li a {
  text-decoration: underline;
  color: var(--temnyy);
  transition: all 0.2s ease-in;
}
.error__links li a:hover {
  color: var(--akcent);
}
.error__btn {
  width: 100%;
}

@media (max-width: 768px) {
  .error {
    padding: 60px 0 80px;
  }
  .error__wrap {
    max-width: 100%;
  }
  .error__number {
    text-align: center;
    margin-bottom: 30px;
  }
  .error__number svg {
    max-width: 75%;
  }
  .error__title {
    font-size: 29px;
  }
  .error__subtitle {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .error__links {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-bottom: 24px;
  }
  .error__links li::before {
    width: 6px;
    height: 6x;
  }
}
.services-page__item:not(:last-child) {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  margin-bottom: 32px;
}
.services-page__accordion,
.services-page__content {
  display: contents;
}
.services-page__title {
  display: block;
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  color: var(--temnyy);
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
  transition: all 0.2s ease-in;
}
.services-page__title:hover {
  color: var(--akcent);
}
.services-page__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  list-style: none;
}
.services-page__list li {
  width: 100%;
  max-width: calc(25% - 30px);
  position: relative;
  padding-left: 20px;
}
.services-page__list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--akcent);
  position: absolute;
  top: 8px;
  left: 0;
}
.services-page__list li a {
  text-decoration: underline;
  color: var(--temnyy);
  transition: all 0.2s ease-in;
}
.services-page__list li a:hover {
  color: var(--akcent);
}

@media (max-width: 1200px) {
  .services-page__list li {
    max-width: calc(33.3333333333% - 28px);
  }
}
@media (max-width: 1000px) {
  .services-page__list li {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .services-page__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .services-page__accordion,
  .services-page__content {
    display: block;
  }
  .services-page__item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .services-page__accordion {
    padding-right: 20px;
    position: relative;
  }
  .services-page__accordion::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--akcent);
    border-right: 2px solid var(--akcent);
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    right: 0;
  }
  .services-page__accordion.accordion--active::after {
    transform: rotate(225deg);
  }
  .services-page__title {
    font-size: 20px;
    margin: 0;
  }
  .services-page__list {
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }
  .services-page__list li {
    max-width: 100%;
  }
  .services-page__list li::before {
    width: 6px;
    height: 6px;
  }
}
/* popups */
.popup {
  height: 100vh;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  z-index: 1000;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.7);
}

.popup__body {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

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

.popup__content {
  position: relative;
  width: 100%;
  position: relative;
  transition: transform 0.3s linear;
  transform: rotateY(90deg);
}

.popup.open .popup__content {
  transform: rotateY(0);
}

.popup input {
  width: 100%;
}

.close-popup {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.close-popup svg path {
  transition: all 0.3s ease;
}

.close-popup img {
  height: 100%;
}

.close-popup:hover {
  background: #fff;
}
.close-popup:hover svg path {
  fill: var(--osnovnoy);
}

.none {
  display: none;
}

@media (max-width: 768px) {
  .close-popup {
    width: 32px;
    height: 32px;
    top: 12px;
    right: 12px;
    padding: 8px;
  }
}
.popup-change__content {
  max-width: 760px;
  border-radius: 2px;
  padding: 80px;
  background: url("./../img/popup/popup-bg.jpg") no-repeat center/cover;
  color: #fff;
}
.popup-change__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
  margin-bottom: 20px;
}
.popup-change__text {
  margin-bottom: 40px;
}
.popup-change__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.popup-change-response__content {
  max-width: 530px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.popup-change-response__wrapper h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}
.popup-change-response__wrapper p {
  text-align: center;
  margin-bottom: 30px;
}
.popup-change-response__btn button {
  display: block;
  width: 100%;
}

.popup[data-target="popup-change-ok"] h3::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url("./../img/popup/popup-ok.svg");
  margin: 0 auto;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .popup-change__content {
    padding: 60px 20px;
  }
  .popup-change__title {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .popup-change__text {
    margin-bottom: 30px;
  }
  .popup-change-response__content {
    padding: 60px 20px;
  }
  .popup-change-response__wrapper h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .popup-change-response__wrapper p {
    margin-bottom: 24px;
  }
}
.popup-city__content {
  border-radius: 2px;
  padding: 80px;
  background: #fff;
  max-width: 760px;
}
.popup-city__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
  color: var(--temnyy);
  margin-bottom: 32px;
}
.popup-city__form {
  margin-bottom: 40px;
}
.popup-city__text {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: var(--temnyy);
}
.popup-city__list {
  display: flex;
  gap: 16px 40px;
  flex-wrap: wrap;
  max-height: 190px;
  overflow-y: auto;
}
.popup-city__list::-webkit-scrollbar {
  width: 4px;
  background-color: var(--izobrazhenie);
  padding: 5px;
}
.popup-city__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--akcent);
}
.popup-city__list li {
  flex: 1 0 40%;
}
.popup-city__list li a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--temnyy);
  position: relative;
  padding-left: 27px;
  transition: all 0.3s ease;
}
.popup-city__list li a:hover {
  color: var(--akcent);
}
.popup-city__list li a::before {
  content: "";
  display: block;
  width: 15px;
  height: 20px;
  background: url("./../img/icons/location.svg") no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
.popup-city__list li a.active::before {
  background: url("./../img/icons/location-active.svg") no-repeat center/contain;
}
.popup-city__close {
  background: rgba(66, 133, 244, 0.1);
}
.popup-city__close:hover {
  background: rgb(66, 133, 244);
}
.popup-city__close:hover svg path {
  fill: #fff;
}

@media (max-width: 768px) {
  .popup-city__content {
    padding: 60px 20px;
  }
  .popup-city__title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .popup-city__text {
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 18px;
  }
  .popup-city__list {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 14px;
    max-height: 290px;
  }
}
.popup-search__body {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0;
}
.popup-search__content {
  padding: 70px 0;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  max-width: 100%;
  height: -moz-max-content;
  height: max-content;
  max-height: 100vh;
  transform: translateY(-100%);
}
.popup-search__form {
  width: calc(100% - 94px);
  margin-bottom: 40px;
}
.popup-search__search,
.popup-search__search-result {
  width: calc(100% - 94px);
}
.popup-search__list_result {
  max-height: 600px;
  overflow-y: auto;
}
.popup-search__list_result::-webkit-scrollbar {
  width: 4px;
  background-color: var(--izobrazhenie);
  padding: 5px;
}
.popup-search__list_result::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--akcent);
}
.popup-search__list_result li:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(60, 50, 50, 0.1);
  margin-bottom: 12px;
}
.popup-search__list_result li a {
  display: block;
}
.popup-search__list_result li a:hover p {
  color: var(--akcent);
}
.popup-search__list_result li a p {
  font-weight: 500;
  font-size: 20px;
  color: var(--temnyy);
  margin-bottom: 8px;
}
.popup-search__list_result li a span {
  font-size: 16px;
  color: var(--akcent);
}
.popup-search__close {
  width: 62px;
  height: 62px;
  top: 70px;
  right: 40px;
  background: rgba(66, 133, 244, 0.1);
}
.popup-search__close:hover {
  background: rgb(66, 133, 244);
}
.popup-search__close:hover svg path {
  fill: #fff;
}

.popup.open .popup-search__content {
  transform: translateY(0);
}

@media (max-width: 750px) {
  .popup-search__form {
    width: 100%;
    margin-bottom: 0px;
  }
  .popup-search__form input {
    width: 100%;
  }
  .popup-search__search,
  .popup-search__search-result {
    width: 100%;
  }
  .popup-search__list_result {
    position: absolute;
    top: 61px;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 30px 10px;
    background: #fff;
    min-height: 545px;
    max-height: 545px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  }
  .popup-search__list_result li a p {
    font-size: 16px;
    margin-bottom: 6px;
  }
}

.calculator__select input {
  width: 100%;
  max-width: 100%;
  cursor: text;
  outline: none;
  border: 1px solid rgba(66, 133, 244, 0.5);
  border-radius: 2px;
  padding: 18px;
  color: var(--temnyy);
  padding-right: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(66, 133, 244, 0.05);
  transition: all 0.3s ease;
}

.footer__copy-row {
  display: flex;
  justify-content: space-between;
}
.footer__copy-col {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: flex-start;
}

@media (max-width: 520px) {
  .footer__copy-row {
    flex-direction: column;
    gap: 5px;
  }
}

.header__logo {
  display: flex;
  gap: 23px;
  align-items: center;
}

.header__logo svg {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

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

.header__logo div p:first-child {
  color: rgb(50, 50, 50);
  font-size: 32px;
  font-weight: bold;
  font-family: var(--font-family);
}

.header__logo div p:last-child {
  color: rgba(60, 50, 50, 0.4);
  font-size: 12px;
  font-family: var(--font-family);
  line-height: 1.1;
}

@media (max-width: 768px) {
  .header__logo svg {
    width: 44px;
    height: 44px;
  }

  .header__logo div {
    display: none;
  }
}

.right-nav {
  position: fixed;
  top: 80%;
  right: 42px;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}
.right-nav-item {
  min-width: 52px;
  height: 52px;
  display: flex;
  width: fit-content;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  outline: 8px solid rgba(255, 255, 255, 0.2);
  background-color: #ed4545;
  transition: 0.2s ease;
}
.right-nav-item.mob {
  display: none;
}
.right-nav-item span {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.2s ease;
}
.right-nav-item:hover {
  padding: 0 20px;
}
.right-nav-item:hover span {
  opacity: 1;
  width: auto;
  padding-left: 12px;
}
@media (max-width: 720px) {
  .right-nav {
    right: 20px;
    top: auto;
    bottom: 20px;
    transform: none;
    min-width: auto;
  }
  .right-nav-item.mob {
    display: flex;
  }
  .right-nav-item.mob:hover {
    padding: 0;
  }
  .right-nav-item.mob span {
    display: none;
  }
  .right-nav-item.mob img {
    rotate: 0deg;
    filter: brightness(0) invert(1);
  }
  .right-nav-item:not(.mob) {
    display: none;
  }
  .right-nav.active:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
  }
  .right-nav.active .right-nav-item.mob {
    background-color: #ed4545;
  }
  .right-nav.active .right-nav-item.mob img {
    rotate: 45deg;
    filter: none;
  }
  .right-nav.active .right-nav-item {
    display: flex;
    z-index: 1000;
  }
  .right-nav.active .right-nav-item:not(.mob) {
    border: none;
    padding: 0 20px;
    height: 52px;
    width: 100%;
    justify-content: flex-start;
  }
  .right-nav.active .right-nav-item span {
    padding-left: 12px;
    width: auto;
    overflow: visible;
    opacity: 1;
  }
}

.eye {
  width: 25px;
  height: 25px;
  margin: 12px;
}
.eye_button {
  background-color: white;
}

.installment__content {
  width: 100%;
  background: #4285f4;
  display: flex;
  align-items: stretch;
  justify-content: center;
  border-radius: 4px;
}

.installment__text {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 60px 55px 60px 0;
}

.installment__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.installment__title-line {
  display: block;
}

.installment__features {
  list-style: none;
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}

.installment__feature {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.1);
  padding: 13px 16px;
  border-radius: 50px;
  backdrop-filter: blur(10px);
}

.installment__checkmark {
  width: 16px;
  height: 16px;
  background: url(/assets/img/installment/checkmark.svg);
  background-repeat: no-repeat;
}
.installment__feature-text {
  font-size: 16px;
  font-weight: 500;
}

.installment__description {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 48px;
}

.installment__action {
  display: flex;
  gap: 40px;
  align-items: stretch;
}

.installment__button {
  background: #ffffff;
  color: #4285f4;
  border: 1px solid transparent;
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

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

.installment__button:active {
  transform: translateY(0);
}

.installment__contact {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.installment__phone-icon {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  flex-shrink: 0;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.installment__phone-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  padding: 4px 0;
}

.installment__phone {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
  line-height: 1;
}

.installment__phone:hover {
  opacity: 0.8;
}

.installment__phone-note {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4px 0;
}

.installment__picture {
  max-width: 534px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  height: auto;
}

.installment__picture:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url(/assets/img/installment/woman.png);
  width: 375px;
  height: 110%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.installment__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  display: block;
  overflow: visible;
}
/* Адаптивность */
@media (max-width: 1360px) {
  .installment__content {
    flex-direction: column-reverse;
  }
  .installment__picture {
    max-width: 100%;
    max-height: fit-content;
  }

  .installment__picture img {
    width: 140%;
    max-width: 140%;
  }
  .installment__picture:before {
    width: auto;
    max-height: 100%;
    overflow: visible;
    min-width: 43%;
  }
  .installment__text {
    padding: 40px;
  }
}
@media (max-width: 860px) {
  .installment__title {
    font-size: 40px;
  }

  .installment__features {
    flex-direction: column;
    gap: 8px;
  }
  .installment__description {
    margin-bottom: 32px;
    font-size: 16px;
  }
}

@media (max-width: 730px) {
  .installment__action {
    flex-direction: column;
    gap: 20px;
  }
  .installment__title {
    font-size: 26px;
  }

  .installment__text {
    padding: 18px 20px;
  }
  .installment__phone {
    font-size: 18px;
  }

  .installment__button {
    font-size: 16px;
    padding: 14px 30px;
  }
}
.installment__service .installment__picture {
  display: none;
}

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

.installment__service:before {
  position: absolute;
  content: "";
  background: url(/assets/img/installment/decor-service.png);
  bottom: 0;
  width: 710px;
  height: 710px;
  bottom: 0;
  right: -15%;
  rotate: 3deg;
  z-index: 1;
  pointer-events: none;
}
.installment__service .installment__text {
  padding: 60px;
}

@media (max-width: 1250px) {
  .installment__service .installment__features {
    flex-direction: column;
    gap: 8px;
  }

  .installment__service .installment__text {
    padding: 40px;
  }
}
@media (max-width: 1250px) {
  .installment__action {
    flex-direction: column;
  }
}

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

    .articles__cards {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 40px;
      width: 100%;
    }

    @media (max-width: 1100px) {
      .articles__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
      }
    }

    @media (max-width: 620px) {
      .articles__cards {
        grid-template-columns: 1fr;
        gap: 20px;
      }
    }

    .articles__card {
      display: flex;
      flex-direction: column;
      width: 100%;
      border: 1px solid rgba(66, 133, 244, 0.1);
      border-radius: 2px;
      background: rgba(66, 133, 244, 0.04);
      overflow: hidden;
    }

    .articles__card_img img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .articles__card_inner {
      padding: 24px;
    }

    .articles__card_name {
      font-size: 24px;
      font-weight: 700;
      line-height: 1.1;
      margin-bottom: 12px;
    }

    .articles__card_text {
      margin-bottom: 20px;
      color: rgba(60, 50, 50, 0.7);
    }

    .articles__card_date {
      color: var(--osnovnoy);
    }

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

      .articles__card_name {
        font-size: 20px;
      }
    }
    .stocks__paginations {
      display: none !important;
    }

    @media (min-width: 1025px) {
      .articles__cards.swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
        transform: none !important;
      }
      .articles__card.swiper-slide {
        width: auto !important;
        margin-right: 0 !important;
      }
    }

    @media (max-width: 1024px) {
      .stocks__paginations {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-top: 20px;
      }

      .articles.swiper {
        overflow: hidden;
      }
    }
    .stocks{
        margin-top: 16px;
    }
    @media (max-width: 1024px) {
      .articles {
        overflow: hidden;
        position: relative;
      }

      .articles__cards.swiper-wrapper {
        display: flex !important;
        grid-template-columns: none; 
        gap: 0;
      }

      .articles__card.swiper-slide {
        flex-shrink: 0;
        width: 100%;   
        height: auto;
      }

      .stocks__paginations {
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin-top: 25px;
      }
    }

    @media (min-width: 1025px) {
      .articles__cards {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 40px;
      }

      .stocks__paginations {
        display: none !important;
      }
    }

    .links__wrap {
      display: flex;
      flex-direction: row;
      gap: 15px;
      justify-content: start;
      align-items: center;
      padding-block-start: 30px;
    }

    .links__wrap > a {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 12px;
      min-width: 110px;
      color: #ed4848;
      background-color: rgb(253, 236, 236);
      border-radius: 8px;
      outline: 1px solid transparent;
      transition:  outline 300ms, gap 300ms;
      line-height: 1;
      font-size: 16px;
      gap: 5px;
    }

    .links__wrap > a:hover {
      outline: 1px solid red;
    }

    .links__wrap > a::after {
      content: '';
      background-image: url(../img/icons/arrow-right-circle.svg);
      background-repeat: no-repeat;
      background-size: contain;
      width: 14px;
      height: 14px;
      display: block;
      background-position: center center;
      position: relative;
      transition: transform 300ms ease-out;
    }

    .links__wrap > a:hover::after {
      transform: translateX(6px);
    }


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

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

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

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

@media (min-width: 1261px) {
    .header__submenu {
        column-count: 3;
        column-gap: 20px;
        min-width: 800px;
    }

    .header__sublink {
        display: inline-block;
        width: 100%;
        break-inside: avoid;
        page-break-inside: avoid;
    }
}
.faq__wrapper {
	margin-bottom:20px;
	display:flex;
	gap:20px;
	align-items:center;
}
@media (max-width: 768px) {
	.faq__wrapper {
		flex-direction: column;
        align-items: flex-start;
	}
}


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

@media (max-width: 1000px) {
	.facts__list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}

.facts__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #F6F9FE;
    border-radius: 4px;
}

.facts__itemhead {
    background-color: #4285F4;
    padding: 20px;
    border-radius: 4px;
    color: white;
    display: flex;
    flex-direction: row;
    gap: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

span.facts__itemnum {
    font-weight: 700;
    font-size: 58px;
}

span.facts__itemnum {
    padding-right: 20px;
    border-right: 1px #FFFFFF33 solid;
}

span.facts__itemnumtext {
    text-align: left;
}

.facts__itemhead {
    min-height: 111px;
}

.facts__itemtitle {
    font-weight: 700;
    font-size: 20px;
    padding: 0 30px;
    margin-top: 10px;
}

.facts__itemtext {
    padding: 0 30px;
}
.facts__itemsource {
    color: gray;
    padding: 0 30px;
    font-size: 14px;
    margin-top: auto;
    margin-bottom: 20px;
}

.facts__item:nth-child(2) .facts__itemhead {
    background-color: #ed4545;
}

.reviews__newafter {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.reviews__google a{
    padding: 10px 15px;
    border: 1px #4285f4 solid;
    border-radius: 4px;
    height: 55px;
    display: block;
}

.reviews__google a:hover {
    border-color: #ed4545;
}

.reviews__dopratings {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    height: 55px;
    border: 1px #4285f4 solid;
    border-radius: 5px;
}

.reviews__dopratings svg {
    max-width: 30px;
}

.googleblock {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background-color: white;
    border-radius: 4px;
    padding: 10px 15px;
}

.googleblock__dopratings {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.googleblock__dopratings svg {
    margin-bottom: 2px;
}

.googleblock__link {
    padding-right: 10px;
    border-right: 1px #3C323233 solid;
}

.newRating__inner {
    background-color: #F6F9FE;
    border-radius: 5px;
    padding: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.newRating__detailes {
    height: 164px;
    background-color: #FFFFFF;
    position: relative;
    width: 370px;
    min-width: 370px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.newRating__decor1 {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}

p.newRating__aftertext {
    color: red;
    text-decoration: underline;
}

.newRating .title-h2::after {display: none;}

.newRating .title-h2{
font-size: 36px;
  margin: 0;
}

.newRating__decor2 {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
}


@media(max-width: 890px){
  .newRating__inner {
    flex-direction: column;
  }
  .newRating__detailes {
      width: 100%;
      box-sizing: border-box;
      min-width: 100px;
    }

  .newRating__inner {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .newRating .title-h2 {
    font-size: 24px;
  }
}