﻿/* Start:/bitrix/templates/zametno/assets/css/reset.css?17289352801524*/
/* CSS reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;

  scrollbar-width: none; /* Для Firefox */
  overflow: -moz-scrollbars-none; /* Для старых версий Firefox */
  -ms-overflow-style: none; /* Для Internet Explorer и Edge */
}

::-webkit-scrollbar {
  display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

input:focus {
  outline: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  border: none;
  overflow: auto;
  outline: none;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  resize: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* End */

/* Start:/bitrix/templates/zametno/assets/css/fonts.css?17289352802155*/
/* Шрифты */

@font-face {
  font-family: "SFProRounded";
  src:
    url("../../../../../templates/zametno/assets/fonts/SF-Pro-Rounded-Thin.woff2")
      format("woff2"),
    url("../../../../../templates/zametno/assets/fonts/SF-Pro-Rounded-Thin.woff")
      format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "SFProRounded";
  src:
    url("../../../../../templates/zametno/assets/fonts/SF-Pro-Rounded-Ultralight.woff2")
      format("woff2"),
    url("../../../../../templates/zametno/assets/fonts/SF-Pro-Rounded-Ultralight.woff")
      format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "SFProRounded";
  src:
    url("../../../../../templates/zametno/assets/fonts/SF-Pro-Rounded-Light.woff2")
      format("woff2"),
    url("../../../../../templates/zametno/assets/fonts/SF-Pro-Rounded-Light.woff")
      format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "SFProRounded";
  src:
    url("../../../../../templates/zametno/assets/fonts/SF-Pro-Rounded-Regular.woff2")
      format("woff2"),
    url("../../../../../templates/zametno/assets/fonts/SF-Pro-Rounded-Regular.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SFProRounded";
  src:
    url("../../../../../templates/zametno/assets/fonts/SF-Pro-Rounded-Medium.woff2")
      format("woff2"),
    url("../../../../../templates/zametno/assets/fonts/SF-Pro-Rounded-Medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "SFProRounded";
  src:
    url("../../../../../templates/zametno/assets/fonts/SF-Pro-Rounded-Semibold.woff2")
      format("woff2"),
    url("../../../../../templates/zametno/assets/fonts/SF-Pro-Rounded-Semibold.woff")
      format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "SFProRounded";
  src:
    url("../../../../../templates/zametno/assets/fonts/SF-Pro-Rounded-Bold.woff2")
      format("woff2"),
    url("../../../../../templates/zametno/assets/fonts/SF-Pro-Rounded-Bold.woff")
      format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "SFProRounded";
  src:
    url("../../../../../templates/zametno/assets/fonts/SF-Pro-Rounded-Heavy.woff2")
      format("woff2"),
    url("../../../../../templates/zametno/assets/fonts/SF-Pro-Rounded-Heavy.woff")
      format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "SFProRounded";
  src:
    url("../../../../../templates/zametno/assets/fonts/SF-Pro-Rounded-Black.woff2")
      format("woff2"),
    url("../../../../../templates/zametno/assets/fonts/SF-Pro-Rounded-Black.woff")
      format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "TenorSansRegular";
  src:
    url("../../../../../templates/zametno/assets/fonts/TenorSans-Regular.woff2")
      format("woff2"),
    url("../../../../../templates/zametno/assets/fonts/TenorSans-Regular.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
}

/* End */

/* Start:/bitrix/templates/zametno/assets/css/base.css?1728957805825*/
*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  background: #fff;
  font-size: calc(100vw / 1920 * 10);
  line-height: 1;
}

body {
  font-family: "SFProRounded", sans-serif;

  padding-top: 8.4rem;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

button {
  background: none;
  color: inherit;
  cursor: pointer;
  outline: none;
  border: none;
}

html.lenis,
html.lenis body {
  height: auto;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 430 * 10);
  }

  body {
    padding-top: 9rem;
  }
}

/* End */

/* Start:/bitrix/templates/zametno/assets/css/ui-kit.css?172952043018104*/
/* Шрифты */

.heading__h1 {
  color: var(--base-day-black, #000);
  font-family: "TenorSansRegular";
  font-size: 12.8rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.128rem;
}

.heading__h2 {
  color: var(--base-day-black, #000);
  font-family: "TenorSansRegular";
  font-size: 9.6rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.096rem;
}

.heading__h3 {
  color: var(--base-day-black, #000);
  font-family: "TenorSansRegular";
  font-size: 9rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.09rem;
}

.heading__h4 {
  color: var(--base-day-black, #000);
  font-family: "TenorSansRegular";
  font-size: 7.8rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.078rem;
}

.heading__h5 {
  color: var(--base-day-black, #000);
  font-family: "TenorSansRegular";
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.064rem;
}

.heading__h6 {
  color: var(--base-day-black, #000);
  font-family: "TenorSansRegular";
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.048rem;
}

.heading__h7 {
  color: var(--base-day-black, #000);
  font-family: "TenorSansRegular";
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.036rem;
}

.heading__h8 {
  color: var(--base-day-black, #000);
  font-family: "TenorSansRegular";
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.024rem;
}

.paragraph__body__large__regular,
.paragraph__body__large__medium {
  font-family: "SFProRounded";
  font-size: 1.8rem;
  line-height: 140%;
  letter-spacing: 0.018rem;
}

.paragraph__body__small__regular,
.paragraph__body__small__medium {
  font-family: "SFProRounded";
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: 0.016rem;
}

.paragraph__body__tiny__regular,
.paragraph__body__tiny__medium {
  font-family: "SFProRounded";
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0.014rem;
}

.paragraph__body__large__regular,
.paragraph__body__small__regular,
.paragraph__body__tiny__regular {
  font-weight: 400;
}

.paragraph__body__large__medium,
.paragraph__body__small__medium,
.paragraph__body__tiny__medium {
  font-weight: 500;
}

.caption__xxx_large {
  font-family: "SFProRounded";
  font-size: 2.8rem;
  line-height: 130%;
  letter-spacing: 0.028rem;
}

.caption__xx_large {
  font-family: "SFProRounded";
  font-size: 2.4rem;
  line-height: 130%;
  letter-spacing: 0.024rem;
}

.caption__x_large {
  font-family: "SFProRounded";
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.02rem;
}

.caption__large {
  font-family: "SFProRounded";
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0.018rem;
}

.caption__medium {
  font-family: "SFProRounded";
  font-size: 1.7rem;
  line-height: 130%;
  letter-spacing: 0.017rem;
}

.caption__small {
  font-family: "SFProRounded";
  font-size: 1.5rem;
  line-height: 130%;
  letter-spacing: 0.015rem;
}

.caption__x_small {
  font-family: "SFProRounded";
  font-size: 1.3rem;
  line-height: 130%;
  letter-spacing: 0.013rem;
}

.caption__2x_small {
  font-family: "SFProRounded";
  font-size: 1.2rem;
  line-height: 130%;
  letter-spacing: 0.012rem;
}

.caption__3x_small {
  font-family: "SFProRounded";
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: -0.01rem;
}

/* Кнопки */

.btn__size__large,
.btn__size__medium,
.btn__size__small,
.btn__size__xsmall {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn__size__large {
  gap: 0.4rem;
  padding: 1.35rem 2rem 1.45rem 2rem;
  border-radius: 1.2rem;

  font-family: "SFProRounded";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.018rem;
}

.icon__btn__size__large {
  display: inline-flex;
  align-items: center;

  padding: 1.2rem;
  border-radius: 1.2rem;
}

.btn__size__large .btn__icon,
.icon__btn__size__large .btn__icon {
  width: 2.4rem;
  height: 2.4rem;
}

.btn__size__medium {
  gap: 0.4rem;
  padding: 1.05rem 2rem 1.15rem 2rem;
  border-radius: 1.2rem;

  font-family: "SFProRounded";
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.017rem;
}

.icon__btn__size__medium {
  display: inline-flex;
  align-items: center;

  padding: 0.8rem;
  border-radius: 1.2rem;
}

.btn__size__medium .btn__icon,
.icon__btn__size__medium .btn__icon {
  width: 2.2rem;
  height: 2.2rem;
}

.btn__size__small {
  gap: 0.4rem;
  padding: 0.75rem 1.6rem 0.85rem 1.6rem;
  border-radius: 0.8rem;

  font-family: "SFProRounded";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.015rem;
}

.icon__btn__size__small {
  display: inline-flex;
  align-items: center;

  padding: 0.7rem;
  border-radius: 1rem;
}

.btn__size__small .btn__icon,
.btn__size__xsmall .btn__icon,
.icon__btn__size__small .btn__icon,
.icon__btn__size__xsmall .btn__icon {
  width: 1.8rem;
  height: 1.8rem;
}

.btn__size__xsmall {
  gap: 0.3rem;
  padding: 0.55rem 1.6rem 0.65rem 1.6rem;
  border-radius: 0.8rem;

  font-family: "SFProRounded";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.015rem;
}

.icon__btn__size__xsmall {
  display: inline-flex;
  align-items: center;

  padding: 0.5rem;
  border-radius: 1rem;
}

#btn__style__primary {
  transition: background-color 0.3s ease-in-out;

  color: #fff;
  background-color: var(--brand-day-additional, #DBD1FE);
}

#btn__style__primary:hover {
  background-color: var(--brand-day-twilight, #d3007b);
}

#btn__style__primary:active {
  background-color: var(--brand-day-dark, #c30072);
}

#btn__style__secondary {
  transition: background-color 0.3s ease-in-out;

  color: var(--brand-day-additional, #DBD1FE);
  background-color: var(--gray-morn-5, rgba(0, 28, 61, 0.05));
}

#btn__style__secondary:hover {
  background-color: var(--brand-day-1-op-01, rgba(224, 0, 130, 0.1));
}

#btn__style__secondary:active {
  background-color: var(--brand-day-1-op-02, rgba(224, 0, 130, 0.2));
}

#btn__style__tertiary {
  transition: background-color 0.3s ease-in-out;

  color: var(--brand-day-additional, #DBD1FE);
  background-color: transparent;
}

#btn__style__tertiary:hover {
  background-color: var(--gray-morn-5, rgba(0, 28, 61, 0.05));
}

#btn__style__tertiary:active {
  background-color: var(--element-overlay-dark-day-1-op-01, rgba(0, 0, 0, 0.1));
}

/* Ссылки */

.link__large {
  cursor: pointer;

  color: var(--base-day-black, #000);
  font-family: "SFProRounded";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.018rem;
}

.link__large .link__icon {
  color: #000;

  width: 2.2rem;
  height: 2.2rem;
}

.link__medium {
  cursor: pointer;

  color: var(--base-day-black, #000);
  font-family: "SFProRounded";
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.017rem;
}

.link__medium .link__icon {
  color: #000;

  width: 1.8rem;
  height: 1.8rem;
}

.link__small {
  cursor: pointer;

  color: var(--base-day-black, #000);
  font-family: "SFProRounded";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.015rem;
}

.link__medium .link__icon {
  color: #000;

  width: 1.6rem;
  height: 1.6rem;
}

.link__wrapper {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s ease-in-out;

  gap: 0.4rem;
}

.link__wrapper:hover,
.link__wrapper:hover .link__icon {
  color: var(--brand-day-additional, #DBD1FE);
}

.link__wrapper:active,
.link__wrapper:active .link__icon {
  color: var(--brand-day-dark, #c30072);
}

.link__text {
  position: relative;
  display: inline-block;
}

.link__icon {
  transition: all 0.4s ease-in-out;
}

.link__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: transform 0.4s ease-in-out;
  transform: scaleX(0);
  transform-origin: right center;
}

.link__text:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.link__wrapper:hover .link__text::after {
  transform: scaleX(1);
  transform-origin: left center;
}

/* Input */

.input__wrapper {
  display: flex;
  flex-direction: column;

  gap: 0.8rem;
}

.input__label {
  color: var(--gray-dusk-4, #79797d);
  font-family: "SFProRounded";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.015rem;
}

.input {
  position: relative;
}

.input__large,
.input__medium,
.input__small {
  background-color: var(--gray-morn-5, rgba(0, 28, 61, 0.05));
  transition: background-color 0.3s ease-in-out;

  width: 100%;
  border-radius: 1rem;

  color: var(--base-day-black, #000);
  font-family: "SFProRounded";
  font-weight: 400;
}

.input__large:hover,
.input__medium:hover,
.input__small:hover {
  background-color: var(--gray-morn-4, rgba(0, 28, 61, 0.1));
}

.input__large:focus,
.input__medium:focus,
.input__small:focus {
  caret-color: var(--gray-dusk-6, #aeaeb2);
}

.input__large {
  padding: 1.2rem;

  font-size: 1.7rem;
  line-height: 130%;
  letter-spacing: 0.017rem;
}

.input__medium {
  padding: 1rem 1.2rem;

  font-size: 1.7rem;
  line-height: 130%;
  letter-spacing: 0.017rem;
}

.input__small {
  padding: 0.8rem 1.2rem;

  font-size: 1.5rem;
  line-height: 130%;
  letter-spacing: 0.015rem;
}

.input__large__icon,
.input__medium__icon {
  color: #aeaeb2;

  width: 2.2rem;
  height: 2.2rem;
}

.input__small__icon {
  color: #aeaeb2;

  width: 1.8rem;
  height: 1.8rem;
}

#input__icon__pos__right {
  position: absolute;

  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
}

#input__icon__pos__left {
  position: absolute;

  top: 50%;
  left: 1.2rem;
  transform: translateY(-50%);
}

.input__large::placeholder,
.input__medium::placeholder,
.input__small::placeholder {
  color: var(--gray-dusk-6, #aeaeb2);
}

/* Selector */

.selector__wrapper {
  display: flex;
  flex-direction: column;

  gap: 0.8rem;
}

.selector__label {
  color: var(--gray-dusk-4, #79797d);
  font-family: "SFProRounded";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.015rem;
}

.selector {
  position: relative;
}

.selector__input {
  cursor: pointer;
  background-color: var(--gray-morn-5, rgba(0, 28, 61, 0.05));
  outline: none;
  border: none;
  transition: background-color 0.3s ease-in-out;

  width: 100%;
  padding: 1.1rem 1.2rem;
  border-radius: 1rem;

  color: var(--base-day-black, #000);
  font-family: "SFProRounded";
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.017rem;
}

.selector::after {
  content: "";
  position: absolute;
  background-image: url("../../../../../../images/nezametno/arrow-keyboard-bottom.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;

  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
}

.selector_items {
  position: absolute;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;

  visibility: hidden;
  opacity: 0;

  gap: 0.4rem;
  top: 5.6rem;
  left: 0;
  right: 0;
  z-index: 15;
  max-height: 30rem;
  padding: 1.2rem 1rem;
  border-radius: 1rem;
  box-shadow:
    0 0 0.2rem 0 rgba(0, 0, 0, 0.08),
    0 0.2rem 2.4rem 0 rgba(0, 0, 0, 0.08);
}

.selector_items.open {
  visibility: visible;
  opacity: 1;
}

.selector_items div {
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;

  padding: 1rem;
  border-radius: 0.8rem;

  color: var(--base-day-black, #000);
  font-family: "SFProRounded";
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.017rem;
}

.selector_items div:hover {
  background: var(--gray-morn-5, rgba(0, 28, 61, 0.05));
}

.selector_items div:active {
  background: var(--gray-morn-4, rgba(0, 28, 61, 0.1));
}

.selector_items div.selected {
  position: relative;
  background: var(--brand-day-additional, #DBD1FE);
  color: var(--base-day-white, #fff);
}

.selector_items div.selected::after {
  content: "";
  position: absolute;
  background-image: url("../../../../../../images/nezametno/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;

  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
}

.selector__input__placeholder {
  color: var(--gray-dusk-6, #aeaeb2);
}

.selector__input:hover {
  background-color: var(--gray-morn-3, #e5e5ea);
}

/* Breadcrumbs */

.breadcrumbs {
  display: flex;
  align-items: center;

  gap: 1.6rem;
  margin: 2.5rem 4rem 2rem 4rem;
}

.breadcrumbs__wrapper {
  display: flex;
  align-items: center;

  gap: 0.4rem;
}

.breadcrumbs__item {
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.3s ease-in-out;

  color: var(--gray-dusk-3, #636366);
  font-family: "SFProRounded";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.015rem;
}

.breadcrumbs__item:hover {
  color: var(--brand-day-additional, #DBD1FE);
}

.breadcrumbs__item:active {
  color: var(--brand-day-dark, #c30072);
}

.selected {
  color: var(--base-day-black, #000);
}

.breadcrumbs__icon {
  color: #636366;

  width: 1.8rem;
  height: 1.8rem;
}

.checkbox__regular,
.checkbox__compact {
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;

  color: var(--base-day-black, #000);
  font-family: "SFProRounded";
  font-weight: 400;
  line-height: 130%;
}

.checkbox__regular {
  gap: 1rem;
}

.checkbox__compact {
  gap: 1.2rem;
}

.checkbox__regular__text {
  font-size: 1.7rem;
  letter-spacing: 0.017rem;
}

.checkbox__compact__text {
  font-size: 1.5rem;
  letter-spacing: 0.015rem;
}

.checkbox__regular input,
.checkbox__compact input {
  position: absolute;
  opacity: 0;
}

.checkbox__regular__box,
.checkbox__compact__box {
  position: relative;
  background-color: transparent;
  transition:
    background-color 0.3s,
    border-color 0.3s;

  border: 0.2rem solid #c7c7cc;
  border-radius: 0.6rem;
}

.checkbox__regular__box {
  height: 2.4rem;
  width: 2.4rem;
}

.checkbox__compact__box {
  width: 2rem;
  height: 2rem;
}

.checkbox__regular:hover input ~ .checkbox__regular__box,
.checkbox__compact:hover input ~ .checkbox__compact__box {
  border-color: #aeaeb2;
}

.checkbox__regular:active input ~ .checkbox__regular__box,
.checkbox__compact:active input ~ .checkbox__compact__box {
  border-color: #8e8e93;
}

.checkbox__regular__box::after,
.checkbox__compact__box::after {
  content: url("../../../../../../images/nezametno/check.svg");
  position: absolute;
  display: none;
}

.checkbox__regular__box::after {
  top: 0;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
}

.checkbox__compact__box::after {
  top: 0;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
}

.checkbox__regular input:checked ~ .checkbox__regular__box,
.checkbox__compact input:checked ~ .checkbox__compact__box {
  background-color: #DBD1FE;
  border-color: #DBD1FE;
}

.checkbox__regular:hover input:checked ~ .checkbox__regular__box,
.checkbox__compact:hover input:checked ~ .checkbox__compact__box {
  background-color: #d3007b;
  border-color: #d3007b;
}

.checkbox__regular:active input:checked ~ .checkbox__regular__box,
.checkbox__compact:active input:checked ~ .checkbox__compact__box {
  background-color: #c30072;
  border-color: #c30072;
}

.checkbox__regular input:checked ~ .checkbox__regular__box::after,
.checkbox__compact input:checked ~ .checkbox__compact__box::after {
  display: block;
}

/* Tag */

.tag__large {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;

  padding: 0.8rem 1.2rem;
  border-radius: 0.8rem;

  font-family: "SFProRounded";
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.017rem;
}

.tag__medium {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;

  padding: 0.4rem 0.8rem;
  border-radius: 0.8rem;

  font-family: "SFProRounded";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.015rem;
}

.tag__small {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;

  padding: 0.2rem 0.6rem;
  border-radius: 0.4rem;

  font-family: "SFProRounded";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.013rem;
}

#tag__primary {
  background-color: var(--brand-day-additional, #DBD1FE);
  color: var(--base-day-white, #fff);
}

#tag__primary:hover {
  background-color: var(--brand-day-twilight, #d3007b);
}

#tag__primary:active {
  background-color: var(--brand-day-dark, #c30072);
}

#tag__secondary {
  background-color: var(
    --element-overlay-dark-day-1-op-005,
    rgba(0, 0, 0, 0.05)
  );
  color: var(--brand-day-additional, #DBD1FE);
}

#tag__secondary:hover {
  background-color: var(--element-overlay-dark-day-1-op-01, rgba(0, 0, 0, 0.1));
}

#tag__secondary:active {
  background-color: var(--element-overlay-dark-day-1-op-02, rgba(0, 0, 0, 0.2));
}

/* Pagination */

.pagination__default,
.pagination__compact {
  display: flex;

  gap: 0.4rem;
}

.pagination__default__btn,
.pagination__compact {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 4rem;
  height: 4rem;
  border-radius: 0.8rem;

  font-family: "SFProRounded";
  color: var(--base-day-black, #000);
  font-weight: 500;

  line-height: 130%;
}

.pagination__default__btn {
  font-size: 1.7rem;
  letter-spacing: 0.017rem;
}

.pagination__compact {
  font-size: 1.5rem;
  letter-spacing: 0.015rem;
}

.pagination__btn__selected {
  background-color: var(--brand-day-additional, #DBD1FE);
  color: var(--base-day-white, #fff);
}

.pagination__default__btn__icon {
  color: #000000;

  width: 2.4rem;
  height: 2.4rem;
}

.pagination__compact__btn__icon {
  color: #000000;

  width: 2.2rem;
  height: 2.2rem;
}

.pagination__default__wrapper,
.pagination__compact__wrapper {
  display: flex;

  gap: 0.4rem;
}

@media screen and (max-width: 768px) {
  #btn__style__primary:hover {
    background-color: var(--brand-day-additional, #DBD1FE);
  }

  #btn__style__secondary:hover {
    background-color: var(--gray-morn-5, rgba(0, 28, 61, 0.05));
  }

  #btn__style__tertiary:hover {
    background-color: transparent;
  }

  .breadcrumbs {
    overflow-x: scroll;

    margin: 1.2rem 0 4rem;
    padding-inline: 2rem;
  }

  #tag__primary:hover {
    background-color: var(--brand-day-additional, #DBD1FE);
  }

  #tag__secondary:hover {
    background-color: var(
      --element-overlay-dark-day-1-op-005,
      rgba(0, 0, 0, 0.05)
    );
  }
}

/* End */

/* Start:/bitrix/templates/zametno/assets/css/template.css?172957375724332*/
/* Щапка */

.header {
  position: fixed;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;

  top: 0;
  z-index: 5;
  width: 100%;
  height: 8.4rem;
  padding-inline: 4rem;
  border-radius: 2.4rem;
}

.header__left {
  width: 60px;
  height: 60px;

  z-index: 10;
}

.header__mid {
  display: flex;

  gap: 2.4rem;
}

.header__mid.active,
.header__mid__dropdown.active {
  left: 0;
}

.header__mid__wrapper {
  position: relative;
}

.header__mid__dropdown {
  position: absolute;
  display: none;
  flex-direction: column;
  white-space: nowrap;
  background-color: #fafafa;

  top: 5.35rem;
  gap: 0.8rem;
  padding: 1.6rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.15);
  border-radius: 1.2rem;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.07);

  opacity: 0;
}

.header__mid__dropdown__btn {
  display: none;
}

.header__mid__dropdown__btn span {
  font-weight: 500;
}

.header__mid__dropdown__btn__icon {
  color: #000;

  width: 2.4rem;
  height: 2.4rem;
  transform: rotate(90deg);
}

.header__mid__dropdown .link__small {
  color: #464646;
}

.header__mid__contacts {
  display: none;
}

.header__mid__contacts__container {
  display: flex;

  gap: 8.7rem;
}

.header__mid__contacts__buttons {
  display: flex;
  flex-direction: column;

  gap: 1rem;
}

.header__mid__contacts__buttons__call__mobile {
  display: none;
}

.header__mid__contacts__buttons__link {
  width: 100%;

  transition: all 0.3s ease-in-out;

  color: #039be5;
  border: solid 0.1rem #039be5;
}

.header__mid__contacts__buttons__link:hover {
  background-color: var(--gray-morn-5, rgba(0, 28, 61, 0.1));
}

.header__mid__contacts__buttons__link:active {
  background-color: var(--gray-morn-5, rgba(0, 28, 61, 0.15));
}

.header__mid__contacts__wrapper {
  display: flex;
  flex-direction: column;

  gap: 1.2rem;
}

.header__mid__contacts__title {
  color: var(--gray-dusk-4, #79797d);
  font-weight: 500;
}

.header__mid__contacts__wrapper .link__large {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.018rem;
}

.header__right {
  display: flex;
  align-items: center;

  gap: 2.4rem;
}

.header__right__search__icon {
  cursor: pointer;

  width: 2.4rem;
  height: 2.4rem;
}

.header__right__search__panel {
  position: absolute;
  display: flex;
  flex-direction: column;
  transition: top 0.4s ease;

  top: -100%;
  left: 0;
  width: 100%;
}

.header__right__search__panel.active {
  top: 0;
}

.header__right__search__panel__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--card-light-1, #fafafa);

  padding: 2rem 4rem 2rem 41.1rem;
}

.header__right__search__panel__wrapper .input__large {
  width: 121.7rem;
  padding-left: 4.4rem;
}

.header__right__search__panel__items {
  display: none;
  background-color: var(--card-light-1, #fafafa);

  opacity: 0;

  gap: 5.6rem;
  padding: 4rem 4rem 12rem 4rem;
  border-radius: 0 0 2.4rem 2.4rem;
}

.header__right__search__panel__items__rec {
  display: flex;
  flex-direction: column;

  gap: 3.2rem;
  min-width: 25.7rem;
  max-width: 25.7rem;
}

.header__right__search__panel__items__rec__wrapper {
  display: flex;
  flex-direction: column;

  gap: 1.2rem;
}

.header__right__search__panel__items__wrapper {
  display: flex;

  gap: 2rem;
}

.header__right__search__panel__items__item {
  display: flex;
  flex-direction: column;
  background-color: var(--base-day-white, #fff);

  width: 36.7rem;
  height: auto;
  padding: 1.6rem;
  border-radius: 1.6rem;
  gap: 2rem;
}

.header__right__search__panel__items__item__img {
  object-fit: cover;

  width: 100%;
  height: 15.5rem;
  border-radius: 1.2rem;
}

.header__right__search__panel__items__item__desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  gap: 2rem;
  height: 100%;
}

.header__right__search__panel__items__item__desc__wrapper {
  display: flex;
  flex-direction: column;

  gap: 1.2rem;
}

.header__right__search__panel__items__item__desc__tags {
  display: flex;
  flex-direction: column;

  gap: 0.4rem;
}

.header__right__search__panel__items__item__desc__tags .tag__large {
  width: fit-content;
}

.header__right__search__panel__items__item__desc__tags__link {
  display: flex;

  gap: 0.4rem;
}

.header__right__search__panel__items__item__desc__tags__link__text {
  color: var(--brand-day-additional, #DBD1FE);
  font-weight: 400;
}

.header__right__search__panel__items__item__desc__text {
  display: flex;
  flex-direction: column;

  gap: 2.4rem;
}

.header__right__search__panel__items__item__desc__text p {
  color: var(--gray-dusk-4, #79797d);
}

.header__right__search__panel__items__item__desc__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__right__search__panel__items__item__desc__price__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header__right__search__panel__items__item__desc__price__sale {
  color: var(--gray-dusk-4, #79797d);
  font-family: "TenorSansRegular";
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.024rem;
  text-decoration-line: line-through;
}

.header__right__buttons {
  display: flex;

  gap: 0.8rem;
}

.header__right__buttons__link {
  transition: all 0.3s ease-in-out;

  color: #039be5;
  border: solid 0.1rem #039be5;
}

.header__right__buttons__link:hover {
  background-color: var(--gray-morn-5, rgba(0, 28, 61, 0.1));
}

.header__right__buttons__link:active {
  background-color: var(--gray-morn-5, rgba(0, 28, 61, 0.15));
}

.call__modal {
  position: fixed;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  display: none;
  align-items: center;
  justify-content: center;

  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.call__modal__form {
  background-color: var(--base-day-white, #fff);
  display: flex;
  flex-direction: column;

  width: 60rem;
  padding: 2.4rem;
  border-radius: 3.2rem;
  gap: 3.2rem;
}

.call__modal__form__top {
  display: flex;
  justify-content: space-between;
}

.call__modal__form__top__wrapper {
  display: flex;
  flex-direction: column;

  gap: 0.8rem;
}

.call__modal__form__top__text {
  color: var(--gray-dusk-4, #79797d);
}

.call__modal__form__top__btn {
  height: fit-content;
}

.call__modal__form__inputs {
  display: flex;
  flex-direction: column;

  gap: 1.6rem;
}

.header__right__menu {
  position: relative;
  display: none;
  flex-direction: column;
  align-items: center;

  width: 4.4rem;
  height: 4.4rem;
  border-radius: 1.2rem;
}

.header__right__menu__line {
  position: absolute;
  background-color: #fff;
  transition: all 0.3s ease-in-out;

  width: 1.8rem;
  height: 0.2rem;
  border-radius: 0.1rem;
}

.header__right__menu__line:first-child {
  top: 1.7rem;
}

.header__right__menu__line:last-child {
  top: 2.5rem;
}

.header__right__menu.active .header__right__menu__line:first-child {
  transform: rotate(45deg);
  top: 50%;
}

.header__right__menu.active .header__right__menu__line:last-child {
  transform: rotate(-45deg);
  top: 50%;
}

/* Подвал */

.footer {
  display: flex;
  flex-direction: column;

  padding: 0 4rem 1.6rem 4rem;
  gap: 3.5rem;
}

.footer__top {
  display: flex;
  justify-content: space-between;
}

.footer__top__left {
  display: flex;
  flex-direction: column;

  gap: 2rem;
}

.footer__top__left__wrapper {
  display: flex;
  flex-direction: column;

  gap: 2rem;
}

.footer__top__left__logo {
  width: 26.9062rem;
  height: 4.9rem;
}

.footer__top__left__btn {
  display: flex;

  gap: 1.2rem;
}

.footer__top__left__btn__link {
  transition: all 0.3s ease-in-out;

  color: #039be5;
  border: solid 0.1rem #039be5;
}

.footer__top__left__btn__link:hover {
  background-color: var(--gray-morn-5, rgba(0, 28, 61, 0.1));
}

.footer__top__left__btn__link:active {
  background-color: var(--gray-morn-5, rgba(0, 28, 61, 0.15));
}

.footer__top__left__files {
  display: flex;
  flex-direction: column;

  gap: 0.4rem;
}

.footer__top__left__files__file {
  cursor: pointer;
  display: flex;
  align-items: center;

  padding-block: 0.8rem;
  gap: 1.2rem;
}

.footer__top__left__files__file__icon__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--gray-morn-5, rgba(0, 28, 61, 0.05));

  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.8rem;
}

.footer__top__left__files__file__icon {
  color: #DBD1FE;

  width: 1.8rem;
  height: 1.8rem;
}

.footer__top__left__files__file__desc {
  display: flex;
  align-items: center;

  gap: 0.8rem;
}

.footer__top__left__files__file__desc__title {
  color: var(--base-day-black, #000);
  font-weight: 500;
}

.footer__top__left__files__file__desc__size {
  color: var(--gray-dusk-4, #79797d);
  font-weight: 400;
}

.footer__top__mid,
.footer__top__mid__wrapper {
  display: flex;
  flex-direction: column;

  gap: 1.2rem;
}

.footer__top__mid__title {
  color: var(--gray-dusk-4, #79797d);
  font-weight: 500;
}

.footer__top__right {
  display: flex;
  flex-direction: column;

  gap: 3.4rem;
}

.footer__top__right__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;

  gap: 1.6rem;
}

.footer__top__right__title {
  color: var(--gray-dusk-4, #79797d);
  font-weight: 400;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
}

.footer__bottom__text {
  color: var(--gray-dusk-4, #79797d);
  font-weight: 400;
}

.footer__bottom__wrapper {
  display: flex;

  gap: 2.4rem;
}

#footer__bottom__link {
  color: var(--gray-dusk-4, #79797d);
}

/* Форма обратной связи */

.form {
  display: flex;
  justify-content: space-between;

  margin: 0 4rem 16rem 4rem;
}

.form__wrapper {
  display: flex;
  flex-direction: column;

  width: 75.4rem;
  gap: 10rem;
}

.form__desc {
  display: flex;
  flex-direction: column;

  gap: 2rem;
}

.form__info {
  display: flex;
  flex-direction: column;

  width: 60rem;
  gap: 6rem;
}

.form__info__selectors {
  display: flex;
  flex-direction: column;

  gap: 1.2rem;
}

.form__info__desc {
  display: flex;
  flex-direction: column;

  gap: 4rem;
}

.form__info__desc__wrapper {
  display: flex;
  flex-direction: column;

  gap: 3.2rem;
}

.form__info__desc__more {
  display: flex;

  gap: 13.4rem;
}

.form__info__desc__more__wrapper {
  display: flex;
  flex-direction: column;

  gap: 2.7rem;
}

.form__info__desc__more__item {
  display: flex;
  flex-direction: column;

  gap: 0.8rem;
}

.form__info__desc__more__item__title {
  color: var(--gray-dusk-4, #79797d);
  font-weight: 400;
}

.form__info__desc__more__item__text {
  color: var(--base-day-black, #000);
  font-weight: 400;
}

.form__map {
  overflow: hidden;

  width: 106.5rem;
  border-radius: 2.4rem;
}

/* Карточка отзывов */

.review__card {
  display: flex;
  justify-content: space-between;
  background-color: var(--card-light-1, #fafafa);

  width: 100%;
  border-radius: 1.6rem;
  padding: 2rem;
}

.review__card__desc {
  display: flex;

  gap: 1.2rem;
}

.review__card__desc__icon {
  width: 4.8rem;
  height: 4.8rem;
}

.review__card__desc__wrapper {
  display: flex;
  flex-direction: column;

  gap: 1.6rem;
  min-width: 32rem;
  max-width: 35.3rem;
}

.review__card__desc__client {
  display: flex;
  flex-direction: column;

  gap: 0.4rem;
}

.review__card__desc__client__tag {
  display: flex;

  gap: 0.4rem;
}

.review__card__desc__text {
  color: var(--gray-dusk-3, #636366);
}

.review__card__grade {
  display: flex;
  flex-direction: column;
  align-items: flex-end;

  gap: 0.4rem;
}

.review__card__grade__text {
  white-space: nowrap;
  color: var(--gray-dusk-5, #8e8e93);
  font-weight: 400;
}

/* Звезды оценка */

.stars {
  display: flex;
}

.stars__star {
  width: 2.4rem;
  height: 2.4rem;

  color: #79797d;
}

.stars__star.active {
  color: #ff941a;
}

/* Компонент pagination */

.pagination {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 137.6rem;
  gap: 4rem;
}

.pagination__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 2.4rem;
  width: 100%;
}

.pagination__cards {
  display: flex;
  flex-direction: column;

  width: 100%;
}

/* Шаблон карточки услуг */

.services__item {
  display: flex;
  flex-direction: column;
  background-color: var(--card-light-1, #fafafa);

  width: 100%;
  height: auto;
  border-radius: 1.6rem;
  gap: 2.4rem;
  padding-bottom: 2.4rem;
}

.services__item__desc__title {
  transition: color 0.3s ease-in-out;
}

.services__item:hover .services__item__desc__title {
  color: var(--brand-day-additional, #DBD1FE);
}

.services__item:active .services__item__desc__title {
  color: var(--brand-day-dark, #c30072);
}

.services__item__img {
  background-color: var(--gray-morn-1, #c7c7cc);
  object-fit: cover;

  width: 100%;
  height: 31.8rem;
  border-radius: 0.8rem;
}

.services__item__desc {
  display: flex;
  flex-direction: column;

  gap: 0.8rem;
  margin-inline: 2.4rem;
}

.services__item__desc__text {
  color: var(--gray-dusk-4, #79797d);
}

/* Карточка услуги акции */

.sale__card {
  display: flex;
  flex-direction: column;
  background-color: var(--card-light-1, #fafafa);

  flex: 1;
  height: auto;
  border-radius: 1.6rem;
  padding-bottom: 2.4rem;
  gap: 2.4rem;
}

.sale__card__img {
  object-fit: cover;

  width: 100%;
  min-height: 31.8rem;
  max-height: 31.8rem;
  border-radius: 0.8rem;
}

.sale__card__desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  gap: 1.6rem;
  height: 100%;
  padding-inline: 2.4rem;
}

.sale__card__desc .btn__size__small {
  width: fit-content;
}

.sale__card__desc__wrapper {
  display: flex;
  flex-direction: column;

  gap: 1.2rem;
}

.sale__card__desc__tag {
  display: flex;
  flex-wrap: wrap;

  gap: 1.2rem;
}

.sale__card__desc__text {
  display: flex;
  flex-direction: column;

  width: 36rem;
  gap: 0.4rem;
}

.sale__card__desc__text__paragraph {
  color: var(--gray-dusk-4, #79797d);
}

/* Обертка раздела Выгодные предложения */

.offers {
  display: flex;
  flex-direction: column;

  gap: 2rem;
  margin: 0 19.5rem 16rem;
}

.offers__wrapper {
  display: flex;

  gap: 2rem;
}

.offers__wrapper__column {
  display: flex;
  flex-direction: column;

  gap: 1.6rem;
}

/* Карточка услуги  */

.service__card {
  display: flex;
  flex-direction: column;
  background-color: var(--card-light-1, #fafafa);

  flex: 1;
  padding-bottom: 2.4rem;
  gap: 2.4rem;
  border-radius: 1.6rem;
}

.service__card__img {
  object-fit: cover;

  height: 31.8rem;
  border-radius: 0.8rem;
}

.service__card__desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding-inline: 2.4rem;
  gap: 1.6rem;
  height: 100%;
}

.service__card__desc__wrapper {
  display: flex;
  flex-direction: column;

  gap: 1.2rem;
  width: 36rem;
}

.service__card__desc__tags {
  display: flex;

  gap: 1.2rem;
}

.service__card__desc__text {
  display: flex;
  flex-direction: column;

  gap: 0.4rem;
}

.service__card__desc__text__paragraph {
  color: var(--gray-dusk-4, #79797d);
}

.service__card__desc__link {
  display: flex;

  gap: 0.4rem;
}

.service__card__desc__link__text {
  color: var(--brand-day-additional, #DBD1FE);
  font-weight: 400;
}

.service__card__desc__btn {
  display: flex;

  gap: 0.4rem;
}

/* Карточка подарочные сертификаты */

.present__card {
  display: flex;
  flex-direction: column;
  background-color: var(--card-light-1, #fafafa);

  flex: 1;
  gap: 2.4rem;
  padding-bottom: 2.4rem;
  border-radius: 1.6rem;
}

.present__card__img {
  object-fit: cover;

  width: 100%;
  height: 31.8rem;
  border-radius: 0.8rem;
}

.present__card__desc {
  display: flex;
  flex-direction: column;

  gap: 1.6rem;
  padding-inline: 2.4rem;
}

.present__card__desc__wrapper {
  display: flex;
  flex-direction: column;

  gap: 0.4rem;
}

.present__card__desc__price,
.present__card__desc__title {
  color: var(--base-day-black, #000);
}

/* Карточка абонемента */

.subscription__card {
  display: flex;
  flex-direction: column;
  background-color: var(--card-light-1, #fafafa);

  flex: 1;
  gap: 2.4rem;
  padding-bottom: 2.4rem;
  border-radius: 1.6rem;
}

.subscription__card__img {
  object-fit: cover;

  width: 100%;
  height: 31.8rem;
  border-radius: 0.8rem;
}

.subscription__card__desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  gap: 1.6rem;
  padding-inline: 2.4rem;
}

.subscription__card__desc__wrapper {
  display: flex;
  flex-direction: column;

  gap: 0.4rem;
}

/* Карточка вакансии */

.vacancy__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--card-light-1, #fafafa);

  width: 100%;
  height: 30rem;
  padding: 4rem;
  border-radius: 1.6rem;
}

.vacancy__card__desc {
  display: flex;
  justify-content: space-between;
}

.vacancy__card__desc__wrapper {
  display: flex;
  flex-direction: column;

  gap: 2rem;
}

.vacancy__card__desc__title {
  color: var(--base-day-black, #000);
}

.vacancy__card__desc__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;

  width: 66.2rem;

  color: var(--gray-dusk-4, #79797d);
}

.vacancy__card__enroll {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.vacancy__card__enroll__tags {
  display: flex;
  gap: 1.2rem;
}

@media screen and (max-width: 768px) {
  .header {
    height: 9rem;
    padding-inline: 2rem;
    border-radius: 0;
  }

  .header__left {
    width: 50px;
    height: 50px;
  }

  .header__mid {
    position: fixed;
    flex-direction: column;
    background-color: #fff;
    transition: left 0.4s ease;

    width: 100vw;
    height: calc(100vh - 9rem);
    left: 100vw;
    top: 9rem;
    bottom: 0;
    z-index: 5;
    padding: 1.8rem 2rem 0;
  }

  .header__mid .link__large {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.017rem;
  }

  .header__mid__wrapper .link__wrapper {
    justify-content: space-between;

    width: 100%;
  }

  .header__mid__wrapper .link__icon {
    width: 2.4rem;
    height: 2.4rem;
    transform: rotate(-90deg);
  }

  .header__mid__dropdown {
    position: fixed;
    display: flex;
    background-color: #fff;
    transition: left 0.4s ease;

    width: 100vw;
    height: calc(100vh - 9rem);
    padding: 3rem 2rem 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    gap: 2.4rem;
    left: 100vw;
    top: 9rem;
    bottom: 0;
    z-index: 7;

    opacity: 1;
  }

  .header__mid__dropdown__btn {
    display: flex;
    align-items: center;

    width: fit-content;
    gap: 1.2rem;
    margin-bottom: 1.6rem;
  }

  .header__mid__dropdown__btn span {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.017rem;
  }

  .header__mid__dropdown .link__small {
    color: var(--base-day-black, #000);
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.017rem;
  }

  .header__mid__contacts {
    position: absolute;
    display: flex;
    flex-direction: column;

    width: 39rem;
    bottom: 8rem;
    gap: 7.6rem;
    z-index: 10;
  }

  .header__mid__contacts .link__large {
    font-size: 1.8rem;
    letter-spacing: 0.018rem;
  }

  .header__right {
    gap: 1rem;
  }

  .header__right__search__panel {
    z-index: 20;
  }

  .header__right__search__panel__wrapper {
    padding: 2rem;
  }

  .header__right__search__panel__wrapper .input__large {
    width: 27.8rem;
  }

  .header__right__search__panel__items {
    flex-direction: column;
    overflow-y: auto;

    gap: 4rem;
    height: 84.6rem;
    padding: 2rem;
    border-radius: 0;
  }

  .header__right__search__panel__items__rec {
    min-width: 100%;
    max-width: 100%;
  }

  .header__right__search__panel__items__wrapper {
    flex-direction: column;
  }

  .header__right__search__panel__items__item {
    width: 100%;
  }

  .header__right__buttons__link {
    display: none;
  }

  .header__right__buttons__link:hover {
    background-color: var(--gray-morn-5, rgba(0, 28, 61, 0.05));
  }

  .header__right__menu {
    display: flex;
  }

  .footer {
    padding: 0 2rem 2.3rem;
    gap: 10rem;
  }

  .footer__top {
    flex-direction: column;
    justify-content: flex-start;
  }

  .footer__top__left {
    margin-bottom: 3rem;
    gap: 0;
  }

  .footer__top__left__wrapper {
    gap: 4rem;
  }

  .footer__top__left__logo {
    width: 100px;
    height: 100px;
  }

  .footer__top__left__btn {
    white-space: nowrap;
  }

  .footer__top__left__btn__link {
    padding-inline: 1.2rem;
  }

  .footer__top__left__files {
    display: none;
  }

  .footer__top__mid__wrapper {
    flex-direction: row;
  }

  .footer__top__mid:nth-child(2),
  .footer__top__mid:nth-child(3) {
    display: none;
  }

  .footer__top__right {
    margin-top: 4rem;
    gap: 4rem;
  }

  .footer__top__right__wrapper {
    align-items: flex-start;
  }

  .footer__top__right__text {
    font-size: 2.8rem;
    letter-spacing: -0.028rem;
  }

  .footer__bottom {
    flex-direction: column;
    justify-content: flex-start;

    gap: 2rem;
  }

  .footer__bottom__wrapper {
    flex-direction: column;

    gap: 2rem;
  }

  .form {
    flex-direction: column;
    justify-content: flex-start;

    gap: 4rem;
    margin: 0 2rem 10rem;
  }

  .form__wrapper {
    width: 100%;
    gap: 4rem;
  }

  .form__desc {
    gap: 4rem;
  }

  .form__desc__title {
    width: 35.8rem;

    font-size: 3rem;
    letter-spacing: -0.03rem;
  }

  .form__info {
    width: 100%;
    gap: 4.9rem;
  }

  .form__info__desc {
    position: relative;

    gap: 0;
  }

  .form__info__desc__title {
    font-size: 3rem;
    letter-spacing: -0.03rem;
  }

  .form__info__desc__more {
    justify-content: space-between;

    gap: 0;
  }

  .form__info__desc__more__wrapper {
    gap: 4rem;
  }

  .form__info__desc__more__item__title {
    font-size: 1.4rem;
    letter-spacing: 0.014rem;
  }

  .form__info__desc__more__item__text {
    font-size: 1.6rem;
    letter-spacing: 0.016rem;
  }

  .form__info__desc__btn {
    position: absolute;

    bottom: 0;
    right: 0;
  }

  .form__map {
    width: 100%;
    height: 45rem;
  }

  .pagination {
    width: 100%;
  }

  .pagination__wrapper {
    gap: 4rem;
  }

  .services__item {
    height: auto;
    gap: 2.1rem;
  }

  .services__item__desc {
    margin-inline: 1.4rem;
  }

  .sale__card {
    min-width: 39rem;
    height: auto;
    padding-bottom: 2.1rem;
    gap: 2.1rem;
  }

  .sale__card__desc {
    gap: 2.1rem;
    padding-inline: 1.4rem;
  }

  .sale__card__desc .btn__size__small {
    width: 100%;
  }

  .sale__card__desc__wrapper {
    gap: 2rem;
  }

  .sale__card__desc__tag {
    gap: 0.4rem;
  }

  .sale__card__desc__text {
    width: 100%;
    gap: 0.8rem;
  }

  .sale__card__desc__btn {
    width: 100%;
    padding: 1.05rem 2rem 1.15rem 2rem;
    border-radius: 1.2rem;

    font-size: 1.7rem;
    letter-spacing: 0.017rem;
  }

  .offers {
    margin: 0 0 10rem;
  }

  .offers__title {
    margin-left: 2rem;

    font-size: 3.6rem;
    letter-spacing: -0.036rem;
  }

  .offers__wrapper {
    overflow-x: scroll;

    width: 100%;
    padding-inline: 2rem;
    gap: 0.8rem;
  }

  .service__card {
    width: 39rem;
  }

  .present__card {
    min-width: 39rem;
  }

  .present__card__desc__btn {
    width: 100%;
    padding: 1.05rem 2rem 1.15rem 2rem;
    border-radius: 1.2rem;

    font-size: 1.7rem;
    letter-spacing: 0.017rem;
  }

  .subscription__card {
    min-width: 39rem;
  }

  .subscription__card__desc__btn {
    width: 100%;
    padding: 1.05rem 2rem 1.15rem 2rem;
    border-radius: 1.2rem;

    font-size: 1.7rem;
    letter-spacing: 0.017rem;
  }

  .vacancy__card {
    justify-content: flex-start;

    height: auto;
    padding: 4rem 2rem;
    gap: 4rem;
  }

  .vacancy__card__desc {
    flex-direction: column;
    justify-content: flex-start;

    gap: 4rem;
  }

  .vacancy__card__desc__text {
    -webkit-line-clamp: 5;
    line-clamp: 5;

    width: 100%;
  }

  .vacancy__card__enroll {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

    gap: 2rem;
  }

  .vacancy__card__enroll__btn {
    width: 100%;
  }

  .header__right__buttons__call {
    display: none;
  }

  .call__modal__form {
    width: 100;
    height: 100%;
    border-radius: 0;
    padding: 3rem 2rem 4.4rem;
  }

  .call__modal__form__top {
    flex-direction: column-reverse;
    align-items: flex-end;

    gap: 20.4rem;
  }

  .call__modal__form__top__wrapper {
    width: 100%;
  }

  .call__modal__form__btn {
    margin-top: 18rem;
  }

  .header__mid__contacts__buttons__call__mobile {
    display: flex;

    transition: background-color 0.3s ease-in-out;

    color: #fff;
    background-color: var(--brand-day-additional, #DBD1FE);
  }

  .header__mid__contacts__buttons__call__mobile:active {
    display: flex;

    transition: background-color 0.3s ease-in-out;

    color: #fff;
    background-color: var(--brand-day-dark, #c30072);
  }
}

/* End */

/* Start:/bitrix/templates/zametno/assets/css/main.css?172956373277568*/
/* Главная страница */

.main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  margin-inline: 4rem;
  padding: 2.4rem 2.4rem 3.2rem 2.4rem;
  height: 90rem;
}

.main__services {
  display: flex;
  justify-content: space-between;
}

.main__services__wrapper {
  display: flex;

  gap: 2rem;
}

.main__services__service {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 0.8rem;
  width: 12rem;
}

.main__services__service .main__services__service__title {
  color: #fff;
}
.main__services__service:hover .main__services__service__title {
  color: var(--brand-day-additional, #DBD1FE);
}
.main__services__service:active .main__services__service__title {
  color: var(--brand-day-dark, #c30072);
}

.main__services__service__img {
  object-fit: cover;

  width: 100%;
  height: 12rem;
  border-radius: 50%;
}

.main__services__service__title {
  text-align: center;
  transition: color 0.3s ease-in-out;

  color: var(--base-day-black, #000);
  font-weight: 400;
}

.main__video {
  position: absolute;
  object-fit: cover;
  pointer-events: none;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 1.6rem;
}

.video-desktop {
  display: block;
}

.video-mobile {
  display: none;
}

.main__desc {
  display: flex;
  flex-direction: column;

  gap: 1.6rem;
}

.main__desc__text {
  color: var(--base-day-black, #fff);
  font-weight: 500;
}

.main__desc__title {
  width: 92.9rem;
  color: var(--base-day-black, #fff);
}

.services {
  position: relative;
  display: flex;
  justify-content: space-between;

  margin: 0 0 16rem 4rem;
}

.services__desc {
  position: sticky;
  display: flex;
  flex-direction: column;

  top: 8.4rem;
  gap: 4rem;
  padding-top: 7.2rem;
  height: fit-content;
}

.services__desc__wrapper {
  display: flex;
  flex-direction: column;

  gap: 2.4rem;
}

.services__desc__text {
  width: 44.5rem;

  color: var(--gray-dusk-4, #79797d);
}

.services__list {
  display: flex;
  flex-direction: column;
}

.services__list__service {
  display: flex;
  align-items: center;

  width: 126.2rem;
  gap: 2rem;
  border-bottom: 0.1rem solid var(--gray-morn-2, #d1d1d6);
}

.services__list__service__img {
  object-fit: cover;

  width: 60rem;
  height: 60rem;
  border-radius: 2.4rem;
  border: 0.1rem solid var(--gray-morn-2, #d1d1d6);
}

.services__list__service__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  width: 60rem;
  min-height: 51rem;
  height: auto;
  gap: 2rem;
}

.services__list__service__desc {
  display: flex;
  flex-direction: column;

  width: 44.5rem;
  gap: 2.2rem;
}

.services__list__service__desc__wrapper {
  display: flex;
  flex-direction: column;

  gap: 1.6rem;
}

.services__list__service__desc__text {
  color: var(--gray-dusk-4, #79797d);
}

.services__list__service__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.about {
  display: flex;
  flex-direction: column;
  align-items: center;

  margin: 0 4rem 16rem 4rem;
  gap: 8rem;
}

.about__desc {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 2.4rem;
}

.about__desc__text {
  width: 44.5rem;

  text-align: center;
  color: var(--gray-dusk-4, #79797d);
}

.about__container {
  display: flex;
  justify-content: space-between;

  width: 100%;
}

.about__accordion {
  display: flex;
  flex-direction: column;

  width: 78.8rem;
}

.about__accordion__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;

  gap: 0.8rem;
}

.about__accordion__item__text {
  width: 53.2rem;

  color: var(--gray-dusk-4, #79797d);
}

.about__accordion__item__img {
  display: none;
  object-fit: cover;

  width: 100%;
  height: 41.2rem;
  border-radius: 2.4rem;
  border: solid 0.1rem var(--gray-morn-2, #d1d1d6);
}

.about__accordion__line {
  background-color: #c7c7cc;

  width: 100%;
  height: 0.1rem;
  margin-block: 2.4rem;
}

.about__accordion__item__content {
  display: flex;
  flex-direction: column;
}

.about__accordion__item__content__btn {
  display: flex;
  align-items: center;

  width: fit-content;
  gap: 0.4rem;
  padding: 1.05rem 0 1.15rem 0;

  color: var(--gray-dusk-4, #79797d);
  font-family: "SFProRounded";
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.017rem;
}

.about__accordion__item__content__btn .btn__icon {
  transition: transform 0.3s ease-in-out;

  width: 2.2rem;
  height: 2.2rem;
}

.about__accordion__item__content__btn .btn__icon.rotated {
  transform: rotate(45deg);
}

.about__accordion__item__content__subcontent {
  display: none;
}

.about__accordion__item__content__subcontent.visible {
  display: flex;
}

.about__carousel {
  display: flex;
  flex-direction: column;

  width: 91rem;
  gap: 2rem;
}

.about__carousel__wrapper {
  position: relative;

  width: 91rem;
  height: 91rem;
}

.about__carousel__image {
  position: absolute;
  background-color: var(--gray-morn-1, #c7c7cc);

  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;

  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.4rem;
}

.about__carousel__image.active {
  opacity: 1;
}

.about__carousel__thumbnails {
  display: flex;
  justify-content: flex-end;

  gap: 0.8rem;
}

.about__carousel__thumbnails__thumbnail {
  cursor: pointer;
  object-fit: cover;
  transition: opacity 0.3s ease;
  opacity: 1;

  width: 13.5rem;
  height: 7.8rem;
  border-radius: 0.8rem;
}

.about__carousel__thumbnails__thumbnail.active {
  opacity: 0.6;
}

.benefit {
  display: flex;
  flex-direction: column;

  margin: 0 4rem 16rem;
  gap: 4rem;
}

.benefit__desc {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.benefit__wrapper {
  display: flex;

  gap: 2rem;
}

.benefit__item {
  position: relative;
  display: flex;
  justify-content: center;

  width: 50%;
  height: 109.3rem;
  border-radius: 2.4rem;
  padding-block: 18rem 8rem;
}

.benefit__item__img {
  position: absolute;
  object-fit: cover;
  filter: brightness(50%);

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.4rem;

  z-index: -1;
}

.benefit__item__desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;

  gap: 2rem;
}

.benefit__item__desc__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 1.2rem;
}

.benefit__item__desc__title {
  color: #fff;
  text-align: center;
  width: 60rem;
}

.benefit__item__desc__text {
  width: 42.7rem;

  text-align: center;
}

.works {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 2.8rem;
  margin-bottom: 16rem;
}

.works__desc {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 3.2rem;
}

.works__desc__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 1.6rem;
}

.works__desc__text {
  width: 44.5rem;

  text-align: center;
  color: var(--gray-dusk-4, #79797d);
}

.works__carousel {
  display: flex;
  flex-direction: column;

  gap: 1.6rem;
  width: 100%;
}

.works__carousel__btn {
  display: flex;
  justify-content: flex-end;

  margin-inline: 4rem;
}

.works__carousel__btn__wrapper {
  display: flex;

  gap: 0.4rem;
}

.works__carousel__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 2.4rem;
}

.works__carousel__track {
  overflow-x: hidden;

  width: 100%;
}

.works__carousel__track__items {
  display: flex;

  width: fit-content;
  gap: 2rem;
  padding-inline: 4rem;
}

.works__carousel__track__items__item {
  object-fit: cover;

  min-width: 75.5rem;
  height: 46.9rem;
  border-radius: 2.4rem;
}

.works__carousel__line {
  position: relative;
  background-color: var(--gray-morn-3, #e5e5ea);

  width: 70.3rem;
  height: 0.2rem;
  border-radius: 0.1rem;
}

.works__carousel__line__bar {
  position: absolute;
  background-color: var(--brand-day-additional, #DBD1FE);

  top: 0;
  left: 0;
  height: 0.2rem;
  border-radius: 0.1rem;
  transition: all 0.5s ease-in-out;
}

/* Страница услуг */

.services__page {
  display: flex;
  flex-direction: column;

  gap: 2.8rem;
  margin: 0 4rem 16rem 4rem;
}

.services__page__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 44.5rem);

  gap: 2rem;
}

/* Страница услуги */

.service__page {
  display: flex;
  flex-direction: column;

  margin: 0 4rem 16rem;
  gap: 2.8rem;
}

.service__page__about {
  display: flex;
  justify-content: space-around;

  gap: 2rem;
}

.service__page__about__filter__container {
  display: flex;
  flex-direction: column;
  position: sticky;

  top: 8.4rem;
  width: 44.3rem;
  height: fit-content;
}

.service__page__about__filter__button {
  display: none;
}

.service__page__about__filter__button__close {
  display: none;
}

.service__page__about__filter {
  display: flex;
  flex-direction: column;

  width: 100%;
  gap: 2rem;
}

.service__page__about__filter__wrapper {
  display: flex;
  flex-direction: column;
  background-color: var(--card-light-1, #fafafa);

  padding: 2rem 2.4rem;
  border-radius: 1.6rem;
  gap: 2.4rem;
}

.service__page__about__filter__desc {
  display: flex;
  flex-direction: column;

  gap: 2rem;
}

.service__page__about__filter__desc__selectors,
.service__page__about__filter__desc__selectors__wrapper {
  display: flex;
  flex-direction: column;

  gap: 1.2rem;
}

.service__page__about__filter__desc__checkbox {
  display: flex;
  flex-direction: column;

  gap: 1rem;
}

.service__page__about__filter__desc__checkbox__wrapper {
  display: flex;
  flex-direction: column;

  gap: 1.2rem;
}

.service__page__about__cards {
  gap: 1.6rem;
}

.service__page__about__cards__card {
  display: flex;
  background-color: var(--card-light-1, #fafafa);

  width: 100%;
  gap: 2rem;
  border-radius: 1.6rem;
  padding: 1.6rem;
}

.service__page__about__cards__card__img {
  object-fit: cover;

  min-width: 23.3rem;
  max-width: 23.3rem;
  height: 23.3rem;
  border-radius: 1.2rem;
}

.service__page__about__cards__card__wrapper {
  display: flex;
  justify-content: space-between;

  width: 100%;
}

.service__page__about__cards__card__desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  width: 48.5rem;
}

.service__page__about__cards__card__desc__wrapper {
  display: flex;
  flex-direction: column;

  gap: 0.8rem;
}

.service__page__about__cards__card__desc__title {
  transition: color 0.3s ease-in-out;
}

.service__page__about__cards__card__desc__title:hover {
  color: var(--brand-day-additional, #DBD1FE);
}

.service__page__about__cards__card__desc__title:active {
  color: var(--brand-day-dark, #c30072);
}

.service__page__about__cards__card__desc__text {
  color: var(--gray-dusk-4, #79797d);
}

.service__page__about__cards__card__desc__tags {
  display: flex;
  align-items: center;

  gap: 1.6rem;
}

.service__page__about__cards__card__desc__tags__tag {
  gap: 0.8rem;
}

.service__page__about__cards__card__desc__tags__tag__num {
  color: var(--gray-dusk-2, #48484a);
}

.service__page__about__cards__card__desc__tags__link {
  display: flex;
  align-items: center;

  gap: 0.4rem;
}

.service__page__about__cards__card__desc__tags__link__text {
  color: var(--brand-day-additional, #DBD1FE);
}

.service__page__about__cards__card__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;

  gap: 1.6rem;
}

.service__page__about__cards__card__price__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;

  gap: 0.4rem;
}

.service__page__about__cards__card__price__standard {
  color: var(--gray-dusk-4, #79797d);
  font-family: "TenorSansRegular";
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.024rem;
  text-decoration: line-through;
}

.service__page__about__cards__card__price .btn__size__medium {
  width: fit-content;
}

/* Страницы конкретной услуги */

.service__item {
  display: flex;

  gap: 17.8rem;
  margin: 0 19.5rem 16rem;
}

.service__item__images {
  display: flex;
  flex-direction: column;

  gap: 2rem;
  min-width: 75.2rem;
}

.service__item__images__img {
  object-fit: cover;

  width: 100%;
  height: 75.5rem;
  border-radius: 1.6rem;
}

.service__item__desc {
  display: flex;
  flex-direction: column;
  position: sticky;

  gap: 3.2rem;
  top: 8.4rem;
  height: fit-content;
}

.service__item__desc__enroll {
  display: flex;
  flex-direction: column;

  gap: 2rem;
}

.service__item__desc__enroll__wrapper {
  display: flex;
  flex-direction: column;

  gap: 1.2rem;
}

.service__item__desc__enroll__desc {
  display: flex;
  flex-direction: column;

  gap: 1.2rem;
}

.service__item__desc__enroll__desc__tags {
  display: flex;

  gap: 1.6rem;
}

.service__item__desc__enroll__cards {
  display: flex;

  gap: 0.8rem;
  height: 6.6rem;
}

.service__item__desc__enroll__cards__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--card-light-2, #f7f7f7);

  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
  padding-inline: 1.6rem;
}

.service__item__desc__enroll__cards__price__desc {
  display: flex;
  align-items: center;

  gap: 1.7rem;
}

.service__item__desc__enroll__cards__price__desc__text {
  text-decoration: line-through;

  color: var(--gray-dusk-4, #79797d);
  font-family: "TenorSansRegular";
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.024rem;
}

.service__item__desc__enroll__cards__price__icon {
  color: #79797d;

  width: 2.4rem;
  height: 2.4rem;
}

.service__item__desc__enroll__cards__place {
  display: flex;
  align-items: center;
  background-color: var(--card-light-2, #f7f7f7);

  width: 17.7rem;
  height: 100%;
  padding-inline: 2rem;
  border-radius: 1.2rem;
  gap: 0.8rem;
}

.service__item__desc__enroll__cards__place__wrapper {
  display: flex;
  flex-direction: column;
}

.service__item__desc__enroll__cards__place__text {
  color: var(--gray-dusk-3, #636366);
  font-weight: 400;
}

.service__item__desc__enroll__cards__place__icon {
  color: #DBD1FE;

  width: 4rem;
  height: 4rem;
}

.service__item__desc__text {
  display: flex;
  flex-direction: column;

  gap: 1.2rem;
}

.service__item__desc__text__wrapper {
  display: flex;
  flex-direction: column;

  gap: 0.4rem;
}

.service__item__desc__text__title {
  color: var(--base-day-black, #000);
  font-weight: 500;
}

.service__item__desc__text__paragraph {
  color: var(--gray-dusk-3, #636366);
}

.service__item__desc__text__list li {
  position: relative;
  padding-left: 2.8rem;
}

.service__item__desc__text__list li::before {
  content: "";
  position: absolute;
  background-color: var(--gray-dusk-3, #636366);

  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  left: 1.1rem;
  top: 1.1rem;
}

.service__item__desc__reviews {
  display: flex;
  flex-direction: column;

  width: 100%;
  gap: 2rem;
}

.service__item__desc__reviews__card {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--card-light-2, #f7f7f7);

  width: 100%;
  height: 8.4rem;
  padding-inline: 2.4rem;
  border-radius: 1.6rem;
}

.service__item__desc__reviews__card__wrapper {
  display: flex;
  align-items: center;

  gap: 2rem;
}

.service__item__desc__reviews__card__icon {
  color: #DBD1FE;

  width: 2.4rem;
  height: 2.4rem;
}

/* Страница услуг акции */

.sales {
  display: flex;
  flex-direction: column;

  margin: 0 4rem 16rem;
  gap: 2.8rem;
}

.sales__cards {
  display: grid;
  grid-template-columns: repeat(4, 44.5rem);

  column-gap: 1.8rem;
  row-gap: 2.8rem;
}

/* Страница услуги из акции */

.sales__item {
  display: flex;

  gap: 17.8rem;
  margin: 0 19.5rem 16rem;
}

.sales__item__img {
  position: sticky;
  object-fit: cover;

  top: 8.4rem;
  width: 75.2rem;
  height: 75.2rem;
  border-radius: 1.6rem;
}

.sales__item__wrapper {
  display: flex;
  flex-direction: column;

  width: 60rem;
  gap: 3.2rem;
}

.sales__item__enroll {
  display: flex;
  flex-direction: column;

  gap: 2rem;
}

.sales__item__enroll__wrapper {
  display: flex;
  flex-direction: column;

  width: 52rem;
  /* ! Разобраться с отступами */
  gap: 1.2rem;
}

.sales__item__enroll__tag {
  width: fit-content;
}

.sales__item__enroll__text {
  color: var(--gray-dusk-3, #636366);
}

.sales__item__enroll__card {
  display: flex;
  align-items: center;
  background-color: var(--card-light-2, #f7f7f7);

  width: fit-content;
  gap: 0.8rem;
  height: 6.6rem;
  border-radius: 1.2rem;
  padding-inline: 2rem;
}

.sales__item__enroll__card__wrapper {
  display: flex;
  flex-direction: column;
}

.sales__item__enroll__card__text {
  color: var(--gray-dusk-3, #636366);
  font-weight: 400;
}

.sales__item__enroll__card__icon {
  color: #DBD1FE;

  width: 4rem;
  height: 4rem;
}

.sales__item__desc {
  display: flex;
  flex-direction: column;

  gap: 2.4rem;
}

.sales__item__desc__wrapper {
  display: flex;
  flex-direction: column;

  gap: 0.4rem;
}

.sales__item__desc__title {
  color: var(--base-day-black, #000);
  font-weight: 500;
}

.sales__item__desc__text,
.sales__item__desc__list {
  color: var(--gray-dusk-3, #636366);
}

.sales__item__desc__list li {
  position: relative;
  padding-left: 2.8rem;
}

.sales__item__desc__list li::before {
  content: "";
  position: absolute;
  background-color: var(--gray-dusk-3, #636366);

  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  left: 1.1rem;
  top: 1.1rem;
}

/* Страница галерея */

.gallery {
  display: flex;
  flex-direction: column;

  gap: 2.8rem;
  margin: 0 4rem 16rem;
}

.gallery__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;

  width: 100%;
  gap: 2rem;
}

.gallery__filter {
  display: flex;

  gap: 1.2rem;
}

.gallery__filter__selector {
  width: 40rem;
}

.gallery__pagination {
  width: 100%;
}

.gallery__pagination__images {
  display: flex;
  flex-direction: column;

  gap: 2.8rem;
}

.gallery__pagination__images__wrapper {
  display: flex;

  gap: 2rem;
}

.gallery__pagination__images__image {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  width: 60rem;
  height: 60rem;
  border-radius: 1.6rem;
}

.gallery__pagination__images__image__style {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.6rem;
}

/* Модальное окно галереи */

.modal__gallery {
  display: none;
  flex-direction: column;

  position: fixed;
  background-color: var(--screen-overlay-dark-op-04, rgba(0, 0, 0, 0.4));
  backdrop-filter: blur(10px);

  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.3rem 4rem 0;
  gap: 3.7rem;
}

.modal__gallery__top {
  display: flex;
  justify-content: space-between;
  align-items: center;

  width: 100%;
  height: fit-content;
}

.modal__gallery__top__wrapper {
  display: flex;
  flex-direction: column;

  gap: 0.4rem;
}

.modal__gallery__top__tag {
  width: fit-content;
}

.modal__gallery__top__title {
  color: var(--base-day-white, #fff);
}

.modal__gallery__wrapper {
  display: flex;
  justify-content: space-between;

  margin-left: 15.5rem;
  height: 94.7rem;
}

.modal__gallery__left {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 84.3rem;
  height: 91rem;
  border-radius: 1.6rem;
}

.modal__gallery__left__image {
  object-fit: cover;

  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
}

.modal__gallery__right {
  display: flex;
  overflow-y: scroll;

  gap: 2rem;
  max-height: 94.7rem;
}

.modal__gallery__right__column-left,
.modal__gallery__right__column-right {
  display: flex;
  flex-direction: column;

  width: 29rem;
  height: 100%;
  gap: 2.4rem;
}

.modal__gallery__right__img {
  cursor: pointer;
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}

/* Страницы контакты */

.contacts {
  display: flex;
  flex-direction: column;

  margin: 0 4rem 6rem;
  gap: 6rem;
}

.contacts__desc {
  display: flex;

  gap: 45.8rem;
}

.contacts__desc__wrapper {
  display: flex;
  flex-direction: column;

  width: 47.3rem;
  gap: 0.8rem;
}

.contacts__desc__text {
  color: var(--gray-dusk-3, #636366);
}

.contacts__desc__info {
  display: flex;

  gap: 14.9rem;
}

.contacts__desc__info__wrapper {
  display: flex;
  flex-direction: column;

  gap: 1.6rem;
}

.contacts__desc__info__title {
  color: var(--gray-dusk-4, #79797d);
  font-weight: 400;
}

.contacts__form {
  display: flex;

  gap: 2rem;
}

.contacts__form__wrapper {
  display: flex;
  flex-direction: column;

  gap: 6rem;
  width: 60rem;
}

.contacts__form__selectors {
  display: flex;
  flex-direction: column;

  gap: 1.2rem;
}

.contacts__form__desc {
  display: flex;
  flex-direction: column;

  gap: 4rem;
}

.contacts__form__desc__wrapper {
  display: flex;
  flex-direction: column;

  gap: 3.2rem;
}

.contacts__form__desc__more {
  display: flex;

  gap: 13.4rem;
}

.contacts__form__desc__more__wrapper {
  display: flex;
  flex-direction: column;

  gap: 2.7rem;
}

.contacts__form__desc__more__item {
  display: flex;
  flex-direction: column;

  gap: 0.8rem;
}

.contacts__form__desc__more__item__title {
  color: var(--gray-dusk-4, #79797d);
  font-weight: 400;
}

.contacts__form__desc__more__item__text {
  color: var(--base-day-black, #000);
  font-weight: 400;
}

.contacts__form__map {
  object-fit: cover;

  width: 122rem;
  height: 96.3rem;
  border-radius: 2.4rem;
}

/* Страница подарочные сертификаты */

.present {
  display: flex;
  flex-direction: column;

  gap: 2rem;
  margin: 0 4rem 16rem;
}

.present__cards {
  display: grid;
  grid-template-columns: repeat(4, 44.5rem);
  row-gap: 2.8rem;
  column-gap: 2rem;
}

/* Страница услуги из подарочных сертификатов */

.present__item {
  display: flex;

  gap: 17.8rem;
  margin: 0 19.5rem 16rem;
}

.present__item__img {
  object-fit: cover;

  width: 75.2rem;
  height: 75.5rem;
  border-radius: 1.6rem;
}

.present__item__wrapper {
  display: flex;
  flex-direction: column;

  width: 60rem;
  gap: 3.2rem;
}

.present__item__enroll {
  display: flex;
  flex-direction: column;

  gap: 2rem;
}

.present__item__enroll__wrapper {
  display: flex;
  flex-direction: column;

  /* TODO: Разобраться с отступами текста описание сертификата */
  gap: 1.2rem;
}

.present__item__enroll__text {
  color: var(--gray-dusk-3, #636366);
}

.present__item__enroll__tags {
  display: flex;

  gap: 0.8rem;
  height: 6.6rem;
}

.present__item__enroll__tags__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--card-light-2, #f7f7f7);

  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
  padding-inline: 1.6rem;
}

.present__item__enroll__tags__price__icon {
  width: 2.4rem;
  height: 2.4rem;
}

.present__item__enroll__tags__place {
  display: flex;
  align-items: center;
  background-color: var(--card-light-2, #f7f7f7);

  height: 100%;
  padding-inline: 2rem;
  gap: 0.8rem;
  border-radius: 1.2rem;
}

.present__item__enroll__tags__place__wrapper {
  display: flex;
  flex-direction: column;
}

.present__item__enroll__tags__place__text {
  color: var(--gray-dusk-3, #636366);
  font-weight: 400;
  white-space: nowrap;
}

.present__item__enroll__tags__place__icon {
  color: #DBD1FE;

  width: 4rem;
  height: 4rem;
}

.present__item__desc,
.present__item__info {
  display: flex;
  flex-direction: column;

  gap: 0.4rem;
}

.present__item__desc__title {
  color: var(--base-day-black, #000);
  font-weight: 500;
}

.present__item__desc__paragraph {
  color: var(--gray-dusk-3, #636366);
}

.present__item__info__title {
  color: var(--gray-dusk-3, #636366);
  font-weight: 500;
}

.present__item__info__text {
  color: var(--base-day-black, #000);
  font-weight: 400;
}

/* Страница отзывы */

.reviews {
  display: flex;
  flex-direction: column;

  gap: 2rem;
  margin: 0 4rem 16rem;
}

.reviews__wrapper {
  display: flex;

  gap: 2rem;
}

.reviews__filter {
  display: flex;
  flex-direction: column;
  background-color: var(--card-light-1, #fafafa);

  width: 44.5rem;
  height: fit-content;
  gap: 2.4rem;
  padding: 2rem 2.4rem;
  border-radius: 1.6rem;
}

.reviews__filter__wrapper {
  display: flex;
  flex-direction: column;

  gap: 2rem;
}

.reviews__filter__selectors {
  display: flex;
  flex-direction: column;

  gap: 1.2rem;
}

.reviews__filter__selectors__title {
  color: var(--base-day-black, #000);
  font-weight: 500;
}

.reviews__filter__selectors__wrapper {
  display: flex;
  flex-direction: column;

  gap: 1.2rem;
}

.reviews__filter__rating {
  display: flex;
  flex-direction: column;

  gap: 1rem;
}

.reviews__filter__rating__title {
  color: var(--base-day-black, #000);
  font-weight: 500;
}

.reviews__filter__rating__wrapper {
  display: flex;
  flex-direction: column;

  gap: 2rem;
}

.reviews__pagination__cards {
  gap: 2.8rem;
}

.reviews__pagination__cards__wrapper {
  display: flex;

  gap: 2.4rem;
}

/* Страница абонементов */

.subscriptions {
  display: flex;
  flex-direction: column;

  gap: 2rem;
  margin: 0 4rem 16rem;
}

.subscriptions__cards {
  display: grid;
  grid-template-columns: repeat(4, 44.5rem);
  row-gap: 2.8rem;
  column-gap: 2rem;
}

/* Страница услуги из абонементов */

.subscriptions__item {
  display: flex;

  gap: 17.8rem;
  margin: 0 19.5rem 16rem;
}

.subscriptions__item__img {
  object-fit: cover;

  width: 75.2rem;
  height: 75.5rem;
  border-radius: 1.6rem;
}

.subscriptions__item__wrapper {
  display: flex;
  flex-direction: column;

  width: 60rem;
  gap: 3.2rem;
}

.subscriptions__item__enroll {
  display: flex;
  flex-direction: column;

  gap: 2rem;
}

.subscriptions__item__enroll__wrapper {
  display: flex;
  flex-direction: column;

  gap: 2.4rem;
}

.subscriptions__item__enroll__desc {
  display: flex;
  flex-direction: column;

  /* TODO: Разобраться с отступами тега и тайтла */
  gap: 0.4rem;
}

.subscriptions__item__enroll__desc__tag {
  width: fit-content;
}

.subscriptions__item__enroll__cards {
  display: flex;
  flex-direction: column;

  /* TODO: Разобраться с отступами карточек описания */
  gap: 1.2rem;
}

.subscriptions__item__enroll__cards__card {
  display: flex;
  flex-direction: column;
  background-color: var(--card-light-1, #fafafa);

  gap: 0.4rem;
  padding: 0.8rem 2rem 1.2rem;
  border-radius: 1.6rem;
}

.subscriptions__item__enroll__cards__card__title {
  color: var(--gray-dusk-3, #636366);
  font-weight: 500;
}

.subscriptions__item__enroll__cards__card__text {
  color: var(--base-day-black, #000);
  font-weight: 400;
}

.subscriptions__item__desc {
  display: flex;
  flex-direction: column;

  gap: 0.4rem;
}

.subscriptions__item__desc__title {
  color: var(--base-day-black, #000);
  font-weight: 500;
}

.subscriptions__item__desc__text {
  color: var(--gray-dusk-3, #636366);
}

/* Страница вакансии */

.vacancies {
  display: flex;
  flex-direction: column;

  gap: 2rem;
  margin: 0 4rem 16rem;
}

.vacancies__wrapper {
  display: flex;

  gap: 2rem;
}

.vacancies__contacts {
  display: flex;
  flex-direction: column;
  background-color: var(--card-light-1, #fafafa);
  position: sticky;

  top: 8.4rem;
  width: 44.5rem;
  height: fit-content;
  gap: 4rem;
  padding: 2.4rem;
  border-radius: 1.6rem;
}

.vacancies__contacts__desc {
  display: flex;
  flex-direction: column;

  gap: 0.8rem;
}

.vacancies__contacts__desc__title {
  color: var(--base-day-black, #000);
  font-weight: 500;
}

.vacancies__contacts__desc__text {
  color: var(--gray-dusk-3, #636366);
}

.vacancies__contacts__wrapper {
  display: flex;
  flex-direction: column;

  gap: 1.2rem;
}

.vacancies__contacts__item {
  display: flex;
  flex-direction: column;

  gap: 1.6rem;
}

.vacancies__contacts__item__title {
  color: var(--gray-dusk-4, #79797d);
  font-weight: 400;
}

.vacancies__cards {
  display: flex;
  flex-direction: column;

  gap: 1.6rem;
  width: 137.5rem;
}

/* Страницы конкретной ваканасии */

.vacancies__item {
  display: flex;

  gap: 2.4rem;
  margin: 0 19.5rem 16rem;
}

.vacancies__item__info {
  display: flex;
  flex-direction: column;
  position: sticky;

  top: 8.4rem;
  gap: 2rem;
}

.vacancies__item__info .vacancies__contacts {
  position: initial;
}

.vacancies__item__info__list {
  position: sticky;
  display: flex;
  flex-direction: column;
  background-color: var(--card-light-1, #fafafa);

  top: 10.4rem;
  padding: 2.4rem;
  border-radius: 1.6rem;
  gap: 1.2rem;
}

.vacancies__item__about {
  display: flex;
  flex-direction: column;

  gap: 2rem;
}

.vacancies__item__about__desc {
  display: flex;
  flex-direction: column;
  background-color: var(--card-light-1, #fafafa);

  gap: 2.4rem;
  padding: 2.4rem;
  border-radius: 1.6rem;
}

.vacancies__item__about__desc__tags {
  display: flex;

  gap: 1.2rem;
}

.vacancies__item__about__info {
  display: flex;
  flex-direction: column;
  background-color: var(--card-light-1, #fafafa);

  gap: 7.2rem;
  padding: 3.2rem;
  border-radius: 2rem;
}

.vacancies__item__about__info__enroll {
  display: flex;
  flex-direction: column;

  gap: 6rem;
}

.vacancies__item__about__info__enroll__wrapper {
  display: flex;
  flex-direction: column;

  gap: 1.2rem;

  color: var(--gray-dusk-3, #636366);
}

.vacancies__item__about__info__enroll__price {
  display: flex;
  align-items: center;

  gap: 4rem;
}

.vacancies__item__about__info__desc {
  display: flex;
  flex-direction: column;

  gap: 4rem;
}

.vacancies__item__about__info__desc__wrapper {
  display: flex;
  flex-direction: column;

  gap: 3rem;
}

.vacancies__item__about__info__title {
  color: var(--base-day-black, #000);
  font-weight: 500;
}

.vacancies__item__about__info__desc__text {
  color: var(--gray-dusk-3, #636366);
}

/* Страница правила обслуживания */

.pravila {
  display: flex;

  gap: 2rem;
  margin: 0 19.4rem 16rem;
}

.pravila__info {
  display: flex;
  flex-direction: column;

  gap: 2rem;
  width: 44.5rem;
}

.pravila__info .vacancies__contacts {
  position: static;
}

.pravila__info__card {
  display: flex;
  flex-direction: column;
  background-color: var(--card-light-1, #fafafa);

  gap: 2.4rem;
  padding: 2.4rem;
  border-radius: 1.6rem;
}

.pravila__info__card__desc {
  display: flex;
  flex-direction: column;

  gap: 0.8rem;
}

.pravila__info__card__desc__title {
  color: var(--base-day-black, #000);
  font-weight: 500;
}

.pravila__info__card__desc__text {
  width: 31.5rem;

  color: var(--gray-dusk-3, #636366);
}

.pravila__info__card__files {
  display: flex;
  flex-direction: column;

  gap: 0.8rem;
}

.pravila__info__card__files__file {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #fff;

  gap: 1.2rem;
  padding: 0.8rem;
  border-radius: 1.2rem;
}

.pravila__info__card__files__file__icon__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gray-morn-5, rgba(0, 28, 61, 0.05));

  width: 6.4rem;
  height: 6.4rem;
  border-radius: 0.8rem;
}

.pravila__info__card__files__file__icon {
  width: 2.4rem;
  height: 2.4rem;

  color: #DBD1FE;
}

.pravila__info__card__files__file__desc {
  display: flex;

  gap: 0.8rem;
}

.pravila__info__card__files__file__desc__title {
  color: var(--base-day-black, #000);
  font-weight: 500;
}

.pravila__info__card__files__file__desc__text {
  color: var(--gray-dusk-4, #79797d);
  font-weight: 400;

  white-space: nowrap;
}

.pravila__about {
  display: flex;
  flex-direction: column;
  background-color: var(--card-light-1, #fafafa);

  width: 100%;
  height: fit-content;
  gap: 3.2rem;
  padding: 2.4rem;
  border-radius: 1.6rem;
}

.pravila__about__desc {
  display: flex;
  flex-direction: column;

  width: 77rem;
  gap: 1.2rem;
}

.pravila__about__desc__text {
  width: 66.2rem;

  color: var(--gray-dusk-4, #79797d);
}

.pravila__about__files {
  display: flex;

  width: 72.4rem;
  gap: 3.2rem;
}

/* Страница динамика развития */

.dynamic {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  height: 88.8rem;
}

.dynamic__title {
  margin-inline: 4rem;
}

.dynamic__cards {
  display: flex;

  gap: 2.4rem;
  padding-inline: 4rem;
}

.dynamic__cards__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--card-light-1, #fafafa);

  flex: 1;
  height: 50.5rem;
  border-radius: 1.2rem;
  padding: 4rem 2.5rem;
}

.dynamic__cards__card__text {
  width: 34.5rem;

  color: var(--Black-Black-100, #161616);
}

/* Страница франшиза */
/* 1 секция */

.franchise__about {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 5.2rem;
  margin: 0 4rem 16rem;
}

.franchise__about__desc {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 107.1rem;
  gap: 3.2rem;
}

.franchise__about__desc__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 1.2rem;
}

.franchise__about__desc__tags {
  display: flex;

  gap: 1.2rem;
}

.franchise__about__desc__title {
  text-align: center;
}

.franchise__about__desc__buttons {
  display: flex;

  gap: 1.2rem;
}

.franchise__about__images {
  position: relative;

  width: 100%;
  height: 96.3rem;
  border-radius: 2rem;
}

.franchise__about__images__image {
  position: absolute;
  object-fit: cover;
  filter: brightness(70%);

  width: 100%;
  height: 100%;
  border-radius: 2rem;
}

.franchise__about__images__title {
  position: absolute;

  width: 82.4rem;
  top: 4.4rem;
  left: 4.8rem;

  color: #fff;
}

.franchise__about__images__thumbnails {
  position: absolute;
  display: flex;

  gap: 0.8rem;
  height: 7.8rem;
  left: 50%;
  bottom: 4.4rem;
  transform: translateX(-50%);
}

.franchise__about__images__thumbnails__thumbnail {
  cursor: pointer;
  transition: filter 0.4s ease-in-out;
  object-fit: cover;
  filter: brightness(50%);

  width: 13.5rem;
  height: 100%;
  border-radius: 0.8rem;
}

.franchise__about__images__thumbnails__thumbnail.selected {
  filter: brightness(100%);
}

/* 2 секция */

.franchise__description {
  display: flex;

  margin: 0 4rem 16rem;
  height: 73.1rem;
  gap: 4rem;
}

.franchise__description__image {
  object-fit: cover;

  min-width: 91rem;
  height: 100%;
  border-radius: 2rem;
}

.franchise__description__title {
  width: 75.5rem;
}

/* 3 секция */

.franchise__concept {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 2.8rem;
  margin-bottom: 16rem;
}

.franchise__concept__desc {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 3.2rem;
}

.franchise__concept__desc__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 1.6rem;
}

.franchise__concept__desc__text {
  width: 46rem;

  text-align: center;
  color: var(--gray-dusk-4, #79797d);
}

.franchise__concept__item {
  display: flex;
  flex-direction: column;
  background-color: var(--card-light-1, #fafafa);

  width: 58.2rem;
  height: 47rem;
  gap: 2.4rem;
  padding-bottom: 2.4rem;
  border-radius: 1.6rem;
}

.franchise__concept__item__image {
  object-fit: cover;

  width: 100%;
  height: 31.8rem;
  border-radius: 0.8rem;
}

.franchise__concept__item__desc {
  display: flex;
  flex-direction: column;

  gap: 1.2rem;
  padding-inline: 2.4rem;
}

.franchise__concept__item__desc__text {
  color: var(--gray-dusk-4, #79797d);
}

/* 4 секция */

.franchise__business {
  display: flex;
  flex-direction: column;

  gap: 3.2rem;
  margin: 0 4rem 16rem;
}

.franchise__business__desc {
  display: flex;
  flex-direction: column;

  gap: 2rem;
}

.franchise__business__desc__wrapper {
  display: flex;
  flex-direction: column;

  gap: 0.4rem;
}

.franchise__business__desc__tag {
  width: fit-content;
}

.franchise__business__desc__text {
  width: 44.5rem;

  color: var(--gray-dusk-4, #79797d);
}

.franchise__business__cards {
  display: flex;

  gap: 2rem;
}

.franchise__business__cards__card {
  display: flex;
  flex-direction: column;
  background-color: var(--card-light-1, #fafafa);

  flex: 1;
  gap: 2.4rem;
  padding-bottom: 2.4rem;
  border-radius: 1.6rem;
}

.franchise__business__cards__card__image {
  object-fit: cover;

  width: 100%;
  height: 31.8rem;
  border-radius: 0.8rem;
}

.franchise__business__cards__card__about {
  display: flex;
  flex-direction: column;

  gap: 2rem;
  padding-inline: 2.4rem;
}

.franchise__business__cards__card__about__wrapper {
  display: flex;
  flex-direction: column;

  gap: 1.2rem;
}

.franchise__business__cards__card__about__desc {
  display: flex;
  flex-direction: column;

  gap: 0.4rem;
}

.franchise__business__cards__card__about__desc__tag {
  width: fit-content;
}

.franchise__business__cards__card__about__text {
  color: var(--gray-dusk-4, #79797d);
}

.franchise__business__cards__card__about__btn {
  width: fit-content;
}

/* 5 секция */

.franchise__partnership {
  position: relative;
  display: flex;
  flex-direction: column;

  margin: 0 4rem 16rem;
  height: 85.8rem;
}

.franchise__partnership__desc {
  display: flex;
  flex-direction: column;

  gap: 3.2rem;
}

.franchise__partnership__desc__wrapper {
  display: flex;
  flex-direction: column;

  gap: 1.6rem;
}

.franchise__partnership__desc__text {
  width: 37.5rem;

  color: var(--gray-dusk-4, #79797d);
}

.franchise__partnership__desc__btn {
  width: fit-content;

  z-index: 3;
}

.franchise__partnership__graphs {
  position: absolute;
  display: flex;
  align-items: flex-end;

  gap: 2rem;
  width: 100%;
  top: 10rem;
}

.franchise__partnership__graphs__graph {
  display: flex;
  flex-direction: column;

  flex: 1;
  gap: 2.8rem;
}

.franchise__partnership__graphs__graph__desc {
  display: flex;
  flex-direction: column;

  gap: 0.8rem;
}

.franchise__partnership__graphs__graph__desc__text {
  color: var(--gray-dusk-4, #79797d);
  font-weight: 500;
}

.franchise__partnership__graphs__graph__img {
  object-fit: cover;
  border-radius: 1.2rem;
  width: 35.2rem;
}

#graph__img-1 {
  height: 21.6rem;
}

#graph__img-2 {
  height: 30.3rem;
}

#graph__img-3 {
  height: 42.5rem;
}

#graph__img-4 {
  height: 53rem;
}

#graph__img-5 {
  height: 67.6rem;
}

/* 6 секция */

.franchise__advantages {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 2.8rem;
  margin-bottom: 16rem;
}

.franchise__advantages__desc {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 3.2rem;
}

.franchise__advantages__desc__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 1.6rem;
}

.franchise__advantages__desc__title {
  width: 73.4rem;

  text-align: center;
}

.franchise__advantages__desc__text {
  width: 46rem;

  text-align: center;
  color: var(--gray-dusk-4, #79797d);
}

.franchise__advantages__desc__buttons {
  display: flex;

  gap: 1.2rem;
}

.franchise__advantages__item {
  display: flex;
  flex-direction: column;
  background-color: var(--card-light-1, #fafafa);

  width: 58.2rem;
  height: 47rem;
  gap: 2.4rem;
  padding-bottom: 2.4rem;
  border-radius: 1.6rem;
}

.franchise__advantages__item__image {
  object-fit: cover;
  width: 100%;
  height: 31.8rem;
  border-radius: 0.8rem;
}

.franchise__advantages__item__desc {
  display: flex;
  flex-direction: column;

  gap: 1.2rem;
  padding-inline: 2.4rem;
}

.franchise__advantages__item__desc__text {
  color: var(--gray-dusk-4, #79797d);
}

/* 7 секция */

.franchise__quality {
  display: flex;

  gap: 4rem;
  margin: 0 4rem 16rem;
}

.franchise__quality__img {
  object-fit: cover;
  width: 91rem;
  height: 73.1rem;
  border-radius: 2rem;
}

.franchise__quality__desc {
  display: flex;
  flex-direction: column;

  gap: 6rem;
}

.franchise__quality__desc__wrapper {
  display: flex;
  flex-direction: column;

  gap: 1.6rem;
}

.franchise__quality__desc__text {
  width: 48.6rem;

  color: var(--gray-dusk-4, #79797d);
}

.franchise__quality__desc__tags {
  display: flex;
  flex-wrap: wrap;

  width: 68rem;
  gap: 1.2rem;
}

/* 8 секция */

.franchise__authors {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 5.2rem;
  margin: 0 4rem 16rem;
}

.franchise__authors__desc {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 1.2rem;
}

.franchise__authors__desc__title {
  color: var(--gray-dusk-3, #636366);
}

.franchise__authors__wrapper {
  position: relative;

  background-color: var(--gray-dusk-4, #79797d);

  width: 100%;
  height: 96.3rem;
  border-radius: 2rem;
}

.franchise__authors__text {
  position: absolute;

  width: 98.4rem;
  top: 4.4rem;
  left: 4.8rem;
  z-index: 2;

  color: #fff;
}

.franchise__authors__image {
  position: absolute;
  object-fit: cover;
  object-position: 0 -20rem;
  filter: brightness(70%);

  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}

/* 9 секция */

.franchise__partner {
  display: flex;

  gap: 2rem;
  margin: 0 35rem 16rem;
}

.franchise__partner__title {
  width: 60rem;
}

.franchise__partner__cards {
  display: flex;
  flex-direction: column;

  gap: 2rem;
}

.franchise__partner__cards__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--card-light-1, #fafafa);

  gap: 2.4rem;
  width: 60rem;
  padding: 3.2rem 4rem;
  border-radius: 1.6rem;
}

.franchise__partner__cards__card__desc {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 1.2rem;
}

.franchise__partner__cards__card__desc__text {
  color: var(--gray-dusk-4, #79797d);
}

/* 10 секция */

.franchise__reviews {
  display: flex;

  gap: 4rem;
  margin: 0 4rem 16rem;
}

.franchise__reviews__desc {
  display: flex;
  flex-direction: column;

  gap: 2.4rem;
  width: 73.7rem;
}

.franchise__reviews__desc__wrapper {
  display: flex;
  flex-direction: column;

  gap: 1.6rem;
}

.franchise__reviews__desc__text {
  width: 54.7rem;

  color: var(--gray-dusk-4, #79797d);
}

.franchise__reviews__desc__btn {
  width: fit-content;
}

.franchise__reviews__wrapper {
  display: flex;
  flex-direction: column;

  gap: 1.6rem;
  width: 106.5rem;
}

.franchise__reviews__image {
  object-fit: cover;
  width: 100%;
  height: 73.1rem;
  border-radius: 2rem;
}

.franchise__reviews__text {
  color: var(--gray-dusk-2, #48484a);
  font-weight: 500;
}

/* 11 секция */

.franchise__team {
  display: flex;

  gap: 4rem;
  margin: 0 4rem 16rem;
}

.franchise__team__image {
  min-width: 106.5rem;
  height: 73.1rem;
  border-radius: 2rem;
  object-fit: cover;
}

.franchise__team__desc {
  display: flex;
  flex-direction: column;

  gap: 2.4rem;
}

.franchise__team__desc__wrapper {
  display: flex;
  flex-direction: column;

  gap: 1.6rem;
}

.franchise__team__desc__text {
  width: 54.7rem;

  color: var(--gray-dusk-4, #79797d);
}

.franchise__team__desc__btn {
  width: fit-content;
}

/* 12 секция */

.franchise__contact {
  display: flex;

  gap: 4rem;
  margin: 0 4rem 16rem;
}

.franchise__contact__image {
  object-fit: cover;
  width: 106.5rem;
  height: 73.1rem;
  border-radius: 2rem;
  object-position: 0 -60rem;
}

.franchise__contact__form {
  display: flex;
  flex-direction: column;

  gap: 2.4rem;
  width: 73.5rem;
}

.franchise__contact__form__desc {
  display: flex;
  flex-direction: column;

  gap: 3.2rem;
}

.franchise__contact__form__desc__about {
  display: flex;
  flex-direction: column;

  gap: 1.6rem;
}

.franchise__contact__form__desc__about__title {
  color: var(--base-day-black, #000);
  font-weight: 500;
}

.franchise__contact__form__desc__about__wrapper {
  display: flex;
  flex-direction: column;

  color: var(--gray-dusk-3, #636366);

  gap: 1.2rem;
}

.franchise__contact__form__inputs {
  display: flex;
  flex-direction: column;

  gap: 1.2rem;
  width: 60rem;
}

.franchise__contact__form__btn {
  width: fit-content;
}

/* ЦЕНЫ */

.price {
  display: flex;
  flex-direction: column;

  gap: 4rem;
  margin: 0 4rem 16rem 4rem;
}

.price__wrapper {
  display: flex;

  gap: 2rem;
}

.price__items {
  display: flex;
  flex-direction: column;

  width: 137.5rem;
  gap: 2rem;
}

.price__items__banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--card-light-1, #fafafa);

  width: 100%;
  height: 10rem;
  padding-inline: 4rem;
  border-radius: 1.6rem;
}

.price__items__banner span:last-child {
  width: 40rem;
}

.price__items__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--card-light-1, #fafafa);

  width: 100%;
  padding: 2.4rem 4rem;
  border-radius: 1.6rem;
}

.price__items__item__wrapper {
  display: flex;
  align-items: center;

  gap: 15.7rem;
}

.price__items__item__desc {
  width: 74rem;
}

.price__items__item__desc__title,
.price__items__item__price__text {
  display: none;
}

.price__items__item__price__text {
  font-family: "TenorSansRegular";
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.024rem;
}

/* 404 */

.not__found {
  position: relative;
  overflow: hidden;

  height: calc(100vh - 8.4rem);
}

.not__found__wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 4rem;
  top: 16.8rem;
  left: 50%;
  transform: translateX(-50%);
}

.not__found__desc {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 2rem;
}

.not__found__desc h1 {
  color: #000;

  text-align: center;
  font-family: "TenorSansRegular";
  font-size: 40rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.4rem;
}

.not__found__desc p {
  width: 41.4rem;

  text-align: center;
  font-weight: 500;
}

.not__found__wrapper .btn__size__large {
  width: fit-content;
}

.not__found__back {
  position: absolute;
  background-color: #DBD1FE;

  width: 70.4rem;
  height: 70.4rem;
  border-radius: 50%;
  opacity: 0.15;
  filter: blur(20rem);
}

.back-1 {
  top: 55.2rem;
  left: -24.2rem;
}

.back-2 {
  top: 10.3rem;
  right: -28.3rem;
}

/* Studios */

.studios {
  display: flex;
  flex-direction: column;

  gap: 2.4rem;
  margin: 0 4rem 6rem;
}

.studios__wrapper {
  display: flex;
  flex-direction: column;
}

.studios_selectors {
  display: flex;

  gap: 3rem;
  padding-block: 1.6rem;
  border-bottom: 1px solid var(--gray-morn-1, #c7c7cc);
}

.studios_selectors .input {
  width: 35.6rem;
}

.studios_selectors .selector {
  width: 37.5rem;
}

.studios__list {
  display: flex;
  align-items: center;

  gap: 2rem;
  height: 86.2rem;
}

.studios__list__wrapper {
  display: flex;

  width: 75.5rem;
  height: 100%;
  gap: 0.4rem;
}

.studios__list__items {
  display: flex;
  flex-direction: column;
  overflow-y: auto;

  width: 74.8rem;
  height: 100%;
}

.studios__list__items__item {
  display: flex;
  flex-direction: column;
  justify-content: center;

  gap: 3.2rem;
  width: 100%;
  min-height: 19.6rem;
  padding-inline: 2.4rem;
  border-bottom: 1px solid var(--gray-morn-1, #c7c7cc);
}

.studios__list__items__item__link {
  transition: color 0.4s ease-in-out;
}

.studios__list__items__item__link:hover {
  color: var(--brand-day-additional, #DBD1FE);
}

.studios__list__items__item__link:active {
  color: var(--brand-day-dark, #c30072);
}

.studios__list__items__item__wrapper {
  display: flex;

  gap: 6rem;
}

.studios__list__items__item__info {
  display: flex;
  flex-direction: column;

  gap: 0.8rem;
}

.studios__list__items__item__info:nth-child(1) {
  width: 17rem;
}

.studios__list__items__item__info:nth-child(2) {
  width: 19rem;
}

.studios__list__items__item__info:nth-child(3) {
  width: 22rem;
}

.studios__list__items__item__info__title {
  color: var(--gray-dusk-4, #79797d);
  font-weight: 400;
}

.studios__list__items__item__info__text {
  color: var(--base-day-black, #000);
  font-weight: 400;
}

.studios__list__track {
  position: relative;
  background-color: var(--gray-morn-3, #e5e5ea);

  width: 0.3rem;
  height: 100%;
  border-radius: 1.2rem;
}

.studios__list__track__bar {
  cursor: pointer;
  position: absolute;
  background: var(--brand-day-additional, #DBD1FE);

  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1.6rem;
}

.studios__list__map {
  overflow: hidden;

  height: 74.2rem;
  width: 106.6rem;
  border-radius: 1.6rem;
  border: 0.05rem solid rgba(0, 0, 0, 0.2);
}

.studios__list__map.full {
  width: 100%;
}

.studios__list__metro {
  display: none;

  width: 100%;
  height: 100%;
}

/* Studio */

.studio {
  display: flex;
  flex-direction: column;

  gap: 6rem;
  margin: 0 4rem 6rem;
}

.studio__wrapper {
  display: flex;

  gap: 2.3rem;
}

.studio__container {
  display: flex;
  flex-direction: column;

  gap: 4rem;
}

.studio__info {
  display: flex;
  flex-direction: column;

  gap: 4rem;
  width: 90.8rem;
}

.studio__info__gallery {
  position: relative;

  width: 90.7rem;
  height: 51.6rem;
  border-radius: 2.4rem;

  @media screen and (max-width: 768px) {
    width: 100%;
    height: 42.8rem;
  }
}

.studio__info__gallery__carousel {
  overflow: hidden;

  width: 100%;
  height: 100%;
}

.studio__info__gallery__carousel__track {
  display: flex;
  transition: transform 0.3s ease-in-out;

  width: 100%;
  height: 100%;
}

.studio__info__gallery__carousel__track__img {
  object-fit: cover;

  min-width: 100%;
  min-height: 100%;
  border-radius: 2.4rem;
}

.studio__info__gallery__wrapper {
  position: absolute;
  display: flex;
  align-items: center;

  gap: 1.6rem;
  bottom: 3rem;
  left: 3rem;
  right: 3rem;
}

.studio__info__gallery__progress {
  background-color: var(--gray-dusk-6, #aeaeb2);

  width: 75.1rem;
  height: 0.2rem;
  border-radius: 0.1rem;
}

.studio__info__gallery__progress__bar {
  transition: transform 0.3s ease-in-out;
  background-color: var(--brand-day-additional, #DBD1FE);

  width: 0%;
  height: 100%;
  border-radius: 0.1rem;
}

.studio__info__gallery__buttons {
  display: flex;

  gap: 0.4rem;
}

.studio__info__wrapper {
  display: flex;
  flex-direction: column;

  gap: 2.7rem;
}

.studio__info__item {
  display: flex;
  gap: 2.6rem;
}

.studio__info__item__wrapper {
  display: flex;
  flex-direction: column;

  gap: 2.7rem;
  width: 44.1rem;
}

.studio__info__item__desc {
  display: flex;
  flex-direction: column;

  gap: 0.8rem;
}

.info__item__desc-3 {
  width: 100%;
}

.studio__info__item__desc__title {
  color: var(--gray-dusk-4, #79797d);
  font-weight: 400;
}

.studio__info__item__desc__text {
  color: var(--base-day-black, #000);
  font-weight: 400;
}

.studio__info .btn__size__medium {
  width: fit-content;
}

.studio__services {
  display: flex;
  flex-direction: column;

  gap: 1.6rem;
  width: 90.8rem;
}

.studio__services__item {
  display: flex;
  flex-direction: column;
  background-color: var(--card-light-1, #fafafa);

  gap: 6rem;
  border-radius: 1.6rem;
  padding: 2.4rem;
}

.studio__services__item__wrapper {
  display: flex;
  justify-content: space-between;
}

.studio__services__item__wrapper .btn__size__medium {
  height: fit-content;
}

.studio__services__item__desc {
  display: flex;
  flex-direction: column;

  width: 44.5rem;
  gap: 1.6rem;
}

.studio__services__item__desc__text {
  color: var(--gray-dusk-4, #79797d);
}

.studio__services__item__links {
  display: flex;
  flex-wrap: wrap;

  gap: 1.2rem;
  width: 60rem;
}

.studio__map {
  overflow: hidden;
  position: sticky;

  top: 8.4rem;
  min-width: 90.7rem;
  height: 96.3rem;
  border-radius: 2.4rem;
}

/* Политика */

.politika,
.soglasie {
  display: flex;
  flex-direction: column;

  gap: 6rem;
  margin: 0 4rem 6rem;
}

.politika__wrapper {
  display: flex;

  gap: 16.3rem;
}

.politika__list {
  display: flex;
  flex-direction: column;
  position: sticky;

  top: 8.4rem;
  gap: 1.6rem;
  width: 40rem;
  height: fit-content;
}

.politika__content {
  display: flex;
  flex-direction: column;

  gap: 8rem;
  width: 103.8rem;
}

.politika__content__item {
  display: flex;
  flex-direction: column;

  gap: 4rem;
}

.politika__content__item__desc,
.soglasie__content__item__desc {
  color: var(--base-day-black, #1c1c1e);
  font-weight: 400;
}

/* Soglasie */

.soglasie__title {
  width: 94.2rem;
}

.article,
.article__section {
  display: flex;
  flex-direction: column;

  gap: 2.8rem;
  margin: 0 4rem 16rem;
}

.article__title,
.article__section__title {
  color: #000;
}

.article__wrapper,
.article__section__wrapper {
  display: flex;
  flex-wrap: wrap;

  row-gap: 2.8rem;
  column-gap: 2rem;
}

.article__item,
.article__section__item {
  display: flex;
  flex-direction: column;
  background-color: var(--card-light-1, #fafafa);

  width: 44.5rem;
  gap: 2.4rem;
  border-radius: 1.6rem;

  padding-bottom: 2.4rem;
}

.article__item:hover .article__item__desc__title {
  color: var(--brand-day-additional, #DBD1FE);
}

.article__item:active .article__item__desc__title {
  color: var(--brand-day-dark, #c30072);
}

.article__item__img,
.article__section__item__img {
  object-fit: cover;

  width: 100%;
  min-height: 31.8rem;
  max-height: 31.8rem;
  border-radius: 0.8rem;
}

.article__item__desc {
  display: flex;
  flex-direction: column;

  gap: 0.8rem;
  padding-inline: 2.4rem;
}

.article__item__desc .tag__medium,
.article__section__item__desc .tag__medium,
.article__section__item__wrapper .btn__size__small {
  width: fit-content;
}

.article__item__desc__title {
  color: #000;

  transition: color 0.3s ease-in-out;
}

.article__section__item__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  height: 100%;
  gap: 1.6rem;
  padding-inline: 2.4rem;
}

.article__section__item__desc {
  display: flex;
  flex-direction: column;

  gap: 1.2rem;
}

.article__detail {
  display: flex;
  flex-direction: column;

  gap: 6rem;
  margin: 0 0 16rem;
}

.article__detail__title {
  color: #000;

  margin-inline: 4rem;
}

.article__detail__wrapper {
  display: flex;
  flex-direction: column;

  gap: 6rem;
}

.article__detail__img {
  object-fit: cover;

  width: 100%;
  height: 52.5rem;
}

.article__detail__desc {
  display: flex;
  flex-direction: column;

  gap: 1.2rem;
  margin-inline: 81.6rem 6.4rem;

  color: var(--base-day-black, #1c1c1e);
  font-family: "SFProRounded";
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.017rem;
}

.article__detail__desc h2 {
  color: var(--base-day-black, #1c1c1e);
  font-family: "TenorSansRegular";
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.036rem;
}

@media screen and (max-width: 768px) {
  .main {
    align-items: center;

    margin-inline: 2rem;
    height: 69.6rem;
    padding: 2.4rem 0 3.2rem;
  }

  .main__services {
    flex-direction: column;

    gap: 1.8rem;
  }

  .main__services__wrapper:first-child {
    display: none;
  }

  .main__services__service {
    width: 10.2rem;
  }

  .main__services__service__img {
    height: 10.2rem;
  }

  .video-desktop {
    display: none;
  }

  .video-mobile {
    display: block;
  }

  .main__desc {
    width: 100%;
    padding-left: 2.4rem;
    gap: 0.6rem;
  }

  .main__desc__text {
    font-size: 1.5rem;
    line-height: 130%;
    letter-spacing: 0.015rem;
  }

  .main__desc__title {
    width: 35.5rem;

    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: -0.028rem;
  }

  .services {
    flex-direction: column;
    justify-content: flex-start;

    margin: 0 0 10rem;
    gap: 4rem;
  }

  .services__desc {
    position: relative;
    top: 0;
    padding-top: 6rem;
    padding-inline: 2rem;
  }

  .services__desc__title {
    font-size: 3.6rem;
    letter-spacing: -0.036rem;
  }

  .services__desc__text {
    width: 100%;

    font-size: 1.4rem;
    line-height: 140%;
    letter-spacing: 0.014rem;
  }

  .services__list {
    flex-direction: column;

    width: 100%;
    padding-inline: 2rem;
  }

  .services__list__service {
    flex-direction: column;
    align-items: flex-start;

    min-width: 39rem;
    max-width: 39rem;
    padding-bottom: 1.6rem;
  }

  .services__list__service__img {
    width: 100%;
    height: 41.2rem;
  }

  .services__list__service__wrapper {
    width: 100%;
    min-height: auto;
    height: 100%;
    gap: 4rem;
  }

  .services__list__service__desc {
    width: 100%;
  }

  .services__list__service__links {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;

    gap: 1.2rem;
  }

  .about {
    margin: 0 2rem 10rem;
    gap: 7.4rem;
  }

  .about__desc__title {
    font-size: 3.6rem;
    letter-spacing: -0.036rem;
  }

  .about__desc__text {
    width: 37.8rem;

    font-size: 1.4rem;
    letter-spacing: 0.014rem;
  }

  .about__accordion {
    width: 100%;
  }

  .about__accordion__item:first-child .about__accordion__item__title {
    width: 30.7rem;
  }

  .about__accordion__item__title {
    font-size: 2.4rem;
    letter-spacing: -0.024rem;
  }

  .about__accordion__item__text {
    width: 100%;

    font-size: 1.4rem;
    letter-spacing: 0.014rem;
  }

  .about__accordion__item__img {
    display: flex;

    margin-top: 1.6rem;
  }

  .about__carousel {
    display: none;
  }

  .benefit {
    margin: 0 2rem 10rem;
    gap: 6rem;
  }

  .benefit__desc {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    gap: 2.4rem;
  }

  .benefit__desc__title {
    font-size: 3.6rem;
    letter-spacing: -0.036rem;
  }

  .benefit__desc__btn {
    width: 100%;
  }

  .benefit__wrapper {
    flex-direction: column;
  }

  .benefit__item {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 56.7rem;
    padding: 0;
  }

  .benefit__item__desc {
    width: 36.6rem;
  }

  .benefit__item__desc__title {
    text-align: center;

    width: 36.6rem;

    font-size: 3.6rem;
    letter-spacing: -0.036rem;
  }

  .benefit__item__desc__text {
    width: 100%;
  }

  .benefit__item__desc__btn {
    width: 100%;
  }

  .works {
    gap: 3.3rem;
    margin-bottom: 10rem;
  }

  .works__desc {
    width: 39.6rem;
  }

  .works__desc__title {
    font-size: 3.6rem;
    letter-spacing: -0.036rem;
  }

  .works__desc__text {
    width: 100%;

    font-size: 1.4rem;
    letter-spacing: 0.014rem;
  }

  .works__desc__btn {
    width: 100%;
  }

  .works__carousel__btn {
    display: none;
  }

  .works__carousel__wrapper {
    gap: 2rem;
  }

  .works__carousel__track {
    overflow-x: scroll;
  }

  .works__carousel__track__items {
    gap: 0.8rem;
    padding-inline: 2rem;
  }

  .works__carousel__track__items__item {
    min-width: 39.7rem;
    height: 41.2rem;
    border: solid 0.1rem var(--gray-morn-2, #d1d1d6);
  }

  .works__carousel__line {
    width: 39.6rem;
  }

  .works__carousel__line__bar {
    transition: none;
  }

  .services__page {
    gap: 4rem;
    margin: 0 2rem 10rem;
  }

  .services__page__title {
    font-size: 4rem;
    letter-spacing: -0.05rem;
  }

  .services__page__wrapper {
    display: flex;
    flex-direction: column;
  }

  .service__page {
    margin: 0 2rem 10rem;
  }

  .service__page__title {
    font-size: 4rem;
    letter-spacing: -0.05rem;
  }

  .service__page__about {
    flex-direction: column;

    gap: 1.6rem;
  }

  .service__page__about__filter__container {
    position: static;

    width: 100%;
  }

  .service__page__about__filter__button {
    display: flex;
  }

  .service__page__about__filter__button__close {
    display: flex;
  }

  .service__page__about__filter {
    display: none;
  }

  .service__page__about__cards {
    gap: 4rem;
  }

  .service__page__about__cards__card {
    flex-direction: column;

    padding: 0 0 2.2rem;
  }

  .service__page__about__cards__card__img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 31.8rem;
    border-radius: 0.8rem;
  }

  .service__page__about__cards__card__wrapper {
    flex-direction: column;
    justify-content: flex-start;

    gap: 4rem;
    padding-inline: 1.4rem;
  }

  .service__page__about__cards__card__desc {
    justify-content: flex-start;

    width: 100%;
    gap: 2rem;
  }

  .service__page__about__cards__card__desc__wrapper {
    width: 33.1rem;
  }

  .service__page__about__cards__card__desc__title {
    font-size: 2.4rem;
    letter-spacing: -0.024rem;
  }

  .service__page__about__cards__card__desc__tags {
    flex-wrap: wrap;
  }

  .service__page__about__cards__card__desc__tags__link {
    margin-top: 0.4rem;
  }

  .service__page__about__cards__card__price {
    align-items: flex-start;
    gap: 2rem;
  }

  .service__page__about__cards__card__price__wrapper {
    flex-direction: row;
    align-items: center;
  }

  .service__page__about__cards__card__price .btn__size__medium {
    width: 100%;
  }

  .service__item {
    flex-direction: column-reverse;

    gap: 4.2rem;
    margin: 0 2rem 10rem;
  }

  .service__item__images {
    min-width: 100%;
  }

  .service__item__images__img {
    height: 45rem;
    border-radius: 2.4rem;
  }

  .service__item__desc {
    position: static;
  }

  .service__item__desc__enroll__cards {
    height: 5.6rem;
  }

  .service__item__desc__enroll__cards__price {
    width: 100%;
  }

  .service__item__desc__enroll__cards__price__desc__title {
    font-size: 2.4rem;
    letter-spacing: -0.024rem;
  }

  .service__item__desc__enroll__cards__price__desc__text {
    font-size: 1.8rem;
    letter-spacing: -0.018rem;
  }

  .service__item__desc__enroll__cards__place {
    width: 14rem;
  }

  .service__item__desc__enroll__cards__place__text {
    font-size: 1.3rem;
    letter-spacing: 0.013rem;
  }

  .service__item__desc__enroll__cards__place__link {
    white-space: nowrap;

    font-size: 1.3rem;
    letter-spacing: 0.013rem;
  }

  .service__item__desc__enroll__cards__place__icon {
    width: 2.4rem;
    height: 2.4rem;
  }

  .service__item__desc__reviews__card {
    height: 7.2rem;
  }

  .service__item__desc__reviews__card__title {
    font-size: 2.4rem;
    letter-spacing: -0.024rem;
  }

  .sales {
    margin: 0 2rem 10rem;
    gap: 4rem;
  }

  .sales__title {
    font-size: 4rem;
    letter-spacing: -0.05rem;
  }

  .sales__cards {
    display: flex;
    flex-direction: column;

    gap: 2rem;
  }

  .sales__item {
    flex-direction: column-reverse;

    gap: 4rem;
    margin: 0 2rem 10rem;
  }

  .sales__item__img {
    position: static;
    width: 100%;
    height: 51.8rem;
    border-radius: 2.4rem;
  }

  .sales__item__wrapper {
    width: 100%;
  }

  .sales__item__enroll {
    position: relative;

    gap: 0;
  }

  .sales__item__enroll__wrapper {
    width: 100%;
  }

  .sales__item__enroll__card {
    width: 14rem;
    height: 5.6rem;
  }

  .sales__item__enroll__card__text {
    font-size: 1.3rem;
    letter-spacing: 0.013rem;
  }

  .sales__item__enroll__card__link {
    white-space: nowrap;

    font-size: 1.3rem;
    letter-spacing: 0.013rem;
  }

  .sales__item__enroll__card__icon {
    width: 2.4rem;
    height: 2.4rem;
  }

  .sales__item__enroll__btn {
    position: absolute;

    width: 23.8rem;
    height: 5.6rem;
    bottom: 0;
    right: 0;
  }

  .sales__item__desc {
    /* ! Разобраться с отступами текста описания */
    gap: 1.2rem;
  }

  .gallery {
    margin: 5.7rem 2rem 10.4rem;
    gap: 4rem;
  }

  .gallery__wrapper {
    align-items: flex-start;

    gap: 4rem;
  }

  .gallery__filter {
    flex-direction: column;
  }

  .gallery__filter__selector {
    width: 39rem;
  }

  .gallery__pagination__images {
    gap: 2rem;
  }

  .gallery__pagination__images__wrapper {
    flex-direction: column;
  }

  .gallery__pagination__images__image {
    width: 100%;
    height: 39.4rem;
    border-radius: 0.8rem;
  }

  .modal__gallery {
    padding: 2.3rem 2rem 0;
    gap: 4rem;
  }

  .modal__gallery__top__title {
    font-size: 3.6rem;
    letter-spacing: -0.036rem;
  }

  .modal__gallery__wrapper {
    flex-direction: column;
    justify-content: flex-start;

    gap: 4rem;
    margin-left: 0;
    height: 80.8rem;
  }

  .modal__gallery__left {
    width: 100%;
    height: 36.1rem;
  }

  .modal__gallery__right {
    gap: 1.3rem;
    max-height: 40.7rem;
  }

  .modal__gallery__right__column-left,
  .modal__gallery__right__column-right {
    width: 18.85rem;
    gap: 1.56rem;
  }

  .modal__gallery__right__img {
    border-radius: 1rem;
  }

  .contacts {
    margin: 5.7rem 2rem 10rem;
    gap: 8rem;
  }

  .contacts__desc {
    flex-direction: column;
    gap: 4rem;
  }

  .contacts__desc__wrapper {
    width: 100%;
    gap: 1.2rem;
  }

  .contacts__desc__title {
    font-size: 4rem;
    letter-spacing: -0.05rem;
  }

  .contacts__desc__text {
    font-size: 1.2rem;
    letter-spacing: 0.012rem;
  }

  .contacts__desc__info {
    flex-direction: column;

    gap: 4rem;
  }

  .contacts__desc__info__text {
    font-size: 2.8rem;
    letter-spacing: -0.028rem;
  }

  .contacts__form {
    flex-direction: column;

    gap: 4rem;
  }

  .contacts__form__wrapper {
    width: 100%;
    gap: 8rem;
  }

  .contacts__form__desc {
    position: relative;

    gap: 0;
  }

  .contacts__form__desc__wrapper {
    gap: 4rem;
  }

  .contacts__form__desc__more {
    justify-content: space-between;

    gap: 0;
  }

  .contacts__form__desc__more__wrapper {
    gap: 4rem;
  }

  .contacts__form__desc__more__item__title {
    font-size: 1.4rem;
    letter-spacing: 0.014rem;
  }

  .contacts__form__desc__more__item__text {
    font-size: 1.6rem;
    letter-spacing: 0.016rem;
  }

  .contacts__form__desc__btn {
    position: absolute;

    bottom: 0;
    right: 0;
  }

  .contacts__form__map {
    width: 100%;
    height: 45rem;
  }

  .present {
    gap: 3.4rem;
    margin: 5.7rem 2rem 10rem;
  }

  .present__title {
    font-size: 4rem;
    letter-spacing: -0.05rem;
  }

  .present__cards {
    display: flex;
    flex-direction: column;

    gap: 2rem;
  }

  .present__item {
    flex-direction: column-reverse;

    gap: 4rem;
    margin: 0 2rem 10rem;
  }

  .present__item__img {
    width: 100%;
    height: 45rem;
    border-radius: 2.4rem;
  }

  .present__item__wrapper {
    width: 100%;
  }

  .present__item__enroll {
    gap: 1.4rem;
  }

  .present__item__enroll__tags__price {
    width: 100%;
  }

  .subscriptions {
    gap: 4rem;
    margin: 5.7rem 2rem 10rem;
  }

  .subscriptions__title {
    font-size: 4rem;
    letter-spacing: -0.05rem;
  }

  .subscriptions__cards {
    display: flex;
    flex-direction: column;

    gap: 4rem;
  }

  .subscriptions__item {
    flex-direction: column-reverse;

    gap: 4rem;
    margin: 0 2rem 10rem;
  }

  .subscriptions__item__img {
    width: 100%;
    height: 45rem;
    border-radius: 2.4rem;
  }

  .subscriptions__item__wrapper {
    width: 100%;
  }

  .subscriptions__item__enroll {
    gap: 4rem;
  }

  .subscriptions__item__enroll__wrapper {
    /* TODO: Разобраться с отступами в описании абномента */
    gap: 2rem;
  }

  .subscriptions__item__enroll__desc__title {
    font-size: 3.6rem;
    letter-spacing: -0.036rem;
  }

  .vacancies {
    gap: 1.2rem;
    margin: 0 2rem 10rem;
  }

  .vacancies__title {
    font-size: 4rem;
    letter-spacing: -0.05rem;
  }

  .vacancies__wrapper {
    flex-direction: column;

    gap: 4rem;
  }

  .vacancies__contacts {
    position: static;
    width: 100%;
  }

  .vacancies__cards {
    gap: 4rem;
    width: 100%;
  }

  .vacancies__item {
    flex-direction: column;

    margin: 0 2rem 10rem;
  }

  .vacancies__item__info {
    position: static;
  }

  .vacancies__item__info__list {
    position: static;
  }

  .vacancies__item__about__desc__title {
    font-size: 2.4rem;
    letter-spacing: -0.024rem;
  }

  .vacancies__item__about__desc__tags__tag {
    padding: 0.4rem 0.8rem;

    font-size: 1.5rem;
    letter-spacing: 0.015rem;
  }

  .vacancies__item__about__info {
    padding: 3.2rem 2rem;
  }

  .vacancies__item__about__info__enroll__price {
    flex-direction: column-reverse;
    align-items: flex-start;

    gap: 1.2rem;
  }

  .vacancies__item__about__info__enroll__price__btn {
    width: 100%;
  }

  .pravila {
    flex-direction: column-reverse;

    gap: 1.6rem;
    margin: 5.7rem 2rem 6.6rem;
  }

  .pravila__info {
    width: 100%;
  }

  .pravila__about__desc {
    width: 100%;
  }

  .pravila__about__desc__title {
    width: 29rem;

    font-size: 2.4rem;
    letter-spacing: -0.024rem;
  }

  .pravila__about__desc__text {
    width: 100%;

    font-size: 1.4rem;
    letter-spacing: 0.014rem;
  }

  .pravila__about__files {
    flex-direction: column;

    width: 100%;
    gap: 1.6rem;
  }

  .dynamic {
    justify-content: flex-start;

    height: 100%;
    gap: 14rem;
  }

  .dynamic__title {
    margin-inline: 2rem;

    font-size: 4rem;
    letter-spacing: -0.05rem;
  }

  .dynamic__cards {
    overflow-x: scroll;

    width: 100%;
    padding-inline: 2rem;
    gap: 0.8rem;
  }

  .dynamic__cards__card {
    min-width: 38.9rem;
  }

  .dynamic__cards__card__text {
    width: 100%;
  }

  .franchise__about {
    gap: 4rem;
    margin: 0 2rem 10rem;
  }

  .franchise__about__desc {
    align-items: flex-start;

    width: 100%;
  }

  .franchise__about__desc__wrapper {
    align-items: flex-start;

    gap: 1.6rem;
  }

  .franchise__about__desc__tags {
    flex-direction: column;
  }

  .franchise__about__desc__tags .tag__large {
    width: fit-content;

    padding: 0.4rem 0.8rem;
    border-radius: 0.8rem;

    font-size: 1.5rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.015rem;
  }

  .franchise__about__desc__title {
    text-align: start;

    font-size: 3.6rem;
    letter-spacing: -0.036rem;
  }

  .franchise__about__desc__buttons .btn__size__medium {
    padding-inline: 1.7rem;
  }

  .franchise__about__images {
    height: 58rem;
  }

  .franchise__about__images__title {
    width: 26rem;

    font-size: 2.4rem;
    letter-spacing: -0.024rem;
  }

  .franchise__description {
    flex-direction: column;

    margin: 0 2rem 10rem;
    height: auto;
  }

  .franchise__description__image {
    min-width: 100%;
    height: 39.7rem;
  }

  .franchise__description__title {
    width: 100%;

    font-size: 3.6rem;
    letter-spacing: -0.036rem;
  }

  .franchise__concept {
    align-items: flex-start;

    gap: 8.2rem;
    margin-bottom: 10rem;
  }

  .franchise__concept__desc {
    width: 100%;
    padding-inline: 2rem;
  }

  .franchise__concept__desc__wrapper {
    align-items: flex-start;
  }

  .franchise__concept__desc__title {
    width: 26rem;
    font-size: 3.6rem;
    letter-spacing: -0.036rem;
  }

  .franchise__concept__desc__text {
    width: 35.5rem;

    text-align: start;

    font-size: 1.8rem;
    line-height: 140%;
    letter-spacing: 0.018rem;
  }

  .franchise__concept__desc__btn {
    width: 100%;
  }

  .franchise__concept__item {
    width: 39rem;
    height: auto;
  }

  .franchise__business {
    margin: 0 2rem 10rem;
  }

  .franchise__business__desc__title {
    width: 36rem;

    font-size: 3.6rem;
    letter-spacing: -0.036rem;
  }

  .franchise__business__desc__text {
    width: 100%;
  }

  .franchise__business__cards {
    flex-direction: column;

    gap: 1.6rem;
  }

  .franchise__partnership {
    margin: 0 0 10rem;
    gap: 2rem;

    height: auto;
  }

  .franchise__partnership__desc {
    margin-inline: 2rem;
  }

  .franchise__partnership__desc__title {
    font-size: 3.6rem;
    letter-spacing: -0.036rem;
  }

  .franchise__partnership__graphs {
    position: static;
    overflow-x: scroll;

    padding-inline: 2rem;
  }

  .franchise__partnership__graphs__graph {
    min-width: 35.2rem;
  }

  .franchise__partnership__graphs__graph__img {
    width: 100%;
  }

  .franchise__advantages {
    align-items: flex-start;

    margin-bottom: 10rem;
  }

  .franchise__advantages__desc {
    align-items: flex-start;

    width: 100%;
    padding-inline: 2rem;
  }

  .franchise__advantages__desc__wrapper {
    align-items: flex-start;
  }

  .franchise__advantages__desc__title {
    text-align: start;

    width: 100%;

    font-size: 3.6rem;
    letter-spacing: -0.036rem;
  }

  .franchise__advantages__desc__text {
    text-align: start;

    width: 35.6rem;
  }

  .franchise__advantages__desc__btn {
    white-space: nowrap;

    width: 100%;
    padding-inline: 1.7rem;
  }

  .franchise__advantages__item {
    width: 39rem;
    height: auto;
  }

  .franchise__quality {
    flex-direction: column-reverse;
    margin: 0 2rem 10rem;
  }

  .franchise__quality__img {
    width: 100%;
    height: 37.4rem;
  }

  .franchise__quality__desc {
    gap: 3.2rem;
  }

  .franchise__quality__desc__title {
    font-size: 3.6rem;
    letter-spacing: -0.036rem;
  }

  .franchise__quality__desc__text {
    width: 100%;
  }

  .franchise__quality__desc__tags {
    width: 100%;
    gap: 0.4rem;
  }

  .franchise__quality__desc__tags .tag__large {
    padding: 0.4rem 0.8rem;
    border-radius: 0.8rem;

    font-family: "SFProRounded";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.015rem;
  }

  .franchise__authors {
    align-items: flex-start;

    margin: 0 2rem 10rem;
  }

  .franchise__authors__desc {
    align-items: flex-start;
  }

  .franchise__authors__desc__title {
    font-size: 3.6rem;
    letter-spacing: -0.036rem;
  }

  .franchise__authors__desc__text {
    width: 24rem;

    font-size: 2.4rem;
    letter-spacing: -0.024rem;
  }

  .franchise__authors__text {
    width: 29rem;

    font-size: 2.4rem;
    letter-spacing: -0.024rem;
  }

  .franchise__authors__image {
    object-position: center;
  }

  .franchise__partner {
    flex-direction: column;

    margin: 0 2rem 10rem;
  }

  .franchise__partner__title {
    width: 100%;

    font-size: 3.6rem;
    letter-spacing: -0.036rem;
  }

  .franchise__partner__cards__card {
    width: 100%;
  }

  .franchise__partner__cards__card__desc {
    text-align: center;
  }

  .franchise__reviews {
    flex-direction: column;

    margin: 0 2rem 10rem;
  }

  .franchise__reviews__desc {
    width: 100%;
  }

  .franchise__reviews__desc__title {
    font-size: 3.6rem;
    letter-spacing: -0.036rem;
  }

  .franchise__reviews__desc__text {
    width: 100%;
  }

  .franchise__reviews__wrapper {
    width: 100%;
  }

  .franchise__reviews__image {
    height: 42.3rem;
  }

  .franchise__reviews__text {
    width: 31rem;
  }

  .franchise__team {
    flex-direction: column-reverse;

    margin: 0 2rem 10rem;
  }

  .franchise__team__image {
    min-width: 100%;
    height: 45.6rem;
  }

  .franchise__team__desc__title {
    font-size: 3.6rem;
    letter-spacing: -0.036rem;
  }

  .franchise__team__desc__text {
    width: 100%;
  }

  .franchise__contact {
    flex-direction: column-reverse;

    margin: 0 2rem 10rem;
  }

  .franchise__contact__image {
    width: 100%;
    height: 42.1rem;

    object-position: center;
  }

  .franchise__contact__form {
    width: 100%;
  }

  .franchise__contact__form__desc__title {
    font-size: 3.6rem;
    letter-spacing: -0.036rem;
  }

  .franchise__contact__form__inputs {
    width: 100%;
  }

  .price {
    margin: 0 2rem 10rem;
  }

  .price__title {
    font-size: 4rem;
    letter-spacing: -0.05rem;
  }

  .price__wrapper {
    flex-direction: column;

    gap: 1.6rem;
  }

  .price__items {
    width: 100%;
    gap: 1.6rem;
  }

  .price__items__banner {
    display: none;
  }

  .price__items__item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    height: auto;
    padding: 2.4rem 4rem;
    gap: 3.2rem;
  }

  .price__items__item__wrapper {
    flex-direction: column;
    align-items: flex-start;

    gap: 3.2rem;
  }

  .price__items__item__desc {
    display: flex;
    flex-direction: column;

    width: 100%;
    gap: 1.2rem;
  }

  .price__items__item__desc__title,
  .price__items__item__price__text {
    display: flex;
  }

  .price__items__item__price {
    display: flex;
    flex-direction: column;

    gap: 1.6rem;
  }

  .price__items__item .btn__size__large {
    width: 100%;
  }

  .not__found {
    height: calc(100vh - 9rem);
  }

  .not__found__wrapper {
    top: 16.2rem;
    gap: 3.2rem;
  }

  .not__found__desc {
    gap: 2.4rem;
  }

  .not__found__desc h1 {
    font-size: 21rem;
    letter-spacing: -0.21rem;
  }

  .not__found__desc p {
    font-size: 2rem;
    line-height: 130%;
    letter-spacing: 0.02rem;
  }

  .not__found__back {
    width: 53.4rem;
    height: 53.4rem;
  }

  .back-1 {
    top: -4.7rem;
    left: -19.5rem;
  }

  .back-2 {
    width: 53.8rem;
    height: 53.8rem;

    top: 50.5rem;
    right: -23.8rem;

    opacity: 0.32;
  }

  .studios {
    margin: 0 2rem 10rem;
    gap: 3.6rem;
  }

  .studios__wrapper {
    gap: 2rem;
  }

  .studios_selectors {
    flex-direction: column;

    gap: 1.2rem;
  }

  .studios_selectors .input {
    width: 100%;
  }

  .studios_selectors .selector {
    width: 100%;
  }

  .studios__list {
    flex-direction: column;
    align-items: flex-start;

    height: auto;
    gap: 0;
  }

  .studios__title {
    font-size: 4rem;
    letter-spacing: -0.05rem;
  }

  .studios__list__wrapper {
    width: 100%;
    gap: 0;
  }

  .studios__list__items {
    width: 100%;
    overflow: hidden;
  }

  .studios__list__items__item {
    justify-content: flex-start;

    height: auto;
    padding: 4.2rem 0;
  }

  .studios__list__items__item__wrapper {
    flex-direction: column;

    gap: 1.2rem;
  }

  .studios__list__items__item__info:nth-child(1),
  .studios__list__items__item__info:nth-child(2),
  .studios__list__items__item__info:nth-child(3) {
    width: 100%;
  }

  .studios__list__track {
    display: none;
  }

  .studios__list__map {
    width: 100%;
    height: 45rem;
  }

  .studios__list__metro {
    height: 45rem;
  }

  .studio {
    margin: 0 2rem 10rem;
    gap: 3rem;
  }

  .studio__title {
    font-size: 3.6rem;
    letter-spacing: -0.036rem;
  }

  .studio__wrapper {
    flex-direction: column;
    gap: 4rem;
  }

  .studio__info {
    width: 100%;
  }

  .studio__info__gallery {
    width: 100%;
    height: 42.8rem;
  }

  .studio__info__gallery__progress {
    width: 100%;
  }

  .studio__info__item {
    flex-direction: column;
    justify-content: flex-start;

    gap: 2.7rem;
  }

  .studio__info__item__wrapper {
    width: 100%;
  }

  .studio__info__item__desc {
    width: 100%;
  }

  .info__item__desc-3 {
    width: 100%;
  }

  .studio__info .btn__size__medium {
    width: 100%;
  }

  .studio__services {
    gap: 4rem;
    width: 100%;
  }

  .studio__services__item__wrapper {
    flex-direction: column;
    justify-content: flex-start;

    gap: 2.2rem;
  }

  .studio__services__item__wrapper .btn__size__medium {
    gap: 0.4rem;
    padding: 0.75rem 1.6rem 0.85rem 1.6rem;
    border-radius: 0.8rem;

    font-family: "SFProRounded";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.015rem;
  }

  .studio__services__item__desc {
    width: 100%;
  }

  .studio__services__item__desc__title {
    font-size: 2.4rem;
    letter-spacing: -0.024rem;
  }

  .studio__services__item__desc__text {
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.016rem;
  }

  .studio__services__item__links {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;

    width: 100%;
  }

  .studio__map {
    position: static;
    width: 100%;
    height: 45rem;
  }

  .politika,
  .soglasie {
    margin: 0 2rem 10rem;
    gap: 4rem;
  }

  .politika__title,
  .soglasie__title {
    font-size: 3.6rem;
    letter-spacing: -0.036rem;
  }

  .politika__wrapper {
    flex-direction: column;

    gap: 7.7rem;
  }

  .politika__list {
    position: static;

    top: 0;
    width: 100%;
  }

  .politika__content {
    width: 100%;
    gap: 6rem;
  }

  .politika__content__item {
    gap: 2.4rem;
  }

  .soglasie__title {
    width: 100%;
  }

  .article,
  .article__section {
    gap: 4rem;
    margin: 0 2rem 10rem;
  }

  .article__title,
  .article__section__title {
    font-size: 3.6rem;
    letter-spacing: -0.036rem;
  }

  .article__wrapper,
  .article__section__wrapper {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 2.8rem;
  }

  .article__item,
  .article__section__item {
    width: 100%;
  }

  .article__section__item__wrapper .btn__size__small {
    width: 100%;
  }

  .article__detail {
    gap: 4rem;
    margin: 0 0 10rem;
  }

  .article__detail__title {
    margin-inline: 2rem;

    font-size: 3.6rem;
    letter-spacing: -0.036rem;
  }

  .article__detail__wrapper {
    gap: 3.4rem;
  }

  .article__detail__img {
    height: 34.6rem;
  }

  .article__detail__desc {
    margin-inline: 2rem;

    font-size: 1.5rem;
    letter-spacing: 0.015rem;
  }

  .article__detail__desc h2 {
    font-size: 2.4rem;
    letter-spacing: -0.024rem;
  }
}

/* End */
/* /bitrix/templates/zametno/assets/css/reset.css?17289352801524 */
/* /bitrix/templates/zametno/assets/css/fonts.css?17289352802155 */
/* /bitrix/templates/zametno/assets/css/base.css?1728957805825 */
/* /bitrix/templates/zametno/assets/css/ui-kit.css?172952043018104 */
/* /bitrix/templates/zametno/assets/css/template.css?172957375724332 */
/* /bitrix/templates/zametno/assets/css/main.css?172956373277568 */
