html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
}

.page-list {
  list-style: none;
  border-left: 3px solid #c91a37;
  border-radius: 8px;
  padding-block: 10px;
  background-color: rgba(255, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-left: 30px;
  margin-bottom: 10px;
  padding-left: 12px;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: 10px 0;
  font-size: 2em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

/* stylelint-disable selector-disallowed-list */

* {
  box-sizing: border-box;
}

html {
  background-color: #f6f6f6;
}

@media screen and (min-width: 600px) {
  html {
    overflow-y: scroll;
  }
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: StagSans, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

figure,
picture {
  display: block;
  margin: 0;
}

picture img {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

/* stylelint-enable selector-disallowed-list */

.articles-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  position: relative;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: ' ';
}

.container:after {
  clear: both;
}

.page-content .container {
  background-color: #fff;
}

.container-col-holder {
  display: flex;
  flex-direction: row;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .container-col-holder {
    flex-direction: column;
  }
}

@media screen and (min-width: 600px) {
  .container-col-holder:not(.is-full-width):first-child {
    padding-top: 10px;
  }
}

.container-col-holder:last-child > .col > *:last-child {
  margin-bottom: 0;
}

.col {
  width: 100%;
}

@media screen and (min-width: 430px) {
  .col {
    padding-right: 5px;
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .col {
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .col-wrapper {
    width: 100%;
  }
}

.col--primary {
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  .col--primary {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media screen and (min-width: 768px) {
  .col--primary {
    width: calc(100% - 310px);
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    vertical-align: top;
  }
}

@media screen and (min-width: 600px) {
  .col--secondary {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .col--secondary {
    width: 310px;
    min-width: 310px;
    max-width: 310px;
    padding: 0 10px 10px 0;
    vertical-align: top;
  }
  .col--secondary > *:last-child {
    position: -webkit-sticky;
    position: sticky;
    top: 96px;
  }
}

@media screen and (max-width: 767px) {
  .col--secondary {
    /* width: 100%; */
    display: none;
  }
}

.page-content {
  margin-bottom: 10px;
}

.page-main-content {
  padding-top: 90px;
}

@media screen and (min-width: 600px) {
  .page-main-content {
    padding-top: 131px;
  }
}

.ankeiler {
  position: relative;
}

.ankeiler .ankeiler__link {
  text-decoration: none;
}

.ankeiler .ankeiler__link:hover {
  text-decoration: none;
}

.ankeiler .ankeiler__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  overflow: hidden;
}

.ankeiler .ankeiler__image {
  position: relative;
  min-width: 100%;
  min-height: auto;
}

.ankeiler .ankeiler__title {
  margin: 0;
  font-family: StagSans, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.1;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

.ankeiler .ankeiler__indicator {
  display: none;
}

.ankeiler .ankeiler__thumb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ankeiler .ankeiler__timestamp {
  margin-right: 10px;
}

.ankeiler--simple {
  padding: 7px 10px;
}

.ankeiler--simple .ankeiler__link {
  text-decoration: none;
  color: #292929;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  margin: 0;
  line-height: 1.25;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  font-family: StagSans, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 0.875em;
  text-decoration: none;
}

.ankeiler--simple .ankeiler__link:visited {
  color: #292929;
}

.ankeiler--simple .ankeiler__link:focus,
.ankeiler--simple .ankeiler__link:hover {
  color: #00f;
  text-decoration: none;
}

@media screen and (max-width: 429px) {
  .ankeiler--simple .ankeiler__link {
    font-size: 1em;
  }
}

.ankeiler--simple .ankeiler__timestamp {
  margin-right: 2px;
  color: #00f;
}

.ankeiler--simple-thumb {
  padding: 10px 0;
}

.ankeiler--simple-thumb .ankeiler__link {
  text-decoration: none;
  color: #292929;
  display: flex;
  flex-direction: row;
}

.ankeiler--simple-thumb .ankeiler__link:visited {
  color: #292929;
}

.ankeiler--simple-thumb .ankeiler__link:focus,
.ankeiler--simple-thumb .ankeiler__link:hover {
  color: #00f;
  text-decoration: none;
}

.ankeiler--simple-thumb .ankeiler__thumb {
  flex: 0 0 115px;
  width: 115px;
  height: 86px;
}

.ankeiler--simple-thumb .ankeiler__image {
  min-height: auto;
}

.ankeiler--simple-thumb .ankeiler__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  margin-left: 10px;
  color: #292929;
}

.ankeiler--simple-thumb .ankeiler__title {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  margin: 0;
  line-height: 1.2857142857;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  font-size: 0.875em;
}

@media screen and (max-width: 429px) {
  .ankeiler--simple-thumb .ankeiler__title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    max-height: 4.375em;
    margin: 0;
    line-height: 1.25;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-size: 16px;
  }
}

/* Обертка контента — без размеров/типографики, только "scope" по классам */

/* Заголовки как на скриншоте (жирность/межстрочность/регистры по минимуму) */

/* Текстовые блоки — корректные переносы и читаемость, без глобальных шрифтов */

/* Ссылки как на скрине (подчеркнутые, синие) — цвет можно скорректировать при необходимости */

/* Медиа — во всю ширину колонки, пропорции сохранены */

.image-block_content_cast {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

/* Видео — устраняем возможные артефакты встроенных стилей площадки */

/* Списки по макету: кастомная точка "•", отступ слева, межстрочность */

/* Кастомный маркер "•" даже если <li> не внутри <ul> (структуру не меняем) */

/* Картинки без искажений и границ по умолчанию */

.image-block_content_cast {
  border: 0 !important;
  outline: 0 !important;
}

/* На случай, если глобальные стили сайта заливают изображения или ссылки */

.ankeiler--simple-thumb .ankeiler__indicator {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  color: #f1ebe5;
  font-family: StagSans, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.article {
  margin-bottom: 10px;
  background-color: #fff;
}

@media screen and (min-width: 600px) {
  .article {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.button--list-block {
  text-decoration: none;
  color: #292929;
  display: block;
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 5px;
  background-color: #f1ebe5;
  font-family: StagSans, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button--list-block:visited {
  color: #292929;
}

.button--list-block:focus,
.button--list-block:hover {
  color: #00f;
  text-decoration: none;
}

.button--list-block:focus {
  outline: none;
}

.comments {
  position: relative;
  margin: 20px 5px;
}

@media screen and (max-width: 599px) {
  .comments {
    margin: 20px 10px;
  }
}

.header-list {
  display: flex;
}

.header-list .header-list__title {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 7px 10px 4px;
  background-color: #00f;
  color: #fff;
  font-family: StagSans, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1.25em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

.header-list .header-list__title:visited {
  color: #fff;
}

.header-list .header-list__title:focus,
.header-list .header-list__title:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 429px) {
  .header-list .header-list__title {
    font-size: 1em;
  }
}

.header-list .header-list__link {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.widget-list__item {
  position: relative;
  border-top: 1px solid #efe8e1;
}

.widget-list__item.has-timeline {
  margin-left: 5px;
  border-top: none;
  border-left: 1px solid #efe8e1;
}

.widget-list__item.has-timeline:nth-child(n + 2)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  width: calc(100% - 5px);
  height: 1px;
  background-color: #efe8e1;
}

.widget-list__item.has-timeline:after {
  content: '';
  position: absolute;
  top: 11px;
  left: -5px;
  width: 9px;
  height: 9px;
}

@media screen and (max-width: 599px) {
  .widget-list__item.has-timeline:after {
    top: 12px;
  }
}

.list--is-numbered {
  counter-reset: listNumberedIndex;
}

.list--is-numbered .ankeiler__indicator::before {
  content: counter(listNumberedIndex);
  counter-increment: listNumberedIndex;
}

/* stylelint-disable selector-disallowed-list */

/* stylelint-enable selector-disallowed-list */

/* set min-height for OORTJE position to prevent CLS */

.widget {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .widget {
    width: initial;
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 599px) {
  .widget:last-child {
    margin-bottom: 10px;
  }
}

.widget + .widget {
  margin-top: 10px;
}

.widget .widget__footer {
  margin-top: 10px;
}

.ankeiler .ankeiler__title {
  transition: color 0.25s ease-in-out;
  font-weight: normal;
}

.ankeiler--simple .ankeiler__timestamp {
  color: #f00;
}

.ankeiler--simple .ankeiler__link {
  text-decoration: none;
  color: #00f;
}

.ankeiler--simple .ankeiler__link:visited {
  color: #00f;
}

.ankeiler--simple .ankeiler__link:focus,
.ankeiler--simple .ankeiler__link:hover {
  color: #f00;
  text-decoration: none;
}

.ankeiler--simple-thumb .ankeiler__link,
.ankeiler--simple-thumb .ankeiler__title {
  text-decoration: none;
  color: #00f;
}

.ankeiler--simple-thumb .ankeiler__link:visited,
.ankeiler--simple-thumb .ankeiler__title:visited {
  color: #00f;
}

.ankeiler--simple-thumb .ankeiler__link:focus,
.ankeiler--simple-thumb .ankeiler__link:hover,
.ankeiler--simple-thumb .ankeiler__title:focus,
.ankeiler--simple-thumb .ankeiler__title:hover {
  color: #f00;
  text-decoration: none;
}

.ankeiler--simple-thumb .ankeiler__indicator {
  color: #e5e5e5;
  font-size: 38px;
  line-height: 42px;
}

.button--list-block {
  text-decoration: none;
  color: #00f;
  background-color: #f5f5f5;
}

.button--list-block:visited {
  color: #00f;
}

.button--list-block:focus,
.button--list-block:hover {
  color: #f00;
  text-decoration: none;
}

html {
  background-color: #f5f5f5;
}

.header-list .header-list__title {
  padding: 8px 10px 2px;
}

@media screen and (max-width: 429px) {
  .header-list .header-list__title {
    padding: 8px 10px 3px;
  }
}

.widget .header-list__title {
  background-color: #f00;
}

.widget .widget-list__item {
  border-color: #e5e5e5;
}

/*=========comments=========*/

.button--list-block {
  text-decoration: none;
  color: #00f;
  display: block;
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 5px;
  background-color: #f1ebe5;
  font-family: StagSans, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button--list-block:visited {
  color: #292929;
}

.button--list-block:focus,
.button--list-block:hover {
  color: #f00;
  text-decoration: none;
}

.button--list-block:focus {
  outline: none;
}

.comments {
  position: relative;
  margin: 20px 5px;
}

@media screen and (max-width: 599px) {
  .comments {
    margin: 20px 10px;
  }
}

/* @media screen and (max-width: 599px) {
  .comments .comments__list {
    margin: 0;
  }
} */

/* stylelint-disable selector-disallowed-list */

/* stylelint-enable selector-disallowed-list */

/* @media screen and (min-width: 600px) {
  .sub-nav__expand .sub-nav__more {
    display: block;
  }
  .sub-nav__expand .sub-nav__less {
    display: none;
  }
} */

/* set min-height for OORTJE position to prevent CLS */

:root {
  --white: #ffffff;
  --red: #e11229;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --button-hover: #313131;
}

* {
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  font-size: 0;
  line-height: 0;
}

figure {
  display: block;
  margin: 0;
  padding: 0;
}

.un-article {
  position: relative;
  clear: both;
  width: 100%;
  max-width: 100vw;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
}

.un-article h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
  color: #e11229;
  transition: 0.3s ease-out color;
}

a:focus,
a:hover {
  color: #007fff;
  text-decoration: underline;
}

:root {
  --grey: #81888c;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --check-font-regular: 'IBM Plex Mono', IBM Plex, monospace;
}

* {
  box-sizing: border-box;
}

@media (max-width: 780px) {
  .article h1 {
    padding: 0px !important;
  }
}

:root {
  --mainColor: #121534;
  --text: #fff;
  --input-color: #000;
  --valid-input-color: #000;
}

.footer {
  margin-top: 48px;
  background: #f6f6f6;
  border-top: 1px solid hsla(0, 0%, 67%, 0.5);
}

ol,
ul {
  list-style: none;
}

* {
  box-sizing: border-box;
}

a,
h1,
h2,
h3,
img,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

article,
aside,
figure,
footer,
header,
nav,
section {
  display: block;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

input {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

input {
  line-height: normal;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a:focus {
  outline: 0;
}

h3 {
  font-weight: 700;
}

h3,
p {
  margin: 0 0 1.5em;
}

a:active,
a:hover {
  text-decoration: none;
}

h3 {
  font-size: 16px;
}

/*!
 * minimum set of bootstrap includes for most embed components
 */

ol,
ul {
  list-style: none;
}

* {
  box-sizing: border-box;
}

a,
h1,
h2,
h3,
img,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

article,
aside,
figure,
footer,
header,
nav,
section {
  display: block;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

input {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

input {
  line-height: normal;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a:focus {
  outline: 0;
}

h3 {
  font-weight: 700;
}

h3,
p {
  margin: 0 0 1.5em;
}

a:active,
a:hover {
  text-decoration: none;
}

h3 {
  font-size: 16px;
}

#Send-Us-Message {
  border: none;
  border-radius: 15px;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
}

#Send-Us-Message h3 {
  padding: 0 27px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  color: #000;
}

#Send-Us-Message h3 span {
  font-weight: 600;
  color: #0076ec;
}

#Send-Us-Message .form-photo {
  max-width: 422px;
  padding: 0;
}

#Send-Us-Message .form-photo img {
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 25px;
  width: 100%;
}

#Send-Us-Message h2 {
  padding: 0 10px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #000;
  margin-bottom: 16px;
}

#cd-countdown {
  display: flex;
  align-items: center;
  font-family: sans-serif;
  justify-content: center;
  margin-bottom: 50px;
}

.form__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0;
  padding-top: 30px;
}

.cd-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 5px;
  position: relative;
}

.cd-digits {
  display: flex;
}

.cd-box {
  background: #fff;
  padding: 15px 10px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  min-width: 20px;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  margin: 0 2px;
}

.cd-label {
  margin-top: 5px;
  font-size: 0.6em;
  color: #333;
  text-transform: uppercase;
  position: absolute;
  bottom: -25px;
  font-weight: bold;
}

.cd-separator {
  color: black;
  border-radius: 8px;
  font-size: 1.5em;
  font-weight: bold;
}

@media (max-width: 550px) {
  .cd-box {
    font-size: 18px;
  }
  .cd-separator {
    font-size: 30px;
  }
}

@media (max-width: 500px) {
  .cd-box {
    font-size: 16px;
    padding: 10px 13px;
    min-width: initial;
  }
}

@media (max-width: 450px) {
  .cd-box {
    font-size: 18px;
    padding: 8px 12px;
    min-width: initial;
  }
}

@media (max-width: 400px) {
  .cd-box {
    font-size: 16px;
    padding: 7px;
    min-width: initial;
  }
}

@media (max-width: 380px) {
  .cd-box {
    margin: 0 1.5px;
  }
}

.form-footer {
  box-sizing: border-box;
  padding: 17px 27px;
  width: 100%;
  background: #1e5aeb;
  border-radius: 0 0 15px 15px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

.form-footer .reserved {
  padding: 10px;
  font-size: 12px;
}

@media (max-width: 540px) {
  #Send-Us-Message h3 {
    padding: 0 15px;
    font-size: 20px;
    margin: 0;
  }
  #Send-Us-Message .form-photo {
    margin: 0 15px;
  }
  #Send-Us-Message .form-photo img {
    margin-bottom: 10px;
  }
}

/* Iti_Flag */

.form-footer p {
  color: white !important;
}

.col.col--primary {
  padding: 0 8px;
}

html {
  scroll-behavior: smooth;
}

:root {
  --brand-padding-top-default: 96px;
  --brand-padding-top-default-tablet: 152px;
  --brand-padding-top-with-header-second-row: 192px;
}

.header-client-module__JhAica__search-button-text {
  display: inline;
}

@media (min-width: 768px) {
  .header-client-module__JhAica__search-button-text {
    display: none;
  }
}

.header-client-module__JhAica__search-button-icon {
  display: none;
}

@media (min-width: 768px) {
  .header-client-module__JhAica__search-button-icon {
    display: inline;
  }
}

.E:focus-visible {
  outline-offset: -3px;
  outline: 3px solid #fffc;
}

._1dv7oxx0 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  opacity: 1;
}

._1dv7oxx3 {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  font-weight: normal;
  text-transform: none;
  font-family: 'Roboto Slab', serif;
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-width: 0;
}

._1dv7oxx5 {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
}

._1dv7oxx5:hover {
  color: #ffffff;
  background-color: #c50000;
  border-color: #c50000;
}

._1dv7oxx5:active {
  color: #ffffff;
  background-color: #e40000;
  border-color: #e40000;
}

._1dv7oxxa {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1rem;
  line-height: 1.25;
}

._1dv7oxxd {
  width: auto;
  display: inline-flex;
}

._eb7t3m3 {
  width: 16px;
  height: 16px;
}

._eb7t3m4 {
  width: 20px;
  height: 20px;
}

._eb7t3m5 {
  width: 24px;
  height: 24px;
}

._eb7t3m7 {
  width: 40px;
  height: 40px;
}

._eb7t3m8 {
  width: 64px;
  height: 64px;
}

._8ag4zc7 {
  width: 48px;
  height: 48px;
}

._8ag4zc9 {
  width: 96px;
  height: 96px;
}

._uduk4l0:not(:has(img)) {
  aspect-ratio: 4 / 3;
}

._7vidpa4 {
  margin: 0;
  display: block;
  max-width: 100%;
  overflow-wrap: break-word;
}

._7vidpa5 {
  text-align: left;
}

._7vidpa9 {
  color: #18191a;
  font-size: 1.5rem;
  line-height: 1.3;
}

._7vidpac {
  color: #18191a;
  font-size: 1.5rem;
  line-height: 1.1;
}

._7vidpag {
  color: #18191a;
  font-size: 1rem;
  line-height: 1.5;
}

._7vidpap {
  --_7vidpa0: underline;
  --_7vidpa1: #0000ff;
  --_7vidpa2: #ff0000;
  --_7vidpa3: #e40000;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}

._7vidpay {
  --_7vidpa0: underline;
  --_7vidpa1: #0000ff;
  --_7vidpa2: #ff0000;
  --_7vidpa3: #e40000;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}

._7vidpa1a {
  --_7vidpa0: underline;
  --_7vidpa1: #0000ff;
  --_7vidpa2: #ff0000;
  --_7vidpa3: #e40000;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

@media only screen and (width>=460px) {
  ._7vidpa9 {
    font-size: 1.5rem;
  }
  ._7vidpac {
    font-size: 1.5rem;
  }
  ._7vidpag {
    font-size: 1rem;
  }
}

@media only screen and (width>=600px) {
  ._7vidpa9 {
    font-size: 1.5rem;
  }
  ._7vidpac {
    font-size: 2.375rem;
  }
  ._7vidpag {
    font-size: 1rem;
  }
}

@media only screen and (width>=768px) {
  ._7vidpa9 {
    font-size: 1.5rem;
  }
  ._7vidpac {
    font-size: 2.375rem;
  }
  ._7vidpag {
    font-size: 1rem;
  }
}

@media only screen and (width>=1024px) {
  ._7vidpa9 {
    font-size: 1.5rem;
  }
  ._7vidpac {
    font-size: 2.375rem;
  }
  ._7vidpag {
    font-size: 1rem;
  }
}

._97uqdh0 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

._157tn3e0 {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

._157tn3e2 {
  color: #ffffff;
  background-color: #25d366;
  border-color: #25d366;
}

._157tn3e2:hover {
  color: #ffffff;
  background-color: #1da34f;
  border-color: #1da34f;
}

._157tn3e2:active {
  color: #ffffff;
  background-color: #21bd5b;
  border-color: #21bd5b;
}

._157tn3e3 {
  color: #ffffff;
  background-color: #18191a;
  border-color: #18191a;
}

._157tn3e3:hover {
  color: #ffffff;
  background-color: #3a3b3d;
  border-color: #3a3b3d;
}

._157tn3e3:active {
  color: #ffffff;
  background-color: #232426;
  border-color: #232426;
}

._157tn3e4 {
  color: #ffffff;
  background-color: #0866ff;
  border-color: #0866ff;
}

._157tn3e4:hover {
  color: #ffffff;
  background-color: #064fc6;
  border-color: #064fc6;
}

._157tn3e4:active {
  color: #ffffff;
  background-color: #075be4;
  border-color: #075be4;
}

._9akpg10 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 12px;
}

._9akpg11 {
  display: flex;
  text-decoration: none;
  color: #18191a;
}

._9akpg11:active {
  color: #e40000;
}

._9akpg11:hover {
  color: #c50000;
}

@media only screen and (width>=768px) {
  ._9akpg11 {
    color: #ffffff;
  }
}

._c6grz0 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

._c6grz1 {
  display: flex;
  height: 40px;
}

._cgugou0 {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media only screen and (width>=460px) {
  ._cgugou4 {
    padding: 0 0px;
  }
}

@media only screen and (width>=600px) {
  ._cgugou4 {
    padding: 0 0px;
  }
}

@media only screen and (width>=768px) {
  ._cgugou4 {
    padding: 0 16px;
  }
}

@media only screen and (width>=1024px) {
  ._cgugou4 {
    padding: 0 32px;
  }
}

._1fifdsx0 {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  font-family: inherit;
  font-size: 1rem;
}

._1fifdsx1 {
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
}

._1fifdsx2 {
  width: 100%;
  background-color: #ff0000;
  padding: 16px;
}

._1fifdsx3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

._1fifdsx4,
._1fifdsx5 {
  display: none;
  margin: 0;
}

._1fifdsx6 {
  background-color: #f6f6f6;
  padding: 0 16px;
}

._1fifdsx7 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 0;
}

._1fifdsx8 {
  margin: 0;
  color: #ff0000;
}

._1fifdsxa {
  margin: 0 0 8px;
  font-weight: normal;
  font-size: 1.75rem;
  font-family:
    Stag,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
}

._1fifdsxb {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #0000ff;
  gap: 8px;
}

._1fifdsxb:hover {
  color: #ff0000;
}

._1fifdsxb:active {
  color: #e40000;
}

._1fifdsxc {
  display: flex;
  flex: auto;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  padding: 16px 0;
  border-top: 1px solid #e8e8e8;
  text-align: center;
}

._1fifdsxd {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

._1fifdsxe,
._1fifdsxf {
  display: flex;
  flex-direction: column;
  flex: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

._1fifdsxj {
  display: flex;
  flex: 100%;
  flex-direction: column;
  align-items: center;
  background-color: #f6f6f6;
  padding: 24px 16px;
  font-size: 0.875rem;
  color: #cfcfcf;
}

._1fifdsxk {
  margin: 0 0 24px;
}

._1fifdsxl {
  text-align: center;
  color: #666;
}

._1fifdsxm {
  text-decoration: none;
  color: #18191a;
}

._1fifdsxm:hover {
  color: #ff0000;
}

._1fifdsxm:active {
  color: #e40000;
}

._1fifdsxn {
  display: flex;
  flex: 100%;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: center;
  padding: 16px;
  background-color: #003;
}

._1fifdsxo {
  margin: 0;
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
  font-size: 1.125rem;
  color: #18191a;
  line-height: 1;
  text-align: center;
}

._1fifdsxp {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

._1fifdsxq {
  padding: 0;
  margin: 0;
}

._1fifdsxq::marker {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #18191a;
}

@media only screen and (width>=600px) {
  ._1fifdsx4 {
    display: block;
  }
}

@media only screen and (width>=768px) {
  ._1fifdsx5 {
    display: block;
  }
  ._1fifdsx7 {
    align-items: center;
  }
  ._1fifdsxc {
    flex-direction: row;
    text-align: left;
  }
  ._1fifdsxe {
    align-items: flex-start;
  }
  ._1fifdsxf {
    display: none;
  }
  ._1fifdsxo {
    text-align: left;
  }
  ._1fifdsxp {
    align-items: flex-start;
  }
}

._1kfyt9f0 {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

._1kfyt9f1 {
  left: 0;
  right: 0;
}

._1kfyt9f2 {
  position: absolute;
  top: 40px;
}

._1kfyt9f5 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}

._1kfyt9f6 {
  gap: 16px;
}

._1kfyt9f7 {
  gap: 16px;
}

._1kfyt9f8 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: 56px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  gap: 8px;
}

._1kfyt9f9 {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  overflow: hidden;
  margin-left: initial;
  padding: initial;
  justify-content: normal;
}

@media only screen and (width>=768px) {
  ._1kfyt9f0 {
    display: block;
  }
}

._htxlk20 {
  display: flex;
  align-items: center;
}

._htxlk21 {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: 0.3s ease-out color;
}

._htxlk22 {
  text-wrap: nowrap;
}

._htxlk27 {
  color: #ff0000;
  transition: 0.3s ease-out color;
}

._htxlk28 {
  gap: 4px;
  color: #0000ff;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  line-height: 1;
}

._htxlk28:hover {
  color: #c50000;
}

._htxlk28:active {
  color: #e40000;
}

._htxlk28:hover ._htxlk27 {
  color: #c50000;
}

._htxlk28:active ._htxlk27 {
  color: #e40000;
}

._htxlk29 {
  text-transform: uppercase;
  color: #ffffff;
  height: 56px;
  font-family: 'RamaGothicEBold', Arial, sans-serif !important;
}

._htxlk2a {
  padding: 4px 8px;
  border-radius: 4px;
  line-height: 1;
  transition: 0.3s ease-out background-color;
}

._htxlk2h {
  color: #ffffff;
}

._htxlk2h:hover {
  background-color: #c50000;
  color: #ffffff;
}

._htxlk2h:active {
  background-color: #e40000;
  color: #ffffff;
}

._htxlk2m {
  background-color: #c50000;
  color: #ffffff;
  border-radius: 4px;
}

._htxlk2r {
  background-color: #ff0000;
  color: #ffffff;
  font-family: 'RamaGothicEBold', Arial, sans-serif !important;
}

._htxlk2s {
  height: 40px;
  padding-right: 16px;
}

._htxlk2z {
  gap: 8px;
  height: 100%;
}

._htxlk218 {
  color: #18191a;
}

._htxlk218:hover {
  color: #ff0000;
}

._htxlk218:active {
  color: #e40000;
}

._htxlk21p {
  color: #ff0000;
  line-height: 1;
}

._htxlk21q {
  color: #18191a;
  line-height: 1;
}

._1xr9ymr0 {
  position: absolute;
  display: flex;
  z-index: 50;
  transition: transform 0.1s ease-out;
}

._1xr9ymr2 {
  border: 1px solid #ffffff;
  top: -24px;
  left: 16px;
}

._142twcb0 {
  background-color: #ffffff;
  border-bottom: 0px solid #e8e8e8;
  height: 40px;
}

._142twcb1 {
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
  height: 100%;
}

._142twcb2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 12px 16px 12px 136px;
  gap: 4px;
}

._142twcb5 {
  width: 100%;
  z-index: 10;
  position: relative;
  height: 56px;
  background-color: #ff0000;
  border-bottom: 0px solid #e8e8e8;
}

._142twcb6 {
  background-color: #ff0000;
}

._142twcbb {
  display: flex;
  position: relative;
  padding: 0 16px 0 128px;
  margin: auto;
  max-width: 1024px;
}

._142twcbc {
  display: flex;
  width: 100%;
  padding: 0;
  gap: 4px;
}

._142twcbd {
  position: relative;
  transition: top 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  border-bottom: 1px solid #e8e8e8;
}

._142twcbe {
  top: 0;
}

._142twcbg {
  top: 0;
  z-index: 0;
  transition: top 0.3s ease-out 0.1s;
  background-color: #ffffff;
}

._142twcbh {
  display: flex;
  padding: 0 16px 0 136px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
}

._142twcbi {
  overflow: hidden;
  z-index: 0;
  transition: 0.3s ease-out height;
}

._142twcbl {
  height: 40px;
}

._142twcbm {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
}

._1yo1f5c0 {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

._1yo1f5c1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  background-color: #ff0000;
  height: 56px;
  padding: 0 16px;
  border-bottom: 0px solid #e8e8e8;
}

._1yo1f5c2 {
  background-color: #ff0000;
}

._1yo1f5c7 {
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  gap: 8px;
}

._1yo1f5c8 {
  display: flex;
}

._1yo1f5c9 {
  display: flex;
  align-items: center;
  gap: 8px;
}

._1yo1f5cb {
  display: flex;
  align-items: center;
  height: 100%;
}

._1yo1f5ce {
  background: unset;
  border: unset;
  padding: unset;
  text-align: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  cursor: pointer;
}

._1yo1f5ce:hover {
  color: #cfcfcf;
}

._1yo1f5ce:active {
  color: #e8e8e8;
}

._1yo1f5cf {
  display: flex;
  z-index: 0;
  transition: top 0.2s ease-in-out;
  background-color: #ffffff;
  min-width: 100%;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}

._1yo1f5cg {
  top: 0;
}

._1yo1f5ci {
  margin: 0;
  padding: 0 16px;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  flex-basis: 100vw;
  height: 40px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  gap: 16px;
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: none;
  color: #18191a;
}

._1yo1f5cj {
  display: flex;
  align-items: center;
  gap: 8px;
}

._1yo1f5ck {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: 0.3s ease-out color;
  line-height: 1;
  padding: 12px 0;
}

._1yo1f5cr {
  color: #18191a;
}

._1yo1f5cr:hover {
  color: #ff0000;
}

._1yo1f5cr:active {
  color: #c50000;
}

._1yo1f5cw {
  color: #ff0000;
}

._1yo1f5c11 {
  color: #18191a;
}

@media only screen and (width>=768px) {
  ._1yo1f5c0 {
    display: none;
  }
}

html {
  font-family: Arial, sans-serif;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  color: inherit;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.un-banner {
  background: #ffebee;
  color: #d32f2f;
  padding: 12px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  border: 1px solid #ffcdd2;
  border-radius: 4px;
  margin-top: 30px;
  margin-bottom: 30px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(211, 47, 47, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(211, 47, 47, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(211, 47, 47, 0);
  }
}

.comments {
  position: relative;
  margin: 20px 5px;
}

@media screen and (max-width: 599px) {
  .comments {
    margin: 20px 10px;
  }
}

.comments .comments__list {
  margin: 0 10px;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 599px) {
  .comments .comments__list {
    margin: 0;
  }
}

.comments .comments__list-item {
  padding: 15px 0;
  border-bottom: 1px solid #efe8e1;
  color: #292929;
}

.comments .comments__list-item__head {
  display: flex;
}

.comments .comments__list-item__author {
  flex: 1;
  margin: 0;
  font-family: 'Roboto Slab', serif;
  font-size: 1em;
  line-height: 18px;
  font-weight: 600;
}

@media screen and (max-width: 599px) {
  .comments .comments__list-item__author {
    font-size: 0.875em;
  }
}

.comments .comments__list-item__meta {
  flex: 0 1;
  color: #b4b4b4;
  font-size: 0.875em;
  line-height: 18px;
  white-space: nowrap;
  font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}

@media screen and (max-width: 599px) {
  .comments .comments__list-item__meta {
    font-size: 0.75em;
  }
}

.comments .comments__list-item__body {
  width: 100%;
  margin-top: 10px;
  font-size: 1em;
  line-height: 1.2;
  overflow: hidden;
  font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}

/* Variables that are overwritten in the theme specific vars and settings files */

/* --- */

/*==============RESET===================*/

:root {
  --white: #ffffff;
  --red: #e11229;
  /* --additional-color: #ff6900; 
  --main-grey: #333333;
  --additional-grey: #777;*/
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --button-hover: #313131;
}

* {
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  font-size: 0;
  line-height: 0;
}

figure {
  display: block;
  margin: 0;
  padding: 0;
}

.un-article {
  position: relative;
  clear: both;
  width: 100%;
  max-width: 100vw;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
}

.un-article__paragraph {
  margin-top: 0;
  margin-bottom: 25px;
  overflow-wrap: break-word;
  font-size: 18px;
  line-height: 26px;
}

.un-article__footnote {
  font-size: 14px;
  border-top: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  padding: 20px 30px;
}

.un-article__paragraph {
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (min-width: 600px) {
  .un-article__paragraph {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .un-article__paragraph {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 906px) {
  .un-article__paragraph {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 578px) {
  .un-article__paragraph {
    padding-inline: 0;
  }
}

.article-author {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.article-author__detail-group {
  color: gray;
}

@media only screen and (width>=768px) {
  ._1kfyt9f0 {
    display: block;
  }
}

:root {
  --brand-padding-top-default: 96px;
  --brand-padding-top-default-tablet: 152px;
  --brand-padding-top-with-header-second-row: 192px;
}

.header-client-module__JhAica__search-button-text {
  display: inline;
}

@media (min-width: 768px) {
  .header-client-module__JhAica__search-button-text {
    display: none;
  }
}

.header-client-module__JhAica__search-button-icon {
  display: none;
}

@media (min-width: 768px) {
  .header-client-module__JhAica__search-button-icon {
    display: inline;
  }
}

.E:focus-visible {
  outline-offset: -3px;
  outline: 3px solid #fffc;
}

._1dv7oxx0 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  opacity: 1;
}

._1dv7oxx3 {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  font-weight: normal;
  text-transform: none;
  font-family: 'Roboto Slab', serif;
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-width: 0;
}

._1dv7oxx5 {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
}

._1dv7oxx5:hover {
  color: #ffffff;
  background-color: #c50000;
  border-color: #c50000;
}

._1dv7oxx5:active {
  color: #ffffff;
  background-color: #e40000;
  border-color: #e40000;
}

._1dv7oxxa {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1rem;
  line-height: 1.25;
}

._1dv7oxxd {
  width: auto;
  display: inline-flex;
}

._eb7t3m3 {
  width: 16px;
  height: 16px;
}

._eb7t3m4 {
  width: 20px;
  height: 20px;
}

._eb7t3m5 {
  width: 24px;
  height: 24px;
}

._eb7t3m7 {
  width: 40px;
  height: 40px;
}

._eb7t3m8 {
  width: 64px;
  height: 64px;
}

._8ag4zc7 {
  width: 48px;
  height: 48px;
}

._8ag4zc9 {
  width: 96px;
  height: 96px;
}

._uduk4l0:not(:has(img)) {
  aspect-ratio: 4 / 3;
}

._7vidpa4 {
  margin: 0;
  display: block;
  max-width: 100%;
  overflow-wrap: break-word;
}

._7vidpa5 {
  text-align: left;
}

._7vidpa9 {
  color: #18191a;
  font-size: 1.5rem;
  line-height: 1.3;
}

._7vidpac {
  color: #18191a;
  font-size: 1.5rem;
  line-height: 1.1;
}

._7vidpag {
  color: #18191a;
  font-size: 1rem;
  line-height: 1.5;
}

._7vidpap {
  --_7vidpa0: underline;
  --_7vidpa1: #0000ff;
  --_7vidpa2: #ff0000;
  --_7vidpa3: #e40000;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}

._7vidpay {
  --_7vidpa0: underline;
  --_7vidpa1: #0000ff;
  --_7vidpa2: #ff0000;
  --_7vidpa3: #e40000;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}

._7vidpa1a {
  --_7vidpa0: underline;
  --_7vidpa1: #0000ff;
  --_7vidpa2: #ff0000;
  --_7vidpa3: #e40000;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

@media only screen and (width>=460px) {
  ._7vidpa9 {
    font-size: 1.5rem;
  }
  ._7vidpac {
    font-size: 1.5rem;
  }
  ._7vidpag {
    font-size: 1rem;
  }
}

@media only screen and (width>=600px) {
  ._7vidpa9 {
    font-size: 1.5rem;
  }
  ._7vidpac {
    font-size: 2.375rem;
  }
  ._7vidpag {
    font-size: 1rem;
  }
}

@media only screen and (width>=768px) {
  ._7vidpa9 {
    font-size: 1.5rem;
  }
  ._7vidpac {
    font-size: 2.375rem;
  }
  ._7vidpag {
    font-size: 1rem;
  }
}

@media only screen and (width>=1024px) {
  ._7vidpa9 {
    font-size: 1.5rem;
  }
  ._7vidpac {
    font-size: 2.375rem;
  }
  ._7vidpag {
    font-size: 1rem;
  }
}

._97uqdh0 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

._157tn3e0 {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

._157tn3e2 {
  color: #ffffff;
  background-color: #25d366;
  border-color: #25d366;
}

._157tn3e2:hover {
  color: #ffffff;
  background-color: #1da34f;
  border-color: #1da34f;
}

._157tn3e2:active {
  color: #ffffff;
  background-color: #21bd5b;
  border-color: #21bd5b;
}

._157tn3e3 {
  color: #ffffff;
  background-color: #18191a;
  border-color: #18191a;
}

._157tn3e3:hover {
  color: #ffffff;
  background-color: #3a3b3d;
  border-color: #3a3b3d;
}

._157tn3e3:active {
  color: #ffffff;
  background-color: #232426;
  border-color: #232426;
}

._157tn3e4 {
  color: #ffffff;
  background-color: #0866ff;
  border-color: #0866ff;
}

._157tn3e4:hover {
  color: #ffffff;
  background-color: #064fc6;
  border-color: #064fc6;
}

._157tn3e4:active {
  color: #ffffff;
  background-color: #075be4;
  border-color: #075be4;
}

._9akpg10 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 12px;
}

._9akpg11 {
  display: flex;
  text-decoration: none;
  color: #18191a;
}

._9akpg11:active {
  color: #e40000;
}

._9akpg11:hover {
  color: #c50000;
}

@media only screen and (width>=768px) {
  ._9akpg11 {
    color: #ffffff;
  }
}

._c6grz0 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

._c6grz1 {
  display: flex;
  height: 40px;
}

._cgugou0 {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media only screen and (width>=460px) {
  ._cgugou4 {
    padding: 0 0px;
  }
}

@media only screen and (width>=600px) {
  ._cgugou4 {
    padding: 0 0px;
  }
}

@media only screen and (width>=768px) {
  ._cgugou4 {
    padding: 0 16px;
  }
}

@media only screen and (width>=1024px) {
  ._cgugou4 {
    padding: 0 32px;
  }
}

._1fifdsx0 {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  font-family: inherit;
  font-size: 1rem;
}

._1fifdsx1 {
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
}

._1fifdsx2 {
  width: 100%;
  background-color: #ff0000;
  padding: 16px;
}

._1fifdsx3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

._1fifdsx4,
._1fifdsx5 {
  display: none;
  margin: 0;
}

._1fifdsx6 {
  background-color: #f6f6f6;
  padding: 0 16px;
}

._1fifdsx7 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 0;
}

._1fifdsx8 {
  margin: 0;
  color: #ff0000;
}

._1fifdsxa {
  margin: 0 0 8px;
  font-weight: normal;
  font-size: 1.75rem;
  font-family:
    Stag,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
}

._1fifdsxb {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #0000ff;
  gap: 8px;
}

._1fifdsxb:hover {
  color: #ff0000;
}

._1fifdsxb:active {
  color: #e40000;
}

._1fifdsxc {
  display: flex;
  flex: auto;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  padding: 16px 0;
  border-top: 1px solid #e8e8e8;
  text-align: center;
}

._1fifdsxd {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

._1fifdsxe,
._1fifdsxf {
  display: flex;
  flex-direction: column;
  flex: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

._1fifdsxj {
  display: flex;
  flex: 100%;
  flex-direction: column;
  align-items: center;
  background-color: #f6f6f6;
  padding: 24px 16px;
  font-size: 0.875rem;
  color: #cfcfcf;
}

._1fifdsxk {
  margin: 0 0 24px;
}

._1fifdsxl {
  text-align: center;
  color: #666;
}

._1fifdsxm {
  text-decoration: none;
  color: #18191a;
}

._1fifdsxm:hover {
  color: #ff0000;
}

._1fifdsxm:active {
  color: #e40000;
}

._1fifdsxn {
  display: flex;
  flex: 100%;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: center;
  padding: 16px;
  background-color: #003;
}

._1fifdsxo {
  margin: 0;
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
  font-size: 1.125rem;
  color: #18191a;
  line-height: 1;
  text-align: center;
}

._1fifdsxp {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

._1fifdsxq {
  padding: 0;
  margin: 0;
}

._1fifdsxq::marker {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #18191a;
}

@media only screen and (width>=600px) {
  ._1fifdsx4 {
    display: block;
  }
}

@media only screen and (width>=768px) {
  ._1fifdsx5 {
    display: block;
  }
  ._1fifdsx7 {
    align-items: center;
  }
  ._1fifdsxc {
    flex-direction: row;
    text-align: left;
  }
  ._1fifdsxe {
    align-items: flex-start;
  }
  ._1fifdsxf {
    display: none;
  }
  ._1fifdsxo {
    text-align: left;
  }
  ._1fifdsxp {
    align-items: flex-start;
  }
}

._1kfyt9f0 {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

._1kfyt9f1 {
  left: 0;
  right: 0;
}

._1kfyt9f2 {
  position: absolute;
  top: 40px;
}

._1kfyt9f5 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}

._1kfyt9f6 {
  gap: 16px;
}

._1kfyt9f7 {
  gap: 16px;
}

._1kfyt9f8 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: 56px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  gap: 8px;
}

._1kfyt9f9 {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  overflow: hidden;
  margin-left: initial;
  padding: initial;
  justify-content: normal;
}

@media only screen and (width>=768px) {
  ._1kfyt9f0 {
    display: block;
  }
}

._htxlk20 {
  display: flex;
  align-items: center;
}

._htxlk21 {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: 0.3s ease-out color;
}

._htxlk22 {
  text-wrap: nowrap;
}

._htxlk27 {
  color: #ff0000;
  transition: 0.3s ease-out color;
}

._htxlk28 {
  gap: 4px;
  color: #0000ff;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  line-height: 1;
}

._htxlk28:hover {
  color: #c50000;
}

._htxlk28:active {
  color: #e40000;
}

._htxlk28:hover ._htxlk27 {
  color: #c50000;
}

._htxlk28:active ._htxlk27 {
  color: #e40000;
}

._htxlk29 {
  text-transform: uppercase;
  color: #ffffff;
  height: 56px;
  font-family: 'RamaGothicEBold', Arial, sans-serif !important;
}

._htxlk2a {
  padding: 4px 8px;
  border-radius: 4px;
  line-height: 1;
  transition: 0.3s ease-out background-color;
}

._htxlk2h {
  color: #ffffff;
}

._htxlk2h:hover {
  background-color: #c50000;
  color: #ffffff;
}

._htxlk2h:active {
  background-color: #e40000;
  color: #ffffff;
}

._htxlk2m {
  background-color: #c50000;
  color: #ffffff;
  border-radius: 4px;
}

._htxlk2r {
  background-color: #ff0000;
  color: #ffffff;
  font-family: 'RamaGothicEBold', Arial, sans-serif !important;
}

._htxlk2s {
  height: 40px;
  padding-right: 16px;
}

._htxlk2z {
  gap: 8px;
  height: 100%;
}

._htxlk218 {
  color: #18191a;
}

._htxlk218:hover {
  color: #ff0000;
}

._htxlk218:active {
  color: #e40000;
}

._htxlk21p {
  color: #ff0000;
  line-height: 1;
}

._htxlk21q {
  color: #18191a;
  line-height: 1;
}

._1xr9ymr0 {
  position: absolute;
  display: flex;
  z-index: 50;
  transition: transform 0.1s ease-out;
}

._1xr9ymr2 {
  border: 1px solid #ffffff;
  top: -24px;
  left: 16px;
}

._142twcb0 {
  background-color: #ffffff;
  border-bottom: 0px solid #e8e8e8;
  height: 40px;
}

._142twcb1 {
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
  height: 100%;
}

._142twcb2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 12px 16px 12px 136px;
  gap: 4px;
}

._142twcb5 {
  width: 100%;
  z-index: 10;
  position: relative;
  height: 56px;
  background-color: #ff0000;
  border-bottom: 0px solid #e8e8e8;
}

._142twcb6 {
  background-color: #ff0000;
}

._142twcbb {
  display: flex;
  position: relative;
  padding: 0 16px 0 128px;
  margin: auto;
  max-width: 1024px;
}

._142twcbc {
  display: flex;
  width: 100%;
  padding: 0;
  gap: 4px;
}

._142twcbd {
  position: relative;
  transition: top 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  border-bottom: 1px solid #e8e8e8;
}

._142twcbe {
  top: 0;
}

._142twcbg {
  top: 0;
  z-index: 0;
  transition: top 0.3s ease-out 0.1s;
  background-color: #ffffff;
}

._142twcbh {
  display: flex;
  padding: 0 16px 0 136px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
}

._142twcbi {
  overflow: hidden;
  z-index: 0;
  transition: 0.3s ease-out height;
}

._142twcbl {
  height: 40px;
}

._142twcbm {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
}

._1yo1f5c0 {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

._1yo1f5c1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  background-color: #ff0000;
  height: 56px;
  padding: 0 16px;
  border-bottom: 0px solid #e8e8e8;
}

._1yo1f5c2 {
  background-color: #ff0000;
}

._1yo1f5c7 {
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  gap: 8px;
}

._1yo1f5c8 {
  display: flex;
}

._1yo1f5c9 {
  display: flex;
  align-items: center;
  gap: 8px;
}

._1yo1f5cb {
  display: flex;
  align-items: center;
  height: 100%;
}

._1yo1f5ce {
  background: unset;
  border: unset;
  padding: unset;
  text-align: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  cursor: pointer;
}

._1yo1f5ce:hover {
  color: #cfcfcf;
}

._1yo1f5ce:active {
  color: #e8e8e8;
}

._1yo1f5cf {
  display: flex;
  z-index: 0;
  transition: top 0.2s ease-in-out;
  background-color: #ffffff;
  min-width: 100%;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}

._1yo1f5cg {
  top: 0;
}

._1yo1f5ci {
  margin: 0;
  padding: 0 16px;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  flex-basis: 100vw;
  height: 40px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  gap: 16px;
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: none;
  color: #18191a;
}

._1yo1f5cj {
  display: flex;
  align-items: center;
  gap: 8px;
}

._1yo1f5ck {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: 0.3s ease-out color;
  line-height: 1;
  padding: 12px 0;
}

._1yo1f5cr {
  color: #18191a;
}

._1yo1f5cr:hover {
  color: #ff0000;
}

._1yo1f5cr:active {
  color: #c50000;
}

._1yo1f5cw {
  color: #ff0000;
}

._1yo1f5c11 {
  color: #18191a;
}

@media only screen and (width>=768px) {
  ._1yo1f5c0 {
    display: none;
  }
}

html {
  font-family: Arial, sans-serif;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  color: inherit;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.un-banner {
  background: #ffebee;
  color: #d32f2f;
  padding: 12px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  border: 1px solid #ffcdd2;
  border-radius: 4px;
  margin-top: 30px;
  margin-bottom: 30px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(211, 47, 47, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(211, 47, 47, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(211, 47, 47, 0);
  }
}

.comments {
  position: relative;
  margin: 20px 5px;
}

@media screen and (max-width: 599px) {
  .comments {
    margin: 20px 10px;
  }
}

.comments .comments__list {
  margin: 0 10px;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 599px) {
  .comments .comments__list {
    margin: 0;
  }
}

.comments .comments__list-item {
  padding: 15px 0;
  border-bottom: 1px solid #efe8e1;
  color: #292929;
}

.comments .comments__list-item__head {
  display: flex;
}

.comments .comments__list-item__author {
  flex: 1;
  margin: 0;
  font-family: 'Roboto Slab', serif;
  font-size: 1em;
  line-height: 18px;
}

@media screen and (max-width: 599px) {
  .comments .comments__list-item__author {
    font-size: 0.875em;
  }
}

.comments .comments__list-item__meta {
  flex: 0 1;
  color: #b4b4b4;
  font-size: 0.875em;
  line-height: 18px;
  white-space: nowrap;
  font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}

@media screen and (max-width: 599px) {
  .comments .comments__list-item__meta {
    font-size: 0.75em;
  }
}

.comments .comments__list-item__body {
  width: 100%;
  margin-top: 10px;
  font-size: 1em;
  line-height: 1.2;
  overflow: hidden;
  font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}

:root {
  --white: #ffffff;
  --red: #e11229;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --button-hover: #313131;
}

* {
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  font-size: 0;
  line-height: 0;
}

figure {
  display: block;
  margin: 0;
  padding: 0;
}

.un-article {
  position: relative;
  clear: both;
  width: 100%;
  max-width: 100vw;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
}

.un-article__paragraph {
  margin-top: 0;
  margin-bottom: 25px;
  overflow-wrap: break-word;
  font-size: 18px;
  line-height: 26px;
}

.un-article__paragraph {
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 600px) {
  .un-article__paragraph {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .un-article__paragraph {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 906px) {
  .un-article__paragraph {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 578px) {
  .un-article__paragraph {
    padding-inline: 0;
  }
}

.article-author {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.article-author__detail-group {
  color: gray;
}

.form-footer {
  p {
    margin: 0;
  }
}

.calc123-container {
  margin: 40px auto;
  border: 4px solid #0250c9;
  background: #f7f4f4;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  width: 100%;
  text-align: center;
}

.calc123-h2 {
  font-size: 22px;
  margin-bottom: 30px;
  color: #333;
}

/* input[type="number"] {
  width: 100%;
  padding: 12px 15px;
  margin: 15px 0;
  font-size: 18px;
  border: 2px solid #ccc;
  border-radius: 10px;
  outline: none;
  transition: 0.3s;
} */

.calc123-input-number {
  width: 90%;
  padding: 12px 15px;
  margin: 15px 0;
  font-size: 18px;
  border: 2px solid #ccc;
  border-radius: 10px;
  outline: none;
  transition: 0.3s;
}

.calc123-input-number:focus {
  border-color: #0250c9;
  box-shadow: 0 0 5px rgba(116, 235, 213, 0.7);
}

.calc123-input-range {
  width: 100%;
  margin: 20px 0;
  -webkit-appearance: none;
  background: transparent;
}

.calc123-input-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #0250c9;
  cursor: pointer;
  margin-top: -10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: background 0.3s;
}

.calc123-input-range::-webkit-slider-thumb:hover {
  background: #0250c9;
}

.calc123-input-range::-webkit-slider-runnable-track {
  height: 6px;
  background: #ddd;
  border-radius: 3px;
}

.calc123-result {
  margin-top: 25px;
  font-size: 22px;
  font-weight: bold;
  color: #0250c9;
}

.sc-e65d06a4-0.isyHVt {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.sc-e65d06a4-0.isyHVt .image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-text {
  position: absolute;
  color: #00095c;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
}

@media screen and (max-width: 600px) {
  .overlay-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .overlay-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 340px) {
  .overlay-text {
    font-size: 12px;
  }
}

.text_top_center {
  top: 49%;
  /* чуть ниже для лучшего выравнивания */
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  /* line-height: 0.6; */
}

.text_top_left {
  top: 51%;
  left: 70%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  max-width: 200px;
  text-wrap-mode: wrap;
}

@media screen and (max-width: 1290px) {
  .text_top_left {
    left: 64%;
    transform: translate(-20%, -50%);
    font-size: 14px;
    max-width: 199px;
  }
}

@media screen and (max-width: 500px) {
  .text_top_left {
    left: 59%;
    transform: translate(-20%, -50%);
    line-height: 2;
    font-size: 11px;
    max-width: 199px;
  }
}
