

/* Start:/local/templates/mos/css/news.css?176914339729045*/
/* Обнуляем отступы и поля у всех элементов */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Убираем стандартные стили у ссылок */
a {
  text-decoration: none;
  color: inherit;
}

/* Убираем стили у списка */
ul, ol {
  list-style: none;
}

/* Убираем стили у таблиц */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Убираем обводку у элементов форм */
input,
textarea,
button,
select {
  border: none;
  outline: none;
}

/* Убираем стандартный стиль у кнопок */
button {
  background: transparent;
  cursor: pointer;
}

/* Убираем фон и стили у форм */
form {
  display: block;
}

/* Обнуляем отступы у элементов в инпуте */
fieldset {
  margin: 0;
  padding: 0;
}

/* Убираем стрелки у числовых инпутов */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

/* Сброс стилизации для всех изображений */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Убираем стандартные стили у блоков */
body {
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

/* Убираем фон у body */
body {
  background: none;
}

/* Убираем стили для iframe */
iframe {
  border: none;
}

/* Сброс маркеров у ссылок */
a:focus,
a:hover {
  outline: none;
}

@font-face {
  font-family: "GolosText";
  src: url("/local/templates/mos/css/fonts/GolosText-Medium.woff2") format("woff2"), url("/local/templates/mos/css/fonts/GolosText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GolosText";
  src: url("/local/templates/mos/css/fonts/GolosText-Regular.woff2") format("woff2"), url("/local/templates/mos/css/fonts/GolosText-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GolosText";
  src: url("/local/templates/mos/css/fonts/GolosText-Bold.woff2") format("woff2"), url("/local/templates/mos/css/fonts/GolosText-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GolosText";
  src: url("/local/templates/mos/css/fonts/GolosText-SemiBold.woff2") format("woff2"), url("/local/templates/mos/css/fonts/GolosText-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --white: white;
  --black: #141414;
  --orange: #00CB62;
  --orange-hover: #009e4c;
  --orange-50: rgba(255, 222, 202, 0.5);
  --orange-50-hover: rgba(255, 222, 202, 0.7);
  --gray-100: #F5F5F5;
  --gray-200: #E7E7E7;
  --gray-400: #908F8F;
  --green: #00CB62;
}

/* Основные стили */
/** {
  outline: 2px solid red;
}*/
body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  font-family: "GolosText", sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  color: var(--black);
  background-color: var(--white);
}
@media (max-width: 1300px) {
  body {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 1.0625rem;
  }
}
@media (max-width: 991px) {
  body.menu-show {
    overflow: hidden;
  }
  body.menu-show .header {
    z-index: 5;
  }
  body.menu-show .header-bottom {
    opacity: 1;
    pointer-events: auto;
  }
}

main {
  flex: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

/* Параграфы */
p {
  margin-bottom: 1em;
}

/* Ссылки */
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.25s linear;
}

/* Выделение текста */
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mt-112 {
  margin-top: 7rem;
}
@media (max-width: 1300px) {
  .mt-112 {
    margin-top: 6rem;
  }
}
@media (max-width: 991px) {
  .mt-112 {
    margin-top: 4rem;
  }
}

.mt-92 {
  margin-top: 5.75rem;
}
@media (max-width: 1300px) {
  .mt-92 {
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .mt-92 {
    margin-top: 3.5rem;
  }
}

.mt-52 {
  margin-top: 3.25rem;
}
@media (max-width: 991px) {
  .mt-52 {
    margin-top: 2.5rem;
  }
}

.mt-40 {
  margin-top: 2.5rem;
}
@media (max-width: 1300px) {
  .mt-40 {
    margin-top: 2rem;
  }
}
@media (max-width: 991px) {
  .mt-40 {
    margin-top: 1.5rem;
  }
}

.mt-56 {
  margin-top: 3.5rem;
}
@media (max-width: 1300px) {
  .mt-56 {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .mt-56 {
    margin-top: 2.25rem;
  }
}

.mt-60 {
  margin-top: 3.75rem;
}
@media (max-width: 1300px) {
  .mt-60 {
    margin-top: 2.5rem;
  }
}
@media (max-width: 991px) {
  .mt-60 {
    margin-top: 2.25rem;
  }
}

.mt-32 {
  margin-top: 2rem;
}
@media (max-width: 1300px) {
  .mt-32 {
    margin-top: 1.75rem;
  }
}
@media (max-width: 991px) {
  .mt-32 {
    margin-top: 1.5rem;
  }
}

.mt-28 {
  margin-top: 1.75rem;
}
@media (max-width: 991px) {
  .mt-28 {
    margin-top: 1.5rem;
  }
}

.mt-24 {
  margin-top: 1.5rem;
}
@media (max-width: 1300px) {
  .mt-24 {
    margin-top: 1.25rem;
  }
}

.mt-16 {
  margin-top: 1rem;
}
@media (max-width: 1300px) {
  .mt-16 {
    margin-top: 0.75rem;
  }
}

.mb-32 {
  margin-bottom: 2rem;
}

.mb-16 {
  margin-bottom: 1rem;
}
@media (max-width: 1300px) {
  .mb-16 {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 991px) {
  .mb-16 {
    margin-top: 1.25rem;
  }
}

.min-title {
  color: var(--black, #141414);
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1300px) {
  .min-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .min-title {
    font-size: 1.25rem;
  }
}

/* Стили для контейнеров и сеток */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 88.75rem;
  padding: 0 1.5rem;
}
@media (max-width: 991px) {
  .container {
    padding: 0 1rem;
  }
}

/* Выравнивание элементов */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.mt-116 {
  margin-top: 7.25rem;
}
@media (max-width: 1300px) {
  .mt-116 {
    margin-top: 5.75rem;
  }
}
@media (max-width: 991px) {
  .mt-116 {
    margin-top: 5.25rem;
  }
}

.mb-28 {
  margin-bottom: 1.75rem;
}
@media (max-width: 1300px) {
  .mb-28 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .mb-28 {
    margin-bottom: 1.25rem;
  }
}

.mb-24 {
  margin-bottom: 1.5rem;
}
@media (max-width: 1300px) {
  .mb-24 {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 1rem;
  }
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.h-60 {
  height: 3.75rem;
}
@media (max-width: 991px) {
  .h-60 {
    height: 3.25rem;
  }
}

.h-44 {
  height: 2.75rem;
}

.h-36 {
  height: 2.25rem;
}

.line-h-1-2 {
  line-height: 1.2;
}

.hidden-mobile {
  display: none !important;
}
@media (max-width: 991px) {
  .hidden-mobile {
    display: flex !important;
  }
}

.size-56 {
  font-size: 3.5rem;
}
@media (max-width: 1300px) {
  .size-56 {
    font-size: 2.25rem;
  }
}
@media (max-width: 991px) {
  .size-56 {
    font-size: 1.5rem;
  }
}

.size-44 {
  font-size: 2.75rem;
}
@media (max-width: 1300px) {
  .size-44 {
    font-size: 2.25rem;
  }
}
@media (max-width: 991px) {
  .size-44 {
    font-size: 1.5rem;
  }
}

.size-36 {
  font-size: 2.25rem;
}
@media (max-width: 1300px) {
  .size-36 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .size-36 {
    font-size: 1.75rem;
  }
}

.size-18 {
  font-size: 1.125rem;
}
@media (max-width: 1300px) {
  .size-18 {
    font-size: 1.0625rem;
  }
}
@media (max-width: 991px) {
  .size-18 {
    font-size: 0.8125rem;
  }
}

.size-17 {
  font-size: 1.0625rem;
}
@media (max-width: 1300px) {
  .size-17 {
    font-size: 1rem;
  }
}

.size-15 {
  font-size: 0.9375rem;
}

/* Стили для кнопок */
.button {
  transition: all 0.25s linear;
  outline: none;
  border: 0.0625rem solid transparent;
  cursor: pointer;
  font-family: inherit;
  border-radius: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1.25rem;
}
.button img {
  margin-left: 0.375rem;
  flex-shrink: 0;
}

.button-orange {
  background: var(--orange);
  color: var(--white);
}
.button-orange:hover {
  background: var(--orange-hover);
}

.button-orange-light {
  background: var(--gray-100);
  color: var(--orange);
  border: 0.0625rem solid var(--orange);
}
.button-orange-light:hover {
  background: var(--gray-200);
}

.button-light {
  border: 0.0625rem solid transparent;
  border-radius: 3.125rem;
}
@media (max-width: 991px) {
  .button-light {
    border-radius: 1rem;
  }
}

.geography-btn {
  width: 100%;
  margin-top: 0.5rem;
}

.button-gray-100 {
  width: 100%;
  height: 3.5rem;
  padding: 0 2rem;
  color: var(--black, #141414);
  font-family: inherit;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 141.176%;
  display: flex;
  gap: 0.375rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.875rem;
  background-color: var(--gray-100, #F5F5F5);
  transition: background-color 0.4s ease-in-out;
}
.button-gray-100:focus, .button-gray-100:focus-visible {
  outline: none;
}
.button-gray-100:focus-visible, .button-gray-100:hover, .button-gray-100:active {
  background-color: var(--gray-200);
}

.btn-swiper-type-1 {
  width: 2.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.25rem;
  background-color: var(--gray-100, #F5F5F5);
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}
.btn-swiper-type-1.swiper-button-disabled {
  pointer-events: none;
}
.btn-swiper-type-1 .icon {
  width: 1rem;
  height: 1rem;
}
.btn-swiper-type-1:focus, .btn-swiper-type-1:focus-visible {
  outline: none;
}
.btn-swiper-type-1:focus-visible, .btn-swiper-type-1:hover {
  color: var(--white);
  background-color: var(--orange);
}

.line-btn-still {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-show-more {
  width: fit-content;
  padding: 0.3125rem 3.25rem;
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-radius: 0.875rem;
  color: var(--black, #141414);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  background-color: var(--gray-100, #F5F5F5);
  transition: background-color 0.4s ease-in-out;
}
.btn-show-more .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.btn-show-more:focus, .btn-show-more:focus-visible {
  outline: none;
}
.btn-show-more:focus-visible, .btn-show-more:hover, .btn-show-more:active {
  background-color: var(--gray-200);
}

.group-btn-more {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.btn-more {
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 0.875rem;
  transition: background-color 0.4s ease-in-out;
  background-color: var(--gray-100, #F5F5F5);
}
.btn-more .icon {
  width: 1rem;
  height: 1rem;
}
.btn-more .text {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.btn-more:focus, .btn-more:focus-visible {
  outline: none;
}
.btn-more:focus-visible, .btn-more:hover, .btn-more:active {
  background-color: var(--gray-200);
}

.btn-all {
  height: 3.25rem;
  padding: 0.125rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black, #141414);
  font-family: "GolosText", sans-serif;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.875rem;
  background-color: var(--gray-100, #F5F5F5);
  transition: background-color 0.4s ease-in-out;
}
.btn-all:focus, .btn-all:focus-visible {
  outline: none;
}
.btn-all:focus-visible, .btn-all:hover, .btn-all:active {
  background-color: var(--gray-200);
}

@media (max-width: 991px) {
  .line-btn-still {
    flex-direction: column;
    gap: 0.75rem;
  }
  .btn-show-more {
    width: 100%;
  }
  .group-btn-more {
    width: 100%;
    max-width: 31.25rem;
  }
  .btn-more {
    min-width: 3.25rem;
    width: auto;
    flex: 1;
  }
}
.icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  display: block;
}

.section-start {
  background-size: cover;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  color: var(--white);
  padding-bottom: 4rem;
  padding-top: 16rem;
  position: relative;
}
.section-start:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.52);
}
.section-start .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 1300px) {
  .section-start {
    padding-top: 10.625rem;
    padding-bottom: 3.375rem;
  }
}
@media (max-width: 991px) {
  .section-start {
    min-height: 22.5rem;
    padding-top: 10.625rem;
    padding-bottom: 1.375rem;
  }
}

.pic-start {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .pic-start {
    display: none;
  }
}

.pic-start__mobile {
  display: none;
}
@media (max-width: 767px) {
  .pic-start__mobile {
    display: block;
  }
}

.section-start-title {
  max-width: 44.875rem;
}
@media (max-width: 1300px) {
  .section-start-title {
    max-width: 36.75rem;
  }
}

.start-number {
  display: flex;
  justify-content: space-between;
  margin-top: 12.1875rem;
}
@media (max-width: 991px) {
  .start-number {
    margin-top: 3.75rem;
    justify-content: flex-start;
    flex-flow: row wrap;
    margin-right: -0.75rem;
  }
}

.start-number__item {
  display: flex;
  flex-direction: column;
  width: calc(20% - 0.625rem);
}
@media (max-width: 991px) {
  .start-number__item {
    width: calc(33.3% - 0.75rem);
    margin-right: 0.75rem;
    margin-top: 0.75rem;
  }
}

.start-number__item-numeral {
  margin-bottom: 1.625rem;
  position: relative;
  min-width: 11.75rem;
}
.start-number__item-numeral:before {
  content: "";
  background: var(--orange);
  width: 5rem;
  height: 0.125rem;
  position: absolute;
  left: 0;
  top: calc(100% + 0.75rem);
}
@media (max-width: 991px) {
  .start-number__item-numeral:before {
    top: calc(100% + 0.5rem);
  }
}
@media (max-width: 991px) {
  .start-number__item-numeral {
    margin-bottom: 1.125rem;
    min-width: auto;
  }
}

.tag-main {
  background: var(--gray-100);
  padding: 0.625rem 1rem;
  display: inline-flex;
  border-radius: 1.25rem;
}

.content img {
  border-radius: 1.25rem;
}

.news-flex {
  display: flex;
  align-items: flex-start;
}
.news-flex .news-pic {
  flex-shrink: 0;
  width: 36.25rem;
  margin-left: 2.0625rem;
}
@media (max-width: 991px) {
  .news-flex .news-pic {
    margin-left: 0;
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .news-flex {
    flex-direction: column-reverse;
  }
}

blockquote {
  padding: 2.75rem;
  background: var(--gray-100);
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  position: relative;
  margin: 2rem 0;
}
blockquote p {
  margin: 0 !important;
  position: relative;
}
blockquote footer {
  position: relative;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  color: #828282;
  font-size: 0.875rem;
}
blockquote footer strong {
  font-size: 1.125rem;
  color: var(--green);
  font-weight: 400;
}
@media (max-width: 1240px) {
  blockquote footer strong {
    font-size: 1.0625rem;
  }
}
blockquote footer:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  background: var(--gray-200);
  height: 0.0625rem;
  width: 100%;
}
@media (max-width: 1240px) {
  blockquote footer {
    font-size: 0.8125rem;
  }
}
blockquote:before {
  content: "";
  background: url("/local/templates/mos/css/images/bxs.svg");
  pointer-events: none;
  width: 9rem;
  height: 6.6875rem;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1240px) {
  blockquote {
    padding: 2rem;
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  blockquote {
    margin: 1.75rem 0;
    padding: 1.25rem;
    font-size: 1rem;
  }
}

.news-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 1.25rem;
}
@media (max-width: 1240px) {
  .news-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .news-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 600px) {
  .news-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.album-detail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.album-detail img {
  border-radius: 1rem;
}
@media (max-width: 600px) {
  .album-detail img {
    height: 13.75rem;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 991px) {
  .album-detail {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 600px) {
  .album-detail {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}

.video-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (max-width: 991px) {
  .video-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.album-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 991px) {
  .album-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .album-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.back {
  display: inline-flex;
  align-items: center;
  padding: 0 1.5rem;
  height: 3.25rem;
  margin-bottom: 2.75rem;
  border: 0.0625rem solid #232323;
  border-radius: 3.125rem;
}
.back .icon {
  margin-right: 0.5rem;
  transition: all 0.25s linear;
}
.back:hover {
  background: #232323;
  color: white;
}
.back:hover .icon {
  fill: white;
}

.header {
  position: fixed;
  top: 1.5rem;
  left: 0;
  width: 100%;
  z-index: 4;
}
@media (max-width: 991px) {
  .header {
    top: 1rem;
  }
}

.header-container {
  padding: 1.75rem 0.875rem 0.875rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2.12917rem);
  border-radius: 1.25rem;
  width: 100%;
  transition: all 0.25s linear;
}
@media (max-width: 991px) {
  .header-container {
    padding: 1rem;
  }
}

.header-white .header-container {
  background: rgba(255, 255, 255, 0.18);
}
.header-white .header-logo img.img-white {
  display: flex;
}
.header-white .header-logo img.img-black {
  display: none;
}

.header-logo img.img-white {
  display: none;
}
@media (max-width: 1300px) {
  .header-logo {
    width: 14.3125rem;
  }
}
@media (max-width: 991px) {
  .header-logo {
    max-width: 9.125rem;
    width: 100%;
  }
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-top {
    flex-direction: column;
    align-items: flex-start;
  }
}

.header-event {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header-event {
    justify-content: space-between;
    width: 100%;
    padding-top: 1rem;
  }
}

.header-event-mobile {
  display: none;
}
@media (max-width: 1300px) {
  .header-event-mobile {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    background: var(--orange);
    border-radius: 0.75rem;
  }
  .header-event-mobile svg {
    width: 1.5rem;
    height: 1.5rem;
    stroke: var(--white);
    fill: transparent;
  }
  .header-event-mobile:hover {
    background: var(--orange-hover);
  }
}
@media (max-width: 991px) {
  .header-event-mobile {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.header-event__item {
  margin-right: 3rem;
}
@media (max-width: 1300px) {
  .header-event__item {
    margin-right: 0.375rem;
  }
}

.header-event__label {
  color: var(--orange);
  font-size: 0.8125rem;
}
@media (max-width: 1300px) {
  .header-event__label {
    display: none;
  }
}

.header-white .header-event__link {
  color: var(--black, #141414);
}

.header-event__link {
  color: var(--white);
  font-size: 1rem;
}
.header-event__link:hover {
  color: var(--orange);
}
@media (max-width: 1300px) {
  .header-event__link {
    display: none;
  }
}

.button-search {
  padding: 0 1.75rem;
}
.button-search .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
}
.button-search .icon svg {
  stroke: white;
  fill: transparent;
}
@media (max-width: 991px) {
  .button-search {
    display: none;
  }
}

.header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  margin-top: 0.875rem;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .header-bottom {
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    background: var(--white);
    height: 100dvh;
    display: flex;
    overflow: auto;
    flex-direction: column;
    margin: -1rem;
    width: calc(100% + 2rem);
    padding: 4.5rem 1rem 1rem;
    align-items: flex-start;
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s linear;
    justify-content: flex-start;
  }
}

.header-main {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header-main {
    width: 100%;
    flex-direction: column;
  }
}

.header-white .header-main__link {
  color: var(--black, #141414);
}

.header-main__link {
  color: var(--white);
  font-size: 0.9375rem;
  margin-left: 2rem;
  display: inline-flex;
  align-items: center;
}
.header-main__link img {
  flex-shrink: 0;
  margin-left: 0.375rem;
}
.header-main__link:hover {
  color: var(--orange);
}
@media (max-width: 1300px) {
  .header-main__link {
    font-size: 0.875rem;
    margin-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .header-main__link {
    margin-top: 0.5rem;
    margin-left: 0;
    color: var(--black);
    width: 100%;
    border: 0.0625rem solid var(--gray-100);
    font-size: 1rem;
    height: 3.25rem;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .header-menu {
    width: 100%;
    flex: 1 0 auto;
  }
}

.header-menu__items {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
}
@media (max-width: 1300px) {
  .header-menu__items {
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  .header-menu__items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.header-menu__item {
  margin-right: 2.5rem;
}
.header-menu__item:last-child {
  margin-right: 0;
}
@media (max-width: 1300px) {
  .header-menu__item {
    margin-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .header-menu__item {
    margin-right: 0;
    margin-bottom: 1.875rem;
  }
}

.header-white .header-menu__link {
  color: var(--black, #141414);
}

.header-menu__link {
  color: var(--white);
  display: flex;
  align-items: center;
}
.header-menu__link:hover {
  color: var(--orange);
}
@media (max-width: 991px) {
  .header-menu__link {
    font-size: 1.125rem;
    color: var(--black);
  }
}

.header-menu__item_dropdown {
  position: relative;
}
.header-menu__item_dropdown .header-menu__link {
  display: flex;
  align-items: center;
}
.header-menu__item_dropdown .header-menu__link:after {
  content: "";
  background-image: url("/local/templates/mos/css/images/triangle-bottom.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: 0.375rem;
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.25rem;
  transition: all 0.25s linear;
}
@media (min-width: 991px) {
  .header-menu__item_dropdown:hover .header-dop-menu {
    opacity: 1;
    pointer-events: auto;
  }
}

.header-dop-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 0.9375rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s linear;
}
@media (max-width: 991px) {
  .header-dop-menu {
    display: block;
    top: auto;
    left: auto;
    pointer-events: auto;
    padding-top: 0;
    position: relative;
    opacity: 1;
    height: 0;
    overflow: hidden;
  }
}

.header-dop {
  padding: 0.5rem;
  border-radius: 1.25rem;
  background: var(--gray-100);
}
@media (max-width: 991px) {
  .header-dop {
    background: transparent;
    padding: 0;
    border-radius: 0;
  }
}

.header-dop__link {
  width: 18.9375rem;
  padding: 0.625rem 0.75rem;
  border-radius: 0.75rem;
  display: flex;
}
.header-dop__link.active {
  background: var(--gray-200);
  color: var(--orange);
}
@media (min-width: 991px) {
  .header-dop__link:hover {
    color: var(--orange);
    background: var(--gray-200);
  }
}
@media (max-width: 991px) {
  .header-dop__link {
    padding: 0;
    margin-top: 0.75rem;
    font-size: 1.125rem;
    width: 100%;
  }
}

.header-dop__item {
  position: relative;
}
@media (min-width: 991px) {
  .header-dop__item:hover > .header-dop__link {
    color: var(--orange);
    background: var(--gray-200);
  }
  .header-dop__item:hover .header-three-menu {
    opacity: 1;
    pointer-events: auto;
  }
}

.header-three-menu {
  position: absolute;
  top: 0;
  pointer-events: none;
  opacity: 0;
  transition: all 0.25s linear;
  left: 100%;
  padding-left: 1rem;
  background: transparent;
}
.header-three-menu .header-dop {
  background: white;
}
.header-three-menu .header-dop__link:hover, .header-three-menu .header-dop__link.active {
  color: var(--orange);
  background: var(--gray-100);
}
@media (max-width: 991px) {
  .header-three-menu {
    display: none;
  }
}

.button-mobile {
  display: none !important;
  height: 2.25rem;
}
@media (max-width: 991px) {
  .button-mobile {
    display: flex !important;
    margin-right: auto;
  }
}
.button-mobile .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.375rem;
}
.button-mobile .icon svg {
  fill: transparent;
  stroke: var(--white);
}

.header-close {
  display: none;
}
@media (max-width: 991px) {
  .header-close {
    cursor: pointer;
    top: 1rem;
    right: 1rem;
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    transform: rotate(45deg);
    position: absolute;
  }
  .header-close svg {
    fill: transparent;
    stroke: var(--gray-400);
  }
}

.search-mobile {
  display: none;
  width: 100%;
}
@media (max-width: 991px) {
  .search-mobile {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 1.75rem;
  }
}
.search-mobile .icon {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  left: 0.75rem;
}
.search-mobile .icon svg {
  fill: transparent;
  stroke: var(--orange);
}

.search-mobile__input {
  background: var(--gray-100);
  color: var(--black);
  outline: none;
  border: none;
  font-family: inherit;
  width: 100%;
  font-size: 1.0625rem;
  padding: 0 0.75rem 0 2.75rem;
  border-radius: 0.75rem;
  height: 3.25rem;
}
.search-mobile__input::placeholder {
  color: var(--gray-400);
}
/* End */


/* Start:/local/templates/mos/components/bitrix/breadcrumb/head/style.min.css?1764572729467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/mos/components/bitrix/news.list/news_list/style.css?1769142507150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/mos/css/news.css?176914339729045 */
/* /local/templates/mos/components/bitrix/breadcrumb/head/style.min.css?1764572729467 */
/* /local/templates/mos/components/bitrix/news.list/news_list/style.css?1769142507150 */
