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

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 {
  /* Основной глубокий синий цвет (как на скриншоте) */
  --temnyy: #0a1a2d;
  --plashki: #152642;
  --fon-plashek: #f0f4f8;
  --tekst: #1e2b3e;
  --tekst-svetlyy: #4a5a72;

  /* Яркий красный акцент (ключевой цвет действий) */
  --color-temno-zelenyy: #cc2a2a;    /* Тёмно-красный для ховера */
  --color-zelenyy: #ff4444;          /* Основной красный для кнопок */
  --color-svetlo-zelenyy-1: #ffebeb; /* Очень светлый красный для фона */
  --color-svetlo-zelenyy-2: rgba(255, 235, 235, 0.5);

  /* Градиенты (как на скриншоте в шапке) */
  --gradient-green: linear-gradient(135deg, #0a1a2d 0%, #1a3a5f 100%);
  --gradient-light-gray: linear-gradient(135deg, #ffffff 0%, #f0f4f8 100%);
  --gradient-for-photo-decor: linear-gradient(0deg, #152642 0%, rgba(21, 38, 66, 0.7) 50%, transparent 100%);
  --decor-gray: #a0b3c9;

  /* Нейтральные цвета */
  --belyy: #ffffff;
  --tegi: #6b7b95;
  --bg-svetlo-seryy: #f8fafc;
  --izobrazhenie: #d8e2ee;

  /* Структурные переменные (без изменений) */
  --container-width: 1360px;
  --container-padding: 20px;
  --font-family: "Gotham", sans-serif;
  --second-family: "Hauora", sans-serif;
}

/* Gotham */
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("Gotham"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local("Gotham"), url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("Gotham"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
}
/* Общие 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: 16px;
  line-height: 140%;
  color: var(--tekst-svetlyy);
  font-family: var(--font-family);
  background-color: var(--fon);
}

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

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

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

/*  buttons */
.primary-btn, .secondary-btn, .tertiary-btn {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  border-radius: 5px;
  padding: 16px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.2s;
}
.primary-btn::after, .secondary-btn::after, .tertiary-btn::after {
  content: "";
  background: rgba(8, 11, 15, 0.2);
  position: absolute;
  z-index: -1;
  padding: 0.85em 0.75em;
  display: block;
  left: -2%;
  right: -2%;
  top: 0;
  bottom: -2px;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.3s ease;
}
.primary-btn span, .secondary-btn span, .tertiary-btn span {
  position: relative;
  z-index: 2;
}
.primary-btn:active, .secondary-btn:active, .tertiary-btn:active {
  transform: scale(0.95);
}
.primary-btn:hover, .secondary-btn:hover, .tertiary-btn:hover {
  background-position: 0;
}

@media (hover: hover) {
  .primary-btn:hover::after, .secondary-btn:hover::after, .tertiary-btn:hover::after {
    transform: skewX(-45deg) scale(1, 1);
    transition: all 0.3s ease-out;
  }
}
.primary-btn {
  color: var(--belyy);
  background: var(--color-temno-zelenyy);
  position: relative;
  overflow: hidden;
}
.primary-btn::after {
  background: rgba(8, 11, 15, 0.2);
}

.secondary-btn {
  color: var(--color-zelenyy);
  background: var(--belyy);
  z-index: 1;
}
.secondary-btn::after {
  background: var(--color-svetlo-zelenyy-1);
}

.tertiary-btn {
  color: var(--color-temno-zelenyy);
  border: 1px solid var(--color-temno-zelenyy);
}
.tertiary-btn::after {
  background: var(--color-temno-zelenyy);
}
.tertiary-btn:hover {
  color: var(--belyy);
}

.btn-arrow {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-align: left;
  color: var(--color-temno-zelenyy);
  transition: all 0.3s ease;
}
.btn-arrow::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color-temno-zelenyy);
  border-right: 1px solid var(--color-temno-zelenyy);
  transform: rotate(45deg);
  margin-left: 8px;
  transition: all 0.3s ease;
}
.btn-arrow:hover {
  opacity: 0.5;
}

@media (hover: hover) {
  .btn-arrow:hover {
    opacity: 0.5;
  }
  .btn-arrow:hover::after {
    transform: rotate(45deg) translate(5px, -5px);
  }
}
.btn-circle {
  display: block;
  border-radius: 25px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  background: var(--color-zelenyy);
  color: var(--belyy);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.btn-circle::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--belyy);
  border-right: 1px solid var(--belyy);
  transform: rotate(45deg);
  margin-right: 4px;
  transition: all 0.3s ease;
}
.btn-circle:hover {
  opacity: 0.5;
}

.btn-more.active::after {
  transform: rotate(315deg);
}

/*  titles  */
.title-h1, .title-h2, .title-h3, .title-h4, .title-h5, .title-h6 {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 140%;
  color: var(--tekst);
}

.title-h1 {
  font-size: 40px;
  line-height: 120%;
}

.title-h2 {
  font-size: 34px;
}

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

.title-h4 {
  font-size: 26px;
}

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

.title-h6 {
  font-size: 18px;
  line-height: 111%;
}

.phone {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: var(--color-zelenyy);
  display: flex;
  gap: 10px;
  align-items: center;
  transition: all 0.3s ease;
}
.phone:hover {
  opacity: 0.5;
}

.phone {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: var(--color-zelenyy);
  display: flex;
  gap: 10px;
  align-items: center;
  transition: all 0.3s ease;
}
.phone:hover {
  opacity: 0.5;
}

.phone-btn, .phone-btn-white {
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  display: flex;
  gap: 10px;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: all 0.3s ease;
}
.phone-btn svg path, .phone-btn-white svg path {
  transition: all 0.3s ease;
}

.phone-btn-white {
  background: var(--belyy);
  color: var(--color-zelenyy);
}
.phone-btn-white:hover {
  background: var(--color-zelenyy);
  color: var(--belyy);
}
.phone-btn-white:hover svg path {
  fill: var(--belyy);
  stroke: var(--belyy);
}

.phone-btn {
  background: var(--color-zelenyy);
  color: var(--belyy);
}
.phone-btn:hover {
  background: var(--belyy);
  color: var(--color-zelenyy);
}
.phone-btn:hover svg path {
  fill: var(--color-zelenyy);
  stroke: var(--color-zelenyy);
}

/*  form  */
.input {
  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;
}

.input::-moz-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--tekst-svetlyy);
}

.input::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--tekst-svetlyy);
}

.input:hover {
  background: var(--bg-svetlo-seryy);
}

.input:focus {
  border: 1px solid var(--tegi);
  background: var(--belyy);
}

.input:active {
  border: 1px solid var(--color-zelenyy);
  background: var(--belyy);
}

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

.input-wrapper {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.input-wrapper .input {
  width: 100%;
}

.input-error {
  display: none;
  position: absolute;
  bottom: -3px;
  left: 15px;
  font-size: 11px;
  color: #ff4a37;
}

.input-clear {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  z-index: 5;
  cursor: pointer;
}

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

.textarea::-moz-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--tekst-svetlyy);
}

.textarea::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--tekst-svetlyy);
}

.textarea:hover {
  background: var(--bg-svetlo-seryy);
}

.textarea:focus {
  border: 1px solid var(--tegi);
  outline: none;
  background: var(--belyy);
}

.textarea:active {
  border: 1px solid var(--color-zelenyy);
  background: var(--belyy);
  outline: none;
}

.politic {
  font-size: 14px;
  line-height: 140%;
  color: var(--tekst-svetlyy);
}
.politic a {
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  transition: all 0.3s ease;
}
.politic a:hover {
  opacity: 0.5;
}

/*  search  */
.form-search {
  position: relative;
  width: 100%;
}
.form-search input {
  background: var(--fon-plashek);
  opacity: 0.7;
  width: 100%;
}
.form-search input:focus {
  opacity: 1;
}
.form-search img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

/* select */
select, .select {
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 5px;
  padding: 16px 20px;
  padding-top: 28px;
  font-weight: 500;
  color: var(--tekst);
  opacity: 0.7;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--fon-plashek) url(./../img/icons/arrow-bottom.svg) no-repeat right;
  background-position-x: calc(100% - 8px);
  transition: all 0.3s ease;
}
select:hover, .select:hover {
  opacity: 1;
}
select:focus, .select:focus {
  outline: 1px solid var(--color-zelenyy);
}

.sort_block {
  position: relative;
}
.sort_block label {
  display: block;
  font-size: 12px;
  line-height: 140%;
  color: var(--tekst-svetlyy);
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 2;
}

.sort__text {
  color: var(--tekst);
  margin-bottom: 20px;
}
.sort__item {
  margin-bottom: 20px;
  display: flex;
  gap: 14px;
  align-items: center;
}
.sort__item input[type=checkbox] {
  position: relative;
  width: 28px;
  height: 28px;
  color: #000;
  border: 1px solid #788189;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  cursor: pointer;
  transition: all 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}
.sort__item input[type=checkbox]::before {
  position: absolute;
  content: "";
  display: block;
  top: 3px;
  left: 9px;
  width: 8px;
  height: 14px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.sort__item input[type=checkbox]:checked {
  color: #fff;
  border-color: var(--color-zelenyy);
  background: var(--color-zelenyy);
}
.sort__item input[type=checkbox]:checked::before {
  opacity: 1;
}
.sort__item label {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: var(--tekst);
}
.sort__item label::before {
  position: absolute;
  content: attr(data-content);
}

/* range */
input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  background: var(--color-svetlo-zelenyy-1);
  border-radius: 20px;
  outline: none;
  transition: opacity 0.2s;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background: var(--color-zelenyy);
  cursor: pointer;
}
input[type=range]::-moz-range-thumb {
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background: var(--color-zelenyy);
  cursor: pointer;
}
input[type=range]:focus::-webkit-slider-thumb {
  outline: 2px solid var(--color-zelenyy);
  outline-offset: 0.125rem;
}
input[type=range]:focus::-moz-range-thumb {
  outline: 2px solid var(--color-zelenyy);
  outline-offset: 0.125rem;
}
input[type=range]:focus::-webkit-slider-thumb {
  outline: 2px solid var(--color-zelenyy);
  outline-offset: 0.125rem;
}

/* 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__btn {
  transition: all 0.3s ease;
}

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

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

/* rating */
.full-stars {
  text-align: center;
}

.full-stars .rating-group {
  display: inline-flex;
}

.full-stars input {
  position: absolute;
  left: -9999px;
}

.full-stars label {
  margin: 0;
  cursor: pointer;
}

.full-stars label svg {
  margin: 0 2px;
  height: 18px;
  width: 20px;
  fill: var(--color-temno-zelenyy);
  transition: fill 0.3s;
}

.full-stars input:checked ~ label svg {
  fill: transparent;
}

.full-stars .rating-group:hover label svg {
  fill: var(--color-temno-zelenyy);
}

.full-stars .rating-group input:hover ~ label svg {
  fill: transparent;
}

/* breadcrumbs */
.breadcrumbs {
  margin-bottom: 25px;
}

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

.breadcrumbs li, .breadcrumbs li a {
  font-size: 14px;
  color: var(--tekst-temnyy-60);
}

.breadcrumbs li a {
  color: var(--tekst-temnyy-100);
}

.breadcrumbs li a:hover {
  font-weight: 500;
}

.breadcrumbs li:after {
  content: "—";
  display: block;
  font-size: 20px;
  color: var(--tekst-temnyy-100);
  font-size: inherit;
}

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

/*  media global  */
@media (max-width: 800px) {
  .section-offset {
    margin-bottom: 80px;
  }
  .section__flex {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .section__top {
    display: contents;
    margin-bottom: 20px;
  }
  .section__btn {
    display: block;
    order: 3;
    width: 100%;
  }
  .section__inner {
    order: 2;
  }
}
@media (max-width: 688px) {
  body {
    font-size: 14px;
  }
  .title-h1 {
    font-size: 28px;
  }
  .title-h2 {
    font-size: 24px;
  }
  .title-h3 {
    font-size: 22px;
  }
  .title-h4 {
    font-size: 20px;
  }
  .title-h5 {
    font-size: 18px;
  }
  .title-h6 {
    font-size: 16px;
    line-height: 125%;
  }
  .btn-circle {
    width: 25px;
    min-width: 25px;
    height: 25px;
  }
  .btn-circle::after {
    width: 6px;
    height: 6px;
    margin-right: 1px;
  }
  .phone {
    font-size: 18px;
  }
  .phone-btn, .phone-btn-white {
    padding: 10px 16px;
    font-size: 18px;
  }
  .sort__text {
    margin-bottom: 14px;
  }
  .sort__item {
    margin-bottom: 14px;
  }
  .sort__item input[type=checkbox] {
    width: 22px;
    height: 22px;
  }
  .sort__item input[type=checkbox]::before {
    top: 3px;
    left: 7px;
    width: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
  }
  .sort__item label {
    font-size: 16px;
  }
  .breadcrumbs {
    margin-bottom: 15px;
  }
  .breadcrumbs, .breadcrumbs li {
    gap: 4px;
  }
  .breadcrumbs li, .breadcrumbs li a {
    font-size: 12px;
  }
}
/* swiper CUSTOM */
.swiper {
  width: 100%;
  height: 100%;
}

/* 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: 40px;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background: var(--bg-svetlo-seryy);
  transition: all 0.3s ease;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #0081ff;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
}

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

.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
  color: var(--belyy);
}

/* swiper-buttons--white */
.swiper-button-next--white, .swiper-button-prev--white {
  background: var(--belyy);
}

.swiper-button-next--white:after, .swiper-button-prev--white:after {
  color: var(--color-temno-zelenyy);
}

.swiper-button-next--white:hover, .swiper-button-prev--white:hover {
  background: rgba(61, 124, 133, 0.25);
}

.swiper-button-next--white:hover:after, .swiper-button-prev--white:hover:after {
  color: var(--color-temno-zelenyy);
}

/* swiper-pagination  */
.swiper-pagination {
  position: static;
  width: auto !important;
}
.swiper-pagination-bullet {
  position: static;
  border-radius: 10px;
  width: 25px;
  height: 3px;
  background: var(--color-zelenyy);
}

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

@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: 20px;
}
.img-animation:hover img {
  scale: 1.08;
}
.img-animation::before {
  content: "";
  background: rgba(8, 11, 15, 0.2);
  position: absolute;
  z-index: 2;
  padding: 0.85em 0.75em;
  display: block;
  left: -2%;
  right: -2%;
  top: 0;
  bottom: -2px;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s ease;
}
.img-animation:hover::before {
  transform: none;
}

/* header  */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}

main {
  margin-top: 240px;
  transition: margin-top 0.3s ease;
}

main.shifted {
  margin-top: 236px;
}

.header__logo {
  display: block;
  overflow: hidden;
  max-width: 260px;
  max-height: 56px;
  min-width: 136px;
  min-height: 48px;
  width: 100%;
}

.logo__picture {
  width: 100%;
  height: 100%;
}
.logo__picture img {
  width: 100%;
  height: 100%;
}

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

.header__plashka {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--tekst);
  background: var(--color-svetlo-zelenyy-2);
  transition: all 0.3s ease;
}

.header__plashka_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 12px 0px;
}

.header__plashka.hide, .header__top.hide {
  padding: 0;
}

.header__plashka_btns {
  display: flex;
  gap: 20px;
}

/* header__top  */
.header__top {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  transition: all 0.3s ease;
}

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

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

.header__info_icon {
  border-radius: 5px;
  width: 40px;
  height: 40px;
  padding: 12px;
  background: var(--color-svetlo-zelenyy-2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__info_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--tekst-svetlyy);
}

.header__info_text p:last-child {
  font-size: 14px;
  margin-top: 4px;
  color: var(--tekst);
}

.header__info_location button {
  font-weight: 500;
  line-height: 100%;
  color: var(--tekst);
}

.header__info_phone a {
  font-weight: 700;
  font-size: 18px;
  line-height: 111%;
  color: var(--tekst);
  text-wrap: nowrap;
}

.header__info_phone a:hover, .header__info_location button:hover {
  text-decoration: underline;
}

.header__links {
  display: flex;
  align-items: center;
  gap: 20px;
}

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

.header__network {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background: var(--color-svetlo-zelenyy-2);
  transition: all 0.3s ease;
}

.header__network:hover {
  background: var(--color-svetlo-zelenyy-1);
}
.header__network:hover svg path {
  fill: var(--color-temno-zelenyy);
}

.header__search {
  padding: 0;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__search:hover svg path {
  stroke: var(--belyy);
}

/* header__main */
.header__main {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid var(--color-temno-zelenyy);
}

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

.header__nav > ul {
  display: flex;
  align-items: center;
  gap: 36px;
}

.header__nav > ul > li > a, .header__nav > ul > li button {
  font-size: 14px;
  line-height: 140%;
  color: var(--tekst);
  padding-top: 10px;
  padding-bottom: 10px;
}

.header__nav > ul > li > a:hover, .header__nav_about > button:hover {
  opacity: 0.5;
}

.header__nav_about > button {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__nav_about > button::after {
  content: "";
  display: block;
  border-radius: 5px;
  width: 6px;
  height: 6px;
  background: var(--color-zelenyy);
}

.header__nav_service > button {
  border-radius: 5px;
  padding: 10px;
  background: var(--color-svetlo-zelenyy-2);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.header__nav_service-span {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 17px;
  height: 20px;
}

.header__nav_service-span span {
  border-radius: 5px;
  width: 16px;
  height: 2px;
  background: var(--color-zelenyy);
  transition: all 0.3s ease;
}

.header__nav_service > button:hover {
  background: var(--color-zelenyy);
  color: var(--belyy);
}
.header__nav_service > button:hover .header__nav_service-span span {
  background: var(--belyy);
}

/* header__discount */
.header__discount {
  padding: 12px 0;
  background: var(--color-temno-zelenyy);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: var(--belyy);
  transition: all 0.3s ease;
  opacity: 1;
  max-height: 500px;
}

.header__discount.hidden {
  opacity: 0;
  max-height: 0;
  padding: 0;
  overflow: hidden;
}

.header__discount p span:last-child {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: var(--belyy);
  border-radius: 6px;
  padding: 4px 8px;
  background: var(--color-zelenyy);
  text-wrap: nowrap;
}

.header__discount_text {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}

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

.header__discount_more {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  color: var(--belyy);
  padding-right: 15px;
  margin-right: 15px;
}

.header__discount_close {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: var(--belyy);
  opacity: 0.6;
  padding: 0 15px;
  border-left: 1px solid var(--belyy);
}

.header__discount_more:before, .header__discount_more:after,
.header__discount_close:before, .header__discount_close:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  background: var(--belyy);
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}

.header__discount_more:before {
  transform: rotate(45deg);
  top: calc(50% - 2px);
}

.header__discount_more:after {
  transform: rotate(-45deg);
  top: calc(50% + 2px);
}

.header__discount_close:before {
  width: 10px;
  transform: rotate(45deg);
}

.header__discount_close:after {
  width: 10px;
  transform: rotate(-45deg);
}

.header__discount_more:hover,
.header__discount_close:hover {
  opacity: 0.5;
}

/* ====== header__submenu ======== */
.header__submenu {
  display: none;
  z-index: 100;
}

.hide-item {
  position: relative;
}

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

.hide-item--active.header__nav_about > button {
  opacity: 0.5;
}

.hide-item--active.header__nav_service > button {
  background: var(--plashki);
  color: var(--belyy);
}
.hide-item--active.header__nav_service > button .header__nav_service-span > span {
  background: var(--belyy);
}
.hide-item--active.header__nav_service > button .header__nav_service-span > span:first-child {
  transform: rotate(45deg);
  position: relative;
  top: 7px;
}
.hide-item--active.header__nav_service > button .header__nav_service-span > span:nth-child(2) {
  opacity: 0;
}
.hide-item--active.header__nav_service > button .header__nav_service-span > span:last-child {
  transform: rotate(-45deg);
  position: relative;
  bottom: 7px;
}

/* mobile__wrapper */
.header-mobile__wrapper {
  display: none;
  width: 100%;
}
.header-mobile__wrapper-phone {
  order: 0;
}

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

.header-mobile__eye {
  order: 6;
  text-align: right;
  margin-top: -45px;
}
.header-mobile__eye button {
  transition: all 0.3s ease;
}
.header-mobile__eye button:hover {
  opacity: 0.6;
}

.header-mobile__phone {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 16px;
}
.header-mobile__phone a {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: var(--color-zelenyy);
  padding-right: 16px;
  border-right: 1px solid var(--tegi);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}
.header-mobile__phone a:hover {
  opacity: 0.6;
}
.header-mobile__phone img {
  display: block;
  width: 20px;
  height: 20px;
  padding: 4px;
  border-radius: 5px;
  background: var(--fon-plashek);
}
.header-mobile__phone p {
  font-size: 12px;
  color: var(--tegi);
}

/* burger__menu */
.burger__menu {
  width: 32px;
  height: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 3px;
}

.burger__menu span {
  display: block;
  width: 100%;
  height: 3px;
  background: var(--color-temno-zelenyy);
  transition: all 0.5s ease;
}

.burger__menu--active span:first-child {
  transform: rotate(45deg);
  position: relative;
  top: 4px;
}

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

.burger__menu--active span:last-child {
  transform: rotate(-45deg);
  position: relative;
  bottom: 5px;
}

@media (max-width: 1260px) {
  main {
    margin-top: 202px;
  }
  main.shifted {
    margin-top: 155px;
  }
  .header-mobile__wrapper {
    display: block;
  }
  .header__plashka {
    font-size: 12px;
  }
  .header__plashka_row {
    padding: 8px 0;
    justify-content: center;
  }
  .header__plashka_row p {
    text-align: center;
  }
  .header__plashka_btns {
    display: none;
  }
  .header__discount {
    position: relative;
  }
  .header__discount p {
    font-size: 12px;
  }
  .header__discount p span {
    padding: 2px 8px;
  }
  .header__discount_row {
    width: 100%;
    flex-basis: 100%;
    gap: 5px;
  }
  .header__discount_more, .header__discount_close span {
    display: none;
  }
  .header__discount_btns {
    flex-basis: 0;
  }
  .header__discount_close {
    position: absolute;
    top: 12px;
    right: 8px;
    opacity: 1;
  }
  .header__discount_close:before, .header__discount_close:after {
    width: 15px;
  }
  .header__info, .header__nav, .header__links {
    display: none;
  }
  .header__main {
    padding: 20px 0 10px;
  }
  .header__top {
    padding: 10px 0 20px;
  }
  .header__menu--active {
    position: fixed;
    top: 78px;
    right: 0;
    width: 100%;
    z-index: 10;
    height: calc(100% - 78px);
    overflow-y: auto;
    padding-top: 10px;
    background-color: #fff;
    flex-direction: column;
  }
  .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(--color-temno-zelenyy);
  }
  .header__btns {
    order: 2;
  }
  .header__btns button {
    flex: 1 0 auto;
  }
  .header-mobile__info {
    order: 3;
  }
  .header__networks {
    position: relative;
    z-index: 2;
    order: 4;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header__nav {
    display: none;
  }
  .header__menu--active .header__nav {
    display: block;
    opacity: 1 !important;
    order: 1;
  }
  .header__menu--active .header__links {
    display: contents;
  }
  .header-mobile__info {
    display: none;
  }
  .header__menu--active .header-mobile__info {
    display: block;
  }
  .header__menu--active.header__top {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px;
    padding: 20px;
  }
  .header__nav > ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-bottom: 0;
    position: relative;
  }
  .header__nav > ul > li > a {
    display: block;
    font-weight: 500;
    padding: 9px 0;
  }
  .header__nav_about {
    flex-wrap: wrap;
  }
  .header__nav_about button {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    font-weight: 500;
  }
  .header__nav_service button {
    width: 100%;
    justify-content: center;
  }
  .header__nav_list {
    position: relative;
    z-index: 20;
  }
  .header__info--mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--color-temno-zelenyy);
  }
  .header__info_item {
    display: flex;
    gap: 12px;
  }
  .header__info_icon {
    min-width: 30px;
    width: 30px;
    height: 30px;
    padding: 7px;
  }
  .header__info_text {
    font-size: 12px;
  }
  .header__info_text p:last-child {
    font-size: 14px;
  }
  .header__info_phone a {
    font-size: 16px;
  }
  .header__links--mobile {
    display: flex;
    justify-content: space-between;
  }
  .header__links--mobile .header__networks {
    display: flex;
  }
}
@media (max-width: 800px) {
  main {
    margin-top: 224px;
  }
  main.shifted {
    margin-top: 149px;
  }
  .header__menu--active {
    top: 87px;
    height: calc(100% - 87px);
  }
  .header-mobile__phone a {
    text-wrap: nowrap;
    flex: 1 0 48%;
    font-size: 14px;
  }
  .header-mobile__phone p {
    flex: 1 0 35%;
    font-size: 12px;
  }
  .header__discount p {
    font-size: 12px;
  }
}
@media (max-width: 540px) {
  main {
    margin-top: 210px;
  }
  main.shifted {
    margin-top: 164px;
  }
  .header-mobile__phone {
    justify-content: space-between;
  }
  .header-mobile__phone a {
    flex: 1 0 auto;
  }
  .header__btns {
    flex-direction: column;
  }
}
@media (max-width: 370px) {
  main {
    margin-top: 210px;
  }
  main.shifted {
    margin-top: 164px;
  }
}
/* submenu-3 */
.submenu-3 {
  position: absolute;
  top: calc(100% + 32px);
  left: -26px;
  border-radius: 20px;
  padding: 26px;
  background: var(--belyy);
  min-width: 308px;
}
.submenu-3 ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 22px;
}
.submenu-3 ul li {
  display: flex;
  gap: 8px;
  width: 100%;
}
.submenu-3 ul li a {
  display: block;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--tekst);
  width: 100%;
}

@media (max-width: 1260px) {
  .submenu-3 .container {
    display: contents;
  }
  .submenu-3 {
    position: static;
    padding: 0 20px;
    transform: translateX(0);
    order: 3;
    min-width: 100%;
    margin-bottom: 14px;
  }
  .submenu-3 ul {
    flex-direction: column;
    gap: 12px;
  }
  .submenu-3 ul li {
    display: flex;
    gap: 8px;
    width: 100%;
  }
  .submenu-3 ul li a {
    padding: 0;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    flex-direction: row;
    align-items: center;
  }
}
/* ----- service-submenu-3 ------ */
.service-submenu-3 {
  position: fixed;
  top: 245px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: calc(var(--container-width) - 30px);
  background-color: transparent;
  padding: 0;
}
.service-submenu-3__row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 50px 90px;
  position: relative;
}
.service-submenu-3 .header__submenu_tabs {
  width: 100%;
  margin: 0 auto;
}
.service-submenu-3 .header__submenu_tab-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.service-submenu-3 .header__submenu_tab-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--tekst);
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid var(--izobrazhenie);
  padding: 0px 20px 20px 20px;
  transition: all 0.3s ease;
}
.service-submenu-3 .header__submenu_tab-btn:not(.header__submenu_tab-btn.active):hover {
  color: var(--color-zelenyy);
}
.service-submenu-3 .header__submenu_tab-btn.active {
  color: var(--color-temno-zelenyy);
  text-shadow: 0px 0px 0.6px var(--color-temno-zelenyy);
  border-bottom: 1px solid var(--color-temno-zelenyy);
}
.service-submenu-3 .header__submenu_tab-contents {
  flex: 1 0 50%;
}
.service-submenu-3 .header__submenu_tab-content {
  display: none;
  width: 100%;
  order: 10;
  border-radius: 20px;
  padding: 30px;
  padding-right: 10px;
  background: var(--bg-svetlo-seryy);
}
.service-submenu-3 .header__submenu_tab-content.active {
  display: block;
}
.service-submenu-3 .header__submenu_tab-content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 30px;
  max-height: 390px;
  overflow-y: auto;
  padding-right: 20px;
}
.service-submenu-3 .header__submenu_tab-content ul::-webkit-scrollbar {
  width: 4px;
  background-color: #f9f9fd;
}
.service-submenu-3 .header__submenu_tab-content ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--color-temno-zelenyy);
}
.service-submenu-3 .header__submenu_tab-content ul::-webkit-scrollbar-track {
  background-color: #f9f9fd;
}
.service-submenu-3 .header__submenu_tab-content ul li {
  min-width: auto;
  max-width: 100%;
  min-height: auto;
}
.service-submenu-3 .header__submenu_tab-content ul a {
  padding: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: var(--temnyy);
  border-radius: 10px;
  display: flex;
  gap: 14px;
  align-items: center;
  transition: all 0.3s ease;
}
.service-submenu-3 .header__submenu_tab-content ul a:hover {
  opacity: 1;
  background: var(--belyy);
}
.service-submenu-3 .header__submenu_tab-content ul img {
  border-radius: 10px;
  width: 70px;
  height: 70px;
}
.service-submenu-3 .header__submenu_tab-content ul span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--tegi);
}
.service-submenu-3 .header__submenu_stocks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-basis: 32%;
}
.service-submenu-3 .header__submenu-wrapper {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  border-radius: 20px;
  padding: 10px;
  background: var(--bg-svetlo-seryy);
}
.service-submenu-3 .header__stock {
  position: relative;
  border-radius: 20px;
  padding: 20px 30px;
  background: var(--color-zelenyy);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  flex: 1 0 30%;
}
.service-submenu-3 .header__stock_date {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--color-svetlo-zelenyy-1);
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.service-submenu-3 .header__stock_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: var(--belyy);
  margin-bottom: 10px;
}
.service-submenu-3 .header__stock_subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.8);
}
.service-submenu-3 .header__stock_link {
  padding: 0;
  color: var(--belyy) !important;
}

@media (max-width: 1260px) {
  .service-submenu-3 {
    position: static;
    width: 100%;
    margin: 20px 0;
    transform: translateX(0);
  }
  .service-submenu-3__row {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 0;
  }
  .service-submenu-3 .header__submenu-wrapper {
    display: contents;
  }
  .service-submenu-3 .header__submenu_tabs {
    display: contents;
  }
  .service-submenu-3 .header__submenu_tab-btns {
    display: contents;
  }
  .service-submenu-3 .header__submenu_tab-btn {
    font-size: 14px;
    padding: 12px;
    width: 100%;
  }
  .service-submenu-3 .header__submenu_tab-contents {
    display: contents;
  }
  .service-submenu-3 .header__submenu_tab-content {
    width: 100%;
    border-radius: 10px;
    padding: 16px;
    gap: 0;
  }
  .service-submenu-3 .header__submenu_tab-content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 30px;
    max-height: 428px;
    padding: 0;
  }
  .service-submenu-3 .header__submenu_stocks {
    flex-basis: 100%;
    margin-top: 0;
    order: 100;
  }
  .service-submenu-3 .header__stock {
    position: relative;
    border-radius: 10px;
    padding: 16px;
  }
  .service-submenu-3 .header__stock_date {
    font-size: 12px;
  }
  .service-submenu-3 .header__stock_title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .service-submenu-3 .header__stock_subtitle {
    font-size: 12px;
    max-height: 40px;
  }
  .service-submenu-3 .header__stock_link {
    display: none;
  }
}
@media (max-width: 800px) {
  .service-submenu-3 .header__submenu_tab-content {
    width: 100%;
    border-radius: 10px;
    padding: 16px;
    gap: 0;
  }
  .service-submenu-3 .header__submenu_tab-content ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .service-submenu-3 .header__submenu_tab-content ul a {
    padding: 6px;
    font-size: 14px;
  }
  .service-submenu-3 .header__submenu_tab-content ul img {
    display: none;
  }
  .service-submenu-3 .header__submenu_tab-content ul span {
    font-size: 14px;
  }
}
.intro-7 {
  padding: 80px 0;
  background: var(--bg-svetlo-seryy);
}
.intro-7__row {
  display: flex;
  gap: 100px;
}
.intro-7__main {
  flex: 1 0 60%;
  padding-top: 38px;
}
.intro-7__main h1, .intro-7__main h2 {
  color: var(--tekst);
  margin-bottom: 20px;
}
.intro-7__main_top {
  margin-bottom: 40px;
}
.intro-7__contact {
  display: flex;
  align-items: center;
}
.intro-7__contact_text {
  font-size: 14px;
  color: rgba(9, 54, 84, 0.8);
  padding-left: 20px;
  border-left: 1px solid var(--color-svetlo-zelenyy-2);
  margin-left: 20px;
}
.intro-7__contact_phone {
  font-size: 18px;
}
.intro-7__form {
  margin-bottom: 40px;
}
.intro-7__form_text {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 18px;
  color: var(--tekst);
}
.intro-7__form_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.intro-7__form_input {
  flex: 1 0 25%;
}
.intro-7__form_btn {
  flex: 1 0 auto;
}
.intro-7__right {
  position: relative;
  flex: 1 0 30%;
}
.intro-7__right_img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 323px;
  max-height: 423px;
  margin: 0 auto;
}
.intro-7__right_img img {
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}
.intro-7__label ul {
  border: 1px solid var(--color-svetlo-zelenyy-2);
  border-radius: 10px;
  padding: 30px 40px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.04);
  background: var(--belyy);
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% + 30px);
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, 0);
}
.intro-7__label ul li {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-zelenyy);
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-svetlo-zelenyy-2);
  margin-bottom: 20px;
}
.intro-7__label ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

@media (max-width: 1090px) {
  .intro-7__row {
    flex-direction: column;
    gap: 50px;
  }
  .intro-7__right_img {
    max-width: 450px;
    max-height: none;
  }
  .intro-7__right_img img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 688px) {
  .intro-7 {
    padding: 40px 0;
  }
  .intro-7__main {
    padding-top: 0;
  }
  .intro-7__main_top {
    margin-bottom: 26px;
  }
  .intro-7__contact {
    flex-direction: column;
    gap: 30px;
    align-items: start;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .intro-7__contact_text {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
  }
  .intro-7__form {
    margin-bottom: 20px;
  }
  .intro-7__form_text {
    font-size: 16px;
  }
  .intro-7__form_inner {
    flex-direction: column;
  }
  .intro-7__right {
    padding-bottom: 100px;
    width: 100%;
  }
  .intro-7__right_img {
    max-width: 221px;
    max-height: 289px;
  }
  .intro-7__label ul {
    padding: 16px 20px;
    max-width: 100%;
    width: 100%;
  }
  .intro-7__label ul li {
    font-size: 14px;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
  .intro-7__label ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.stages__title {
  margin-bottom: 50px;
}
.stages__cards ol {
  list-style: none;
  counter-reset: item;
}
.stages__cards ol li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.stages__cards ol li::before {
  content: counter(item);
  counter-increment: item;
  display: block;
  border-radius: 10px;
  background: #f9fafb;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: var(--tekst);
  min-height: 104px;
  height: 100%;
  min-width: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 10%;
}
.stages__inner {
  padding: 32px 40px;
  border-radius: 10px;
  background: #f9fafb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.stages__name {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: var(--tekst);
  flex-basis: 40%;
}
.stages__text {
  flex-basis: 60%;
}

@media (max-width: 770px) {
  .stages__title {
    margin-bottom: 20px;
  }
  .stages__cards ol li {
    flex-wrap: wrap;
    gap: 10px;
  }
  .stages__cards ol li::before {
    border-radius: 5px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .stages__inner {
    display: contents;
  }
  .stages__name {
    flex: 1 0 80%;
    padding: 10px 14px;
    font-size: 16px;
    background: #f9fafb;
    border-radius: 5px;
  }
  .stages__text {
    flex-basis: 100%;
    padding: 10px 14px;
    background: #f9fafb;
    border-radius: 5px;
  }
}
.advantages__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.advantages__card {
  flex: 1 0 30%;
  border-radius: 10px 260px 260px 10px;
  padding: 30px 35px;
  background: var(--color-svetlo-zelenyy-1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.advantages__card_main {
  font-size: 14px;
}
.advantages__card_main p:first-child {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: var(--tekst);
  margin-bottom: 14px;
}
.advantages__card:nth-child(1), .advantages__card:nth-child(4n) {
  max-width: 427px;
}
.advantages__card:nth-child(2n) {
  background: var(--bg-svetlo-seryy);
}
.advantages__card:nth-child(3n-1), .advantages__card:nth-child(3n) {
  padding: 30px 40px 30px 170px;
  margin-left: -145px;
  position: relative;
  z-index: -1;
}
.advantages__card:nth-child(3n) {
  z-index: -2;
}

@media (max-width: 1050px) {
  .advantages__cards {
    gap: 10px;
  }
  .advantages__card {
    flex: 1 0 45%;
  }
  .advantages__card:nth-child(1), .advantages__card:nth-child(4n) {
    max-width: none;
  }
  .advantages__card:nth-child(2n-1) {
    max-width: 50%;
  }
  .advantages__card:nth-child(3n-1), .advantages__card:nth-child(3n) {
    padding: 30px 35px;
    margin: 0;
    position: relative;
    z-index: 0;
  }
  .advantages__card:nth-child(2n) {
    padding: 30px 40px 30px 170px;
    margin-left: -145px;
    position: relative;
    z-index: -1;
  }
}
@media (max-width: 700px) {
  .advantages__cards {
    gap: 0;
    margin-bottom: 10px;
  }
  .advantages__card {
    flex: 1 0 100%;
    gap: 26px;
  }
  .advantages__card_main p:first-child {
    margin-bottom: 10px;
  }
  .advantages__card:nth-child(n) {
    border-radius: 0 0 30px 0;
    padding: 50px 20px 20px 20px;
    margin: 0;
    margin-top: -25px;
    max-width: 100%;
  }
  .advantages__card:nth-child(1) {
    border-radius: 10px 10px 30px 0;
    margin: 0;
    z-index: 10;
  }
  .advantages__card:nth-child(2) {
    z-index: 9;
  }
  .advantages__card:nth-child(3) {
    z-index: 8;
  }
  .advantages__card:nth-child(4) {
    z-index: 7;
  }
  .advantages__card:nth-child(5) {
    z-index: 6;
  }
  .advantages__card:nth-child(6) {
    z-index: 5;
  }
}
.reviews {
  padding: 160px 0 80px;
  background: var(--fon-plashek);
  overflow: hidden;
}
.reviews__btns {
  display: flex;
  align-items: center;
}
.reviews__swiper-btns {
  padding-left: 20px;
  border-left: 1px solid var(--color-svetlo-zelenyy-1);
  margin-left: 20px;
}
.reviews__swiper-slide {
  height: auto;
}
.reviews__cards {
  margin-bottom: 30px;
}
.reviews__card {
  border-radius: 10px;
  padding: 40px;
  background: var(--belyy);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reviews__card_top {
  padding-bottom: 18px;
  border-bottom: 1px solid #c7d6dc;
  margin-bottom: 18px;
}
.reviews__card_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.reviews__card_fio {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  line-height: 140%;
  color: var(--tekst-svetlyy);
}
.reviews__card_fio p:first-child {
  font-weight: 500;
  font-size: 18px;
  color: var(--tekst);
}
.reviews__card_labels {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-bottom: 18px;
}
.reviews__card_labels p {
  font-size: 14px;
  color: var(--color-temno-zelenyy);
  border: 1px solid var(--color-svetlo-zelenyy-1);
  border-radius: 5px;
  padding: 6px 12px;
}
.reviews__card_stars {
  display: flex;
  gap: 4px;
}
.reviews__card_star-active svg path {
  fill: #3D7C85;
}
.reviews__card_more::after {
  transform: rotate(135deg);
  margin-bottom: 2px;
}
.reviews__card_text {
  margin-bottom: 14px;
  max-height: 176px;
  overflow: hidden;
}
.reviews__card_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 18px;
  border-top: 1px solid #c7d6dc;
  margin-top: 18px;
}
.reviews__card_publication {
  font-size: 14px;
  line-height: 140%;
  color: var(--color-zelenyy);
}
.reviews__card_publication::before {
  display: inline-block;
  content: url("./../img/icons/calendar-2.svg");
  width: 18px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

@media (max-width: 800px) {
  .reviews {
    padding: 40px 0;
  }
  .reviews__btns {
    flex-direction: column-reverse;
    gap: 30px;
    align-items: stretch;
    margin-top: -42px;
  }
  .reviews__swiper-btns {
    justify-content: space-between;
    padding-left: 0;
    border-left: none;
    margin: 0;
  }
  .reviews__swiper-scrollbar {
    width: calc(100% - 110px) !important;
    margin: 0 auto;
    overflow: hidden;
  }
}
@media (max-width: 700px) {
  .reviews {
    padding: 40px 0;
  }
  .reviews__card {
    padding: 20px;
  }
  .reviews__card_info {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
  .reviews__card_fio p:first-child {
    font-size: 14px;
  }
  .reviews__card_labels {
    flex-direction: column;
    align-items: start;
    gap: 4px;
  }
  .reviews__card_labels p {
    padding: 4px 8px;
  }
  .reviews__card_text {
    max-height: 276px;
  }
  .reviews__card_bottom {
    flex-direction: column;
    align-items: start;
    gap: 14px;
  }
  .reviews__card_source {
    max-height: 26px;
  }
}
.doctors__swiper-scrollbar {
  display: none;
}
.doctors__cards {
  margin-bottom: 30px;
}
.doctors__swiper-slide {
  height: auto;
}
.doctors__swiper-slide:not(:last-child) {
  border-right: 1px solid #c7d6dc;
}
.doctors__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 14px;
  height: 100%;
}
.doctors__card_top {
  position: relative;
}
.doctors__card_photo img {
  border-radius: 200px;
  overflow: hidden;
  width: 217px;
  height: 217px;
  -o-object-fit: contain;
  object-fit: contain;
}
.doctors__card_label {
  border-radius: 20px;
  padding: 6px 10px;
  background: var(--fon-plashek);
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: var(--tegi);
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translate(-50%, 0);
}
.doctors__card_fio {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #003649;
  margin-bottom: 10px;
}
.doctors__card_post {
  font-size: 14px;
  text-align: center;
  color: #003649;
}
.doctors__card_btns {
  display: flex;
  gap: 10px;
  justify-content: center;
}

@media (max-width: 688px) {
  .doctors__cards {
    margin-bottom: 30px;
  }
  .doctors__card {
    gap: 25px;
    padding: 0;
    padding-right: 20px;
  }
  .doctors__card_btns {
    flex-direction: column;
    width: 100%;
  }
  .doctors__card_btns button {
    width: 100%;
  }
  .doctors__swiper-btns {
    gap: 12px;
    margin-bottom: 10px;
  }
  .doctors__swiper-scrollbar {
    display: block;
  }
}
.gallery__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.gallery__swiper-scrollbar {
  width: 100% !important;
}
.gallery__swiper-slide {
  height: auto;
}
.gallery__cards {
  margin-bottom: 30px;
}
.gallery__image {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery__label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 5;
  border-radius: 10px;
  padding: 10px 16px;
  background: var(--belyy);
  font-size: 12px;
  color: var(--tekst);
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 688px) {
  .gallery {
    overflow: hidden;
  }
  .gallery__swiper {
    overflow: visible;
  }
  .gallery__inner {
    margin-bottom: 10px;
  }
  .gallery__cards {
    margin-bottom: 20px;
  }
  .gallery__image {
    border-radius: 10px;
    max-height: 380px;
    min-height: 300px;
  }
  .gallery__label {
    top: auto;
    bottom: 8px;
    left: 10px;
    right: 10px;
    border-radius: 5px;
    padding: 6px 8px;
    font-size: 12px;
  }
}
.licenses__row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.licenses__top {
  margin-bottom: 50px;
}
.licenses__info {
  max-width: 35%;
  border-radius: 20px;
  padding: 30px;
  background: #f2f5f9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.licenses__info p {
  margin-bottom: 20px;
}
.licenses__line {
  border-bottom: 1px solid #c7d6dc;
}
.licenses__label {
  font-weight: 500;
  line-height: 140%;
  color: var(--tekst);
}
.licenses__swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  max-height: 427px;
}
.licenses__swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 10px;
}
.licenses__swiper_label {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  color: var(--tekst-svetlyy);
  border-radius: 10px;
  padding: 15px;
  background: #f2f5f9;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.licenses__right {
  max-width: 65%;
}
.licenses__swiper-scrollbar {
  display: none;
}

@media (max-width: 1100px) {
  .licenses__row {
    flex-direction: column;
    gap: 20px;
  }
  .licenses__info {
    max-width: 100%;
    border-radius: 20px;
    padding: 30px;
    background: #f2f5f9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
  }
  .licenses__info p {
    margin-bottom: 20px;
  }
  .licenses__swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    max-height: none;
  }
  .licenses__right {
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .licenses {
    overflow: hidden;
  }
  .licenses__row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .licenses__info {
    border-radius: 10px;
    padding: 20px;
    gap: 20px;
  }
  .licenses__swiper {
    overflow: visible;
  }
  .licenses__swiper_label {
    padding: 12px;
  }
  .licenses__swiper-scrollbar {
    display: block;
  }
}
.footer__plashka {
  padding: 12px 0px;
  background: var(--color-svetlo-zelenyy-2);
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: var(--tegi);
}
.footer__inner {
  padding: 60px 0 80px;
  background: var(--fon-plashek);
  position: relative;
}
.footer__logo {
  max-width: 90px;
  min-width: 80px;
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.footer__separator {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(85, 100, 115, 0.1);
  margin-bottom: 40px;
}
.footer__btn-up {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
  color: var(--color-temno-zelenyy);
  position: absolute;
  right: 20px;
  bottom: 90px;
}
.footer__btn-up div {
  width: 40px;
  height: 40px;
  background: var(--belyy);
}
.footer__btn-up div::after {
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--color-temno-zelenyy);
  border-right: 1px solid var(--color-temno-zelenyy);
  transform: rotate(-45deg);
  margin: 4px 0 0 0;
}
.footer__row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(85, 100, 115, 0.1);
  margin-bottom: 40px;
}
.footer__row_item {
  flex: 1 0 20%;
}
.footer__row_line {
  width: 1px;
  min-height: 100%;
  background-color: #c7d6dc;
}
.footer__networks {
  display: flex;
  gap: 6px;
  margin-bottom: 40px;
}
.footer__networks a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 7px;
  border-radius: 5px;
  background: var(--color-svetlo-zelenyy-2);
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
.footer__networks a svg path {
  transition: all 0.4s ease;
}
.footer__networks a:hover {
  background: var(--color-temno-zelenyy);
}
.footer__networks a:hover svg path {
  fill: var(--belyy);
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
.footer__info_item p:first-child {
  font-size: 14px;
  margin-bottom: 8px;
}
.footer__info_text * {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--tekst);
}
.footer__info_text a:hover, .footer__info_text button:hover {
  text-decoration: underline;
}
.footer__info_phone a {
  font-weight: 700;
  font-size: 18px;
  line-height: 111%;
  color: var(--color-zelenyy);
}
.footer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__nav ul a {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--tekst-svetlyy);
  transition: all 0.3s ease;
}
.footer__nav ul a:hover {
  color: var(--color-zelenyy);
}
.footer__nav-menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
.footer__nav-menu ul li {
  flex: 1 0 40%;
}
.footer__nav-menu ul a {
  color: var(--tekst);
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}
.footer__links a {
  font-size: 14px;
  text-decoration: underline;
  color: var(--tekst-svetlyy);
}
.footer__links a:hover {
  opacity: 0.7;
}
.footer__search-btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__btn-search, .footer__btn-eye {
  transition: all 0.3s ease;
}
.footer__btn-search:hover, .footer__btn-eye:hover {
  opacity: 0.6;
}
.footer__payment {
  margin-bottom: 40px;
}
.footer__payment p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--tekst-svetlyy);
}
.footer__pays {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}
.footer__pays img {
  display: block;
  width: 80px;
  height: 53px;
  padding: 17px 28px;
  border-radius: 10px;
  background-color: var(--belyy);
}
.footer__bottom_btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer__btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__copy {
  font-size: 12px;
  line-height: 140%;
  color: rgba(0, 54, 73, 0.6);
}
.footer__copy p:first-child {
  margin-bottom: 10px;
}

@media (max-width: 1480px) {
  .footer__copy {
    width: 92%;
  }
}
@media (max-width: 1140px) {
  .footer__row {
    flex-wrap: wrap;
    gap: 40px;
  }
  .footer__row_item {
    flex: 1 0 42%;
  }
  .footer__row_line:nth-child(4) {
    display: none;
  }
}
@media (max-width: 760px) {
  .footer__plashka {
    font-size: 12px;
  }
  .footer__inner {
    padding: 20px 0;
  }
  .footer__logo {
    margin-bottom: 20px;
  }
  .footer__row {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 20px;
  }
  .footer__row_item {
    display: contents;
  }
  .footer__row_line {
    width: 100%;
    height: 1px;
  }
  .footer__row_line:nth-child(2) {
    order: 3;
  }
  .footer__row_line:nth-child(4) {
    display: block;
    order: 5;
  }
  .footer__row_line:nth-child(6) {
    order: 7;
  }
  .footer__btn-up {
    gap: 2px;
    font-size: 12px;
    position: static;
  }
  .footer__btn-up div {
    width: 35px;
    height: 35px;
  }
  .footer__info {
    order: 1;
    gap: 16px;
    margin: 0;
  }
  .footer__info_item > p:first-child {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .footer__networks {
    order: 2;
    margin: 0;
  }
  .footer__networks a {
    width: 30px;
    height: 30px;
  }
  .footer__nav {
    gap: 20px;
    order: 6;
  }
  .footer__nav-menu {
    gap: 20px;
    order: 4;
  }
  .footer__nav-menu ul {
    margin: 0;
  }
  .footer__payment {
    order: 8;
    margin: 0;
  }
  .footer__payment p {
    font-size: 12px;
  }
  .footer__btns {
    order: 9;
    padding-bottom: 30px;
    border-bottom: 1px solid #c7d6dc;
  }
  .footer__links {
    order: 11;
    margin: 0;
  }
  .footer__bottom_btns {
    order: 12;
  }
  .footer__copy {
    width: 100%;
  }
}
/* breadcrumbs */
.breadcrumbs-3 {
  padding: 20px 0 40px 0;
  font-family: var(--font-family);
}

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

.breadcrumbs-3 li {
  font-size: 14px;
}

.breadcrumbs-3 li a {
  font-size: 14px;
  color: var(--color-zelenyy);
}
.breadcrumbs-3 li a:hover {
  color: #8bb0b6;
}

.breadcrumbs-3 li:after {
  content: "—";
  display: block;
  font-size: 20px;
  color: var(--color-temno-zelenyy-1);
  font-size: inherit;
}

.breadcrumbs-3 li:first-child {
  position: relative;
  padding-left: 24px;
}

.breadcrumbs-3 li:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("./../img/breadcrumbs/home-3.svg") no-repeat center center/contain;
}

.breadcrumbs-3 li:last-child {
  color: #8bb0b6;
}

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

.page-top__title-3 {
  margin: 20px 0 40px 0;
}

.page-top__descr-3 {
  margin-bottom: 40px;
}

@media (max-width: 688px) {
  .breadcrumbs-3 {
    padding: 20px 0;
  }
  .page-top__title-3 {
    margin: 5px 0 40px 0;
  }
}
.page-reviews__sort {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.page-reviews__sort_block {
  display: flex;
  gap: 12px;
  width: 80%;
}
.page-reviews__sort_block .sort_block {
  max-width: 436px;
  width: 100%;
}
.page-reviews__quantity {
  font-size: 14px;
  text-align: right;
  margin-bottom: 20px;
}
.page-reviews__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.page-reviews__card {
  border: 1px solid var(--color-svetlo-zelenyy-1);
  border-radius: 10px;
  padding: 40px;
  background: var(--belyy);
}
.page-reviews__card_label {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 18px;
}
.page-reviews__card_label p {
  border-radius: 5px;
  padding: 6px 12px;
  background: var(--color-svetlo-zelenyy-2);
  font-size: 14px;
  color: var(--color-temno-zelenyy);
}
.page-reviews__card_top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--color-svetlo-zelenyy-2);
  margin-bottom: 18px;
}
.page-reviews__card_author {
  font-size: 14px;
}
.page-reviews__card_author p:first-child {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: var(--tekst);
}
.page-reviews__card_stars {
  display: flex;
  gap: 2px;
}
.page-reviews__card_star-active svg path {
  fill: var(--color-temno-zelenyy);
}
.page-reviews__card_main {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-svetlo-zelenyy-2);
  margin-bottom: 20px;
}
.page-reviews__card_text {
  margin-bottom: 14px;
  max-height: 176px;
  overflow: hidden;
}
.page-reviews__card_more::after {
  transform: rotate(135deg);
  margin-bottom: 2px;
}
.page-reviews__card_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.page-reviews__card_publication {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 140%;
  color: var(--color-zelenyy);
}
.page-reviews__card_source {
  display: block;
  max-width: 77px;
}

@media (max-width: 950px) {
  .page-reviews__inner {
    display: flex;
    flex-direction: column;
  }
  .page-reviews__sort {
    display: contents;
  }
  .page-reviews__sort_block {
    width: 100%;
    margin-bottom: 30px;
  }
  .page-reviews__quantity {
    text-align: left;
    margin-bottom: 40px;
  }
  .page-reviews__btn {
    order: 3;
  }
  .page-reviews__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 700px) {
  .page-reviews__sort_block {
    flex-direction: column;
  }
  .page-reviews__sort_block .sort_block {
    max-width: none;
  }
  .page-reviews__cards {
    gap: 12px;
  }
  .page-reviews__card {
    border-radius: 10px;
    padding: 20px;
  }
  .page-reviews__card_label {
    left: 25px;
    flex-wrap: wrap;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-reviews__card_top {
    flex-direction: column;
    gap: 10px;
  }
  .page-reviews__card_author p:first-child {
    font-size: 16px;
  }
  .page-reviews__card_bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .page-reviews__card_text {
    margin-bottom: 14px;
    max-height: 274px;
  }
}
.faq__tab_btns {
  display: flex;
  gap: 10px;
  margin-bottom: 50px;
}
.faq__tab_btn {
  border-radius: 5px;
  padding: 8px 16px;
  background: var(--bg-svetlo-seryy);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: var(--tekst-svetlyy);
  transition: all 0.3s ease;
}
.faq__tab_btn.tab__btn--active {
  background: var(--color-svetlo-zelenyy-1);
  color: var(--tekst);
}
.faq__btn-circle {
  display: none;
}
.faq__list {
  counter-reset: item;
}
.faq__list li {
  border-bottom: 1px solid rgba(61, 124, 133, 0.1);
}
.faq__list li:first-child {
  border-top: 1px solid rgba(61, 124, 133, 0.1);
}
.faq__button {
  padding: 30px 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 23px;
  text-align: left;
  line-height: 140%;
  position: relative;
  padding-left: 152px;
}
.faq__button::after {
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  position: absolute;
  top: 36px;
  left: 20px;
  font-weight: 700;
  font-size: 40px;
  color: var(--color-temno-zelenyy);
  opacity: 0.2;
}
.faq__button.active .faq__content {
  max-height: 600px;
}
.faq__button.active .faq__btn-more svg path:last-child {
  transform: rotateX(90deg);
}
.faq__name {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: var(--tekst-svetlyy);
  flex: 1 0 75%;
}
.faq__content {
  flex-basis: 100%;
  max-height: 42px;
  overflow: hidden;
  color: var(--tekst);
  transition: all 0.3s ease;
}
.faq__btn-more {
  display: block;
  border-radius: 20px;
  border: 1px solid #0081ff;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq__btn-more svg path {
  transition: all 0.3s ease;
}
.faq__editor {
  padding-top: 20px;
  border-top: 1px solid rgba(61, 124, 133, 0.1);
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
}
.faq__editor_info {
  display: flex;
  align-items: center;
}
.faq__editor_left {
  padding-right: 30px;
  border-right: 1px solid #c7d6dc;
  margin-right: 30px;
}
.faq__editor_img {
  display: block;
  border-radius: 100px;
  min-width: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.faq__editor_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.faq__editor_text {
  font-size: 14px;
  line-height: 150%;
  color: var(--tekst-svetlyy);
  margin-bottom: 6px;
}
.faq__editor_fio {
  font-weight: 500;
  line-height: 150%;
  color: var(--tekst);
}
.faq__editor_right {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.faq__editor_item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 150%;
  color: var(--tegi);
}

@media (max-width: 960px) {
  .faq__tab_btns {
    flex-direction: column;
    gap: 0;
    max-height: 54px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.3s ease;
  }
  .faq__tab_btns.active {
    max-height: 400px;
  }
  .faq__tab_btns.active .tab__btn--active {
    border-radius: 5px 5px 0 0;
  }
  .faq__tab_btns.active .faq__btn-circle {
    transform: rotate(270deg);
  }
  .faq__tab_btn {
    border-radius: 0;
    padding: 16px 0;
    background: transparent;
    text-align: left;
    border-bottom: 1px solid rgba(61, 124, 133, 0.25);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 20px;
  }
  .faq__tab_btn .faq__btn-circle {
    opacity: 0;
  }
  .faq__tab_btn.tab__btn--active {
    border-radius: 5px;
    padding: 12px 18px;
    border-bottom: none;
    margin: 0;
    order: -1;
  }
  .faq__tab_btn.tab__btn--active .faq__btn-circle {
    opacity: 1;
  }
  .faq__btn-circle {
    display: flex;
    background: rgba(61, 124, 133, 0.25);
    color: var(--tekst-svetlyy);
    transform: rotate(90deg);
  }
  .faq__button {
    padding: 30px 0;
    padding-left: 80px;
  }
  .faq__button::after {
    font-size: 30px;
    left: 0;
  }
}
@media (max-width: 688px) {
  .faq__list li {
    margin-bottom: 0;
  }
  .faq__button {
    padding: 20px 0 0 36px;
  }
  .faq__button::after {
    font-size: 16px;
    top: 22px;
    left: 0;
  }
  .faq__button.active .faq__content {
    max-height: 1000px;
    padding-bottom: 16px;
  }
  .faq__name {
    font-size: 16px;
  }
  .faq__content {
    max-height: 0;
  }
  .faq__btn-more {
    width: 28px;
    height: 28px;
  }
  .faq__editor {
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 14px;
    padding-top: 0;
    border-top: none;
    gap: 0 20px;
  }
  .faq__editor_info {
    display: contents;
  }
  .faq__editor_left {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
    flex: 1 0 70%;
    order: -2;
  }
  .faq__editor_text {
    font-size: 12px;
    margin: 0;
  }
  .faq__editor_img {
    min-width: 50px;
    width: 50px;
    height: 50px;
    order: -1;
  }
  .faq__editor_right {
    flex: 1 0 100%;
    padding-top: 14px;
    border-top: 1px solid var(--izobrazhenie);
    margin-top: 14px;
  }
}
.licenses-page__inner-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.licenses-page__info-1 {
  border-radius: 20px;
  padding: 30px;
  background: #f2f5f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.licenses-page__info-1 p {
  margin-bottom: 20px;
}
.licenses-page__info-1 p:last-child {
  margin-bottom: 0;
}

.licenses-page__info-wrap-1 {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #c7d6dc;
  flex-basis: 65%;
}

.licenses-page__picture-1 {
  max-height: 430px;
  border-radius: 20px;
  overflow: hidden;
}
.licenses-page__picture-1 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  max-height: 430px;
  -o-object-fit: cover;
  object-fit: cover;
}

.licenses-page__container-1 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.licenses-page__label-1 {
  flex-basis: 35%;
  font-weight: 500;
  line-height: 140%;
  color: var(--tekst);
  text-align: start;
}

.licenses-page__swiper-btns-1 {
  display: none;
}

.licenses-page__item-1 {
  position: relative;
  border-radius: 20px;
  max-height: 430px;
  overflow: hidden;
}

.licenses-page__slide-label-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F2F5F9;
  padding: 15px;
  border-radius: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--tekst-svetlyy);
  font-size: 14px;
}

.licenses-page__slide-1 {
  border-radius: 20px;
  overflow: hidden;
}

.licenses-page__container-1 {
  padding: 0;
}

@media (max-width: 1380px) {
  .licenses-page__swiper-1 {
    padding: 0 20px;
  }
  .licenses-page__info-1 {
    margin: 0 20px 20px 20px;
  }
}
@media (max-width: 1100px) {
  .licenses-page__info-1 {
    flex-direction: column;
  }
  .licenses-page__info-wrap-1 {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    border-bottom: 1px solid #c7d6dc;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 650px) {
  .licenses-page__swiper-btns-1 {
    display: flex;
    width: 100%;
    margin: 0 20px;
  }
  .licenses-page__picture-1 {
    border-radius: 10px;
  }
  .licenses-page__picture-1 img {
    border-radius: 10px;
  }
  .licenses-page__item-1.img-animation {
    border-radius: 10px;
  }
  .licenses-page__item-1.img-animation:before {
    border-radius: 10px !important;
  }
  .licenses-page__slide-1 {
    border-radius: 10px;
  }
  .licenses-page__slide-label-1 {
    border-radius: 10px;
    padding: 12px;
  }
}
.gallery-page__inner-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gallery-page__inner-3 > * {
  flex-basis: calc(25% - 15px);
}

.gallery-page__tab_btns {
  display: flex;
  gap: 10px;
  margin-bottom: 50px;
}
.gallery-page__tab_btn {
  border-radius: 5px;
  padding: 8px 16px;
  background: var(--bg-svetlo-seryy);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: var(--tekst-svetlyy);
  transition: all 0.3s ease;
}
.gallery-page__tab_btn.tab__btn--active {
  background: var(--color-svetlo-zelenyy-1);
  color: var(--tekst);
}
.gallery-page__tab_btn-circle {
  display: none;
}

.gallery-page__item-3 {
  max-height: 225px;
  min-height: 225px;
  position: relative;
}

.zoom {
  position: relative;
}

.zoom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-svetlo-seryy);
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.zoom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: url("./../img/help/loupe.svg") no-repeat center center/cover;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
}

.zoom:hover::before {
  opacity: 0.7;
}

.zoom:hover::after {
  opacity: 1;
}

.zoom:hover .gallery-page__item-descr-3 {
  opacity: 0;
}

.gallery-page__item-picture-3 {
  border-radius: 10px;
  position: relative;
}
.gallery-page__item-picture-3 img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-page__item-descr-3 {
  position: absolute;
  background-color: #fff;
  color: #3D7C85;
  padding: 10px;
  border-radius: 5px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  z-index: 3;
  height: auto;
  line-height: 120%;
  transition: opacity 0.3s ease;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .gallery-page__inner-3 > * {
    flex-basis: calc(33.333% - 13.33333px);
  }
}
@media (max-width: 850px) {
  .gallery-page__inner-3 > * {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 550px) {
  .gallery-page__inner-3 {
    gap: 10px;
  }
  .gallery-page__inner-3 > * {
    flex-basis: 100%;
  }
  .gallery-page__item-3 {
    max-height: 200px;
    min-height: 200px;
  }
  .gallery-page__item-descr-3 {
    padding: 10px;
  }
  .gallery-page__tab_btns {
    flex-direction: column;
    gap: 0;
    max-height: 54px;
    overflow: hidden;
    margin-bottom: 0;
    transition: all 0.3s linear;
    margin-bottom: 20px;
  }
  .gallery-page__tab_btns.active {
    max-height: 400px;
  }
  .gallery-page__tab_btns.active .tab__btn--active {
    border-radius: 5px 5px 0 0;
  }
  .gallery-page__tab_btns.active .tab__btn-circle {
    transform: rotate(270deg);
  }
  .gallery-page__tab_btn {
    border-radius: 0;
    padding: 16px 0;
    background: transparent;
    text-align: left;
    border-bottom: 1px solid rgba(61, 124, 133, 0.25);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 20px;
  }
  .gallery-page__tab_btn .tab__btn-circle {
    opacity: 0;
  }
  .gallery-page__tab_btn.tab__btn--active {
    border-radius: 5px;
    padding: 12px 18px;
    border-bottom: none;
    margin: 0;
    order: -1;
  }
  .gallery-page__tab_btn.tab__btn--active .tab__btn-circle {
    opacity: 1;
  }
  .gallery-page__tab_btn-circle {
    display: flex;
    background: rgba(61, 124, 133, 0.25);
    color: var(--tekst-svetlyy);
    transform: rotate(90deg);
  }
}
.error {
  padding-top: 20px;
  position: relative;
}
.error__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  margin-bottom: 50px;
}
.error__number {
  font-weight: 700;
  font-size: 260px;
  line-height: 100%;
  color: var(--color-zelenyy);
}
.error__text {
  text-align: center;
  width: 25%;
  min-width: 250px;
}
.error__text p {
  margin-bottom: 20px;
}
.error__text a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: var(--color-svetlo-zelenyy-1);
}
.error__text a:hover {
  background: var(--color-svetlo-zelenyy-2);
}
.error__links p {
  margin-bottom: 30px;
  text-align: center;
}
.error__links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.error__links ul li {
  width: calc(33.3333333333% - 8px);
}
.error__links ul li a {
  display: block;
  border: 1px solid var(--color-svetlo-zelenyy-1);
  border-radius: 10px;
  padding: 10px 22px 10px 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
}
.error__links ul li a span {
  flex: 1 0 60%;
  display: block;
  font-weight: 500;
  line-height: 140%;
  color: var(--color-zelenyy);
}
.error__links ul li a img {
  border-radius: 10px;
  min-width: 60px;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}
.error__links ul li a:hover {
  background: var(--color-svetlo-zelenyy-2);
}

@media (max-width: 1100px) {
  .error__links ul li {
    width: calc(50% - 5px);
  }
  .error__number {
    font-size: 200px;
  }
}
@media (max-width: 800px) {
  .error__top {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
  .error__number {
    font-size: 120px;
    text-align: center;
  }
  .error__text {
    width: 100%;
    min-width: auto;
  }
  .error__text p {
    margin-bottom: 17px;
  }
  .error__links p {
    margin-bottom: 20px;
  }
  .error__links ul li {
    width: 100%;
  }
  .error__links ul li a {
    border-radius: 10px;
  }
  .error__links ul li a img {
    min-width: 50px;
    width: 50px;
    height: 50px;
  }
}
.contacts__title {
  margin-bottom: 50px;
}
.contacts__info {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 34px;
}
.contacts__info_line {
  border-right: 1px solid #c7d6dc;
  min-height: 50px;
}
.contacts__info_text {
  font-size: 14px;
  line-height: 140%;
  color: var(--tekst-svetlyy);
  margin-bottom: 8px;
}
.contacts__info_text a:hover {
  text-decoration: underline;
}
.contacts__info_link {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-temno-zelenyy);
}
.contacts__info_link-phone {
  font-weight: 700;
  font-size: 22px;
}
.contacts__info_link-phone:hover {
  text-decoration: underline;
}
.contacts__info_link-location {
  font-weight: 400;
}
.contacts__info_link-location button {
  display: block;
  font-weight: 500;
}
.contacts__info_link-location button:hover {
  text-decoration: underline;
}
.contacts__plashka {
  border-radius: 20px;
  padding: 30px 40px;
  background: #f0f5f6;
  color: var(--color-temno-zelenyy);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 15px;
}
.contacts__plashka_left {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  line-height: 143%;
  color: var(--color-temno-zelenyy);
}
.contacts__plashka_right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.contacts__plashka_networks {
  display: flex;
  gap: 10px;
}
.contacts__plashka_network {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: var(--belyy);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.contacts__plashka_network:hover {
  background-color: var(--color-temno-zelenyy);
}
.contacts__plashka_network:hover svg path {
  fill: var(--belyy);
}
.contacts__plashka_btns {
  display: flex;
  gap: 10px;
}
.contacts__maps {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  min-height: 734px;
  position: relative;
  overflow: hidden;
  flex-basis: 60%;
}
.contacts__map {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

@media (max-width: 1120px) {
  .contacts__info {
    flex-direction: column;
    gap: 20px;
  }
  .contacts__info_line {
    border-right: none;
    border-bottom: 1px solid var(--izobrazhenie);
    min-height: auto;
  }
  .contacts__info_link-location button {
    display: inline-block;
  }
  .contacts__plashka {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    margin-top: 40px;
  }
  .contacts__plashka_left {
    flex-direction: column;
    align-items: stretch;
  }
  .contacts__plashka_right {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .contacts__maps {
    min-height: 500px;
  }
}
@media (max-width: 700px) {
  .contacts__title {
    margin-bottom: 20px;
  }
  .contacts__info_link {
    font-size: 14px;
  }
  .contacts__info_link-phone {
    font-size: 18px;
  }
  .contacts__plashka {
    border-radius: 10px;
    padding: 20px;
  }
  .contacts__plashka_btns {
    flex-direction: column;
  }
  .contacts__maps {
    min-height: 447px;
  }
}
.price__top {
  align-items: flex-start;
}
.price__top_text {
  flex-basis: 50%;
}
.price__title {
  margin-bottom: 20px;
}
.price__table {
  display: block;
  width: 100%;
}
.price__table_btn {
  padding: 10px 20px;
}
.price__table-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.price__item {
  border-radius: 10px;
  padding: 20px;
  background: var(--bg-svetlo-seryy);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.price__name {
  flex: 1 0 50%;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: var(--temnyy);
}
.price__cost {
  padding-right: 30px;
  flex-basis: 18%;
  border-right: 1px solid rgba(85, 100, 115, 0.1);
}

.price-page__top {
  margin-bottom: 80px;
}
.price-page__item {
  margin-bottom: 80px;
}
.price-page__item_title {
  font-weight: 700;
  font-size: 34px;
  line-height: 140%;
  color: var(--temnyy);
  margin-bottom: 40px;
}
.price-page__sort-top {
  margin-bottom: 80px;
}
.price-page__sort {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.price-page__sort > * {
  flex: 1 0 30%;
}
.price-page__search input {
  height: 100%;
}
.price-page__quantity {
  text-align: right;
}

@media (max-width: 1000px) {
  .price__cost {
    flex-basis: 20%;
  }
  .price-page__sort {
    flex-direction: column;
    gap: 6px;
  }
}
@media (max-width: 688px) {
  .price__top {
    margin-bottom: 30px;
  }
  .price__item {
    flex-wrap: wrap;
    gap: 20px;
  }
  .price__name {
    flex: 1 0 100%;
    font-size: 16px;
  }
  .price__cost {
    flex: 1 0 46%;
  }
  .price__cost span {
    display: none;
  }
  .price__table-btn {
    flex: 1 0 40%;
    text-align: right;
  }
  .price-page__top {
    margin-bottom: 40px;
  }
  .price-page__item {
    margin-bottom: 40px;
  }
  .price-page__item_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .price-page__sort-top {
    margin-bottom: 40px;
  }
  .price-page__quantity {
    text-align: left;
  }
}
.jobs__cards {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.jobs__card {
  display: flex;
  gap: 20px;
}
.jobs__card_left {
  flex: 1 0 56%;
  border-radius: 25px;
  padding: 40px;
  background: #f9f9fa;
}
.jobs__card_name {
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  color: var(--tekst);
  padding-bottom: 25px;
  border-bottom: 1px solid #c7d6dc;
  margin-bottom: 25px;
}
.jobs__card_blocks {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 40px;
  max-height: 274px;
  overflow: hidden;
}
.jobs__card_block p {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: var(--tekst);
  margin-bottom: 15px;
}
.jobs__card_block ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.jobs__card_block ul li {
  display: flex;
  gap: 10px;
}
.jobs__card_block ul li::before {
  content: "";
  display: block;
  border-radius: 10px;
  min-width: 18px;
  width: 18px;
  height: 3px;
  background: var(--plashki);
  margin-top: 10px;
}
.jobs__card_btn-more {
  border-radius: 5px;
  padding: 8px 16px;
  background: #e3edee;
}
.jobs__card_btn-more.active {
  background: var(--fon-plashek);
  opacity: 0.6;
}
.jobs__card_right {
  flex: 1 0 22%;
  min-width: 370px;
}
.jobs__card_content {
  border-radius: 15px;
  padding: 30px 30px 40px 30px;
  background: #f9f9fa;
  position: relative;
  z-index: 2;
}
.jobs__card_price {
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  color: var(--color-zelenyy);
  padding-bottom: 30px;
  border-bottom: 1px solid #c7d6dc;
  margin-bottom: 30px;
}
.jobs__card_info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.jobs__card_item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.jobs__card_item p:first-child {
  font-weight: 500;
  color: var(--tekst);
}
.jobs__card_item p:last-child {
  font-size: 14px;
  color: #788189;
}
.jobs__card_icon {
  border-radius: 5px;
  padding: 8px;
  width: 36px;
  height: 36px;
  background: var(--belyy);
  display: flex;
  justify-content: center;
  align-items: center;
}
.jobs__card_contact {
  border-radius: 0 0 15px 15px;
  padding: 30px;
  margin-top: -12px;
  background: linear-gradient(210deg, #6aa5ae 0%, #0081ff 100%);
  color: var(--belyy);
}
.jobs__card_contact-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 20px;
}
.jobs__card_contact-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.jobs__card_contact-link {
  line-height: 140%;
  color: #ebebeb;
}
.jobs__card_contact-link a {
  font-weight: 500;
  color: var(--belyy);
  text-wrap: nowrap;
}

@media (max-width: 1000px) {
  .jobs__card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 10px;
    padding: 20px 20px 24px 20px;
    background: #f9f9fa;
  }
  .jobs__card_left {
    display: contents;
  }
  .jobs__card_name {
    order: 1;
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
  }
  .jobs__card_blocks {
    order: 3;
    margin-bottom: 0;
    max-height: 120px;
  }
  .jobs__card_btn-more {
    order: 4;
    width: -moz-fit-content;
    width: fit-content;
  }
  .jobs__card_right {
    min-width: auto;
    display: contents;
  }
  .jobs__card_content {
    order: 2;
    border-radius: 0;
    padding: 0;
    background: transparent;
    padding-bottom: 20px;
    border-bottom: 1px solid #c7d6dc;
  }
  .jobs__card_price {
    font-size: 20px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .jobs__card_contact {
    order: 5;
    border-radius: 15px;
    padding: 30px;
    margin-top: 0;
  }
}
@media (max-width: 688px) {
  .jobs__cards {
    gap: 20px;
  }
  .jobs__card_name {
    font-size: 16px;
  }
  .jobs__card_blocks {
    gap: 16px;
    max-height: 104px;
  }
  .jobs__card_block p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .jobs__card_block ul {
    gap: 10px;
  }
  .jobs__card_block ul li::before {
    min-width: 12px;
    width: 12px;
    height: 2px;
    margin-top: 8px;
  }
  .jobs__card_info {
    gap: 14px;
  }
  .jobs__card_icon {
    width: 32px;
    height: 32px;
  }
  .jobs__card_contact {
    border-radius: 10px;
    padding: 20px;
  }
  .jobs__card_contact-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.doctors-page__top {
  margin-bottom: 40px;
}
.doctors-page__sort {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-svetlo-zelenyy-2);
  margin-bottom: 20px;
}
.doctors-page__sort_block {
  flex: 1 0 30%;
}
.doctors-page__sort select {
  height: 100%;
}
.doctors-page__search {
  height: 100%;
}
.doctors-page__search input {
  height: 100%;
}
.doctors-page__tab_btns {
  display: flex;
  border-radius: 5px;
  padding: 6px;
  background: var(--fon-plashek);
  height: 100%;
}
.doctors-page__tab_btn {
  flex: 1 0 40%;
  display: block;
  border-radius: 5px;
  padding: 15px 20px;
  font-weight: 500;
  color: var(--tekst);
  opacity: 0.7;
}
.doctors-page__tab_btn:hover {
  opacity: 1;
}
.doctors-page__tab_btn.tab__btn--active {
  color: var(--color-temno-zelenyy);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background: var(--belyy);
  opacity: 1;
}
.doctors-page__quantity {
  font-size: 14px;
}
.doctors-page__cards .tabcontent--active {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.doctors-page__card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  background: var(--bg-svetlo-seryy);
}
.doctors-page__card_photo {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  max-height: 260px;
}
.doctors-page__card_img {
  display: block;
  width: 100%;
  height: 100%;
}
.doctors-page__card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.doctors-page__card_experience {
  border-radius: 5px;
  padding: 10px 16px;
  background: var(--belyy);
  font-weight: 500;
  font-size: 14px;
  color: var(--tekst-svetlyy);
  text-align: center;
  width: calc(100% - 20px);
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.doctors-page__card_inner {
  padding: 24px 28px 28px;
}
.doctors-page__card_fio {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: var(--tekst);
  margin-bottom: 12px;
}
.doctors-page__card_post {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
.doctors-page__card_post-item {
  display: flex;
  gap: 10px;
  font-size: 14px;
  line-height: 140%;
}
.doctors-page__card_post-item img {
  min-width: 17px;
}
.doctors-page__card_btns {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

@media (max-width: 1150px) {
  .doctors-page__cards .tabcontent--active {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .doctors-page__cards .tabcontent--active {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .doctors-page__top {
    margin-bottom: 20px;
  }
  .doctors-page__sort {
    flex-direction: column;
    gap: 12px;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 30px;
  }
}
@media (max-width: 688px) {
  .doctors-page__card_photo {
    max-height: 260px;
  }
  .doctors-page__card_inner {
    padding: 20px;
  }
  .doctors-page__card_fio {
    font-size: 18px;
  }
  .doctors-page__card_post {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .doctors-page__cards .tabcontent--active {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .doctors-page__tab_btns {
    flex-direction: column;
  }
  .doctors-page__tab_btn {
    padding: 10px 16px;
  }
}
.doctor-page__flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.doctor-page__block {
  border-radius: 20px;
  padding: 40px;
  background: #f9fafb;
}
.doctor-page__block_title {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: var(--tekst-svetlyy);
  margin-bottom: 30px;
}
.doctor-page__info {
  display: flex;
  gap: 40px;
  padding: 0;
}
.doctor-page__info_photo {
  flex: 1 0 30%;
  display: block;
  width: 100%;
  max-width: 420px;
  position: relative;
}
.doctor-page__info_img {
  display: block;
  width: 100%;
  height: 100%;
}
.doctor-page__info_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.doctor-page__info_content {
  flex: 1 0 60%;
  padding: 30px 30px 30px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.doctor-page__info_experience {
  border-radius: 5px;
  padding: 8px 16px;
  background: var(--belyy);
  font-weight: 500;
  font-size: 14px;
  color: var(--color-temno-zelenyy);
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.doctor-page__info_fio {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: var(--tekst);
}
.doctor-page__info_post {
  display: flex;
  gap: 30px;
}
.doctor-page__info_btns {
  display: flex;
  gap: 10px;
}
.doctor-page__info_price {
  border-radius: 6px;
  padding: 14px 20px;
  background: rgba(199, 214, 220, 0.4);
  font-size: 14px;
  line-height: 140%;
  color: var(--tekst);
}
.doctor-page__info_price span {
  font-weight: 700;
  font-size: 16px;
  color: var(--tekst-svetlyy);
  text-wrap: nowrap;
}
.doctor-page__info_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.doctor-page__post_item {
  font-size: 14px;
  line-height: 140%;
  display: flex;
  gap: 10px;
}
.doctor-page__post_item:first-child {
  padding-right: 30px;
  border-right: 1px solid #c7d6dc;
}
.doctor-page__post_icon {
  display: block;
  border-radius: 6px;
  padding: 8px;
  min-width: 43px;
  width: 43px;
  height: 43px;
  background: var(--belyy);
  display: flex;
  justify-content: center;
  align-items: center;
}
.doctor-page__post_text {
  margin-bottom: 5px;
}
.doctor-page__post_post {
  font-weight: 500;
  color: var(--tekst);
}
.doctor-page__rating {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  border-radius: 5px;
  padding: 6px 14px;
  background: var(--bg-svetlo-seryy);
  display: flex;
  align-items: center;
  justify-content: center;
}
.doctor-page__rating_estimation {
  padding-right: 16px;
  border-right: 1px solid #c7d6dc;
  margin-right: 16px;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-temno-zelenyy);
  display: flex;
  gap: 5px;
}
.doctor-page__rating_stars {
  display: flex;
  gap: 2px;
}
.doctor-page__rating_star {
  opacity: 0.6;
}
.doctor-page__schedule_list {
  display: flex;
}
.doctor-page__schedule_item {
  flex-grow: 1;
  color: var(--tekst);
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 14px 20px;
}
.doctor-page__schedule_item:nth-child(odd) {
  background: #e5ecef;
}
.doctor-page__schedule_time {
  font-weight: 500;
}
.doctor-page__schedule_weekend {
  font-weight: 500;
  color: var(--color-zelenyy);
}
.doctor-page__tab_btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.doctor-page__tab_btn {
  border-radius: 5px;
  padding: 8px 16px;
  background: var(--belyy);
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
}
.doctor-page__tab_btn:hover {
  background: var(--color-svetlo-zelenyy-2);
}
.doctor-page__tab_btn.active {
  background: var(--color-svetlo-zelenyy-1);
  color: var(--tekst);
}
.doctor-page__list ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.doctor-page__list ul li {
  display: flex;
  gap: 12px;
  color: var(--tekst);
}
.doctor-page__list ul li::before {
  content: "";
  display: block;
  border-radius: 10px;
  min-width: 18px;
  width: 18px;
  height: 3px;
  background-color: var(--color-zelenyy);
  margin-top: 9px;
}
.doctor-page__list ul li span {
  display: block;
  font-weight: 700;
  color: var(--color-zelenyy);
}
.doctor-page__diplomas_swiper {
  margin-bottom: 20px;
  height: auto;
}
.doctor-page__diplomas_swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  background: var(--belyy);
}
.doctor-page__diplomas_swiper-slide a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.doctor-page__diplomas_swiper-slide a:hover p {
  max-height: 200px;
  opacity: 1;
  padding: 20px;
}
.doctor-page__diplomas_swiper-slide a p {
  padding: 0 20px;
  width: 100%;
  color: var(--tekst);
  max-height: 0;
  opacity: 0;
  transition: all 0.8s ease;
}
.doctor-page__diplomas_swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.doctor-page__diplomas_swiper-pagination {
  justify-content: center;
}
.doctor-page__diplomas_picture {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .doctor-page__info {
    display: contents;
  }
  .doctor-page__info_photo {
    margin: 0 auto;
  }
  .doctor-page__info_content {
    border-radius: 20px;
    padding: 40px;
    background: #f9fafb;
  }
  .doctor-page__info_post {
    flex-direction: column;
    gap: 14px;
  }
  .doctor-page__post_item:first-child {
    padding-right: 0;
    border-right: none;
    padding-bottom: 14px;
    border-bottom: 1px solid #c7d6dc;
  }
  .doctor-page__schedule_list {
    flex-direction: column;
  }
  .doctor-page__schedule_item {
    padding: 12px 20px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
}
@media (max-width: 688px) {
  .doctor-page__block {
    border-radius: 10px;
    padding: 20px;
  }
  .doctor-page__block_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .doctor-page__photo {
    max-width: 350px;
  }
  .doctor-page__info {
    gap: 20px;
  }
  .doctor-page__info_content {
    border-radius: 10px;
    padding: 20px;
  }
  .doctor-page__info_fio {
    font-size: 18px;
  }
  .doctor-page__info_price {
    text-align: center;
  }
  .doctor-page__info_btns {
    flex-direction: column-reverse;
    gap: 10px;
  }
  .doctor-page__post_icon {
    min-width: 30px;
    width: 30px;
    height: 30px;
    padding: 5px;
  }
}
.page-articles__sort-top {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--color-svetlo-zelenyy-2);
  margin-bottom: 18px;
}
.page-articles__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 50px;
}
.page-articles__tab_btns {
  display: flex;
  flex-wrap: wrap;
  background: var(--fon-plashek);
  border-radius: 5px;
  padding: 6px;
  width: -moz-fit-content;
  width: fit-content;
}
.page-articles__tab_btn {
  border-radius: 5px;
  padding: 10px 16px;
  font-weight: 500;
  color: var(--tekst);
  transition: all 0.3s ease;
}
.page-articles__tab_btn:hover {
  color: var(--color-temno-zelenyy);
}
.page-articles__tab_btn.active {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background: var(--belyy);
  color: var(--color-temno-zelenyy);
}
.page-articles__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 24px;
}
.page-articles__card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  border-right: 1px solid var(--color-svetlo-zelenyy-2);
  padding-right: 24px;
  transition: all 0.5s ease;
}
.page-articles__card:nth-child(3n), .page-articles__card:last-child {
  border-right: none;
}
.page-articles__card_img {
  position: relative;
  height: 210px;
}
.page-articles__card_img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-articles__card_labels {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page-articles__card_labels p {
  border-radius: 8px;
  padding: 6px 12px;
  background: var(--color-svetlo-zelenyy-1);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--color-temno-zelenyy);
  width: -moz-fit-content;
  width: fit-content;
}
.page-articles__card_title {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: var(--tekst);
  margin-bottom: 8px;
}
.page-articles__card_subtitle {
  color: var(--tekst-svetlyy);
  margin-bottom: 20px;
}
.page-articles__card_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.page-articles__card_date {
  font-size: 14px;
  color: var(--tekst-svetlyy);
}

@media (max-width: 1100px) {
  .page-articles__btns {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
    margin-bottom: 20px;
  }
  .page-articles__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 24px;
  }
  .page-articles__card:nth-child(n) {
    border-right: 1px solid var(--color-svetlo-zelenyy-2);
  }
  .page-articles__card:nth-child(2n), .page-articles__card:last-child {
    border-right: none;
  }
}
@media (max-width: 688px) {
  .page-articles__sort-top {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 16px;
  }
  .page-articles__tab_btns {
    flex-direction: column;
    border-radius: 5px;
    width: 100%;
  }
  .page-articles__tab_btn {
    border-radius: 5px;
    padding: 10px 16px;
    text-align: center;
  }
  .page-articles__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .page-articles__card {
    gap: 18px;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .page-articles__card:nth-child(n) {
    border-right: none;
    border-bottom: 1px solid var(--color-svetlo-zelenyy-2);
  }
  .page-articles__card_title {
    font-size: 16px;
  }
}
.intro-article {
  padding-top: 20px;
}
.intro-article__breadcrumbs {
  padding-bottom: 12px;
  border-bottom: 1px solid #c7d6dc;
  margin-bottom: 30px;
}
.intro-article__row {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}
.intro-article__inner {
  flex: 1 0 55%;
}
.intro-article__labels {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.intro-article__labels p {
  border-radius: 5px;
  padding: 8px 10px;
  background: var(--bg-svetlo-seryy);
  font-size: 14px;
  line-height: 130%;
  color: var(--plashki);
  display: flex;
  align-items: center;
  gap: 6px;
}
.intro-article__labels p span:last-child {
  font-weight: 700;
}
.intro-article__title {
  margin-bottom: 30px;
}
.intro-article__img {
  flex: 1 0 26%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.intro-article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.intro-article__form {
  border-radius: 10px;
  padding: 30px;
  background: #eff0f2;
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}
.intro-article__form_text {
  flex-basis: 64%;
}
.intro-article__form_title {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: var(--tekst);
  margin-bottom: 4px;
}
.intro-article__form_phone-btn {
  position: relative;
  z-index: 2;
}
.intro-article__form_img {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 860px) {
  .intro-article {
    padding-top: 30px;
  }
  .intro-article__row {
    flex-direction: column;
    gap: 26px;
    margin-bottom: 20px;
  }
  .intro-article__img {
    max-height: 360px;
  }
}
@media (max-width: 860px) {
  .intro-article {
    padding-top: 20px;
  }
  .intro-article__labels {
    gap: 12px;
    margin-bottom: 12px;
  }
  .intro-article__labels span:nth-child(2) {
    display: none;
  }
  .intro-article__title {
    margin-bottom: 16px;
  }
  .intro-article__img {
    border-radius: 15px;
    overflow: hidden;
    max-height: 200px;
  }
  .intro-article__form {
    border-radius: 10px;
    padding: 18px 20px 22px 20px;
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
  .intro-article__form_title {
    font-size: 18px;
  }
  .intro-article__form_img {
    display: none;
  }
}
.article__block:not(:last-child) {
  margin-bottom: 50px;
}
.article h2, .article h3, .article h4, .article h5, .article h6 {
  font-weight: 700;
  line-height: 140%;
  color: var(--tekst);
  margin-bottom: 20px;
}
.article h2 {
  font-size: 34px;
}
.article h3 {
  font-size: 30px;
}
.article h4 {
  font-size: 26px;
}
.article h5 {
  font-size: 18px;
}
.article h2:empty, .article h3:empty, .article h4:empty, .article h5:empty, .article h6:empty {
  margin-bottom: 0;
}
.article p:not(:last-child) {
  margin-bottom: 20px;
}
.article span {
  font-weight: 500;
}
.article a:not(.phone-btn-white) {
  font-weight: 500;
  text-decoration: underline;
  color: var(--tekst-svetlyy);
  transition: all 0.3s ease;
}
.article a:not(.phone-btn-white):hover {
  color: var(--color-zelenyy);
}
.article ul:not(.breadcrumbs) {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
.article ul:not(.breadcrumbs) li {
  display: flex;
  gap: 10px;
}
.article ul:not(.breadcrumbs) li::before {
  content: "";
  display: block;
  min-width: 10px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--color-zelenyy);
  margin-top: 7px;
}
.article ol {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
  list-style-type: none;
  counter-reset: item;
}
.article ol li {
  display: flex;
  gap: 10px;
}
.article ol li::before {
  content: counter(item);
  counter-increment: item;
  display: block;
  min-width: 28px;
  width: 28px;
  height: 28px;
  background: var(--color-temno-zelenyy);
  border-radius: 20px;
  font-weight: 500;
  font-size: 12px;
  color: var(--belyy);
  display: flex;
  align-items: center;
  justify-content: center;
}
.article__img {
  float: right;
  margin-left: 40px;
}
.article__img img {
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 10px;
}
.article__img p {
  font-size: 14px;
  color: rgba(64, 95, 106, 0.8);
  margin: 0;
}
.article__form {
  position: relative;
  border-radius: 20px;
  padding: 60px 80px;
  background: linear-gradient(210deg, #6aa5ae 0%, #0081ff 100%);
  color: var(--belyy);
  overflow: hidden;
}
.article__form_text {
  position: relative;
  z-index: 2;
  width: 50%;
}
.article__form_title {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 20px;
}
.article__form_bg {
  position: absolute;
  bottom: 0;
  right: 4%;
}
.article__form_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article__form_bg-name {
  position: absolute;
  left: -80%;
  top: 50%;
  transform: translate(0, -50%);
  border: 1px solid var(--color-svetlo-zelenyy-1);
  border-radius: 15px;
  padding: 15px 25px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: var(--color-svetlo-zelenyy-1);
  max-width: 320px;
  font-size: 14px;
  line-height: 140%;
  color: var(--color-zelenyy);
}
.article__form_bg-name p:first-child {
  font-weight: 700;
  font-size: 16px;
  color: var(--color-temno-zelenyy);
  margin-bottom: 5px;
}
.article__form_bg-name::after {
  content: "";
  border: 12px solid transparent;
  border-left: 17px solid var(--color-svetlo-zelenyy-1);
  position: absolute;
  right: -26px;
  top: 18px;
}
.article table {
  display: block;
  width: 100%;
  border: none;
  border-collapse: collapse;
  border: 1px solid var(--color-svetlo-zelenyy-2);
  border-radius: 10px;
  margin-bottom: 20px;
}
.article table thead th {
  border: none;
  padding: 20px 25px;
  background: var(--color-svetlo-zelenyy-2);
  font-weight: 500;
  font-size: 14px;
  color: var(--tekst);
  border-right: 1px solid 1px solid var(--color-svetlo-zelenyy-2);
}
.article table thead tr th:first-child {
  border-radius: 10px 0 0 0;
}
.article table thead tr th:last-child {
  border-right: none;
  border-radius: 0 10px 0 0;
}
.article table tbody td {
  border-right: 1px solid var(--color-svetlo-zelenyy-2);
  border-bottom: 1px solid var(--color-svetlo-zelenyy-2);
  padding: 20px;
  font-size: 14px;
  color: var(--tekst-svetlyy);
  vertical-align: top;
}
.article table tbody tr td:last-child {
  border-right: none;
}
.article table tbody tr:last-child td {
  border-bottom: none;
}
.article__video {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.article__video video {
  width: 100%;
  display: block;
}
.article__video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}
.article__video_play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.article__bottom {
  border-radius: 10px;
  padding: 24px 40px;
  background: #eff0f2;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.article__bottom_item {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--tekst);
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
.article__bottom_item p {
  margin: 0 !important;
}
.article__bottom_links {
  display: flex;
  gap: 6px;
}
.article__bottom_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--color-zelenyy);
  border-radius: 5px;
}
.article__literature {
  margin-top: 50px;
}
.article__literature_title {
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  color: var(--tekst);
  margin-bottom: 30px;
}

@media (max-width: 1180px) {
  .article__img img {
    max-height: 400px;
  }
  .article__form {
    position: relative;
    border-radius: 20px;
    padding: 40px;
  }
  .article__form_text {
    width: 60%;
  }
  .article__form_bg {
    position: absolute;
    bottom: 60px;
    right: 4%;
    height: 80%;
  }
  .article__form_bg-name {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: calc(100% + 40px);
  }
  .article__form_bg-name::after {
    content: none;
  }
}
@media (max-width: 780px) {
  .article__form {
    border-radius: 10px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .article__form_text {
    width: 100%;
  }
  .article__form_title {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .article__form_bg {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 auto;
  }
  .article__form_bg-img {
    max-width: 250px;
  }
  .article__form_bg-name {
    transform: translate(-50%, 0);
    border-radius: 10px;
    padding: 12px 14px;
  }
  .article__form_bg-name p:first-child {
    font-size: 14px;
  }
}
@media (max-width: 688px) {
  .article__block {
    display: flex;
    flex-direction: column;
  }
  .article__block:not(:last-child) {
    margin-bottom: 30px;
  }
  .article h2, .article h3, .article h4, .article h5, .article h6 {
    order: -2;
  }
  .article h2 {
    font-size: 24px;
  }
  .article h3 {
    font-size: 22px;
  }
  .article h4 {
    font-size: 20px;
  }
  .article h5 {
    font-size: 16px;
  }
  .article ul li::before {
    min-width: 8px;
    width: 8px;
    height: 8px;
  }
  .article__img {
    order: -1;
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .article__img img {
    max-height: 230px;
  }
  .article__img p {
    font-size: 12px;
  }
  .article__form {
    border-radius: 10px;
    padding: 20px;
  }
  .article__form_title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .article table {
    overflow-x: auto;
    max-width: 100%;
  }
  .article table thead th, .article table tbody td {
    min-width: 243px;
  }
  .article table::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .article__bottom {
    flex-direction: column;
    gap: 12px;
    border-radius: 0;
    padding: 0;
    background: transparent;
  }
  .article__bottom_item {
    border-radius: 5px;
    padding: 12px;
    background: #eff0f2;
    font-size: 14px;
  }
  .article__literature {
    margin-top: 30px;
  }
  .article__literature_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .article__literature ol {
    margin-bottom: 17px;
  }
  .article__literature ol li {
    font-size: 12px;
  }
  .article__literature ol li::before {
    font-size: 14px;
  }
}
.legal-docs__inner {
  display: flex;
  gap: 40px;
}
.legal-docs__left {
  flex: 1 0 20%;
}
.legal-docs__left p {
  margin-bottom: 20px;
}
.legal-docs__left a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.legal-docs__list {
  flex: 1 0 70%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.legal-docs__item {
  border-radius: 10px;
  padding: 20px 30px;
  background: var(--bg-svetlo-seryy);
}
.legal-docs__item_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
}
.legal-docs__item_top p {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: var(--tekst);
}
.legal-docs__item_link {
  border-radius: 5px;
  padding: 10px 18px;
  background: var(--color-svetlo-zelenyy-2);
  font-size: 14px;
  color: var(--color-zelenyy);
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.legal-docs__item_info {
  display: flex;
  gap: 100px;
  font-size: 14px;
}
.legal-docs__item_info span {
  color: var(--tekst);
}

@media (max-width: 1000px) {
  .legal-docs__inner {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 688px) {
  .legal-docs__left a {
    width: 100%;
  }
  .legal-docs__item {
    padding: 18px 20px;
  }
  .legal-docs__item_top {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-bottom: 32px;
  }
  .legal-docs__item_top p {
    font-size: 16px;
  }
  .legal-docs__item_link {
    justify-content: center;
    flex: 1 0 auto;
  }
  .legal-docs__item_info {
    flex-direction: column;
    gap: 8px;
  }
}
.legal-info__block {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
}
.legal-info__accordion {
  display: contents;
}
.legal-info__title, .legal-info__text {
  padding-top: 20px;
  border-top: 1px solid #c7d6dc;
}
.legal-info__title {
  flex: 1 0 30%;
}
.legal-info__text {
  flex: 1 0 64%;
}
.legal-info__supervision p:not(:last-child) {
  margin-bottom: 8px;
}
.legal-info__supervision p:first-child {
  font-weight: 700;
  font-size: 18px;
  line-height: 111%;
  color: var(--color-zelenyy);
  margin-bottom: 16px;
}
.legal-info__supervision:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 700px) {
  .legal-info__block {
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
  }
  .legal-info__accordion {
    display: block;
  }
  .legal-info__accordion.accordion--active .legal-info__title::after {
    transform: rotate(315deg);
    margin-left: 8px;
  }
  .legal-info__title {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .legal-info__title::after {
    content: "";
    display: inline-block;
    min-width: 8px;
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--color-temno-zelenyy);
    border-right: 1px solid var(--color-temno-zelenyy);
    transform: rotate(135deg);
    margin-left: 8px;
  }
  .legal-info__text {
    padding-top: 0;
    border-top: 0;
  }
  .legal-info__text.accordion__content--active {
    margin-bottom: 20px;
  }
  .legal-info__supervision p:first-child {
    font-size: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--color-svetlo-zelenyy-2);
    margin-bottom: 14px;
  }
}
/* Navigation */
.navigation__inner-1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  gap: 40px;
}

.dock-check__inner-1 {
  display: flex;
  flex-direction: column;
  flex-basis: calc(70% - 20px);
  gap: 20px;
}

.doc-check-1 {
  border-radius: 10px;
  padding: 30px;
  background-color: var(--fon-plashek);
  transition: background-color 0.3s ease;
  color: var(--tekst-svetlyy);
}
.doc-check-1:hover {
  background-color: var(--color-svetlo-zelenyy-2);
}

.doc-check__name-1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--tekst);
  align-items: center;
  display: flex;
}

.doc-check__date-1 {
  color: #B2BAC2;
}

.doc-check__top-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(190, 219, 215, 0.4);
}

.doc-check__content-1 {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.doc-check__picture-1 {
  max-width: 70px;
  border-radius: 10px;
  width: 100%;
  height: auto;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(229, 241, 239) 100%);
}
.doc-check__picture-1 img {
  max-width: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-position: top;
  object-position: top;
}

.doc-check__info-1 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.doc-check__wrap-1 {
  margin-right: 14px;
  padding-right: 14px;
  border-right: 1px solid rgba(190, 219, 215, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.doc-check__content-1 {
  display: flex;
  gap: 20px;
}

.doc-check__info-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
}

.navigation__wrap-1 {
  flex-basis: calc(50% - 10px);
}

.navigation__title-1 {
  margin-bottom: 20px;
}

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

.navigation__link-1 {
  position: relative;
  transition: all 0.3s ease;
  font-weight: 600;
}
.navigation__link-1:hover {
  text-decoration: none;
}

.navigation__item-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.56;
}

.navigation__list-1 .nav-title-h3 .navigation__link,
.navigation__list-1 .nav-title-h4 .navigation__link,
.navigation__list-1 .nav-title-h5 .navigation__link {
  padding-left: 40px;
  color: #3D7C85;
  font-weight: 400;
  transition: color 0.3s ease;
  position: relative;
}
.navigation__list-1 .nav-title-h3 .navigation__link:after,
.navigation__list-1 .nav-title-h4 .navigation__link:after,
.navigation__list-1 .nav-title-h5 .navigation__link:after {
  content: "―";
  position: absolute;
  left: 20px;
  top: -3px;
  width: 12px;
  height: 1px;
  color: #3D7C85;
}
.navigation__list-1 .nav-title-h3 .navigation__link:hover,
.navigation__list-1 .nav-title-h4 .navigation__link:hover,
.navigation__list-1 .nav-title-h5 .navigation__link:hover {
  color: #003649;
}

.navigation__list-1 .nav-title-h2 .navigation__link {
  color: #003649;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease;
}
.navigation__list-1 .nav-title-h2 .navigation__link:hover {
  color: #3D7C85;
}

.navigation__list-1 .navigation__item.nav-title-h2 {
  position: relative;
  cursor: pointer;
  margin-right: 20px;
  padding-right: 20px;
}

.doc-check__post-1 {
  position: relative;
  padding-left: 20px;
}
.doc-check__post-1:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 16px;
  background: url("./../img/navigation/doc-icon.svg") no-repeat center center/cover;
}

.doc-check__stage-1 {
  position: relative;
  padding-left: 20px;
}
.doc-check__stage-1:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("./../img/navigation/calendar-icon.svg") no-repeat center center/cover;
}

/* Navigation media */
@media (max-width: 1024px) {
  .navigation__inner-1 {
    flex-direction: column;
    gap: 0;
  }
  .navigation__wrap-1 {
    display: contents;
  }
  .navigation__title-1 {
    order: 1;
  }
  .navigation__list-1 {
    order: 2;
    margin-bottom: 20px;
    max-width: 650px;
  }
  .dock-check__inner-1 {
    order: 3;
    flex-basis: 100%;
  }
  .doc-check__content-1 {
    gap: 10px;
  }
}
@media (max-width: 650px) {
  .doc-check-1 {
    flex-wrap: wrap;
  }
  .doc-check__picture-1 {
    flex-basis: calc(30% - 10px);
  }
  .doc-check__wrap-1 {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    flex-basis: calc(70% - 10px);
  }
  .navigation__list-1 {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .doc-check__name-1 {
    font-size: 14px;
    line-height: 1.1;
  }
  .doc-check-1 {
    padding: 20px;
  }
  .doc-check__picture-1 {
    flex-basis: calc(30% - 5px);
  }
  .doc-check__name-1 {
    flex-basis: calc(70% - 5px);
  }
  .doc-check__content-1 {
    flex-wrap: wrap;
    display: flex;
  }
  .doc-check__info-1 {
    flex-basis: 100%;
  }
  .doc-check__post-1 {
    padding-left: 15px;
  }
  .doc-check__post-1:after {
    top: 4px;
    width: 11px;
    height: 12px;
  }
  .doc-check__stage-1 {
    padding-left: 15px;
  }
  .doc-check__stage-1:after {
    top: 4px;
    width: 11px;
    height: 11px;
  }
  .doc-check__date-1 {
    padding-left: 15px;
  }
  .doc-check__date-1:after {
    top: 4px;
    width: 11px;
    height: 11px;
  }
  .navigation__list-1 .navigation__item.nav-title-h2 {
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    padding-right: 20px;
  }
  .navigation__list-1 .navigation__item.nav-title-h2:after {
    font-size: 20px;
  }
  .navigation__list-1 .navigation__item.nav-title-h2:before {
    top: -3px;
    right: -6px;
    width: 24px;
    height: 24px;
  }
  .navigation__list-1 .navigation__item.nav-title-h2.active:after {
    content: "−";
    color: #3D7C85;
  }
  .navigation__list-1 {
    gap: 10px;
  }
}
.site-map__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.site-map__accordion {
  display: contents;
}
.site-map__item_top {
  margin-bottom: 18px;
}
.site-map__item_top p, .site-map__item_top a {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: var(--tekst-svetlyy);
}
.site-map__item_inner.accordion__content {
  display: contents;
}
.site-map__item_lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-left: 30px;
  border-left: 1px solid var(--color-svetlo-zelenyy-2);
}
.site-map__item_lists-inner p {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 14px;
}
.site-map__item_list {
  padding-left: 20px;
  border-left: 1px solid var(--color-svetlo-zelenyy-2);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.site-map__item_list a {
  color: var(--tekst-svetlyy);
}
.site-map__item_list a:hover {
  color: var(--color-zelenyy);
}
.site-map__brn-more {
  display: none;
}

@media (max-width: 1000px) {
  .site-map__item_lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 700px) {
  .site-map__inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .site-map__accordion {
    display: block;
  }
  .site-map__accordion.accordion--active p::after {
    transform: rotate(315deg);
  }
  .site-map__accordion.accordion--active .site-map__brn-more svg path:last-child {
    transform: rotate(90deg);
  }
  .site-map__item_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
  }
  .site-map__item_top p, .site-map__item_top a {
    font-size: 18px;
  }
  .site-map__item_inner.accordion__content {
    display: block;
  }
  .site-map__item_inner-service.accordion__content--active {
    max-height: none !important;
  }
  .site-map__item_lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    padding-left: 0;
    border-left: none;
  }
  .site-map__item_lists-inner p {
    font-size: 14px;
  }
  .site-map__item_lists-inner p::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--color-temno-zelenyy);
    border-right: 1px solid var(--color-temno-zelenyy);
    transform: rotate(135deg);
    margin-left: 10px;
    margin-bottom: 2px;
    transition: all 0.2s ease;
  }
  .site-map__brn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 20px;
    border: 1px solid #0081ff;
  }
  .site-map__brn-more svg path {
    transition: all 0.3s ease;
  }
}
/* 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;
  transition: transform 0.4s linear;
}

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

.close-popup:hover {
  transform: rotate(180deg);
}

.popup__search_form {
  position: relative;
}
.popup__search_input {
  background: rgba(234, 237, 242, 0.8);
}
.popup__search_input:active, .popup__search_input:focus {
  background: rgba(234, 237, 242, 0.8);
}
.popup__search_img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.popup__search::-webkit-scrollbar {
  width: 4px;
  background-color: var(--izobrazhenie);
  padding: 5px;
}
.popup__search::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--color-zelenyy);
}

.popup__search-result {
  margin-top: 0;
  max-height: 370px;
  overflow-y: auto;
}
.popup__search-result::-webkit-scrollbar {
  width: 4px;
  background-color: var(--izobrazhenie);
  padding: 5px;
}
.popup__search-result::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--color-zelenyy);
}

.no-results-message {
  font-size: 16px;
  line-height: 140%;
  color: #ff4a37;
  padding: 16px;
  border-radius: 0 0 5px 5px;
  background: var(--fon-plashek);
  display: flex;
  gap: 10px;
  align-items: center;
}

.none {
  display: none;
}

.popup-change__content {
  max-width: 948px;
  border-radius: 20px;
  padding: 60px;
  box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.1);
  background: var(--bg-svetlo-seryy);
  display: flex;
  align-items: center;
}
.popup-change__left {
  padding-right: 40px;
  border-right: 1px solid var(--color-svetlo-zelenyy-2);
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  flex-basis: 60%;
}
.popup-change__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: var(--tekst);
  margin-bottom: 12px;
}
.popup-change__subtitle {
  font-size: 16px;
  line-height: 150%;
  color: var(--tekst-svetlyy);
}
.popup-change__phone p {
  font-size: 14px;
  color: var(--tekst-svetlyy);
  margin-bottom: 6px;
}
.popup-change__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.popup-change__input:hover {
  background-color: var(--belyy);
}
.popup-change__close {
  width: 40px;
  height: 40px;
  top: 0;
  right: -50px;
}

.popup-change-response__content {
  max-width: 606px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.popup-change-response__wrapper h3 {
  border-radius: 10px;
  padding: 30px 10px;
  background: var(--belyy);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  font-weight: 700;
  font-size: 34px;
  line-height: 140%;
  color: var(--tekst);
  margin-bottom: 30px;
}
.popup-change-response__wrapper p {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 30px 30px 30px;
  text-align: center;
}
.popup-change-response__wrapper p::before {
  content: url("./../img/popups/popup-call-1-ok.svg");
}
.popup-change-response__btn {
  border-top: 1px solid #c7d6dc;
  padding-top: 30px;
  margin: 0 30px 30px;
}
.popup-change-response__btn a {
  display: block;
  width: 100%;
}

.popup[data-target=popup-change-ok] p::before {
  content: url("./../img/popups/popup-call-1-ok.svg");
}

.popup[data-target=popup-change-error] p::before {
  content: url("./../img/popups/popup-call-1-error.svg");
}
.popup[data-target=popup-change-error] .popup-change-response__btn {
  display: none;
}

@media (max-width: 1050px) {
  .popup-change__content {
    border-radius: 10px;
    padding: 40px 20px;
    flex-direction: column;
    max-width: 480px;
  }
  .popup-change__left {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
    gap: 20px;
    flex-basis: 100%;
    align-items: flex-start;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(190, 219, 215, 0.4);
    margin-bottom: 24px;
  }
  .popup-change__title {
    font-size: 18px;
  }
  .popup-change__subtitle {
    font-size: 14px;
  }
  .popup-change__phone a {
    font-size: 20px;
  }
  .popup-change__phone svg {
    width: 20px;
    height: 20px;
  }
  .popup-change-response__content {
    max-width: 400px;
    padding: 10px;
    display: flex;
    flex-direction: column;
  }
  .popup-change-response__wrapper h3 {
    border-radius: 5px;
    padding: 16px 10px;
    font-size: 30px;
  }
  .popup-change-response__wrapper p {
    gap: 14px;
    padding: 0 10px 20px;
  }
  .popup-change-response__btn {
    padding-top: 20px;
    margin: 0 20px 20px;
  }
}
@media (max-width: 600px) {
  .popup-change__close {
    width: 30px;
    height: 30px;
    top: -40px;
    right: 0;
  }
}
.popup-city__content {
  border-radius: 20px;
  padding: 70px 50px;
  background: var(--belyy);
  max-width: 500px;
  min-height: 630px;
}
.popup-city__title {
  font-weight: 700;
  font-size: 34px;
  color: var(--tekst);
  text-align: center;
  margin-bottom: 30px;
}
.popup-city__city-active {
  display: block;
  border-radius: 5px;
  padding: 10px 20px;
  background: rgba(32, 97, 117, 0.95);
  font-size: 16px;
  text-align: center;
  color: var(--belyy);
  display: flex;
  align-items: center;
  gap: 8px;
}
.popup-city__city-active::before {
  content: url("./../img/icons/location-white.svg");
  width: 18px;
  height: 18px;
}
.popup-city__search {
  margin-top: 30px;
  max-height: 430px;
  overflow-y: auto;
}
.popup-city__search-result {
  max-height: 474px;
}
.popup-city__list li a {
  display: block;
  border-bottom: 1px solid var(--color-svetlo-zelenyy-2);
  padding: 14px 0;
  margin-right: 20px;
  font-size: 16px;
  color: var(--color-zelenyy);
  transition: all 0.3s ease;
}
.popup-city__list li a:hover {
  color: var(--color-svetlo-zelenyy-1);
}
.popup-city__list_city-active {
  display: flex !important;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  color: var(--color-temno-zelenyy) !important;
}
.popup-city__list_city-active::before {
  content: url("./../img/icons/location-2-active.svg");
}
.popup-city__list_result {
  border-radius: 0 0 5px 5px;
  background: var(--fon-plashek);
}
.popup-city__list_result li a {
  display: block;
  border-radius: 8px;
  padding: 14px 20px 14px 16px;
  margin: 0 4px;
  font-size: 16px;
  color: var(--tekst);
}
.popup-city__list_result li a:hover {
  background-color: var(--color-svetlo-zelenyy-2);
}
.popup-city__list_result li a span:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
}
.popup-city__list_result li a span:first-child::before {
  content: url("./../img/icons/location-2.svg");
}
.popup-city__list_result li a span:last-child {
  font-size: 14px;
  color: var(--color-zelenyy);
}
.popup-city__no-results-message::before {
  content: url("./../img/icons/no-location-2.svg");
}
.popup-city__close {
  width: 34px;
  height: 34px;
}

@media (max-width: 600px) {
  .popup-city__content {
    border-radius: 15px;
    padding: 40px 20px;
    min-height: 608px;
  }
  .popup-city__title {
    font-size: 18px;
    text-align: left;
  }
  .popup-city__search {
    max-height: 408px;
  }
  .popup-city__search-result {
    max-height: 444px;
  }
  .popup-city__list li a {
    font-size: 14px;
  }
  .popup-city__list_result li a span:last-child {
    font-size: 12px;
  }
  .popup-city__close {
    top: 10px;
    right: 10px;
  }
}
.popup-cookie {
  position: fixed;
  right: 40px;
  bottom: 40px;
  max-width: 623px;
}
.popup-cookie__row {
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background: var(--color-temno-zelenyy);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.popup-cookie__text {
  line-height: 140%;
  color: var(--belyy);
  flex-basis: 64%;
}

@media (max-width: 970px) {
  .popup-cookie {
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 688px) {
  .popup-cookie {
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 100%;
  }
  .popup-cookie__row {
    border-radius: 0;
    padding: 14px 16px 16px 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .popup-cookie__text {
    text-align: center;
  }
}