@charset "UTF-8";
/*Общие */
html {
  overflow-x: hidden;
  width: 100vw;
}
html.lock, html.burger-lock {
  overflow: hidden;
}
html.popup-active {
  overflow: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.3;
  color: var(--content-black);
  font-size: 16px;
  background: #ffffff;
  font-family: "Inter Tight", sans-serif;
  overflow-x: hidden;
}
body.lock {
  overflow: hidden;
}
body.burger__active {
  overflow: hidden;
}
body header li::before {
  display: block;
  width: 0;
}
body header li:hover::before {
  width: 100%;
}

a,
button {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
  cursor: pointer;
  background: none;
}

select {
  background-color: inherit;
}

blockquote {
  margin: 0;
}

button {
  border: none;
  font-family: inherit;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus {
  outline-width: 0;
}

input::-moz-placeholder {
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  border: none;
  outline: none;
}

input,
input::placeholder {
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  border: none;
  outline: none;
}

picture {
  display: block;
}
picture img {
  width: 100%;
  max-width: 100%;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  margin-block-end: 0;
  margin-block-start: 0;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
}

ul li {
  list-style-type: none;
}

ol {
  margin: 0;
  padding: 0;
}

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 {
  display: none;
}

table:not(.price__table) {
  width: 100%;
  margin: 0 0 30px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: var(--content-white);
}

table:not(.price__table) thead,
table:not(.price__table) tbody {
  display: table-row-group;
  width: auto;
}

table:not(.price__table) tr {
  display: table-row;
  width: auto;
}

table:not(.price__table) th,
table:not(.price__table) td {
  display: table-cell;
  width: auto;
  padding: 16px 20px;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  color: var(--content-grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  vertical-align: top;
}
table:not(.price__table) th:last-child,
table:not(.price__table) td:last-child {
  border-right: none;
}

table:not(.price__table) tr:last-child th,
table:not(.price__table) tr:last-child td {
  border-bottom: none;
}

table:not(.price__table) th {
  background: var(--primary-coral);
  color: var(--content-white);
  font-weight: 600;
}

table:not(.price__table) tbody tr:nth-child(even) td {
  background: #f9f9f9;
}

table:not(.price__table) tbody tr:nth-child(odd) td {
  background: var(--content-white);
}

/* если заголовок в первой строке tbody без thead */
table:not(.price__table) tbody tr:first-child th {
  background: var(--primary-coral);
  color: var(--content-white);
  font-weight: 600;
  border-bottom: 1px solid #e5e7eb;
}

table:not(.price__table) tbody tr:first-child:has(th) ~ tr:nth-child(even) td {
  background: var(--content-white);
}

table:not(.price__table) tbody tr:first-child:has(th) ~ tr:nth-child(odd) td {
  background: #f9f9f9;
}

.table-scroll {
  max-width: 100%;
}

::-webkit-scrollbar-button {
  width: 10px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: var(--primary-blue);
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary-coral);
}

::-webkit-resizer {
  width: 8px;
  height: 0px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.container {
  width: 100%;
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
}

.standart-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  padding: 15px 50px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s linear, color 0.3s linear, border-color 0.3s linear;
  border: 1px solid transparent;
}

.primary-btn {
  background-color: var(--primary-coral);
  color: var(--content-white);
}

.secondary-btn {
  background-color: transparent;
  color: var(--primary-coral);
  border: 1px solid var(--primary-coral);
}

.primary-btn:hover {
  background: transparent;
  color: var(--primary-coral);
  border-color: var(--primary-coral);
}

.secondary-btn:hover {
  background: var(--primary-coral);
  color: var(--content-white);
  border-color: var(--primary-coral);
}

.bg-grey {
  background: #f9f9f9;
}

.section-offset {
  margin-bottom: 180px;
}

.section-padding {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-title {
  color: var(--content-blue);
  text-align: center;
  font-size: 45px;
  line-height: 1.06;
  font-weight: 600;
  margin-bottom: 50px;
}

.form__input {
  border: 1px solid #fff;
  background-color: transparent;
  padding: 15px 23px;
  color: #fff;
}

.form__input::-moz-placeholder {
  color: #fff;
}

.form__input::placeholder {
  color: #fff;
}

.breadcrumbs {
  display: flex;
  gap: 8px;
  margin-bottom: 30px;
  padding-top: 40px;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumbs li {
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 10px;
}

.breadcrumbs a:hover {
  color: var(--primary-coral);
}

.breadcrumbs li::after {
  content: "—";
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}

.breadcrumbs li:last-of-type::after {
  display: none;
}

.title__bg {
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 90px;
  margin-bottom: 60px;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  background-color: var(--primary-blue);
  position: relative;
  color: var(--content-white);
  margin-bottom: 120px;
}
.title__bg h1 {
  font-size: 55px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  z-index: 2;
  margin-top: 60px;
  padding-bottom: 40px;
}
.title__bg::before {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  background-image: url("../img/intro/intro-bg2.png");
  max-width: 1920px;
  margin: 0 auto;
  z-index: -1;
  pointer-events: none;
}

.title__bg-descr {
  max-width: 740px;
}

.photo-zoom {
  position: relative;
  overflow: hidden;
}
.photo-zoom::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1764705882);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 5;
}
.photo-zoom:hover::after {
  opacity: 1;
  pointer-events: all;
  z-index: 5;
}

.hide-item__content {
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-height: 0;
}

.textarea-input {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--content-black);
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
  padding: 15px 23px;
  resize: none;
  height: 80px;
}
.textarea-input::-moz-placeholder {
  color: #000;
  font-size: 14px;
}
.textarea-input::placeholder {
  color: #000;
  font-size: 14px;
}

.faq-label {
  flex-basis: 100% !important;
}
.faq-label textarea {
  border: none;
}

@media (max-width: 1024px) {
  .section-offset {
    margin-bottom: 140px;
  }
  .section-padding {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .section-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  body {
    font-size: 16px;
  }
  b {
    font-size: 16px;
  }
  .title__bg h1 {
    font-size: 48px;
    line-height: 1.1;
  }
}
@media (max-width: 768px) {
  .section-offset {
    margin-bottom: 80px;
  }
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .breadcrumbs,
  .breadcrumbs2 {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .title__bg h1 {
    font-size: 30px;
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .section-title {
    font-size: 25px;
    margin-bottom: 30px;
  }
  body {
    font-size: 14px;
  }
  b {
    font-size: 14px;
  }
  .standart-btn {
    padding: 14px 60px;
    font-size: 14px;
  }
  .form__input {
    padding: 14px 30px;
  }
  .title__bg {
    padding: 0 0 40px;
    margin-bottom: 40px;
  }
  .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .table-scroll table:not(.price__table) {
    min-width: 640px;
    margin-bottom: 0;
  }
  table:not(.price__table) th,
  table:not(.price__table) td {
    padding: 12px 14px;
    font-size: 14px;
  }
}
.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  left: 4.3vw;
  bottom: 100px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--primary-coral);
  background-color: var(--primary-coral);
  opacity: 0;
  transform: rotate(-90deg);
  transition: opacity 0.7s;
  cursor: pointer;
  transition: background 0.3s linear;
}
.scroll-top svg path {
  transition: all 0.3s linear;
}
.scroll-top:hover {
  background-color: var(--primary-coral);
}
.scroll-top:hover svg path {
  stroke: var(--primary-coral);
}

@keyframes transformItem {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.scale-item {
  transform: scale(0.6);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.3s ease;
}

.rotate-item {
  transform: rotateY(180deg);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
}
.rotate-item:nth-child(2n) {
  transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
}
.rotate-item:nth-child(3n) {
  transition: transform 1.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
}
.rotate-item:nth-child(5n) {
  transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.3s ease;
}

@keyframes textAnimation {
  0% {
    opacity: 0;
    transform: translateX(-120px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.transform-item {
  opacity: 0;
}

.text-animation {
  opacity: 0;
}

.animation-active.scale-item {
  opacity: 1;
  transform: scale(1);
}
.animation-active.rotate-item {
  transform: rotateY(0);
  opacity: 1;
}
.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;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

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: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

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;
}

.intro {
  position: relative;
}
.intro::before {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  background-image: url("../img/intro/intro-bg1.png");
  max-width: 1920px;
  margin: 0 auto;
  z-index: 0;
  pointer-events: none;
}
.intro::after {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  background: #20497e;
  z-index: -1;
  pointer-events: none;
}

.intro__cta {
  background-color: var(--primary-coral);
  color: var(--content-white);
}

.intro__cta:hover {
  background-color: var(--content-white);
  border-color: var(--content-white);
  color: var(--primary-coral);
}

.intro__inner {
  position: relative;
  display: flex;
  padding-top: 80px;
  background-color: transparent;
  overflow: visible;
}

.intro__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 732px;
  margin-bottom: 90px;
}
.intro__content h1 {
  margin-bottom: 50px;
  color: var(--content-white);
  font-size: 55px;
  font-weight: 600;
  line-height: 1.1;
}

.intro__features {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin-bottom: 80px;
  padding: 21px 0;
  list-style: none;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1019607843);
  backdrop-filter: blur(10px);
  max-width: 600px;
}

.intro__feature {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: start;
  gap: 12px;
  padding: 0 40px;
  text-align: start;
}
.intro__feature:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.intro__feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.intro__feature-icon img {
  width: 40px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.intro__feature-icon_shield {
  position: relative;
}
.intro__feature-icon_shield span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--content-white);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transform: translate(-50%, -42%);
}

.intro__feature-text {
  color: var(--content-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

.intro__visual {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
}

.intro__picture {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0;
}
.intro__picture img {
  display: block;
  max-width: 600px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom right;
  object-position: bottom right;
}

.intro__badge {
  position: absolute;
  bottom: 53px;
  left: -90px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 320px;
  padding: 12px;
  border-radius: 999px;
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.65);
}

.intro__badge-avatars {
  display: flex;
  flex-shrink: 0;
}
.intro__badge-avatars img {
  width: 36px;
  height: 36px;
  border: 2px solid var(--content-white);
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.intro__badge-avatars img:not(:first-child) {
  margin-left: -10px;
}

.intro__badge-text {
  margin: 0;
  color: var(--content-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 1300px) {
  .intro__inner {
    padding: 80px 0 0 0;
    flex-direction: column;
  }
  .intro__content h1 {
    font-size: 40px;
  }
  .intro__content {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .intro__picture {
    margin: 0 auto;
    max-width: 400px;
  }
  .intro__badge {
    left: 50%;
    transform: translateX(-50%);
  }
  .intro__features {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .intro {
    padding: 50px 0 0 0;
  }
  .intro::before {
    background-image: url("../img/intro/intro-bg-mobile.png");
  }
  .intro__inner {
    padding: 0;
    border-radius: 20px;
  }
  .intro__feature-text {
    font-size: 14px;
  }
  .intro__picture {
    max-width: 290px;
  }
  .intro__content h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .intro__features {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    max-width: 100%;
  }
  .intro__feature-icon img {
    width: 27px;
  }
  .intro__feature {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 0;
    text-align: left;
  }
  .intro__feature:not(:last-child) {
    padding-bottom: 16px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .intro__feature-text br {
    display: none;
  }
  .intro__cta {
    width: 100%;
  }
  .intro__badge {
    left: 0;
    right: 0;
    bottom: 20px;
    transform: none;
    max-width: 100%;
  }
}
@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/inter-tight-cyrillic-100-normal.woff2") format("woff2"), url("../fonts/inter-tight-cyrillic-100-normal.woff") format("woff");
}
@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/inter-tight-cyrillic-200-normal.woff2") format("woff2"), url("../fonts/inter-tight-cyrillic-200-normal.woff") format("woff");
}
@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/inter-tight-cyrillic-300-normal.woff2") format("woff2"), url("../fonts/inter-tight-cyrillic-300-normal.woff") format("woff");
}
@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-tight-cyrillic-400-normal.woff2") format("woff2"), url("../fonts/inter-tight-cyrillic-400-normal.woff") format("woff");
}
@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter-tight-cyrillic-500-normal.woff2") format("woff2"), url("../fonts/inter-tight-cyrillic-500-normal.woff") format("woff");
}
@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/inter-tight-cyrillic-600-normal.woff2") format("woff2"), url("../fonts/inter-tight-cyrillic-600-normal.woff") format("woff");
}
@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/inter-tight-cyrillic-700-normal.woff2") format("woff2"), url("../fonts/inter-tight-cyrillic-700-normal.woff") format("woff");
}
@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/inter-tight-cyrillic-800-normal.woff2") format("woff2"), url("../fonts/inter-tight-cyrillic-800-normal.woff") format("woff");
}
@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/inter-tight-cyrillic-900-normal.woff2") format("woff2"), url("../fonts/inter-tight-cyrillic-900-normal.woff") format("woff");
}
:root {
  /* Основные цвета */
  --primary-darkblue: #274760;
  --primary-blue: #205280;
  --primary-coral: #EE6352;
  --primary-light: #D3D6DD;
  /* Фоновые цвета */
  --background-blue: #205280;
  --background-grey: #D3D6DD;
  --background-lightpink: #FEF0EE;
  --background-lightblue: #38416108;
  /* Цвета текстов */
  --content-blue: #384161;
  --content-black: #34372B;
  --content-grey: #717171;
  --content-white: #FFFFFF;
}

/* service */
.service__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service__inner > * {
  flex-basis: calc(33.333% - 13.333px);
}

.service__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  background: transparent;
  border: 1px solid color-mix(in srgb, var(--content-blue) 20%, transparent);
  text-decoration: none;
  transition: border-color 0.3s linear, background-color 0.3s linear;
}

.service__item:hover {
  border-color: var(--primary-coral);
  background-color: var(--content-white);
}

.service__item-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

.service__item-price {
  display: block;
  color: var(--primary-coral);
  font-size: 25px;
  font-weight: 700;
}

.service__item-picture {
  height: 176px;
  border-radius: 20px;
  overflow: hidden;
}

.service__item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.service__item-head {
  padding: 30px;
  flex-grow: 1;
}

.service__footer {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

/* service media */
@media (max-width: 1024px) {
  .service__inner > * {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .service__inner {
    gap: 15px;
  }
  .service__inner > * {
    flex-basis: 100%;
  }
  .service__item {
    border-radius: 10px;
  }
  .service__item-picture {
    border-radius: 10px;
    height: 122px;
  }
  .service__item-name {
    font-size: 18px;
  }
  .service__item-price {
    font-size: 22px;
  }
  .service__item-head {
    padding: 20px 15px;
  }
}
/* popup */
.popup {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  overflow-y: auto;
  transition: opacity 0.2s ease;
}

.popup__body {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 15px 20px;
}

.popup.open {
  opacity: 1;
  pointer-events: all;
}

.popup__content {
  scale: 1.2;
  transition: scale 0.4s ease;
  width: 100%;
  background: var(--content-white);
  max-width: 560px;
  color: #000;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px 48px 40px;
  border-radius: 32px;
  overflow: hidden;
}

.popup__content_reviews {
  padding: 48px;
  max-width: 640px;
}

.popup-reviews {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  text-align: left;
}

.popup-reviews__raiting {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}

.popup-reviews__name {
  margin: 0;
  color: var(--content-blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.popup-reviews__info {
  margin: 0;
  color: var(--content-grey);
  font-size: 14px;
  line-height: 1.4;
}

.popup-reviews__text {
  margin: 8px 0 0;
  color: var(--content-grey);
  font-size: 15px;
  line-height: 1.5;
}

.popup-reviews__date {
  margin-top: 8px;
  color: var(--content-grey);
  font-size: 14px;
  line-height: 1.4;
}

.open .popup__content {
  scale: 1;
}

.popup__title {
  color: var(--content-blue);
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-align: left;
  margin: 0 0 12px;
}
.popup__title span {
  color: var(--content-blue);
}

.popup__subtitle {
  color: var(--content-blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  margin: 0 0 28px;
}

.popup__form {
  width: 100%;
  max-width: 100%;
}

.popup__form_consult {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}
.popup__form_consult > * {
  flex-basis: auto;
  width: 100%;
}

.popup__field {
  display: block;
  width: 100%;
}

.popup__form-btn {
  width: 100%;
  border: none;
  cursor: pointer;
}

.popup__input {
  background: #fff;
  font-size: 16px;
  padding: 16px 24px;
  width: 100%;
  min-height: 56px;
  color: var(--content-blue);
  border: 1px solid var(--primary-light);
  border-radius: 50px;
  outline: none;
  transition: border-color 0.3s ease;
}
.popup__input::-moz-placeholder {
  color: var(--content-grey);
}
.popup__input::placeholder {
  color: var(--content-grey);
}
.popup__input:focus {
  border-color: var(--content-blue);
}

.popup__textarea {
  min-height: 120px;
  border-radius: 20px;
  resize: vertical;
  line-height: 1.4;
}

.popup__consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

.popup__consent-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.popup__consent-box {
  position: relative;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border: 2px solid var(--content-blue);
  border-radius: 50%;
  background: transparent;
}
.popup__consent-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--content-blue);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}

.popup__consent-input:checked + .popup__consent-box::after {
  transform: translate(-50%, -50%) scale(1);
}

.popup__consent-text {
  color: var(--content-blue);
  font-size: 12px;
  line-height: 1.45;
}
.popup__consent-text a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.popup__consent-text a:hover {
  color: var(--primary-coral);
}

.city,
.search-site {
  display: flex;
  flex-wrap: wrap;
  z-index: 10;
  max-height: 220px;
  overflow-y: auto;
  width: 100%;
  gap: 20px;
  justify-content: space-between;
}
.city::-webkit-scrollbar,
.search-site::-webkit-scrollbar {
  width: 6px;
}
.city::-webkit-scrollbar-thumb,
.search-site::-webkit-scrollbar-thumb {
  background-color: var(--primary-blue);
}
.city li,
.search-site li {
  flex-basis: calc((100% - 20px) / 2);
  display: flex;
  align-items: flex-start;
}
.city li.hide,
.search-site li.hide {
  display: none;
}
.city li a,
.search-site li a {
  line-height: 1;
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.city li a:hover,
.search-site li a:hover {
  color: var(--primary-blue);
}
.city li a:hover::before,
.search-site li a:hover::before {
  width: 100%;
}
.city li a.active::before,
.search-site li a.active::before {
  width: 100%;
}

.search-site {
  flex-direction: column;
  flex-wrap: nowrap;
}

.search-site__empty {
  color: var(--primary-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 20px;
}
.search-site__empty a {
  text-decoration: underline;
  transition: text-decoration-color 0.3s linear;
}
.search-site__empty a:hover {
  text-decoration-color: #000;
}
.search-site__empty.hide {
  display: none;
}

.close-popup {
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 100000;
  width: 16px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0.7;
}
.close-popup:hover {
  transform: rotate(90deg);
  opacity: 1;
}
.close-popup img {
  width: 20px;
}

.original-popup__content {
  padding: 48px 48px 40px;
}

.popup__form-search {
  width: 100%;
  margin-bottom: 20px;
}
.popup__form-search input {
  padding: 15px 24px;
  color: var(--content-blue);
  font-size: 16px;
  width: 100%;
  background: #fff;
  border: 1px solid var(--primary-light);
  border-radius: 50px;
  flex-basis: 100%;
}
.popup__form-search input::-moz-placeholder {
  color: var(--content-grey);
  font-size: 16px;
  line-height: 1;
}
.popup__form-search input::placeholder {
  color: var(--content-grey);
  font-size: 16px;
  line-height: 1;
}

.order__wrapper {
  align-items: center !important;
  text-align: center;
}

.order__response {
  padding: 60px 30px;
}
.order__response h3 {
  color: var(--content-blue);
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
}
.order__response p {
  color: var(--content-black);
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}

.popup__response {
  width: 100%;
  text-align: center;
}

.popup__response-subtitle {
  margin: 0;
  color: var(--content-grey);
  font-size: 16px;
  line-height: 1.45;
}

.search-wrapper {
  max-width: 640px;
}

/* popup MEDIA */
@media (max-width: 1024px) {
  .popup__title {
    font-size: 28px;
    text-align: left;
  }
  .popup__content {
    gap: 0;
    text-align: left;
    align-items: flex-start;
    padding: 40px 24px 28px;
    border-radius: 24px;
  }
  .popup__content_reviews {
    padding: 40px 24px;
  }
  .original-title_popup {
    text-align: left;
  }
  .popup__subtitle {
    text-align: left;
    margin-bottom: 24px;
  }
  .original-popup__descr {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
  }
  .original-popup__content {
    padding: 40px 15px 20px 15px;
  }
  .popup__form-search {
    width: 100%;
  }
  .popup__form-search input {
    padding: 14px 20px;
    font-size: 14px;
  }
  .popup__form-search input::-moz-placeholder {
    font-size: 14px;
  }
  .popup__form-search input::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .close-popup {
    top: 18px;
    right: 18px;
  }
  .popup__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    padding-right: 28px;
    margin-bottom: 5px;
  }
  .popup__input {
    padding: 14px 20px;
    min-height: 50px;
    font-size: 15px;
  }
  .popup__form_consult {
    gap: 10px;
  }
  .popup__consent-box {
    width: 14px;
    height: 14px;
  }
  .popup__consent-box::after {
    width: 6px;
    height: 6px;
  }
}
/* why */
.why {
  position: relative;
  overflow: hidden;
  padding: 180px 0 180px;
  background-color: var(--primary-blue);
}

.why::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  background: url("../img/decor3.png") center/cover no-repeat;
  pointer-events: none;
  z-index: 2;
}

.why::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(920px, 120%);
  height: min(920px, 120%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.16) 32%, rgba(255, 255, 255, 0.05) 55%, transparent 72%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

.why__container {
  position: relative;
  z-index: 1;
}

.why__title {
  color: var(--content-white);
}

.why__inner {
  margin-bottom: 0;
}

.why__swiper {
  padding: 0;
}

.why__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: 30px;
  border-radius: 20px;
  background-color: var(--content-white);
  box-sizing: border-box;
}

.why__card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  margin-bottom: 25px;
  border-radius: 50%;
  background-color: var(--primary-coral);
}

.why__card-img {
  display: block;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.why__card-title {
  margin-bottom: 10px;
  color: var(--content-blue);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.why__card-descr {
  margin: 0;
  color: var(--content-grey);
  line-height: 1.5;
}

.why__controls {
  display: none;
}

/* desktop / tablet: сетка без слайдера */
@media (min-width: 769px) {
  .why__swiper {
    overflow: visible;
  }
  .why__swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    transform: none !important;
  }
  .why__swiper-wrapper > * {
    flex-basis: calc(33.333% - 13.333px);
    width: auto !important;
    max-width: none;
    height: auto;
    flex-shrink: 1;
    margin: 0 !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .why__swiper-wrapper > * {
    flex-basis: calc(50% - 10px);
  }
  .why::after {
    width: min(720px, 140%);
    height: min(720px, 140%);
  }
}
/* mobile: swiper */
@media (max-width: 768px) {
  .why {
    padding: 40px 0 50px;
  }
  .why__inner {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .why__swiper {
    overflow: hidden;
  }
  .why__card {
    height: auto;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    flex-shrink: 0;
  }
  .why__card-title {
    font-size: 16px;
  }
  .why__card-descr {
    font-size: 13px;
  }
  .why__controls {
    display: flex;
    justify-content: center;
  }
  .why__pagination {
    display: flex !important;
    justify-content: center;
    gap: 8px;
  }
  .why__pagination .swiper-pagination-bullet {
    margin: 0 !important;
    width: 20px;
    height: 5px;
    border: none;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.35);
    opacity: 1;
  }
  .why__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--content-white);
  }
  .why::after {
    width: 140%;
    height: auto;
    aspect-ratio: 1;
  }
}
/* doctors */
.doctors__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.doctors__title {
  text-align: left;
  margin: 0;
}

.doctors__all {
  display: inline-flex;
  flex-shrink: 0;
  text-decoration: none;
  white-space: nowrap;
}

.doctors__swiper {
  padding: 0;
  overflow: hidden;
}

.doctors__swiper-wrapper {
  overflow: visible;
  padding-top: 50px;
}

.doctors__item {
  display: flex;
  flex-direction: column;
  height: auto;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(39, 71, 96, 0.12);
  border-radius: 20px;
  background-color: var(--content-white);
  overflow: visible;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.doctors__item:hover {
  border-color: var(--primary-coral);
}

.doctors__item-photo {
  background-color: #205280;
  overflow: visible;
  position: relative;
  height: 273px;
  border-radius: 20px 20px 0 0;
}

.doctors__item-photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 80%);
  border-radius: 20px 20px 0 0;
  z-index: 1;
}

.doctors__item-picture {
  display: block;
  width: 100%;
  height: 319px;
  margin: 0;
  position: absolute;
  bottom: 0;
  overflow: visible;
  z-index: 2;
}

.doctors__item-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.doctors__item-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 30px 20px;
}

.doctors__item-name {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(56, 65, 97, 0.2);
  color: var(--content-blue);
  line-height: 1.25;
  font-size: 22px;
}
.doctors__item-name span {
  font-weight: 700;
}

.doctors__item-meta {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.doctors__item-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 5px 0;
  line-height: 1.35;
  font-weight: 400;
  color: var(--content-black);
}

.doctors__item-label {
  flex-shrink: 0;
}

.doctors__item-value {
  font-weight: 600;
  text-align: right;
}

.doctors__item-btn {
  display: none;
}

.doctors__container {
  padding: 0 15px;
}

/* doctors media */
@media (max-width: 900px) {
  .doctors__head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .doctors__container {
    display: flex;
    flex-direction: column;
  }
  .doctors__head {
    display: contents;
  }
  .doctors__title {
    order: 1;
    margin-bottom: 24px;
    font-size: 28px;
  }
  .doctors__inner {
    order: 2;
  }
  .doctors__controls {
    order: 3;
    margin-bottom: 24px;
  }
  .doctors__all {
    order: 4;
    justify-content: center;
  }
  .doctors__swiper-btns {
    display: none;
  }
  .doctors__pagination {
    justify-content: center;
    width: 100%;
  }
  .doctors__item {
    border-radius: 10px;
  }
  .doctors__item-photo {
    border-radius: 10px 10px 0 0;
  }
}
/* doctor-page */
.doctor-page__breadcrumbs li {
  color: var(--content-grey);
}
.doctor-page__breadcrumbs li::after {
  color: var(--content-grey);
}

.doctor-page__layout {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 110px;
  align-items: start;
  margin-top: 90px;
  margin-bottom: 90px;
  padding-bottom: 90px;
  border-bottom: 1px solid rgba(56, 65, 97, 0.2);
}

.doctor-page__sidebar {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.doctor-page__photo {
  background-color: #205280;
  overflow: visible;
  position: relative;
  height: 400px;
  border-radius: 20px;
}
.doctor-page__photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 80%);
  border-radius: 20px 20px 0 0;
  z-index: 1;
}

.doctor-page__picture {
  display: block;
  width: 100%;
  height: 430px;
  margin: 0;
  position: absolute;
  bottom: 0;
  overflow: visible;
  z-index: 2;
}
.doctor-page__picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  border-radius: 0 0 20px 20px;
}

.doctor-page__sidebar-info {
  padding: 20px;
  border: 1px solid rgba(56, 65, 97, 0.2);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.doctor-page__schedule {
  padding: 30px;
  border-radius: 20px;
  background: var(--background-lightblue);
}

.doctor-page__schedule-title {
  margin: 0 0 25px;
  color: var(--content-blue);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
}

.doctor-page__schedule-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.doctor-page__schedule-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  color: var(--content-black);
  font-size: 18px;
  line-height: 1.35;
  border-bottom: 1px solid rgba(56, 65, 97, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.doctor-page__schedule-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.doctor-page__schedule-list li span:first-child {
  font-weight: 400;
}
.doctor-page__schedule-list li span:last-child {
  font-weight: 600;
}

.doctor-page__price {
  padding: 34px 30px;
  border-radius: 20px;
  border: 1px solid rgba(56, 65, 97, 0.2);
  color: var(--content-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
.doctor-page__price b {
  font-weight: 700;
  font-size: 22px;
}

.doctor-page__links {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.doctor-page__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  border-radius: 50px;
  background: #384161;
  transition: all 0.3s linear;
}
.doctor-page__link img {
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}
.doctor-page__link:hover {
  background: var(--primary-coral);
}

.doctor-page__link--prodoc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 49px;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid rgba(56, 65, 97, 0.2);
}
.doctor-page__link--prodoc img {
  display: block;
  width: auto;
  height: 25px;
  filter: none;
}

.doctor-page__btn {
  width: 100%;
}

.doctor-page__main {
  min-width: 0;
}

.doctor-page__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 35px;
}

.doctor-page__name {
  margin: 0;
  color: var(--content-blue);
  font-size: 45px;
  font-weight: 400;
}
.doctor-page__name span {
  font-weight: 600;
}

.doctor-page__rating {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
  flex-shrink: 0;
  padding-top: 8px;
}

.doctor-page__stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.doctor-page__stars img {
  display: block;
  width: 22px;
  height: 22px;
  filter: brightness(0) saturate(100%) invert(23%) sepia(9%) saturate(2418%) hue-rotate(189deg) brightness(94%) contrast(88%);
}

.doctor-page__star--empty {
  opacity: 0.25;
  filter: grayscale(1);
}

.doctor-page__rating-text {
  color: var(--content-black);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.doctor-page__info {
  display: flex;
  gap: 0;
  margin-bottom: 35px;
  padding: 28px 30px;
  border-radius: 20px;
  background: var(--background-lightblue);
  align-items: stretch;
}

.doctor-page__info-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid rgba(56, 65, 97, 0.2);
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.doctor-page__info-item:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.doctor-page__info-label {
  color: var(--content-grey);
}

.doctor-page__info-value {
  color: var(--content-black);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.doctor-page__block {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(56, 65, 97, 0.2);
}
.doctor-page__block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.doctor-page__block-title {
  margin: 0 0 25px;
  color: var(--content-blue);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.25;
}

.doctor-page__section-title {
  margin: 0 0 25px;
  color: var(--content-blue);
  font-size: 35px;
  font-weight: 600;
  line-height: 1.25;
}

.doctor-page__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.doctor-page__list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  color: var(--content-grey);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.doctor-page__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--content-black);
}
.doctor-page__list li:last-child {
  margin-bottom: 0;
}
.doctor-page__list li b {
  color: var(--content-black);
  font-weight: 700;
}

.doctor-page__text {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.doctor-page__text p {
  margin: 0;
  color: var(--content-grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.doctor-page__directions p {
  margin: 0 0 14px;
  color: var(--content-grey);
  font-size: 16px;
  line-height: 1.55;
}
.doctor-page__directions p b {
  color: var(--content-black);
  font-size: 20px;
}

.doctor-page__directions-inner {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.doctor-page__directions.is-open .doctor-page__directions-inner {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.doctor-page__more {
  display: inline-block;
  margin-top: 12px;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--primary-blue);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s linear;
}
.doctor-page__more:hover {
  color: var(--primary-coral);
}

.doctor-page__directions.is-open .doctor-page__more {
  display: none;
}

.doctor-page__section {
  margin-top: 48px;
}
.doctor-page__section .doctor-page__list {
  margin: 16px 0 20px;
}
.doctor-page__section .doctor-page__text + .doctor-page__list {
  margin-top: 16px;
}
.doctor-page__section--last {
  margin-bottom: 0;
}

.doctor-page__swiper-title {
  text-align: left;
  margin-bottom: 40px;
}

.doctor-page + .licences .licences__title {
  margin-bottom: 40px;
}

.doctor-page ~ .reviews .reviews__title {
  margin-bottom: 40px;
}
.doctor-page ~ .reviews .reviews__head {
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .doctor-page__layout {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 28px;
  }
  .doctor-page__name {
    font-size: 30px;
  }
  .doctor-page__info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 16px;
  }
  .doctor-page__info-item:nth-child(2) {
    border-right: none;
  }
}
/* doctor services */
.doctor-services__wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.doctor-services__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 14px;
  margin: 0;
  padding: 0 0 28px;
  list-style: none;
  border-bottom: 1px solid #e5e7eb;
}

.doctor-services__list li {
  position: relative;
  padding-left: 18px;
  color: var(--content-blue);
  line-height: 1.45;
}
.doctor-services__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--content-blue);
}
.doctor-services__list li:hover {
  color: var(--primary-coral);
}

.doctor-services__wrap[data-collapsed=true] .doctor-services__list li:nth-child(n+11) {
  display: none;
}

.doctor-services__more {
  display: inline-block;
  margin-top: 20px;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--content-blue);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  text-align: left;
  transition: color 0.2s linear;
}
.doctor-services__more:hover {
  color: var(--primary-coral);
}

.doctor-services__wrap.is-open .doctor-services__more {
  display: none;
}

.doctor-services__title {
  text-align: start;
}

@media (max-width: 1500px) {
  .doctor-page__layout {
    gap: 40px;
  }
  .doctor-page__info {
    flex-direction: column;
    max-width: 100%;
  }
  .doctor-page__info-item {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    border-bottom: 1px solid rgba(56, 65, 97, 0.2);
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
  }
  .doctor-page__info-item:last-child {
    border-bottom: none;
  }
}
@media (max-width: 1024px) {
  .doctor-page__sidebar-info {
    margin-bottom: 20px;
  }
  .doctor-page__layout {
    grid-template-columns: 1fr;
  }
  .doctor-page__sidebar {
    max-width: 420px;
  }
  .doctor-page__name {
    font-size: 30px;
  }
  .doctor-services__list {
    grid-template-columns: 1fr;
    row-gap: 12px;
    padding-bottom: 20px;
  }
  .doctor-services__list li {
    font-size: 15px;
  }
  .doctor-services__list {
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .doctor-page__main,
  .doctor-page__sidebar {
    display: contents;
  }
  .doctor-page__picture img {
    max-width: 300px;
    margin: 0 auto;
    overflow: visible;
  }
  .doctor-page__photo {
    order: 1;
    margin-bottom: 20px;
  }
  .doctor-page__head {
    order: 2;
  }
  .doctor-page__sidebar-info {
    order: 3;
  }
  .doctor-page__info {
    order: 4;
  }
  .doctor-page__block {
    order: 5;
  }
  .doctor-page__layout {
    gap: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .doctor-page__section-title {
    margin: 0 0 25px;
    color: var(--content-blue);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media (max-width: 768px) {
  .doctor-page__stars img {
    width: 18px;
    height: 18px;
  }
  .doctor-page__rating-text {
    font-size: 16px;
  }
  .doctor-page__photo {
    height: 270px;
  }
  .doctor-page__picture {
    height: 300px;
    bottom: 8px;
  }
  .doctor-page__picture img {
    height: 288px;
  }
  .doctor-page__head {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
  .doctor-page__rating {
    align-items: start;
  }
  .doctor-page__schedule {
    padding: 20px 15px;
  }
  .doctor-page__sidebar-info {
    padding: 15px;
  }
  .doctor-page__schedule-title {
    font-size: 20px;
  }
  .doctor-page__schedule-list li {
    font-size: 16px;
  }
  .doctor-page__section-title {
    font-size: 20px;
  }
  .doctor-page__price {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .doctor-page__sidebar {
    max-width: none;
  }
  .doctor-page__head {
    gap: 12px;
  }
  .doctor-page__name {
    font-size: 24px;
  }
  .doctor-page__info {
    grid-template-columns: 1fr;
    padding: 16px;
  }
  .doctor-page__info-item {
    padding: 0;
    border-right: none;
    padding-bottom: 12px;
    border-bottom: 1px solid color-mix(in srgb, var(--content-blue) 12%, transparent);
  }
  .doctor-page__info-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .doctor-page__block-title {
    font-size: 20px;
  }
  .doctor-page__list li,
  .doctor-page__text p,
  .doctor-page__directions p {
    font-size: 15px;
  }
  .doctor-page__block,
  .doctor-page__section {
    margin-bottom: 12px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .doctor-page__block-title,
  .doctor-page__section-title {
    position: relative;
    margin: 0;
    padding: 16px 48px 16px 16px;
    border-radius: 12px;
    background: var(--background-lightblue);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .doctor-page__block-title::after,
  .doctor-page__section-title::after {
    content: "+";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--content-blue);
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
  }
  .doctor-page__block.is-open .doctor-page__block-title,
  .doctor-page__section.is-open .doctor-page__section-title {
    border-radius: 12px 12px 0 0;
  }
  .doctor-page__block.is-open .doctor-page__block-title::after,
  .doctor-page__section.is-open .doctor-page__section-title::after {
    content: "−";
    font-size: 32px;
  }
  .doctor-page__block-body {
    display: none;
    padding: 16px;
    border: 1px solid rgba(56, 65, 97, 0.2);
    border-top: none;
    border-radius: 0 0 12px 12px;
    background: var(--content-white);
  }
  .doctor-page__block.is-open .doctor-page__block-body,
  .doctor-page__section.is-open .doctor-page__block-body {
    display: block;
  }
  .doctor-page__block.is-open .doctor-page__directions-inner {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
  }
  .doctor-page__block.is-open .doctor-page__more {
    display: none;
  }
  .doctor-page__section {
    margin-top: 12px;
  }
  .doctor-page__layout {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
/* swiper */
.swiper-button-disabled {
  cursor: auto;
  opacity: 0.5;
  pointer-events: none;
}

.swiper-btns {
  display: flex;
  gap: 30px;
}

.slider-button__prev,
.slider-button__next {
  border-radius: 50%;
  background-color: var(--content-blue);
  width: 49px;
  height: 49px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease;
}

.slider-button__prev::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/icons/prev.svg) center center no-repeat;
  width: 15px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
  background-size: contain;
}
@supports not (background: url("../img/icons/prev.svg")) {
  .slider-button__prev::before {
    background: url("../img/icons/prev.png") center center no-repeat;
  }
}

.slider-button__next::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/icons/next.svg) center center no-repeat;
  width: 15px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
  background-size: contain;
}
@supports not (background: url("../img/icons/next.svg")) {
  .slider-button__next::before {
    background: url("../img/icons/next.png") center center no-repeat;
  }
}

.slider-button__prev:hover,
.slider-button__next:hover {
  background-color: var(--primary-coral);
}

.swiper__top-wrap {
  display: flex;
  justify-content: space-between;
}

.swiper__top-wrap {
  padding: 0 16px;
}

.swiper {
  padding: 0 16px;
}

.swiper__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.swiper__controls-decor {
  width: 100%;
  height: 1px;
  background: rgba(56, 65, 97, 0.2);
}

.swiper__pagination {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 0;
  width: auto;
}
.swiper__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 20px;
  height: 5px;
  border: none;
  border-radius: 50px;
  background-color: var(--primary-light);
  opacity: 1;
}
.swiper__pagination .swiper-pagination-bullet:hover {
  border: none;
  background-color: var(--content-blue);
}
.swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 5px;
  width: 20px;
  background-color: var(--content-blue);
  border: none;
}

.swiper-pagination-bullets {
  position: static;
  z-index: 10;
  width: auto;
  justify-content: center;
  align-items: center;
  display: none;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.swiper-pagination-bullet {
  background-color: #db6f67;
  position: relative;
  border-radius: 50%;
  transition: background-color 0.3s linear, border-color 0.3s linear;
  border: 1px solid #eaeaea;
  opacity: 1;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 7px));
  height: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 7px));
}
.swiper-pagination-bullet:hover {
  border-color: var(--primary-blue);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-blue);
  border-color: var(--primary-blue);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 14px));
  height: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 14px));
}

.custom-wrapper__swiper {
  margin-bottom: 50px;
}

/* swiper media */
@media (max-width: 1000px) {
  .slider-button__next,
  .slider-button__prev {
    width: 40px;
    height: 40px;
  }
  .slider-button__prev:before,
  .slider-button__next:before {
    width: 15px;
    height: 15px;
  }
  .swiper-btns {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .swiper__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .custom-wrapper__swiper {
    margin-bottom: 20px;
  }
  .swiper__controls-decor {
    display: none;
  }
  .swiper__controls .swiper-btns {
    display: contents;
  }
  .swiper__controls .slider-button__prev {
    order: 1;
    flex-shrink: 0;
  }
  .swiper__controls .swiper__pagination {
    order: 2;
    flex: 1;
    justify-content: center;
    max-width: none;
  }
  .swiper__controls .slider-button__next {
    order: 3;
    flex-shrink: 0;
  }
  .swiper__title,
  .swiper__head,
  .swiper__controls,
  .swiper,
  .swiper__subtitle,
  .swiper__padding {
    padding: 0 15px;
  }
  .swiper__btn {
    margin: 0 15px;
  }
  .swiper__container {
    padding: 0;
  }
  .swiper__pagination {
    gap: 4px;
  }
  .swiper__pagination .swiper-pagination-bullet {
    width: 15px;
    height: 3px;
  }
  .swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 3px;
    width: 15px;
  }
}
/* garant */
.garant__title {
  text-align: left;
}

.garant p {
  margin-bottom: 30px;
}

.garant p:last-child {
  margin-bottom: 0;
}

.garant__top {
  margin-bottom: 60px;
}

.garant__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 60px;
}

.garant__item {
  flex: 0 1 calc(50% - 16px);
  padding: 20px;
  height: 100%;
}

.garant__item-picture {
  position: relative;
}
.garant__item-picture::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #FFF9F1 0%, rgba(255, 249, 241, 0) 100%);
  transform: rotate(180deg);
}

.garant__item-text {
  padding-left: 20px;
  position: relative;
}

.garant__item-text::before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 100%;
  background-color: var(--primary-blue);
  left: 0;
}

.garant__item-text-name {
  color: var(--primary-blue);
  font-family: "Inter Tight", sans-serif;
  font-size: 26px;
  line-height: 1.15;
  margin-bottom: 20px;
}

.garant__item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.garant__item-picture {
  height: 100%;
  width: 100%;
}
.garant__item-picture img {
  max-height: 243px;
  min-height: 243px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* garant media */
@media (max-width: 1000px) {
  .garant__inner,
  .garant__top {
    margin-bottom: 30px;
  }
  .garant__item {
    flex: 0 1 calc(50% - 16px);
  }
  .garant p {
    margin-bottom: 16px;
  }
  .garant__item-text {
    padding-left: 14px;
  }
  .garant__item {
    padding: 10px;
  }
  .garant__item-picture img {
    max-height: 200px;
    min-height: 200px;
  }
}
@media (max-width: 650px) {
  .garant__item {
    padding: 0;
  }
  .garant__inner {
    flex-direction: column;
  }
  .garant__item-picture img {
    max-height: 128px;
    min-height: 128px;
  }
  .garant__item-text-name {
    font-size: 22px;
    line-height: 1.3;
  }
}
/* text */
.text__content > h2 {
  color: var(--content-blue);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 25px;
}
.text__content > h3 {
  color: var(--content-blue);
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.text__content > h4 {
  color: var(--content-blue);
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.text__content > p {
  margin-bottom: 15px;
  color: var(--content-grey);
}
.text__content > ul > li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: var(--content-grey);
}
.text__content > ul > li > b {
  color: var(--content-black, #000);
  font-size: 18px;
  font-weight: 700;
}
.text__content > ul > li:last-child {
  margin-bottom: 30px;
}
.text__content > ul > li::before {
  position: absolute;
  display: block;
  content: "";
  background: var(--content-blue);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 0;
  top: 7px;
}
.text__content > ol {
  list-style: none;
  counter-reset: num;
}
.text__content > ol > li {
  position: relative;
  padding-left: 44px;
  margin-bottom: 22px;
  counter-increment: num;
  color: var(--content-grey);
}
.text__content > ol > li > b {
  color: var(--content-black, #000);
  font-size: 18px;
  font-weight: 700;
}
.text__content > ol > li:last-child {
  margin-bottom: 30px;
}
.text__content > ol > li:before {
  content: counter(num);
  left: 0;
  position: absolute;
  color: var(--content-white);
  font-size: 20px;
  background: var(--primary-coral);
  line-height: 1;
  margin-top: -3px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.text__content > picture {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 45px 0 0 0;
  border-radius: 20px;
  overflow: hidden;
}
.text__content > picture > img {
  max-height: 375px;
  min-height: 375px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.text__content > blockquote {
  background: var(--background-lightblue);
  padding: 40px;
  color: var(--content-black);
  font-weight: 500;
  line-height: 1.33;
  border-radius: 20px;
  position: relative;
  padding-left: 140px;
  margin: 45px 0;
}
.text__content > blockquote::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: 60px;
  height: 50px;
  background: url("../../assets/img/icons/quote.svg") no-repeat center center;
  background-size: 100% 100%;
}

.text__title {
  text-align: left;
}

.text__content--policy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 16px;
  align-items: start;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.text__content--policy > * {
  grid-column: 1/-1;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-wrap: break-word;
}
.text__content--policy > article,
.text__content--policy > p:has(> a[href$=".pdf"]),
.text__content--policy > p:has(> a[href$=".docx"]),
.text__content--policy > p:has(> a[href$=".doc"]),
.text__content--policy > p:has(> strong > a[href$=".pdf"]),
.text__content--policy > p:has(> strong > a[href$=".docx"]),
.text__content--policy > p:has(> strong > a[href$=".doc"]) {
  grid-column: auto;
}
.text__content--policy > h3 {
  color: var(--content-blue);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  margin: 32px 0 4px;
}
.text__content--policy > h3:first-child {
  margin-top: 0;
}
.text__content--policy > p {
  margin: 0;
  color: var(--content-grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}
.text__content--policy a {
  color: var(--content-blue);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s linear;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.text__content--policy a:hover {
  color: var(--primary-coral);
}
.text__content--policy > p:has(> a[href$=".pdf"]),
.text__content--policy > p:has(> a[href$=".docx"]),
.text__content--policy > p:has(> a[href$=".doc"]),
.text__content--policy > p:has(> strong > a[href$=".pdf"]),
.text__content--policy > p:has(> strong > a[href$=".docx"]),
.text__content--policy > p:has(> strong > a[href$=".doc"]) {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 20px 24px;
  position: relative;
}
.text__content--policy > p:has(> a[href$=".pdf"])::before,
.text__content--policy > p:has(> a[href$=".docx"])::before,
.text__content--policy > p:has(> a[href$=".doc"])::before,
.text__content--policy > p:has(> strong > a[href$=".pdf"])::before,
.text__content--policy > p:has(> strong > a[href$=".docx"])::before,
.text__content--policy > p:has(> strong > a[href$=".doc"])::before {
  content: "Скачать в .PDF:";
  color: var(--content-grey);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}
.text__content--policy > p:has(> a[href$=".pdf"]) a,
.text__content--policy > p:has(> a[href$=".docx"]) a,
.text__content--policy > p:has(> a[href$=".doc"]) a,
.text__content--policy > p:has(> strong > a[href$=".pdf"]) a,
.text__content--policy > p:has(> strong > a[href$=".docx"]) a,
.text__content--policy > p:has(> strong > a[href$=".doc"]) a {
  font-size: 15px;
}
.text__content--policy > p:has(> a[href$=".pdf"], > a[href$=".docx"], > a[href$=".doc"], > strong > a[href$=".pdf"], > strong > a[href$=".docx"], > strong > a[href$=".doc"]):not(p:has(a[href$=".pdf"], a[href$=".docx"], a[href$=".doc"], strong > a) + p) {
  border-radius: 16px 0 0 16px;
}
.text__content--policy > p:has(> a[href$=".pdf"], > a[href$=".docx"], > a[href$=".doc"], > strong > a[href$=".pdf"], > strong > a[href$=".docx"], > strong > a[href$=".doc"]):not(:has(+ p:has(a[href$=".pdf"], a[href$=".docx"], a[href$=".doc"], strong > a))) {
  border-radius: 0 16px 16px 0;
}
.text__content--policy > p:has(> a[href$=".pdf"], > a[href$=".docx"], > a[href$=".doc"], > strong > a[href$=".pdf"], > strong > a[href$=".docx"], > strong > a[href$=".doc"]) + p:has(> a[href$=".pdf"],
> a[href$=".docx"],
> a[href$=".doc"],
> strong > a[href$=".pdf"],
> strong > a[href$=".docx"],
> strong > a[href$=".doc"])::after {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 1px;
  background: color-mix(in srgb, var(--content-blue) 18%, transparent);
}
.text__content--policy {
  /* карточки надзорных органов */
}
.text__content--policy > article {
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: var(--content-white);
}
.text__content--policy > article h4 {
  margin: 0 0 4px;
  color: var(--content-blue);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.text__content--policy > article p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: var(--content-blue);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  min-width: 0;
}
.text__content--policy > article p::before {
  content: "";
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--primary-coral);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.text__content--policy > article p:nth-of-type(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 21s7-5.5 7-11a7 7 0 1 0-14 0c0 5.5 7 11 7 11zm0-8.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E");
}
.text__content--policy > article p:nth-of-type(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1.1-.2 1.2.4 2.5.6 3.8.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.6.6 3.8.1.4 0 .8-.3 1.1L6.6 10.8z'/%3E%3C/svg%3E");
}
.text__content--policy > article p:nth-of-type(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3' y='5' width='18' height='14' rx='2' stroke='white' stroke-width='2'/%3E%3Cpath d='M4 7l8 6 8-6' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.text__content--policy > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.text__content--policy > ul > li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  color: var(--content-grey);
  font-size: 16px;
  line-height: 1.5;
}
.text__content--policy > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--content-blue);
}

@media (max-width: 1000px) {
  .text__content--policy {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 12px;
  }
  .text__content--policy > article,
  .text__content--policy > p:has(> a[href$=".pdf"]),
  .text__content--policy > p:has(> a[href$=".docx"]),
  .text__content--policy > p:has(> a[href$=".doc"]),
  .text__content--policy > p:has(> strong > a[href$=".pdf"]),
  .text__content--policy > p:has(> strong > a[href$=".docx"]),
  .text__content--policy > p:has(> strong > a[href$=".doc"]) {
    grid-column: 1/-1;
  }
  .text__content--policy > p:has(> a[href$=".pdf"], > a[href$=".docx"], > a[href$=".doc"], > strong > a[href$=".pdf"], > strong > a[href$=".docx"], > strong > a[href$=".doc"]) {
    border-radius: 0 !important;
  }
  .text__content--policy > p:has(> a[href$=".pdf"], > a[href$=".docx"], > a[href$=".doc"], > strong > a[href$=".pdf"], > strong > a[href$=".docx"], > strong > a[href$=".doc"])::after {
    display: none;
  }
  .text__content--policy > p:has(> a[href$=".pdf"], > a[href$=".docx"], > a[href$=".doc"], > strong > a[href$=".pdf"], > strong > a[href$=".docx"], > strong > a[href$=".doc"]):not(p:has(a[href$=".pdf"], a[href$=".docx"], a[href$=".doc"], strong > a) + p) {
    border-radius: 16px 16px 0 0 !important;
  }
  .text__content--policy > p:has(> a[href$=".pdf"], > a[href$=".docx"], > a[href$=".doc"], > strong > a[href$=".pdf"], > strong > a[href$=".docx"], > strong > a[href$=".doc"]):not(:has(+ p:has(a[href$=".pdf"], a[href$=".docx"], a[href$=".doc"], strong > a))) {
    border-radius: 0 0 16px 16px !important;
  }
  .text__content--policy > h3 {
    font-size: 24px;
    margin-top: 28px;
  }
}
@media (max-width: 650px) {
  .text__content--policy > h3 {
    font-size: 22px;
  }
  .text__content--policy > article {
    padding: 18px;
  }
  .text__content--policy > article h4 {
    font-size: 16px;
  }
  .text__content--policy > article p {
    font-size: 14px;
  }
  .text__content--policy > p {
    font-size: 15px;
  }
}
/* text media */
@media (max-width: 1024px) {
  .text__content > h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .text__content > p {
    margin-bottom: 20px;
  }
  .text__content > ul > li:last-child {
    margin-bottom: 20px;
  }
  .text__content {
    margin-bottom: 30px;
  }
  .text__content > picture {
    margin: 30px 0;
  }
  .text__content > picture > img {
    max-height: 194px;
    min-height: 194px;
  }
  .text__content > blockquote {
    font-size: 16px;
    padding: 90px 20px 20px 20px;
  }
  .text__content > blockquote > span {
    font-size: 16px;
  }
  .text__content > h3 {
    font-size: 30px;
  }
  .text__content > h4 {
    font-size: 20px;
  }
  .text__content > ul > li > b,
  .text__content > ol > li > b {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .text__content > h2 {
    font-size: 20px;
  }
  .text__content > blockquotem .text__content > blockquote > span {
    font-size: 14px;
  }
  .text__content > blockquote::before {
    width: 48px;
    top: 20px;
    left: 20px;
  }
  .text__content > h3 {
    font-size: 18px;
  }
  .text__content > h4 {
    font-size: 16px;
  }
  .text__content > ul > li > b,
  .text__content > ol > li > b {
    font-size: 14px;
  }
  .text__content > ul > li::before {
    width: 5px;
    height: 5px;
  }
  .text__content > ul > li {
    padding-left: 15px;
  }
  .text__content > ol > li:before {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .text__content > ol > li {
    padding-left: 38px;
  }
  .text__content > picture {
    border-radius: 10px;
  }
}
/* stages */
.stages > p {
  margin-bottom: 30px;
}

.stages__title {
  text-align: left;
}

.stages__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 30px;
}

.stages__item {
  flex: 0 1 calc(50% - 16px);
  padding: 20px;
}
.stages__item > p {
  padding-top: 10px;
}

.stages__item-top {
  display: flex;
  gap: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #757575;
  align-items: center;
}
.stages__item-top span {
  color: var(--primary-blue);
  font-family: "Inter Tight", sans-serif;
  font-size: 60px;
  line-height: 1.06;
}

.stages__item-top-name {
  color: var(--content-black);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.stages__picture {
  width: 100%;
  max-height: 375px;
  height: 100%;
  position: relative;
}
.stages__picture:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  background-color: var(--primary-blue);
  height: 6px;
  bottom: 0;
}

.stages__img {
  max-height: 375px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* stages media */
@media (max-width: 1000px) {
  .stages__inner {
    gap: 16px;
  }
  .stages__item {
    flex: 0 1 calc(50% - 8px);
    padding: 10px;
  }
  .stages__item-top span {
    font-size: 50px;
  }
}
@media (max-width: 650px) {
  .stages__item-top span {
    font-size: 40px;
  }
  .stages__item {
    flex: 0 1 100%;
  }
  .stages__item-top-name {
    font-size: 14px;
    line-height: 1.3;
  }
}
/* consultation */
.consultation__container {
  overflow: visible;
}

.consultation__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 360px;
  margin-top: 36px;
  padding: 40px 40px 0;
  border-radius: 32px;
  background-color: var(--primary-blue);
  overflow: visible;
}
.consultation__inner::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  background: url(../img/decor5.png) center/cover no-repeat;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.consultation__inner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  background: url(../img/decor4.png) center/cover no-repeat;
  pointer-events: none;
  width: 100%;
  height: 100%;
  max-width: 827px;
  z-index: 1;
}

.consultation__form {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 100%;
  max-width: 601px;
  margin-bottom: 40px;
  padding: 40px;
  border-radius: 20px;
  background-color: var(--content-white);
}

.consultation__title {
  margin: 0 0 5px;
  color: var(--content-blue);
  font-size: 35px;
  font-weight: 600;
  line-height: 1.15;
}

.consultation__descr {
  margin: 0 0 25px;
  color: var(--content-black);
  font-size: 18px;
  line-height: 1.4;
}

.consultation__form-label {
  display: block;
  margin-bottom: 10px;
}

.consultation__form-input {
  width: 100%;
  padding: 14px 24px;
  border: 1px solid rgba(56, 65, 97, 0.2);
  border-radius: 30px;
  background-color: var(--content-white);
  color: var(--content-grey);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4;
}
.consultation__form-input::-moz-placeholder {
  color: var(--content-grey);
}
.consultation__form-input::placeholder {
  color: var(--content-grey);
}

.consultation__policy {
  position: relative;
  margin: 0 0 16px;
  padding-left: 22px;
  color: var(--content-grey);
  font-size: 14px;
  line-height: 1.4;
}
.consultation__policy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #384161;
  border-radius: 50%;
  background-color: #384161;
  box-shadow: inset 0 0 0 3px var(--content-white), inset 0 0 0 5px var(--primary-blue);
}
.consultation__policy a {
  color: var(--content-blue);
  text-decoration: underline;
}

.consultation__form-btn {
  width: 100%;
  padding-inline: 24px;
}

.consultation__picture {
  position: absolute;
  right: 118px;
  bottom: 0;
  z-index: 2;
  display: block;
  pointer-events: none;
  max-width: 393px;
}

.consultation__img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .consultation__picture {
    display: none;
  }
  .consultation__form {
    max-width: 100%;
  }
  .consultation__inner {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .consultation__inner {
    padding: 15px;
    min-height: auto;
    border-radius: 10px;
  }
  .consultation__form {
    margin-bottom: 0;
    border-radius: 10px;
  }
  .consultation__title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .consultation__descr {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .consultation__policy {
    font-size: 12px;
  }
  .consultation__form {
    padding: 15px;
  }
}
/* reviews */
.reviews__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.reviews__title {
  text-align: left;
}

.reviews__all {
  display: inline-flex;
  flex-shrink: 0;
  text-decoration: none;
  white-space: nowrap;
}

.reviews__inner {
  margin-bottom: 32px;
}

.reviews__item {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 30px;
  border: 1px solid rgba(56, 65, 97, 0.2);
  border-radius: 20px;
  background-color: var(--content-white);
  box-sizing: border-box;
}

.reviews__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.reviews__raiting {
  display: flex;
  align-items: center;
  gap: 5px;
}

.reviews__star {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.reviews__star--empty {
  opacity: 0.28;
  filter: grayscale(1);
}

.reviews__platform {
  display: block;
  width: auto;
  max-width: 84px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  flex-shrink: 0;
}

.reviews__author {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(56, 65, 97, 0.2);
}

.reviews__name {
  margin: 0 0 4px;
  color: var(--content-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.reviews__info {
  margin: 0;
  color: var(--content-black);
  line-height: 1.4;
}

.reviews__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex-grow: 1;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(56, 65, 97, 0.2);
}
.reviews__text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin: 0;
  color: var(--content-black);
  font-weight: 400;
  line-height: 1.45;
}

.reviews__btn {
  display: inline;
  padding: 0;
  border: none;
  background: none;
  color: var(--content-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}

.reviews__date {
  display: block;
  margin-top: auto;
  color: var(--content-grey);
  font-size: 14px;
  line-height: 1.4;
}

.reviews-page__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.reviews-page__inner > * {
  flex-basis: calc(33.3333% - 13.3333px);
}

/* reviews media */
@media (max-width: 1000px) {
  .reviews__item {
    padding: 20px;
  }
  .reviews__name {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .reviews-page__inner > * {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 900px) {
  .reviews__head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .reviews__container {
    display: flex;
    flex-direction: column;
  }
  .reviews__head {
    display: contents;
  }
  .reviews__title {
    order: 1;
    text-align: center;
  }
  .reviews__inner {
    order: 2;
    margin-bottom: 20px;
  }
  .reviews__controls {
    order: 3;
    margin-bottom: 24px;
  }
  .reviews__all {
    order: 4;
    justify-content: center;
  }
  .reviews__item {
    border-radius: 10px;
    padding: 20px;
  }
  .reviews__info {
    color: var(--content-grey);
    font-size: 14px;
  }
  .reviews-page__inner > * {
    flex-basis: 100%;
  }
  .reviews__text {
    padding-bottom: 0;
  }
}
/* faq */
.faq__title {
  position: relative;
  margin-bottom: 50px;
}
.faq__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 20px auto 0;
  background-color: var(--primary-coral);
}

.faq__container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.faq__hide-item {
  background: rgba(56, 65, 97, 0.0509803922);
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 20px;
}
.faq__hide-item:last-of-type {
  margin-bottom: 0;
}
.faq__hide-item--hidden {
  display: none;
}

.faq__hide-item__title {
  background: transparent;
  padding: 27px 60px 27px 20px;
  width: 100%;
  display: flex;
  position: relative;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.3s ease;
}

.faq__hide-item__title::before,
.faq__hide-item__title::after {
  display: block;
  content: "";
  background: var(--content-grey);
  position: absolute;
}

.faq__hide-item__title::after {
  width: 18px;
  height: 2px;
  right: 28px;
  top: 50%;
  margin-top: -1px;
}

.faq__hide-item__title::before {
  width: 2px;
  height: 18px;
  right: 36px;
  top: 50%;
  margin-top: -9px;
  transition: transform 0.4s ease;
}

.faq__hide-item__title.active::before {
  transform: rotate(90deg);
}

.faq__hide-item__title.active {
  border-bottom: 1px solid rgba(56, 65, 97, 0.12);
}

.faq__head-name {
  color: var(--content-blue);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
}

.faq_hide-item__content {
  pointer-events: none;
  max-height: 0;
  transition: max-height 0.4s ease;
}
.faq_hide-item__content.active {
  pointer-events: all;
}

.faq-hide-item_max-height {
  padding: 24px 28px 28px;
  background-color: #fff;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: rgba(56, 65, 97, 0.2);
  border-radius: 0 0 20px 20px;
  border-top: none;
}

.faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.faq__answer-photo {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--primary-blue);
}

.faq__answer-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.faq__answer-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.faq__answer-author {
  margin: 0;
  color: var(--content-black);
  line-height: 1.4;
}
.faq__answer-author span {
  color: var(--content-black);
  font-weight: 700;
}

.faq__answer-text {
  margin: 0;
  color: var(--content-black);
  line-height: 1.5;
}

.faq__btn {
  margin: 40px auto 0;
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.faq__btn[hidden] {
  display: none;
}

.faq-page-tabs__wrapper {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: left;
  padding-bottom: 15px;
}

.faq-page__close {
  display: none;
}

.faq-page__content {
  text-align: left;
  font-weight: 400;
  line-height: 1;
  display: none;
  position: relative;
}
.faq-page__content.active {
  display: block;
}

.faq-page__tab-wrapper {
  margin-bottom: 45px;
  width: 100%;
}

.faq-page__tab {
  color: var(--content-black);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 16px;
  background: rgba(232, 236, 245, 0.4);
  border: none;
  cursor: pointer;
  border-radius: 8px;
}
.faq-page__tab:hover {
  color: var(--primary-blue);
}
.faq-page__tab.active {
  color: #fff;
  background: var(--primary-blue);
  font-size: 14px;
  line-height: 1.4;
}

.faq-page__container {
  display: block;
}

/* faq media */
@media (max-width: 1024px) {
  .faq__head-name {
    font-size: 16px;
    line-height: 1.35;
  }
  .faq__hide-item__title {
    padding: 15px 48px 15px 15px;
  }
  .faq__hide-item__title::after {
    right: 20px;
  }
  .faq__hide-item__title::before {
    right: 28px;
  }
  .faq-hide-item_max-height {
    padding: 20px 15px;
  }
}
@media (max-width: 768px) {
  .faq-page__container {
    flex-direction: column;
  }
  .faq__answer {
    flex-direction: column;
    gap: 16px;
  }
  .faq__answer-photo {
    width: 60px;
    height: 60px;
  }
  .faq__btn {
    margin: 15px auto 0;
  }
  .faq__hide-item {
    border-radius: 10px;
  }
  .faq-hide-item_max-height {
    border-radius: 0 0 10px 10px;
  }
}
/* gallery */
.gallery__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.gallery__all {
  display: inline-flex;
  flex-shrink: 0;
  text-decoration: none;
  white-space: nowrap;
}

.gallery__item {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.gallery__picture {
  display: block;
  width: 100%;
}

.gallery__img {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-page__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.gallery-page__inner > * {
  flex-basis: calc(33.3333% - 13.3333px);
}

@media (max-width: 1024px) {
  .gallery-page__inner > * {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 900px) {
  .gallery__head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .gallery__container {
    display: flex;
    flex-direction: column;
  }
  .gallery__head {
    display: contents;
  }
  .gallery__title {
    order: 1;
    margin-bottom: 24px;
    font-size: 28px;
    text-align: center;
  }
  .gallery__inner {
    order: 2;
    margin-bottom: 20px;
  }
  .gallery__controls {
    order: 3;
    margin-bottom: 24px;
  }
  .gallery__all {
    order: 4;
    justify-content: center;
  }
  .gallery__item {
    border-radius: 10px;
  }
  .gallery__img {
    height: 210px;
  }
  .gallery-page__inner > * {
    flex-basis: 100%;
  }
}
/* service-page */
.service-intro {
  background: url(../img/intro/bg.webp) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding: 0 0 90px 0;
  z-index: 1;
}
@supports not (background: url("../img/intro/bg.webp")) {
  .service-intro {
    background: url("../img/intro/bg.jpg") center center no-repeat;
  }
}
.service-intro h1 {
  color: var(--content-white, #FFF);
  font-family: "Inter Tight", sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.01;
  margin-bottom: 25px;
}

.service-intro__inner {
  display: flex;
  gap: 80px;
}

.service-intro::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  background-color: #FFF;
  height: 10%;
  top: 0;
  left: 50%;
}

.service-intro::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  background-color: #FFF;
  height: 45%;
  bottom: 0;
  left: 50%;
}

.service-intro__advantages-wrap {
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 30px;
}

.service-intro__advantages-item {
  color: var(--content-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  padding-left: 16px;
}

.service-intro__advantages-item::before {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--content-white);
  left: 0;
  top: 7px;
  border-radius: 50%;
}

.service-intro .breadcrumbs2 {
  position: absolute;
  top: 0;
}

.service-intro__form {
  padding: 32px;
  margin-left: 64px;
  background: var(--background-lightblue);
}

.service-intro__form-title {
  display: flex;
  flex-direction: column;
  color: var(--content-black);
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-size: 40px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.service-intro__form-title span {
  color: var(--primary-blue);
}

.service-intro__form-descr {
  color: #1E222E;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  margin-bottom: 24px;
  text-align: center;
}

.service-intro__form-input {
  background: var(--Background-Primary, #FFF);
  color: #000;
  font-size: 14px;
  width: 100%;
  margin-bottom: 16px;
}

.service-intro__form-input::-moz-placeholder {
  color: var(--content-black);
  font-size: 14px;
}

.service-intro__form-input::placeholder {
  color: var(--content-black);
  font-size: 14px;
}

.service-intro__form-btn {
  width: 100%;
  margin-bottom: 16px;
}

.privacy-policy {
  color: var(--content-black);
  text-align: center;
  font-size: 12px;
}
.privacy-policy > a {
  color: var(--primary-blue);
}

.service-intro__text-block {
  margin-left: 0;
}

/* service-page media*/
@media (max-width: 1050px) {
  .service-intro:after,
  .service-intro:before {
    display: none;
  }
}
@media (max-width: 1000px) {
  .service-intro h1 {
    font-size: 48px;
    line-height: 1.1;
  }
  .service-intro__text-block {
    padding: 0 15px;
  }
  .service-intro__advantages-wrap {
    padding-left: 15px;
  }
  .service-intro__form {
    margin-left: 0;
  }
  .service-intro__inner {
    gap: 40px;
  }
  .service-intro {
    background: url(../img/intro/bg-mobile.webp) center center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 750px) {
  .service-intro__inner {
    flex-direction: column-reverse;
  }
}
@media (max-width: 650px) {
  .service-intro h1 {
    font-size: 24px;
  }
  .service-intro__advantages-wrap {
    margin-bottom: 0;
  }
  .service-intro__form-title,
  .service-intro__form-title span {
    font-size: 28px;
  }
  .service-intro__form-descr {
    font-size: 14px;
  }
  .service-intro__form {
    padding: 20px;
  }
  .service-intro {
    padding: 0 0 50px;
  }
}
/* advantages */
.advantages__inner {
  margin-bottom: 50px;
}

.advantages__swiper {
  padding: 0;
}

.advantages__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: auto;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid color-mix(in srgb, var(--content-blue) 20%, transparent);
  background: transparent;
  box-sizing: border-box;
}

.advantages__item-picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: var(--content-blue);
  flex-shrink: 0;
}

.advantages__item-img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.advantages__item-text {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.advantages__descr {
  color: var(--content-grey);
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}

.advantages__controls {
  display: none;
}

@media (min-width: 769px) {
  .advantages__swiper {
    overflow: visible;
  }
  .advantages__swiper-wrapper {
    display: flex;
    gap: 20px;
    transform: none !important;
  }
  .advantages__swiper-wrapper > * {
    flex-basis: calc(33.333% - 13.333px);
    width: auto !important;
    max-width: none;
    height: auto;
    flex-shrink: 1;
    margin: 0 !important;
  }
}
@media (max-width: 768px) {
  .advantages__inner {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .advantages__swiper {
    overflow: hidden;
  }
  .advantages__swiper-wrapper {
    gap: 0;
  }
  .advantages__item {
    min-height: auto;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
  }
  .advantages__controls {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .advantages__pagination {
    justify-content: center;
  }
  .advantages__descr {
    margin-top: 0;
  }
  .advantages__item-picture {
    width: 80px;
    height: 80px;
  }
  .advantages__item-picture img {
    width: 30px;
    height: 30px;
  }
  .advantages__item-text {
    font-size: 18px;
  }
  .advantages__descr {
    font-size: 15px;
  }
}
/* price */
.price__table-wrap {
  border: 1px solid rgba(56, 65, 97, 0.2);
  border-radius: 20px;
  overflow: hidden;
  background-color: transparent;
}
.price__table-wrap .price__table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 0;
}
.price__table-wrap thead {
  display: table-header-group;
}
.price__table-wrap tbody {
  display: table-row-group;
}
.price__table-wrap tr {
  display: table-row;
}
.price__table-wrap th,
.price__table-wrap td {
  display: table-cell;
}
.price__table-wrap .price__table-head {
  background-color: rgba(56, 65, 97, 0.0509803922);
}
.price__table-wrap .price__table-th {
  padding: 20px 30px;
  color: #717171;
  text-align: left;
  font-weight: 400;
}
.price__table-wrap .price__table-th:first-child {
  width: 10%;
}
.price__table-wrap .price__table-th:nth-child(2) {
  width: 45%;
}
.price__table-wrap .price__table-th:nth-child(3) {
  width: 15%;
}
.price__table-wrap .price__table-th--action {
  width: 30%;
}
.price__table-wrap .price__table-item {
  width: auto;
  padding: 0;
  justify-content: unset;
  flex-direction: unset;
  gap: unset;
  position: relative;
  border-bottom: none;
}
.price__table-wrap .price__table-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 95%;
  transform: translateX(-50%);
  height: 1px;
  background-color: rgba(56, 65, 97, 0.2);
}
.price__table-wrap .price__table-code,
.price__table-wrap .price__table-name,
.price__table-wrap .price__table-price,
.price__table-wrap .price__table-action {
  padding: 20px 30px;
  vertical-align: middle;
}
.price__table-wrap .price__table-code {
  color: #34372b;
  font-size: 18px;
}
.price__table-wrap .price__table-name {
  color: #34372b;
  font-size: 18px;
}
.price__table-wrap .price__table-price {
  color: #34372b;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}
.price__table-wrap .price__table-action {
  text-align: right;
}
.price__table-wrap .price__table-btn {
  color: var(--content-blue);
  font-size: 18px;
  font-weight: 700;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  white-space: nowrap;
}
.price__table-wrap .price__table-btn:hover {
  color: var(--primary-coral);
}

.price__table-title {
  color: var(--primary-blue);
  font-size: 30px;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 20px;
}

.price__table-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid rgba(56, 65, 97, 0.2);
}

.price__table-name {
  color: #131313;
  font-size: 18px;
}

.price__table-price {
  color: #131313;
  font-size: 18px;
  font-weight: 700;
}

.price__table-price-wrap {
  display: flex;
  justify-content: space-between;
  flex: 0 1 calc(40% - 20px);
}

.price__table-btn {
  color: var(--primary-blue);
  font-size: 18px;
  font-weight: 700;
}

.price__table-btn:hover {
  color: rgb(126, 5, 5);
}

.price__table {
  margin-bottom: 80px;
}
.price__table:last-child {
  margin-bottom: 0;
}

.price__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.price__bottom-line {
  width: 100%;
  height: 1px;
  background-color: rgba(56, 65, 97, 0.2);
}

.price__bottom-title {
  color: var(--content-blue);
  font-weight: 700;
  font-size: 25px;
  width: 100%;
  white-space: nowrap;
}

.price__bottom-social {
  display: flex;
  gap: 10px;
}
.price__bottom-social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  background-color: var(--primary-coral);
  border-radius: 50%;
  padding: 10px;
}
.price__bottom-social-item:hover {
  background-color: var(--primary-blue);
}
.price__bottom-social-item img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

/* price media */
@media (max-width: 1000px) {
  .price__table-wrap .price__table-th,
  .price__table-wrap .price__table-code,
  .price__table-wrap .price__table-name,
  .price__table-wrap .price__table-price,
  .price__table-wrap .price__table-action {
    padding: 16px 20px;
  }
  .price__table-title {
    margin-bottom: 10px;
  }
}
.price-page .price__table-wrap {
  margin-bottom: 90px;
}

@media (max-width: 1024px) {
  .price-page__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .price-page__inner {
    border-bottom: 1px solid rgba(56, 65, 97, 0.2);
  }
  .price-page__title {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 20px 36px 20px 0;
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
    cursor: pointer;
  }
  .price-page__title::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--content-blue);
    border-bottom: 2px solid var(--content-blue);
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.3s ease;
  }
  .price-page__inner.is-open .price-page__title::after {
    transform: translateY(-30%) rotate(225deg);
  }
  .price-page .price__table-wrap {
    display: none;
    margin-bottom: 20px;
  }
  .price-page__inner.is-open .price__table-wrap {
    display: block;
  }
  .price__table-wrap {
    border: 1px solid rgba(56, 65, 97, 0.2);
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
  }
  .price__table-wrap .price__table {
    display: block;
    width: 100%;
    min-width: 0;
    margin-bottom: 0;
  }
  .price__table-wrap thead {
    display: none;
  }
  .price__table-wrap tbody {
    display: block;
  }
  .price__table-wrap .price__table-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 6px;
    padding: 16px;
    border-bottom: 1px solid rgba(56, 65, 97, 0.12);
    position: relative;
  }
  .price__table-wrap .price__table-item::after {
    display: none;
  }
  .price__table-wrap .price__table-item:last-child {
    border-bottom: none;
  }
  .price__table-wrap .price__table-code,
  .price__table-wrap .price__table-name,
  .price__table-wrap .price__table-price,
  .price__table-wrap .price__table-action {
    padding: 0;
    vertical-align: top;
  }
  .price__table-wrap .price__table-code {
    order: 1;
    flex: 0 0 100%;
    color: var(--content-grey);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
  }
  .price__table-wrap .price__table-name {
    order: 2;
    flex: 0 0 100%;
    color: var(--content-black);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
  }
  .price__table-wrap .price__table-price {
    order: 3;
    flex: 0 0 auto;
    width: auto;
    margin-top: 6px;
    color: var(--content-black);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
  }
  .price__table-wrap .price__table-action {
    order: 3;
    flex: 0 0 auto;
    width: auto;
    margin-top: 6px;
    margin-left: auto;
    text-align: right;
  }
  .price__table-wrap .price__table-btn {
    color: var(--content-blue);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
  }
  .price__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    margin-top: 32px;
  }
  .price__bottom-line {
    display: none;
  }
  .price__bottom-title {
    white-space: normal;
    font-size: 20px;
    text-align: center;
  }
  .price__table {
    margin-bottom: 60px;
  }
  .price__bottom-social-item {
    width: 40px;
    height: 40px;
  }
  .price__bottom-social-item img {
    width: 19px;
    height: 19px;
  }
}
.price-page__title {
  display: block;
  width: 100%;
  color: var(--content-blue);
  font-size: 45px;
  line-height: 1.1;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
  padding: 0;
  border: none;
  background: none;
  cursor: default;
}

/* service-stages */
.service-stages__item-picture {
  background-color: var(--primary-blue);
  border-radius: 50%;
  max-width: 56px;
  max-height: 56px;
  min-width: 56px;
  min-height: 56px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-stages__item-img {
  width: 34px;
  height: 34px;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-stages__inner {
  display: flex;
  width: 100%;
  gap: 32px;
}

.service-stages__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 1 calc(25% - 24px);
  gap: 20px;
  position: relative;
}
.service-stages__item p {
  color: var(--content-black);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 0 20px;
}
.service-stages__item::before {
  position: absolute;
  display: block;
  content: "";
  color: #D97465;
  left: 69%;
  top: 22%;
  width: 75%;
  height: 3px;
  border-bottom: 3px solid dashed;
}
.service-stages__item:last-child::before {
  display: none;
}

/* service-stages media */
@media (max-width: 880px) {
  .service-stages__inner {
    flex-direction: column;
    gap: 80px;
  }
  .service-stages__item {
    flex: 0 1 100%;
    gap: 10px;
  }
  .service-stages__item p {
    font-size: 16px;
  }
  .service-stages__item::before {
    position: absolute;
    display: block;
    content: "";
    color: #D97465;
    left: 50%;
    top: 110%;
    bottom: 0;
    height: 60%;
    width: 3px;
    border-left: 3px solid dashed;
  }
}
@media (max-width: 650px) {
  .service-stages__item p {
    font-size: 14px;
  }
}
/* our-advantages */
.our-advantages__title {
  text-align: left;
}

.our-advantages__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.our-advantages__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  flex: 0 1 33.33333%;
  width: 100%;
  position: relative;
}
.our-advantages__item::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  background-color: #E2E2E2;
  height: 100%;
  right: -20px;
}
.our-advantages__item:last-child:before {
  display: none;
}
.our-advantages__item > p {
  color: var(--content-black, #000);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  max-width: 180px;
}

.our-advantages__info {
  padding: 20px;
  background: rgba(232, 236, 245, 0.5);
  max-width: 448px;
  width: 100%;
}
.our-advantages__info > span {
  color: var(--primary-blue, #DB0F00);
  font-family: "Inter Tight", sans-serif;
  font-size: 22px;
  line-height: 1.18;
  margin-bottom: 8px;
}

.our-advantages__item-picture {
  background-color: var(--primary-blue);
  border-radius: 50%;
  max-width: 56px;
  max-height: 56px;
  min-width: 56px;
  min-height: 56px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-advantages__item-img {
  width: 34px;
  height: 34px;
  -o-object-fit: cover;
  object-fit: cover;
}

.our-advantages__wrap {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
  padding-top: 20px;
  width: 100%;
  gap: 40px;
}
.our-advantages__wrap:last-child {
  border-bottom: none;
}

.our-advantages__info-title {
  color: #1E222E;
  font-family: "Inter Tight", sans-serif;
  font-size: 26px;
  line-height: 1.15;
  margin-bottom: 8px;
}

.our-advantages__info-descr {
  color: #1E222E;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 24px;
}

.our-advantages__info-btn {
  width: 100%;
}

/* our-advantages media */
@media (max-width: 1000px) {
  .our-advantages__wrap {
    gap: 20px;
  }
  .our-advantages__item:before {
    right: -10px;
  }
  .our-advantages__wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 750px) {
  .our-advantages__wrap {
    flex-direction: column;
    border-bottom: 0;
    align-items: center;
    text-align: center;
  }
  .our-advantages__item > p {
    max-width: 100%;
  }
  .our-advantages__item {
    flex-direction: column;
    border-bottom: 1px solid #E2E2E2;
    max-width: 60%;
  }
  .our-advantages__item:before {
    display: none;
  }
}
@media (max-width: 550px) {
  .our-advantages__item {
    max-width: 100%;
  }
}
/* conditions */
.conditions__inner {
  display: flex;
  gap: 60px;
  align-items: start;
}

.conditions__inner > * {
  flex-basis: calc(50% - 30px);
  width: calc(50% - 30px);
}

.conditions__slider {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.conditions__swiper-wrap {
  border-radius: 16px;
  overflow: hidden;
}

.conditions__slide {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.conditions__slide-picture {
  display: block;
  width: 100%;
}

.conditions__slide-img {
  display: block;
  width: 100%;
  height: 494px;
  -o-object-fit: cover;
  object-fit: cover;
}

.conditions__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.conditions__swiper-btns {
  flex-shrink: 0;
}

.conditions__title {
  margin-bottom: 25px;
  color: var(--content-blue);
  font-size: 35px;
  font-weight: 600;
  line-height: 1.15;
}

.conditions__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
}

.conditions__list-item {
  position: relative;
  padding-left: 28px;
}
.conditions__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 19' fill='none'%3E%3Cpath d='M3 9.5L7 13.5L15 5.5' stroke='%23205280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.conditions__item-name {
  margin-bottom: 5px;
  color: var(--content-black);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.conditions__item-descr {
  margin: 0;
  color: var(--content-black);
  line-height: 1.5;
}

/* conditions media */
@media (max-width: 1024px) {
  .conditions__inner {
    gap: 32px;
  }
  .conditions__title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .conditions__slide-img {
    height: 280px;
  }
}
@media (max-width: 768px) {
  .conditions__inner {
    flex-direction: column;
    gap: 24px;
  }
  .conditions__inner > * {
    flex-basis: auto;
    width: 100%;
  }
  .conditions__content {
    display: contents;
  }
  .conditions__title {
    order: 1;
    margin-bottom: 0;
    font-size: 25px;
    text-align: left;
  }
  .conditions__slider {
    order: 2;
    gap: 16px;
  }
  .conditions__list {
    order: 3;
    gap: 16px;
  }
  .conditions__swiper-wrap,
  .conditions__slide {
    border-radius: 10px;
  }
  .conditions__slide-img {
    height: 220px;
  }
  .conditions__item-name {
    font-size: 16px;
    color: var(--content-blue);
  }
  .conditions__item-descr {
    font-size: 14px;
    color: var(--content-black);
  }
  .conditions__list-item {
    padding-left: 26px;
  }
  .conditions__list-item::before {
    top: 1px;
    width: 16px;
    height: 16px;
  }
}
/* licences */
.licences__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px 40px;
  margin-bottom: 50px;
}

.licences__title {
  text-align: left;
  margin-bottom: 0;
}

.licences__number {
  margin: 0;
  color: var(--content-blue);
  font-size: 25px;
  line-height: 1.4;
}

.licences__head-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  flex-shrink: 0;
  height: 100%;
}

.licences__all {
  display: inline-flex;
  text-decoration: none;
  white-space: nowrap;
}

.licences__check {
  margin: 0;
  color: var(--content-grey);
  font-size: 14px;
  line-height: 1.4;
  text-align: right;
}
.licences__check a {
  color: var(--primary-coral);
  text-decoration: none;
  transition: opacity 0.3s linear;
}
.licences__check a:hover {
  opacity: 0.75;
}

.licences__inner {
  margin-bottom: 32px;
}

.licences__item {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(39, 71, 96, 0.08);
}

.licences__picture {
  display: block;
  width: 100%;
  aspect-ratio: 199/293;
}
.licences__picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.licences__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* licences media */
@media (max-width: 900px) {
  .licences__head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
  }
  .licences__head-actions {
    align-items: flex-start;
  }
  .licences__check {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .licences__container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .licences__head,
  .licences__head-actions {
    display: contents;
  }
  .licences__head-info {
    order: 1;
    margin-bottom: 24px;
    text-align: center;
  }
  .licences__title {
    text-align: center;
  }
  .licences__number {
    font-size: 16px;
    text-align: center;
  }
  .licences__inner {
    order: 2;
    margin-bottom: 16px;
  }
  .licences__check {
    order: 3;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
  }
  .licences__controls {
    order: 4;
    justify-content: center;
    margin-bottom: 24px;
  }
  .licences__all {
    order: 5;
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
  }
  .licences__item {
    border-radius: 10px;
  }
}
/* stock */
.stock__title {
  text-align: left;
  margin: 0 0 40px;
}

.stock__inner {
  margin-bottom: 32px;
}

.stock__item {
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
  background-color: #F6F4F3;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  border: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.stock__item:hover {
  border-color: var(--primary-coral);
}

.stock__item-picture {
  display: block;
  width: 100%;
  margin: 0;
}

.stock__item-img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.stock__item-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px 24px 24px;
}

.stock__item-name {
  margin: 0 0 10px;
  color: var(--content-blue);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
}

.stock__item-descr {
  margin: 0 0 30px;
  color: var(--content-black);
}

.stock__item-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin: auto 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.stock__item-price-old {
  color: var(--content-grey);
  font-weight: 400;
  text-decoration: line-through;
}

.stock__item-price-new {
  color: var(--primary-coral);
  font-weight: 800;
}

.stock-page__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.stock-page__inner > * {
  flex-basis: calc(33.3333% - 13.3333px);
}

/* stock media */
@media (max-width: 1000px) {
  .stock__item-img {
    height: 180px;
  }
  .stock__item-name {
    font-size: 18px;
  }
  .stock__item-descr {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .stock__item-price {
    font-size: 16px;
  }
  .stock__item-body {
    padding: 16px 20px 20px;
  }
  .stock-page__inner > * {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 650px) {
  .stock-page__inner > * {
    flex-basis: 100%;
  }
}
@media (max-width: 450px) {
  .stock__controls {
    justify-content: center;
  }
  .stock__swiper-btns {
    display: none;
  }
  .stock__pagination {
    justify-content: center;
    width: 100%;
  }
  .stock__item-img {
    height: 160px;
  }
  .stock__title {
    text-align: center;
  }
  .stock__item {
    border-radius: 10px;
  }
}
/* doc-check (две карточки) */
.doc-check {
  padding: 60px 0 180px 0;
}

.doc-check__cards {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: stretch;
}

.doc-check__card {
  flex: 1 1 0;
  padding: 30px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(56, 65, 97, 0.2);
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s linear;
}

.doc-check__card:hover {
  border-color: var(--primary-coral);
}
.doc-check__card:hover .doc-check__card-name {
  color: var(--primary-coral);
}

.doc-check__card-label {
  margin: 0 0 14px;
  color: var(--content-black);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}

.doc-check__card-top {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.doc-check__card-picture {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--primary-blue);
}

.doc-check__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -o-object-position: bottom center;
  object-position: bottom center;
}

.doc-check__card-info {
  flex: 1;
  min-width: 0;
}

.doc-check__card-name {
  margin: 0;
  color: var(--content-blue);
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  transition: color 0.3s linear;
}

.doc-check__card-pos {
  margin: 10px 0 10px;
  color: var(--content-black);
  line-height: 1.3;
}
.doc-check__card-pos > span {
  color: var(--content-black);
  font-weight: 600;
}

.doc-check__card-edu {
  margin: 0;
  color: var(--content-black);
  line-height: 1.3;
}

.doc-check__card-meta {
  margin-top: auto;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(56, 65, 97, 0.2);
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.doc-check__card-meta-item {
  margin: 0;
  color: var(--content-black);
  font-size: 18px;
  line-height: 1.3;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .doc-check {
    padding: 80px 0 80px;
  }
  .doc-check__cards {
    flex-direction: column;
    gap: 15px;
  }
  .doc-check__card {
    padding: 22px 18px 18px;
    border-radius: 10px;
  }
  .doc-check__card-meta {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 14px;
  }
  .doc-check__card-meta-item {
    white-space: normal;
  }
  .doc-check__card-name {
    font-size: 20px;
  }
  .doc-check__card-picture {
    width: 70px;
    height: 70px;
  }
  .doc-check__card-top {
    flex-direction: column;
    gap: 10px;
  }
  .doc-check__card-meta-item {
    font-size: 15px;
  }
  .doc-check__card-meta {
    gap: 10px;
  }
}
/* contact */
.contact__map {
  position: relative;
  width: 100%;
  height: 846px;
  overflow: hidden;
}
.contact__map iframe,
.contact__map #map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.contact__inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.map__contact {
  padding: 45px;
  background: #ffffff;
  max-width: 527px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  pointer-events: auto;
}

.map__contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(56, 65, 97, 0.2);
}

.map__contact-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.map__contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background-color: var(--primary-coral);
}
.map__contact-icon img {
  display: block;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.map__contact-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.map__contact-label {
  color: var(--content-grey);
  line-height: 1.3;
}

.map__contact-value,
.map__contact-values {
  color: var(--content-blue);
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
  font-size: 18px;
}

.map__contact-values.map__contact-values-phone a {
  font-size: 22px;
}

.map__contact-values {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4px;
  align-items: start;
}

.map__contact-values a,
.map__contact-body > a.map__contact-value {
  color: var(--content-blue);
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  transition: color 0.2s linear;
}
.map__contact-values a:hover,
.map__contact-body > a.map__contact-value:hover {
  color: var(--primary-coral);
}

.map__contact-values span {
  color: var(--content-blue);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.map__contact-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 45px;
  white-space: nowrap;
}

.map__contact-social-decor {
  height: 1px;
  background: rgba(56, 65, 97, 0.2);
  width: 100%;
}

.map__contact-social-title {
  color: var(--content-blue);
  font-weight: 700;
  line-height: 1.3;
  width: -moz-fit-content;
  width: fit-content;
}

.map__contact-social-list {
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
}

.map__contact-social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--content-blue);
  background-color: var(--content-white);
  transition: background-color 0.2s linear, border-color 0.2s linear;
}
.map__contact-social-item img {
  display: block;
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(24%) sepia(14%) saturate(1200%) hue-rotate(187deg) brightness(95%) contrast(90%);
  transition: filter 0.2s linear;
}
.map__contact-social-item:hover {
  background-color: var(--primary-coral);
  border-color: var(--primary-coral);
}
.map__contact-social-item:hover img {
  filter: brightness(0) invert(1);
}

.map__contact-legal {
  margin-top: auto;
  padding: 20px;
  border-radius: 20px;
  background: var(--background-lightblue);
}
.map__contact-legal p {
  margin: 0;
  color: var(--content-black);
  font-weight: 400;
  line-height: 1.45;
}
.map__contact-legal p + p {
  margin-top: 10px;
}

.section-offset-contact {
  padding: 5px 0 0;
}

.contact__title {
  margin-top: 60px;
}

/* contact media */
@media (max-width: 1024px) {
  .map__contact {
    max-width: 100%;
  }
  .contact__inner {
    align-items: start;
  }
  .map__contact {
    margin-top: 20px;
  }
  .contact__map {
    height: 1300px;
  }
}
@media (max-width: 768px) {
  .map__contact-value,
  .map__contact-values,
  .map__contact-values a,
  .map__contact-body > a.map__contact-value,
  .map__contact-values span,
  .map__contact-social-title {
    font-size: 14px;
  }
  .map__contact-icon {
    width: 29px;
    height: 29px;
  }
  .map__contact-icon img {
    width: 16px;
    height: 16px;
  }
  .map__contact-social-item {
    width: 39px;
    height: 39px;
  }
  .contact__map {
    height: 1100px;
  }
  .map__contact {
    padding: 20px;
  }
  .map__contact-info {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .map__contact-social {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .map__contact-social-decor,
  .map__contact-social-title {
    display: none;
  }
  .map__contact-values.map__contact-values-phone a {
    font-size: 18px;
  }
}
/* regions */
.regions__title {
  text-align: left;
  margin-bottom: 40px;
}

.regions__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.regions__inner > * {
  flex-basis: calc(33.333% - 13.333px);
}

.regions__item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 30px;
  border: 1px solid rgba(56, 65, 97, 0.2);
  border-radius: 20px;
  background-color: var(--content-white);
  transition: all 0.3s linear;
}
.regions__item:hover {
  border-color: var(--primary-coral);
}

.regions__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: var(--content-blue);
}
.regions__icon img {
  display: block;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.regions__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.regions__label {
  color: var(--content-grey);
}

.regions__address {
  margin: 0;
  color: var(--content-blue);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

/* regions media */
@media (max-width: 1024px) {
  .regions__inner > * {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .regions__inner {
    gap: 15px;
  }
  .regions__inner > * {
    flex-basis: 100%;
  }
  .regions__item {
    padding: 20px 15px;
  }
  .regions__icon {
    width: 29px;
    height: 29px;
  }
  .regions__icon img {
    width: 18px;
    height: 18px;
  }
  .regions__address {
    font-size: 14px;
  }
}
/* licences-page */
.licences-page__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.licences-page__inner > * {
  flex-basis: calc(25% - 15px);
}

@media (max-width: 1024px) {
  .licences-page__inner > * {
    flex-basis: calc(33.3333% - 13.3333px);
  }
}
@media (max-width: 768px) {
  .licences-page__inner > * {
    flex-basis: calc(50% - 10px);
  }
}
.tabs__wrapper {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding-bottom: 17px;
  margin-bottom: 17px;
}

.tabs__close {
  display: none;
}

.tab__content {
  color: #fff;
  text-align: left;
  font-weight: 400;
  line-height: 1;
  display: none;
  position: relative;
}
.tab__content:hover {
  color: var(--primary-blue);
}
.tab__content.active {
  display: block;
}

.tab__wrapper {
  margin-bottom: 45px;
}

.tab {
  color: var(--content-blue);
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px;
  background: transparent;
  border-radius: 50px;
  border: 1px solid var(--content-blue);
  white-space: nowrap;
}
.tab:hover {
  background: var(--content-blue);
  color: #fff;
}
.tab.active {
  background: var(--content-blue);
  color: #FFF;
}

@media (max-width: 1024px) {
  .tabs-mobile {
    margin-inline: -15px;
  }
  .tabs__wrapper {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-padding-inline: 15px;
    padding-inline: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .tab {
    padding: 8px 15px;
  }
  .tabs__wrapper {
    gap: 5px;
  }
}
/* articles */
.articles__title {
  text-align: left;
  margin: 0 0 40px;
}

.articles__inner {
  margin-bottom: 32px;
}

.articles__item {
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
  background: var(--background-lightblue);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.3s ease;
  border: 1px solid rgba(56, 65, 97, 0.2);
}
.articles__item:hover {
  border-color: var(--primary-coral);
}

.articles__item-picture {
  display: block;
  width: 100%;
  margin: 0;
}

.articles__item-img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.articles__item-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 24px 24px;
}

.articles__item-date {
  display: block;
  color: var(--content-grey);
  font-size: 14px;
  line-height: 1.4;
}

.articles__item-name {
  margin: 0;
  color: var(--content-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.articles-page__item-wrap {
  background: rgba(232, 236, 245, 0.5);
  padding: 20px;
}
.articles-page__item-wrap span {
  color: #808080;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}
.articles-page__item-wrap p {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.articles-page__item-wrap a {
  color: var(--primary-blue, #DB0F00);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  padding-right: 42px;
  transition: all 0.3s ease;
}
.articles-page__item-wrap a::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/icons/arrow.svg) center center no-repeat;
  width: 34px;
  height: 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@supports not (background: url("../img/icons/arrow.svg")) {
  .articles-page__item-wrap a::before {
    background: url("../img/icons/arrow.png") center center no-repeat;
  }
}
.articles-page__item-wrap a:hover {
  opacity: 0.6;
}

.articles-page__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-auto-flow: dense;
}

.articles-page__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.articles-page__item:nth-child(6n+1) {
  grid-area: span 2/1/span 2/3;
}
.articles-page__item:nth-child(6n+2) {
  grid-area: span 1/3/span 1/4;
}
.articles-page__item:nth-child(6n+3) {
  grid-area: span 1/3/span 1/4;
}
.articles-page__item:nth-child(6n+4) {
  grid-area: span 1/1/span 1/2;
}
.articles-page__item:nth-child(6n+5) {
  grid-area: span 1/1/span 1/2;
}
.articles-page__item:nth-child(6n) {
  grid-area: span 2/2/span 2/4;
}

.articles-page__item-picture {
  width: 100%;
  flex-grow: 1;
}
.articles-page__item-picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: contain;
}

.article-intro__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-intro__inner h1 {
  color: #FFF;
  font-family: "Inter Tight", sans-serif;
  font-size: 40px;
  line-height: 1.1;
  max-width: 575px;
}

.article-intro__check {
  background: #FFF9F1;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.article-intro__check h2 {
  color: var(--primary-blue, #DB0F00);
  font-family: "Inter Tight", sans-serif;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.article-intro__wrap {
  display: flex;
  gap: 20px;
}

.article-intro__picture {
  max-width: 132px;
  max-height: 172px;
  width: 100%;
  height: 100%;
}

/* articles media */
@media (max-width: 1024px) {
  .articles__item-img {
    height: 180px;
  }
  .articles__item-name {
    font-size: 16px;
  }
  .articles__item-body {
    padding: 16px 20px 20px;
  }
  .articles-page__item-wrap p {
    font-size: 14px;
  }
  .articles-page__inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .article-intro__inner {
    flex-direction: column;
  }
  .intro2 {
    background: url(../img/bg-mobile.jpg) center center no-repeat;
    background-attachment: fixed;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .article-intro__inner h1 {
    font-size: 35px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .articles-page__inner {
    display: flex;
    flex-direction: column;
  }
  .articles-page__item-picture {
    height: 225px;
  }
  .article-intro__inner h1 {
    font-size: 28px;
  }
  .article-intro__wrap {
    flex-direction: column;
    align-items: center;
  }
  .intro2 {
    padding-bottom: 40px;
  }
  .articles__item {
    border-radius: 10px;
  }
}
/* 404 */
.not-found {
  padding: 180px 0;
}

.not-found__wrapper {
  display: flex;
  gap: 60px;
  max-width: 750px;
  margin: 0 auto;
  align-items: center;
  padding-bottom: 25px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(56, 65, 97, 0.2);
}

.not-found__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.not-found__number {
  color: var(--content-blue);
  font-size: 200px;
  line-height: 1;
  margin-bottom: 5;
  font-weight: 600;
}

.not-found__text-wrap h1 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--content-blue);
  text-align: start;
}
.not-found__text-wrap p {
  font-weight: 400;
  margin-bottom: 25px;
  color: var(--content-grey);
  text-align: start;
  margin-bottom: 0;
}

.not-found__btn-wrap {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .not-found {
    padding: 120px 0;
  }
  .not-found__wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .not-found__number {
    font-size: 160px;
  }
  .not-found__text-wrap h1 {
    text-align: center;
    font-size: 30px;
  }
  .not-found__text-wrap p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .not-found {
    padding: 80px 0;
  }
  .not-found__number {
    font-size: 130px;
  }
  .not-found__text-wrap h1 {
    font-size: 25px;
  }
  .not-found__wrapper {
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
  .not-found__btn-wrap {
    flex-direction: column;
  }
  .not-found__btn-wrap > * {
    width: 100%;
  }
}
/* departure */
.departure__header {
  margin-bottom: 40px;
}

.departure__title {
  margin-bottom: 16px;
}

.departure__descr {
  max-width: 760px;
  margin: 0 auto;
  color: var(--content-grey);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.departure__inner {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.departure__sidebar {
  flex-shrink: 0;
  padding: 32px 30px;
  border-radius: 20px;
  background: rgba(238, 99, 82, 0.031372549);
  max-width: 420px;
  width: 100%;
}

.departure__sidebar-title {
  margin: 0 0 25px;
  color: var(--content-blue);
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
}

.departure__sidebar-text {
  margin: 0 0 18px;
  color: var(--content-grey);
  line-height: 1.5;
}
.departure__sidebar-text:last-of-type {
  margin-bottom: 30px;
}

.departure__notice {
  margin-bottom: 35px;
  padding: 20px;
  border: 1px solid rgba(56, 65, 97, 0.2196078431);
  border-radius: 20px;
  background-color: #fff;
  color: var(--content-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.departure__action {
  padding-top: 35px;
  border-top: 1px solid rgba(56, 65, 97, 0.2196078431);
}

.departure__btn {
  display: flex;
  width: 100%;
  padding: 16px 24px;
}

.departure__note {
  margin: 12px 0 0;
  color: var(--content-grey);
  line-height: 1.4;
  text-align: center;
}

.departure__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  min-width: 0;
}

.departure__row {
  display: flex;
  gap: 20px;
}

.departure__row > * {
  flex-basis: calc(50% - 10px);
  min-width: 0;
}

.departure__block {
  padding: 30px;
  border-radius: 20px;
  background-color: var(--background-lightblue);
}
.departure__block--tags {
  background-color: #fff;
  border: 1px solid rgba(56, 65, 97, 0.2);
  height: 100%;
}

.departure__block-title {
  display: block;
  width: 100%;
  margin: 0 0 25px;
  padding: 0;
  border: none;
  background: none;
  color: var(--content-blue);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  cursor: default;
}

.departure__districts,
.departure__list,
.departure__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.departure__districts > *,
.departure__list > * {
  flex-basis: calc(50% - 5px);
}

.departure__district {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px 10px 20px;
  border-radius: 50px;
  background-color: #fff;
  color: var(--content-blue);
  line-height: 1.3;
}
.departure__district::before {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(56, 65, 97, 0.4);
}

.departure__list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--content-grey);
  line-height: 1.4;
}
.departure__list-item::before {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--primary-coral);
}

.departure__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.departure__tag {
  padding: 10px 18px;
  border: 1px solid #384161;
  border-radius: 50px;
  background-color: #fff;
  color: var(--content-blue);
  line-height: 1.3;
}

/* departure media */
@media (max-width: 1024px) {
  .departure__inner {
    flex-direction: column;
  }
  .departure__sidebar {
    max-width: none;
  }
  .departure__header {
    margin-bottom: 30px;
  }
  .departure__sidebar-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .departure__header {
    margin-bottom: 24px;
  }
  .departure__title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .departure__descr {
    font-size: 14px;
  }
  .departure__inner {
    flex-direction: column;
    gap: 12px;
  }
  .departure__content {
    order: 1;
    gap: 12px;
  }
  .departure__sidebar {
    order: 2;
    max-width: none;
    padding: 20px;
    border-radius: 10px;
  }
  .departure__sidebar-title {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .departure__sidebar-text {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .departure__sidebar-text:last-of-type {
    margin-bottom: 16px;
  }
  .departure__notice {
    margin-bottom: 20px;
    padding: 16px;
    border-radius: 10px;
    font-size: 15px;
  }
  .departure__action {
    padding-top: 20px;
  }
  .departure__note {
    font-size: 13px;
  }
  .departure__row {
    flex-direction: column;
    gap: 12px;
  }
  .departure__row > * {
    flex-basis: auto;
  }
  .departure__block {
    padding: 16px;
    border-radius: 10px;
  }
  .departure__block-title {
    position: relative;
    margin-bottom: 16px;
    padding-right: 28px;
    font-size: 18px;
  }
  .departure__block--districts .departure__block-title {
    padding-right: 0;
    margin-bottom: 14px;
    pointer-events: none;
  }
  .departure__districts {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    max-height: 220px;
    overflow-y: auto;
    padding-right: 4px;
  }
  .departure__districts > * {
    flex-basis: auto;
    width: 100%;
  }
  .departure__district {
    padding: 12px 16px;
    font-size: 14px;
  }
  .departure__district::before {
    background-color: var(--primary-coral);
  }
  .departure__block--accordion .departure__block-title {
    margin-bottom: 0;
    cursor: pointer;
  }
  .departure__block--accordion .departure__block-title::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--content-blue);
    border-bottom: 2px solid var(--content-blue);
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.3s ease;
  }
  .departure__block--accordion .departure__list,
  .departure__block--accordion .departure__tags {
    display: none;
  }
  .departure__block--accordion.is-open .departure__block-title {
    margin-bottom: 14px;
  }
  .departure__block--accordion.is-open .departure__block-title::after {
    transform: translateY(-30%) rotate(225deg);
  }
  .departure__block--accordion.is-open .departure__list,
  .departure__block--accordion.is-open .departure__tags {
    display: flex;
  }
  .departure__list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .departure__list > * {
    flex-basis: auto;
    width: 100%;
  }
  .departure__list-item {
    font-size: 14px;
  }
  .departure__block--tags {
    height: auto;
  }
  .departure__block--tags:not(.is-open) {
    background-color: #fff;
  }
  .departure__tags {
    gap: 8px;
  }
  .departure__tag {
    padding: 8px 14px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .departure__descr br {
    display: none;
  }
}
/* what */
.what__header {
  margin-bottom: 40px;
}

.what__title {
  margin-bottom: 20px;
}

.what__descr {
  margin: 0 auto;
  color: var(--content-grey);
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.what__inner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.what__inner > * {
  flex-basis: calc(33.333% - 13.333px);
}

.what__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 20px;
  border: 1px solid rgba(56, 65, 97, 0.2);
  border-radius: 20px;
  background-color: transparent;
}

.what__item-picture {
  flex-shrink: 0;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}

.what__item-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.what__item-content {
  min-width: 0;
}

.what__item-title {
  margin-bottom: 10px;
  color: var(--content-black);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.what__item-descr {
  margin: 0;
  color: var(--content-grey);
  font-size: 18px;
  line-height: 1.4;
}

/* what media */
@media (max-width: 1024px) {
  .what__inner > * {
    flex-basis: calc(50% - 10px);
  }
  .what__header {
    margin-bottom: 30px;
  }
}
@media (max-width: 650px) {
  .what__inner {
    gap: 15px;
  }
  .what__inner > * {
    flex-basis: 100%;
  }
  .what__item {
    padding: 14px;
    gap: 14px;
    border-radius: 10px;
  }
  .what__item-picture {
    width: 60px;
    height: 60px;
    border-radius: 10px;
  }
  .what__item-title {
    font-size: 15px;
  }
  .what__item-descr {
    font-size: 13px;
  }
}
/* installment */
.installment__container {
  overflow: visible;
}

.installment__inner {
  position: relative;
  display: flex;
  align-items: end;
  gap: 24px;
  margin-top: 36px;
  border-radius: 40px;
  background-color: var(--primary-blue);
  overflow: visible;
}
.installment__inner::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  background: url("../img/decor5.png") center/cover no-repeat;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.installment__inner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  background: url("../img/decor4.png") center/cover no-repeat;
  pointer-events: none;
  width: 100%;
  height: 100%;
  max-width: 827px;
  z-index: 1;
}

.installment__content {
  position: relative;
  z-index: 2;
  max-width: 830px;
  padding: 50px;
}

.installment__title {
  margin-bottom: 15px;
  color: var(--content-white);
  font-size: 35px;
  font-weight: 600;
  line-height: 1.15;
}

.installment__descr {
  margin-bottom: 32px;
  color: var(--content-white);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
}

.installment__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}

.installment__cards {
  display: flex;
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.installment__card {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 20px 30px;
  border-radius: 20px;
  background-color: var(--content-white);
  text-align: center;
}

.installment__card-value {
  margin-bottom: 4px;
  color: var(--content-blue);
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
}
.installment__card-value span {
  font-size: 28px;
}

.installment__card-label {
  color: var(--content-blue);
  font-size: 20px;
  line-height: 1.3;
}

.installment__btn {
  min-width: 220px;
  padding-inline: 40px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}

.installment__picture {
  position: absolute;
  right: 24px;
  bottom: 0;
  z-index: 2;
  display: block;
  pointer-events: none;
  max-width: 393px;
}

.installment__img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

/* installment media */
@media (max-width: 1120px) {
  .installment__picture {
    display: none;
  }
  .installment__card-value {
    font-size: 50px;
  }
  .installment__content {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .installment__inner {
    border-radius: 20px;
  }
  .installment__card-value {
    font-size: 40px;
  }
  .installment__cards {
    flex-direction: column;
    gap: 10px;
  }
  .installment__title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .installment__descr {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .installment__content {
    padding: 30px 15px;
  }
  .installment__bottom {
    gap: 20px;
  }
  .installment__btn {
    max-width: 100%;
    width: 100%;
  }
  .installment__card {
    padding: 15px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
  }
}
/* rating */
.rating__title {
  margin-bottom: 40px;
}

.rating__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.rating__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-basis: calc(25% - 15px);
  min-height: 148px;
  padding: 30px;
  border-radius: 20px;
  background-color: var(--background-lightpink);
  box-sizing: border-box;
}

.rating__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 30px;
}

.rating__logo-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.rating__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 20px;
  border-radius: 50px;
  background-color: var(--content-white);
}

.rating__star {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.rating__value {
  color: var(--content-black);
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

/* rating media */
@media (max-width: 1024px) {
  .rating__card {
    flex-basis: calc(50% - 10px);
  }
  .rating__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .rating__inner {
    flex-direction: column;
    gap: 12px;
  }
  .rating__card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-basis: auto;
    width: 100%;
    min-height: 0;
    gap: 16px;
    padding: 20px;
    border-radius: 10px;
  }
  .rating__logo {
    width: auto;
    min-height: 25px;
    justify-content: flex-start;
  }
  .rating__logo-img {
    height: 25px;
  }
  .rating__badge {
    flex-shrink: 0;
    gap: 6px;
    padding: 10px 14px;
  }
  .rating__star {
    width: 16px;
    height: 16px;
  }
  .rating__value {
    font-size: 14px;
  }
}
/* sitemap */
.sitemap {
  color: var(--content-black);
}

.sitemap__nav,
.sitemap__services,
.sitemap__legal {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(56, 65, 97, 0.2);
}

.sitemap__legal {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.sitemap__nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px 20px;
}

.sitemap__nav-col,
.sitemap__list,
.sitemap__legal-col {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sitemap__nav-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sitemap__nav a,
.sitemap__list a,
.sitemap__legal a {
  color: var(--content-black);
  text-decoration: none;
  line-height: 1.35;
  font-weight: 400;
  transition: color 0.2s linear;
}
.sitemap__nav a:hover,
.sitemap__list a:hover,
.sitemap__legal a:hover {
  color: var(--primary-coral);
}

.sitemap__nav a {
  font-weight: 500;
}

.sitemap__services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  align-items: start;
}

.sitemap__col {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.sitemap__group {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sitemap__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--content-blue);
}

.sitemap__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sitemap__legal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 30px;
}

.sitemap__legal-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 1024px) {
  .sitemap__nav {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .sitemap__services {
    grid-template-columns: repeat(2, 1fr);
  }
  .sitemap__legal {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .sitemap__nav,
  .sitemap__services,
  .sitemap__legal {
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
  .sitemap__nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .sitemap__services {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .sitemap__col {
    gap: 28px;
  }
  .sitemap__legal {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .sitemap__title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .sitemap__nav {
    grid-template-columns: 1fr;
  }
}
/* calculator */
.calc {
  background: var(--content-white);
  border: 1px solid rgba(56, 65, 97, 0.2);
  border-radius: 20px;
  padding: 30px 20px;
}

.calc__head {
  margin-bottom: 32px;
}

.calc__badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid var(--primary-coral);
  border-radius: 50px;
  background: transparent;
  color: var(--primary-coral);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}

.calc__descr {
  margin: 0;
  color: var(--content-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.calc__form {
  margin-bottom: 30px;
}

.calc__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.calc__block-wrap.calc__block-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(56, 65, 97, 0.2);
  border-radius: 20px;
  background: var(--content-white);
  position: relative;
}

.calc__block-item_full {
  grid-column: 1/-1;
}

.calc__title {
  margin: 0;
  color: var(--content-grey);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.calc__select-btn {
  display: none;
}

.calc__label-wrapper {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.calc__label-wrapper_2,
.calc__label-wrapper_3,
.calc__label-wrapper_4 {
  display: grid;
  gap: 8px;
}

.calc__label-wrapper_2 {
  grid-template-columns: repeat(2, 1fr);
}

.calc__label-wrapper_3 {
  grid-template-columns: repeat(3, 1fr);
}

.calc__label-wrapper_4 {
  grid-template-columns: repeat(4, 1fr);
}

.calc__label {
  cursor: pointer;
  position: relative;
  min-width: 0;
}

.calc-radio__text-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid #d8dbe3;
  border-radius: 100px;
  background: var(--content-white);
  transition: background-color 0.2s linear, border-color 0.2s linear, color 0.2s linear;
}

.calc-radio__text {
  color: var(--content-blue);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

.calc-radio__input:checked + .calc-radio__text-wrap {
  background-color: var(--content-blue);
  border-color: var(--content-blue);
}
.calc-radio__input:checked + .calc-radio__text-wrap .calc-radio__text {
  color: var(--content-white);
}

.calc__label:hover .calc-radio__input:not(:checked) + .calc-radio__text-wrap {
  border-color: var(--content-blue);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* range */
.calc__block-range {
  gap: 8px;
}

.calc__inf {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  min-height: 24px;
}

.calc-range__value {
  margin: 0;
  color: var(--primary-coral);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.calc__label.calc-range {
  display: block;
  width: 100%;
  cursor: pointer;
}

.calc__range-values {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}

.calc__range-value {
  color: var(--content-grey);
  line-height: 1.2;
}

input[type=range].styled-slider {
  height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
  margin: 0;
}

input[type=range].styled-slider.slider-progress {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 20px + var(--ratio) * (100% - 20px));
}

input[type=range].styled-slider:focus {
  outline: none;
}

input[type=range].styled-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--primary-coral);
  border: none;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-coral) 20%, transparent);
  margin-top: -6px;
  cursor: pointer;
}

input[type=range].styled-slider::-webkit-slider-runnable-track {
  height: 8px;
  border: none;
  border-radius: 100px;
  background: #e8eaef;
}

input[type=range].styled-slider.slider-progress::-webkit-slider-runnable-track {
  background: linear-gradient(var(--primary-coral), var(--primary-coral)) 0/var(--sx) 100% no-repeat, #e8eaef;
}

input[type=range].styled-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--primary-coral);
  border: none;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-coral) 20%, transparent);
  cursor: pointer;
}

input[type=range].styled-slider::-moz-range-track {
  height: 8px;
  border: none;
  border-radius: 100px;
  background: #e8eaef;
}

input[type=range].styled-slider.slider-progress::-moz-range-track {
  background: linear-gradient(var(--primary-coral), var(--primary-coral)) 0/var(--sx) 100% no-repeat, #e8eaef;
}

/* result */
.calc-result__wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 40px;
  align-items: center;
  padding: 40px;
  border-radius: 16px;
  background: var(--background-lightblue);
}

.calc-result__block {
  min-width: 0;
}

.calc__result-title {
  margin: 0 0 15px;
  color: var(--content-black);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.calc__result-text {
  margin: 0;
  color: var(--content-blue);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
}

.calc__result-text.calc-result__price {
  font-size: 35px;
}

.calc-result__note {
  margin: 8px 0 0;
  color: var(--content-grey);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}

.calc-result__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 260px;
}

.calc-result__btn {
  width: 100%;
  margin-bottom: 12px;
}

.calc-result__call-text {
  margin: 0 0 6px;
  color: var(--content-grey);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

.calc-result__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--content-black);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.2s linear;
}
.calc-result__phone img {
  width: 20px;
  height: 20px;
  background: rgba(56, 65, 97, 0.0705882353);
  padding: 4px;
  border-radius: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(24%) sepia(14%) saturate(1200%) hue-rotate(187deg) brightness(95%) contrast(90%);
}
.calc-result__phone:hover {
  color: var(--primary-coral);
}

@media (max-width: 1100px) {
  .calc__label-wrapper_4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .calc-result__wrap {
    grid-template-columns: 1fr 1fr;
  }
  .calc-result__actions {
    grid-column: 1/-1;
    max-width: 360px;
  }
}
@media (max-width: 900px) {
  .calc {
    padding: 12px;
  }
  .calc__grid {
    grid-template-columns: 1fr;
  }
  .calc__label-wrapper_3,
  .calc__label-wrapper_4 {
    grid-template-columns: 1fr 1fr;
  }
  .calc-result__wrap {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }
  .calc-result__actions {
    max-width: none;
    min-width: 0;
  }
}
@media (max-width: 768px) {
  .calc__label-wrapper_2,
  .calc__label-wrapper_3,
  .calc__label-wrapper_4 {
    grid-template-columns: 1fr;
  }
  .calc-radio__text-wrap {
    min-height: 44px;
    padding: 10px 14px;
  }
  .calc-radio__text {
    font-size: 14px;
  }
  .calc__block-wrap.calc__block-item {
    padding: 16px;
  }
  .calc__result-text {
    font-size: 20px;
  }
  .calc__result-text.calc-result__price {
    font-size: 25px;
  }
  .calc__result-title {
    font-size: 18px;
  }
  .calc-result__btn {
    padding: 14px 20px;
  }
  .calc__descr {
    font-size: 14px;
  }
  .calc__badge {
    font-size: 14px;
  }
  .calc__title {
    font-size: 16px;
  }
}
/* vacancies */
.vacancies__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vacancy {
  padding: 30px;
  border: 1px solid rgba(56, 65, 97, 0.2);
  border-radius: 20px;
  background: var(--content-white);
}

.vacancy__title {
  margin: 0;
  padding: 20px;
  border-radius: 20px;
  background: var(--background-lightblue);
  color: var(--content-blue);
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
}

.vacancy__more {
  display: inline-block;
  margin-top: 35px;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--content-blue);
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
  text-align: left;
  transition: color 0.2s linear;
}
.vacancy__more:hover {
  color: var(--primary-coral);
}

.vacancy.is-open .vacancy__more {
  display: none;
}

.vacancy__body {
  display: none;
  margin-top: 35px;
}

.vacancy.is-open .vacancy__body {
  display: block;
}

.vacancy__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e7eb;
}
.vacancy__meta p {
  margin: 0;
  color: var(--content-blue);
  font-size: 18px;
  line-height: 1.4;
}
.vacancy__meta b {
  font-weight: 700;
  color: var(--content-black);
}

.vacancy__section,
.vacancy__contacts {
  margin-bottom: 25px;
}
.vacancy__section h3,
.vacancy__contacts h3 {
  margin: 0 0 12px;
  color: var(--content-blue);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
}
.vacancy__section ul,
.vacancy__contacts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vacancy__section li,
.vacancy__contacts li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  color: var(--content-grey);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
}
.vacancy__section li::before,
.vacancy__contacts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--content-blue);
}
.vacancy__section li:last-child,
.vacancy__contacts li:last-child {
  margin-bottom: 0;
}

.vacancy__contacts {
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
}
.vacancy__contacts a {
  color: var(--primary-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s linear;
}
.vacancy__contacts a:hover {
  color: var(--primary-coral);
}

@media (max-width: 768px) {
  .vacancy {
    padding: 20px 15px;
  }
  .vacancy__title {
    padding: 15px;
    font-size: 25px;
  }
  .vacancy__meta p,
  .vacancy__section li,
  .vacancy__contacts li {
    font-size: 14px;
  }
  .vacancy__section h3,
  .vacancy__contacts h3 {
    font-size: 20px;
  }
  .vacancy__body {
    margin-top: 25px;
  }
}
.doctors-page__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.doctors-page__inner > * {
  flex-basis: calc(25% - 15px);
  margin-top: 50px;
}

@media (max-width: 1300px) {
  .doctors-page__inner > * {
    flex-basis: calc(33.333% - 13.333px);
  }
}
@media (max-width: 900px) {
  .doctors-page__inner > * {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .doctors-page__inner > * {
    flex-basis: 100%;
  }
  .doctors__item-picture {
    max-width: 300px;
    margin: 0 auto;
  }
  .doctors__item-photo {
    justify-content: center;
    display: flex;
  }
  .doctors__item-picture {
    max-height: 280px;
  }
  .doctors-page__inner > * {
    margin-top: 20px;
  }
  .doctors__item-photo {
    height: 250px;
  }
}
/* article page navigation */
.navigation-article {
  margin-bottom: 60px;
}

.navigation-article__wrapper {
  display: flex;
  align-items: stretch;
}

.navigation-article__content {
  width: 100%;
  padding: 40px;
  border-radius: 20px;
  background: var(--background-lightblue);
}

.navigation-article__title {
  margin: 0 0 28px;
  color: var(--content-blue);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
}

.navigation-article__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 16px;
  margin: 0;
  padding: 0 0 28px;
  list-style: none;
  border-bottom: 1px solid rgba(56, 65, 97, 0.2);
}

.navigation-article__item {
  position: relative;
  padding-left: 18px;
  min-width: 0;
}

.navigation-article__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--content-blue);
}

.navigation-article__link {
  color: var(--content-blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  transition: color 0.2s linear;
}
.navigation-article__link:hover {
  color: var(--primary-coral);
}

.navigation-article__content[data-collapsed=true] .navigation-article__item:nth-child(n+5) {
  display: none;
}

.navigation-article__more {
  margin-top: 24px;
  padding: 14px 32px;
}

.navigation-article__content.is-open .navigation-article__more,
.navigation-article__content:not([data-collapsed=true]) .navigation-article__more {
  display: none;
}

@media (max-width: 900px) {
  .navigation-article__content {
    padding: 28px 24px;
  }
  .navigation-article__list {
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
@media (max-width: 650px) {
  .navigation-article {
    margin-bottom: 40px;
  }
  .navigation-article__content {
    padding: 20px 16px;
  }
  .navigation-article__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .navigation-article__list {
    grid-template-columns: 1fr;
    row-gap: 12px;
    padding-bottom: 20px;
  }
  .navigation-article__link {
    font-size: 15px;
  }
  .navigation-article__more {
    width: 100%;
    margin-top: 20px;
  }
}
/* article cta */
.article-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px;
  border-radius: 20px;
  background: var(--background-lightblue);
}

.article-cta__title {
  margin: 0 0 5px;
  color: var(--content-blue);
  font-size: 35px;
  font-weight: 600;
  line-height: 1.25;
}

.article-cta__text {
  margin: 0;
  color: var(--content-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

.article-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
  flex-shrink: 0;
}

.article-cta__phone {
  display: flex;
  align-items: center;
  gap: 10px;
}

.article-cta__phone-icon {
  display: block;
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
  object-fit: contain;
  flex-shrink: 0;
}

.article-cta__phone-link {
  color: var(--content-black);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  transition: color 0.2s linear;
}
.article-cta__phone-link:hover {
  color: var(--primary-coral);
}

.article-cta__phone-sep {
  display: block;
  width: 1px;
  height: 20px;
  background: rgba(56, 65, 97, 0.2);
  flex-shrink: 0;
}

.article-cta__phone-descr {
  color: var(--content-grey);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  white-space: nowrap;
}

.article-cta__social {
  display: flex;
  align-items: center;
  gap: 15px;
}

.article-cta__social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  border: 1px solid var(--content-blue);
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.3s linear, border-color 0.3s linear;
}
.article-cta__social-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(21%) sepia(40%) saturate(566%) hue-rotate(188deg) brightness(98%) contrast(88%);
  transition: filter 0.3s linear;
}
.article-cta__social-btn:hover {
  border-color: var(--primary-coral);
  background: var(--primary-coral);
}
.article-cta__social-btn:hover img {
  filter: brightness(0) invert(1);
}

.article-cta__phone-picture {
  background: rgba(56, 65, 97, 0.0705882353);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.article-cta__phone-picture img {
  width: 10px;
  height: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(21%) sepia(40%) saturate(566%) hue-rotate(188deg) brightness(98%) contrast(88%);
}

.article-cta__btn {
  min-width: 280px;
}

@media (max-width: 1024px) {
  .article-cta__inner {
    padding: 32px 28px;
    gap: 28px;
  }
  .article-cta__title {
    font-size: 28px;
  }
  .article-cta__phone-link {
    font-size: 18px;
  }
  .article-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .article-cta__actions {
    align-items: flex-start;
    width: 100%;
  }
  .article-cta__btn {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 768px) {
  .article-cta__inner {
    padding: 24px 16px;
  }
  .article-cta__title {
    font-size: 20px;
  }
  .article-cta__text {
    font-size: 16px;
  }
  .article-cta__actions {
    gap: 16px;
  }
}
/* article expert */
.article-expert__inner {
  margin: 45px 0;
  padding: 40px 42px;
  border-radius: 20px;
  background: var(--background-lightblue);
}

.article-expert__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 24px;
}

.article-expert__title {
  margin: 0;
  color: var(--content-blue);
  font-size: 35px;
  font-weight: 600;
  line-height: 1.25;
}

.article-expert__quote {
  flex-shrink: 0;
  width: 60px;
  height: 50px;
}

.article-expert__text {
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(56, 65, 97, 0.2);
  color: var(--content-black);
  font-weight: 500;
  line-height: 1.55;
}

.article-expert__author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.article-expert__photo {
  display: block;
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background: var(--primary-blue);
}
.article-expert__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.article-expert__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.article-expert__name {
  color: var(--content-blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.article-expert__role {
  font-weight: 600;
}

.article-expert__role,
.article-expert__place {
  color: var(--content-black);
  line-height: 1.35;
}

@media (max-width: 1024px) {
  .article-expert__inner {
    padding: 28px 24px;
  }
  .article-expert__title {
    font-size: 28px;
  }
  .article-expert__quote {
    width: 60px;
    height: 45px;
  }
}
@media (max-width: 768px) {
  .article-expert__inner {
    padding: 20px 15px;
  }
  .article-expert__title {
    font-size: 20px;
  }
  .article-expert__quote {
    width: 60px;
    height: 40px;
  }
  .article-expert__text {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }
  .article-expert__photo {
    width: 70px;
    height: 70px;
  }
  .article-expert__name {
    font-size: 18px;
  }
  .article-expert__role,
  .article-expert__place {
    font-size: 14px;
  }
}
/* article help */
.article-help {
  margin: 45px 0;
}

.article-help__inner {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 50px;
  border-radius: 20px;
  background: var(--primary-blue);
  color: var(--content-white);
  position: relative;
  overflow: hidden;
}
.article-help__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 62% 45%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.08) 35%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
  z-index: 0;
}
.article-help__inner > * {
  position: relative;
  z-index: 1;
}

.article-help__info {
  flex-basis: calc(60% - 40px);
  padding-right: 40px;
}

.article-help__title {
  margin: 0 0 60px;
  color: var(--content-white);
  font-size: 35px;
  font-weight: 600;
  line-height: 1.25;
}

.article-help__text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
}

.article-help__aside {
  flex-basis: calc(50% - 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  border-left: 1px solid #FFFFFF;
}

.article-help__aside-title {
  color: var(--content-white);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 45px;
}

.article-help__phone {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
.article-help__phone a {
  color: var(--content-white);
  font-weight: 700;
  white-space: nowrap;
  font-size: 25px;
  transition: color 0.2s linear;
}
.article-help__phone a:hover {
  color: var(--primary-coral);
}

.article-help__social-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.article-help__social-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.article-help__social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.article-help__social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: var(--primary-coral);
  transition: background-color 0.3s linear;
}
.article-help__social-btn img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.article-help__social-btn:hover {
  background: var(--content-white);
}
.article-help__social-btn:hover img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(62%) saturate(1945%) hue-rotate(334deg) brightness(98%) contrast(92%);
}

@media (max-width: 1100px) {
  .article-help__inner {
    padding: 32px 28px;
  }
  .article-help__title {
    font-size: 26px;
  }
  .article-help__aside-title {
    font-size: 20px;
  }
  .article-help__info {
    padding-right: 28px;
  }
  .article-help__aside {
    padding-left: 28px;
  }
}
@media (max-width: 1024px) {
  .article-help__inner {
    flex-direction: column;
    gap: 24px;
  }
  .article-help__info {
    padding-right: 0;
  }
  .article-help__aside {
    padding-left: 0;
    padding-top: 24px;
    border-left: none;
    border-top: 1px solid #FFFFFF;
  }
}
@media (max-width: 768px) {
  .article-help__inner {
    padding: 20px;
  }
  .article-help__title {
    font-size: 23px;
    margin-bottom: 12px;
  }
  .article-help__text,
  .article-help__phone,
  .article-help__social-label {
    font-size: 16px;
  }
  .article-help__aside-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .article-help__aside {
    padding-top: 20px;
  }
  .article-help__social-btn {
    width: 40px;
    height: 40px;
  }
  .article-help__social-btn img {
    width: 24px;
    height: 24px;
  }
}
/* article related */
.article-related__card {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(56, 65, 97, 0.2);
  border-radius: 20px;
  background-color: rgba(56, 65, 97, 0.0509803922);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.3s linear;
}
.article-related__card:hover {
  border-color: var(--primary-coral);
}
.article-related__card:hover .article-related__btn {
  background-color: var(--content-white);
  color: var(--primary-coral);
  border-color: var(--primary-coral);
}

.article-related__picture {
  display: block;
  max-width: 420px;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}

.article-related__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-related__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  padding: 30px;
}

.article-related__label {
  color: var(--content-grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.article-related__title {
  margin-bottom: 30px;
  color: var(--content-blue);
  font-size: 35px;
  font-weight: 600;
  line-height: 1.25;
}

.article-related__btn {
  display: inline-flex;
  margin-top: 8px;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .article-related__card {
    flex-direction: column;
  }
  .article-related__picture {
    flex: none;
    max-width: none;
    width: 100%;
    min-height: 200px;
    height: 220px;
  }
  .article-related__body {
    padding: 28px 24px 32px;
  }
  .article-related__title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .article-related__picture {
    height: 138px;
    min-height: 138px;
  }
  .article-related__body {
    padding: 20px 15px;
  }
  .article-related__title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .article-related__label {
    font-size: 14px;
  }
  .article-related__btn {
    width: 100%;
  }
}
/* article rate */
.article-rate {
  margin: 45px 0;
}

.article-rate__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px;
  border-radius: 20px;
  background: var(--background-lightblue);
}

.article-rate__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.article-rate__label {
  margin: 0;
  color: var(--content-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.article-rate__stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-rate__stat {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 20px;
  color: var(--content-black);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  border-right: 1px solid rgba(56, 65, 97, 0.2);
}
.article-rate__stat:first-child {
  padding-left: 0;
}
.article-rate__stat:last-child {
  padding-right: 0;
  border-right: none;
}

.article-rate__icon {
  display: block;
  width: 26px;
  height: 18px;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.article-rate__btn {
  flex-shrink: 0;
  white-space: nowrap;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .article-rate__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
  }
  .article-rate__btn {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .article-rate__stats {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
  }
  .article-rate__info {
    width: 100%;
  }
  .article-rate__label {
    margin-bottom: 20px;
  }
  .article-rate__stat {
    padding: 0;
    border-right: none;
    font-size: 14px;
  }
  .article-rate__stats li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(56, 65, 97, 0.2);
    width: 100%;
  }
  .article-rate__stats li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
/* article sources */
.article-sources__inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.article-sources__refs {
  max-width: 420px;
  min-width: 0;
}

.article-sources__title {
  margin: 0 0 35px;
  color: var(--content-blue);
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
}

.article-sources__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: sources;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.article-sources__list li {
  position: relative;
  padding-left: 44px;
  color: var(--content-grey);
  font-size: 16px;
  line-height: 1.45;
  counter-increment: sources;
}
.article-sources__list li::before {
  content: counter(sources);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--primary-coral);
  color: var(--content-white);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.article-sources__authors {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.article-sources__card {
  padding: 30px;
  border: 1px solid rgba(56, 65, 97, 0.2);
  border-radius: 20px;
  transition: border-color 0.3s linear;
  color: var(--content-black);
}
.article-sources__card:hover {
  border-color: var(--primary-coral);
}
.article-sources__card:hover .article-sources__card-name {
  color: var(--primary-coral);
}

.article-sources__card-label {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 1.3;
}

.article-sources__card-top {
  display: flex;
  align-items: center;
  gap: 20px;
}

.article-sources__card-photo {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--primary-blue);
}

.article-sources__card-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.article-sources__card-info {
  min-width: 0;
}

.article-sources__card-name {
  margin: 0 0 10px;
  color: var(--content-blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  transition: color 0.3s linear;
}

.article-sources__card-creds {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.article-sources__card-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(56, 65, 97, 0.2);
}
.article-sources__card-meta p {
  margin: 0;
  color: var(--content-grey);
  font-size: 18px;
  line-height: 1.35;
}

@media (max-width: 1024px) {
  .article-sources__inner {
    flex-direction: column;
    gap: 32px;
  }
  .article-sources__refs,
  .article-sources__authors {
    flex: none;
    max-width: 100%;
  }
  .article-sources__title {
    font-size: 24px;
  }
}
@media (max-width: 758px) {
  .article-sources__card {
    padding: 20px;
  }
  .article-sources__card-name {
    font-size: 18px;
  }
  .article-sources__card-meta {
    flex-direction: column;
    gap: 8px;
  }
  .article-sources__list li {
    font-size: 14px;
    padding-left: 40px;
  }
  .article-sources__list li::before {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .article-sources__card-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.header {
  background-color: var(--content-white);
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  max-width: none;
  width: auto;
  text-decoration: none;
}

.header__logo-icon {
  display: block;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.header__logo-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__logo-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.header__logo-title {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.header__logo-subtitle {
  color: var(--content-grey);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
}

.header__top-phone-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}

.header__contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: rgba(56, 65, 97, 0.0705882353);
  border-radius: 50%;
}
.header__contact-icon img {
  width: 10px;
  height: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__top-address .header__contact-icon img {
  width: 8px;
  height: 11px;
}

.header__contact-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.header__phone-link {
  color: var(--primary-coral);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.3s linear;
}
.header__phone-link:hover {
  color: var(--primary-blue);
}

.header__address-city {
  color: var(--content-black);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  text-align: left;
  transition: color 0.3s linear;
}
.header__address-city:hover {
  color: var(--primary-blue);
}

.header__contact-descr {
  color: var(--content-grey);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.header__social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  border: 1px solid var(--primary-blue);
  border-radius: 50%;
  background: transparent;
  flex-shrink: 0;
  transition: background-color 0.3s linear, border-color 0.3s linear;
}
.header__social-btn img {
  width: 28px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(21%) sepia(40%) saturate(566%) hue-rotate(188deg) brightness(98%) contrast(88%);
}
.header__social-btn:hover {
  background-color: var(--background-lightblue);
}

.header__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 15px 40px;
  border: none;
  border-radius: 999px;
  background: var(--primary-coral);
  color: var(--content-white);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.3s linear;
}
.header__cta-btn:hover {
  opacity: 0.9;
}

.header__plashka-inner {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 10px 15px;
}

.header__plashka {
  border-bottom: 1px solid var(--background-lightblue);
  background: var(--primary-blue);
  color: var(--content-white);
  text-align: center;
  font-size: 14px;
}

.header__wrapper {
  display: flex;
  flex-direction: column;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(56, 65, 97, 0.2);
}

.header__top-contacts {
  display: flex;
  align-items: flex-start;
  gap: 70px;
  flex: 1;
  justify-content: center;
}

.header__top-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.header__address {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.header-mobile__bottom {
  display: none;
}

.header__nav {
  display: flex;
  gap: 0;
  align-items: center;
  position: relative;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-bottom: 1px solid rgba(56, 65, 97, 0.2);
}

.header__subnav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__link {
  color: var(--content-black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  padding: 22px 0;
  list-style: none;
}
.header__link > a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s linear;
}
.header__link > a:hover {
  color: var(--primary-blue);
}
.header__link > button {
  transition: transform 0.3s linear;
  pointer-events: none;
}

.header__sublink {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  list-style: none;
}
.header__sublink > button {
  transition: transform 0.2s linear;
}

.header__subsublink {
  padding: 10px 0;
  list-style: none;
}
.header__subsublink:first-child {
  padding-top: 0;
}
.header__subsublink:last-child {
  padding-bottom: 0;
}
.header__subsublink > a {
  display: block;
}

.burger__menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
  cursor: pointer;
}
.burger__menu::after, .burger__menu::before {
  content: "";
  transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease;
}
.burger__menu::after, .burger__menu::before,
.burger__menu span {
  display: block;
  width: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: var(--primary-darkblue);
  border-radius: 2px;
}
.burger__menu span {
  transition: width 0.3s ease, opacity 0.3s ease;
  margin: 0 auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
.burger__menu::before {
  bottom: 10px;
}
.burger__menu::after {
  top: 10px;
}
.burger__menu.active::after {
  transform: translateX(-50%) rotate(45deg);
  top: 21px;
}
.burger__menu.active::before {
  transform: translateX(-50%) rotate(-45deg);
  bottom: 21px;
}
.burger__menu.active span {
  width: 0;
  opacity: 0;
}

.hide-item__title img {
  width: 15px;
  height: 15px;
}

.header__link_sumbenu {
  display: flex;
  align-items: center;
  gap: 6px;
}

.panel-title picture {
  width: 12px;
}

.header-mobile {
  display: none;
}

.header-mobile__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-mobile__phones {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0 0;
}

.header-mobile__phones_menu {
  width: 100%;
  padding: 20px 0 0;
  margin-top: 10px;
}

.header-mobile__legal {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--content-grey);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
.header-mobile__legal a {
  color: var(--content-grey);
  text-decoration: none;
}
.header-mobile__legal a:hover {
  color: var(--primary-blue);
}

.header__social_menu {
  justify-content: flex-start;
  flex-wrap: wrap;
}

@keyframes headerFixed {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 1400px) {
  .header__top-contacts {
    gap: 18px;
  }
  .header__phone-link,
  .header__address-city {
    font-size: 16px;
  }
  .header__link {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .header__top {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    justify-content: space-between;
  }
  .header__top-contacts {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }
  .header__logo-icon {
    width: 44px;
    height: 44px;
  }
  .header__logo-title {
    font-size: 18px;
  }
}
@media (min-width: 901px) {
  .panel-title {
    display: none;
  }
  .header__sublink {
    padding: 10px 0;
  }
  .header__sublink:first-child {
    padding-top: 0;
  }
  .header__sublink:last-child {
    padding-bottom: 0;
  }
  .header__sublink a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
  }
  .header__sublink a:hover {
    color: var(--primary-blue);
  }
  .header__sublink button {
    pointer-events: none;
    margin-left: auto;
  }
  .header__subnav {
    background: var(--content-white);
    color: var(--content-black);
    z-index: 100;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    top: 100%;
    scale: 1.05;
    transition: opacity 0.15s linear, scale 0.3s linear;
    font-size: 14px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(39, 71, 96, 0.12);
    border-radius: 8px;
    min-width: 220px;
  }
  .header__link:hover > button {
    transform: rotate(180deg);
  }
  .header__link:hover .header__subnav {
    pointer-events: all;
    opacity: 1;
    scale: 1;
  }
  .header__sublink:hover > button {
    transform: rotate(180deg);
  }
  .header__sublink:hover .header__subsubnav {
    scale: 1;
    opacity: 1;
    pointer-events: all;
  }
  .header.fixed {
    animation: headerFixed 0.3s linear;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    box-shadow: 0 4px 16px rgba(39, 71, 96, 0.1);
  }
  .header.fixed .header__plashka-inner {
    display: none;
  }
  .header__subsubnav {
    transition: opacity 0.15s linear, scale 0.3s linear;
    position: absolute;
    left: 100%;
    scale: 1.05;
    top: 0;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    max-height: 50vh;
    width: -moz-max-content;
    width: max-content;
    background-color: var(--content-white);
    padding: 20px;
    box-shadow: 0 8px 24px rgba(39, 71, 96, 0.12);
    border-radius: 8px;
    list-style: none;
    margin: 0;
  }
  .header__subsubnav::-webkit-scrollbar {
    width: 6px;
  }
  .header__subsubnav::-webkit-scrollbar-thumb {
    background-color: var(--primary-blue);
  }
  .hide-item__title img {
    display: none;
  }
}
.header__link_hidden {
  display: none;
}

.header-mobile__inner {
  border-bottom: 1px solid rgba(56, 65, 97, 0.2);
}

@media (max-width: 900px) {
  .header.active .header-mobile > .header-mobile__phones {
    display: none;
  }
  .header-mobile__phones {
    padding: 15px 0;
  }
  .header-mobile__inner {
    padding: 15px 0;
  }
  .header__subsublink {
    padding: 0;
  }
  .header-mobile__bottom-btn {
    width: 100%;
    padding: 13px 40px;
  }
  .header__logo-icon {
    width: 45px;
    height: 45px;
  }
  .header__social-btn {
    width: 39px;
    height: 39px;
  }
  .header__social-btn img {
    width: 19px;
    height: 18px;
  }
  .header__logo-title {
    font-size: 13px;
  }
  .header__logo-subtitle {
    font-size: 10px;
  }
  .header__phone-link {
    font-size: 14px;
  }
  main {
    margin-top: 181px;
  }
  .header__link > button {
    width: 24px;
    height: 24px;
  }
  .header__link > button picture {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__link > button img {
    width: 12px;
    height: 12px;
  }
  .header__link_sumbenu {
    width: 100%;
  }
  .header__nav {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .header__link {
    width: 100%;
    padding: 7px 0;
    font-size: 16px;
    font-weight: 500;
    flex-wrap: wrap;
  }
  .header__link.panel-active > a, .header__link:has(.panel-title.panel-active) > a {
    color: var(--primary-coral);
  }
  .header__link > a,
  .header__sublink > a {
    width: calc(90% - 5px);
  }
  .header__link > button,
  .header__sublink > button {
    width: calc(10% - 5px);
  }
  .header__link .panel-active {
    transform: rotate(180deg);
  }
  .header__sublink .hide-item__title img {
    transition: transform 0.2s linear;
    width: 12px;
    height: 12px;
  }
  .header__sublink .hide-item__title.active img {
    transform: rotate(180deg);
  }
  .header__subsublink > a {
    padding: 3px 0 3px 12px;
    color: var(--content-black);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }
  .header__sublink-wrapper {
    width: 100%;
  }
  .header__sublink {
    flex-wrap: wrap;
  }
  .header__sublink > a {
    max-width: calc(100% - 30px);
    padding: 2px 0;
  }
  .header__sublink > button {
    pointer-events: all;
    width: 20px;
    flex-shrink: 0;
  }
  .header__subsubnav {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header-mobile {
    display: block;
    padding: 0;
  }
  .header__wrapper {
    pointer-events: none;
    height: 0;
    transition: height 0.4s linear, padding-bottom 0.4s linear;
    overflow: auto;
    padding-bottom: 0;
    margin-right: -15px;
    padding-right: 15px;
  }
  .header__wrapper .header__top,
  .header__wrapper .logo-desktop {
    display: none;
  }
  .header__wrapper.active {
    pointer-events: all;
    padding-bottom: 24px;
  }
  .header__wrapper.active .header__phone-link {
    color: var(--content-black);
  }
  .header__wrapper .header-mobile__bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .header__wrapper .header__bottom {
    margin-bottom: 0;
    padding: 10px 0;
  }
  .header-mobile__inner {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(56, 65, 97, 0.2);
  }
  .header.fixed .header__plashka-inner, .header.active .header__plashka-inner {
    display: none;
  }
  .header.fixed .header__plashka {
    display: none;
  }
  .header__link > button {
    pointer-events: all;
  }
  .header__subnav {
    display: none;
    padding: 0;
    width: 95%;
    list-style: none;
  }
  .header__subnav a {
    color: var(--content-black);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }
  .header__subnav.active {
    display: flex;
    opacity: 1;
    animation: HeaderMobileAnimation 0.3s linear;
    padding: 4px 0 8px;
  }
}
@keyframes HeaderMobileAnimation {
  0% {
    display: none;
    padding: 0;
  }
  100% {
    display: flex;
    padding: 4px 0 8px;
  }
}
@media (max-width: 540px) {
  .header-mobile__phones_menu {
    flex-direction: row;
    gap: 12px;
  }
  .header__contact-descr {
    font-size: 11px;
  }
  main {
    margin-top: 194px;
  }
}
/* footer */
.footer {
  background-color: var(--primary-blue);
  color: var(--content-white);
}

.footer__container {
  padding-top: 48px;
  padding-bottom: 32px;
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}

.footer__logo-icon {
  display: block;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}
.footer__logo-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer__logo-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer__logo-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.footer__logo-subtitle {
  font-size: 12px;
  line-height: 1.2;
  opacity: 0.85;
}

.footer__phones {
  display: flex;
  align-items: center;
  gap: 32px;
}

.footer__phone {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer__phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.footer__phone-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer__phone-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer__phone-link {
  color: var(--content-white);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
.footer__phone-link:hover {
  opacity: 0.8;
}

.footer__phone-descr {
  font-size: 12px;
  line-height: 1.3;
  opacity: 0.7;
}

.footer__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.footer__social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer__social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--content-white);
  transition: opacity 0.3s ease;
}
.footer__social-item img {
  display: block;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(23%) sepia(95%) saturate(659%) hue-rotate(174deg) brightness(91%) contrast(86%);
}
.footer__social-item:hover {
  opacity: 0.85;
}

.footer__cta {
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}

.footer__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer__nav-title {
  display: block;
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
  border: none;
  background: none;
  color: var(--content-white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  cursor: default;
}

.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__nav-list a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__nav-list a:hover {
  color: var(--content-white);
}

.footer__mid {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr 1.2fr 0.9fr;
  gap: 24px;
  align-items: start;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer__quick,
.footer__legal {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__quick a,
.footer__legal a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__quick a:hover,
.footer__legal a:hover {
  color: var(--content-white);
}

.footer__quick a {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.footer__legal a {
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.85;
}

.footer__platforms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.footer__platform {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.footer__platform img {
  display: block;
  max-width: 100%;
  max-height: 24px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.footer__platform:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.08);
}

.footer__platform_text {
  color: var(--content-white);
  font-size: 13px;
  font-weight: 600;
}

.footer__rating {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-areas: "pin value stars" "label label label";
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  row-gap: 8px;
  padding: 16px;
  border-radius: 12px;
  background-color: var(--content-white);
  text-decoration: none;
  color: var(--content-blue);
}

.footer__rating-pin {
  grid-area: pin;
  display: flex;
  width: 24px;
  height: 24px;
}
.footer__rating-pin img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer__rating-value {
  grid-area: value;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.footer__rating-stars {
  grid-area: stars;
  display: flex;
  align-items: center;
  gap: 2px;
}
.footer__rating-stars img {
  width: 14px;
  height: 14px;
  display: block;
}

.footer__rating-label {
  grid-area: label;
  font-size: 12px;
  line-height: 1.3;
  color: var(--content-grey);
}

.footer__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer__company-title {
  display: none;
}

.footer__company-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 520px;
}
.footer__company-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.85);
}
.footer__company-body a {
  color: var(--content-white);
  text-decoration: none;
}
.footer__company-body a:hover {
  text-decoration: underline;
}

.footer__pay {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.footer__pay-title {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.85);
}

.footer__pay-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.footer__pay-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 36px;
  padding: 0 10px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.12);
  color: var(--content-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.footer__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-top: 24px;
}

.footer__bottom-text {
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.55);
}

/* footer media */
@media (max-width: 1100px) {
  .footer__top {
    flex-wrap: wrap;
  }
  .footer__phones {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }
  .footer__mid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .footer__container {
    padding-top: 32px;
    padding-bottom: 24px;
  }
  .footer__top {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding-bottom: 24px;
  }
  .footer__logo {
    justify-content: center;
  }
  .footer__phones {
    order: unset;
    gap: 16px;
  }
  .footer__phone {
    flex: 1;
  }
  .footer__phone-link {
    font-size: 15px;
  }
  .footer__actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .footer__cta {
    width: 100%;
  }
  .footer__social {
    justify-content: center;
  }
  .footer__nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .footer__nav-col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .footer__nav-title {
    position: relative;
    margin: 0;
    padding: 16px 28px 16px 0;
    cursor: pointer;
  }
  .footer__nav-title::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid rgba(255, 255, 255, 0.85);
    border-bottom: 2px solid rgba(255, 255, 255, 0.85);
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.3s ease;
  }
  .footer__nav-col.is-open .footer__nav-title::after {
    transform: translateY(-30%) rotate(225deg);
  }
  .footer__nav-list {
    display: none;
    padding-bottom: 16px;
  }
  .footer__nav-col.is-open .footer__nav-list {
    display: flex;
  }
  .footer__mid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 0;
  }
  .footer__quick {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
  }
  .footer__info {
    flex-direction: column;
    gap: 24px;
    padding: 8px 0 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .footer__company {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .footer__company-title {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 16px 28px 16px 0;
    border: none;
    background: none;
    color: var(--content-white);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    cursor: pointer;
  }
  .footer__company-title::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid rgba(255, 255, 255, 0.85);
    border-bottom: 2px solid rgba(255, 255, 255, 0.85);
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.3s ease;
  }
  .footer__company.is-open .footer__company-title::after {
    transform: translateY(-30%) rotate(225deg);
  }
  .footer__company-body {
    display: none;
    max-width: none;
    padding-bottom: 16px;
  }
  .footer__company.is-open .footer__company-body {
    display: flex;
  }
  .footer__pay {
    align-items: flex-start;
    width: 100%;
  }
  .footer__pay-list {
    justify-content: flex-start;
  }
  .footer__bottom {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 20px;
  }
}
@media (max-width: 450px) {
  .footer__phones {
    flex-direction: column;
  }
  .footer__phone-link {
    font-size: 16px;
  }
  .footer__platforms {
    grid-template-columns: 1fr 1fr;
  }
}