@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

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

html,
body {
  height: 100%;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: transparent;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

img {
  max-width: 100%;
}

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

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

body {
  line-height: 1;
}

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;
}

/*-----------------------------ОБЩЕЕ------------------------------*/
* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font-family: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Golos Text", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  width: calc(100vw - (100vw - 100%));
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  overflow-x: hidden;
  color: #494952;
}
@media (max-width: 800px) {
  body {
    font-size: 15px;
    line-height: 25px;
  }
}

/*----------------------------ОБЁРТКИ------------------------------*/
.container {
  margin: auto;
  max-width: 1590px;
  background-color: #ffffff;
  height: 100%;
}
@media (max-width: 1620px) {
  .container {
    width: calc(100vw - (100vw - 100%) - 50px);
  }
}
@media (max-width: 600px) {
  .container {
    width: calc(100vw - (100vw - 100%) - 38px);
  }
}

.section {
  width: 100%;
  overflow-x: hidden;
  margin-bottom: 80px;
}
@media (max-width: 1020px) {
  .section {
    margin-bottom: 54px;
  }
}

.page {
  margin-top: 35px;
  min-height: calc(100vh - 890px);
  overflow: visible;
}
@media (max-width: 1620px) {
  .page {
    min-height: calc(100vh - 840px);
  }
}
@media (max-width: 1220px) {
  .page {
    min-height: calc(100vh - 910px);
  }
}
@media (max-width: 1020px) {
  .page {
    min-height: calc(100vh - 830px);
  }
}
.page a {
  color: #d13d26;
}
.page a:focus, .page a:hover {
  color: #d13d26;
  text-decoration: underline;
}

/*-----------------------------СКРОЛЛ------------------------------*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #e7e7e7;
}

::-webkit-scrollbar-track {
  width: 10px;
  height: 10px;
  background-color: #e7e7e7;
}

::-webkit-scrollbar-thumb {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background-color: #d13d26;
}

/*------------------------ВЫДЕЛЕНИЕ ТЕКСТА-------------------------*/
::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #d13d26;
}

::selection {
  color: #ffffff;
  background: #d13d26;
}

/*------------------------СЛУЖЕБНЫЕ КЛАССЫ-------------------------*/
.hidden {
  display: none !important;
}

/*----------------------------ЭЛЕМЕНТЫ-----------------------------*/
a,
button {
  color: unset;
  cursor: pointer !important;
}

.button-square {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Montserrat", serif;
  font-size: 16px;
  line-height: 21.8px;
  font-weight: 600;
  color: #ffffff !important;
  background-color: #d13d26;
  border-radius: 3px;
  padding: 10px 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button-square:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1215686275);
}
.button-square:focus {
  outline: 2px solid #d13d26;
  outline-offset: 2px;
}
.button-square:focus, .button-square:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}
.button-square--long {
  padding: 15px 35px;
}
.button-square:disabled {
  background-color: rgba(70, 70, 71, 0.6980392157);
  cursor: not-allowed !important;
}

.button-round {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Golos Text", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #494952;
}

.button-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 11px 40px;
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 300px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #000000 !important;
}
@media (max-width: 800px) {
  .button-more {
    padding: 8px 30px;
  }
}
.button-more:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1215686275);
  text-decoration: none !important;
}
.button-more:hover .button-more__arrow img {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.button-more:focus {
  outline: 2px solid #e7e7e7;
  outline-offset: 2px;
}
.button-more__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 300px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1215686275);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button-more__arrow img {
  width: 4.5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.radio-container {
  position: relative;
  padding-left: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", serif;
  font-size: 16px;
  line-height: 21.8px;
  font-weight: 500;
  color: #000000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-container input:checked ~ .radio-checkmark {
  background-color: #d13d26;
  border: 2px solid #cacaca;
  outline: 4px solid white;
  outline-offset: -5px;
}

.radio-checkmark {
  position: absolute;
  top: 0;
  left: -10px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 50%;
  outline: 6px solid white;
  outline-offset: -7px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 5px 10px;
  font-family: "Golos Text", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #494952;
  background: #ffffff;
  border: 2px solid #e7e7e7;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.label {
  display: block;
}

/* Customize the label (the container) */
.checkbox__container {
  display: block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* Hide the browser's default checkbox */
  /* On mouse-over, add a grey background color */
}
.checkbox__container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  /* When the checkbox is checked, add a dark border */
  /* Show the checkmark when checked */
}
.checkbox__container input:checked ~ .checkbox__checkmark {
  border: 2px solid #494952;
}
.checkbox__container input:checked ~ .checkbox__checkmark::after {
  display: block;
}
.checkbox__container:hover input ~ .checkbox__checkmark {
  background-color: rgba(231, 231, 231, 0.3019607843);
}

/* Create a custom checkbox */
.checkbox__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  border: 2px solid #e7e7e7;
  border-radius: 5px;
  /* Create the checkmark/indicator (hidden when not checked) */
}
.checkbox__checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 2px;
  width: 8px;
  height: 14px;
  border: solid #252628;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.select {
  width: 100%;
  padding: 6px 10px;
  font-family: "Golos Text", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #494952;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/icons/red-arrow-down.svg);
  background-color: #e7e7e7;
  background-position: calc(100% - 12px) 50%;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (max-width: 800px) {
  .select {
    font-size: 15px;
    line-height: 25px;
  }
}

.option {
  font: -moz-pull-down-menu;
  cursor: pointer;
}

.contact__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact__link::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
}

.page-with-sidebar {
  display: grid;
  grid-template-columns: 400px 1fr;
  -webkit-column-gap: 146px;
     -moz-column-gap: 146px;
          column-gap: 146px;
}
@media (max-width: 1620px) {
  .page-with-sidebar {
    grid-template-columns: 300px 1fr;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media (max-width: 1220px) {
  .page-with-sidebar {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.page-with-sidebar__content ul {
  padding-left: 20px;
}
.page-with-sidebar__content ul li {
  list-style: disc;
}
.page-with-sidebar__content ol {
  padding-left: 25px;
}
.page-with-sidebar__content ol li {
  list-style: decimal;
}

/*-----------------------------ТЕКСТ-------------------------------*/
.h1 {
  font-family: "Montserrat", serif;
  font-size: 48px;
  line-height: 59px;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 1420px) {
  .h1 {
    font-size: 40px;
    line-height: 49px;
  }
}
@media (max-width: 600px) {
  .h1 {
    font-size: 32px;
    line-height: 39px;
  }
}

.section-header {
  font-family: "Montserrat", serif;
  font-size: 48px;
  line-height: 59px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1420px) {
  .section-header {
    font-size: 40px;
    line-height: 49px;
  }
}
@media (max-width: 600px) {
  .section-header {
    font-size: 32px;
    line-height: 39px;
  }
}

.page-header {
  font-family: "Montserrat", serif;
  font-size: 48px;
  line-height: 59px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  text-align: left;
}
@media (max-width: 1420px) {
  .page-header {
    font-size: 40px;
    line-height: 49px;
  }
}
@media (max-width: 600px) {
  .page-header {
    font-size: 32px;
    line-height: 39px;
  }
}

.small-heading {
  margin-bottom: 15px;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
  color: #000000;
}

.red-text {
  color: #d13d26;
}

.breadcrumbs {
  width: 100%;
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
}
@media (max-width: 600px) {
  .breadcrumbs {
    margin: 20px 0;
    row-gap: 0;
  }
}
.breadcrumbs__item {
  position: relative;
}
.breadcrumbs__item:not(:last-child)::after {
  content: ">";
  position: absolute;
  display: inline-block;
  right: -18px;
  width: 6px;
  height: 18px;
  -webkit-transform: scale(0.5, 1);
      -ms-transform: scale(0.5, 1);
          transform: scale(0.5, 1);
}
.breadcrumbs__link {
  width: 100%;
  color: #000000 !important;
}
.breadcrumbs__link:hover {
  text-decoration: underline;
  color: #d13d26 !important;
}

/*----------------------------ТАБЛИЦЫ------------------------------*/
.table-wrapper {
  max-width: 100%;
  overflow-x: auto;
}

table {
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #cacaca;
}
table.left {
  margin-left: 0;
}
table.right {
  margin-right: 0;
}
table.full {
  width: 100% !important;
}
table a {
  color: #d13d26;
}
table a:focus, table a:hover {
  color: #d13d26;
  text-decoration: underline;
}

tr,
td,
th {
  padding: 10px;
  border: 1px solid #cacaca;
}

th {
  color: #000000;
  font-weight: 500;
}

.header {
  position: sticky;
  top: 0;
  padding-bottom: 10px;
  margin-bottom: 15px;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.38)), color-stop(25%, rgba(255, 255, 255, 0.87)), color-stop(71%, rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.87) 25%, rgb(255, 255, 255) 71%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 1000;
}
.header::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 100vw;
  height: 53px;
  background-color: #d13d26;
  background-image: -webkit-linear-gradient(40deg, #d13d26 52%, #252628 52%);
  z-index: -1;
}
.header__container {
  margin: auto;
  max-width: 1590px;
  display: grid;
  grid-template-columns: 600px 170px 456px 364px;
}
@media (max-width: 1620px) {
  .header__container {
    max-width: 100vw;
    grid-template-columns: 600fr 170fr 456fr 364fr;
  }
}
@media (max-width: 1220px) {
  .header__container {
    grid-template-columns: 270fr 170fr 456fr 364fr;
  }
}
@media (max-width: 1020px) {
  .header__container {
    grid-template-columns: 1fr 85px;
  }
}
.header__top {
  grid-column: span 3;
  height: 53px;
  display: grid;
  grid-template-columns: 730px 1fr;
}
@media (max-width: 1620px) {
  .header__top {
    grid-template-columns: auto 1fr;
  }
}
.header__top-buttons {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 65px;
     -moz-column-gap: 65px;
          column-gap: 65px;
}
@media (max-width: 1620px) {
  .header__top-buttons {
    padding-left: 15px;
  }
}
@media (max-width: 1420px) {
  .header__top-buttons {
    padding-left: 15px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.header__top-button-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media (max-width: 1220px) {
  .header__top-button-link {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.header__top-button-link:hover .header__top-button-image {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.header__top-button-image {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 22px;
}
.header__top-button-image--dark {
  display: none;
}
.header__top-button-text {
  font-family: "Golos Text", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #ffffff;
}
@media (max-width: 1220px) {
  .header__top-button-text {
    display: none;
  }
}
.header__top-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  overflow-y: hidden;
}
@media (max-width: 1420px) {
  .header__top-contacts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 1220px) {
  .header__top-contacts {
    background-image: -webkit-linear-gradient(40deg, transparent 22%, #252628 22%);
  }
}
.header__top-contact {
  position: relative;
  overflow: visible;
}
@media (max-width: 1020px) {
  .header__top-contact--mail {
    display: none;
  }
}
.header__top-contact:hover .header__top-contact-image {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.header__top-contact::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: -55px;
  bottom: calc(50% - 27px);
  width: 100%;
  height: 56px;
  background-image: -webkit-linear-gradient(40deg, transparent 22%, #252628 22%);
  z-index: -1;
}
.header .contact__link {
  font-family: "Golos Text", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 16.94px;
  color: rgba(255, 255, 255, 0.5019607843);
}
.header .contact__link--phone::before {
  content: url(../images/icons/phone-light.svg);
}
.header .contact__link--mail::before {
  content: url(../images/icons/mail-light.svg);
}
.header__settings {
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 1620px) {
  .header__settings {
    padding-right: 15px;
  }
}
@media (max-width: 1020px) {
  .header__settings {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    height: 100%;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .header__settings .header__search-wrapper {
    display: none;
  }
}
.header__search-wrapper {
  position: relative;
  width: 220px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__search-button {
  padding-right: 5px;
}
.header__settings-language {
  width: 25px;
  height: 16px;
}
.header__logo {
  margin-top: 15px;
  width: 334px;
}
@media (max-width: 1620px) {
  .header__logo {
    padding-left: 15px;
  }
}
@media (max-width: 1420px) {
  .header__logo {
    width: 260px;
  }
}
@media (max-width: 1220px) {
  .header__logo {
    width: 220px;
  }
}
@media (max-width: 1020px) {
  .header__logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 250px;
    margin-top: 5px;
  }
}
.header__logo-image {
  max-width: 100%;
}
.header__links {
  grid-column: span 3;
}
.header__links .header__search {
  display: none;
}

.search {
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
  width: 5%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}
.search--active {
  width: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: all;
}
.search__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 5px 30px 5px 10px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header__search--active .search__input {
  padding: 5px 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search__button {
  position: absolute;
  right: 0px;
  top: 50%;
  height: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding-right: 5px;
  color: #e7e7e7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
}
.header-account__body {
  width: 100%;
}
.header-account__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header-account__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.header-account__link {
  height: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-account__link:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1215686275);
}
.header-account__link--regular {
  display: inline-block;
}
@media (max-width: 1020px) {
  .header-account__link--regular {
    display: none;
  }
}
.header-account__link--red {
  display: none;
}
@media (max-width: 1020px) {
  .header-account__link--red {
    display: inline-block;
  }
}
.header-account__link--white {
  display: none;
}
.header-account__link--black {
  display: none;
}
.header-account__arrow {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-account__arrow._hover {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
  color: #d13d26;
}
.header-account__sub-list {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  min-width: 230px;
  padding: 10px 0;
  background: #ffffff;
  color: #000000;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  pointer-events: none;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1215686275);
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-account__sub-list_level-1 {
  right: 0;
  top: calc(100% - 10px);
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}
.header-account__sub-list_level-1::before {
  content: "";
  position: absolute;
  width: 100%;
  top: -10px;
  left: 0;
  height: 10px;
}
.header-account__sub-list_level-1._visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  pointer-events: all;
}
.header-account__sub-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  padding: 0px 5px 0px 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-account__sub-item:hover::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 6px;
  top: 6px;
  width: 4px;
  height: 16px;
  border-radius: 3px;
  background-color: #d13d26;
}
.header-account__sub-item_back {
  display: none;
}
.header-account__back {
  padding: 15px;
  font-size: 18px;
}
.header-account__sub-link {
  width: 100%;
  height: 100%;
  color: inherit;
}
@media (any-hover: hover) {
  .header-account__sub-link:hover {
    color: #d13d26;
  }
}

/**
   * Стили иконки меню
   */
.account-menu-icon {
  display: none;
}

.main-menu {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1220px) {
  .main-menu {
    margin-top: 15px;
  }
}
@media (max-width: 1020px) {
  .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    max-width: 400px;
    width: 80%;
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    margin-top: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10;
  }
  .main-menu._active {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-box-shadow: 390px 0px 80px 230px rgba(0, 0, 0, 0.5);
            box-shadow: 390px 0px 80px 230px rgba(0, 0, 0, 0.5);
  }
}
.main-menu .header__search-wrapper {
  display: none;
}
.main-menu .header__top-contact {
  display: none;
}
.main-menu__body {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1020px) {
  .main-menu__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-menu__body .header__search {
    display: inline-block;
  }
  .main-menu__body .header__search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px;
    width: calc(100% - 30px);
  }
  .main-menu__body .header__top-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 43px;
    color: #000000;
    padding-left: 15px;
  }
  .main-menu__body .header__top-contact::before {
    left: 0;
    bottom: calc(50% - 21px);
    height: 43px;
    background-image: none;
    background-color: #252628;
  }
}
.main-menu__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 1020px) {
  .main-menu__list {
    position: static;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
.main-menu__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media (max-width: 1020px) {
  .main-menu__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: static;
    border-bottom: 1px solid #d8d8d8;
  }
}
.main-menu__link {
  padding: 10px 15px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.78px;
  color: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 3px;
}
@media (max-width: 1220px) {
  .main-menu__link {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18.2px;
  }
}
.main-menu__link:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1215686275);
}
.main-menu__link--active {
  color: #ffffff;
  background-color: #d13d26;
}
@media (any-hover: hover) {
  .main-menu__link:hover {
    color: #ffffff;
    background-color: #d13d26;
  }
}
@media (max-width: 1020px) {
  .main-menu__link {
    padding: 15px 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-weight: normal;
    font-size: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.main-menu__arrow {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-menu__arrow._hover {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
  color: #d13d26;
}
.main-menu__arrow._hover + .main-menu__link {
  color: #ffffff;
  background-color: #d13d26;
}
@media (min-width: 1021px) {
  .main-menu__arrow {
    display: none;
  }
}
@media (max-width: 1020px) {
  .main-menu__arrow {
    display: inline-block;
    padding-bottom: 8px;
    width: 48.2px;
    height: 48.2px;
    font-size: 24px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.main-menu__sub-list {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  min-width: 230px;
  padding: 10px 0;
  border-radius: 5px;
  background: #ffffff;
  color: #000000;
  pointer-events: none;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1215686275);
  border: 1px solid #e7e7e7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}
@media (max-width: 1220px) {
  .main-menu__sub-list {
    gap: 7px;
  }
}
@media (max-width: 1020px) {
  .main-menu__sub-list {
    padding: 10px;
    gap: 0px;
    background: #ffffff;
    border-radius: 0;
    color: #000000;
  }
}
.main-menu__sub-list_level-1 {
  left: 0;
  top: calc(100% - 10px);
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}
.main-menu__sub-list_level-1::before {
  content: "";
  position: absolute;
  width: 100%;
  top: -10px;
  left: 0;
  height: 10px;
}
.main-menu__sub-list_level-1._visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  pointer-events: all;
}
@media (min-width: 1021px) {
  .main-menu__sub-list_level-1._toleft {
    left: unset;
    right: 0;
  }
}
@media (max-width: 1020px) {
  .main-menu__sub-list {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
    opacity: 1;
    visibility: hidden;
  }
  .main-menu__sub-list._visible {
    visibility: visible;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    pointer-events: all;
    -webkit-box-shadow: 0px 500px 30px 37px rgb(255, 255, 255);
            box-shadow: 0px 500px 30px 37px rgb(255, 255, 255);
  }
  .main-menu__sub-list._visible::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: -1%;
    right: 0;
    top: 100%;
    width: 102%;
    height: 100vh;
    background-color: #ffffff;
    z-index: -1;
  }
}
.main-menu__sub-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 0px 5px 0px 15px;
}
.main-menu__sub-item:hover::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 6px;
  top: 6px;
  width: 4px;
  height: 16px;
  border-radius: 3px;
  background-color: #d13d26;
}
@media (max-width: 1020px) {
  .main-menu__sub-item:hover::before {
    top: 11px;
    left: 0;
    height: calc(100% - 22px);
  }
}
@media (max-width: 1020px) {
  .main-menu__sub-item {
    border-bottom: 1px solid #d8d8d8;
  }
}
.main-menu__sub-item_back {
  display: none;
}
@media (max-width: 1020px) {
  .main-menu__sub-item_back {
    display: block;
  }
}
.main-menu__back {
  padding: 15px 0;
  font-size: 24px;
}
.main-menu__sub-link {
  width: 100%;
  height: 100%;
  color: inherit;
}
@media (any-hover: hover) {
  .main-menu__sub-link:hover {
    color: #d13d26;
  }
}
@media (max-width: 1020px) {
  .main-menu__sub-link {
    font-size: 20px;
    padding: 10px 0px;
  }
}

/**
  * Стили иконки меню
  */
.menu-icon {
  display: none;
}
@media (max-width: 1020px) {
  .menu-icon {
    display: block;
    position: absolute;
    top: 14.5px;
    right: 12px;
    width: 30px;
    height: 25px;
    padding: 5px;
    z-index: 5;
    cursor: pointer;
  }
  .menu-icon span {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: calc(50% - 1px);
    left: 5px;
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
  }
  .menu-icon span:first-child {
    top: 5px;
  }
  .menu-icon span:last-child {
    top: auto;
    bottom: 5px;
  }
  .menu-icon._active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  .menu-icon._active span:first-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .menu-icon._active span:last-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}

.main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}
@media (max-width: 1220px) {
  .main {
    grid-template-columns: 2fr 3fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 1020px) {
  .main {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.main__description {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main__description--content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 20px;
  padding: 30px 60px;
}
@media (max-width: 1220px) {
  .main__description--content {
    padding: 20px 40px;
  }
}
@media (max-width: 600px) {
  .main__description--content {
    padding: 13.5px 27px;
  }
}
.main__description--content::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 100%;
  background-color: #d13d26;
}
@media (max-width: 1220px) {
  .main__description--content::before {
    width: 6px;
  }
}
@media (max-width: 600px) {
  .main__description--content::before {
    width: 4px;
  }
}

.main-slider {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1020px) {
  .main-slider {
    aspect-ratio: 352/233;
    max-height: 400px;
  }
}
.main-slider__slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-slider__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-slider__pagination {
  bottom: 20px !important;
  width: 90%;
  height: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-slider__bullet {
  display: inline-block;
  margin: 0 20px;
  width: 87px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3019607843);
  cursor: pointer;
}
.main-slider__bullet--active {
  background-color: #ffffff;
}

.description {
  width: 1140px;
  margin: auto;
  padding: 60px;
  background-color: #d13d26;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1220px) {
  .description {
    width: 70%;
  }
}
@media (max-width: 1220px) {
  .description {
    width: 100%;
    padding: 30px;
  }
}
.description ::-moz-selection {
  /* Code for Firefox */
  color: #d13d26;
  background: #ffffff;
}
.description ::selection {
  color: #d13d26;
  background: #ffffff;
}
.description__text {
  display: inline-block;
  margin-bottom: 20px;
}

.years {
  margin-top: 40px;
  margin-bottom: 30px;
}
.years__tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.years__tab {
  font-family: "Montserrat", serif;
  font-size: 16px;
  line-height: 21.8px;
  font-weight: 500;
  color: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.years__tab--active {
  font-size: 23px;
  font-weight: 700;
}
.years__content {
  display: none;
}
.years__content--active {
  display: inline-block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.months {
  max-width: 100%;
  overflow: hidden;
}
.months__slider {
  position: relative;
  max-width: 572px;
  width: 572px;
  overflow: hidden;
  padding: 0 40px;
}
@media (max-width: 600px) {
  .months__slider {
    max-width: calc(100vw - (100vw - 100%) - 38px);
    width: calc(100vw - (100vw - 100%) - 38px);
  }
}
.months__tab {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 8px;
}
.months__content {
  display: none;
}
.months__content--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 10px 12.5px;
  color: #ffffff;
  border-radius: 3px;
  background-color: #d13d26;
}
.months__content-wrapper {
  max-width: 100%;
  overflow-x: auto;
}
.months__nav-btn {
  position: absolute;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 40px;
  z-index: 2;
}
@media (max-width: 400px) {
  .months__nav-btn {
    display: none;
  }
}
.months__nav-btn--left {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
}
.months__nav-btn--right {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 20%);
}

.month__values {
  padding: 30px;
  max-width: 476px;
  width: 476px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .month__values {
    max-width: calc(100vw - (100vw - 100%) - 80px);
    width: calc(100vw - (100vw - 100%) - 80px);
  }
}
.month__values:has(> :nth-child(1):last-child) {
  padding-left: 47px;
}
.month__values:has(> :nth-child(1):last-child) .months__tab {
  width: unset;
  margin: auto;
}
.month__values:has(> :nth-child(2):last-child) {
  padding-left: 40px;
}
@media (min-width: 800px) {
  .month__values:has(> :nth-child(2):last-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .month__values:has(> :nth-child(2):last-child) ~ .months__nav-btn {
    display: none;
  }
}
.month__value {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.month__checkmark {
  display: inline-block;
  padding: 10px 38px;
  font-family: "Montserrat", serif;
  font-size: 16px;
  line-height: 21.8px;
  font-weight: 600;
  color: #000000;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1215686275);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.month__input {
  position: absolute;
  left: -9999px;
}
.month__input:checked + .month__checkmark {
  color: #ffffff;
  background-color: #d13d26;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.day__value {
  cursor: pointer !important;
}
.day__input {
  position: absolute;
  left: -9999px;
}
.day__input:checked + .day__checkmark {
  color: #d13d26;
  background-color: rgba(255, 255, 255, 0.6980392157);
}
.day__checkmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 35px;
  height: 35px;
  font-family: "Golos Text", sans-serif;
  font-weight: 700;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-radius: 300px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.day__checkmark:hover {
  background-color: rgba(255, 255, 255, 0.3019607843);
}
.day__number {
  margin-top: -2px;
  font-size: 18px;
}
.day__name {
  margin-top: -4px;
  font-size: 10px;
  text-transform: lowercase;
}

.events__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
@media (max-width: 800px) {
  .events__filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 20px;
  }
}

.event {
  position: relative;
  display: grid;
  grid-template-columns: 83px 278px 1fr 255px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  width: 1360px;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 1420px) {
  .event {
    width: 100%;
    grid-template-columns: 83px 278px 1fr 220px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
@media (max-width: 1020px) {
  .event {
    width: 100%;
    grid-template-columns: 83px 1fr auto;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 20px;
  }
}
@media (max-width: 800px) {
  .event {
    padding: 50px 0;
  }
}
@media (max-width: 600px) {
  .event {
    width: 100%;
    grid-template-columns: 63px 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 20px;
  }
}
.event::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
}

.event-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}
.event-date__number {
  display: inline-block;
  margin-top: 50px;
  padding: 10px;
  font-family: "Golos Text", sans-serif;
  font-size: 58px;
  line-height: 54px;
  font-weight: 400;
  border-radius: 3px;
  color: #ffffff;
  background-color: #d13d26;
}
@media (max-width: 800px) {
  .event-date__number {
    margin-top: 20px;
    font-size: 48px;
    line-height: 45px;
  }
}
@media (max-width: 600px) {
  .event-date__number {
    margin-top: 20px;
    font-size: 38px;
    line-height: 36px;
  }
}
.event-date__time {
  font-family: "Golos Text", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 600px) {
  .event-date__time {
    font-size: 15px;
    line-height: 22px;
  }
}

.event-poster {
  position: relative;
  width: 278px;
  height: 380px;
}
@media (max-width: 600px) {
  .event-poster {
    justify-self: center;
    max-width: 300px;
    width: 100%;
    height: auto;
    aspect-ratio: 278/380;
  }
}
.event-poster__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border: 15px solid #ffffff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1215686275);
}
@media (max-width: 600px) {
  .event-poster__image {
    border: 10px solid #ffffff;
  }
}

.event-description {
  padding: 0 20px;
}
@media (max-width: 1020px) {
  .event-description {
    grid-column: span 3;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (max-width: 600px) {
  .event-description {
    grid-column: span 2;
    padding: 0 10px;
  }
  .event-description .button-more {
    margin: 0 auto;
  }
}
.event-description__name {
  margin-bottom: 15px;
  font-family: "Montserrat", serif;
  font-size: 32px;
  line-height: 39px;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 600px) {
  .event-description__name {
    font-size: 22px;
    line-height: 26px;
  }
}
.event-description__text {
  margin-bottom: 15px;
}

@media (max-width: 1020px) {
  .event-info {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 600px) {
  .event-info {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.event-info__price {
  margin-bottom: 15px;
  font-family: "Montserrat", serif;
  font-size: 24px;
  line-height: 29.3px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 800px) {
  .event-info__price {
    font-size: 20px;
    line-height: 24px;
  }
}
.event-info__price-value {
  font-weight: 600;
}
.event-info__pushkin {
  width: 220px;
  margin-top: 30px;
}
@media (max-width: 800px) {
  .event-info__pushkin {
    width: 100%;
    max-width: 220px;
  }
}
@media (max-width: 600px) {
  .event-info__pushkin {
    grid-column: span 2;
    margin: 30px auto 0;
  }
}
.event-info__pushkin-image {
  width: 100%;
}

.pagination {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  .pagination {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 600px) {
  .pagination {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.pagination__nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.pagination__nav-buttons--left .pagination__nav-button:hover .pagination__nav-buttons-image {
  -webkit-transform: translateX(-3px);
      -ms-transform: translateX(-3px);
          transform: translateX(-3px);
}
@media (max-width: 600px) {
  .pagination__nav-buttons--left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    justify-self: end;
  }
}
.pagination__nav-buttons--right .pagination__nav-button:hover .pagination__nav-buttons-image {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}
@media (max-width: 600px) {
  .pagination__nav-buttons--right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.pagination__nav-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 15px;
  line-height: 0;
}
@media (max-width: 800px) {
  .pagination__nav-button {
    padding: 10px;
  }
}
.pagination__nav-buttons-image {
  height: 10.7px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (max-width: 800px) {
  .pagination__wrapper {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
}
@media (max-width: 600px) {
  .pagination__wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    justify-self: center;
    width: 100%;
    max-width: 400px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-column: span 2;
  }
  .pagination__wrapper:not(:has(> :nth-child(3))) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.pagination__link {
  padding: 10px 15px;
  font-family: "Montserrat", serif;
  font-size: 16px;
  line-height: 21.8px;
  font-weight: 500;
  border-radius: 3px;
  color: #000000 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 800px) {
  .pagination__link {
    padding: 7px 11px;
  }
}
.pagination__link:hover {
  background-color: #d13d26;
  color: #ffffff !important;
}
.pagination__link--active {
  color: #d13d26 !important;
}
.pagination__link--active:hover {
  background-color: #d13d26;
  color: #ffffff;
}
@media (max-width: 600px) {
  .pagination__button-all {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    justify-self: center;
    margin: 0 auto;
    grid-column: span 2;
  }
}

.banner {
  width: 100%;
  height: 165px;
  max-height: 165px;
}
@media (max-width: 1620px) {
  .banner {
    height: auto;
    aspect-ratio: 1590/165;
  }
}
@media (max-width: 600px) {
  .banner {
    height: 165px;
    aspect-ratio: unset;
  }
}
.banner__content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.banner__image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-animated__slide {
  max-height: 165px;
}
.banner-animated__slide-content {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.banner-animated__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-card {
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 15px 35px 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1215686275);
  overflow: hidden;
}
@media (max-width: 1020px) {
  .news-card {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .news-card {
    max-width: 310px;
  }
}
@media (max-width: 600px) {
  .news-card {
    max-width: unset;
  }
}
.news-card .button-more {
  margin-top: auto;
}
.news-card__image-wrapper {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  height: 240px;
  z-index: 1;
}
@media (max-width: 1020px) {
  .news-card__image-wrapper {
    height: auto;
    aspect-ratio: 350/270;
  }
}
.news-card__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-card__date {
  margin-top: -40px;
  margin-bottom: 23px;
  padding: 15px 50px;
  font-family: "Montserrat", serif;
  font-size: 16px;
  line-height: 21.8px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1215686275);
  z-index: 2;
}
@media (max-width: 1020px) {
  .news-card__date {
    padding: 10px 30px;
  }
}
.news-card__title {
  margin-bottom: 15px;
  padding: 0 15px;
  font-family: "Montserrat", serif;
  font-size: 23px;
  line-height: 28px;
  font-weight: 600;
  color: #000000;
  text-align: center;
}
@media (max-width: 1020px) {
  .news-card__title {
    padding: 0 10px;
    font-size: 20px;
    line-height: 24px;
  }
}
.news-card__text {
  margin-bottom: 15px;
  padding: 0 15px;
  text-align: center;
}
@media (max-width: 1020px) {
  .news-card__text {
    padding: 0 10px;
  }
}

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 40px;
}
@media (max-width: 1020px) {
  .news {
    row-gap: 30px;
  }
}
.news__wrapper {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  row-gap: 40px;
}
@media (max-width: 1620px) {
  .news__wrapper {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
@media (max-width: 1020px) {
  .news__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 800px) {
  .news__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
  }
}

.palette {
  margin: auto;
  width: 1166px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-flow: dense;
  gap: 5px;
}
@media (max-width: 1220px) {
  .palette {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .palette {
    grid-template-columns: repeat(2, 1fr);
  }
}
.palette__photo-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.palette__photo-wrapper--small {
  aspect-ratio: 385/193;
  grid-row: span 1;
}
.palette__photo-wrapper--big {
  aspect-ratio: 385/391;
  grid-row: span 2;
}
.palette__photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.tags__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 1220px) {
  .tags__wrapper {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
  }
}
.tags__item {
  position: relative;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 300px;
  background-color: #d13d26;
}
.tags__item:hover .tags__description {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.tags__item--pushkin {
  background-color: #000000;
}
.tags__name {
  font-family: "Golos Text", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
}
.tags__description {
  position: absolute;
  bottom: calc(100% + 20px);
  min-width: 155px;
  padding: 15px 10px;
  font-family: "Montserrat", serif;
  font-size: 16px;
  line-height: 21.8px;
  font-weight: 500;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  /* The white fill of the triangle */
}
@media (max-width: 600px) {
  .tags__description {
    min-width: 100px;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
  }
}
.tags__description::before, .tags__description::after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}
.tags__description::before {
  border-top: 10px solid #e7e7e7;
  margin-top: 0px;
}
.tags__description::after {
  border-top: 10px solid white;
  margin-top: -1.5px;
  z-index: 1;
}
.tags__item--pushkin .tags__image {
  width: 35px;
}

.timeline__wrapper {
  position: relative;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  overflow-x: hidden;
}
@media (max-width: 1220px) {
  .timeline__wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 15px;
    overflow-y: hidden;
  }
}
@media (max-width: 800px) {
  .timeline__wrapper {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    height: 200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 600px) {
  .timeline__wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 15px;
    overflow-y: hidden;
  }
}
.timeline__wrapper:has(:only-child) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.timeline__wrapper:has(.timeline__mark + .timeline__mark)::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 40px;
  width: 100%;
  height: 2px;
  background-color: #cacaca;
  z-index: 0;
}
@media (max-width: 1220px) {
  .timeline__wrapper:has(.timeline__mark + .timeline__mark)::before {
    width: 2px;
    height: 100%;
    top: 0;
    left: 4px;
  }
}
@media (max-width: 800px) {
  .timeline__wrapper:has(.timeline__mark + .timeline__mark)::before {
    width: 100%;
    height: 2px;
    left: 0;
    top: 40px;
  }
}
@media (max-width: 600px) {
  .timeline__wrapper:has(.timeline__mark + .timeline__mark)::before {
    width: 2px;
    height: 100%;
    top: 0;
    left: 4px;
  }
}
.timeline__wrapper:has(> :nth-child(5)) .timeline__name {
  font-size: 16px;
  line-height: 21px;
}
.timeline__wrapper:has(> :nth-child(5)) .timeline__value {
  font-size: 16px;
  line-height: 21px;
}
.timeline__mark {
  min-height: 100%;
  display: grid;
  justify-items: center;
  grid-template-rows: 26px 10px 28px;
  row-gap: 10px;
}
@media (max-width: 1220px) {
  .timeline__mark {
    grid-template-columns: 10px 1fr;
    grid-template-rows: 26px 28px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 0;
    justify-items: baseline;
  }
}
@media (max-width: 800px) {
  .timeline__mark {
    grid-template-columns: 1fr;
    grid-template-rows: 26px 10px 28px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
    justify-items: center;
  }
}
@media (max-width: 600px) {
  .timeline__mark {
    grid-template-columns: 10px 1fr;
    grid-template-rows: 26px 28px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 0;
    justify-items: baseline;
  }
}
.timeline__mark:first-child .timeline__dot::before {
  content: "";
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 2px;
  width: 400px;
  height: 5px;
  background-color: #ffffff;
}
@media (max-width: 1220px) {
  .timeline__mark:first-child .timeline__dot::before {
    height: 200px;
    width: 5px;
    right: 2px;
    top: -200px;
  }
}
@media (max-width: 800px) {
  .timeline__mark:first-child .timeline__dot::before {
    width: 400px;
    height: 5px;
    right: 10px;
    top: 2px;
  }
}
@media (max-width: 600px) {
  .timeline__mark:first-child .timeline__dot::before {
    height: 200px;
    width: 5px;
    right: 2px;
    top: -200px;
  }
}
.timeline__mark:last-child .timeline__dot::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 10px;
  top: 2px;
  width: 400px;
  height: 5px;
  background-color: #ffffff;
}
@media (max-width: 1220px) {
  .timeline__mark:last-child .timeline__dot::after {
    height: 200px;
    width: 5px;
    left: 3px;
    top: 10px;
  }
}
@media (max-width: 800px) {
  .timeline__mark:last-child .timeline__dot::after {
    width: 400px;
    height: 5px;
    left: 10px;
    top: 2px;
  }
}
@media (max-width: 600px) {
  .timeline__mark:last-child .timeline__dot::after {
    height: 200px;
    width: 5px;
    left: 3px;
    top: 10px;
  }
}
.timeline__name {
  font-family: "Montserrat", serif;
  font-size: 21px;
  line-height: 25.6px;
  font-weight: 600;
  color: #000000;
  text-align: center;
}
@media (max-width: 1220px) {
  .timeline__name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
  }
}
@media (max-width: 800px) {
  .timeline__name {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .timeline__name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
  }
}
.timeline__dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 300px;
  background-color: #d13d26;
  z-index: 2;
}
@media (max-width: 1220px) {
  .timeline__dot {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-row: span 2;
    align-self: center;
  }
}
@media (max-width: 800px) {
  .timeline__dot {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-row: unset;
    align-self: unset;
  }
}
@media (max-width: 600px) {
  .timeline__dot {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-row: span 2;
    align-self: center;
  }
}
.timeline__value {
  font-family: "Golos Text", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
@media (max-width: 1220px) {
  .timeline__value {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: left;
  }
}
@media (max-width: 800px) {
  .timeline__value {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .timeline__value {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: left;
  }
}

.buy-item__date {
  color: #000000;
}
.buy-item__place {
  margin-bottom: 10px;
  opacity: 0.6;
}

.performers {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}

.performer {
  display: grid;
  grid-template-columns: 120px auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .performer {
    grid-template-columns: 100px auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.performer__image-wrapper {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 300px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .performer__image-wrapper {
    width: 100px;
    height: 100px;
  }
}
.performer__image {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.performer__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.performer__name {
  color: #d13d26;
}
.performer__text {
  color: #000000;
}

.directors {
  padding-left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
.directors__position {
  color: #d13d26;
  margin-bottom: 10px;
}
.directors__name {
  color: #000000;
}
.directors li {
  list-style: none !important;
}

.details__top {
  display: grid;
  margin-bottom: 40px;
  grid-template-columns: 498px minmax(350px, 547px) minmax(449px, auto);
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
}
@media (max-width: 1620px) {
  .details__top {
    grid-template-columns: 498px 1fr;
    row-gap: 30px;
  }
}
@media (max-width: 800px) {
  .details__top {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 30px;
  }
}
.details__image {
  position: relative;
  width: 498px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1620px) {
  .details__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 600px) {
  .details__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: 400px;
  }
}
.details__image:has(img) {
  min-height: 498px;
}
@media (max-width: 600px) {
  .details__image:has(img) {
    min-height: unset;
  }
}
.details__image img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.details__info {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 1620px) {
  .details__info {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    grid-column: span 2;
  }
}
@media (max-width: 800px) {
  .details__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-column: unset;
  }
}
.details__title {
  margin-bottom: 20px;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 600;
  line-height: 39.01px;
  color: #000000;
}
@media (max-width: 600px) {
  .details__title {
    font-size: 26px;
    line-height: 32px;
  }
}
.details__length {
  margin-bottom: 20px;
  color: #000000;
}
.details__length-name {
  font-family: "Golos Text", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 600px) {
  .details__length-name {
    font-size: 15px;
    line-height: 25px;
  }
}
.details__length-value {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 600;
  line-height: 39.01px;
}
@media (max-width: 600px) {
  .details__length-value {
    font-size: 26px;
    line-height: 32px;
  }
}
.details__buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
}
.details__buy:has(> :nth-child(-n+3):last-child) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1620px) {
  .details__buy:has(> :nth-child(-n+3):last-child) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 800px) {
  .details__buy {
    margin-bottom: 20px;
  }
  .details__buy .button-square--long {
    padding: 15px 25px;
  }
}
.details__right {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (max-width: 1620px) {
  .details__right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 800px) {
  .details__right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.details__timeline {
  margin-top: 56px;
}
.details__section {
  margin-bottom: 80px;
}
.details__section:last-child {
  margin-bottom: 0;
}
.details__section .button-read-more {
  margin-top: 15px;
  -webkit-transition: 0s;
  transition: 0s;
}
.details__section .button-read-more.active {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.details__section [data-read-more-text] {
  max-height: 280px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .details__section [data-read-more-text] {
    max-height: 350px;
  }
}
.details__section [data-read-more-text].active {
  max-height: unset;
  max-height: 100%;
}
.details__section [data-read-more-text] ul {
  padding-left: 20px;
}
.details__section [data-read-more-text] ul li {
  list-style: disc;
}
.details__section [data-read-more-text] ol {
  padding-left: 25px;
}
.details__section [data-read-more-text] ol li {
  list-style: decimal;
}
.details__description-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.details__description-last-part {
  display: none;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.details__description-last-part.active {
  display: inline;
  height: auto;
  visibility: visible;
  opacity: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.button-read-more__more {
  display: inline-block;
}
.button-read-more__less {
  display: none;
}
.button-read-more .button-more__arrow img {
  width: 9px;
}
.button-read-more.active .button-more__arrow img {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.button-read-more.active .button-read-more__more {
  display: none;
}
.button-read-more.active .button-read-more__less {
  display: inline-block;
}
.button-read-more.active:hover .button-more__arrow img {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform: scale(1.5, -1.5);
      -ms-transform: scale(1.5, -1.5);
          transform: scale(1.5, -1.5);
}

.sidebar {
  position: sticky;
  max-width: 500px;
  top: 170px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1220px) {
  .sidebar {
    position: static;
  }
}
.sidebar__list {
  border-radius: 3px;
  overflow: hidden;
}
.sidebar__item {
  min-height: 48px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 48px auto;
  z-index: 1;
}
.sidebar__item + .sidebar__item {
  border-top: 1px solid #ffffff;
}
.sidebar__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  min-height: 48px;
  width: 100%;
  background-color: #d13d26;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar__link a {
  position: relative;
  width: 100%;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}
.sidebar__link a:hover {
  color: #ffffff !important;
  text-decoration: none;
}
.sidebar__link a:hover::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: -10px;
  top: 14px;
  width: 4px;
  height: 20px;
  border-radius: 5px;
  background-color: #ffffff;
}
.sidebar__link p {
  width: 48px;
  min-height: 48px;
}
.sidebar__link._icon-arrow-menu::before {
  content: url("../images/icons/white-arrow-down.svg");
  position: absolute !important;
  top: 16px;
  right: 20px;
}
.sidebar__link.active {
  color: #fff;
  background-color: #d13d26;
}
.sidebar__link.active._icon-arrow-menu::before {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.sidebar__link.active a {
  color: #fff;
}
.sidebar__sub-list {
  display: none;
  height: 0;
  inset: 0;
  padding: 5px 0 20px;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  background-color: #d13d26;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: all;
  z-index: 1;
}
.sidebar__sub-list.active {
  position: relative;
  display: block;
  height: auto;
  width: unset;
  opacity: 1;
  overflow: visible;
  visibility: visible;
}
.sidebar__sub-item {
  padding-left: 20px;
  background-color: #d13d26;
  border-bottom: unset;
}
.sidebar__sub-item + .sidebar__sub-item {
  margin-top: 5px;
}
.sidebar__sub-item.expandable {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 48px 0;
  border: none;
  z-index: 1;
  background-color: unset;
}
.sidebar__sub-item.expandable.active {
  grid-template-rows: 48px auto;
}
.sidebar__sub-item.expandable .sidebar__sub-list.active {
  position: relative;
  display: block;
  height: auto;
  width: unset;
  padding: 0;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  inset: 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}
.sidebar__sub-item.expandable .sidebar__sub-link {
  min-height: 48px;
  padding: 0;
}
.sidebar__sub-item.expandable .sidebar__sub-list {
  position: relative;
  display: block;
  height: 0;
  width: unset;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  inset: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  background-color: #d13d26;
}
.sidebar__sub-item.expandable .sidebar__sub-list .sidebar__sub-item {
  padding: 0;
  background-color: #d13d26;
}
.sidebar__sub-item.expandable .sidebar__sub-list .sidebar__sub-link {
  position: relative;
  height: unset;
  margin-top: 0;
  padding: 0 20px;
  background-color: #d13d26;
}
.sidebar__sub-item.expandable .sidebar__sub-list .sidebar__sub-link a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}
.sidebar__sub-item.expandable .sidebar__sub-list .sidebar__sub-link p {
  display: none;
}
.sidebar__sub-link {
  position: relative;
  min-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #ffffff;
  cursor: pointer;
}
.sidebar__sub-link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 28px;
  padding: 0 20px;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}
@media (max-width: 1620px) {
  .sidebar__sub-link a {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1220px) {
  .sidebar__sub-link a {
    font-size: 18px;
    line-height: 28px;
  }
}
.sidebar__sub-link a:hover {
  color: #ffffff !important;
  text-decoration: none;
}
.sidebar__sub-link a:hover::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 5px;
  top: 7px;
  width: 4px;
  height: 16px;
  border-radius: 5px;
  background-color: #ffffff;
}
.sidebar__sub-link p {
  width: 48px;
  min-height: 28px;
}
.sidebar__sub-link._icon-arrow-menu::before {
  content: url("../images/icons/white-arrow-down.svg");
  position: absolute !important;
  top: 16px;
  right: 20px;
}
.sidebar__sub-link.active {
  color: #fff;
  background-color: #d13d26 !important;
}
.sidebar__sub-link.active a {
  color: #fff;
}
.sidebar__sub-link.active._icon-arrow-menu::before {
  content: url("../images/icons/white-arrow-down.svg");
  top: 16px;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.collectives__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  row-gap: 40px;
}
@media (max-width: 800px) {
  .collectives__wrapper {
    grid-template-columns: 1fr;
  }
}
.collectives__item {
  display: grid;
  grid-template-rows: 465px 1fr;
  row-gap: 20px;
  color: #000000 !important;
}
@media (max-width: 1020px) {
  .collectives__item {
    grid-template-rows: 400px 1fr;
    row-gap: 10px;
  }
}
@media (max-width: 800px) {
  .collectives__item {
    grid-template-rows: 350px 1fr;
    row-gap: 10px;
  }
}
.collectives__item:hover .collectives__image-wrapper::after {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.collectives__image-wrapper {
  position: relative;
  width: 100%;
  height: 465px;
}
@media (max-width: 1020px) {
  .collectives__image-wrapper {
    height: 400px;
  }
}
@media (max-width: 800px) {
  .collectives__image-wrapper {
    height: 350px;
  }
}
.collectives__image-wrapper::after {
  content: url("../images/play-button.png");
  position: absolute;
  display: inline-block;
  left: calc(50% - 45px);
  top: calc(50% - 45px);
  width: 90px;
  height: 90px;
  z-index: 3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.collectives__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.philharmonic__image-wrapper {
  position: relative;
  margin-right: 48px;
  margin-bottom: 40px;
  width: 498px;
  height: 392px;
  float: left;
  overflow: hidden;
}
@media (max-width: 1420px) {
  .philharmonic__image-wrapper {
    float: unset;
    width: 600px;
    height: 472px;
  }
}
@media (max-width: 1220px) {
  .philharmonic__image-wrapper {
    float: left;
    width: 498px;
    height: 392px;
  }
}
@media (max-width: 1020px) {
  .philharmonic__image-wrapper {
    float: unset;
    width: 600px;
    height: 472px;
  }
}
@media (max-width: 680px) {
  .philharmonic__image-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 498/392;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.philharmonic__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.philharmonic__text {
  text-align: justify;
}
@media (max-width: 1420px) {
  .philharmonic__text {
    text-align: left;
  }
}
@media (max-width: 1220px) {
  .philharmonic__text {
    text-align: justify;
  }
}
@media (max-width: 1020px) {
  .philharmonic__text {
    text-align: left;
  }
}

.grid-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  row-gap: 40px;
}
@media (max-width: 1220px) {
  .grid-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .grid-layout {
    grid-template-columns: 1fr;
  }
}
.grid-layout__item {
  display: grid;
  grid-template-rows: 465px 1fr;
  row-gap: 20px;
  color: #000000 !important;
}
@media (max-width: 1020px) {
  .grid-layout__item {
    grid-template-rows: 400px 1fr;
    row-gap: 10px;
  }
}
@media (max-width: 800px) {
  .grid-layout__item {
    grid-template-rows: 350px 1fr;
    row-gap: 10px;
  }
}
.grid-layout__item:hover {
  color: #000000 !important;
}
.grid-layout__item:hover .grid-layout__image-wrapper::after {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.grid-layout__image-wrapper {
  position: relative;
  width: 100%;
  height: 465px;
}
@media (max-width: 1020px) {
  .grid-layout__image-wrapper {
    height: 400px;
  }
}
@media (max-width: 800px) {
  .grid-layout__image-wrapper {
    height: 350px;
  }
}
.grid-layout__image-wrapper.video::after {
  content: url("../images/play-button.png");
  position: absolute;
  display: inline-block;
  left: calc(50% - 45px);
  top: calc(50% - 45px);
  width: 90px;
  height: 90px;
  z-index: 3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.grid-layout__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.news-page {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  row-gap: 40px;
}
.news-page:not(:has(> :nth-child(4))) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1620px) {
  .news-page {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
@media (max-width: 1020px) {
  .news-page {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 800px) {
  .news-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
  }
}

.page__wrapper * + * {
  margin-top: 40px;
}
@media (max-width: 1020px) {
  .page__wrapper * + * {
    margin-top: 30px;
  }
}
.page__wrapper * * + * {
  margin-top: unset;
}
.page__wrapper [data-content] * + * {
  margin-top: 40px;
}
@media (max-width: 1020px) {
  .page__wrapper [data-content] * + * {
    margin-top: 30px;
  }
}
.page__wrapper [data-content] ul {
  padding-left: 20px;
}
.page__wrapper [data-content] ul li {
  list-style: disc;
}
.page__wrapper [data-content] ol {
  padding-left: 25px;
}
.page__wrapper [data-content] ol li {
  list-style: decimal;
}
.page__wrapper [data-content] li + li {
  margin-top: 0;
}
.page__wrapper [data-content] .banner * + * {
  margin-top: unset;
}
.page__wrapper p img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page__wrapper img {
  max-width: 100%;
  height: auto;
}
.page__wrapper iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 159/80;
}
.page__wrapper:has(.date) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 800px) {
  .page__wrapper:has(.date) {
    display: block;
  }
}
.page__wrapper .date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 0px;
  padding: 15px 50px;
  font-family: "Montserrat", serif;
  font-size: 16px;
  line-height: 21.8px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1215686275);
  z-index: 2;
}
.page__wrapper .date + img, .page__wrapper .date + iframe {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-top: 0;
}
@media (max-width: 1020px) {
  .page__wrapper .date {
    padding: 10px 30px;
  }
}
.page__wrapper:has(.date + img) .date, .page__wrapper:has(.date + iframe) .date {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-left: 20px;
  margin-top: -70px;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .page__wrapper:has(.date + img) .date, .page__wrapper:has(.date + iframe) .date {
    margin: 0 0 20px;
  }
}
.page__wrapper table * + * {
  margin-top: unset;
}

.virtual {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.virtual .button-read-more {
  margin: 80px auto 26px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 800px) {
  .virtual .button-read-more.active {
    margin: 40px auto 0;
  }
}
@media (max-width: 800px) {
  .virtual .button-read-more {
    margin: 40px auto 0;
  }
}
.virtual__content {
  display: none;
  margin-top: 50px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 800px) {
  .virtual__content {
    margin-top: 30px;
  }
}
.virtual__content.active {
  display: block;
}

.broadcasts__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  row-gap: 40px;
}
@media (max-width: 800px) {
  .broadcasts__wrapper {
    grid-template-columns: 1fr;
  }
}
.broadcasts__wrapper a {
  color: #000000;
}
.broadcasts__wrapper a:hover {
  color: #000000;
}
.broadcasts__item {
  display: grid;
  grid-template-rows: 465px 1fr;
  row-gap: 20px;
}
@media (max-width: 1020px) {
  .broadcasts__item {
    grid-template-rows: 400px 1fr;
    row-gap: 10px;
  }
}
@media (max-width: 800px) {
  .broadcasts__item {
    grid-template-rows: 350px 1fr;
    row-gap: 10px;
  }
}
.broadcasts__item:hover .broadcasts__image-wrapper::after {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.broadcasts__item-wrapper {
  position: relative;
}
.broadcasts__image-wrapper {
  position: relative;
  width: 100%;
  height: 465px;
}
@media (max-width: 1020px) {
  .broadcasts__image-wrapper {
    height: 400px;
  }
}
@media (max-width: 800px) {
  .broadcasts__image-wrapper {
    height: 350px;
  }
}
.broadcasts__image-wrapper::after {
  content: url("../images/play-button.png");
  position: absolute;
  display: inline-block;
  left: calc(50% - 45px);
  top: calc(50% - 45px);
  width: 90px;
  height: 90px;
  z-index: 3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.broadcasts__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.broadcasts__button-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  z-index: 4;
}
.broadcasts__button-wrapper [data-broadcast-type=addFavorite] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.broadcasts__button-wrapper [data-broadcast-type=removeFavorite] {
  display: none;
}
.broadcasts__button-wrapper [data-broadcast-type=addNotification] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.broadcasts__button-wrapper [data-broadcast-type=removeNotification] {
  display: none;
}
.broadcasts__button-wrapper.is-favorite [data-broadcast-type=addFavorite] {
  display: none;
}
.broadcasts__button-wrapper.is-favorite [data-broadcast-type=removeFavorite] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.broadcasts__button-wrapper.has-notification [data-broadcast-type=addNotification] {
  display: none;
}
.broadcasts__button-wrapper.has-notification [data-broadcast-type=removeNotification] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.broadcasts__button {
  width: 20px;
  height: 21px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.broadcasts__button:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.broadcasts__button-image {
  height: 100%;
}
.broadcasts__filters {
  margin-bottom: 48px;
}
.broadcasts__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
}

.broadcast-filter__label {
  padding-left: 0;
  color: #d13d26;
}
.broadcast-filter__label:hover {
  text-decoration: underline;
}
.broadcast-filter__label:has(input:checked) {
  color: #000000;
  text-decoration: underline;
}
.broadcast-filter__checkmark {
  display: none;
}

.tippy-box[data-animation=scale][data-placement^=top] {
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}
.tippy-box[data-animation=scale][data-placement^=bottom] {
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
.tippy-box[data-animation=scale][data-placement^=left] {
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}
.tippy-box[data-animation=scale][data-placement^=right] {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.tippy-box[data-animation=scale][data-state=hidden] {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}

.tippy-box[data-theme~=basic] {
  padding: 15px 10px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.8px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 0px;
  border: 1px solid #e7e7e7;
}
.tippy-box[data-theme~=basic][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #ffffff;
}
.tippy-box[data-theme~=basic][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #ffffff;
}
.tippy-box[data-theme~=basic][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #ffffff;
}
.tippy-box[data-theme~=basic][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #ffffff;
}

.broadcast-detail iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1044/525;
  margin-bottom: 40px;
}
.broadcast-detail .details__top {
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
}
@media (max-width: 800px) {
  .broadcast-detail .details__top {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1620px) {
  .broadcast-detail .details__info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (max-width: 1020px) {
  .broadcast-detail .details__info {
    display: block;
  }
}
.broadcast-detail .details__length {
  margin-bottom: 40px;
}
.broadcast-detail .details__tags {
  margin-bottom: 20px;
}
.broadcast-detail .details__timeline {
  margin-top: 0;
}
@media (max-width: 600px) {
  .broadcast-detail .details__timeline {
    margin-bottom: 30px;
  }
}
.broadcast-detail .details__broadcasts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.broadcast-detail .details__broadcasts .details__title {
  margin-bottom: 0;
}
.broadcast-detail .details__broadcasts ul {
  padding-left: 0;
}
.broadcast-detail .details__broadcasts ul li {
  list-style: none;
}
.broadcast-detail .tags__wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1620px) {
  .broadcast-detail .tags__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 1020px) {
  .broadcast-detail .tags__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
}
.broadcast-detail .timeline__wrapper {
  height: 140px;
  margin: 0;
}
@media (max-width: 1220px) {
  .broadcast-detail .timeline__wrapper {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    height: 200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 600px) {
  .broadcast-detail .timeline__wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 15px;
    overflow-y: hidden;
  }
}
@media (max-width: 1220px) {
  .broadcast-detail .timeline__wrapper:has(.timeline__mark + .timeline__mark)::before {
    width: 100%;
    height: 2px;
    left: 0;
    top: 40px;
  }
}
@media (max-width: 600px) {
  .broadcast-detail .timeline__wrapper:has(.timeline__mark + .timeline__mark)::before {
    width: 2px;
    height: 100%;
    top: 0;
    left: 4px;
  }
}
@media (max-width: 1220px) {
  .broadcast-detail .timeline__mark {
    grid-template-columns: 1fr;
    grid-template-rows: 26px 10px 28px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
    justify-items: center;
  }
}
@media (max-width: 600px) {
  .broadcast-detail .timeline__mark {
    grid-template-columns: 10px 1fr;
    grid-template-rows: 26px 28px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 0;
    justify-items: baseline;
  }
}
@media (max-width: 1220px) {
  .broadcast-detail .timeline__mark:first-child .timeline__dot::before {
    width: 400px;
    height: 5px;
    right: 10px;
    top: 2px;
  }
}
@media (max-width: 600px) {
  .broadcast-detail .timeline__mark:first-child .timeline__dot::before {
    height: 200px;
    width: 5px;
    right: 2px;
    top: -200px;
  }
}
@media (max-width: 1220px) {
  .broadcast-detail .timeline__mark:last-child .timeline__dot::after {
    width: 400px;
    height: 5px;
    left: 10px;
    top: 2px;
  }
}
@media (max-width: 600px) {
  .broadcast-detail .timeline__mark:last-child .timeline__dot::after {
    height: 200px;
    width: 5px;
    left: 3px;
    top: 10px;
  }
}
@media (max-width: 1220px) {
  .broadcast-detail .timeline__name {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .broadcast-detail .timeline__name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
  }
}
@media (max-width: 1220px) {
  .broadcast-detail .timeline__dot {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-row: unset;
    align-self: unset;
  }
}
@media (max-width: 600px) {
  .broadcast-detail .timeline__dot {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-row: span 2;
    align-self: center;
  }
}
@media (max-width: 1220px) {
  .broadcast-detail .timeline__value {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .broadcast-detail .timeline__value {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: left;
  }
}

.notifications__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 80px;
}

.notification {
  display: grid;
  grid-template-columns: 83px 248px 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1020px) {
  .notification {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (max-width: 800px) {
  .notification {
    grid-template-columns: 83px 1fr;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    row-gap: 20px;
  }
  .notification + .notification {
    position: relative;
  }
  .notification + .notification::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: -40px;
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
  }
}
@media (max-width: 1020px) {
  .notification {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.notification__image-wrapper {
  display: inline-block;
  width: 248px;
  height: 232px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1020px) {
  .notification__image-wrapper {
    justify-self: center;
  }
}
@media (max-width: 600px) {
  .notification__image-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 248/232;
  }
}
.notification__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.notification__info {
  padding-left: 20px;
}
@media (max-width: 1020px) {
  .notification__info {
    padding-left: 0;
  }
}
@media (max-width: 800px) {
  .notification__info {
    grid-column: span 2;
  }
}
.notification__info .small-heading {
  display: inline-block;
  margin-bottom: 40px;
  color: #000000;
}
.notification__info .small-heading:hover {
  color: #000000;
}
@media (max-width: 1020px) {
  .notification__info .small-heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 1020px) {
  .notification__info .small-heading {
    font-size: 29px;
    line-height: 35.5px;
  }
}
@media (max-width: 600px) {
  .notification__info .small-heading {
    font-size: 26px;
    line-height: 32px;
  }
}
.notification__button-wrapper {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.notification__button-wrapper [data-broadcast-type=addFavorite] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.notification__button-wrapper [data-broadcast-type=removeFavorite] {
  display: none;
}
.notification__button-wrapper [data-broadcast-type=addNotification] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.notification__button-wrapper [data-broadcast-type=removeNotification] {
  display: none;
}
.notification__button-wrapper.is-favorite [data-broadcast-type=addFavorite] {
  display: none;
}
.notification__button-wrapper.is-favorite [data-broadcast-type=removeFavorite] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.notification__button-wrapper.has-notification [data-broadcast-type=addNotification] {
  display: none;
}
.notification__button-wrapper.has-notification [data-broadcast-type=removeNotification] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.notification__button {
  display: grid;
  grid-template-columns: 20px auto;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  padding: 15px 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #d13d26;
  color: #ffffff;
  font-family: "Montserrat", serif;
  font-size: 16px;
  line-height: 21.8px;
  font-weight: 600;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.notification__button:hover {
  text-decoration: underline;
}
.notification__button:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 800px) {
  .notification__button {
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .notification__button {
    padding: 10px 20px;
  }
}
.notification__button-image {
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-flex-item-align: center;
      align-self: center;
}

.profile__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
}
@media (max-width: 1020px) {
  .profile__wrapper {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .profile__wrapper .select,
  .profile__wrapper .option,
  .profile__wrapper .input {
    max-width: 400px;
  }
}
.profile__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  padding-right: 78px;
}
@media (max-width: 1420px) {
  .profile__form {
    padding-right: 20px;
  }
}
@media (max-width: 1020px) {
  .profile__form {
    padding-right: 0;
  }
}
.profile__email {
  margin-bottom: 6px;
}
.profile__email b {
  color: #000000;
  font-weight: 600;
}
.profile__accounts {
  margin-bottom: 48px;
}
.profile__password-placeholder {
  display: block;
  margin-bottom: 20px;
}
.profile__password-placeholder.hidden {
  display: none;
}
.profile__password-form {
  display: none;
}
.profile__password-form.active {
  display: block;
  margin-bottom: 20px;
}
.profile__password-form input {
  margin-bottom: 20px;
}

.register__form input {
  margin-bottom: 30px;
}
.register__form .button-square {
  margin-top: 20px;
}
.register__form .checkbox__container {
  margin-bottom: 15px;
}
@media (max-width: 800px) {
  .register__form .button-square--long {
    padding: 15px 25px;
  }
}
.register__login {
  margin-top: 40px;
}
.register__error {
  position: relative;
  display: block;
  margin-top: 20px;
  padding-left: 15px;
  font-size: 16px;
  color: #d13d26;
}
.register__error::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #d13d26;
}

.newsletter {
  width: 600px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.newsletter p {
  margin-top: 20px;
  text-align: justify;
}
.newsletter__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.newsletter__social-link {
  position: relative;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newsletter__social-link:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.newsletter__social-image {
  position: relative;
  width: 100px;
}
.newsletter__form {
  width: 100%;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 20px;
}
.newsletter__form label {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.newsletter__form input {
  margin-bottom: 30px;
}
.newsletter__form .button-square {
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .newsletter__form .button-square--long {
    padding: 15px 25px;
  }
}

.footer {
  font-family: "Golos Text", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5019607843);
  background-color: #252628;
  overflow-x: hidden;
}
.footer__top {
  position: relative;
  width: 1146px;
  margin: auto;
  padding: 40px 0 30px;
  display: grid;
  grid-template-columns: 334px auto auto;
  -webkit-column-gap: 44px;
     -moz-column-gap: 44px;
          column-gap: 44px;
}
@media (max-width: 1220px) {
  .footer__top {
    width: calc(100vw - (100vw - 100%) - 50px);
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
}
@media (max-width: 600px) {
  .footer__top {
    width: calc(100vw - (100vw - 100%) - 38px);
    margin: 0 auto;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.footer__top::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: -50%;
  bottom: 0;
  width: 200vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1490196078);
}
.footer__logo {
  width: 334px;
}
@media (max-width: 1220px) {
  .footer__logo {
    grid-column: span 2;
    justify-self: center;
  }
}
@media (max-width: 600px) {
  .footer__logo {
    grid-column: span 1;
    padding-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .footer__logo {
    width: 100%;
  }
}
.footer__logo-image {
  width: 100%;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 1220px) {
  .footer__links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .footer__links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.footer__links--column {
  margin-bottom: 10px;
}
.footer__link {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer__link:hover {
  color: #ffffff;
}
.footer__link--active {
  text-decoration: underline;
}
.footer__link--active:hover {
  text-decoration: underline;
}
.footer__link-wrapper + .footer__link-wrapper {
  margin-top: 10px;
}
.footer__contacts {
  margin-left: 66px;
  font-size: 15px;
  line-height: 16.9px;
}
@media (max-width: 600px) {
  .footer__contacts {
    margin: 0;
  }
}
.footer__contact {
  margin-bottom: 12px;
}
.footer__contact:hover {
  color: #ffffff;
}
.footer__contact:hover .footer__contact-image {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.footer__contact--red {
  color: #d13d26;
}
.footer .contact__link--phone::before {
  content: url(../images/icons/phone-dark.svg);
}
.footer .contact__link--mail::before {
  content: url(../images/icons/mail-dark.svg);
}
.footer .contact__link--map::before {
  content: url(../images/icons/map-dark.svg);
}
.footer .contact__link--hall::before {
  content: url(../images/icons/camera-dark.svg);
  top: calc(50% - 7px);
}
.footer__bottom {
  padding: 30px 0 40px;
}
.footer__copyright {
  margin-bottom: 30px;
  text-align: center;
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.footer__social-link {
  position: relative;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer__social-link:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.footer__social-image {
  position: relative;
  width: 100px;
}

.special .header::before {
  display: none;
}
.special .header__search {
  background: transparent !important;
}
.special .header__top-button-link img {
  display: none;
}
.special .header__top-button-link:hover span {
  text-decoration: underline;
}
.special .header-account__link {
  position: relative;
  background: transparent !important;
  z-index: 2;
}
.special .header-account__link .banner__content {
  position: relative;
  background: transparent !important;
  z-index: 2;
}
.special .header-account__link .banner__content img {
  background: transparent !important;
}
.special .header-account__link::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #252628;
  border-radius: 100px;
  z-index: 1;
}
@media (max-width: 1020px) {
  .special .header-account__link::before {
    display: none;
  }
}
.special .header-account__link a {
  background: transparent !important;
}
.special .search {
  position: relative;
  width: 100%;
  opacity: 1;
  visibility: visible;
  background: transparent !important;
}
.special .search__input {
  background: transparent !important;
}
.special .search__button {
  background: transparent !important;
}
.special .main-menu__link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 1px solid #000000;
}
.special .button-square {
  outline: 1px solid #000000;
}
.special .button-square:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 3px solid #000000;
}
.special .button-more:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 3px solid #000000;
}
.special .button-more__arrow {
  display: none;
}
.special .contact__link {
  padding-left: 0;
}
.special .contact__link::before {
  display: none;
}
.special .contact__link:hover {
  text-decoration: underline;
}
.special ::-moz-selection {
  /* Code for Firefox */
  color: highlighttext;
  background: highlight;
}
.special ::selection {
  color: highlighttext;
  background: highlight;
}
.special .month__input:checked + .month__checkmark {
  outline: 3px solid #000000;
}
.special .month__checkmark {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 1px solid #000000;
}
.special .day__input:checked + .day__checkmark {
  outline: 2px solid #000000;
}
.special .radio-container input:checked ~ .radio-checkmark {
  background-color: #000000 !important;
}
.special .radio-checkmark {
  width: 1rem;
  height: 1rem;
}
.special .news-card {
  row-gap: 10px;
}
.special .news-card__date {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 1px solid #000000;
}
.special .news {
  padding-bottom: 5px;
}
.special .footer__link:hover {
  text-decoration: underline;
}
.special .footer__contact-link:hover {
  text-decoration: underline;
}
.special .footer__contact-link img {
  display: none;
}
.special .footer__social-link {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.special .footer__social-link:hover {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.special .footer__socials {
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.special .main-slider__pagination {
  background: transparent !important;
}
@media (max-width: 1020px) {
  .special .menu-icon {
    width: 40px;
    height: 35px;
  }
  .special .menu-icon span {
    background-color: #000000 !important;
    width: 30px;
    height: 3px;
  }
  .special .menu-icon span:first-child {
    top: 6px;
  }
  .special .menu-icon span:last-child {
    bottom: 6px;
  }
  .special .menu-icon._active span:first-child {
    top: calc(50% - 2px);
  }
  .special .menu-icon._active span:last-child {
    bottom: calc(50% - 2px);
  }
}
.special .main-slider__bullet {
  height: 20px;
  border-radius: 3px;
}
.special .main-slider__bullet--active {
  outline: 4px solid #ffffff;
  outline-offset: 4px;
}
.special .event-poster__image {
  border-color: #ffffff !important;
}
.special .pagination__link--active {
  text-decoration: underline;
}
.special .pagination {
  row-gap: 20px;
}

.special-font-size-1 .event-info__price, .special-font-size-1 .event-info__price-value {
  font-size: 2rem !important;
}
.special-font-size-1 .special .section-header,
.special-font-size-1 .special .event-description__name {
  font-size: 2rem !important;
}
.special-font-size-1 .h1 {
  font-size: 3rem !important;
}
.special-font-size-1 .event-date__number,
.special-font-size-1 .event-description__name,
.special-font-size-1 .section-header {
  font-size: 2rem !important;
}
@media (max-width: 1020px) {
  .special-font-size-1 .main-menu__arrow,
  .special-font-size-1 .main-menu__back {
    font-size: 28px !important;
  }
}
.special-font-size-1 .page-header {
  font-size: 2rem !important;
}
.special-font-size-1 .sidebar__link._icon-arrow-menu::before {
  top: 16px;
  right: 15px;
}
.special-font-size-1 .sidebar__link.active._icon-arrow-menu::before {
  top: 15px;
}
.special-font-size-1 .details__title,
.special-font-size-1 .details__length-value {
  font-size: 2rem !important;
}

.special-font-size-2 .header-account__link {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.special-font-size-2 .header-account__link::before {
  top: 2px;
}
.special-font-size-2 .header__settings-language {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.special-font-size-2 .months__nav-btn {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.special-font-size-2 .day__checkmark {
  width: 55px;
  height: 55px;
}
.special-font-size-2 .radio-checkmark {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.special-font-size-2 .radio-container input:checked ~ .radio-checkmark {
  outline: 2px solid white;
  outline-offset: -3px;
}
.special-font-size-2 .event-info__price, .special-font-size-2 .event-info__price-value {
  font-size: 3rem !important;
}
.special-font-size-2 .special .section-header,
.special-font-size-2 .special .event-description__name {
  font-size: 3rem !important;
}
.special-font-size-2 .h1 {
  font-size: 3rem !important;
}
.special-font-size-2 .event-date__number,
.special-font-size-2 .event-description__name,
.special-font-size-2 .section-header {
  font-size: 3rem !important;
}
.special-font-size-2 .sidebar__link._icon-arrow-menu::before {
  top: 6px;
  right: 15px;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.special-font-size-2 .sidebar__link.active._icon-arrow-menu::before {
  top: 15px;
  -webkit-transform: scale(1.3, -1.3);
      -ms-transform: scale(1.3, -1.3);
          transform: scale(1.3, -1.3);
}
.special-font-size-2 .page-header {
  font-size: 2rem !important;
}
.special-font-size-2 .details__title,
.special-font-size-2 .details__length-value {
  font-size: 2rem !important;
}

.special-font-size-3 .header__container {
  grid-template-columns: 530px 240px 456px 364px;
}
@media (max-width: 1620px) {
  .special-font-size-3 .header__container {
    grid-template-columns: 500fr 170fr 445fr 464fr;
  }
}
@media (max-width: 800px) {
  .special-font-size-3 .header__container {
    grid-template-columns: 500fr 170fr 445fr 464fr;
  }
}
.special-font-size-3 .header__top {
  grid-template-columns: 540px 1fr;
}
@media (max-width: 1620px) {
  .special-font-size-3 .header__top {
    grid-template-columns: 510px 1fr;
  }
}
@media (max-width: 1420px) {
  .special-font-size-3 .header__top {
    grid-column: span 4;
  }
}
@media (max-width: 800px) {
  .special-font-size-3 .header__top {
    grid-column: span 4;
    padding-right: 60px;
    grid-template-columns: 60px 1fr;
  }
  .special-font-size-3 .header__top .header__top-button-image {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.special-font-size-3 .header__settings {
  grid-column: 2/5;
}
.special-font-size-3 .header__settings-language {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.special-font-size-3 .header__links {
  grid-column: span 4;
}
.special-font-size-3 .header__logo-image {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
@media (max-width: 800px) {
  .special-font-size-3 .header__logo-image {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.special-font-size-3 .header__logo {
  padding-left: 165px;
  width: 500px;
  grid-column: span 3;
}
@media (max-width: 800px) {
  .special-font-size-3 .header__logo {
    padding-left: 15px;
    grid-column: span 1;
    width: calc(100vw - 110px);
  }
}
.special-font-size-3 .header__search-wrapper {
  width: 280px;
}
.special-font-size-3 .header__top-buttons {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
@media (max-width: 800px) {
  .special-font-size-3 .contact__link {
    font-size: 1.7rem !important;
  }
}
.special-font-size-3 .sidebar__link._icon-arrow-menu::before {
  top: -4px;
  right: 16px;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.special-font-size-3 .sidebar__link.active._icon-arrow-menu::before {
  top: 16px;
  -webkit-transform: scale(1.5, -1.5);
      -ms-transform: scale(1.5, -1.5);
          transform: scale(1.5, -1.5);
}
.special-font-size-3 .page-header {
  font-size: 3rem !important;
}
@media (max-width: 800px) {
  .special-font-size-3 .page-header {
    font-size: 2rem !important;
  }
}
.special-font-size-3 .search__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.special-font-size-3 .search__button img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.special-font-size-3 .header-account__link {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.special-font-size-3 .header-account__link img {
  margin-bottom: 10px;
}
.special-font-size-3 .header-account__link::before {
  top: 0;
}
.special-font-size-3 .months__nav-btn {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.special-font-size-3 .months__content {
  height: 80px;
}
.special-font-size-3 .day__checkmark {
  width: 75px;
  height: 75px;
}
.special-font-size-3 .month__input:checked + .month__checkmark {
  outline: 4px solid #000000;
}
.special-font-size-3 .radio-checkmark {
  -webkit-transform: scale(1.8);
      -ms-transform: scale(1.8);
          transform: scale(1.8);
  margin-top: 7px;
}
.special-font-size-3 .radio-container input:checked ~ .radio-checkmark {
  outline: 2px solid white;
  outline-offset: -3px;
}
.special-font-size-3 .event-info__price, .special-font-size-3 .event-info__price-value {
  font-size: 3rem !important;
}
.special-font-size-3 .special .section-header,
.special-font-size-3 .special .event-description__name {
  font-size: 4rem !important;
}
.special-font-size-3 .h1 {
  font-size: 4rem !important;
}
@media (max-width: 800px) {
  .special-font-size-3 .h1 {
    font-size: 3rem !important;
  }
}
.special-font-size-3 .event-description__name {
  font-size: 3rem !important;
}
.special-font-size-3 .event-date__number,
.special-font-size-3 .section-header {
  font-size: 4rem !important;
}
.special-font-size-3 .months__slider {
  max-width: 772px;
  width: 772px;
}
.special-font-size-3 .news-card {
  width: 400px;
}
.special-font-size-3 .footer__top {
  width: 1590px;
}
@media (max-width: 1620px) {
  .special-font-size-3 .footer__top {
    width: 100%;
  }
}
.special-font-size-3 .header-account__sub-list,
.special-font-size-3 .main-menu__sub-list {
  min-width: 300px;
  gap: 20px;
}
.special-font-size-3 .main-menu__body {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 1620px) {
  .special-font-size-3 .main-menu__list {
    max-width: 70%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1020px) {
  .special-font-size-3 .main-menu__list {
    max-width: 100%;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1620px) {
  .special-font-size-3 .main {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
@media (max-width: 1620px) {
  .special-font-size-3 .main-slider {
    max-height: 400px;
    aspect-ratio: 352/233;
  }
}
.special-font-size-3 .events__filter {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
}
@media (max-width: 1620px) {
  .special-font-size-3 .page-with-sidebar {
    grid-template-columns: 340px 1fr;
  }
}
@media (max-width: 1220px) {
  .special-font-size-3 .page-with-sidebar {
    grid-template-columns: 1fr;
  }
}
.special-font-size-3 .details__title,
.special-font-size-3 .details__length-value {
  font-size: 3rem !important;
}
.special-font-size-3 .page__wrapper:has(.date + img) .date,
.special-font-size-3 .page__wrapper:has(.date + iframe) .date {
  margin-bottom: 100px;
}
@media (max-width) {
  .special-font-size-3 .page__wrapper:has(.date + img) .date,
  .special-font-size-3 .page__wrapper:has(.date + iframe) .date {
    margin-bottom: 20px;
  }
}

.special-color-1 .sidebar__list {
  outline: 1px solid #000000;
}
.special-color-1 .sidebar__sub-list.active {
  border-top: 1px solid #000000;
}
.special-color-1 .sidebar__link._icon-arrow-menu p {
  background-color: #000000 !important;
}
.special-color-1 .tags__item {
  background-color: #d13d26 !important;
  outline: 1px solid #ffffff;
}
.special-color-1 .tags__item img {
  background-color: #d13d26 !important;
  border-radius: 300px;
}
.special-color-1 .tags__item--pushkin {
  background-color: #000000 !important;
}
.special-color-1 .tags__item--pushkin img {
  background-color: #000000 !important;
}
.special-color-1 .tags__name {
  color: #ffffff !important;
  background-color: #d13d26 !important;
}
.special-color-1 .pagination__link {
  outline: 1px solid #000000;
}
.special-color-1 .pagination__link--active {
  outline: 3px solid #000000;
}
.special-color-1 .date {
  outline: 1px solid #000000;
}
.special-color-1 .footer__logo {
  position: relative;
}
.special-color-1 .footer__logo::before {
  content: url(../images/logo-big-red.png);
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.special-color-1 .footer__logo-image {
  opacity: 0;
}
@media (max-width: 1220px) {
  .special-color-1 .header__top-button-image--light {
    display: none !important;
  }
  .special-color-1 .header__top-button-image--dark {
    display: inline-block !important;
  }
}
.special-color-1 .header-account__link--regular {
  display: none !important;
}
.special-color-1 .header-account__link--red {
  display: none !important;
}
.special-color-1 .header-account__link--white {
  display: none !important;
}
.special-color-1 .header-account__link--black {
  display: inline-block !important;
}

.special-color-2 .header__search-button {
  display: none;
}
.special-color-2 .main-menu__link:hover {
  outline: 1px solid #ffffff;
}
.special-color-2 .button-square {
  outline: 1px solid #ffffff;
}
.special-color-2 .button-square:hover {
  outline: 3px solid #ffffff;
}
.special-color-2 .button-more:hover {
  outline: 3px solid #ffffff;
}
.special-color-2 .month__input:checked + .month__checkmark {
  outline: 3px solid #ffffff;
}
.special-color-2 .month__checkmark {
  outline: 1px solid #ffffff;
}
.special-color-2 .day__input:checked + .day__checkmark {
  outline: 2px solid #ffffff;
}
.special-color-2 .news-card__date {
  outline: 1px solid #ffffff;
}
.special-color-2 .main-slider__bullet--active {
  outline: 4px solid #000000;
}
.special-color-2 .radio-checkmark {
  outline-color: #000000;
}
.special-color-2 .radio-container input:checked ~ .radio-checkmark {
  outline: 5px solid white;
  outline-offset: -4px;
}
.special-color-2 .news-card {
  outline: 1px solid #ffffff;
}
.special-color-2 .menu-icon span {
  background-color: #ffffff !important;
}
.special-color-2 .months__nav-btn {
  background: #ffffff !important;
}
.special-color-2 .months__nav-btn img {
  background: #ffffff !important;
}
.special-color-2 .tags__item {
  background-color: #d13d26 !important;
  outline: 1px solid #ffffff;
}
.special-color-2 .tags__item img {
  background-color: #d13d26 !important;
  border-radius: 300px;
}
.special-color-2 .tags__item--pushkin {
  background-color: #000000 !important;
}
.special-color-2 .tags__item--pushkin img {
  background-color: #000000 !important;
}
.special-color-2 .tags__name {
  background-color: #d13d26 !important;
}
.special-color-2 .tags__description::before {
  border-top: 10px solid #ffffff;
}
.special-color-2 .tags__description::after {
  border-top: 10px solid #000000;
}
.special-color-2 .sidebar__list {
  outline: 1px solid #ffffff;
}
.special-color-2 .sidebar__sub-list.active {
  border-top: 1px solid #ffffff;
}
.special-color-2 .pagination__link {
  outline: 1px solid #ffffff;
}
.special-color-2 .pagination__link--active {
  outline: 3px solid #ffffff;
}
.special-color-2 .date {
  outline: 1px solid #ffffff;
}
.special-color-2 .footer__logo {
  position: relative;
}
.special-color-2 .footer__logo::before {
  content: url(../images/logo-big-red.png);
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.special-color-2 .footer__logo-image {
  opacity: 0;
}
@media (max-width: 1220px) {
  .special-color-2 .header__top-button-image--light {
    display: inline-block !important;
  }
  .special-color-2 .header__top-button-image--dark {
    display: none !important;
  }
}
.special-color-2 .header-account__link--regular {
  display: none !important;
}
.special-color-2 .header-account__link--red {
  display: none !important;
}
.special-color-2 .header-account__link--white {
  display: inline-block !important;
}
.special-color-2 .header-account__link--black {
  display: none !important;
}

.special-color-3 .header__search-button {
  display: none;
}
.special-color-3 .header-account__link::before {
  background-color: #063462;
}
.special-color-3 .radio-checkmark {
  outline: 6px solid #9dd1ff;
}
.special-color-3 .news-card {
  border: 1px solid #063462;
}
.special-color-3 .tags__item {
  background-color: #d13d26 !important;
  outline: 1px solid #ffffff;
}
.special-color-3 .tags__item img {
  background-color: #d13d26 !important;
  border-radius: 300px;
}
.special-color-3 .tags__item--pushkin {
  background-color: #000000 !important;
}
.special-color-3 .tags__item--pushkin img {
  background-color: #000000 !important;
}
.special-color-3 .tags__name {
  color: #ffffff !important;
  background-color: #d13d26 !important;
}
.special-color-3 .tags__description::before {
  border-top: 10px solid #063462;
}
.special-color-3 .tags__description::after {
  border-top: 10px solid #9dd1ff;
}
.special-color-3 .sidebar__list {
  outline: 1px solid #063462;
}
.special-color-3 .sidebar__sub-list.active {
  border-top: 1px solid #063462;
}
.special-color-3 .sidebar__link._icon-arrow-menu p {
  background-color: #063462 !important;
}
.special-color-3 .pagination__link {
  outline: 1px solid #063462;
}
.special-color-3 .pagination__link--active {
  outline: 3px solid #063462;
}
.special-color-3 .date {
  outline: 1px solid #063462;
}
.special-color-3 .footer__logo {
  position: relative;
}
.special-color-3 .footer__logo::before {
  content: url(../images/logo-big-red.png);
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.special-color-3 .footer__logo-image {
  opacity: 0;
}
@media (max-width: 1220px) {
  .special-color-3 .header__top-button-image--light {
    display: none !important;
  }
  .special-color-3 .header__top-button-image--dark {
    display: inline-block !important;
  }
}
.special-color-3 .header-account__link--regular {
  display: none !important;
}
.special-color-3 .header-account__link--red {
  display: none !important;
}
.special-color-3 .header-account__link--white {
  display: none !important;
}
.special-color-3 .header-account__link--black {
  display: inline-block !important;
}

.special-color-4 .header__search-button {
  display: none;
}
.special-color-4 .header-account__link::before {
  background-color: #59422e;
}
.special-color-4 .radio-checkmark {
  outline: 6px solid #f7f3d6;
}
.special-color-4 .news-card {
  border: 1px solid #59422e;
}
.special-color-4 .tags__item {
  background-color: #d13d26 !important;
  outline: 1px solid #ffffff;
}
.special-color-4 .tags__item img {
  background-color: #d13d26 !important;
  border-radius: 300px;
}
.special-color-4 .tags__item--pushkin {
  background-color: #000000 !important;
}
.special-color-4 .tags__item--pushkin img {
  background-color: #000000 !important;
}
.special-color-4 .tags__name {
  color: #ffffff !important;
  background-color: #d13d26 !important;
}
.special-color-4 .tags__description::before {
  border-top: 10px solid #3b2716;
}
.special-color-4 .tags__description::after {
  border-top: 10px solid #f7f3d6;
}
.special-color-4 .sidebar__list {
  outline: 1px solid #59422e;
}
.special-color-4 .sidebar__sub-list.active {
  border-top: 1px solid #59422e;
}
.special-color-4 .sidebar__link._icon-arrow-menu p {
  background-color: #59422e !important;
}
.special-color-4 .pagination__link {
  outline: 1px solid #59422e;
}
.special-color-4 .pagination__link--active {
  outline: 3px solid #59422e;
}
.special-color-4 .date {
  outline: 1px solid #59422e;
}
.special-color-4 .footer__logo {
  position: relative;
}
.special-color-4 .footer__logo::before {
  content: url(../images/logo-big-red.png);
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.special-color-4 .footer__logo-image {
  opacity: 0;
}
@media (max-width: 1220px) {
  .special-color-4 .header__top-button-image--light {
    display: none !important;
  }
  .special-color-4 .header__top-button-image--dark {
    display: inline-block !important;
  }
}
.special-color-4 .header-account__link--regular {
  display: none !important;
}
.special-color-4 .header-account__link--red {
  display: none !important;
}
.special-color-4 .header-account__link--white {
  display: none !important;
}
.special-color-4 .header-account__link--black {
  display: inline-block !important;
}

.special-color-5 .header__search-button {
  display: none;
}
.special-color-5 .header-account__link::before {
  background-color: transparent;
}
.special-color-5 .radio-checkmark {
  outline: 6px solid #3b2716;
}
.special-color-5 .news-card {
  border: 1px solid #a9dd38;
}
.special-color-5 .button-square {
  outline: 1px solid #a9dd38;
}
.special-color-5 .button-square:hover {
  outline: 3px solid #a9dd38;
}
.special-color-5 .button-square:focus, .special-color-5 .button-square:hover {
  color: #a9dd38 !important;
}
.special-color-5 .month__input:checked + .month__checkmark {
  outline: 3px solid #a9dd38;
}
.special-color-5 .month__checkmark {
  outline: 1px solid #a9dd38;
}
.special-color-5 .day__input:checked + .day__checkmark {
  outline: 2px solid #a9dd38;
}
.special-color-5 .news-card__date {
  outline: 1px solid #a9dd38;
}
.special-color-5 .menu-icon span {
  background-color: #a9dd38 !important;
}
.special-color-5 .months__nav-btn {
  background: #a9dd38 !important;
}
.special-color-5 .months__nav-btn img {
  background: #a9dd38 !important;
}
.special-color-5 .main-menu__link:hover {
  outline: 1px solid #a9dd38;
}
.special-color-5 .tags__item {
  background-color: #d13d26 !important;
  outline: 1px solid #a9dd38;
}
.special-color-5 .tags__item img {
  background-color: #d13d26 !important;
  border-radius: 300px;
}
.special-color-5 .tags__item--pushkin {
  background-color: #000000 !important;
}
.special-color-5 .tags__item--pushkin img {
  background-color: #000000 !important;
}
.special-color-5 .tags__name {
  background-color: #d13d26 !important;
}
.special-color-5 .tags__description::before {
  border-top: 10px solid #a9dd38;
}
.special-color-5 .tags__description::after {
  border-top: 10px solid #3b2716;
}
.special-color-5 .sidebar__list {
  outline: 1px solid #a9dd38;
}
.special-color-5 .sidebar__sub-list.active {
  border-top: 1px solid #a9dd38;
}
.special-color-5 .sidebar__link._icon-arrow-menu p {
  background-color: #3b2716 !important;
}
.special-color-5 .pagination__link {
  outline: 1px solid #a9dd38;
}
.special-color-5 .pagination__link--active {
  outline: 3px solid #a9dd38;
}
.special-color-5 .button-more:hover {
  outline: 3px solid #a9dd38;
}
.special-color-5 .date {
  outline: 1px solid #a9dd38;
}
@media (max-width: 1220px) {
  .special-color-5 .header__top-button-image--light {
    display: inline-block !important;
  }
  .special-color-5 .header__top-button-image--dark {
    display: none !important;
  }
}
.special-color-5 .header-account__link--regular {
  display: none !important;
}
.special-color-5 .header-account__link--red {
  display: none !important;
}
.special-color-5 .header-account__link--white {
  display: inline-block !important;
}
.special-color-5 .header-account__link--black {
  display: none !important;
}