

/* Start:/local/templates/proshiyu/css/main.css?1783344899138487*/
@charset "UTF-8";
a {
  outline: none !important;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
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,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
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%;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

a {
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: inherit;
  text-decoration: 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;
}

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type='submit'] {
  appearance: none;
}

input[type='search'] {
  appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* Arial Bold Italic */
@font-face {
  font-family: 'OpenSans';
  src: url("/local/templates/proshiyu/css/../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

/* Arial Regular */
@font-face {
  font-family: 'OpenSans';
  src: url("/local/templates/proshiyu/css/../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Century Gothic Regular */
@font-face {
  font-family: 'Century Gothic';
  src: url("/local/templates/proshiyu/css/../fonts/centurygothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Century Gothic Bold */
@font-face {
  font-family: 'Century Gothic';
  src: url("/local/templates/proshiyu/css/../fonts/centurygothic_bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

.container {
  max-width: 86.25rem;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 90rem) {
  .container {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

@media (max-width: 80rem) {
  .container {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 62rem) {
  .container {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}

.red-hover {
  transition: all ease .3s;
  background: #ab0009;
  color: #fff;
}

.red-hover:hover {
  background: #8C141E;
  transition: all ease .3s;
}

.black-hover {
  transition: all ease .3s;
  background: #1e1c1c;
}

.black-hover:hover {
  background: #434348;
  transition: all ease .3s;
}

.gray-hover {
  transition: all ease .3s;
  background: #f2f3f7;
}

.gray-hover:hover {
  background: #DDDFE8;
  transition: all ease .3s;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 3.375rem;
  padding: 1rem 1.875rem;
  border-radius: 100px;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}

.breadcrumbs {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.breadcrumbs a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #7c84a3;
}

.breadcrumbs a::after {
  content: '/';
}

.breadcrumbs a:last-child {
  pointer-events: none;
  color: #dddfe8;
}

.breadcrumbs a:last-child::after {
  display: none;
}

.swiper-arrows {
  display: flex;
  gap: 0.625rem;
}

.swiper-arrows div {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.625rem;
  height: 3.625rem;
  border-radius: 50px;
  transition: all ease .3s;
  background: #fff;
}

.swiper-arrows div svg path {
  transition: all ease .3s;
}

.swiper-arrows div:hover {
  transition: all ease .3s;
  background: #1e1c1c;
}

.swiper-arrows div:hover svg path {
  fill: #fff;
  transition: all ease .3s;
}

.page-back {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

section {
  padding: 5rem 0;
}

.title-section {
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.no-found {
  padding-top: 6.25rem;
  padding-bottom: 6.5625rem;
}

.no-found-img {
  max-width: 38.125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.no-found-img img {
  width: 100%;
  height: auto;
}

.no-found-text {
  margin-top: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.125rem;
  width: 100%;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 150%;
  text-align: center;
  color: #1e1c1c;
}

.no-found-btn {
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

.text-page {
  padding-top: 2.5rem;
  padding-bottom: 7.5rem;
}

.text-page h1 {
  margin-bottom: 1.875rem;
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.text-page h2 {
  margin-bottom: 1.25rem;
  font-size: 1.625rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.text-page p {
  margin-bottom: 1.875rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 150%;
  color: #1e1c1c;
}

.text-page p a {
  color: #ab0009;
}

.text-page ul {
  font-family: "OpenSans", sans-serif;
  margin-bottom: 1.875rem;
  list-style: disc;
  margin-left: 0.9375rem;
}

.text-page ul li {
  margin-bottom: 0.75rem;
  line-height: normal;
}

.text-page ul li:last-child {
  margin-bottom: 0;
}

.text-page ul li::marker {
  color: #8C141E;
}

.text-page ol {
  font-family: "OpenSans", sans-serif;
  margin-bottom: 1.875rem;
  list-style: decimal;
  margin-left: 0.9375rem;
}

.text-page ol li {
  margin-bottom: 0.75rem;
  line-height: normal;
}

.text-page ol li:last-child {
  margin-bottom: 0;
}

/* Основной контейнер */
.bx-auth {
  max-width: 400px;
  margin: 40px auto;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  /* Подставь свой шрифт, если он отличается */
  color: #333;
}

/* Сбрасываем табличную структуру для современного отображения */
.bx-changepass-table,
.bx-changepass-table tbody,
.bx-changepass-table tr,
.bx-changepass-table td,
.bx-changepass-table thead,
.bx-changepass-table tfoot {
  display: block;
  width: 100%;
  border: none;
}

/* Заголовок формы ("Смена пароля") */
.bx-changepass-table thead td {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #1a1a1a;
}

.bx-changepass-table thead b {
  font-weight: 800;
}

/* Сбрасываем отступы у ячеек */
.bx-changepass-table tbody td {
  padding: 0;
}

/* Стили для подписей полей (Лейблы) */
.bx-changepass-table tbody tr td:nth-child(odd) {
  font-size: 14px;
  color: #888;
  margin-bottom: 5px;
  padding-left: 5px;
}

/* Скрываем звездочку, так как в макете она просто часть текста (или можно оставить ее красной) */
.starrequired {
  color: #333;
}

/* Стилизация полей ввода */
.bx-changepass-table tbody tr td:nth-child(even) {
  margin-bottom: 15px;
  /* Отступ между полями */
}

.bx-auth-input {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  /* Скругленные углы как на макете */
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.3s ease;
  font-family: inherit;
}

.bx-auth-input:focus {
  border-color: #1a1a1a;
}

/* Стилизация основной черной кнопки */
.bx-changepass-table tfoot td {
  text-align: center;
  margin-top: 10px;
}

input[type="submit"][name="change_pwd"] {
  width: 100%;
  background-color: #1d1d1b;
  /* Темный цвет */
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 18px;
  border: none;
  border-radius: 30px;
  /* Сильное скругление (pill-shape) */
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: inherit;
}

input[type="submit"][name="change_pwd"]:hover {
  background-color: #333333;
}

/* Стилизация текста-подсказок под формой */
.bx-auth p {
  text-align: center;
  font-size: 13px;
  color: #888;
  margin-top: 15px;
}

/* Стилизация ссылки "Авторизация" под красную кнопку из макета */
.bx-auth p:last-child {
  margin-top: 20px;
}

.bx-auth p:last-child a {
  display: block;
  width: 100%;
  background-color: #b00000;
  /* Красный цвет из макета */
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 18px;
  border-radius: 30px;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}

.bx-auth p:last-child a b {
  font-weight: bold;
}

.bx-auth p:last-child a:hover {
  background-color: #8a0000;
}

.cookies {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 11;
  width: 32.0625rem;
  border-radius: 20px;
  padding: 1.875rem;
  background: #1c1c1c;
}

.cookies-text {
  margin-bottom: 2rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 150%;
  color: #fff;
}

.cookies-text a {
  text-decoration: underline;
}

.cookies-btn {
  cursor: pointer;
}

.video-mobile {
  display: none;
}

@media (max-width: 62rem) {
  .btn {
    padding: 0 1.125rem;
    height: 3rem;
    font-size: 1rem;
  }
  .title-section {
    font-size: 2.125rem;
  }
}

@media (max-width: 48rem) {
  section {
    padding: 1.875rem 0;
  }
  .btn {
    height: 2.375rem;
    font-size: 0.875rem;
  }
  .swiper-arrows div {
    width: 2.375rem;
    height: 2.375rem;
  }
  .swiper-arrows div svg {
    width: 8px;
    height: auto;
  }
  .title-section {
    font-size: 1.625rem;
    line-height: 120%;
  }
  .no-found {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .no-found-text {
    margin-top: 2rem;
    font-size: 0.875rem;
    line-height: 145%;
  }
  .no-found-btn {
    margin-top: 2rem;
  }
  .text-page {
    padding-top: 1.25rem;
    padding-bottom: 10rem;
  }
  .text-page h1 {
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
    line-height: 120%;
  }
  .text-page h1 br {
    display: none;
  }
  .text-page h2 {
    margin-bottom: 1.25rem;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
  }
  .text-page p {
    margin-bottom: 1.25rem;
    font-size: 14px;
    line-height: 145%;
  }
  .text-page p a {
    color: #ab0009;
  }
  .text-page ul, .text-page ol {
    margin-bottom: 1.25rem;
  }
  .cookies {
    right: 0.75rem;
    border-radius: 20px;
    padding: 1rem;
    max-width: 21.25rem;
    width: 100%;
  }
  .cookies-text {
    margin-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 150%;
  }
  .video-desktop {
    display: none;
  }
  .video-mobile {
    display: block;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  background: #fff;
  transition: all ease .4s;
}

.header.header-fixed {
  top: -10.4375rem;
  transition: all ease .4s;
}

.header.header-fixed .header-bottom .header-search {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  transform: scale(1);
  transition: all ease .3s;
}

.header.header-fixed .header-bottom .header-login {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  transform: scale(1);
  transition: all ease .3s;
}

.header.header-fixed .header-menu__left, .header.header-fixed .header-menu__right {
  gap: 1.25rem;
}

.header-bar {
  height: 2.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #ab0009;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 120%;
  color: #fff;
}

.header-top {
  padding: 1.875rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-action {
  display: flex;
  gap: 1.25rem;
}

.header-search {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #1e1c1c;
}

.header-favorite {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #f2f3f7;
}

.header-login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0 24px;
  border-radius: 100px;
  background: #ab0009;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}

.header-bottom {
  border-top: 1px solid #DDDFE8;
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-bottom .header-search {
  width: 0;
  height: 0;
  transform: scale(0);
}

.header-bottom .header-login {
  padding: 0;
  width: 0;
  height: 0;
  transform: scale(0);
}

.header-menu__left {
  display: flex;
  align-items: center;
  gap: 0;
}

.header-menu__right {
  display: flex;
  align-items: center;
  gap: 0;
}

.header-menu ul {
  display: flex;
  gap: 1.25rem;
}

.header-menu a {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.header-menu li {
  position: relative;
}

.header-menu li:hover .sub-menu {
  transform: translate(-50%, 0);
  transition: all ease .3s;
  visibility: visible;
  opacity: 1;
}

.header-menu ul.sub-menu {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translate(-50%, 1.25rem);
  display: block;
  border-radius: 20px;
  padding: 1.875rem;
  box-shadow: 0 0 58px 0 rgba(124, 132, 163, 0.3);
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all ease .2s;
}

.header-menu ul.sub-menu::before {
  content: "";
  position: absolute;
  top: -25px;
  display: block;
  width: 100%;
  height: 30px;
}

.header-menu ul.sub-menu li {
  margin-bottom: 1.25rem;
}

.header-menu ul.sub-menu li:last-child {
  margin-bottom: 0;
}

.header-menu ul.sub-menu li a {
  white-space: nowrap;
}

.header-burger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: #AB0009;
  border-radius: 50px;
  transition: all ease .3s;
  display: none;
}

.header-burger svg:nth-child(2) {
  display: none;
}

.header-burger.open {
  background: #1e1c1c;
  transition: all ease .3s;
}

.header-burger.open svg:nth-child(1) {
  display: none;
}

.header-burger.open svg:nth-child(2) {
  display: block;
}

.bottom-menu {
  display: none;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 11;
  border-radius: 16px;
  padding: 0.375rem;
  width: 16.75rem;
  height: 4.25rem;
  box-shadow: 0 0 20px 0 rgba(30, 28, 28, 0.23);
  background: #fff;
}

.bottom-menu__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 100%;
  color: #7c84a3;
}

.bottom-menu.bottom-menu__account {
  width: calc(100% - 1rem);
}

.bottom-menu.bottom-menu__account .bottom-menu__item {
  border-radius: 12px;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.bottom-menu.bottom-menu__account .bottom-menu__item.current {
  background: #f2f3f7;
}

.bottom-menu.bottom-menu__account .bottom-menu__item.current svg path {
  fill: #AB0009;
}

.bottom-menu.bottom-menu__account .bottom-menu__item.back {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f3f7;
  border-radius: 12px;
  width: 2.75rem;
  height: 3.5rem;
}

.mob-menu {
  display: none;
  padding: 1.375rem 0.875rem;
  padding-top: 0;
  position: fixed;
  z-index: 10;
  top: 4.25rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.mob-menu__tab {
  position: relative;
  margin-top: 1.25rem;
  border-radius: 20px;
  padding: 1.125rem;
  background: #F2F3F7;
}

.mob-menu__tab-arrow {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  transition: all ease .3s;
}

.mob-menu__tab ul {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.mob-menu__tab ul li a {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1E1C1C;
}

.mob-menu__tab.open .mob-menu__tab-arrow {
  transform: scale(-1);
  transition: all ease .3s;
}

.mob-menu__login {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 100px;
  padding: 0.75rem 24px;
  width: 100%;
  max-width: 30rem;
  height: 3rem;
  background: #AB0009;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 80rem) {
  .header-menu a {
    font-size: 0.75rem;
  }
}

@media (max-width: 62rem) {
  .header-favorite, .header-login {
    display: none;
  }
  .header-bottom {
    display: none;
  }
  .header-logo svg {
    width: 12.5rem;
    height: auto;
  }
  .header-bar {
    display: none;
  }
  .header-burger {
    display: flex;
  }
  .bottom-menu {
    display: flex;
  }
  .header.header-fixed {
    top: 0;
  }
}

@media (max-width: 48rem) {
  .header-top {
    padding: 0;
    height: 4.25rem;
  }
  .header-action {
    gap: 0.5rem;
  }
  .header-search {
    width: 2.5rem;
    height: 2.5rem;
  }
  .header-search svg {
    width: 1.1875rem;
    height: auto;
  }
  .header-burger {
    width: 2.5rem;
    height: 2.5rem;
  }
  .header-logo svg {
    width: 8.625rem;
  }
}

.hero {
  padding: 0;
  height: 34.375rem;
  margin-top: 0.75rem;
}

.hero-slider {
  position: relative;
}

.hero-slider__item {
  position: relative;
}

.hero-slider__item-block {
  padding: 1.875rem;
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  max-width: 28.125rem;
  width: 100%;
  background: #fff;
  border-radius: 1.25rem;
  transform: translateY(3.125rem);
  opacity: 0;
}

.hero-slider__item-title {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.hero-slider__item-date {
  margin-top: 1.875rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.hero-slider__item-btn {
  margin-top: 1.875rem;
}

.hero-slider__item-img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.hero-slider__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.hero-slider__item-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero .swiper-slide-active .hero-slider__item-block {
  transform: translateY(0);
  transition: all ease .7s;
  opacity: 1;
}

.hero .swiper-slide-active .hero-slider__item-img img {
  transform: scale(1.2);
  transition: all ease 25s;
}

.hero .swiper-arrows {
  position: absolute;
  z-index: 1;
  right: 1.75rem;
  bottom: 1.75rem;
}

@media (max-width: 62rem) {
  .hero-slider__item-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 48rem) {
  .hero {
    background: #f2f3f7;
  }
  .hero .container {
    height: 100%;
    padding: 0;
  }
  .hero-slider {
    height: 100%;
  }
  .hero-slider__item-img {
    height: 19rem;
    border-radius: 0 0 15px 15px;
  }
  .hero-slider__item-img img {
    border-radius: 0;
  }
  .hero-slider__item-block {
    max-width: 100%;
    width: calc(100% - 1.75rem);
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 4.375rem;
    height: 15.625rem;
    border-radius: 18px;
    padding: 1.125rem;
  }
  .hero .swiper-slide-active .hero-slider__item-block {
    transform: translateX(-50%);
  }
  .hero-slider__item-title {
    font-size: 1.625rem;
    line-height: 120%;
  }
  .hero-slider__item-date {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 130%;
  }
  .hero-slider__item-btn {
    margin-top: 1rem;
  }
  .hero .swiper-arrows {
    top: 10.625rem;
    right: 14px;
  }
}

.event {
  padding: 3.75rem 0;
}

.event-row {
  margin-top: 40px;
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}

.event-item {
  position: relative;
  width: calc(33.33% - 1.6875rem);
}

.event-item__top {
  position: relative;
}

.event-item__img {
  display: flex;
  position: relative;
  height: 20rem;
  border-radius: 20px;
  overflow: hidden;
}

.event-item__img::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 83.59%, rgba(0, 0, 0, 0.3) 100%);
}

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

.event-item__action {
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0 1.125rem;
  display: flex;
  justify-content: space-between;
}

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

.event-item__date .el {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.125rem 12px 2px 2px;
  width: max-content;
  height: 1.25rem;
  background: #fff;
  border-radius: 100px;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.event-item__date .el::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/local/templates/proshiyu/css/../img/icon/calendar-icon-event.svg) no-repeat;
}

.event-item__date .el.registr {
  padding: 2px 12px 2px 12px;
}

.event-item__date .el.registr::before {
  display: none;
}

.event-item__favorite svg path {
  transition: all ease .3s;
}

.event-item__favorite.active svg path {
  fill: #AB0009;
  transition: all ease .3s;
}

.event-item__favorite:hover svg path {
  fill: #AB0009;
  transition: all ease .3s;
}

.event-item__title {
  display: block;
  margin-top: 1.25rem;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #1e1c1c;
}

.event-item__tags {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.event-item__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 0.1875rem 0.75rem;
  height: 1.4375rem;
  background: #f2f3f7;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.event-item__registr {
  position: absolute;
  right: 1rem;
  bottom: 0.75rem;
  border-radius: 100px;
  padding: 0 24px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  font-weight: 700;
  font-size: 1rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  background: #ab0009;
}

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

.event-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 3.375rem;
  border-radius: 100px;
  padding: 0 1.875rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.event-hero {
  margin-top: 1.25rem;
  display: flex;
}

.event-hero__content {
  position: relative;
  border-radius: 30px;
  padding: 1.875rem;
  width: 32.6875rem;
  min-width: 32.6875rem;
  height: 31.875rem;
  background: #f2f3f7;
}

.event-hero__content-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.event-hero__content-tags .el {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 1.25rem;
  border-radius: 100px;
  padding: 0.1875rem 0.75rem;
  background: #fff;
}

.event-hero__content-tags .el.red {
  background: #ab0009;
  color: #fff;
}

.event-hero__title {
  margin-top: 2.5rem;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.event-hero__date {
  margin-top: 4.625rem;
  display: flex;
  gap: 1.75rem;
}

.event-hero__date p {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.event-hero__time {
  margin-top: 1.75rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.event-hero__footer {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  position: absolute;
  left: 1.875rem;
  bottom: 1.875rem;
}

.event-hero__btn {
  background: #ab0009;
}

.event-hero__btn.disable {
  pointer-events: none;
  background: #fafafc;
  color: #dddfe8;
}

.event-hero__favorite {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.375rem;
  height: 3.375rem;
  background: #fff;
  border-radius: 50%;
}

.event-hero__slider {
  position: relative;
  border-radius: 30px;
  width: 100%;
  height: 31.875rem;
  overflow: hidden;
}

.event-hero__slider .swiper-arrows {
  position: absolute;
  z-index: 1;
  right: 1.875rem;
  bottom: 1.875rem;
}

.event-hero__slider-item {
  width: 100%;
  height: 100%;
}

.event-hero__slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-content__item {
  display: flex;
  padding: 2.5rem 0;
  border-bottom: 1px solid #f2f3f7;
}

.event-content__item-title {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.event-content__item .calendar-container {
  margin-top: 0;
}

.event-content__item-col:nth-child(1) {
  width: 32.6875rem;
  min-width: 32.6875rem;
}

.event-content__item-col:nth-child(2) {
  max-width: 53.5rem;
  width: 100%;
  font-family: "OpenSans", sans-serif;
}

.event-content__item-col:nth-child(2) p {
  margin-bottom: 0.75rem;
}

.event-content__item-col:nth-child(2) p:last-child {
  margin-bottom: 0;
}

.event-content__item-col:nth-child(2) p ul {
  list-style: disc;
  margin-left: 0.9375rem;
}

.event-content__item-col:nth-child(2) p ul li {
  margin-bottom: 0.75rem;
}

.event-content__item-col:nth-child(2) p ul li:last-child {
  margin-bottom: 0;
}

.event-content__item-col:nth-child(2) p ul li::marker {
  color: #ab0009;
}

.event-content__item-about {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.event-content__item-about .el {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1e1c1c;
  border-radius: 100px;
  padding: 0.625rem 1.125rem;
  width: max-content;
  height: 2.5rem;
  background: #1e1c1c;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 145%;
  color: #fff;
}

.event-content__item-about-text p {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #1e1c1c;
}

.event-content__item-about-text a {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #ab0009;
}

.event-content__item-about-time {
  margin-top: 2.8125rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.event-content__item-about-time .el {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  padding: 1.25rem;
  height: 5.625rem;
  background: #f2f3f7;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #1e1c1c;
}

.event-content__item-about-time .el b {
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #1e1c1c;
}

.event-content__item table {
  width: 100%;
}

.event-content__item table tr:nth-child(1) td {
  padding-top: 0;
}

.event-content__item table tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}

.event-content__item table td {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #f2f3f7;
}

.event-content__item table td:last-child {
  text-align: right;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: -0.02em;
}

.event-content__item table h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: -0.02em;
}

.event-content__item table ul {
  margin-top: 0.625rem;
}

.event-content__item table ul li {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
}

.event-content__item ul li {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #1e1c1c;
}

.event-content__item.map img {
  width: 100%;
  height: 22.0625rem;
  border-radius: 30px;
}

.event-content__item.map iframe {
  width: 100%;
  height: 22.0625rem;
  border-radius: 30px;
}

.event-content__item.map h2 {
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: -0.02em;
}

.event-content__item.map h3 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
}

.event-content__item.map ul {
  margin-bottom: 0.625rem;
  list-style: disc;
  margin-left: 0.9375rem;
}

.event-content__item.map ul li {
  font-size: 1rem;
  line-height: 150%;
}

.event-content__item.map .tab {
  display: none;
}

.event-content__item.map .tab.active {
  display: block;
}

.event-content__item .map-btns {
  margin-top: 2.5rem;
  display: flex;
  gap: 0.625rem;
}

.event-content__item .map-btns__item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1e1c1c;
  border-radius: 100px;
  padding: 0.625rem 1.125rem;
  height: 2.5rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 145%;
  color: #1e1c1c;
  transition: all ease .3s;
}

.event-content__item .map-btns__item.active {
  background: #1e1c1c;
  color: #fff;
}

.event-content__item .map-btns__item:hover {
  background: #1e1c1c;
  color: #fff;
}

.event-actuality {
  padding-top: 4.375rem;
  padding-bottom: 2.5rem;
}

.event-actuality .event-row {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.event-actuality__btn {
  margin-top: 1.875rem;
  display: none;
  align-items: center;
  justify-content: center;
  height: 2.375rem;
  border-radius: 100px;
  padding: 0.625rem 1.125rem;
  background: #ab0009;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}

.event-banner {
  margin-bottom: 3.75rem;
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 20.1875rem;
  padding: 2.5rem 2.75rem;
}

.event-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.event-banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  object-position: left;
}

.event-banner__img img:nth-child(2) {
  display: none;
}

.event-banner a {
  background: #1e1c1c;
}

.event-action {
  display: flex;
  align-items: center;
  gap: 5.625rem;
  position: fixed;
  z-index: 11;
  left: 50%;
  transform: translate(-50%, 150%);
  bottom: 2.5rem;
  border-radius: 16px;
  padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  width: 63.75rem;
  background: #1e1c1c;
  transition: all ease .5s;
}

.event-action.active {
  transform: translate(-50%, 0);
  transition: all ease .5s;
}

.event-action__img {
  border-radius: 9px;
  width: 7.5rem;
  min-width: 7.5rem;
  height: 4.625rem;
}

.event-action__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
}

.event-action__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
}

.event-action__btn {
  margin-left: auto;
}

.event-togo__head {
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem;
}

.event-togo__head-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 2.5rem;
  border: 1px solid #dddfe8;
  border-radius: 100px;
  padding: 0.625rem 1.125rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 145%;
  color: #1e1c1c;
  transition: all ease .3s;
}

.event-togo__head-item:hover {
  background: #1e1c1c;
  color: #fff;
  border: 1px solid #1e1c1c;
  transition: all ease .3s;
}

.event-togo__head-item.active {
  background: #1e1c1c;
  color: #fff;
  border: 1px solid #1e1c1c;
}

.event-togo__wrap {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.event-togo__item {
  display: flex;
  gap: 1.25rem;
  border-radius: 30px;
  padding: 1.25rem;
  background: #f2f3f7;
}

.event-togo__item-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event-togo__item-img {
  min-width: 15rem;
  width: 15rem;
  height: 100%;
}

.event-togo__item-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.event-togo__item-tags {
  display: flex;
  gap: 0.5rem;
}

.event-togo__item-tags .el {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.125rem 0.75rem 0.125rem 0.75rem;
  width: max-content;
  height: 1.25rem;
  background: #fff;
  border-radius: 100px;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.event-togo__item-title {
  max-width: 25rem;
  margin-top: 1.25rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 120%;
  color: #1e1c1c;
}

.event-togo__item-action {
  margin-top: 1.25rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.event-togo__item-action .btn {
  padding: 0 1.125rem;
  height: 2.375rem;
  font-size: 0.875rem;
}

.event-togo__item-delete {
  color: #1e1c1c;
  background: #fff;
}

.event-togo__item-delete span:nth-child(2) {
  display: none;
}

.event-togo__group {
  display: none;
}

.event-togo__group.active {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

@media (max-width: 1440px) {
  .event-content__item-col:nth-child(2) {
    max-width: 44.5rem;
  }
}

@media (max-width: 62rem) {
  .event-row {
    margin-top: 1.25rem;
    gap: 1.875rem;
  }
  .event-item {
    width: calc(50% - 0.9375rem);
  }
  .event-item__img {
    height: 13.125rem;
  }
  .event-item__registr {
    padding: 0 1.125rem;
    height: 2.375rem;
    font-size: 0.875rem;
    line-height: 130%;
  }
  .event-item__title {
    margin-top: 0.625rem;
    font-size: 1.125rem;
    line-height: 120%;
  }
  .event-item__tags {
    margin-top: 0.625rem;
    gap: 0.375rem;
  }
  .event-item__tag {
    font-size: 0.75rem;
    line-height: 120%;
  }
  .event-item__date .el {
    font-size: 0.75rem;
    line-height: 120%;
  }
  .event-item__action {
    padding: 0 0.75rem;
    top: 0.75rem;
  }
  .event-footer {
    margin-top: 1.25rem;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .event-btn {
    height: 2.375rem;
    font-size: 0.875rem;
    line-height: 130%;
  }
  .event-hero__content {
    min-width: unset;
  }
  .event-hero__title {
    font-size: 1.375rem;
  }
  .event-content__item {
    padding: 1.25rem 0;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .event-content__item-title {
    font-size: 1.25rem;
    line-height: 120%;
    letter-spacing: -0.02em;
  }
  .event-content__item-about .el {
    padding: 0.5rem 1.125rem;
    height: 2.25rem;
    font-size: 0.875rem;
    line-height: 145%;
  }
  .event-content__item-about-text p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 145%;
  }
  .event-content__item-about-time {
    margin-top: 1.25rem;
    flex-wrap: wrap;
    gap: 8px;
  }
  .event-content__item-about-time .el {
    border-radius: 20px;
    padding: 0.75rem 1.3125rem;
    height: 3.75rem;
    font-size: 14px;
    line-height: 145%;
  }
  .event-content__item-about-time .el b {
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 120%;
  }
  .event-content__item-col:nth-child(1) {
    width: 100%;
    min-width: 100%;
  }
  .event-content__item table h3 {
    font-size: 1.125rem;
    line-height: 120%;
  }
  .event-content__item table td:last-child {
    font-size: 1.125rem;
    line-height: 120%;
  }
  .event-content__item table ul li {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 145%;
  }
  .event-content__item table td {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .event-content__item ul li {
    font-size: 0.875rem;
    line-height: 145%;
  }
  .event-content__item.map h2 {
    margin-bottom: 0.75rem;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 120%;
  }
  .event-content__item.map ul li {
    font-size: 0.875rem;
    line-height: 145%;
  }
  .event-content__item.map h3 {
    font-size: 1rem;
    line-height: 150%;
  }
  .event-content__item .map-btns {
    margin-top: 1.25rem;
  }
  .event-content__item.map img {
    border-radius: 20px;
    height: 14.375rem;
    object-fit: cover;
  }
  .event-content__item.map iframe {
    border-radius: 20px;
    height: 14.375rem;
  }
  .event-actuality__btn {
    display: flex;
  }
  .event-action {
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    transform: translate(-50%, 0);
    bottom: auto;
    top: 4.25rem;
    background: #f2f3f7;
    border-radius: 0 0 16px 16px;
    padding: 1rem;
  }
  .event-action__img {
    display: none;
  }
  .event-action__btn {
    width: 100%;
    margin-left: 0;
  }
  .event-action__title {
    text-align: center;
    font-size: 0.875rem;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #1e1c1c;
  }
}

@media (max-width: 48rem) {
  .event-item {
    width: 100%;
  }
  .event-btn {
    width: 100%;
  }
  .event-hero {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
    flex-wrap: wrap;
    background: #f2f3f7;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .event-hero__content {
    width: 100%;
    height: auto;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px 14px;
  }
  .event-hero__footer {
    display: none;
    position: static;
  }
  .event-hero__title {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    line-height: 120%;
    letter-spacing: -0.02em;
  }
  .event-hero__date {
    margin-top: 1.25rem;
  }
  .event-hero__time {
    margin-top: 1.25rem;
    line-height: 130%;
    letter-spacing: -0.02em;
  }
  .event-hero__date p {
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
  }
  .event-hero__slider {
    border-radius: 20px;
    height: auto;
  }
  .event-hero__content-tags .el {
    height: 1.25rem;
    font-size: 0.75rem;
    line-height: 120%;
    padding: 0 0.75rem;
  }
  .event-hero__slider .swiper-arrows {
    right: 1rem;
    bottom: 1rem;
  }
  .event-actuality {
    padding-bottom: 1.875rem;
  }
  .event-banner {
    height: 26.5625rem;
    padding: 1.75rem 2.75rem;
  }
  .event-banner__img img:nth-child(1) {
    display: none;
  }
  .event-banner__img img:nth-child(2) {
    display: block;
  }
  .event-togo__item {
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 1.125rem;
  }
  .event-togo__item-img {
    max-width: 30rem;
    width: 100%;
    min-width: unset;
    height: auto;
  }
  .event-togo__item-img img {
    object-fit: cover;
    border-radius: 16px;
  }
  .event-togo__item-title {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 120%;
  }
  .event-togo__item-delete span:nth-child(1) {
    display: none;
  }
  .event-togo__item-delete span:nth-child(2) {
    display: block;
  }
  .event-togo__head-item {
    height: 2.25rem;
  }
}

.calendar-container {
  margin-top: 1.875rem;
  display: flex;
  gap: 10px;
}

.calendar-container .myCalendar {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.calendar-container .calendar-icon {
  margin-top: 2rem;
  transition: all ease .3s;
}

.calendar-container .calendar-icon svg path {
  transition: all ease .3s;
}

.calendar-container .calendar-icon:hover {
  background: #1E1C1C;
  transition: all ease .3s;
}

.calendar-container .calendar-icon:hover svg path {
  fill: #fff;
  transition: all ease .3s;
}

.calendar-container .day-row {
  position: relative;
  display: flex;
  gap: 10px;
}

.calendar-container .swiper-slide {
  padding-top: 2rem;
  width: auto;
}

.calendar-container .swiper-slide:last-child {
  padding-right: 60px;
}

.calendar-container .day {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  justify-content: center;
  border-radius: 14px;
  padding: 0.875rem;
  width: 3rem;
  height: 4.375rem;
  background: #fafafc;
}

.calendar-container .day.current {
  background: #ab0009;
}

.calendar-container .day.current span {
  color: #fff;
}

.calendar-container .day.current span:last-child {
  color: #fff;
}

.calendar-container .day span {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #1e1c1c;
}

.calendar-container .day span:last-child {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.calendar-container .calendar-icon.active {
  background: #1E1C1C;
  transition: all ease .3s;
}

.calendar-container .calendar-icon.active svg path {
  fill: #fff;
  transition: all ease .3s;
}

.calendar-container .mouth-name {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #1e1c1c;
}

.calendar-container .swiper-button-next {
  cursor: pointer;
  top: auto;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 0.875rem 8px;
  width: 2.5rem;
  height: 4.375rem;
  background: #1e1c1c;
  transition: all ease .3s;
}

.calendar-container .swiper-button-next:hover {
  background: #434348;
  transition: all ease .3s;
}

.calendar-container .swiper-button-next svg {
  width: 11px;
  height: 18px;
}

.calendar-container .swiper-button-next::after {
  display: none;
}

.calendar-filter {
  margin-top: 1.875rem;
  display: flex;
  gap: 1rem;
}

.calendar-filter .my-select select {
  padding: 0 18px;
  height: 48px;
  background: #f2f3f7;
  border-radius: 100px;
  border: none;
}

.calendar-sort {
  position: relative;
  /* Скрываем стандартный радио-инпут */
  /* Состояние: выбрано */
}

.calendar-sort__call {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  background: #f2f3f7;
  transition: all ease .3s;
}

.calendar-sort__call.active {
  background: #1E1C1C;
  transition: all ease .3s;
}

.calendar-sort__call.active svg path {
  fill: #fff;
  transition: all ease .3s;
}

.calendar-sort__wrap {
  display: none;
  position: absolute;
  top: 4.0625rem;
  left: -1.5625rem;
  z-index: 2;
  border-radius: 20px;
  padding: 1.625rem;
  width: 16.3125rem;
  height: 11.3125rem;
  box-shadow: 0 0 58px 0 rgba(124, 132, 163, 0.3);
  background: #fff;
}

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

.calendar-sort__title {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.calendar-sort__close {
  cursor: pointer;
}

.calendar-sort .sort-options {
  margin-top: 1.875rem;
}

.calendar-sort .radio-option {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #1E1C1C;
}

.calendar-sort .radio-option input {
  display: none;
}

.calendar-sort .custom-radio {
  width: 20px;
  height: 20px;
  border: 1px solid #DDDFE8;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
  transition: all 0.2s;
}

.calendar-sort .radio-option input:checked + .custom-radio {
  border-color: #AB0009;
  border: 5px solid #AB0009;
}

.calendar-event {
  position: relative;
}

.calendar-event__call {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 100px;
  padding: 0.875rem 1.125rem;
  width: max-content;
  height: 3rem;
  background: #f2f3f7;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  color: #1e1c1c;
  transition: all ease .3s;
}

.calendar-event__call .js-call-check-reset {
  display: none;
}

.calendar-event__call svg {
  transition: all ease .3s;
}

.calendar-event__call.active {
  background: #1e1c1c;
  transition: all ease .3s;
  color: #fff;
}

.calendar-event__call.active svg {
  transform: scale(-1) !important;
  transition: all ease .3s;
}

.calendar-event__call.active svg path {
  fill: #fff;
}

.calendar-event__call.check {
  background: #1e1c1c;
  transition: all ease .3s;
  color: #fff;
}

.calendar-event__call.check svg {
  transform: scale(1);
  transition: all ease .3s;
}

.calendar-event__call.check svg path {
  fill: #fff;
}

.calendar-event__call.check .js-call-check-reset {
  display: block;
}

.calendar-event__wrap {
  display: none;
  position: absolute;
  top: 4.0625rem;
  left: -1.5625rem;
  z-index: 2;
  border-radius: 20px;
  padding: 1.625rem;
  width: 23.125rem;
  box-shadow: 0 0 58px 0 rgba(124, 132, 163, 0.3);
  background: #fff;
}

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

.calendar-event__title {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.calendar-event__close {
  cursor: pointer;
}

.calendar-event__options {
  margin-top: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.calendar-event__options .el {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 2.5rem;
  border: 1px solid #DDDFE8;
  border-radius: 100px;
  padding: 0.5625rem 1.125rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  transition: all ease .3s;
}

.calendar-event__options .el:hover {
  background: #1E1C1C;
  color: #fff;
  transition: all ease .3s;
  border: 1px solid #1e1c1c;
}

.calendar-event__options .el.active {
  background: #1E1C1C;
  color: #fff;
  transition: all ease .3s;
  border: 1px solid #1e1c1c;
}

.calendar-place {
  position: relative;
  /* Визуальный квадрат */
  /* Состояние: когда чекбокс выбран */
  /* Рисуем галочку внутри */
  /* Цвет чекбокса */
}

.calendar-place__call {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 100px;
  padding: 0.875rem 1.125rem;
  width: max-content;
  height: 3rem;
  background: #f2f3f7;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  color: #1e1c1c;
  transition: all ease .3s;
}

.calendar-place__call .js-call-check-reset {
  display: none;
}

.calendar-place__call svg {
  transition: all ease .3s;
}

.calendar-place__call.active {
  background: #1e1c1c;
  transition: all ease .3s;
  color: #fff;
}

.calendar-place__call.active svg {
  transform: scale(-1);
  transition: all ease .3s;
}

.calendar-place__call.active svg path {
  fill: #fff;
}

.calendar-place__call.check {
  background: #1e1c1c;
  transition: all ease .3s;
  color: #fff;
}

.calendar-place__call.check svg {
  transform: scale(1);
  transition: all ease .3s;
}

.calendar-place__call.check svg path {
  fill: #fff;
}

.calendar-place__call.check .js-call-check-reset {
  display: block;
}

.calendar-place__wrap {
  display: none;
  position: absolute;
  top: 4.0625rem;
  left: -1.5625rem;
  z-index: 2;
  border-radius: 20px;
  padding: 1.625rem;
  width: 28rem;
  box-shadow: 0 0 58px 0 rgba(124, 132, 163, 0.3);
  background: #fff;
}

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

.calendar-place__title {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.calendar-place__close {
  cursor: pointer;
}

.calendar-place__options {
  margin-top: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.calendar-place__options .el {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 2.5rem;
  border: 1px solid #DDDFE8;
  border-radius: 100px;
  padding: 0.5625rem 1.125rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  transition: all ease .3s;
}

.calendar-place__options .el:hover {
  background: #1E1C1C;
  color: #fff;
  transition: all ease .3s;
  border: 1px solid #1e1c1c;
}

.calendar-place__options .el.active {
  background: #1E1C1C;
  color: #fff;
  transition: all ease .3s;
  border: 1px solid #1e1c1c;
}

.calendar-place .search-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.875rem;
  width: 100%;
  height: 3.75rem;
  border: 1px solid #DDDFE8;
  border-radius: 12px;
  padding: 0.5rem 1.25rem;
}

.calendar-place .search-box input {
  width: 100%;
  height: 100%;
  border: none;
}

.calendar-place .checkbox-list {
  margin-top: 1.25rem;
}

.calendar-place .checkbox-option {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

.calendar-place .checkbox-option:last-child {
  margin-bottom: 0;
}

.calendar-place .checkbox-option input {
  display: none;
}

.calendar-place .custom-checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid #DDDFE8;
  border-radius: 8px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.calendar-place .checkbox-option input:checked + .custom-checkbox {
  /* Ваш темно-красный */
  border-color: #AB0009;
}

.calendar-place .checkbox-option input:checked + .custom-checkbox::after {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: url(/local/templates/proshiyu/css/../img/icon/checkbox-icon.png) no-repeat;
  background-size: cover;
}

.calendar-place .filter-footer {
  margin-top: 1.875rem;
  display: flex;
  justify-content: space-between;
}

.calendar-place .filter-footer button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 3rem;
  border-radius: 100px;
  padding: 0.875rem 1.5rem;
  border: none;
  font-weight: 700;
  font-size: 1rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.calendar-place .filter-footer .btn-submit {
  color: #fff;
}

.calendar-child {
  cursor: pointer;
  padding: 0 1.125rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  background: linear-gradient(157deg, #f9000e 0%, #ffb200 100%);
  border-radius: 100px;
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
}

.calendar-child__reset {
  cursor: pointer;
  display: none;
}

.calendar-child.active {
  background: linear-gradient(104.05deg, #FFB300 22.9%, #F9000E 83.25%);
}

.calendar-child.active .calendar-child__reset {
  display: block;
}

.calendar-wrap {
  position: relative;
  /* Обертка модального окна */
  /* Шапка модалки */
  /* Панель управления: фильтры и стрелки */
  /* Переопределение стилей Flatpickr */
  /* Скрываем дефолтные стрелки Flatpickr */
  /* Названия месяцев */
  /* Скрываем год */
  /* Дни недели */
  /* Дни в календаре */
  /* Выделенный диапазон */
  /* Начало и конец диапазона (черные кружки) */
  /* Серый фон-подложка под черным кружком для связки */
  /* Выходные дни (красные) */
  /* В русской локали неделя начинается с ПН, выходные - 6 и 7 колонки */
  /* Подвал модалки (Кнопки) */
  /* Названия месяцев */
  /* Полностью скрываем выбор года, так как на макете его нет */
}

.calendar-wrap .modal-calendar {
  position: absolute;
  top: 7.5rem;
  left: -1.5625rem;
  z-index: 2;
  display: none;
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  padding-top: 2.5rem;
  width: 42.375rem;
  box-shadow: 0 0 58px 0 rgba(124, 132, 163, 0.3);
  box-sizing: border-box;
}

.calendar-wrap .close-btn {
  cursor: pointer;
}

.calendar-wrap .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.calendar-wrap .modal-header h2 {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
}

.calendar-wrap .close-btn {
  background: none;
  border: none;
}

.calendar-wrap .controls-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.calendar-wrap .quick-filters {
  display: flex;
  gap: 8px;
}

.calendar-wrap .filter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  border: 1px solid #DDDFE8;
  background: none;
  padding: 0.5625rem 1.125rem;
  border-radius: 100px;
  font-size: 13px;
  cursor: pointer;
  color: #1E1C1C;
  transition: all 0.2s;
}

.calendar-wrap .filter-btn:hover {
  background: #F2F3F7;
  transition: all 0.2s;
}

.calendar-wrap .filter-btn.active {
  border-color: #F2F3F7;
  color: #1E1C1C;
  background: #DDDFE8;
}

.calendar-wrap .nav-arrows {
  display: flex;
  gap: 8px;
}

.calendar-wrap .nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.calendar-wrap .nav-btn:hover {
  transition: all ease .3s;
  background: #1e1c1c;
  border: 1px solid #1e1c1c;
}

.calendar-wrap .nav-btn:hover svg path {
  fill: #fff;
}

.calendar-wrap .flatpickr-calendar {
  box-shadow: none !important;
  border: none !important;
  width: 100% !important;
  padding: 0 !important;
}

.calendar-wrap .flatpickr-innerContainer {
  width: 100%;
}

.calendar-wrap .flatpickr-rContainer {
  width: 100%;
}

.calendar-wrap .flatpickr-days {
  width: 100% !important;
  display: flex;
  /* gap: 30px; */
}

.calendar-wrap .flatpickr-weekdays {
  /* gap: 30px; */
}

.calendar-wrap .dayContainer {
  width: 50% !important;
  min-width: 50% !important;
  max-width: 50% !important;
}

.calendar-wrap .dayContainer + .dayContainer {
  box-shadow: none !important;
}

.calendar-wrap .flatpickr-prev-month,
.calendar-wrap .flatpickr-next-month {
  display: none !important;
}

.calendar-wrap .flatpickr-months {
  align-items: flex-start !important;
  margin-bottom: 10px;
}

.calendar-wrap .flatpickr-month {
  height: auto !important;
  text-align: left !important;
}

.calendar-wrap .flatpickr-current-month {
  padding: 0 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  left: 10px !important;
  text-align: left !important;
}

.calendar-wrap .cur-year {
  display: none !important;
}

.calendar-wrap .flatpickr-weekdaycontainer {
  margin-bottom: 10px;
}

.calendar-wrap span.flatpickr-weekday {
  color: #7C84A3 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  /* font-family: $second-family; */
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.calendar-wrap .flatpickr-day {
  font-family: var(--font-family);
  font-size: 14px;
  color: var(--text-main);
  border-radius: 14px !important;
  border: none !important;
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  line-height: 38px !important;
  max-width: 38px !important;
  margin: 2px 0 !important;
}

.calendar-wrap .flatpickr-day:hover {
  background: var(--bg-hover) !important;
}

.calendar-wrap .flatpickr-day.inRange,
.calendar-wrap .flatpickr-day.prevMonthDay.inRange,
.calendar-wrap .flatpickr-day.nextMonthDay.inRange,
.calendar-wrap .flatpickr-day.today.inRange {
  background: var(--bg-range) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  max-width: 42px !important;
  border-radius: 14px !important;
  /* Чтобы фон заливал промежутки */
}

.calendar-wrap .flatpickr-day.startRange,
.calendar-wrap .flatpickr-day.endRange {
  background: #1a1a1a !important;
  color: #fff !important;
  border-radius: 14px !important;
  border: none !important;
  position: relative;
  z-index: 2;
}

.calendar-wrap .flatpickr-day.startRange.hasTime,
.calendar-wrap .flatpickr-day.endRange.hasTime {
  /* Хаки Flatpickr, если нужны заливки до краев ячейки */
}

.calendar-wrap .flatpickr-day:nth-child(7n+6):not(.selected):not(.startRange):not(.endRange),
.calendar-wrap .flatpickr-day:nth-child(7n+7):not(.selected):not(.startRange):not(.endRange) {
  color: red !important;
}

.calendar-wrap .modal-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.calendar-wrap .btn-submit {
  cursor: pointer;
  border: none;
}

.calendar-wrap .btn-reset {
  cursor: pointer;
  border: none;
  color: #1a1a1a;
}

.calendar-wrap .flatpickr-months {
  display: flex !important;
  width: 100% !important;
  margin-bottom: 15px !important;
}

.calendar-wrap .flatpickr-month {
  flex: 1 !important;
  /* Заставляет контейнеры месяцев занимать ровно по 50% */
  height: auto !important;
  display: flex !important;
  justify-content: flex-start !important;
  /* Прижимаем к левому краю */
  overflow: visible !important;
}

.calendar-wrap .flatpickr-current-month {
  position: static !important;
  /* Снимаем дефолтное абсолютное позиционирование */
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-align: left !important;
  color: #1E1C1C !important;
  display: flex !important;
  align-items: center !important;
}

.calendar-wrap .flatpickr-current-month .cur-month {
  font-weight: 700 !important;
  margin-left: 10px;
  /* Небольшой отступ от левого края, чтобы выровнять с днями недели */
}

.calendar-wrap .flatpickr-current-month .numInputWrapper {
  display: none !important;
}

.calendar-wrap .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.calendar-wrap .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.calendar-wrap .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: none !important;
}

@media (max-width: 992px) {
  .calendar-container {
    margin-top: 1.25rem;
    gap: 4px;
  }
  .calendar-container .day-row {
    gap: 4px;
  }
  .calendar-container .day {
    border-radius: 12px;
    padding: 0;
    width: 2.5rem;
    height: 3.75rem;
  }
  .calendar-container .day span {
    font-size: 1rem;
    line-height: 125%;
  }
  .calendar-container .day.current span:last-child {
    font-size: 0.625rem;
    line-height: 120%;
  }
  .calendar-container .swiper-button-next {
    border-radius: 12px;
    padding: 0.875rem 0.375rem;
    width: 1.75rem;
    height: 3.6875rem;
  }
  .calendar-container .swiper-button-next svg {
    width: 0.5rem;
    height: 0.75rem;
  }
  .calendar-filter {
    flex-wrap: wrap;
  }
  .calendar-sort {
    width: 2.5rem;
    height: 2.5rem;
  }
  .calendar-filter .my-select select {
    height: 2.5rem;
    color: #1e1c1c;
  }
  .calendar-child {
    height: 2.5rem;
    font-size: 0.875rem;
    line-height: 120%;
  }
  .calendar-child svg {
    width: auto;
    height: 2.5rem;
  }
  .calendar-sort__modal.open, .calendar-event__modal.open {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 28, 28, 0.5);
  }
  .calendar-sort__wrap {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    padding: 1.125rem;
    width: 13.9375rem;
  }
  .calendar-event__wrap {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    padding: 1.125rem;
    max-width: 23.125rem;
    width: calc(100% - 1.25rem);
  }
  .calendar-sort__title, .calendar-event__title {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.02em;
  }
  .calendar-sort__close {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 1.75rem;
    height: 1.75rem;
    background: #F2F3F7;
  }
  .calendar-sort__close svg {
    width: 16px;
    height: 16px;
  }
  .calendar-sort .radio-option {
    font-size: 1rem;
    line-height: 150%;
  }
  .calendar-event__options {
    margin-top: 1.25rem;
  }
  .calendar-wrap {
    /* показываем только один месяц */
  }
  .calendar-wrap .modal-calendar {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 21.25rem;
    height: 560px;
    background: #fff;
    padding: 1.125rem;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
    flex-direction: column;
    border-radius: 20px;
  }
  .calendar-wrap .modal-header {
    flex-shrink: 0;
    margin-bottom: 20px;
  }
  .calendar-wrap .modal-header h2 {
    font-size: 16px;
  }
  .calendar-wrap .controls-row {
    flex-shrink: 0;
    display: block;
    margin-bottom: 10px;
  }
  .calendar-wrap .quick-filters {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
    scrollbar-width: none;
  }
  .calendar-wrap .quick-filters::-webkit-scrollbar {
    display: none;
  }
  .calendar-wrap .filter-btn {
    flex: none;
    white-space: nowrap;
    padding: 9px 16px;
  }
  .calendar-wrap .nav-arrows {
    display: flex;
    position: absolute;
    z-index: 2;
    top: 115px;
    right: 18px;
  }
  .calendar-wrap #calendar-container {
    flex: 1;
    overflow: auto;
  }
  .calendar-wrap .flatpickr-calendar {
    width: 100% !important;
  }
  .calendar-wrap .flatpickr-months {
    margin-top: 5px !important;
  }
  .calendar-wrap .flatpickr-month {
    width: 100% !important;
  }
  .calendar-wrap .dayContainer {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    justify-content: flex-start;
  }
  .calendar-wrap .flatpickr-days {
    width: 100% !important;
  }
  .calendar-wrap .flatpickr-day {
    width: 32px !important;
    max-width: 32px !important;
    min-width: 43px !important;
    height: 34px !important;
    line-height: 34px !important;
    border-radius: 8px !important;
  }
  .calendar-wrap .flatpickr-day.nextMonthDay {
    display: none !important;
  }
  .calendar-wrap .modal-footer {
    flex-shrink: 0;
    flex-direction: column-reverse;
    gap: 12px;
    margin-top: 15px;
  }
  .calendar-wrap .btn-submit,
  .calendar-wrap .btn-reset {
    width: 100%;
    height: 46px;
  }
}

.collections {
  background: #f2f3f7;
  border-radius: 30px;
}

.collections-top {
  margin-top: 2.5rem;
  display: flex;
  gap: 2.5rem;
}

.collections-top__item {
  padding-top: 3.125rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 30px;
  width: 20%;
  height: 17.1875rem;
  background: #fff;
  transition: all ease .3s;
}

.collections-top__item:hover {
  background: #DDDFE8;
  transition: all ease .3s;
}

.collections-top__item-title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 2.1875rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #1e1c1c;
}

.collections-bottom {
  margin-top: 2.5rem;
  display: flex;
  gap: 2.5rem;
}

.collections-bottom__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.75rem;
  padding-top: 2.125rem;
  position: relative;
  width: 50%;
  height: 19.25rem;
  border-radius: 30px;
  overflow: hidden;
}

.collections-bottom__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.collections-bottom__item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collections-bottom__item-bg img:nth-child(2) {
  display: none;
}

.collections-bottom__item-title {
  position: relative;
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}

.collections-bottom__item-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  border-radius: 100px;
  padding: 0.875rem 1.5rem;
  height: 3rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 80rem) {
  .collections-top {
    gap: 1.25rem;
  }
  .collections-top__item-img {
    width: 50%;
  }
  .collections-top__item-img img {
    width: 100%;
    height: 90px;
    object-fit: contain;
  }
}

@media (max-width: 62rem) {
  .collections-top {
    flex-wrap: wrap;
  }
  .collections-top__item {
    width: calc(33.33% - 0.875rem);
  }
}

@media (max-width: 48rem) {
  .collections-top {
    margin-top: 1.25rem;
    gap: 0.625rem;
  }
  .collections .title-section {
    text-align: center;
  }
  .collections-top__item {
    padding-top: 1.375rem;
    width: calc(50% - 0.3125rem);
    height: 9.375rem;
  }
  .collections-top__item-img {
    display: flex;
    justify-content: center;
  }
  .collections-top__item-img img {
    max-width: 60%;
  }
  .collections-top__item-title {
    font-size: 1.125rem;
    line-height: 120%;
    bottom: 1.25rem;
  }
  .collections-bottom {
    margin-top: 1.25rem;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .collections-bottom__item {
    padding: 1rem;
    padding-top: 1.5625rem;
    width: 100%;
    height: 13.375rem;
  }
  .collections-bottom__item-bg img:nth-child(1) {
    display: none;
  }
  .collections-bottom__item-bg img:nth-child(2) {
    display: block;
  }
  .collections-bottom__item-title {
    font-size: 1.625rem;
    line-height: 120%;
  }
  .collections-bottom__item-btn {
    height: 2.375rem;
    padding: 0 1.125rem;
    font-size: 0.875rem;
  }
}

.news .title-section {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.news-row {
  margin-top: 2.5rem;
}

.news-item {
  position: relative;
}

.news-item:nth-child(even) .news-item__img {
  height: 29.375rem;
}

.news-item__img {
  width: 100%;
  height: 23.125rem;
}

.news-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.news-item__cat {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: absolute;
  left: 1.375rem;
  top: 1.375rem;
}

.news-item__cat .el {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.125rem 0.75rem 0.125rem 0.75rem;
  width: max-content;
  height: 1.25rem;
  background: #fff;
  border-radius: 100px;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.news-item__title {
  margin-top: 1.25rem;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #1e1c1c;
}

.news-item__tags {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.news-item__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 0.1875rem 0.75rem;
  height: 1.4375rem;
  background: #f2f3f7;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #7c84a3;
}

.news-title {
  margin-top: 2.5rem;
}

.news-filter {
  margin-top: 1.25rem;
  display: flex;
  gap: 0.5rem;
}

.news-filter__row {
  display: flex;
  gap: 0.5rem;
}

.news-filter__item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dddfe8;
  border-radius: 100px;
  padding: 0.875rem 1.125rem;
  width: max-content;
  height: 3rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 145%;
  color: #1e1c1c;
  transition: all ease .3s;
}

.news-filter__item:hover {
  transition: all ease .3s;
  background: #1e1c1c;
  color: #fff;
  border: 1px solid #1e1c1c;
}

.news-filter__item.active {
  background: #1e1c1c;
  color: #fff;
  border: 1px solid #1e1c1c;
}

.news-wrap {
  margin-top: 1.875rem;
  margin-bottom: 3.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}

.news-el {
  position: relative;
  width: calc(33.33% - 1.6875rem);
}

.news-el.no-image {
  padding: 2.5rem;
  background: #f2f3f7;
  border-radius: 30px;
}

.news-el.no-image .news-el__img {
  display: none;
}

.news-el.no-image .news-el__tags {
  top: 2.5rem;
  left: 2.5rem;
}

.news-el.no-image .news-el__title {
  margin-top: 2.5rem;
}

.news-el.no-image .news-el__cats {
  position: absolute;
  left: 2.5rem;
  bottom: 40px;
}

.news-el.no-image .news-el__cat {
  color: #7c84a3;
  background: #fff;
}

.news-el:nth-child(1) {
  width: 50%;
  width: calc(67.50% - 1.5625rem);
}

.news-el:nth-child(1) .news-el__img {
  height: 29.375rem;
}

.news-el__tags {
  display: flex;
  gap: 10px;
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
}

.news-el__tag {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.125rem 0.75rem 0.125rem 0.75rem;
  width: max-content;
  height: 1.25rem;
  background: #fff;
  border-radius: 100px;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.news-el__img {
  width: 100%;
  height: 23.125rem;
}

.news-el__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.news-el__title {
  margin-top: 1.25rem;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #1e1c1c;
}

.news-el__cats {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.news-el__cat {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  border-radius: 100px;
  padding: 0.1875rem 0.75rem;
  background: #f2f3f7;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #7c84a3;
}

.news-single {
  margin-top: 2.5rem;
  padding-bottom: 3.75rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 5.25rem;
  padding-left: 5rem;
  border-bottom: 1px solid #f2f3f7;
}

.news-single .page-back {
  position: absolute;
  top: 0;
  left: 0;
}

.news-single__content {
  width: 100%;
  max-width: 54.375rem;
}

.news-single__content .page-back {
  margin-top: 1.875rem;
  gap: 0.75rem;
  position: static;
  border-radius: 100px;
  padding: 0.9375rem 1.5rem;
  width: max-content;
  height: 3.375rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.news-single__tags {
  margin-top: 1.875rem;
  display: flex;
  gap: 0.625rem;
}

.news-single__tags .el {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  border-radius: 100px;
  padding: 0.1875rem 0.75rem;
  background: #f2f3f7;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #7c84a3;
}

.news-single__img {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.news-single__img img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.news-single__text p {
  margin-bottom: 0.9375rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 150%;
  color: #1e1c1c;
}

.news-single__text strong, .news-single__text b {
  font-size: 1.375rem;
  line-height: 120%;
}

.news-single__text blockquote {
  margin-bottom: 1.875rem;
  position: relative;
  border-radius: 30px;
  padding: 3.3125rem 5rem;
  background: #fafafc;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 150%;
  color: #1e1c1c;
}

.news-single__text blockquote::before {
  content: '';
  position: absolute;
  top: 2.3125rem;
  left: 2.125rem;
  display: block;
  width: 1.875rem;
  height: 3.125rem;
  background: url(/local/templates/proshiyu/css/../img/icon/blockquote-icon.png) no-repeat;
  background-size: contain;
}

.news-single__text h2, .news-single__text h3 {
  margin-bottom: 0.9375rem;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.news-single__slider {
  position: relative;
  margin-bottom: 1.875rem;
}

.news-single__slider .swiper-arrows {
  position: absolute;
  z-index: 1;
  bottom: 1.5625rem;
  right: 1.5625rem;
}

.news-single__slider-item {
  height: 31.4375rem;
}

.news-single__slider-item img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.news-single__intro {
  position: sticky;
  top: 6.25rem;
  width: 17rem;
}

.news-single__intro-title {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 150%;
  color: #ab0009;
}

.news-single__intro-text p {
  margin-top: 1.25rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 150%;
  color: #1e1c1c;
}

.news-single__share {
  margin-top: 5rem;
}

.news-single__share-title {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.news-single__share ul {
  margin-top: 1.5625rem;
  display: flex;
  gap: 0.75rem;
}

.news-single__share ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: #f2f3f7;
  transition: all ease .3s;
}

.news-single__share ul a:hover {
  background: #DDDFE8;
  transition: all ease .3s;
}

.news-actuality .event-item__action {
  justify-content: flex-end;
}

.news-actuality .event-row {
  margin-top: 2.5rem;
}

.news-actuality .event-actuality__btn {
  background: #f2f3f7;
  color: #1e1c1c;
}

@media (max-width: 80rem) {
  .news-el:nth-child(1) {
    width: 50%;
    width: calc(67.50% - 2rem);
  }
}

@media (max-width: 62rem) {
  .news-item__img {
    height: 16.875rem;
  }
  .news-item:nth-child(2n) .news-item__img {
    height: 23.125rem;
  }
  .news-el {
    width: calc(50% - 1.25rem);
  }
  .news-el:nth-child(1) {
    width: calc(50% - 1.25rem);
  }
  .news-el__img {
    height: 18.75rem;
  }
  .news-el:nth-child(1) .news-el__img {
    height: 18.75rem;
  }
  .news-filter {
    flex-wrap: wrap;
  }
  .news-filter__row {
    margin-top: 0.625rem;
    flex-wrap: wrap;
  }
  .news-filter__item {
    padding: 0.625rem 1.125rem;
    height: 2.5rem;
    font-size: 0.875rem;
    line-height: 145%;
  }
  .news-single {
    flex-wrap: wrap;
  }
  .news-single {
    padding-left: 0;
    padding-top: 3.75rem;
  }
  .news-single__intro-title, .news-single__intro-text {
    display: none;
  }
  .news-single__intro {
    position: absolute;
    top: 0;
    right: 0;
  }
  .news-single__share {
    margin-top: 0;
  }
  .news-single__share-title {
    display: none;
  }
  .news-single__share ul {
    margin-top: 0;
    justify-content: flex-end;
  }
}

@media (max-width: 48rem) {
  .news-slider .swiper-wrapper {
    flex-wrap: wrap;
    gap: 1.875rem;
  }
  .news-item__cat {
    top: 1rem;
    left: 0.75rem;
  }
  .news-item__cat .el {
    font-size: 0.75rem;
  }
  .news-item__img img {
    border-radius: 20px;
  }
  .news-item__title {
    margin-top: 0.625rem;
    font-size: 1.125rem;
    line-height: 120%;
  }
  .news-item__tags {
    margin-top: 0.625rem;
  }
  .news-item__tag {
    font-size: 0.75rem;
    line-height: 120%;
  }
  .news-item__img {
    height: auto;
  }
  .news-item:nth-child(2n) .news-item__img {
    height: auto;
  }
  .news-wrap {
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
    gap: 1.875rem;
  }
  .news-el {
    width: 100%;
  }
  .news-el:nth-child(1) {
    width: 100%;
  }
  .news-el__img {
    height: auto;
  }
  .news-el:nth-child(1) .news-el__img {
    height: auto;
  }
  .news-el__img img {
    border-radius: 20px;
  }
  .news-el.no-image {
    padding: 1.25rem;
    height: 351px;
    border-radius: 20px;
  }
  .news-el.no-image .news-el__tags {
    top: 1.25rem;
    left: 1.25rem;
  }
  .news-el.no-image .news-el__cats {
    left: 1.25rem;
    bottom: 1.25rem;
  }
  .news-el__title {
    font-size: 1.125rem;
    line-height: 120%;
  }
  .news-el__tags {
    top: 1rem;
    left: 0.75rem;
  }
  .news-single {
    padding-bottom: 2.5rem;
  }
  .news-single .title-section {
    font-size: 1.375rem;
    line-height: 120%;
    letter-spacing: -0.02em;
  }
  .news-single__tags {
    margin-top: 1.25rem;
  }
  .news-single__img {
    margin-bottom: 1.25rem;
  }
  .news-single__img img {
    border-radius: 20px;
  }
  .news-single__text p {
    font-size: 0.875rem;
    line-height: 145%;
  }
  .news-single__text strong, .news-single__text b {
    font-size: 1.125rem;
    line-height: 120%;
  }
  .news-single__text blockquote {
    margin-bottom: 1.25rem;
    border-radius: 20px;
    padding: 1.125rem 1.125rem 1.125rem 2.5rem;
    font-size: 0.875rem;
    line-height: 145%;
  }
  .news-single__text blockquote::before {
    width: 20px;
    top: 1.375rem;
    left: 0.875rem;
  }
  .news-single__slider-item {
    height: auto;
  }
  .news-single__slider-item img {
    border-radius: 20px;
  }
  .news-single__slider .swiper-arrows {
    bottom: 0.75rem;
    right: 0.75rem;
  }
  .news-single__text h2, .news-single__text h3 {
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
    line-height: 120%;
    letter-spacing: -0.02em;
  }
  .news-single .page-back, .news-single__share ul a {
    width: 2.5rem;
    height: 2.5rem;
  }
  .news-single__share ul a svg {
    width: 1.25rem;
    height: auto;
  }
  .news-single__content .page-back {
    margin-top: 0;
    width: max-content;
    height: 2.375rem;
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
    line-height: 130%;
  }
}

.faq {
  border-radius: 30px;
  background: #f2f3f7;
}

.faq .title-section {
  text-align: center;
}

.faq-wrap {
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 66.5rem;
  width: 100%;
}

.faq-item {
  border-radius: 20px;
  background: #fff;
  margin-bottom: 0.875rem;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-item__top {
  cursor: pointer;
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #1e1c1c;
}

.faq-item__top .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  width: 2.5rem;
  height: 2.5rem;
}

.faq-item__top .icon svg:nth-child(2) {
  display: none;
}

.faq-item__content {
  display: none;
  padding-left: 2.5rem;
  padding-bottom: 1.25rem;
  max-width: 39rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #1e1c1c;
}

.faq-item.active .faq-item__top .icon {
  background: #f2f3f7;
}

.faq-item.active svg:nth-child(1) {
  display: none;
}

.faq-item.active svg:nth-child(2) {
  display: block;
}

@media (max-width: 62rem) {
  .faq {
    padding: 2.5rem 0;
  }
  .faq-wrap {
    margin-top: 2.5rem;
  }
  .faq-item {
    border-radius: 20px;
    margin-bottom: 6px;
  }
  .faq-item__top {
    gap: 1.25rem;
    font-size: 0.875rem;
    line-height: 120%;
    padding: 1rem 1rem 1rem 1.375rem;
  }
  .faq-item__top .icon {
    width: 1.75rem;
    height: 1.75rem;
    min-width: 1.75rem;
    border-radius: 10px;
  }
  .faq-item__top .icon svg:nth-child(1) {
    width: 14px;
    height: 14px;
  }
  .faq-item.active svg:nth-child(2) {
    width: 15px;
    height: auto;
  }
  .faq-item__content {
    padding-left: 1.375rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 150%;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background: rgba(30, 28, 28, 0.2);
}

.modal-body__close {
  cursor: pointer;
  position: absolute;
  top: 1.5625rem;
  right: 1.5625rem;
}

.modal-body__title {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #1e1c1c;
}

.modal-body .form {
  max-width: 22.1875rem;
  width: 100%;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}

.modal-body .input-box {
  margin-bottom: 0.625rem;
}

.modal-body .input-box:last-child {
  margin-bottom: 0;
}

.modal-body .form-sub {
  margin-top: 1.875rem;
  width: 100%;
  border: none;
}

.modal-body .btn-regisrt {
  margin-top: 0.625rem;
  width: 100%;
}

.modal-body .js-call-modal-login-2 {
  cursor: pointer;
  margin-top: 1.875rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 150%;
  text-align: center;
  color: #1e1c1c;
}

.modal-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background: rgba(30, 28, 28, 0.2);
}

.modal-search .modal-body {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 8%);
  top: 2.8125rem;
  border-radius: 30px;
  padding: 1.875rem;
  width: 66.4375rem;
  background: #fff;
  overflow: hidden;
  opacity: 0;
  transition: all ease .5s;
}

.modal-search .modal-body.open {
  transform: translate(-50%, 0);
  overflow: visible;
  opacity: 1;
  transition: all ease .5s;
}

.modal-search .search-container__title {
  display: none;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #1e1c1c;
}

.modal-search .search-bar {
  height: 3.75rem;
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 0.5rem 1.25rem;
  padding-bottom: 10px;
  border: 1px solid #dddfe8;
}

.modal-search input {
  border: none;
  flex-grow: 1;
  outline: none;
  padding: 5px;
  padding-left: 20px;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #1e1c1c;
}

.modal-search .clear-btn {
  border: none;
  background: none;
  cursor: pointer;
  margin-right: 1.25rem;
  padding-right: 1.25rem;
  border-right: 1px solid #dddfe8;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  color: #7c84a3;
}

.modal-search .search-results {
  padding-top: 1.5625rem;
}

.modal-search .search-results .section {
  display: flex;
}

.modal-search .section h3 {
  width: 10rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 120%;
  color: #1e1c1c;
}

.modal-search .section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.modal-search .section li {
  margin-bottom: 0.625rem;
  color: #555;
}

.modal-search .section li:last-child {
  margin-bottom: 0;
}

.modal-search .section li a {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #1e1c1c;
}

.modal-search .footer-link {
  display: block;
  margin-top: 1.5625rem;
  padding-top: 1.5625rem;
  border-top: 1px solid #dddfe8;
  font-weight: bold;
  cursor: pointer;
}

.modal-search .close-btn {
  cursor: pointer;
}

.modal-login {
  display: none;
}

.modal-login-2 {
  max-width: 31.0625rem;
  width: 100%;
}

.modal-login .modal-body {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -60%);
  top: 50%;
  border-radius: 30px;
  padding: 30px;
  width: 34.9375rem;
  height: auto;
  background: #fff;
  overflow: hidden;
  opacity: 0;
  transition: all ease .5s;
  pointer-events: none;
}

.modal-login .modal-body.open {
  transform: translate(-50%, -50%);
  overflow: visible;
  opacity: 1;
  transition: all ease .5s;
  pointer-events: auto;
}

.modal-success {
  display: none;
}

.modal-success .modal-body {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  border-radius: 30px;
  padding: 1.875rem;
  width: 29.1875rem;
  height: auto;
  background: #fff;
  transition: all ease .5s;
}

.modal-success .modal-body__img {
  margin-bottom: 20px;
  width: 8.4375rem;
  margin-left: auto;
  margin-right: auto;
}

.modal-success .modal-body__img img {
  width: 100%;
}

.modal-success .modal-body__title {
  font-size: 1.625rem;
  line-height: 120%;
}

.modal-success .modal-body__text {
  margin-top: 1.875rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 150%;
  text-align: center;
  color: #1e1c1c;
}

.modal-success .modal-body__text a {
  color: #ab0009;
}

.modal-success .modal-body__btn {
  cursor: pointer;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}

.modal-data {
  display: none;
  /* Стилизация активного (выбранного) состояния */
}

.modal-data .modal-body {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  border-radius: 30px;
  padding: 1.875rem;
  width: 559px;
  height: auto;
  background: #fff;
}

.modal-data .form {
  max-width: 25.9375rem;
  width: 100%;
}

.modal-data .form .input-wrap {
  margin-bottom: 1.875rem;
  display: flex;
  justify-content: space-between;
  margin-top: 1.875rem;
}

.modal-data .btn-sub {
  cursor: pointer;
  margin-top: 1.875rem;
  width: 100%;
  border: none;
}

.modal-data .input-box__date {
  width: 14.5625rem;
}

.modal-data .input-block__title {
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.modal-data .gender-selector {
  display: inline-flex;
  background-color: #f2f3f7;
  /* серый фон контейнера */
  border-radius: 12px;
  padding: 4px;
  width: 136px;
  height: 60px;
}

.modal-data .gender-selector input {
  display: none;
  /* скрываем стандартные радиокнопки */
}

.modal-data .gender-selector label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 12px;
  width: 64px;
  height: 52px;
  transition: 0.3s;
  color: #888;
  font-weight: 700;
}

.modal-data .gender-selector input:checked + label {
  background-color: white;
  /* белый фон активного элемента */
  color: #000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.modal-pass {
  display: none;
}

.modal-pass .modal-body {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  border-radius: 30px;
  padding: 1.875rem;
  width: 559px;
  height: auto;
  background: #fff;
}

.modal-pass .form {
  max-width: 25.9375rem;
  width: 100%;
}

.modal-pass .btn-sub {
  cursor: pointer;
  margin-top: 1.875rem;
  width: 100%;
  border: none;
}

.modal-phone {
  display: none;
}

.modal-phone .modal-body {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  border-radius: 30px;
  padding: 1.875rem;
  width: 559px;
  height: auto;
  background: #fff;
}

.modal-phone .form {
  max-width: 25.9375rem;
  width: 100%;
}

.modal-phone .btn-sub {
  cursor: pointer;
  margin-top: 1.875rem;
  width: 100%;
  border: none;
}

.modal-phone .modal-body__text {
  margin-top: 1.875rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 150%;
  text-align: center;
  color: #1e1c1c;
}

.modal-phone-code {
  display: none;
}

.modal-phone-code .modal-body {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  border-radius: 30px;
  padding: 1.875rem;
  width: 559px;
  height: auto;
  background: #fff;
}

.modal-phone-code .form {
  max-width: 25.9375rem;
  width: 100%;
}

.modal-phone-code .btn-sub {
  cursor: pointer;
  margin-top: 1.875rem;
  width: 100%;
  border: none;
}

.modal-phone-code .modal-body__text {
  margin-top: 1.875rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 150%;
  text-align: center;
  color: #1e1c1c;
}

.modal-email {
  display: none;
}

.modal-email .modal-body {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  border-radius: 30px;
  padding: 1.875rem;
  width: 559px;
  height: auto;
  background: #fff;
}

.modal-email .form {
  max-width: 25.9375rem;
  width: 100%;
}

.modal-email .btn-sub {
  cursor: pointer;
  margin-top: 1.875rem;
  width: 100%;
  border: none;
}

.modal-email .modal-body__text {
  margin-top: 1.875rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 150%;
  text-align: center;
  color: #1e1c1c;
}

.modal-delete-event {
  display: none;
}

.modal-delete-event .modal-body {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  border-radius: 30px;
  padding: 1.125rem;
  width: 332px;
  height: auto;
  background: #fff;
}

.modal-delete-event .modal-body__close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 1.75rem;
  height: 1.75rem;
  background: #f2f3f7;
}

.modal-delete-event .modal-body__title {
  text-align: left;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.modal-delete-event form {
  margin-top: 1.125rem;
}

.modal-delete-event .textarea-wrap {
  margin-bottom: 1.125rem;
  height: 5.625rem;
}

.modal-delete-event textarea {
  width: 100%;
  height: 100%;
  padding: 0.375rem 0.875rem;
  border: none;
  resize: none;
  border-radius: 12px;
  border: 1px solid #dddfe8;
}

.modal-delete-event .btn {
  border: none;
  padding: 0.625rem 2rem;
  height: 2.375rem;
  font-size: 0.875rem;
  line-height: 130%;
  letter-spacing: -0.02em;
}

.modal-delete-event .btn-close {
  cursor: pointer;
  text-transform: uppercase;
  color: #1e1c1c;
  padding-left: 1.6875rem;
  padding-right: 1.6875rem;
}

.modal-delete-event .from-btn__row {
  display: flex;
  justify-content: space-between;
}

.modal-delete-profile {
  display: none;
}

.modal-delete-profile .modal-body {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  border-radius: 30px;
  padding: 1.125rem;
  width: 29.1875rem;
  height: auto;
  background: #fff;
}

.modal-delete-profile .modal-body__close {
  cursor: pointer;
  top: 1rem;
  right: 1rem;
}

.modal-delete-profile .modal-body__title {
  text-align: left;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.modal-delete-profile .modal-body__text {
  margin-top: 1.875rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 150%;
  color: #1e1c1c;
}

.modal-delete-profile .btn {
  cursor: pointer;
  border: none;
  padding: 0.625rem 2rem;
  font-size: 0.875rem;
  line-height: 130%;
  letter-spacing: -0.02em;
  width: 9.5625rem;
}

.modal-delete-profile .gray-hover {
  color: #1e1c1c;
}

.modal-delete-profile .btn-close {
  cursor: pointer;
  text-transform: uppercase;
  color: #1e1c1c;
  padding-left: 1.6875rem;
  padding-right: 1.6875rem;
}

.modal-delete-profile .modal-btn__row {
  margin-top: 1.875rem;
  display: flex;
  gap: 0.625rem;
}

.modal-newsletter {
  display: none;
}

.modal-newsletter .modal-body {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  border-radius: 30px;
  padding: 1.875rem;
  width: 25.9375rem;
  height: auto;
  background: #fff;
}

.modal-newsletter .modal-body__title {
  font-size: 2.625rem;
  line-height: 120%;
  letter-spacing: -0.02em;
}

.modal-newsletter .modal-body__text {
  margin-top: 30px;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 150%;
  text-align: center;
}

.modal-newsletter .form-btn {
  margin-top: 1.75rem;
  width: 100%;
  border: none;
}

.modal-newsletter .checkbox-group {
  margin-top: 1.75rem;
  margin-bottom: 0 !important;
}

@media (max-width: 62rem) {
  .modal-search .modal-body {
    width: calc(100% - 0.625rem);
    border-radius: 20px;
    padding: 1.125rem 1.125rem 2rem;
  }
  .modal-search .search-container__title {
    padding-top: 0.5rem;
    display: block;
  }
  .modal-search .search-bar {
    margin-top: 1rem;
  }
  .modal-search .close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f3f7;
    border-radius: 10px;
    width: 1.75rem;
    height: 1.75rem;
    position: absolute;
    top: 1.125rem;
    right: 1.125rem;
  }
  .modal-search .close-btn svg {
    width: 25px;
    height: 25px;
  }
  .modal-search .clear-btn {
    display: none;
  }
  .modal-search .search-bar {
    border: 1px solid #dddfe8;
    border-radius: 12px;
    padding: 0.25rem 0.875rem;
    height: 3.125rem;
  }
  .modal-search .search-icon svg {
    width: 1.125rem;
    height: 1.125rem;
  }
  .modal-search input {
    padding-left: 0.625rem;
    font-size: 0.875rem;
  }
  .modal-search .search-results .section {
    display: block;
  }
  .modal-search .section h3 {
    width: auto;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 120%;
  }
  .modal-search .section li {
    margin-bottom: 0;
  }
  .modal-search .section li a {
    font-size: 0.875rem;
    line-height: 150%;
  }
  .modal-search .footer-link {
    margin-top: 1rem;
    padding-top: 1rem;
    font-size: 0.875rem;
    line-height: 120%;
  }
  .modal-login .modal-body {
    border-radius: 20px;
    padding: 1.875rem 1.125rem;
    width: calc(100% - 1.75rem);
  }
  .modal-body__title {
    font-size: 1.375rem;
    line-height: 120%;
    letter-spacing: -0.02em;
  }
  .modal-body__close {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 1.75rem;
    height: 1.75rem;
    top: 0.75rem;
    right: 0.75rem;
    background: #f2f3f7;
  }
  .modal-body__close svg {
    width: 0.75rem;
    height: 0.75rem;
  }
  .modal-body .form-sub {
    margin-top: 1.25rem;
  }
  .modal-body .btn-regisrt {
    margin-top: 0.625rem;
  }
  .modal-body .js-call-modal-login-2 {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 145%;
  }
  .modal-success .modal-body {
    border-radius: 20px;
    padding: 1.875rem 1.125rem;
    width: calc(100% - 1.75rem);
  }
  .modal-success .modal-body__img {
    width: 6.25rem;
  }
  .modal-success .modal-body__title {
    margin-top: 0;
    font-size: 1.375rem;
    line-height: 120%;
  }
  .modal-success .modal-body__text {
    margin-top: 1.125rem;
    font-size: 0.875rem;
    line-height: 145%;
  }
  .modal-success .modal-body__btn {
    margin-top: 1.125rem;
  }
  .modal-data .modal-body, .modal-pass .modal-body, .modal-phone .modal-body, .modal-phone-code .modal-body, .modal-email .modal-body {
    width: calc(100% - 1.75rem);
    border-radius: 20px;
    padding: 1.875rem 1.125rem;
  }
  .modal-data .input-block__title {
    margin-bottom: 0.625rem;
    font-size: 1rem;
    line-height: 125%;
  }
  .modal-data .form .input-wrap {
    gap: 0.875rem;
  }
  .modal-data .gender-selector {
    width: 7.125rem;
    height: 3.125rem;
  }
  .modal-data .gender-selector label {
    border-radius: 10px;
    width: 3.4375rem;
    height: 2.625rem;
    font-size: 0.9375rem;
    line-height: 120%;
  }
  .modal-data .gender-selector input:checked + label {
    font-size: 0.9375rem;
    line-height: 120%;
  }
  .modal-data .input-box__date {
    width: 100%;
  }
  .modal-data .btn-subm, .modal-pass .btn-sub, .modal-phone .btn-sub, .modal-phone-code .btn-sub, .modal-email .btn-sub {
    margin-top: 1.125rem;
  }
  .modal-phone-code .modal-body__text, .modal-phone .modal-body__text, .modal-email .modal-body__text {
    margin-top: 1.125rem;
    font-size: 0.875rem;
    line-height: 145%;
  }
  .modal-phone-code .form, .modal-phone .form, .modal-email .form {
    margin-top: 1.125rem;
  }
  #emailSucces .btn-close__modal, #phoneSucces .btn-close__modal {
    width: 100%;
  }
  .modal-delete-profile .modal-body {
    width: 20.75rem;
  }
  .modal-delete-profile .modal-body__text {
    margin-top: 1.125rem;
    font-size: 0.875rem;
    line-height: 145%;
  }
  .modal-delete-profile .btn {
    width: 8rem;
  }
  .modal-newsletter .modal-body {
    padding: 1.125rem;
    max-width: 30rem;
    width: calc(100% - 1.75rem);
    border-radius: 20px;
  }
  .modal-newsletter .modal-body__title {
    font-size: 1.75rem;
  }
  .modal-newsletter .form-btn {
    margin-top: 1.25rem;
  }
  .modal-newsletter .checkbox-group {
    margin-top: 1.25rem;
  }
  .modal-newsletter .modal-body__text {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}

.form {
  /* Order нужен, чтобы в HTML инпут был первым (для работы CSS ~ селектора), 
           но визуально префикс и кнопка глаза стояли на своих местах */
  /* Прячем placeholder, пока не кликнем по полю */
  /* Стартовая позиция Label (по центру) */
  /* Префикс телефона */
  /* Показываем префикс только когда поле активно */
  /* Иконка глаза для пароля */
  /* Чекбоксы */
}

.form .participant-add {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dddfe8;
  border-radius: 12px;
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  width: 100%;
  height: 3.75rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #7c84a3;
}

.form .participant-delete {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  color: #7c84a3;
}

.form .participant-block {
  margin-bottom: 1rem;
  border-radius: 20px;
  padding: 1.875rem;
  background: #f2f3f7;
}

.form .participant-block__top {
  margin-bottom: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form .participant-block__top .input-wrap__title {
  margin-bottom: 0;
}

.form .participant-block .input-box:focus-within {
  border-color: #dddfe8;
  background: #fff;
}

.form .textarea-wrap {
  margin-bottom: 1.25rem;
  position: relative;
}

.form .textarea-wrap textarea {
  border: 1px solid #dddfe8;
  border-radius: 12px;
  padding: 0.5rem 1.25rem;
  width: 100%;
  height: 5.625rem;
  resize: none;
}

.form .textarea-wrap textarea::placeholder {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #7c84a3;
  opacity: 1;
}

.form .textarea-wrap .textarea-count {
  position: absolute;
  right: 1.25rem;
  bottom: 8px;
  color: #7c84a3;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
}

.form .textarea-wrap .textarea-count span {
  color: #1e1c1c;
}

.form .input-row {
  display: flex;
  gap: 8px;
}

.form .input-row .input-box {
  width: 50%;
}

.form .input-wrap {
  margin-top: 1.25rem;
}

.form .input-wrap__title {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #1e1c1c;
}

.form .input-wrap .input-row {
  margin-bottom: 0.5rem;
}

.form .input-wrap .input-row:last-child {
  margin-bottom: 0;
}

.form .input-box {
  position: relative;
  border: 1px solid #dddfe8;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  height: 3.75rem;
  padding: 0.5rem 1.25rem;
  transition: border-color 0.3s;
  /* Для Firefox */
}

.form .input-box__icon {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}

.form .input-box input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.form .input-box input[type="date"] {
  appearance: none;
  -moz-appearance: none;
}

.form .input-box.invalid {
  border: 1px solid #ee2c24;
}

.form .input-box.invalid .invalid-message {
  display: block;
}

.form .input-box .invalid-message {
  display: none;
  position: absolute;
  left: 0;
  bottom: -1.125rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #ee2c24;
}

.form .input-box:focus-within {
  border-color: #f2f3f7;
  background: #f2f3f7;
}

.form .input-box input {
  order: 2;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 1.5rem 0 0.5rem 0;
  /* Отступ сверху оставляет место для поднятого label */
  border: none;
  outline: none;
  font-size: 1rem;
  background: transparent;
  font-family: inherit;
  color: #09070a;
}

.form .input-box input::placeholder {
  color: transparent;
  transition: color 0.2s;
}

.form .input-box input:focus::placeholder {
  color: #C5CEE0;
}

.form .input-box label {
  font-family: "OpenSans", sans-serif;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  line-height: 150%;
  color: #7c84a3;
  pointer-events: none;
  /* Чтобы клик сквозь label попадал в input */
  transition: all 0.2s ease-out;
  margin: 0;
}

.form .input-box input:focus ~ label,
.form .input-box input:not(:placeholder-shown) ~ label {
  top: 1rem;
  font-size: 0.875rem;
}

.form .phone-prefix {
  order: 1;
  font-size: 0.9375rem;
  color: #1e1c1c;
  font-weight: 500;
  padding: 1.5rem 0.375rem 0.5rem 0;
  /* Выравниваем по базовой линии с текстом инпута */
  display: none;
  /* Скрыт по умолчанию */
}

.form .input-box input:focus ~ .phone-prefix,
.form .input-box input:not(:placeholder-shown) ~ .phone-prefix {
  display: block;
}

.form .toggle-password {
  order: 3;
  background: none;
  border: none;
  cursor: pointer;
  color: #1e1c1c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: 0.625rem;
}

.form .toggle-password svg {
  width: 1.25rem;
  height: 1.25rem;
  transition: opacity 0.2s;
}

.form .toggle-password:hover svg {
  opacity: 1;
}

.form .checkbox-group {
  margin-bottom: 2.5rem;
}

.form .checkbox-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  cursor: pointer;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 145%;
  color: #1e1c1c;
}

.form .checkbox-container input {
  display: none;
}

.form .checkmark {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #DDDFE8;
  border-radius: 8px;
  margin-right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s;
}

.form .checkbox-container input:checked + .checkmark {
  background: url(/local/templates/proshiyu/css/../img/icon/checkbox-icon.png) no-repeat;
  border: 1px solid transparent;
}

.form .checkmark::after {
  content: "";
  display: none;
  width: 0.3125rem;
  height: 0.625rem;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-bottom: 2px;
}

.form .checkbox-container input:checked + .checkmark::after {
  display: block;
}

.form .checkbox-container a {
  color: #ab0009;
}

.form-registr {
  display: flex;
  justify-content: center;
  padding: 4.6875rem 0;
  background: #f2f3f7;
  border-radius: 30px;
  /* Обновленные стили для инпутов с плавающим label */
  /* Order нужен, чтобы в HTML инпут был первым (для работы CSS ~ селектора), 
           но визуально префикс и кнопка глаза стояли на своих местах */
  /* Прячем placeholder, пока не кликнем по полю */
  /* Стартовая позиция Label (по центру) */
  /* МАГИЯ ПЛАВНОГО ПОДЪЕМА:
           Если инпут в фокусе ИЛИ в нем есть текст (placeholder скрыт браузером) */
  /* Префикс телефона */
  /* Показываем префикс только когда поле активно */
  /* Иконка глаза для пароля */
  /* Кнопка отправки */
}

.form-registr .card {
  background-color: #fff;
  border-radius: 30px;
  padding: 2.5rem;
  width: 34.375rem;
  height: 37.8125rem;
}

.form-registr .banner {
  width: 34.375rem;
  height: 38rem;
}

.form-registr .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.form-registr h2 {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.form-registr .login-link {
  margin-top: 0.625rem;
  margin-bottom: 2.5rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #1e1c1c;
}

.form-registr .login-link a {
  color: #ab0009;
}

.form-registr .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}

.form-registr .input-box {
  position: relative;
  border: 1px solid #dddfe8;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  height: 3.75rem;
  padding: 0.5rem 1.25rem;
  transition: border-color 0.3s;
}

.form-registr .input-box:focus-within {
  border-color: #f2f3f7;
  background: #f2f3f7;
}

.form-registr .input-box input {
  order: 2;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 1.5rem 0 0.5rem 0;
  /* Отступ сверху оставляет место для поднятого label */
  border: none;
  outline: none;
  font-size: 1rem;
  background: transparent;
  font-family: inherit;
  color: #09070a;
}

.form-registr .input-box input::placeholder {
  color: transparent;
  transition: color 0.2s;
}

.form-registr .input-box input:focus::placeholder {
  color: #C5CEE0;
}

.form-registr .input-box label {
  font-family: "OpenSans", sans-serif;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  line-height: 150%;
  color: #7c84a3;
  pointer-events: none;
  /* Чтобы клик сквозь label попадал в input */
  transition: all 0.2s ease-out;
  margin: 0;
}

.form-registr .input-box input:focus ~ label,
.form-registr .input-box input:not(:placeholder-shown) ~ label {
  top: 1rem;
  font-size: 0.875rem;
}

.form-registr .phone-prefix {
  order: 1;
  font-size: 0.9375rem;
  color: #1e1c1c;
  font-weight: 500;
  padding: 1.5rem 0.375rem 0.5rem 0;
  /* Выравниваем по базовой линии с текстом инпута */
  display: none;
  /* Скрыт по умолчанию */
}

.form-registr .input-box input:focus ~ .phone-prefix,
.form-registr .input-box input:not(:placeholder-shown) ~ .phone-prefix {
  display: block;
}

.form-registr .toggle-password {
  order: 3;
  background: none;
  border: none;
  cursor: pointer;
  color: #1e1c1c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: 0.625rem;
}

.form-registr .toggle-password svg {
  width: 1.25rem;
  height: 1.25rem;
  transition: opacity 0.2s;
}

.form-registr .toggle-password:hover svg {
  opacity: 1;
}

.form-registr .checkbox-container a:hover {
  text-decoration: underline;
}

.form-registr .submit-btn {
  border: none;
  cursor: pointer;
}

.event-registr {
  border-radius: 30px;
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
  background: #f2f3f7;
}

.event-registr__row {
  display: flex;
  justify-content: center;
}

.event-registr__content {
  width: 28.6875rem;
}

.event-registr__slider .swiper-slide {
  width: 100%;
  height: 18.875rem;
}

.event-registr__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.event-registr__slider .swiper-arrows {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1;
}

.event-registr__slider .swiper-arrows div {
  width: 2.5rem;
  height: 2.5rem;
}

.event-registr__slider .swiper-arrows div svg {
  width: 8px;
  height: auto;
}

.event-registr__info {
  border-radius: 30px;
  padding: 2.5rem;
  background: #fff;
}

.event-registr__info p {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 145%;
  color: #7c84a3;
}

.event-registr__info-title {
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #1e1c1c;
}

.event-registr__info-table {
  margin-top: 1.875rem;
}

.event-registr__info-table td {
  padding: 3px 0;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 145%;
  color: #7c84a3;
  width: 50%;
}

.event-registr__info-table td:last-child {
  font-family: "Century Gothic", sans-serif;
  text-align: right;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #1e1c1c;
}

.event-registr__btn {
  cursor: pointer;
  margin-top: 1.875rem;
  width: 100%;
}

.event-form {
  border-radius: 30px;
  padding: 2.5rem;
  background: #fff;
  max-width: 42.9375rem;
  width: 100%;
}

.event-form__top {
  display: flex;
  align-items: flex-start;
  gap: 1.625rem;
}

.event-form__top .back-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6875rem;
  height: 2.6875rem;
  border-radius: 50%;
}

.event-form__title {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.event-form__title.mob-show {
  display: none;
}

.event-form__notice {
  margin-top: 1.25rem;
  border-radius: 12px;
  padding: 0.75rem 1.5rem;
  background: rgba(48, 201, 155, 0.1);
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #1e1c1c;
}

.event-form__notice.login {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(238, 44, 36, 0.1);
}

.event-form .form {
  margin-top: 1.25rem;
}

.event-form .checkbox-group {
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.event-form .checkbox-container {
  margin-bottom: 0;
}

.event-form .btn-sub {
  display: none;
  cursor: pointer;
  margin-top: 1.125rem;
  border: none;
}

.flatpickr-day.today {
  background: #1e1c1c !important;
  color: #fff !important;
  border-radius: 14px;
  border: none !important;
}

.flatpickr-calendar {
  width: 370px !important;
  border-radius: 30px;
  padding: 30px;
}

.flatpickr-prev-month, .flatpickr-next-month {
  top: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.375rem;
  max-width: 2.375rem;
  height: 2.375rem !important;
  border: 1px solid #dddfe8;
  border-radius: 50%;
}

.flatpickr-prev-month {
  left: 30px !important;
}

.flatpickr-next-month {
  right: 30px !important;
}

.flatpickr-innerContainer {
  margin-top: 20px;
}

@media (max-width: 62rem) {
  .card {
    padding: 30px 20px;
  }
  .form-registr .banner {
    display: none;
  }
  .event-registr {
    background: #fff;
  }
  .event-registr__row {
    flex-wrap: wrap;
  }
  .event-registr__content {
    max-width: 62rem;
    width: 100%;
    order: 1;
    display: flex;
    flex-direction: column;
  }
  .event-form {
    padding: 0;
    max-width: 100%;
    order: 2;
  }
  .event-registr__slider {
    margin-top: 1.125rem;
    order: 2;
    width: 100%;
    height: auto;
  }
  .event-registr__slider .swiper-slide img {
    border-radius: 20px;
  }
  .event-registr__info {
    border-radius: 20px;
    padding: 1.125rem;
    background: #f2f3f7;
  }
  .event-registr__btn {
    display: none;
  }
  .event-form__top {
    display: none;
  }
  .event-form__title {
    display: none;
  }
  .event-form__title.mob-show {
    display: block;
    margin-bottom: 1.125rem;
  }
  .event-form .btn-sub {
    width: 100%;
    display: flex;
  }
}

@media (max-width: 48rem) {
  .form-registr {
    padding-top: 0;
  }
  .form-registr .card {
    border-radius: 0;
    padding: 1.25rem 0.875rem;
    padding-bottom: 2.5rem;
    height: auto;
  }
  .form-registr .form-grid {
    margin-bottom: 1.25rem;
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
  .form-registr h2 {
    font-size: 1.375rem;
    line-height: 120%;
    letter-spacing: -0.02em;
  }
  .form-registr .login-link {
    margin: 1.25rem 0;
    font-size: 0.875rem;
    line-height: 145%;
  }
  .form-registr .input-box {
    height: 3.125rem;
    border-radius: 12px;
  }
  .form-registr .input-box label {
    font-size: 0.875rem;
  }
  .form-registr .input-box input:focus ~ label, .form-registr .input-box input:not(:placeholder-shown) ~ label {
    font-size: 0.75rem;
  }
  .form-registr .checkbox-container {
    font-size: 0.875rem;
    line-height: 145%;
  }
  .form-registr .checkmark {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 6px;
  }
  .form-registr .checkbox-container input:checked + .checkmark {
    background-size: contain;
  }
  .form-registr .checkbox-group {
    margin-bottom: 1.25rem;
  }
  .form .input-box {
    height: 3.125rem;
    border-radius: 12px;
  }
  .form .input-box label {
    font-size: 0.875rem;
  }
  .event-form__title.mob-show {
    font-size: 1.375rem;
    line-height: 120%;
  }
  .event-registr__info p {
    font-size: 0.75rem;
    line-height: 120%;
  }
  .event-registr__info-title {
    margin-top: 0.5rem;
    font-size: 1.125rem;
    line-height: 120%;
  }
  .event-registr__info-table {
    margin-top: 1.125rem;
  }
  .event-registr__info-table td {
    font-size: 0.75rem;
    line-height: 120%;
  }
  .event-registr__info-table td:last-child {
    font-size: 0.75rem;
    line-height: 120%;
  }
  .event-registr__slider .swiper-slide {
    height: 13.375rem;
  }
  .event-registr__slider .swiper-arrows {
    right: 0.75rem;
    bottom: 0.75rem;
  }
  .event-form__notice {
    border-radius: 12px;
    padding: 0.75rem 1.125rem;
    font-size: 0.75rem;
    line-height: 120%;
  }
  .form .input-row {
    flex-wrap: wrap;
  }
  .form .input-row .input-box {
    width: 100%;
  }
  .form .input-wrap__title {
    font-size: 1.125rem;
    line-height: 120%;
  }
  .form .textarea-wrap .textarea-count {
    right: 0.875rem;
    font-size: 0.75rem;
    line-height: 120%;
  }
  .form .checkbox-container {
    font-size: 0.75rem;
    line-height: 120%;
  }
  .form .participant-block {
    border-radius: 20px;
    padding: 1.125rem;
  }
  .flatpickr-calendar {
    width: 300px !important;
    padding: 12px;
    border-radius: 20px;
  }
  .flatpickr-prev-month, .flatpickr-next-month {
    top: 15px !important;
  }
  .flatpickr-prev-month {
    left: 15px !important;
  }
  .flatpickr-next-month {
    right: 15px !important;
  }
  .flatpickr-rContainer {
    width: 100% !important;
  }
  .flatpickr-days {
    width: 100% !important;
  }
  .dayContainer {
    width: 100%;
    max-width: 100% !important;
    min-width: unset;
  }
}

@media (max-width: 30rem) {
  .form-registr .submit-btn {
    width: 100%;
  }
}

.account {
  margin-top: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 7.5rem;
  border-radius: 30px;
  background: #f2f3f7;
}

.account-row {
  margin-top: 2.75rem;
  display: flex;
  gap: 2.5rem;
}

.account .title-section {
  font-size: 2.625rem;
  line-height: 120%;
}

.account-nav {
  width: 17.25rem;
  min-width: 17.25rem;
}

.account-nav__group {
  border-radius: 30px;
  padding: 1.25rem;
  background: #fff;
}

.account-nav__item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  border-radius: 100px;
  padding: 0.9375rem 1.25rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.account-nav__item.current {
  background: #f2f3f7;
}

.account-exit {
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  border-radius: 100px;
  padding: 0.9375rem 1.25rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
  background: #fff;
}

.account-content {
  width: 100%;
}

.account-content__title {
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.account-content__top {
  border-radius: 30px;
  padding: 3.75rem;
  background: #fff;
}

.account-content__bottom {
  margin-top: 0.625rem;
  border-radius: 30px;
  padding: 3.75rem;
  background: #fff;
}

.account-content__notice {
  margin-top: 2.625rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #1e1c1c;
}

.account-content .event-row {
  margin-bottom: 0;
  margin-top: 2.625rem;
  gap: 1.25rem;
}

.account-content .event-item {
  position: relative;
  width: calc(33.33% - 0.875rem);
}

.account-content .event-item__img {
  height: 12.8125rem;
}

.account-content .event-item__registr {
  height: 2.375rem;
  font-size: 0.875rem;
  padding: 0 1.125rem;
}

.account-content .event-item__title {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  line-height: 120%;
}

.account-content .event-item__tags {
  margin-top: 0.625rem;
}

.account-content .collections-top {
  gap: 1.25rem;
}

.account-content .collections-top__item {
  border-radius: 30px;
  padding: 1.25rem 1rem;
  background: #f2f3f7;
  height: auto;
}

.account-content .collections-top__item-img {
  max-height: 4.375rem;
}

.account-content .collections-top__item-img img {
  width: 100%;
  height: 100%;
}

.account-content .collections-top__item-title {
  margin-top: 1.25rem;
  position: static;
  font-size: 1rem;
  line-height: 125%;
}

.account-profile {
  max-width: 46.75rem;
  width: 100%;
}

.account-profile__block {
  margin-bottom: 0.625rem;
  position: relative;
  border-radius: 30px;
  padding: 2.5rem;
  background: #fff;
}

.account-profile__block:last-child {
  margin-bottom: 0;
}

.account-profile__block.name {
  display: flex;
  gap: 1.875rem;
}

.account-profile__block.password .change-input {
  cursor: pointer;
  margin-top: 1.25rem;
}

.account-profile__block.notice form {
  margin-top: 1.25rem;
}

.account-profile__block.notice .switch-wrap {
  margin-bottom: 0.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.account-profile__block.notice .switch-wrap:last-child {
  margin-bottom: 0;
}

.account-profile__block.notice .switch {
  position: relative;
  display: inline-block;
  min-width: 44px;
  width: 44px;
  height: 24px;
}

.account-profile__block.notice .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.account-profile__block.notice .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dddfe8;
  transition: 0.4s;
  border-radius: 24px;
}

.account-profile__block.notice .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.account-profile__block.notice input:checked + .slider {
  background-color: #ab0009;
}

.account-profile__block.notice input:checked + .slider:before {
  transform: translateX(20px);
}

.account-profile__block-title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.account-profile__block-text {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #1e1c1c;
}

.account-profile__block-info {
  margin-top: 1.25rem;
}

.account-profile__block-info .input-box {
  margin-bottom: 0.625rem;
  position: relative;
  background: #f2f3f7;
}

.account-profile__block-info .input-box:last-child {
  margin-bottom: 0;
}

.account-profile__block-info .input-box input {
  color: #1e1c1c;
}

.account-profile__block-info .change-input {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  position: absolute;
  right: 0.5rem;
  border-radius: 100px;
  padding: 0.875rem 1.5rem;
  height: 3rem;
  background: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.account-profile__ava {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3.375rem;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  background: #ab0009;
}

.account-profile__ava span {
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}

.account-profile__name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
}

.account-profile__name-edit {
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.account-profile__spec {
  margin-top: 0.375rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #7c84a3;
}

.account-profile__date {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #7c84a3;
  text-transform: uppercase;
}

.account-delete {
  display: block;
  margin-top: 1.875rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ee2c24;
}

@media (max-width: 62rem) {
  .account .title-section {
    display: none;
  }
  .account-row {
    margin-top: 0;
  }
  .account-nav {
    display: none;
  }
  .account-content__top {
    padding: 1.25rem;
  }
  .account-content__bottom {
    padding: 1.25rem;
  }
  .account-content .collections-top__item {
    width: calc(50% - 0.625rem);
  }
  .account-content .collections-top__item-img {
    height: auto;
  }
  .account-content .collections-top__item-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
  }
  .account-content__title {
    font-size: 1.625rem;
    line-height: 120%;
  }
}

@media (max-width: 48rem) {
  .account {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
  }
  .account-content__top {
    border-radius: 0;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .account-content .event-row {
    margin-top: 1.25rem;
    flex-wrap: wrap;
  }
  .account-content .event-item {
    width: 100%;
  }
  .account .container {
    padding-left: 0;
    padding-right: 0;
  }
  .account-content__bottom {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    background: #f2f3f7;
  }
  .account-content .collections-top__item {
    background: #fff;
  }
  .account-content__bottom .account-content__title {
    text-align: center;
  }
  .account-content__notice {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
  .account.user {
    padding-top: 0.625rem;
    padding-bottom: 2.5rem;
    background: #f2f3f7;
    border-radius: 0;
  }
  .account.user .container {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .account-profile__block {
    border-radius: 20px;
    padding: 18px;
  }
  .account-profile__block.name {
    flex-wrap: wrap;
    gap: 1.125rem;
  }
  .account-profile__name {
    font-size: 1.125rem;
    line-height: 120%;
    letter-spacing: -0.02em;
  }
  .account-profile__spec {
    margin-top: 0.375rem;
    font-size: 1rem;
    line-height: 150%;
  }
  .account-profile__date {
    margin-top: 0.375rem;
    font-size: 1rem;
    line-height: 150%;
  }
  .account-profile__block-title {
    margin-bottom: 0.375rem;
    margin-top: 0.75rem;
    font-size: 1.375rem;
    line-height: 120%;
    letter-spacing: -0.02em;
  }
  .account-profile__block-text {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 145%;
  }
  .account-profile__block-info .change-input {
    height: 2.375rem;
    padding: 0 1.125rem;
    font-size: 0.875rem;
    line-height: 130%;
    letter-spacing: -0.02em;
  }
  .account-profile__block.notice .switch-wrap {
    gap: 2.5rem;
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 145%;
  }
  .account-delete {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 130%;
    letter-spacing: -0.02em;
  }
}

.footer {
  padding-top: 2.5rem;
  padding-bottom: 1.875rem;
  position: relative;
  border-radius: 30px 30px 0 0;
  background: #1e1c1c;
  overflow: hidden;
}

.footer-vector {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.footer-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-top__title {
  font-weight: 700;
  font-size: 2.8125rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #fff6ee 0%, #f8c38e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-top__col {
  display: flex;
  gap: 4.0625rem;
}

.footer-top__block-title {
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}

.footer-top__block-email {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
}

.footer-social {
  display: flex;
  gap: 0.75rem;
}

.footer-middle {
  position: relative;
  z-index: 1;
  margin-top: 3.75rem;
  display: flex;
  gap: 3.75rem;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  max-width: 21.375rem;
  gap: 0.625rem;
}

.footer-menu a {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #fff;
}

.footer-menu__col-title {
  margin-bottom: 1.375rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}

.footer-newsletter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7.25rem;
  margin-left: auto;
  border-radius: 20px;
  padding: 1.375rem 1.75rem 1.375rem 2.125rem;
  height: 7rem;
  background: linear-gradient(90deg, #7D131C 0%, #ED2A24 100%);
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}

.footer-newsletter a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 0.875rem 1.5rem;
  width: max-content;
  height: 3rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1e1c1c;
  background: #f2f3f7;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  margin-top: 3.75rem;
  padding-top: 1.875rem;
  border-top: 1px solid rgba(204, 128, 132, 0.21);
}

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

.footer-bottom a {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
}

@media (max-width: 992px) {
  .footer-top {
    flex-wrap: wrap;
    gap: 2.5rem;
  }
  .footer-top__title {
    font-size: 2rem;
  }
  .footer-top__col {
    width: 100%;
    justify-content: space-between;
  }
  .footer-top__block-title {
    font-size: 1rem;
  }
  .footer-top__block-email {
    font-size: 1.75rem;
  }
  .footer-middle {
    flex-wrap: wrap;
  }
  .footer-newsletter {
    margin-left: 0;
  }
}

@media (max-width: 48rem) {
  .footer {
    padding-top: 1.875rem;
    padding-bottom: 6.25rem;
  }
  .footer-top__title {
    font-size: 1.875rem;
    line-height: 120%;
  }
  .footer-top {
    gap: 1.875rem;
  }
  .footer-top__col {
    flex-wrap: wrap;
    gap: 1.875rem;
  }
  .footer-top__block-title {
    margin-bottom: 0.625rem;
    font-size: 1rem;
    line-height: 125%;
  }
  .footer-top__block-email {
    font-size: 1.875rem;
    line-height: 120%;
  }
  .footer-social {
    gap: 0.75rem;
  }
  .footer-social svg {
    width: 2.375rem;
    height: 2.375rem;
  }
  .footer-middle {
    margin-top: 1.875rem;
    gap: 1.875rem;
  }
  .footer-menu__col-title {
    margin-bottom: 1.125rem;
    font-size: 1rem;
    line-height: 125%;
  }
  .footer-newsletter {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
    border-radius: 20px;
    padding: 1rem;
    padding-right: 2.5rem;
    flex-wrap: nowrap;
    height: 11.375rem;
    font-size: 1.625rem;
    line-height: 120%;
  }
  .footer-newsletter a {
    padding: 0 1.125rem;
    height: 2.375rem;
    font-size: 0.875rem;
    line-height: 130%;
  }
  .footer-bottom__row {
    flex-wrap: wrap;
    gap: 0.625rem;
  }
  .footer-bottom a {
    font-size: 0.875rem;
    line-height: 120%;
  }
}

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

input,
textarea,
button,
select {
  font-family: "Century Gothic", sans-serif;
}

input::placeholder,
textarea::placeholder,
button::placeholder,
select::placeholder {
  opacity: 1;
  font-weight: 400;
  font-family: "Century Gothic", sans-serif;
}

@media (max-width: 1280px) {
  html {
    font-size: .9vw;
  }
}

@media (max-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
  padding-top: 14.375rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: 400;
  min-width: 360px;
  background: #fff;
  color: #1e1c1c;
  margin-bottom: 0 !important;
}

body.hidden {
  width: 99vw;
  height: 100vh;
  overflow: hidden;
  background: rgba(32, 32, 32, 0.7);
}

@media (max-width: 62rem) {
  body {
    padding-top: 7.1875rem;
  }
}

@media (max-width: 48rem) {
  body {
    padding-top: 4.25rem;
  }
}

body::-webkit-scrollbar {
  width: 8px;
  /* Ширина скроллбара */
}

body::-webkit-scrollbar-track {
  background: transparent;
  /* Цвет трека скроллбара */
}

body::-webkit-scrollbar-thumb {
  background: #888;
  /* Цвет ползунка скроллбара */
  border-radius: 4px;
  /* Скругление углов ползунка */
}
/*# sourceMappingURL=main.css.map */
/* End */


/* Start:/local/templates/proshiyu/css/ownd.css?17827278991345*/
#registrationForm.form .checkbox-container input 
{
	display: block;
    height: 2px;
    width: 2px;
    position: relative;
    left: 13px;
    top: 22px;
    opacity: 0;
}

.ownd-error
{
	color: red;
}

.ownd-success
{
	color: green;
}

form .ownd-error,
form .ownd-success
{
	margin: 20px 0;
	text-align: center;
}

.modal-email-code {
  display: none;
}

.modal-email-code .modal-body {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  border-radius: 30px;
  padding: 1.875rem;
  width: 559px;
  height: auto;
  background: #fff;
}

.modal-email-code .form {
  max-width: 25.9375rem;
  width: 100%;
}

.modal-email-code .btn-sub {
  cursor: pointer;
  margin-top: 1.875rem;
  width: 100%;
  border: none;
}

.modal-email-code .modal-body__text {
  margin-top: 1.875rem;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 150%;
  text-align: center;
  color: #1e1c1c;
}

@media (max-width: 62rem)
{
	.modal-email-code .modal-body {
    width: calc(100% - 1.75rem);
    border-radius: 20px;
    padding: 1.875rem 1.125rem;
  }

  .modal-email-code .btn-sub{
    margin-top: 1.125rem;
  }
  .modal-email-code .modal-body__text{
    margin-top: 1.125rem;
    font-size: 0.875rem;
    line-height: 145%;
  }
  .modal-email-code .form{
    margin-top: 1.125rem;
  }
}
/* End */


/* Start:/local/templates/proshiyu/styles.css?1783346823787*/
.calendar-child{
	cursor: pointer;
}
.calendar-child.active .calendar-child__reset{
	display: block;
}

.calendar-child .calendar-child__reset{
	display: none;
}

.event-row {
	transition: opacity 0.3s ease;
}

.event-row.loading {
	opacity: 0.5;
	pointer-events: none;
	position: relative;
}

.event-row.loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
	border: 3px solid #f3f3f3;
	border-top: 3px solid #3498db;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.event-row.empty-message {
	text-align: center;
	padding: 40px;
	font-size: 18px;
	color: #666;
	background: #f9f9f9;
	border-radius: 8px;
}
/* End */
/* /local/templates/proshiyu/css/main.css?1783344899138487 */
/* /local/templates/proshiyu/css/ownd.css?17827278991345 */
/* /local/templates/proshiyu/styles.css?1783346823787 */
