

/* Start:/local/templates/main/css/vendor.css?169971490318391*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: 0;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.5;
}

.choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*=select-one]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]:after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

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

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}

.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

.choices__list--dropdown.is-active {
  visibility: visible;
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }

  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus, .choices__input:focus {
  outline: 0;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

[data-dialog-open] {
  cursor: pointer;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.modal__window {
  background-color: #0c0b0b;
  padding: 30px;
  width: 800px;
  max-width: calc(100% - 30px);
  max-height: calc(100vh - 30px);
  border-radius: 0.6rem;
  border: 1px solid #232222;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__window--small {
  width: 430px;
}

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

.modal__title {
  font-family: RFDewiExpanded, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.25;
  color: #ee1a80;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
  color: rgb(255, 255, 255, .65);
  font-size: 2rem;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  line-height: 1.5;
}

@keyframes mwfadeIn {
    from { opacity: 0; transform: scale(.95) }
      to { opacity: 1; transform: scale(1) }
}

@keyframes mwfadeOut {
    from { opacity: 1; transform: scale(1) }
      to { opacity: 0; transform: scale(.95) }
}

@keyframes mofadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes mofadeOut {
  from { opacity: 1; }
    to { opacity: 0; }
}

.modal {
  display: none !important;
}

.modal.is-open {
  display: block !important;
}

.modal--fade[aria-hidden="false"] .modal__window {
  animation: mwfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.modal--fade[aria-hidden="true"] .modal__window {
  animation: mwfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.modal--fade[aria-hidden="false"] .modal__overlay {
  animation: mofadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.modal--fade[aria-hidden="true"] .modal__overlay {
  animation: mofadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.modal--fade .modal__window,
.modal--fade .modal__overlay {
  will-change: transform;
}
/* End */


/* Start:/local/templates/main/css/app.css?176855190588583*/
.btn-reset {
  padding: 0;
  border: 0;
  background: transparent;
}
@font-face {
  font-family: RFDewi;
  src: url(/local/templates/main/css/../fonts/RFDewi/400.woff2) format("woff2"),
    url(/local/templates/main/css/../fonts/RFDewi/400.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: RFDewi;
  src: url(/local/templates/main/css/../fonts/RFDewi/700.woff2) format("woff2"),
    url(/local/templates/main/css/../fonts/RFDewi/700.woff) format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: RFDewi;
  src: url(/local/templates/main/css/../fonts/RFDewi/600.woff2) format("woff2"),
    url(/local/templates/main/css/../fonts/RFDewi/600.woff) format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: RFDewiExpanded;
  src: url(/local/templates/main/css/../fonts/RFDewiExpanded/700.woff2) format("woff2"),
    url(/local/templates/main/css/../fonts/RFDewiExpanded/700.woff) format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: RFDewiExpanded;
  src: url(/local/templates/main/css/../fonts/RFDewiExpanded/900.woff2) format("woff2"),
    url(/local/templates/main/css/../fonts/RFDewiExpanded/900.woff) format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: RFDewiExtended;
  src: url(/local/templates/main/css/../fonts/RFDewiExtended/700.woff2) format("woff2"),
    url(/local/templates/main/css/../fonts/RFDewiExtended/700.woff) format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: RFDewiExtended;
  src: url(/local/templates/main/css/../fonts/RFDewiExtended/900.woff2) format("woff2"),
    url(/local/templates/main/css/../fonts/RFDewiExtended/900.woff) format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
*,
:after,
:before {
  box-sizing: border-box;
  outline: none;
}
.transition-disabled * {
  transition: none !important;
}
.hidden,
[hidden] {
  display: none !important;
}
.disabled {
  cursor: default;
  opacity: 0.33;
}
.ovh {
  overflow: hidden;
}
.ovx-h,
.ovy-h {
  overflow-x: hidden;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  margin: 0;
}
body.ovh.is-safari,
html.ovh.is-safari {
  position: fixed;
  width: 100%;
  height: 100%;
  height: calc(var(--vh, 1vh) * 100);
}
html {
  font-size: 62.5%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(10px + (1300vw - 4875px) / 447);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  html {
    font-size: calc(10px + (400vw - 3072px) / 255);
  }
}
@media (min-width: 1024px) and (max-width: 1360px) {
  html {
    font-size: calc(8px + (200vw - 2048px) / 336);
  }
}
body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #f5f5f5;
  font-size: 1.6rem;
  font-family: RFDewi, sans-serif;
  line-height: 1.9rem;
  background-color: #0c0b0b;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
main {
  flex: 1;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
}

h1 {
  margin-bottom: 3.8rem;
  font-weight: 900;
  font-size: 5.6rem;
  font-family: RFDewiExpanded, sans-serif;
  line-height: 90.3%;
  letter-spacing: -0.224rem;
}
@media (max-width: 1023px) {
  h1 {
    font-size: 2.8rem;
    line-height: 2.8rem;
    letter-spacing: normal;
  }
}
strong.h0 {
  color: #ee1a80;
  font-weight: 900;
  font-size: 6.4rem;
  font-family: RFDewiExpanded, sans-serif;
  line-height: 100%;
  letter-spacing: -2px;
  text-transform: uppercase;
  opacity: 0.8;
}
@media (max-width: 1023px) {
  strong.h0 {
    font-size: 4.2rem;
  }
}
@media (max-width: 767px) {
  strong.h0 {
    font-size: 3.4rem;
    font-family: RFDewiExtended, sans-serif;
    line-height: 100.6%;
    letter-spacing: -1px;
  }
}
h2 {
  margin-bottom: 3.8rem;
  font-weight: 700;
  font-size: 4.2rem;
  font-family: RFDewiExpanded, sans-serif;
  line-height: 5rem;
  letter-spacing: -0.126rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 2rem;
    line-height: 2.1rem;
    letter-spacing: -0.06rem;
  }
}
h3 {
  font-weight: 700;
  font-size: 3rem;
  font-family: RFDewiExpanded, sans-serif;
  line-height: 3.6rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h3 {
    font-weight: 900;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
h4 {
  font-weight: 900;
  font-size: 2.2rem;
  font-family: RFDewiExtended, sans-serif;
  line-height: 2.6rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h4 {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
h5 {
  font-weight: 700;
  font-size: 1.8rem;
  font-family: RFDewiExpanded, sans-serif;
  line-height: 2.2rem;
}
@media (max-width: 767px) {
  h5 {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
}
ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
b,
strong {
  font-weight: 700;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
label {
  cursor: pointer;
}
picture img {
  display: block;
}
.not-found-text {
  font-weight: 700;
  font-size: 1.8rem;
  font-family: RFDewiExpanded, sans-serif;
  line-height: 2.2rem;
}
.not-found-text a {
  color: #ee1a80;
  transition: color 0.25s ease;
}
@media (min-width: 1171px) {
  .not-found-text a:hover {
    color: #870845;
  }
}
.wrap-img,
[class^="_icon"] {
  display: block;
}
.wrap-img img {
  max-width: 100%;
}
@media (max-width: 1023px) {
  ._hide-from-tablet-v {
    display: none;
  }
}
@media (max-width: 767px) {
  ._hide-lg {
    display: none;
  }
}
@media (min-width: 768px) {
  ._show-lg {
    display: none;
  }
}
@media (min-width: 1024px) {
  ._show-tb {
    display: none;
  }
}
.container-wrap {
  overflow: hidden;
}
.container-wrap:not(:last-child) {
  margin-bottom: 6.9rem;
}
@media (max-width: 767px) {
  .container-wrap:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.container {
  width: 128rem;
  max-width: calc(100% - 6rem);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    max-width: calc(100% - 4rem);
  }
}
.container:not(:last-child) {
  margin-bottom: 6.9rem;
}
@media (max-width: 767px) {
  .container:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.container__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.6rem;
  cursor: default;
}
@media (max-width: 767px) {
  .container__title {
    margin-bottom: 1.9rem;
  }
}
.container__title h1 {
  margin-bottom: 0;
  margin-left: 6.3rem;
  text-transform: uppercase;
  text-shadow: -0.7rem 0 0 rgba(238, 26, 128, 0.5),
    -1.4rem 0 0 rgba(238, 26, 128, 0.5), -2.1rem 0 0 rgba(238, 26, 128, 0.5),
    -2.8rem 0 0 rgba(238, 26, 128, 0.5), -3.5rem 0 0 rgba(238, 26, 128, 0.5),
    -4.2rem 0 0 rgba(238, 26, 128, 0.5), -4.9rem 0 0 rgba(238, 26, 128, 0.5),
    -5.6rem 0 0 rgba(238, 26, 128, 0.5), -6.3rem 0 0 rgba(238, 26, 128, 0.5);
}
@media (max-width: 1023px) {
  .container__title h1 {
    margin-left: 3.2rem;
    text-shadow: -0.4rem 0 0 rgba(238, 26, 128, 0.5),
      -0.8rem 0 0 rgba(238, 26, 128, 0.5), -1.2rem 0 0 rgba(238, 26, 128, 0.5),
      -1.6rem 0 0 rgba(238, 26, 128, 0.5), -2rem 0 0 rgba(238, 26, 128, 0.5),
      -2.4rem 0 0 rgba(238, 26, 128, 0.5), -2.8rem 0 0 rgba(238, 26, 128, 0.5),
      -3.2rem 0 0 rgba(238, 26, 128, 0.5), -3.6rem 0 0 rgba(238, 26, 128, 0.5);
  }
}
@media (max-width: 767px) {
  .container__title h1 {
    margin-left: 2.1rem;
    text-shadow: -0.3rem 0 0 rgba(238, 26, 128, 0.5),
      -0.6rem 0 0 rgba(238, 26, 128, 0.5), -0.9rem 0 0 rgba(238, 26, 128, 0.5),
      -1.2rem 0 0 rgba(238, 26, 128, 0.5), -1.5rem 0 0 rgba(238, 26, 128, 0.5),
      -1.8rem 0 0 rgba(238, 26, 128, 0.5), -2.1rem 0 0 rgba(238, 26, 128, 0.5),
      -2.4rem 0 0 rgba(238, 26, 128, 0.5);
  }
}
.container__title h3 {
  margin-bottom: 0;
  margin-left: 2.4rem;
  font-family: RFDewiExtended, sans-serif;
  text-shadow: -0.3rem 0 0 rgba(238, 26, 128, 0.5),
    -0.6rem 0 0 rgba(238, 26, 128, 0.5), -0.9rem 0 0 rgba(238, 26, 128, 0.5),
    -1.2rem 0 0 rgba(238, 26, 128, 0.5), -1.5rem 0 0 rgba(238, 26, 128, 0.5),
    -1.8rem 0 0 rgba(238, 26, 128, 0.5), -2.1rem 0 0 rgba(238, 26, 128, 0.5),
    -2.4rem 0 0 rgba(238, 26, 128, 0.5);
}
@media (max-width: 767px) {
  .container__title h3 {
    margin-left: 1.6rem;
    text-shadow: -0.2rem 0 0 rgba(238, 26, 128, 0.5),
      -0.4rem 0 0 rgba(238, 26, 128, 0.5), -0.6rem 0 0 rgba(238, 26, 128, 0.5),
      -0.8rem 0 0 rgba(238, 26, 128, 0.5), -1rem 0 0 rgba(238, 26, 128, 0.5),
      -1.2rem 0 0 rgba(238, 26, 128, 0.5), -1.4rem 0 0 rgba(238, 26, 128, 0.5),
      -1.6rem 0 0 rgba(238, 26, 128, 0.5);
  }
}
.container__title h3::-moz-selection {
  background: transparent;
}
.container__title h3::selection {
  background: transparent;
}
.container__title a:not([class]),
.container__title span:not([class]) {
  color: #ee1a80;
  font-size: 2.2rem;
  font-family: RFDewiExtended, sans-serif;
  line-height: 2.6rem;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .container__title a:not([class]),
  .container__title span:not([class]) {
    display: none;
  }
}
.container__title a:not([class]) {
  color: #ee1a80;
  transition: color 0.25s ease;
}
@media (min-width: 1171px) {
  .container__title a:not([class]):hover {
    color: #870845;
  }
}
.footer {
  padding: 12.5rem 0 6.7rem;
}
@media (max-width: 767px) {
  .footer {
    margin-top: 8.2rem;
    padding: 0 0 6.6rem;
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 6rem);
  max-width: 128rem;
  margin: auto;
  color: #ddd;
}
@media (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
    width: calc(100% - 4rem);
  }
}
.footer__inner .footer__copyright:not(:last-child),
.footer__inner ul:not([class]):not(:last-child) {
  margin-bottom: 3.8rem;
}
.footer__inner .footer__copyright li:not(:last-child),
.footer__inner ul:not([class]) li:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .footer__inner .footer__copyright li:not(:last-child),
  .footer__inner ul:not([class]) li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.footer__inner p {
  margin: 0;
}
.footer__inner a:not([class]) {
  color: #f5f5f5;
  transition: color 0.25s ease;
}
@media (min-width: 1171px) {
  .footer__inner a:not([class]):hover {
    color: #ee1a80;
  }
}
.footer__col {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .footer__col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .footer__col {
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .footer__col:last-child {
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  .footer__col:nth-child(2) {
    margin-left: 1.9rem;
  }
}
@media (max-width: 767px) {
  .footer__copyright {
    color: #838383;
  }
}
.footer__tel {
  text-align: right;
}
@media (max-width: 1023px) {
  .footer__tel {
    text-align: left;
  }
}
.footer__tel a {
  margin-bottom: 0.8rem;
  font-weight: 700;
  font-size: 2.2rem;
  font-family: RFDewiExtended, sans-serif;
  line-height: 2.6rem;
}
@media (max-width: 767px) {
  .footer__tel a {
    margin-bottom: 0.5rem;
    font-weight: 900;
    font-size: 3.4rem;
    line-height: 3.4rem;
  }
}
.footer__tel span {
  display: block;
  margin-top: 0.6rem;
  color: #838383;
}
.footer .logo {
  display: block;
  margin-top: -2rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .footer .logo {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
.footer .logo img,
.footer .logo svg {
  width: 17rem;
  height: 3.5rem;
}
@media (max-width: 767px) {
  .footer .logo img,
  .footer .logo svg {
    width: 17rem;
    height: 3.5rem;
  }
}
.footer .menu {
  margin-bottom: 3.7rem;
}
@media (max-width: 1023px) {
  .footer .menu {
    display: none;
  }
}
.footer .menu li {
  margin-right: 5rem;
  margin-left: 0;
}
.footer .menu li:last-child {
  margin-right: 0;
}
.footer .soc {
  margin-top: -1rem;
  margin-bottom: 1.9rem;
}
@media (max-width: 767px) {
  .footer .soc {
    margin-top: 0.8rem;
    margin-bottom: 2.2rem;
  }
}
.header {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
}
@media (max-width: 1023px) {
  .header {
    transition: z-index 0s linear;
    transition-delay: 0.3s;
  }
  .header._mobile-menu-active {
    z-index: 10;
    transition: none;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 6rem);
  max-width: 128rem;
  margin: auto;
  padding: 2.5rem 0;
}
@media (max-width: 767px) {
  .header__inner {
    width: calc(100% - 4rem);
    padding: 1.6rem 0;
  }
}
@media (max-width: 1023px) {
  .header__right {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    transition: width 0.3s ease 0s;
  }
  .header__right:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 0;
    height: 100%;
    background-image: linear-gradient(
      270deg,
      rgba(238, 26, 128, 0.7) -5.76%,
      rgba(238, 26, 128, 0)
    );
    transition: width 0.3s ease, right 0.3s ease;
    content: "";
  }
  .header__right._open-menu {
    width: 100%;
    transition: width 0s ease;
  }
  .header__right._open-menu:before {
    right: 24.2rem;
    width: calc(100vw - 24.2rem);
  }
  .header__right._open-menu .header__wrap-mobile-menu {
    transform: translateX(0);
  }
}
.header__wrap-mobile-menu {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .header__wrap-mobile-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    flex-direction: column;
    width: 30.2rem;
    height: calc(var(--vh, 1vh) * 100);
    padding: 5.6rem 2rem 4.2rem;
    overflow: auto;
    background-color: #0c0b0b;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
}
@media (max-width: 767px) {
  .header__wrap-mobile-menu {
    width: 24.2rem;
  }
}
.header__wrap-mobile-menu .btn._close {
  position: absolute;
  top: 1.3rem;
  right: 1.8rem;
  display: none;
  width: 3rem;
  height: 3rem;
}
@media (max-width: 1023px) {
  .header__wrap-mobile-menu .btn._close {
    display: block;
  }
}
.header__wrap-mobile-menu .btn._close:after,
.header__wrap-mobile-menu .btn._close:before {
  background-color: #838383;
}
.header__mobile-bottom {
  display: none;
}
@media (max-width: 1023px) {
  .header__mobile-bottom {
    display: block;
    text-align: right;
  }
}
.header__tel {
  margin-top: 4.2rem;
}
.header__tel a {
  font-weight: 700;
  font-size: 2rem;
  font-family: RFDewiExpanded, sans-serif;
  line-height: 2.2rem;
  letter-spacing: -0.06rem;
}
.header__tel span {
  display: block;
  margin-top: 0.5rem;
  color: #838383;
  font-size: 1.4rem;
  line-height: 1.7rem;
}
.header__mobile-top {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .header__mobile-top {
    flex-direction: column;
    flex-grow: 2;
    align-items: flex-end;
    width: 100%;
  }
}
.header .btn._menu {
  display: none;
}
@media (max-width: 1023px) {
  .header .btn._menu {
    display: block;
  }
}
.header .lang {
  transition: color 0.25s ease;
  margin-left: 1.5rem;
  color: #ee1a80;
  font-size: 1.8rem;
  font-family: RFDewiExpanded, sans-serif;
  line-height: 2.2rem;
}
@media (min-width: 1171px) {
  .header .lang:hover {
    color: #870845;
  }
}
@media (max-width: 1023px) {
  .header .lang {
    margin-bottom: 3rem;
    margin-left: 0;
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
.header .logo img,
.header .logo svg {
  width: 23.7rem;
  height: 4.8rem;
}
@media (max-width: 1023px) {
  .header .logo img,
  .header .logo svg {
    width: 11.4rem;
    height: 2.4rem;
  }
}
@media (max-width: 1023px) {
  .header .menu {
    padding-top: 4.2rem;
  }
}
.header .menu li a {
  color: #f5f5f5;
  transition: color 0.25s ease;
  font-size: 18px;
  font-family: RFDewiExpanded, sans-serif;
  line-height: 22px;
}
@media (min-width: 1171px) {
  .header .menu li a:hover {
    color: #ee1a80;
  }
}
@media (max-width: 767px) {
  .header .menu li a {
    font-size: 20px;
    line-height: 22px;
  }
}
.header .soc {
  justify-content: flex-end;
}
.flickity-button {
  position: absolute;
  width: 4.2rem;
  height: 4.2rem;
  padding: 0;
}
.flickity-button,
.flickity-button:hover {
  background-color: transparent;
}
@media (min-width: 1024px) {
  .flickity-button:hover:not(:disabled):before {
    opacity: 1;
  }
  .flickity-button:hover:not(:disabled):after {
    opacity: 0;
  }
}
.flickity-button:active,
.flickity-button:disabled {
  opacity: 1;
}
.flickity-button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
  pointer-events: auto;
}
.flickity-button:focus {
  outline: none;
  box-shadow: none;
}
.flickity-button svg {
  display: none;
}
.flickity-button:after,
.flickity-button:before {
  position: absolute;
  top: calc(50% - 1.3rem);
  left: calc(50% - 1.36rem);
  width: 2.73rem;
  height: 2.6rem;
  background-image: url(/local/templates/main/css/../i/sprite.svg#arrow);
  background-repeat: no-repeat;
  transform: rotate(90deg);
  transition: opacity 0.3s ease;
  content: "";
}
.flickity-button:before {
  z-index: 1;
  background-image: url(/local/templates/main/css/../i/sprite.svg#arrow-hover);
  opacity: 0;
}
.flickity-button.previous:after,
.flickity-button.previous:before {
  transform: rotate(-90deg);
}
.flickity-page-dots .dot {
  width: 0.9rem;
  height: 0.9rem;
  margin: 0 0.7rem;
  background-color: #232222;
  opacity: 1;
}
.flickity-page-dots .dot.is-selected {
  background-color: #ee1a80;
}
.choices {
  width: 100%;
  font-size: 1.6rem;
}
.choices__inner {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 1.6rem;
  transition: border 0.25s ease;
}
.choices__list {
  color: #838383;
  font-size: 1.6rem;
  line-height: 1.9rem;
  transform: translateY(-2px);
  transition: color 0.25s ease;
}
@media (max-width: 767px) {
  .choices__list {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
.choices__list.choices__list--dropdown {
  z-index: 4;
}
.choices__list--single {
  padding: 0 3.8rem 0 2rem;
}
.choices[data-type*="select-one"] .choices__inner {
  height: 4.2rem;
  min-height: auto;
  padding: 0;
  border: 2px solid #232222;
  border-radius: 0.4rem;
  background-color: transparent;
}
.choices[data-type*="select-one"] .choices__input {
  display: none;
}
.choices[data-type*="select-one"]:after {
  right: 2rem;
  width: 1.5rem;
  height: 0.8rem;
  margin: 0;
  border: none;
  background-color: transparent;
  background-image: url(/local/templates/main/css/../i/sprite.svg#arrow-select);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
.choices[data-type*="select-one"].is-open:after {
  margin: 0;
  transform: translateY(-50%) rotate(180deg);
}
.choices.is-open[data-type*="select-one"] .choices__inner {
  border-color: #838383;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.choices.is-open .choices__list--dropdown {
  border-color: #838383;
}
.choices.is-open .choices__list {
  color: #f5f5f5;
}
.choices__list--dropdown {
  z-index: 3;
  display: none;
  padding-bottom: 2.2rem;
  border: 2px solid #838383;
  border-top: 0;
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  background-color: #141414;
}
.choices__list--dropdown.is-active {
  display: block;
}
.choices__list--dropdown .choices__list {
  color: #f5f5f5;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: transparent;
  background-image: linear-gradient(
    90deg,
    rgba(238, 26, 128, 0.7) -5.76%,
    rgba(238, 26, 128, 0)
  );
}
.choices__list--dropdown .choices__item--selectable.is-selected {
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0.4) 23.21%,
    transparent 95.68%
  );
}
.choices__list--dropdown .choices__item--selectable:after {
  display: none;
}
.choices__list--dropdown .choices__item {
  padding: 0.8rem 1rem 0.8rem 1.8rem;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
.choices.is-flipped .choices__list--dropdown {
  top: 100%;
  bottom: auto;
}
.btn {
  position: relative;
  display: inline-block;
  padding: 1.2rem 3.9rem;
  border: 3px solid #ee1a80;
  border-radius: 4px;
  font-weight: 700;
  font-size: 2.2rem;
  font-family: RFDewiExtended, sans-serif;
  line-height: 2.6rem;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.3s ease, background 0.15s ease;
}
@media (max-width: 767px) {
  .btn {
    padding: 1.3rem 1.7rem 1.2rem;
    border: 2px solid #ee1a80;
    font-weight: 900;
    font-size: 1.4rem;
    font-family: RFDewiExtended, sans-serif;
    line-height: 1.7rem;
  }
}
@media (min-width: 1024px) {
  .btn:hover:not(._close) {
    color: #ee1a80;
  }
  .btn:hover:not(._close):active {
    color: #fff;
    background-color: #ee1a80;
  }
}
.btn._link-arrow {
  color: #ee1a80;
  transition: color 0.25s ease;
  display: flex;
  align-items: center;
  padding: 0 0 0 3rem;
  border: 0;
  font-size: 1.8rem;
  font-family: RFDewiExpanded, sans-serif;
  line-height: 1.6;
}
@media (min-width: 1171px) {
  .btn._link-arrow:hover {
    color: #870845;
  }
}
@media (max-width: 767px) {
  .btn._link-arrow {
    padding-left: 2.5rem;
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  .btn._link-arrow:hover:after {
    opacity: 1;
  }
  .btn._link-arrow:hover:before {
    opacity: 0;
  }
}
.btn._link-arrow:after,
.btn._link-arrow:before {
  position: absolute;
  top: calc(50% - 0.8rem);
  left: 0;
  width: 2rem;
  height: 1em;
  transition: opacity 0.3s ease;
  content: "";
}
@media (max-width: 767px) {
  .btn._link-arrow:after,
  .btn._link-arrow:before {
    top: calc(50% - 0.65rem);
  }
}
.btn._link-arrow:before {
  background-image: url(/local/templates/main/css/../i/sprite.svg#arrow-back);
}
.btn._link-arrow:after {
  background-image: url(/local/templates/main/css/../i/sprite.svg#arrow-back-hover);
  opacity: 0;
}
.btn._pink-line {
  background-color: #0c0b0b;
}
@media (min-width: 1024px) {
  .btn._pink-line:hover:before {
    width: 44rem;
  }
  .btn._pink-line:hover:active {
    color: #fff;
    background-color: #ee1a80;
  }
}
.btn._pink-line:before {
  position: absolute;
  top: -3px;
  right: calc(100% - 0.4rem);
  z-index: -1;
  display: block;
  width: 34.3rem;
  height: calc(100% + 0.6rem);
  background-image: linear-gradient(
    270deg,
    #ee1a80 -5.76%,
    rgba(238, 26, 128, 0)
  );
  opacity: 0.7;
  transition: width 0.3s ease;
  content: "";
}
@media (max-width: 767px) {
  .btn._pink-line:before {
    top: -2px;
    width: 9.3rem;
    height: calc(100% + 0.4rem);
  }
}
.btn._pink {
  z-index: 1;
  width: 100%;
  padding: 2.2rem 3.8rem;
  border: 0;
  color: #f5f5f5;
  background-color: #ee1a80;
}
@media (max-width: 767px) {
  .btn._pink {
    padding: 1.2rem 2rem;
    font-weight: 800;
  }
}
.btn._pink:before {
  position: absolute;
  top: 0;
  right: calc(100% - 3px);
  z-index: -1;
  display: block;
  width: 0;
  height: 100%;
  background-image: linear-gradient(
    270deg,
    #ee1a80 -5.76%,
    rgba(238, 26, 128, 0)
  );
  transition: width 0.1s ease;
  content: "";
}
@media (min-width: 1024px) {
  .btn._pink:hover {
    color: #f5f5f5;
    background-color: #870845;
  }
  .btn._pink:hover:active {
    background-color: #ee1a80;
  }
  .btn._pink:hover:active:before {
    width: 5.6rem;
  }
}
.btn._white {
  z-index: 1;
  border-color: #f5f5f5;
}
@media (min-width: 1024px) {
  .btn._white:hover {
    color: #f5f5f5;
  }
  .btn._white:hover:active {
    color: #870845;
    background-color: #f5f5f5;
  }
  .btn._white:hover:before {
    width: 15rem;
  }
}
.btn._white:before {
  position: absolute;
  top: -3px;
  right: 100%;
  z-index: -1;
  width: 11.4rem;
  height: calc(100% + 6px);
  background-image: linear-gradient(
    270deg,
    hsla(0, 0%, 96.1%, 0.7) -5.76%,
    rgba(238, 26, 128, 0)
  );
  transition: width 0.3s ease;
  content: "";
}
@media (max-width: 1023px) {
  .btn._white:before {
    width: 6.4rem;
    background-image: linear-gradient(
      270deg,
      hsla(0, 0%, 100%, 0.8) 23.21%,
      rgba(135, 8, 69, 0) 80.68%
    );
  }
}
@media (max-width: 767px) {
  .btn._white:before {
    top: -2px;
    right: calc(100% - 2px);
    height: calc(100% + 4px);
  }
}
.btn._sm {
  padding: 0.7rem 4.7rem;
  font-size: 1.8rem;
  font-family: RFDewiExpanded, sans-serif;
  line-height: 2.2rem;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .btn._sm {
    z-index: 1;
    padding: 0.9rem 2rem;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  .btn._sm:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-color: #870845;
    content: "";
  }
}
.btn._close {
  position: relative;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  background: none;
}
.btn._close:after,
.btn._close:before {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 1rem);
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #f5f5f5;
  transform: rotate(45deg);
  content: "";
}
.btn._close:after {
  transform: rotate(-45deg);
}
.btn._menu {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  border: 0;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .btn._menu:hover,
  .btn._menu:hover:active {
    background-color: transparent;
  }
}
.btn._menu span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  background-color: #838383;
}
.btn._menu span:first-child {
  top: 0.5rem;
  height: 1px;
}
.btn._menu span:nth-child(2) {
  top: 1rem;
  height: 3px;
}
.btn._menu span:nth-child(3) {
  top: 1.6rem;
  height: 0.4rem;
}
.btn._arrow {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.btn._filter {
  width: 4.2rem;
  height: 4.2rem;
  padding: 0;
  border: 0;
  background: none;
}
.btn._filter:after,
.btn._filter:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/local/templates/main/css/../i/sprite.svg#filter);
  transition: opacity 0.3s ease;
  content: "";
}
.btn._filter:after {
  background-image: url(/local/templates/main/css/../i/sprite.svg#filter-active);
  opacity: 0;
}
.btn._filter._active:before {
  opacity: 0;
}
.btn._filter._active:after {
  opacity: 1;
}
.btn._arrow {
  width: 4.2rem;
  height: 4.2rem;
}
@media (min-width: 1024px) {
  .btn._arrow:hover {
    background-color: transparent;
  }
  .btn._arrow:hover:before {
    opacity: 1;
  }
  .btn._arrow:hover:after {
    opacity: 0;
  }
}
.btn._arrow:active,
.btn._arrow:disabled {
  opacity: 1;
}
.btn._arrow:after,
.btn._arrow:before {
  position: absolute;
  top: calc(50% - 1.3rem);
  left: calc(50% - 1.36rem);
  width: 2.73rem;
  height: 2.6rem;
  background-image: url(/local/templates/main/css/../i/sprite.svg#arrow);
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
  content: "";
}
.btn._arrow:before {
  z-index: 1;
  background-image: url(/local/templates/main/css/../i/sprite.svg#arrow-hover);
  opacity: 0;
}
.text-container h2 {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .text-container h2 {
    margin-bottom: 1.4rem;
  }
}
.text-container h3 {
  margin-bottom: 1rem;
}
.text-container h5 {
  margin: 0 0 1.2rem;
}
.text-container p {
  margin: 0 0 1rem;
}
.text-container p:last-child {
  margin-bottom: 0;
}
.text-container a:not([class]) {
  color: #ee1a80;
  transition: color 0.25s ease;
}
@media (min-width: 1171px) {
  .text-container a:not([class]):hover {
    color: #870845;
  }
}
.text-container .btn {
  margin-top: 2.9rem;
}
@media (max-width: 767px) {
  .text-container .btn {
    margin-top: 1.4rem;
  }
}
.text-container ul:not([class]) {
  margin-top: 2.9rem;
}
@media (max-width: 767px) {
  .text-container ul:not([class]) {
    margin-top: 1.4rem;
  }
}
.text-container ul:not([class]) li {
  position: relative;
  padding-left: 2.9rem;
}
.text-container ul:not([class]) li:not(:last-child) {
  margin-bottom: 1.4rem;
}
.text-container ul:not([class]) li:before {
  position: absolute;
  top: 0.4em;
  left: 3px;
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background-color: #ee1a80;
  content: "";
}
.text-container ol:not([class]) {
  margin-top: 2.9rem;
  padding-left: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .text-container ol:not([class]) {
    margin-top: 1.4rem;
  }
}
.text-container ol:not([class]) li {
  position: relative;
  padding-left: 2.9rem;
  counter-increment: counter;
}
.text-container ol:not([class]) li:not(:last-child) {
  margin-bottom: 1.4rem;
}
.text-container ol:not([class]) li:before {
  position: absolute;
  top: 0;
  left: 3px;
  display: block;
  color: #ee1a80;
  content: counter(counter) ". ";
}
.field {
  position: relative;
  display: block;
  margin-bottom: 2rem;
}
.field:last-child {
  margin-bottom: 0;
}
.field._filled > span:not([class]),
.field._focused > span:not([class]) {
  opacity: 0;
}

.field._radio-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.7rem 2.1rem;
  border: 2px solid #232222;
  border-radius: 0.8rem;
}
.field._radio-list label {
  display: flex;
  padding: 1.2rem 4.2rem;
}
@media (min-width: 1024px) {
  .field._radio-list label:hover span {
    color: #f5f5f5;
  }
  .field._radio-list label:hover span:after {
    height: 2px;
    background-color: #f5f5f5;
  }
}
.field._radio-list label span {
  position: relative;
  color: #838383;
  transition: font-weight 0.3s ease, color 0.3s ease;
}
.field._radio-list label span:after {
  position: absolute;
  bottom: -2.2rem;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  transition: height 0.3s ease, background-color 0.3s ease;
  content: "";
}
.field._radio-list input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.field._radio-list input:checked + span {
  color: #f5f5f5;
  font-weight: 700;
}
.field._radio-list input:checked + span:after {
  height: 2px;
  background-color: #ee1a80;
}
.field._select {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .field._select:hover .choices__inner {
    border-color: #838383;
  }
  .field._select:hover .choices__list {
    color: #f5f5f5;
  }
}
.field._select .choices {
  width: 34.9rem;
  max-width: calc(100% - 5rem);
}
@media (max-width: 1023px) {
  .field._select .choices {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .field._select .choices {
    max-width: 100%;
  }
}
.field._select .icon {
  width: 5rem;
}
@media (max-width: 767px) {
  .field._select .icon {
    display: none;
  }
}
.field._select._year .choices {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .field._select._year .choices {
    width: 100%;
  }
}
.field._select._series .choices {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .field._select._series .choices {
    width: 100%;
  }
}
.field input[type="email"],
.field input[type="password"],
.field input[type="text"],
.field textarea {
  display: block;
  width: 100%;
  height: 4.6rem;
  margin-bottom: 1.4rem;
  padding: 1.1rem 2rem;
  border: 2px solid #232222;
  border-radius: 5px;
  color: #f5f5f5;
  font-size: 1.6rem;
  line-height: 1.9rem;
  background: #141414;
  transition: border-color 0.25s ease;
}
@media (min-width: 1024px) {
  .field input[type="email"]:hover,
  .field input[type="text"]:hover,
  .field textarea:hover {
    border-color: #838383;
  }
  .field input[type="email"]:hover + label,
  .field input[type="text"]:hover + label,
  .field textarea:hover + label {
    color: #f5f5f5;
  }
}
.field textarea {
  min-height: 11.6rem;
  max-height: 28rem;
  resize: none;
}
.field:not(._radio-list) > span:not([class]) {
  position: absolute;
  top: 1.1rem;
  left: 2rem;
  z-index: 1;
  color: #838383;
  line-height: 2rem;
  white-space: nowrap;
  transform-origin: left top;
  transition: opacity 0.25s ease, color 0.25s ease;
  pointer-events: none;
}
.field--error input,
.field--error textarea,
.field._error input,
.field._error textarea {
  border-color: #ef5350 !important;
}
.field__error {
  position: absolute;
  top: -18px;
  font-size: 75%;
  color: #ef5350;
}
.menu {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .menu {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
  }
}
.menu li {
  margin: 0 15px;
}
@media (max-width: 1023px) {
  .menu li {
    margin: 0 0 30px;
  }
}
.icon._icon-plus {
  position: relative;
  width: 2.3rem;
  height: 2.3rem;
}
@media (max-width: 767px) {
  .icon._icon-plus {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.icon._icon-plus:after,
.icon._icon-plus:before {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 1.15rem);
  width: 2.3rem;
  height: 2px;
  background-color: currentColor;
  transition: transform 0.3s ease;
  content: "";
}
@media (max-width: 767px) {
  .icon._icon-plus:after,
  .icon._icon-plus:before {
    width: 1.5rem;
  }
}
.icon._icon-plus:after {
  transform: rotate(90deg);
}
.icon ._icon-tg {
  width: 2.1rem;
  height: 1.8rem;
}
.icon ._icon-vk {
  width: 2.2rem;
  height: 1.3rem;
}
@media (max-width: 767px) {
  .icon ._icon-vk {
    width: 2.8rem;
    height: 1.6rem;
  }
}
.icon ._icon-youtube {
  width: 2.8rem;
  height: 2.8rem;
}
@media (max-width: 767px) {
  .icon ._icon-youtube {
    width: 3rem;
    height: 3rem;
  }
}
.icon ._icon-in {
  width: 1.9rem;
  height: 1.9rem;
}
@media (max-width: 767px) {
  .icon ._icon-in {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.icon ._icon-fb {
  width: 2.8rem;
  height: 2.8rem;
}
@media (max-width: 767px) {
  .icon ._icon-fb {
    width: 3rem;
    height: 3rem;
  }
}
.icon ._icon-rutube {
  width: 2.2rem;
  height: 2.2rem;
}
@media (max-width: 767px) {
  .icon ._icon-rutube {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.icon ._icon-twitter {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 767px) {
  .icon ._icon-twitter {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.icon ._icon-track {
  width: 3rem;
  height: 3.2rem;
}
.icon ._icon-pilot {
  width: 3.8rem;
  height: 3rem;
}
.icon ._icon-hd {
  width: 6rem;
  height: 4.4rem;
}
.soc {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .soc {
    flex-wrap: wrap;
    margin: -0.25rem;
  }
}
.soc a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  margin-right: 1.1rem;
}
@media (max-width: 767px) {
  .soc a {
    width: 5.4rem;
    height: 5.4rem;
    margin: 0.25rem;
  }
}
@media (min-width: 768px) {
  .soc a:last-child {
    margin-right: 0;
  }
}
.soc a svg {
  transition: fill 0.3s ease;
  fill: currentColor;
}
@media (min-width: 1024px) {
  .soc a:hover svg {
    fill: #ee1a80;
  }
}
.promo {
  position: relative;
  margin: -0.7rem auto 0;
}
.promo .general-sponsor {
  position: absolute;
  top: 20%;
  right: 0;
  text-align: right;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .promo .general-sponsor {
    top: 9.5rem;
    right: auto;
    left: 0;
    transform: translateY(0);
  }
}
.promo .general-sponsor span:not([class]) {
  margin-bottom: 0.6rem;
}
.promo__bottom-line {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: -0.5rem;
}
@media (max-width: 1023px) {
  .promo__bottom-line {
    margin-top: 0.6rem;
  }
}
.promo__bottom-line h1 {
  margin-bottom: 0;
  color: #ee1a80;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .promo__bottom-line h1 {
    font-weight: 700;
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .promo__bottom-line h1 {
    font-size: 2rem;
    line-height: 105.3%;
  }
}
.promo .wrap-img {
  width: calc(100% + 12.3rem);
  margin-left: -7.5rem;
}
@media (max-width: 1023px) {
  .promo .wrap-img {
    width: calc(100% + 6rem);
    margin-left: -3.5rem;
  }
}
@media (max-width: 767px) {
  .promo .wrap-img {
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }
}
.promo .wrap-img img {
  width: 100%;
}
.broadcasts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .broadcasts {
    flex-direction: column;
  }
}
.broadcasts__actions {
  margin-top: 3rem;
}

.broadcasts__buy-subscribe {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  display: block;
  padding: 0.5rem 1.6rem;
  border-radius: 2px;
  color: #f5f5f5;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.3rem;
  text-transform: uppercase;
  background-color: #ee1a80;
  z-index: 2;
}

.broadcasts__col {
  display: flex;
  flex-direction: column;
  width: calc(50% - 2rem);
}

.broadcasts__infoset {
  margin-bottom: 1rem;
}

.broadcasts__title {
  text-transform: none;
}

@media (max-width: 1023px) {
  .broadcasts__col {
    width: 100%;
  }
  .broadcasts__col:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.broadcasts__item {
  position: relative;
  width: 100%;
  font-weight: 700;
}
.broadcasts__item:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .broadcasts__item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.broadcasts__item._general .broadcasts__promo {
  border-radius: 1rem 1rem 0 0;
}
@media (max-width: 767px) {
  .broadcasts__item._general .broadcasts__promo {
    height: 22.4rem;
  }
}
.broadcasts__item._general .broadcasts__promo::after {
  border-color: #ee1a80;
}
.js-broadcasts .broadcasts__item._big .broadcasts__promo,
.js-broadcasts .broadcasts__item._wide .broadcasts__promo {
  cursor: pointer;
}
@media (min-width: 768px) {
  .broadcasts__item._big .broadcasts__promo,
  .broadcasts__item._wide .broadcasts__promo {
    height: 25.2rem;
  }
}
.broadcasts__item._big .broadcasts__stage span,
.broadcasts__item._wide .broadcasts__stage span {
  font-size: 5.6rem;
  line-height: 90.3%;
}
@media (max-width: 767px) {
  .broadcasts__item._big .broadcasts__stage span,
  .broadcasts__item._wide .broadcasts__stage span {
    display: contents;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
  }
}
.broadcasts__item._big iframe,
.broadcasts__item._wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.broadcasts__item._big .icon._play,
.broadcasts__item._wide .icon._play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.broadcasts__item._big .icon._play svg,
.broadcasts__item._wide .icon._play svg {
  width: 7.3rem;
  height: 9.8rem;
  transition: fill 0.3s ease;
  fill: #fff;
}
@media (max-width: 767px) {
  .broadcasts__item._big .icon._play svg,
  .broadcasts__item._wide .icon._play svg {
    width: 3.2rem;
    height: 4.7rem;
  }
}
.broadcasts__item._big:hover .icon._play svg,
.broadcasts__item._wide:hover .icon._play svg {
  fill: #ee1a80;
}
@media (max-width: 1023px) {
  .broadcasts__item._big {
    /* margin-bottom: 1rem; */
  }
}
@media (max-width: 767px) {
  .broadcasts__item._big {
    /* margin-bottom: 0.7rem; */
  }
}
.broadcasts__item._big .broadcasts__promo {
  height: 63rem;
}
@media (max-width: 1023px) {
  .broadcasts__item._big .broadcasts__promo {
    height: 40rem;
  }
}
@media (max-width: 767px) {
  .broadcasts__item._big .broadcasts__promo {
    height: 19.6rem;
  }
}
.broadcasts__stage {
  display: flex;
  align-items: flex-start;
}
.broadcasts__stage span {
  font-weight: 900;
  font-size: 10rem;
  font-family: RFDewiExpanded, sans-serif;
  line-height: 7.2rem;
}
@media (max-width: 767px) {
  .broadcasts__stage span {
    font-size: 5.2rem;
    line-height: 4.2rem;
  }
}
.broadcasts__promo {
  position: relative;
  display: block;
  width: 100%;
  height: 43.4rem;
  padding: 1.4rem;
  border-radius: 1rem;
  overflow: hidden;
  font-size: 1.8rem;
  font-family: RFDewiExpanded, sans-serif;
  line-height: 2.2rem;
  background-position: 50%;
  background-size: cover;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
@media (max-width: 767px) {
  .broadcasts__promo {
    height: 19.6rem;
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
}
.broadcasts__promo._disabled {
  visibility: hidden;
  opacity: 0;
}
.broadcasts__promo::after {
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  z-index: 1;
  display: block;
  width: calc(100% - 2.8rem);
  height: calc(100% - 2.8rem);
  border: 0.1rem solid #f5f5f5;
  border-radius: 1rem;
  content: "";
}
@media (max-width: 767px) {
  .broadcasts__promo::after {
    top: 0.8rem;
    left: 0.8rem;
    width: calc(100% - 1.6rem);
    height: calc(100% - 1.6rem);
  }
}
.broadcasts__promo p:not([class]) {
  margin: 0;
}
.broadcasts__promo .broadcasts__stage {
  position: absolute;
  top: 2.4rem;
  left: 3.1rem;
  color: #fff;
}
@media (max-width: 767px) {
  .broadcasts__promo .broadcasts__stage {
    top: 1.4rem;
    left: 1.5rem;
  }
}
.broadcasts__promo .broadcasts__date {
  position: absolute;
  bottom: 2.4rem;
  left: 3.1rem;
  max-width: 50%;
}
@media (max-width: 767px) {
  .broadcasts__promo .broadcasts__date {
    bottom: 1.7rem;
    left: 1.5rem;
  }
}
.broadcasts__promo .broadcasts__qualification {
  position: absolute;
  top: auto;
  right: 3.1rem;
  bottom: 2.4rem;
  max-width: 50%;
}
@media (max-width: 767px) {
  .broadcasts__promo .broadcasts__qualification {
    right: 1.5rem;
    bottom: 1.7rem;
  }
}
@media (max-width: 1023px) {
  .broadcasts__promo .broadcasts__description {
    display: none;
  }
}
.broadcasts__rec {
  position: absolute;
  top: 2.4rem;
  right: 3rem;
  z-index: 1;
  display: flex;
  align-items: center;
  color: #ee1a80;
  text-transform: uppercase;
  cursor: default;
}
@media (max-width: 767px) {
  .broadcasts__rec {
    top: 1.4rem;
    right: 1.6rem;
  }
}
.broadcasts__rec:after {
  position: relative;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.7rem;
  border-radius: 50%;
  background-color: #ee1a80;
  content: "";
}
@media (max-width: 767px) {
  .broadcasts__rec:after {
    width: 1rem;
    height: 1rem;
    margin-left: 0.4rem;
  }
}
.broadcasts__not-allowed-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.broadcasts__not-allowed-text {
  width: 100%;
  max-width: 56.5rem;
  font-size: 3rem;
  font-family: RFDewiExtended, sans-serif;
  line-height: 3.6rem;
  text-align: center;
  text-transform: uppercase;
  cursor: default;
}
@media (max-width: 767px) {
  .broadcasts__not-allowed-text {
    max-width: 28rem;
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
.broadcasts__not-allowed-text span {
  display: block;
  color: #ee1a80;
}
.broadcasts__tag {
  position: absolute;
  top: 5.4rem;
  left: 1.4rem;
  padding: 0.4rem 1.6rem;
  color: #f5f5f5;
  background-color: #000000;
}
@media (max-width: 767px) {
  .broadcasts__tag {
    top: 3.4rem;
    left: 0.9rem;
  }
}
.broadcasts__message {
  position: absolute;
  top: 5.4rem;
  right: 1.4rem;
  padding: 0.4rem 1.6rem;
  color: #f5f5f5;
  background-color: #ee1a80;
}
@media (max-width: 767px) {
  .broadcasts__message {
    top: 3.4rem;
  }
}
.broadcasts__item-info {
  padding: 3.4rem 3rem 2.8rem;
  border-radius: 0 0 1rem 1rem;
  color: #0c0b0b;
  font-size: 2.2rem;
  line-height: 2.6rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .broadcasts__item-info {
    padding: 1.4rem 1.4rem 1.4rem 1.5rem;
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
.broadcasts__item-info .broadcasts__stage {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.6rem;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .broadcasts__item-info .broadcasts__stage {
    margin-bottom: 1.4rem;
  }
}
.broadcasts__item-info > p {
  margin: 0 0 3.4rem;
  font-weight: 600;
  font-size: 3rem;
  line-height: 3.7rem;
}
@media (max-width: 767px) {
  .broadcasts__item-info > p {
    margin-bottom: 2.2rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
.broadcasts__info-top {
  position: relative;
  margin-bottom: 1.4rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(12, 11, 11, 0.1);
  font-family: RFDewiExtended, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .broadcasts__info-top {
    margin-bottom: 1.4rem;
    padding-bottom: 1rem;
    font-weight: 800;
  }
}
.broadcasts__info-top p:not([class]) {
  margin: 0 0 1px;
}
@media (max-width: 767px) {
  .broadcasts__info-top p:not([class]) {
    margin: 0 0 0.4rem;
  }
}
.broadcasts__info-top > p {
  color: #ee1a80;
}
.broadcasts__qualification {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 30rem;
  text-align: right;
}
.broadcasts__description {
  max-width: 37.2rem;
  margin-bottom: 2.4rem;
  font-weight: 600;
  font-size: 2rem;
  font-family: RFDewi, sans-serif;
  line-height: 2.7rem;
}
@media (max-width: 1023px) {
  .broadcasts__description {
    margin: 0 0 2rem;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: -0.02rem;
  }
}
.broadcasts__detail-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1023px) {
  .broadcasts__detail-info {
    flex-direction: column;
  }
}
.broadcasts__detail-info .broadcasts__about {
  width: 84rem;
}
@media (max-width: 1023px) {
  .broadcasts__detail-info .broadcasts__about {
    width: 100%;
  }
}
.broadcasts__event {
  height: fit-content;
  padding: 2rem;
  border-radius: 0.6rem;
  border: 1px solid #232222;
}
.broadcasts__aside,
.broadcasts__detail-info .broadcasts__info-next {
  width: 40rem;
}
@media (max-width: 1023px) {
  .broadcasts__aside,
  .broadcasts__detail-info .broadcasts__info-next {
    width: 100%;
    margin-top: 2.4rem;
  }
}
.broadcasts__detail-info .broadcasts__description {
  display: none;
}
@media (max-width: 1023px) {
  .broadcasts__detail-info .broadcasts__description {
    display: block;
  }
}
.broadcasts__about {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.7rem;
}
@media (max-width: 1023px) {
  .broadcasts__about {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
.broadcasts__info-next h5 {
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  .broadcasts__info-next h5 {
    display: none;
  }
}
.broadcasts__info-next .btn {
  display: none;
}
@media (max-width: 1023px) {
  .broadcasts__info-next .btn {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.7rem;
  }
}
.broadcasts__info-next p {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
@media (max-width: 1023px) {
  .broadcasts__info-next p {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
.broadcasts__promotion {
  margin-top: 4rem;
}

.broadcasts__content,
.broadcasts__results {
  margin-top: 5rem;
  width: 100%;
}
.broadcasts__results-content {
  display: none;
}
.sponsors {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem -1.4rem;
}
@media (max-width: 767px) {
  .sponsors {
    flex-wrap: wrap;
    margin: -0.7rem -1rem;
  }
}
.sponsors .wrap-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 calc(16.66% - 1rem);
  height: 9.8rem;
  margin: .4rem .5rem;
  padding: 2rem 2rem 2rem 3rem;
  border: 1px solid #232222;
  border-radius: 0.6rem;
}
@media (max-width: 767px) {
  .sponsors .wrap-img {
    flex: 0 0 auto;
    width: calc(25% - 1rem);
    height: 5.5rem;
    padding: 1rem 1rem 1rem 2rem;
  }
}
@media (max-width: 575.98px) {
  .sponsors .wrap-img {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 767px) {
  .sponsors .wrap-img img {
    max-width: 12rem;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.sponsors .adv-tag {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: rotate(90deg) translateX(-50%);
  transform-origin: left top;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media (max-width: 767px) {
  .sponsors .adv-tag {
    left: 1.5rem;
    font-size: 6px;
  }
}
.video-catalog {
  display: flex;
  flex-wrap: wrap;
  margin: -3rem -2rem;
}
@media (max-width: 1023px) {
  .video-catalog {
    margin: -2rem -1rem;
  }
}
@media (max-width: 767px) {
  .video-catalog {
    margin: 0;
  }
}
.video-catalog__item {
  display: block;
  width: calc(33.333% - 4rem);
  margin: 3rem 2rem;
}
@media (max-width: 1023px) {
  .video-catalog__item {
    width: calc(50% - 2rem);
    margin: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .video-catalog__item {
    width: 100%;
    margin: 0 0 2.3rem;
  }
}
.video-catalog__item h5 {
  margin: 0.8rem 0;
}
@media (max-width: 767px) {
  .video-catalog__item h5 {
    margin: 0.4rem 0;
  }
}
.video-catalog__item:hover .icon._play svg {
  fill: #ee1a80;
}
.video-catalog__promo {
  position: relative;
  display: block;
  height: 25.4rem;
  padding: 1.6rem 1.7rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .video-catalog__promo {
    height: 20rem;
  }
}
.video-catalog__img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  object-fit: cover;
}
.video-catalog__promo .icon._play {
  position: absolute;
  top: calc(50% - 2.4rem);
  left: calc(50% - 2rem);
  z-index: 2;
  display: block;
  width: 4rem;
  height: 5.8rem;
}
.video-catalog__promo .icon._play svg {
  width: 4rem;
  height: 5.8rem;
  transition: fill 0.2s ease;
  fill: #f5f5f5;
}
@media (max-width: 767px) {
  .video-catalog__promo .icon._play svg {
    width: 3.2rem;
    height: 4.7rem;
  }
}
.video-catalog__promo[data-show]:after {
  position: absolute;
  right: 1.3rem;
  bottom: 1.8rem;
  z-index: 2;
  display: block;
  width: auto;
  color: #f5f5f5;
  font-size: 1.1rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  transition: opacity 0.25s ease;
  content: attr(data-show);
}
.video-catalog__item:hover .video-catalog__promo[data-show]:after {
  opacity: 0;
}
.video-catalog__promo[data-show] .wrap-imgs:after {
  opacity: 0.5;
}
.video-catalog__promo .wrap-imgs {
  display: flex;
  width: 100%;
  height: 100%;
}
.video-catalog__promo .wrap-imgs:before {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  z-index: 2;
  display: block;
  width: calc(100% - 1.6rem);
  height: calc(100% - 1.6rem);
  border: 1px solid #f5f5f5;
  border-radius: 0.6rem;
  content: "";
  pointer-events: none;
}
.video-catalog__promo .wrap-imgs:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  content: "";
  pointer-events: none;
}
@media (min-width: 1024px) {
  .video-catalog__promo .wrap-imgs:hover img:first-of-type {
    opacity: 0;
  }
  .video-catalog__promo .wrap-imgs:hover span {
    opacity: 1;
  }
}
.video-catalog__promo .wrap-imgs span {
  position: relative;
  z-index: 3;
  display: block;
  flex-grow: 1;
  height: 100%;
  margin: 0 2px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.video-catalog__promo .wrap-imgs span:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0.4rem;
  border-radius: 1px;
  background-color: #f5f5f5;
  content: "";
}
.video-catalog__promo .wrap-imgs span:before {
  position: absolute;
  top: 0;
  left: -2px;
  display: block;
  width: calc(100% + 4px);
  height: 100%;
  content: "";
}
@media (min-width: 1024px) {
  .video-catalog__promo .wrap-imgs span:hover + img,
  .video-catalog__promo .wrap-imgs span:hover + img:first-of-type {
    opacity: 1;
  }
  .video-catalog__promo .wrap-imgs span:hover:after {
    background-color: #ee1a80;
  }
}
.video-catalog__promo .wrap-imgs span:first-child + img {
  opacity: 1;
}
@media (max-width: 767px) {
  .video-catalog__promo .wrap-imgs span:first-child + img ~ * {
    display: none;
  }
}
.video-catalog__promo .wrap-imgs img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.video-catalog__item-subscription,
.video-catalog__item-type {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 3;
  display: block;
  padding: 0.4rem 1.6rem;
  border-radius: 2px;
  color: #f5f5f5;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  background-color: #0c0b0b;
}
.video-catalog__item-subscription {
  left: auto;
  right: 1.5rem;
  background-color: #ee1a80;
}
@media (max-width: 767px) {
  .video-catalog__item-subscription,
  .video-catalog__item-type {
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-transform: uppercase;
  }
}

.video-catalog__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1rem 0;
}

.video-catalog__info-item {
  display: flex;
  align-items: center;
  flex: 0 0 49%;
}

@media (max-width: 767px) {
  .video-catalog__info-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.video-catalog__info-icon {
  height: 15px;
  margin: 0 7px 0 0;
  fill: #fff;
}

@media (max-width: 767px) {
  .video-catalog__info-icon {
    margin: 0 0 7px 0;
  }
}

.video-catalog__info-label {
  font-size: 14px;
}

.video-catalog.flickity-enabled {
  display: block;
  margin: 0;
}
@media (max-width: 767px) {
  .video-catalog.flickity-enabled {
    padding-bottom: 2.7rem;
  }
}
.video-catalog.flickity-enabled .video-catalog__item {
  width: calc(33.33% - 2.66667rem);
  margin: 0 4rem 0 0;
}
@media (max-width: 1023px) {
  .video-catalog.flickity-enabled .video-catalog__item {
    width: calc(50% - 2rem);
    margin-right: 2rem;
  }
}
@media (max-width: 767px) {
  .video-catalog.flickity-enabled .video-catalog__item {
    width: calc(100% - 2rem);
  }
}
.video-catalog .flickity-viewport {
  overflow: visible;
}
.video-catalog .flickity-button {
  position: absolute;
  top: -5.6rem;
  right: 0;
  left: auto;
}
@media (max-width: 767px) {
  .video-catalog .flickity-button {
    display: none;
  }
}
.video-catalog .flickity-button.previous {
  right: 4.2rem;
}
.video-catalog .flickity-page-dots {
  display: none;
}
@media (max-width: 767px) {
  .video-catalog .flickity-page-dots {
    bottom: 0;
    display: block;
  }
}
.accordion {
  display: flex;
  justify-content: space-between;
  color: #ddd;
}
@media (max-width: 1023px) {
  .accordion {
    flex-direction: column;
  }
}
.accordion__col {
  width: calc(50% - 2rem);
}
@media (max-width: 1023px) {
  .accordion__col {
    width: 100%;
  }
}
.accordion__item {
  display: block;
  width: 100%;
  padding: 2.8rem 0;
  border-bottom: 1px solid #838383;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
@media (max-width: 767px) {
  .accordion__item {
    padding: 1.5rem 0;
  }
}
.accordion__item._open .accordion__title {
  color: #ee1a80;
}
.accordion__item._open .icon:after {
  transform: rotate(0deg);
}
.accordion__title {
  position: relative;
  display: block;
  padding-right: 7rem;
  color: #ddd;
  transition: color 0.3s ease;
}
.accordion__title:hover {
  color: #ee1a80;
}
.accordion__title h4 {
  margin: 0;
}
.accordion__title .icon {
  position: absolute;
  top: calc(50% - 1.15rem);
  right: 2px;
}
@media (max-width: 767px) {
  .accordion__title .icon {
    top: calc(50% - 0.7rem);
  }
}
.accordion__content {
  height: 0;
  overflow: hidden;
  font-size: 2rem;
  line-height: 2.7rem;
}
@media (max-width: 767px) {
  .accordion__content {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
.accordion__content p {
  margin: 1.4rem 0 0;
}
@media (max-width: 767px) {
  .accordion__content p {
    margin-top: 0.7rem;
  }
}
.subscription {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
  display: block;
  width: 100%;
  padding: 1.4rem 0;
  background-color: #870845;
}
@media (orientation: landscape) and (max-width: 767px) {
  .subscription {
    padding: 0.7rem 0;
  }
}
.subscription__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 6rem);
  max-width: 128rem;
  margin: auto;
}
@media (max-width: 1440px) {
  .subscription__inner {
    padding-right: 5rem;
  }
}
@media (max-width: 1023px) {
  .subscription__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .subscription__inner {
    width: calc(100% - 4rem);
    padding-right: 0;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .subscription__inner {
    flex-direction: row;
    align-items: center;
  }
  .subscription__inner .subscription__col:not(:last-of-type) {
    margin-bottom: 0;
  }
  .subscription__inner .btn {
    padding: 0.3rem 0.8rem;
    font-size: 0.6rem;
  }
  .subscription__inner .btn:not(:last-of-type) {
    margin-right: 0.7rem;
  }
  .subscription__inner .btn._close {
    top: calc(50% - 1.5rem) !important;
    right: -2.4rem !important;
  }
  .subscription__inner .btn._close:after,
  .subscription__inner .btn._close:before {
    width: 1.5rem;
  }
}
.subscription__inner h5 {
  margin: 0;
}
@media (max-width: 767px) {
  .subscription__inner h5 {
    max-width: calc(100% - 2rem);
    font-weight: 900;
    font-size: 1.4rem;
    font-family: RFDewiExtended, sans-serif;
    text-transform: uppercase;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .subscription__inner h5 {
    max-width: calc(100% - 1rem);
    font-size: 0.7rem;
    line-height: 0.8rem;
  }
}
.subscription__col {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .subscription__col {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .subscription__col:not(:last-of-type) {
    margin-bottom: 1.4rem;
  }
}
.subscription__col .btn {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .subscription__col .btn {
    font-weight: 700;
    background-color: #870845;
  }
}
.subscription__col .btn:last-child {
  margin-right: 0;
}
.subscription__col .btn span {
  position: relative;
  z-index: 2;
}
.subscription__col > span:not([class]) {
  position: relative;
  z-index: 2;
  display: block;
  margin-right: 1.1rem;
  color: #870845;
  font-size: 1.8rem;
  font-family: RFDewiExpanded, sans-serif;
  line-height: 2.2rem;
}
@media (max-width: 1023px) {
  .subscription__col > span:not([class]) {
    margin-right: 0.6rem;
    font-weight: 700;
    font-size: 1.4rem;
    font-family: RFDewi, sans-serif;
    line-height: 1.7rem;
  }
}
.subscription .btn._close {
  position: absolute;
  top: calc(50% - 1.5rem);
  left: calc(100% + 2.1rem);
  margin: 0;
}
@media (max-width: 1440px) {
  .subscription .btn._close {
    right: 1rem;
    left: auto;
  }
}
@media (max-width: 1023px) {
  .subscription .btn._close {
    top: -0.7rem;
    right: -0.7rem;
    margin-right: 0;
  }
}
.rds-tv {
  position: relative;
}
.rds-tv__img-text {
  position: relative;
  width: 124.6rem;
  max-width: 100%;
  margin-left: -7.7rem;
  transform: translateY(-1.8rem);
}
@media (max-width: 1023px) {
  .rds-tv__img-text {
    margin-left: -5rem;
  }
}
@media (max-width: 767px) {
  .rds-tv__img-text {
    max-width: calc(100% + 4rem);
    margin-left: -2rem;
    transform: translateY(-0.7rem);
  }
  .rds-tv__img-text img {
    width: 100%;
  }
}
.rds-tv__car {
  position: absolute;
  right: calc(-50vw - -50%);
  bottom: 0;
  width: 104.6rem;
}
@media (max-width: 1023px) {
  .rds-tv__car {
    right: -3rem;
    width: 70rem;
  }
}
@media (max-width: 767px) {
  .rds-tv__car {
    right: -2rem;
    width: calc(100% + 4rem);
  }
  .rds-tv__car img {
    width: 100%;
  }
}
.rds-tv__content {
  position: relative;
  z-index: 1;
  padding-bottom: 5.1rem;
}
@media (max-width: 767px) {
  .rds-tv__content {
    padding-bottom: 5.6rem;
  }
}
.rds-tv__content:after {
  position: absolute;
  top: 0;
  left: calc(-50vw - -50%);
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  background-image: linear-gradient(
    270deg,
    rgba(238, 26, 128, 0.7) -5.76%,
    rgba(238, 26, 128, 0)
  );
  content: "";
}
.rds-tv__advantages {
  position: relative;
  display: flex;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .rds-tv__advantages {
    flex-wrap: wrap;
    margin: 0.4rem -0.8rem 0;
  }
}
.rds-tv__advantages li {
  max-width: 18.1rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .rds-tv__advantages li {
    max-width: calc(50% - 1.6rem);
    margin: 0.8rem;
  }
}
@media (min-width: 768px) {
  .rds-tv__advantages li:not(:last-child) {
    margin-right: 5.9rem;
  }
}
.rds-tv__advantages li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .rds-tv__advantages li .icon {
    width: 5.6rem;
    height: 5.6rem;
    margin-bottom: 0;
  }
}
.rds-tv__advantages li .icon svg {
  max-width: 7rem;
  max-height: 7rem;
}
@media (max-width: 767px) {
  .rds-tv__advantages li .icon svg {
    max-width: 5.6rem;
    max-height: 5.6rem;
  }
}
.rds-tv__advantages li._long {
  max-width: 23.3rem;
}
@media (max-width: 767px) {
  .rds-tv__advantages li._long {
    order: -1;
    max-width: calc(50% - 1.6em);
  }
}
.rds-tv .container__title {
  margin-bottom: 1.1rem;
}
.filter-video {
  position: relative;
  display: flex;
  flex-direction: column;
}
.filter-video:not(:first-child) {
  margin-top: 2.8rem;
}
@media (max-width: 1023px) {
  .filter-video:after {
    position: absolute;
    bottom: 0;
    left: -3rem;
    display: block;
    width: 100vw;
    height: 0;
    background-color: #232222;
    transition: height 0.2s ease;
    content: "";
  }
}
@media (max-width: 767px) {
  .filter-video:after {
    left: -2rem;
  }
}
@media (max-width: 1023px) {
  .filter-video .field._radio-list {
    display: none;
  }
}
@media (max-width: 1023px) {
  .filter-video._open:after {
    height: 1px;
  }
  .filter-video._open .filter-video__row {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
    overflow: visible;
  }
}
.filter-video__row {
  position: relative;
  display: flex;
  justify-content: space-between;
  box-sizing: content-box;
  margin-top: 2.8rem;
}
@media (max-width: 1023px) {
  .filter-video__row {
    flex-wrap: wrap;
    height: 0;
    margin-top: 0;
    padding-right: 5.4rem;
    overflow: hidden;
    transition: padding 0.2s ease;
  }
}
.filter-video__row .field {
  max-width: 31.1%;
}
@media (max-width: 1023px) {
  .filter-video__row .field {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .filter-video__row {
    gap: 4rem;
  }
}
.filter-video__row .field._year {
  width: 100%;
}
.filter-video__row .field._series {
  width: 100%;
}
.filter-video__row .btn {
  position: absolute;
  right: 0;
  bottom: 4.2rem;
  display: none;
}
@media (max-width: 1023px) {
  .filter-video__row .btn {
    display: block;
  }
}
.filter-video__mobile {
  display: none;
}
@media (max-width: 1023px) {
  .filter-video__mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.filter-video__mobile .field {
  width: calc(100% - 5.4rem);
  margin-bottom: 0;
}
.filter-video__mobile .field .choices {
  width: 100%;
  max-width: 100%;
}
.general-sponsor {
  text-align: left;
}
.general-sponsor span:not([class]) {
  display: block;
  margin-bottom: 1rem;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .general-sponsor span:not([class]) {
    margin-bottom: 0.6rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-transform: uppercase;
  }
}
.general-sponsor h5 {
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .general-sponsor h5 {
    margin-bottom: 0.6rem;
    font-weight: 400;
    font-size: 1.2rem;
    font-family: RFDewi, sans-serif;
    line-height: 1.4rem;
    text-transform: uppercase;
  }
}
.general-sponsor h5:first-letter {
  text-transform: uppercase;
}
.general-sponsor .wrap-svg img,
.general-sponsor .wrap-svg svg {
  display: block;
  width: 24.7rem;
  height: 7.6rem;
}
@media (max-width: 767px) {
  .general-sponsor .wrap-svg img,
  .general-sponsor .wrap-svg svg {
    width: 10.6rem;
    height: 3.5rem;
  }
}
.banner-sponsor {
  width: 100%;
  margin-bottom: 6.8rem;
  padding: 3.8rem 0 4.2rem;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .banner-sponsor {
    margin-bottom: 4.2rem;
    padding: 1.7rem 0;
  }
}
.banner-sponsor .container {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .banner-sponsor .general-sponsor .wrap-svg img,
  .banner-sponsor .general-sponsor .wrap-svg svg {
    width: 9.4rem;
    height: 3rem;
  }
}
.calendar {
  margin-bottom: 11rem;
}
@media (max-width: 767px) {
  .calendar {
    margin-bottom: 0;
  }
}
.calendar__container {
  margin-top: 4.8rem;
}
@media (max-width: 1023px) {
  .calendar__container {
    margin-top: 2.8rem;
  }
}
.calendar__days {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem -0.75rem 2.4rem;
}
@media (max-width: 1023px) {
  .calendar__days {
    display: none;
  }
}
.calendar__day {
  width: calc(14.28571% - 1.5rem);
  margin: 0.75rem;
  color: #838383;
  font-family: RFDewiExpanded, sans-serif;
}
.calendar__day:last-child {
  margin-right: 0;
}
.calendar__period {
  margin-bottom: 1.5rem;
  color: #ee1a80;
  font-weight: 800;
  font-size: 1.4rem;
  font-family: RFDewiExtended, sans-serif;
  line-height: 1.7rem;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .calendar__period {
    display: none;
  }
}
.calendar__content {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem;
}
.calendar__item {
  width: calc(14.28571% - 1.5rem);
  margin: 0.75rem;
  position: relative;
  height: 14rem;
  padding: 1rem 1.2rem;
  border-radius: 0.6rem;
  font-family: RFDewiExpanded, sans-serif;
  background-color: #ddd;
  transition: background-color 0.3s ease;
}
@media (max-width: 1023px) {
  .calendar__item {
    width: calc(25% - 1.5rem);
    margin: 0.75rem;
  }
}
@media (max-width: 767px) {
  .calendar__item {
    width: calc(50% - 1.5rem);
    margin: 0.75rem;
  }
}
.calendar__item._disabled,
.calendar__item._disabled._empty {
  border: 2px solid #141414;
  background-color: transparent;
}
@media (max-width: 1023px) {
  .calendar__item._disabled,
  .calendar__item._disabled._empty {
    display: none;
  }
}
@media (min-width: 1024px) {
  .calendar__item._disabled._empty:hover,
  .calendar__item._disabled:hover {
    background-color: transparent;
  }
}
.calendar__item._disabled._empty .calendar__date,
.calendar__item._disabled .calendar__date {
  color: #141414;
  opacity: 0.8;
}
.calendar__item._empty {
  background-color: #141414;
}
@media (max-width: 1023px) {
  .calendar__item._empty {
    display: none;
  }
}
@media (min-width: 1024px) {
  .calendar__item._empty:hover {
    background-color: #141414;
  }
}
.calendar__item._empty .calendar__date {
  color: #232222;
  opacity: 1;
}
.calendar__item:last-child {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .calendar__item:hover {
    background-color: #ee1a80;
  }
  .calendar__item:hover .calendar__events a:not(:hover):after {
    background-color: #870845;
  }
  .calendar__item:hover .calendar__event {
    color: #f5f5f5;
  }
  .calendar__item:hover:not(._empty) .calendar__date {
    opacity: 0.15;
  }
}
.calendar__events {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
}
.calendar__events:not(:hover) a:first-of-type:after {
  background-color: #ee1a80;
}
@media (min-width: 1024px) {
  .calendar__events:hover .calendar__event {
    opacity: 0;
  }
  .calendar__events:hover .calendar__event:only-of-type {
    opacity: 1;
  }
}
.calendar__events a {
  position: relative;
  z-index: 3;
  display: block;
  flex-grow: 1;
  height: 100%;
}
@media (min-width: 1024px) {
  .calendar__events a:hover .calendar__event {
    opacity: 0;
  }
  .calendar__events a:hover + .calendar__event {
    opacity: 1;
  }
  .calendar__events a:hover:after {
    background-color: #f5f5f5;
  }
}
.calendar__events a:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: calc(100% - 4px);
  height: 4px;
  border-radius: 2px;
  background-color: #838383;
  transition: background-color 0.3s ease;
  content: "";
}
@media (max-width: 1023px) {
  .calendar__events a:after {
    display: none;
  }
}
.calendar__events a:only-of-type:after {
  display: none;
}
.calendar__events a:not(:last-of-type):not(:first-of-type):after {
  left: 2px;
}
.calendar__events a:last-of-type:after {
  right: 0;
}
.calendar__event {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  color: #141414;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s ease, color 0.3s ease;
}
.calendar__event:only-of-type .calendar__title {
  margin-bottom: 0;
}
.calendar__event:first-of-type {
  opacity: 1;
}
.calendar__weekday {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
@media (min-width: 1024px) {
  .calendar__weekday {
    display: none;
  }
}
.calendar__time {
  margin: 0 0 0.6rem;
  font-weight: 700;
}
.calendar__title {
  margin: 0 0 1.6rem;
  font-weight: 600;
  font-size: 1.1rem;
  font-family: RFDewi, sans-serif;
  line-height: 1.2rem;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .calendar__title {
    margin-bottom: 0;
  }
}
.calendar__date {
  position: absolute;
  top: 0.6rem;
  right: 8px;
  z-index: 1;
  color: #f5f5f5;
  font-weight: 900;
  font-size: 10rem;
  line-height: 7.2rem;
  letter-spacing: -0.05em;
  text-align: right;
  opacity: 0.8;
  transition: color 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 1023px) {
  .calendar__date {
    font-size: 9.8rem;
  }
}
.not-found__imgs {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.not-found__imgs .wrap-img {
  width: 123.7rem;
  margin-left: -8rem;
}
@media (max-width: 1023px) {
  .not-found__imgs .wrap-img {
    width: 100%;
    margin-left: -4rem;
  }
}
@media (max-width: 767px) {
  .not-found__imgs .wrap-img {
    margin-left: 0;
  }
}
.not-found__imgs .wrap-img img {
  width: 100%;
}
.not-found__container {
  margin: 4.3rem auto 2.6rem 0;
}
.not-found__content {
  width: 70rem;
  margin: 4.6rem auto 0;
  font-weight: 700;
  font-size: 3rem;
  font-family: RFDewiExtended, sans-serif;
  line-height: 3.6rem;
}
@media (max-width: 1023px) {
  .not-found__content {
    margin-top: 2.3rem;
  }
}
@media (max-width: 767px) {
  .not-found__content {
    display: none;
  }
}
.not-found__content--mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.5rem;
  margin: 0 auto;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .not-found__content--mobile {
    display: none;
  }
}
.not-found__content--mobile p {
  margin: 2.8rem 0;
}
.not-found__content a {
  color: #ee1a80;
}
.about {
  width: calc(100% - 6rem);
  max-width: 128rem;
  margin: 5.6rem auto 0;
}
@media (max-width: 767px) {
  .about {
    width: calc(100% - 4rem);
    margin-top: 0;
  }
}
.about__title {
  margin-bottom: 1.4rem;
}
.about__title h1 {
  margin-bottom: 0;
}
.about__title span {
  color: #ee1a80;
  font-weight: 700;
  font-size: 4.2rem;
  font-family: RFDewiExpanded, sans-serif;
  line-height: 5rem;
  letter-spacing: -0.126rem;
}
@media (max-width: 767px) {
  .about__title span {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
.about__banner {
  width: calc(100% + 8rem);
  margin-bottom: -4.5rem;
  margin-left: -4rem;
}
@media (max-width: 1023px) {
  .about__banner {
    margin-bottom: -2.5rem;
  }
}
@media (max-width: 767px) {
  .about__banner {
    width: calc(100% + 4rem);
    margin-bottom: 2px;
    margin-left: -2rem;
  }
}
.about__banner img {
  width: 100%;
}
.about__numbers {
  display: flex;
  flex-wrap: wrap;
}
.about__numbers li {
  width: 51rem;
  max-width: calc(50% - 2rem);
  margin-bottom: 6rem;
}
@media (max-width: 1023px) {
  .about__numbers li {
    margin-bottom: 3rem;
  }
}
.about__numbers li:nth-last-child(2n) {
  margin-right: 15rem;
}
@media (max-width: 1023px) {
  .about__numbers li:nth-last-child(2n) {
    margin-right: 4rem;
  }
}
@media (max-width: 767px) {
  .about__numbers li:nth-last-child(2n) {
    margin-right: 2.1rem;
  }
}
.about__numbers li:last-child,
.about__numbers li:nth-last-child(2) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .about__numbers li:last-child p,
  .about__numbers li:nth-last-child(2) p {
    width: 15.7rem;
  }
}
.about__numbers li span {
  display: block;
  margin-bottom: 2rem;
  margin-left: 6.4rem;
  font-weight: 900;
  font-size: 14rem;
  font-family: RFDewiExpanded, sans-serif;
  line-height: 72.3%;
  text-shadow: -0.8rem 0 0 rgba(238, 26, 128, 0.5),
    -1.6rem 0 0 rgba(238, 26, 128, 0.5), -2.4rem 0 0 rgba(238, 26, 128, 0.5),
    -3.2rem 0 0 rgba(238, 26, 128, 0.5), -4rem 0 0 rgba(238, 26, 128, 0.5),
    -4.8rem 0 0 rgba(238, 26, 128, 0.5), -5.6rem 0 0 rgba(238, 26, 128, 0.5),
    -6.4rem 0 0 rgba(238, 26, 128, 0.5);
}
@media (max-width: 1023px) {
  .about__numbers li span {
    margin-left: 3.2rem;
    font-size: 7rem;
    text-shadow: -0.4rem 0 0 rgba(238, 26, 128, 0.5),
      -0.8rem 0 0 rgba(238, 26, 128, 0.5), -1.2rem 0 0 rgba(238, 26, 128, 0.5),
      -1.6rem 0 0 rgba(238, 26, 128, 0.5), -2rem 0 0 rgba(238, 26, 128, 0.5),
      -2.4rem 0 0 rgba(238, 26, 128, 0.5), -2.8rem 0 0 rgba(238, 26, 128, 0.5),
      -3.2rem 0 0 rgba(238, 26, 128, 0.5);
  }
}
@media (max-width: 767px) {
  .about__numbers li span {
    margin-bottom: 0.7rem;
    margin-left: 2.4rem;
    font-size: 4rem;
    text-shadow: -0.3rem 0 0 rgba(238, 26, 128, 0.5),
      -0.6rem 0 0 rgba(238, 26, 128, 0.5), -0.9rem 0 0 rgba(238, 26, 128, 0.5),
      -1.2rem 0 0 rgba(238, 26, 128, 0.5), -1.5rem 0 0 rgba(238, 26, 128, 0.5),
      -1.8rem 0 0 rgba(238, 26, 128, 0.5), -2.1rem 0 0 rgba(238, 26, 128, 0.5),
      -2.4rem 0 0 rgba(238, 26, 128, 0.5);
  }
}
.about__numbers li p {
  margin: 0;
  font-size: 3rem;
  line-height: 3.7rem;
}
@media (max-width: 1023px) {
  .about__numbers li p {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 767px) {
  .about__numbers li p {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
}
.about__numbers li._general {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}
.about__numbers li._general span {
  margin-left: 9.8rem;
  font-size: 20rem;
  line-height: 72.3%;
  letter-spacing: -1rem;
  text-shadow: -1.4rem 0 0 rgba(238, 26, 128, 0.5),
    -2.8rem 0 0 rgba(238, 26, 128, 0.5), -4.2rem 0 0 rgba(238, 26, 128, 0.5),
    -5.6rem 0 0 rgba(238, 26, 128, 0.5), -7rem 0 0 rgba(238, 26, 128, 0.5),
    -8.4rem 0 0 rgba(238, 26, 128, 0.5), -9.8rem 0 0 rgba(238, 26, 128, 0.5);
}
@media (max-width: 1360px) {
  .about__numbers li._general span {
    font-size: 19rem;
  }
}
@media (max-width: 1023px) {
  .about__numbers li._general span {
    margin-left: 7rem;
    font-size: 10rem;
    text-shadow: -1rem 0 0 rgba(238, 26, 128, 0.5),
      -2rem 0 0 rgba(238, 26, 128, 0.5), -3rem 0 0 rgba(238, 26, 128, 0.5),
      -4rem 0 0 rgba(238, 26, 128, 0.5), -5rem 0 0 rgba(238, 26, 128, 0.5),
      -6rem 0 0 rgba(238, 26, 128, 0.5), -7rem 0 0 rgba(238, 26, 128, 0.5);
  }
}
@media (max-width: 767px) {
  .about__numbers li._general span {
    margin-bottom: 0;
    margin-left: 3.2rem;
    font-size: 4.9rem;
    line-height: 100.3%;
    letter-spacing: -0.05rem;
    white-space: nowrap;
    text-shadow: -0.4rem 0 0 rgba(238, 26, 128, 0.5),
      -0.8rem 0 0 rgba(238, 26, 128, 0.5), -1.2rem 0 0 rgba(238, 26, 128, 0.5),
      -1.6rem 0 0 rgba(238, 26, 128, 0.5), -2rem 0 0 rgba(238, 26, 128, 0.5),
      -2.4rem 0 0 rgba(238, 26, 128, 0.5), -2.8rem 0 0 rgba(238, 26, 128, 0.5),
      -3.2rem 0 0 rgba(238, 26, 128, 0.5);
  }
}
.banner-img {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  min-height: 53.3rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner-img {
    flex-direction: column;
    border-radius: 0;
    overflow: visible;
  }
}
.banner-img .wrap-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .banner-img .wrap-img {
    position: relative;
    width: calc(100% + 4rem);
    height: auto;
    margin-bottom: 4.2rem;
    margin-left: -2rem;
  }
}
.banner-img .wrap-img img {
  width: 100%;
}
@media (min-width: 768px) {
  .banner-img .wrap-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
.banner-img__content {
  max-width: 66rem;
  padding: 4rem 11.2rem 4rem 3.8rem;
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.225),
    transparent 95.68%
  );
}
@media (max-width: 767px) {
  .banner-img__content {
    padding: 0;
    background: none;
  }
}
.img-text {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .img-text {
    flex-direction: column;
  }
}
.img-text .wrap-img {
  width: calc(100% - 55rem);
}
@media (max-width: 1023px) {
  .img-text .wrap-img {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .img-text .wrap-img {
    width: calc(100% + 2rem);
    margin-bottom: 4.2rem;
    margin-left: -2rem;
  }
  .img-text .wrap-img img {
    width: 100%;
  }
}
.img-text__content {
  width: 51rem;
}
@media (max-width: 1023px) {
  .img-text__content {
    width: 100%;
  }
}
.img-text__content .btn {
  width: 100%;
}
.contacts {
  display: flex;
}
@media (max-width: 767px) {
  .contacts {
    flex-direction: column;
  }
}
.contacts__form {
  width: 50%;
}
@media (max-width: 767px) {
  .contacts__form {
    width: 100%;
  }
}
.contacts__form .form {
  width: 40rem;
}
@media (max-width: 1023px) {
  .contacts__form .form {
    width: calc(100% - 1rem);
  }
}
@media (max-width: 767px) {
  .contacts__form .form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contacts__form .form__container {
    width: 100%;
    margin-bottom: 4.2rem;
    padding-bottom: 4.2rem;
    border-bottom: 1px solid #232222;
  }
}
.contacts__form .form p {
  color: #838383;
}
.contacts__form .form p a {
  color: #ee1a80;
  transition: color 0.25s ease;
}
@media (min-width: 1171px) {
  .contacts__form .form p a:hover {
    color: #870845;
  }
}
.contacts__form .field._select .choices {
  width: 100%;
  max-width: none;
  margin-bottom: 1.4rem;
}
.contacts__info {
  width: 50%;
}
@media (max-width: 1023px) {
  .contacts__info {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .contacts__info {
    width: 100%;
    padding-left: 0;
  }
}
.contacts__info p {
  margin: 0 0 1.5rem;
  color: #838383;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.7rem;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  .contacts__info p {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .contacts__info p {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
.contacts__info-block {
  margin-bottom: 2.4rem;
}
@media (max-width: 1023px) {
  .contacts__info-block {
    font-size: 2rem;
  }
}
.contacts__info-block a {
  color: #f5f5f5;
  transition: color 0.25s ease;
  font-weight: 700;
  font-size: 4.2rem;
  font-family: RFDewiExpanded, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (min-width: 1171px) {
  .contacts__info-block a:hover {
    color: #ee1a80;
  }
}
@media (max-width: 1023px) {
  .contacts__info-block a {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .contacts__info-block a {
    font-size: 2rem;
  }
}
.form {
  width: 100%;
}
.form .form-errors {
  display: block;
  margin-top: -0.5rem;
  margin-bottom: 2rem;
  color: #ee1a80;
}
.form__success {
  position: relative;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 55rem;
  height: 100%;
  opacity: 0;
}
@media (max-width: 1023px) {
  .form__success {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .form__success {
    margin-bottom: 2.8rem;
  }
}
.form__success._active {
  display: flex;
}
.form__success-title {
  z-index: 2;
  color: #ee1a80;
  font-weight: 600;
  font-size: 4.2rem;
  line-height: 5rem;
  letter-spacing: -0.03em;
}
@media (max-width: 1023px) {
  .form__success-title {
    width: 100%;
    font-size: 3.2rem;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .form__success-title {
    font-size: 2rem;
    text-transform: uppercase;
  }
}
.form__success-title b {
  font-weight: 800;
  font-size: 6.4rem;
  line-height: 1;
}
@media (max-width: 1023px) {
  .form__success-title b {
    font-size: 4.8rem;
  }
}
@media (max-width: 767px) {
  .form__success-title b {
    font-size: 3.2rem;
  }
}
.form__success-img {
  z-index: 1;
  width: 90rem;
  margin: -16.5rem 0 0 -32.5rem;
}
@media (max-width: 1023px) {
  .form__success-img {
    width: 54rem;
    margin: -11.5rem 0 0 -22.5rem;
  }
}
.form__success-img img {
  display: block;
  width: 100%;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
  color: #f5f5f5;
  font-weight: 700;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .pagination {
    margin-top: 1rem;
  }
}
.pagination__pages {
  display: flex;
  margin: 0 1.4rem;
}
.pagination__pages li {
  width: 3.8rem;
  height: 3.8rem;
  line-height: 3.8rem;
  text-align: center;
}
.pagination__pages li a,
.pagination__pages li span {
  display: inline-block;
  width: 100%;
  border-radius: 0.6rem;
  background: #232222;
}
.pagination__pages li span {
  cursor: default;
}
.pagination__pages li a {
  transition: background-color 0.25s ease;
}
.pagination__pages li a._active {
  background: #ee1a80;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .pagination__pages li a:not(._active):hover {
    background: #838383;
  }
}
.pagination__pages li:not(:last-child) {
  margin-right: 1.4rem;
}
.pagination .btn._arrow._disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.pagination .btn._arrow:first-child {
  transform: rotate(-90deg);
}
.pagination .btn._arrow:last-child {
  transform: rotate(90deg);
}

.infoset {
  display: flex;
}

@media (max-width: 568px) {
  .infoset {
    margin: 0 -2rem;
    overflow-x: scroll;
    padding-bottom: 1rem;
  }
}

.infoset__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 100px;
}

.infoset__item:not(:last-child) {
  margin-right: 12px;
}

.infoset__icon {
  fill: #f5f5f5;
  height: 23px;
}

.infoset__text {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  margin-top: 5px;
}

.tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tab__control {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 5rem;
    border-radius: .6rem;
    padding: 0 3rem;
    margin: 0;
    cursor: pointer;
    border: 1px solid #232222;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    margin: 0 1rem 0 0; }
    @media (max-width: 767.98px) {
      .tab__control {
        width: 100%;
        margin: 0 0 1rem 0;
      }
    }
    .tab__control--active {
      background-color: #ee1a80; }
      .tab__control--active + .tab__panel {
        display: block;
        -webkit-animation: tabFadeIn 0.5s both;
                animation: tabFadeIn 0.5s both; }
  .tab__label {
    font-size: 2rem;
    line-height: 2rem;
    text-transform: uppercase;
    pointer-events: none; }
  .tab__panel {
    display: none;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 1001;
        -ms-flex-order: 1000;
            order: 1000;
    margin-top: 3rem; }
    @media (max-width: 767.98px) {
      .tab__panel {
        margin-top: 2rem; } }

@-webkit-keyframes tabFadeIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes tabFadeIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.stage {
  position: relative;
}

.stage__info {
  font-size: 2rem;
  line-height: 2.3rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.stage__schedule {
  margin-bottom: 2rem;
}

.stage__link {
  color: #ee1a80;
  margin-bottom: 2rem;
}

.shareSocials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding: 5px 0;
}
.shareSocials__item {
  margin: 5px;
  position: relative;
  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: 6rem;
  height: 6rem;
  color: currentColor;
  border-radius: 50%;
  border: 1px solid #232222;
  overflow: hidden;
  transition: 0.15s ease;
  cursor: pointer;
}

@media (max-width: 767px) {
  .shareSocials__item {
    width: 4.7rem;
    height: 4.7rem;
  }
}

.shareSocials__item:hover {
  border-color: #ee1a80;
  background-color: #ee1a80;
}
.shareSocials__icon {
  fill: currentColor;
  stroke-width: 0;
  fill-rule: evenodd;
  clip-rule: evenodd;
  width: 22px;
  z-index: 2;
}

@media (max-width: 767px) {
  .shareSocials__icon {
    width: 18px;
  }
}

.broadcasts-promotion .flickity-viewport {
  overflow: visible;
}

.broadcasts-promotion .flickity-button {
  display: none;
}

.broadcasts-promotion .flickity-page-dots {
  display: none;
}

@media (max-width: 767px) {
  .broadcasts-promotion.flickity-enabled {
    padding-bottom: 2.7rem;
  }
  .broadcasts-promotion .flickity-page-dots {
    bottom: 0;
    display: block;
  }
}

.broadcasts-promotion__item {
  width: calc(50% - 2rem);
  margin: 0 4rem 0 0;
}

@media (max-width: 767px) {
  .broadcasts-promotion__item {
    width: calc(100% - 2rem);
    margin: 0 2rem 0 0;
  }
}

.broadcasts-promotion__title {
  font-size: 3.2rem;
  line-height: 3.5rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .broadcasts-promotion__title {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
}

.broadcasts-promotion__image {
  display: block;
  max-width: 100%;
  margin-bottom: 2rem;
  border-radius: 0.6rem;
}

.broadcasts-promotion__text {
  font-size: 1.8rem;
  line-height: 2.3rem;
}

.broadcasts-promotion__actions {
  max-width: 400px;
  margin: 3rem auto 0 auto;
}

.broadcastsActions {
  display: flex;
  align-items: center;
  margin: 0 -2rem;
}

.broadcastsActions__item {
  padding: 0 2rem;
  width: 50%;
}

.broadcastsActions__image {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .broadcastsActions {
    flex-direction: column;
    margin: 0 -1rem;
  }
  .broadcastsActions__item {
    padding: 0 1rem;
    width: 100%;
  }
  .broadcastsActions__item:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.stageSchedule {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  padding: 2rem;
  border-radius: 0.6rem;
  border: 1px solid #232222;
}

.stageSchedule__set:not(:last-child) {
  border-bottom: 1px solid #232222;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.stageSchedule__title {
  display: flex;
  font-size: 2.3rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .stageSchedule__title {
    font-size: 2rem;
  }
}

.stageSchedule__title-date {
  margin-right: 1rem;
  font-weight: bold;
  color: #ee1a80;
}

.stageSchedule__row {
  display: flex;
  align-items: flex-start;
}
.stageSchedule__row:not(:last-child) {
  margin-bottom: 1rem;
}

.stageSchedule__row-time {
  flex: 0 0 80px;
  font-size: 2rem;
}

.stageSchedule__row-body__title {
  font-size: 2rem;
  text-transform: uppercase;
  color: #FFDE59;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .stageSchedule__row-body__title {
    font-size: 1.8rem;
  }
}

.email-confirm {
  display: flex;
  align-items: center;
  height: 3.4rem;
  background-color: #141414;
  font-size: 1.4rem;
  text-align: center;
}

.email-confirm a {
  color: #ee1a80;
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/main/style.css?169971490386*/
@media (min-width: 1024px) {
    .hide_on_desktop
    {
        display: none;
    }
}
/* End */


/* Start:/local/templates/main/styles.css?169971490463487*/
ul,
li {
  list-style: none;
}

body {
  justify-content: flex-start;
}

/* .container {
  outline: 1px solid red;
} */

  
body.no-touch .btn--alarm:hover {
  color: #ee1a80;
}


body.no-touch .hover:hover {
  color: #ee1a80 !important;
}

body.no-touch .reg-form-form__condition:hover {
  border-color: #838383;
  cursor: pointer;
}



body.no-touch .tariffs-line:hover .tariffs-line-item__img {
  -webkit-filter: invert(30%);
  filter: invert(30%);
  transition: all 0.25s ease-in-out;
}
body.no-touch .tariffs-line:hover .tariffs-line-item__card {
  background-color: #f5f5f5;
  transition: all 0.25s ease-in-out;
}
body.no-touch .tariffs-line:hover .tariffs-card__item,
.tariffs-line:hover .tariffs-card__title,
.tariffs-line:hover .tariffs-card__title span {
  color: #0c0b0b;
  transition: all 0.25s ease-in-out;
}
body.no-touch .tariffs-line:hover .tariffs-card__button {
  background-color: #ee1a80;
  transition: all 0.25s ease-in-out;
}
body.no-touch .tariffs-line:hover .tariffs-card__button span {
  color: #f5f5f5;
  transition: all 0.25s ease-in-out;
}
body.no-touch .tariffs-line:hover .tariffs-card__button span:after {
  background-color: #0c0b0b;
  transition: all 0.25s ease-in-out;
}
body.no-touch .tariffs-line:hover .tariffs-card__text {
  color: #0c0b0b;
  transition: all 0.25s ease-in-out;
}

body.no-touch .akr__item--tariffs:hover > .akr-item__title--tariffs {
  color: #ee1a80;
}
body.no-touch .akr__item--tariffs:hover > .akr-item__title--tariffs:after,
.akr__item--tariffs:hover > .akr-item__title--tariffs:before {
  background: #ee1a80;
}


body.no-touch .hover:hover {
  color: #ee1a80;
}

body.no-touch .profile-nav__link:hover {
  color: #f5f5f5;
}

body.no-touch .accordion__btn:hover > .icon--profile::after,
.accordion__btn:hover > .icon--profile::before {
  color: #ee1a80;
}

body.no-touch .profile-accordion__line:hover > .profile-accordion__item {
  color: #ee1a80;
}


body.no-touch .subscription__cross:hover {
  cursor: pointer;
}

body.no-touch .promo__bottom-line--alarm .btn--alarm:hover {
    cursor: pointer;
    color: white;
  }
body.no-touch .block__select:hover{
cursor: pointer
}
body.no-touch .block__icon:hover {
  cursor: pointer;
}


body.no-touch .new-select.on:hover {
  cursor: pointer;
}


body.no-touch .new-select__item:hover {
  cursor: pointer;
}

body.no-touch .new-select__item:hover {
  background-image: linear-gradient(
    90deg,
    rgba(238, 26, 128, 0.7) -5.76%,
    rgba(238, 26, 128, 0)
  );
}


.rds-links a {
  color: #ee1a80 !important;
}
.calendar_buttons .flickity-prev-next-button.previous {
  top: 12px;
  left: -20px;
  position: relative;
}

.calendar_buttons .flickity-prev-next-button.next {
  top: 12px;
  left: 0px;
  position: relative;
}
.calendar_buttons span {
  margin-right: 30px;
}

.header__mobile-top * {
  padding: 0 0 2px 0;
}

.tariffs-card__column {
  justify-content: flex-start;
}

.rds-tv__car--alarm {
  width: 156.2rem;
  /* display: flex; */
  /* justify-content: flex-end; */
}
@media (max-width: 1023px) {
  .rds-tv__car--alarm {
    width: 72.6rem;
  }
}

@media (max-width: 767px) {
  .rds-tv__car--alarm {
    width: 37.6rem;
    z-index: 5;
  }

  .container-wrap--alarm {
    overflow: visible !important;
  }
}

.container-tariffs {
  margin-bottom: 3.9rem !important;
}

@media (max-width: 767px) {
  .container-tariffs {
    margin-bottom: -1.8rem !important;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

/* ++++++++++++++++++++++++++alarm++++++++++++++++++++++++++++++++++++++ */

.promo__bottom-line--alarm {
  align-items: flex-end;
  margin: 7.4rem 0 -4rem 0;
  z-index: 5;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.btn--alarm {
  line-height: 2.6rem;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.3s ease, background 0.15s ease;
  position: relative;
  padding: 1.2rem 3.3em;
}

.rds-tv__content::after {
  display: none;
}

/* .btn--alarm:hover {
  color: #ee1a80;
} */

/* ++++++++++++++++autorization+++++++++++ */

.forget a {
  width: 100%;
  height: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.7rem;
  letter-spacing: -0.02em;
  color: #f5f5f5 !important;
}
/* .hover:hover {
  color: #ee1a80 !important;
} */

.container__title--autorization {
  margin-bottom: 8.6rem;
  margin-top: 1rem;
}

.form-errors--autorization {
  margin-bottom: 2.3rem !important;
}

.form-alarm {
  margin: -3.6rem 0 1.5rem 0;
}

.form-alarm--autorization {
  margin: -6.2rem 0 1.5rem 0;
}

@media (max-width: 767px) {
  .forget--new a {
    font-size: 14px !important;
    line-height: 17px !important;
    color: #f5f5f5 !important;
  }

  .form__container--author {
    padding-bottom: 3rem !important;
  }
}

/* ++++++++++++++recovery+++++++++++++++++++ */

.form-alarm--recovery {
  margin: 0 0 1.5rem 0;
}

/* --------------------------------------------------------- */


.reg__return {
  color: #ee1a80;
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-transform: uppercase;
  font-family: RFDewiExpanded-Bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.reg__return span {
  margin: 0 0 0 0.5rem;
  font-family: RFDewiExpanded, sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.9rem;
  text-transform: uppercase;
  color: #ee1a80;
}

/* +++++++++++++registration+++++++++++++++++++++++ */
.reg-form-form__conditions {
  margin: 2.6rem 0 3rem 0;
}

.reg-form-form__condition {
  margin: 1.3rem 0 0 0;
}

.reg-form-form__condition-error {
  font-size: 75%;
  color: #ef5350;
}

/* .reg-form-form__condition:hover {
  border-color: #838383;
  cursor: pointer;
} */

.container__title--registration {
  margin: 5.3rem 0 6.6rem !important;
}

/* ++++++++++++++++++edit++++++++++++++++++++++++++++ */

.phone-font span {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.2px;
  color: #838383;
}

.choices--edit {
  background: #141414;
}

/* ++++++++++++++++++contacts+++++++++++++++++++++++++ */
.container__title--contacts {
  margin: 5.4rem 0 4.2rem 0px;
}

.contacts--new {
  margin: 0 0 6.8rem 0;
}

/* +++++++++++++++transition++++++++++++++++++++++++ */

.link-new--mail,
.link-new--support {
  display: none;
}

/* ///================ */

/* ==========home  =@media (max-width: 767px)=================== */
@media (max-width: 767px) {
  .bunner-main--new {
    height: 26rem !important;
  }
  .bunner-main--new .lettering {
    width: 100%;
    height: 7.8rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    bottom: 0.8rem;
    background-image: url("/local/templates/main/i/new/MainLettering.png");
  }

  /* div.home-bunner--new{
min-width: 100vw;
left: 0rem;
padding: 0 0 46.5% 0;
background-position: center;
background-size: contain;
} */
}

/* +++++++++++++++tariffs+++++++++++++++ */
.tariffs__body {
  margin: 5rem 0.5rem 0 0;
}
.tariffs-line__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tariffs-line-item__img--1 {
  background-image: url("/local/templates/main/i/new/img-2.png");
}
.tariffs-line-item__img--1,
.tariffs-line-item__img--2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.tariffs-line-item__img--2 {
  background-image: url("/local/templates/main/i/new/img-1.png");
}
.tariffs-line-item__img--3 {
  background-image: url("/local/templates/main/i/new/img-2.png");
}
.tariffs-line-item__img--3,
.tariffs-line-item__img--4 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.tariffs-line-item__img--4 {
  background-image: url("/local/templates/main/i/new/img-1.png");
}

.tariffs-line-item__img {
  flex: 0 1 22.3%;
  width: 290px;
  height: 147px;
  background-size: contain;
  margin: 0 4rem 0 0;
  background-position: right;
}

.tariffs-line-item__card {
  min-height: 18.8rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  margin: 0 0 3rem;
}
.tariffs-card {
  border-radius: 10px;
  background-color: #232222;
}
.tariffs-card,
.tariffs-card__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* -webkit-box-pack: justify; */
  /* -ms-flex-pack: justify; */
  /* justify-content: space-between; */
}
.tariffs-card__column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tariffs-card__column:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 70.5%;
  flex: 0 1 70.5%;
}
.tariffs-card__column:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 10%;
  flex: 1 1 10%;
}

.tariffs-card__text p:first-child {
  padding: 0;
  margin: 12px 0 -17px 0;
}

.tariffs-card__text {
  padding: 0 0 0 0;
}

.tariffs-card__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: flex-between;
  -ms-flex-pack: flex-between;
  justify-content: flex-between;
  font-family: RFDewiExpanded, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1rem 0 0;
}

.tariffs-card__title span:first-child {
  margin: 0 1.2rem 0 0;
}

.tariffs-line-item__card {
  padding: 2.7rem 2.8rem 1.2rem 2.8rem;
}

/* ====================== */
/* ====================== */
/* ====================== */

/* ====================== */
/* ====================== */
/* ====================== */

.tariffs-card__title {
  font-size: 25px;
}

.tariffs-card__items {
  padding: 2.6rem 0 0;
}
.tariffs-card__item {
  font-family: RFDewi;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.4px;
  color: #f5f5f5;
  padding: 0 0 0 2.2rem;
  margin: 0 0 1.4rem;
  position: relative;
}
.tariffs-card__item:after {
  content: "";
  background-color: #ee1a80;
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}

.tariffs-card__button {
  font-size: 3rem;
  font-style: normal;
  color: #f5f5f5;
  background: transparent;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2rem 1.9rem;
}
.tariffs-card__button span {
  margin: 0 1.2rem 0 0;
  font-weight: 700;
  font-size: 2.2rem;
  font-family: RFDewiExtended, sans-serif;
}

.tariffs-card__button ._red {
  font-size: 2.8rem !important;
}

.tariffs-card__button span:not(._cross) {
  margin: 0;
}

/* ---------------------------------- */

._dark {
  color: #0c0b0b;
}
._grey {
  color: #838383;
}
._white {
  color: #f5f5f5;
}
._red {
  color: #ee1a80;
}
._cross {
  position: relative;
}
._cross:after {
  content: "";
  background-color: #ee1a80;
  position: absolute;
  width: 100%;
  height: 0.3rem;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tariffs-card__button {
  margin: 0 0 1.2rem;
  font-family: RFDewiExtended-Bold;
}
.tariffs-card__text p {
  padding: 1.5rem 0 0;
}

/* .tariffs-line:hover .tariffs-line-item__img {
  -webkit-filter: invert(30%);
  filter: invert(30%);
  transition: all 0.25s ease-in-out;
}
.tariffs-line:hover .tariffs-line-item__card {
  background-color: #f5f5f5;
  transition: all 0.25s ease-in-out;
}
.tariffs-line:hover .tariffs-card__item,
.tariffs-line:hover .tariffs-card__title,
.tariffs-line:hover .tariffs-card__title span {
  color: #0c0b0b;
  transition: all 0.25s ease-in-out;
}
.tariffs-line:hover .tariffs-card__button {
  background-color: #ee1a80;
  transition: all 0.25s ease-in-out;
}
.tariffs-line:hover .tariffs-card__button span {
  color: #f5f5f5;
  transition: all 0.25s ease-in-out;
}
.tariffs-line:hover .tariffs-card__button span:after {
  background-color: #0c0b0b;
  transition: all 0.25s ease-in-out;
}
.tariffs-line:hover .tariffs-card__text {
  color: #0c0b0b;
  transition: all 0.25s ease-in-out;
} */

.akr__body--tariffs {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 1.4rem 0 0;
}

.akr__item--tariffs {
  max-height: 8rem;
  width: 48.4%;
  border-bottom: 0.1rem solid #838383;
}
/* .akr__item--tariffs:hover > .akr-item__title--tariffs {
  color: #ee1a80;
}
.akr__item--tariffs:hover > .akr-item__title--tariffs:after,
.akr__item--tariffs:hover > .akr-item__title--tariffs:before {
  background: #ee1a80;
} */
.akr-item__title--tariffs {
  font-family: RFDewiExtended, sans-serif;

  font-size: 2.2rem;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 8rem;
  position: relative;
}
.akr-item__title--tariffs.act {
  color: #ee1a80;
}
.akr-item__title--tariffs.act:after,
.akr-item__title--tariffs.act:before {
  background: #ee1a80;
}
.akr-item__title--tariffs.act:before {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.akr-item__title--tariffs:after,
.akr-item__title--tariffs:before {
  content: "";
  background-color: #ddd;
  position: absolute;
  width: 2.2rem;
  height: 0.1rem;
  top: 50%;
  z-index: 2;
  right: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.akr-item__title--tariffs:after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.akr-item__title--tariffs:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.akr-drop.act {
  margin: -1rem 0 0;
}
.akr-drop__info {
  padding: 0 0 4.4rem;
}
.akr-drop-info__title {
  font-family: RFDewiExpanded, sans-serif;
  font-size: 1.8rem;
  font-stretch: expanded;
  color: #f5f5f5;
  padding: 0 0 1.4rem;
}
.akr-drop-info__action {
  font-family: RFDewi;

  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 1.2rem;
}
.akr-drop-info__action:last-child {
  margin: 0;
}
.akr-drop-info__text {
  font-size: 1.6rem;
  margin: 0 0 1.4rem;
}
.tariffs__tabs {
  margin: 0 0 5rem;
}
.tariffs-contacts__form {
  width: 48.4%;
}
.block__icon--tariffs {
  right: 1.6rem !important;
}
.reg-form-form__field--textarea input {
  height: 11.5rem;
}
.reg-form-form__alarm--tariffs {
  padding: 1.4rem 0 1.2rem;
}
.reg-form-form__button--tariffs {
  margin: 0;
}
.tariffs-contacts__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.7rem 0 0;
}
.tariffs-contacts__img {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 4rem 0 0;
}

.btn--new {
  background-color: #0c0b0b;
  font-family: RFDewiExpanded, sans-serif;
  font-size: 22px;
  color: #f5f5f5;
}

.btn--new::before {
  top: -2px;
  height: calc(100% + 0.2rem);
}

.alarm__line {
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: -0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.alarm__title h1,
.alarm__title p {
  text-transform: uppercase;
  opacity: 0.8;
  font-family: RFDewiExpanded, sans-serif;
  font-size: 64px;
  font-weight: 900;
  font-stretch: expanded;
  font-style: normal;
  line-height: 1;
  letter-spacing: -1.92px;
  text-align: left;
  color: #ee1a80;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0 2rem 0 0;
}
.forget {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.forget a {
  width: 100%;
  height: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.7rem;
  letter-spacing: -0.02em;
  color: #f5f5f5;
}
/* .hover:hover {
  color: #ee1a80;
} */

.text-container {
  margin: 1.4rem 0 0 0;
}

.tariffs-contacts__title {
  font-family: RFDewiExtended;
  font-style: normal;
  font-weight: bold;
  font-size: 3rem;
  line-height: 2.6rem;
  text-transform: uppercase;
  color: #dddd;
  text-shadow: -0.6rem 0 0 rgba(238, 26, 128, 0.5),
    -0.8rem 0 0 rgba(238, 26, 128, 0.5), -1rem 0 0 rgba(238, 26, 128, 0.5),
    -1.2rem 0 0 rgba(238, 26, 128, 0.5), -1.4rem 0 0 rgba(238, 26, 128, 0.5),
    -1.6rem 0 0 rgb(238 26 128 / 50%), -1.8rem 0 0 rgb(238 26 128 / 50%),
    -2rem 0 0 rgb(238 26 128 / 50%);
  padding: 0 0 0 1.8rem;
}

.tariffs__contacts--tariffs {
  margin: 7.5rem 0 7rem 0;
}

.contacts__form--tariffs {
  margin: 4.2rem 0 0 0;
  width: 48.5%;
}

.form--tariffs {
  width: 100% !important;
}

.tariffs-contacts__img {
  width: 50%;
  background-image: url("/local/templates/main/i/new/rocketbunny1.webp");
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: 0 69%;
}

.tariffs-contacts__content-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* +++++++++++++header-footer++++++++++++++++++++++++++++++++++++++ */

.header__account {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1.3rem 0 1.7rem;
}
.header__number {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  border-radius: 50%;
  background: #ee1a80;
  font-size: 0.4rem;
  color: white;
  line-height: 1;
  letter-spacing: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_line {
  display: flex;
  justify-content: space-between;
  /* align-items: center;  */
}

.footer__col--new:first-child {
  flex: 0 1 31%;
}

.footer__col--new:last-child {
  flex: 0 1 13.5%;
}

.footer__col--new:nth-child(2) {
  flex-grow: 1;
}

.rds-links {
  margin: 0 0 1.5rem 0;
}

.rds-links:last-of-type {
  margin: 0 0 0 0;
}

/* ==========home================== */

.posters {
}

.posters__poster {
}

.poster {
  background: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 1.4rem 0;
}

.poster--highlighted {
  background: #f9dc0d;
}

.poster__number {
  font-family: RFDewiExtended;
  font-style: normal;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 2.6rem;
  text-transform: uppercase;
  color: #0c0b0b;
  flex: 0 1 7.8%;
}
.poster__date,
.poster__title {
  font-family: RFDewiExpanded;
  font-style: normal;
  font-size:38px;
  line-height: 90.3%;
  /* letter-spacing: -0.04em; */
  text-transform: uppercase;
  color: #0c0b0b;
  padding: 1.6rem 1.4rem;
  align-self: center;
}
.poster__title-stage {
  white-space: nowrap;
}

@media (max-width: 1320px) {
  .poster__date,
  .poster__title {
    font-size: 30px;
  }
}

@media (max-width: 1050px) {
  .poster__date,
  .poster__title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .poster__date,
  .poster__title {
    font-size: 24px;
  }
}


.poster__date {
  font-weight: 900;
  opacity: 0.2;
  flex: 0 0 35%
}

@media (max-width: 767px) {
  .poster__date {
    flex: 0 0 100%;
  }
}

.poster__title {
  flex: 1;
}

@media (max-width: 767px) {
  .poster__title {
    padding: 0 1.6rem 1.4rem 1.6rem;
    font-size: 20px;
  }
}

.poster__location {
  flex: 0 1 20%;
  padding: 1.6rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #fff;
  background-color: #ee1a80;
  font-size: 13px;
  justify-content: center;
}

@media (max-width: 1023px) {
  .poster__link {
    flex-wrap: wrap;
  }
  .poster__location {
    flex: 0 1 100%;
    flex-direction: row;
    justify-content: flex-start;
  }
}

.poster__location-item {
  display: flex;
  align-items: center;
}
.poster__location-item__icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  fill: currentColor;
}

@media (max-width: 767px) {
  .poster__location-item__icon {
    width: 18px;
    height: 18px;
  }
}

.poster__location-item__label {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .poster__location-item__label {
    font-size: 12px;
  }
}

.poster__town {
  font-family: RFDewiExtended;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  color: #232222;
}
.poster__arena {
  font-family: RFDewiExtended;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  color: #ee1a80;
}

.container__title--posters {
  margin: 0 0 5rem 0;
}

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

/* ++++++++++++profile+++++++++++++++++ */

.profile {
}

.profile__nav {
  display: flex;
  align-items: flex-start;
  border: 2px solid #232222;
  border-radius: 8px;
  width: 40%;
  height: 100%;
  width: 37.6%;
  margin: 28px 0 0 0;
}

.profile-nav__item {
  flex: 0 1 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-nav__link {
  font-family: RFDewi;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #838383;
  position: relative;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
  padding: 1.5rem 0;
  width: auto;
  display: inline-block;
  position: relative;
}

.profile-nav__link:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  background: #ee1a80;
  height: 0.2rem;
  opacity: 0;
  left: 0;
  /* visibility: hidden; */
  transition: all 0.2s ease-in-out;
}

/* .profile-nav__link:hover {
  color: #f5f5f5;
} */

/* .profile-nav__link:hover:after {
  opacity: 1;
} */

.profile-nav__link--active:after {
  opacity: 1;
}

.profile__title {
  padding: 26px 0 10px 0;
  position: relative;
}

/* --------------------------------------- */

.profile-date__button--enter {
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 289px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}


.profile-date__button--edit {
  position: absolute;
  right: 0;
  top: -8rem;
  margin: 0 0 3.4rem 0;
}

@media (max-width: 1440px) {

.profile-date__button--enter {
  left: 26.2rem;
}

.profile-date__button--enter.history{
  left: 0!important; 
}

.profile-date__button--edit {
  left: 0;
}

.profile-accordion__header{
  margin: 12rem 0 0 0!important;
}

}

/* @media (max-width: 1024px) {
  .profile-date__button--enter.history{
 top: 5.5rem ; 
}
} 



/* ---------------------------------------------- */

.profile__title h1 {
  font-family: RFDewiExpanded;
  font-style: normal;
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 5rem;
  letter-spacing: -0.03em;
  margin: 1rem 0 2rem 0;
}

.profile__date {
  display: grid;
  grid-template-columns: min-content min-content min-content;
  grid-template-rows: 1fr;
  grid-column-gap: 50px;
}

@media (max-width: 767px) {
  .profile__date {
    display: block;
  }
}

.profile-date__column {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

/* .profile-date__column:nth-child(2){ 
 margin: 0 0 0 -7rem;	
}
.profile-date__column:nth-child(3){
 margin: 0 0 0 -7rem;	
}  */

.profile-date__item {
  flex: 0 1 100%;
  font-family: RFDewi;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.02em;
  color: #f5f5f5;
  white-space: nowrap;
}

.profile-date__item--mail {
}

.profile-date__item--phone {
}

.profile-date__item--type {
}

.profile-date__item--type-text {
}

.profile-date__button {
  font-family: RFDewiExtended;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #f5f5f5;
  padding: 1.2rem 3.2rem;
}

.profile__video-catalog {
  margin: 6.7rem 0 0 0;
}

/* ==========history=========== */

.profile__accordion {
  /* background-color: rgba(85,170,255, .5); */
}

.profile-accordion {
}

.profile-accordion__header {
  display: grid;
  grid-template-columns: 8.8% 17% 17.2% 25.8% 17.3% 13.9%;
  grid-template-rows: repeat(auto-fit, 1fr);
  margin: 70px 0 0 0;
  border-bottom: 0.2rem solid #838383;
  padding: 0rem 0 2rem;
}

.profile-accordion__item {
  font-family: RFDewi;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.02em;
  color: #f5f5f5;
  transition: all 0.2s ease-in-out;
}

.profile-accordion__item:nth-child(1) {
  grid-column: span 1;
  grid-row: span 1;
}

.profile-accordion__line {
  display: grid;
  grid-template-columns: 8.8% 17% 17.2% 25.8% 17.3% 13.9%;
  grid-template-rows: repeat(auto-fit, 1fr);

  padding: 3.18rem 0;
}

.icon--profile {
  display: block;
  position: relative;
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
}

.accordion__item--profile {
  border-bottom: 0.2rem solid #838383;
}

.accordion__btn {
  position: relative;
  display: block;
}

.icon--profile::after,
.icon--profile::before {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 1.15rem);
  width: 2.3rem;
  height: 2px;
  background-color: currentColor;
  transition: transform 0.3s ease;
  content: "";
  transition: all 0.2s ease-in-out;
}
.icon--profile::after {
  transform: rotate(90deg);
}
.accordion__inner {
  display: none;
}

/* .accordion__btn:hover > .icon--profile::after,
.accordion__btn:hover > .icon--profile::before {
  color: #ee1a80;
}

.profile-accordion__line:hover > .profile-accordion__item {
  color: #ee1a80;
} */

.icon--profile_active::after {
  transform: rotate(0deg);
}

/* =---------------payment------------------------- */

input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked),
input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label,
input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 20px;
  cursor: pointer;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before,
input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background-color: #ee1a80;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
  border-radius: 2px;
}

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
  border-radius: 100%;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after,
input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
  left: 3px;
  top: 8px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #232222;
}

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #2979ff;
  transform: translate(5px, -50%);
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
}

input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
  opacity: 1;
}

input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label:after,
input[type="checkbox"]:disabled + label:before {
  opacity: 0.5;
  cursor: not-allowed;
}

.profile__accordion--payment {
  max-width: 65.5%;
  flex: 0 1 65.5%;
  margin: 0 3.8rem 0 0;
}

.profile__method {
  flex: 1 1 20%;
}

.profile__wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.profile-method {
}
.profile-method__title {
  font-family: RFDewiExtended;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #f5f5f5;
  text-transform: uppercase;
  padding: 0.4rem 0 3.7rem 0;
}
.profile-method__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 1.4rem;
  margin: 0 0 6.8rem 0;
}

.profile-method__item {
  grid-column: span 1;
  grid-row: span 1;
}

.profile-method__item label {
  position: relative;
  min-height: 7rem;
  width: 100% !important;
  /* padding: 6px 0; */
  border-radius: 0.4rem;
  background-color: #dddddd;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 0 !important;
}

.profile-method__item label::after {
  width: 101% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  border-radius: 4px !important;
  border: solid 3px #ee1a80 !important;
  background-color: transparent !important;
  transform: translate(0, 0) !important;
}

.profile-method__item label::before {
  background-color: transparent !important;
  transition: all 0.3s ease-in-out;
}

.profile-method__item label span {
  text-align: center;
  padding: 0 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: 0.022rem;
  color: #232222;
  font-family: RFDewi;
  text-transform: uppercase;
}

.profile-method__item label img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.profile-method__input {
  margin: 1.3rem 0 0 0;
}

.profile-method__input input {
  width: 400px;
  height: 42px;
  flex-grow: 0;
  padding: 11px 20px;
  border-radius: 4px;
  border: solid 2px #232222;
  background-color: #141414;
  font-family: RFDewi;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #838383;
}

.profile-method__input input::placeholder {
  transition: all 0.2s ease-in-out;
}

.profile-method__input input:focus::placeholder {
  opacity: 0;
}

.profile-method__promo {
}
.profile-promo {
}
.profile-promo__title {
  font-family: RFDewi;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: -0.4px;
  text-align: left;
  color: #f5f5f5;
}
.profile-method__input {
}
.profile-method__table {
  margin: 2.9rem 0 0 0;
}
.profile-table {
}
.profile-table__line,
.profile-total {
  display: flex;
  justify-content: space-between;
}
.profile-table__property,
.profile-table__amount {
  font-family: RFDewi;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.4px;
  color: #f5f5f5;
}
.profile-table__amount {
}
.profile-method__total {
}
.profile-total {
}
.profile-total__title,
.profile-total__amount {
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #f5f5f5;
}
.profile-total__amount {
}

.profile-table__line {
  margin: 1.3rem 0 1.4rem 0;
}

.profile-method__total {
  margin: 2.9rem 0 6.7rem 0;
}

.btn {
}
._pink {
}
.profile-method__button {
}

.reg__return--payment {
  margin: 5.1rem 0 -1.7rem 0 !important;
}

.profile-accordion__header--payment {
  margin: 0 0 0 0 !important;
}

.profile-accordion__item--payment {
  font-family: RFDewi !important;
  font-weight: bold !important;
  font-size: 1.6rem !important;
  color: white !important;
}

.profile-accordion__header--payment {
  grid-template-columns: 13% 65.5% 1fr;
}

.profile__title--payment {
  padding: 26px 0 13px 0;
}

.profile-accordion__header--payment {
  padding: 0rem 0 1.3rem;
}

.profile-accordion__line--payment {
  grid-template-columns: 13% 65.9% 1fr;
  padding: 2.7rem 0;
}

.profile-accordion__line--bascket {
  grid-template-columns: 9% 77% 1fr;
  padding: 2.7rem 0;
}

.item-button {
  padding: 4px 8px;
  border-radius: 3px;
  background-color: #ee1a80;
  width: 90px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
}

.subscription__cross {
  margin: 0 -4.7rem 0 14px;
}

/* .subscription__cross:hover {
  cursor: pointer;
} */

/* .profile__accordion--payment{
 
} */

/* .container{
  outline: 3px solid red
} */
.payment .container {
  max-width: 100%;
}

.payment .video-catalog__item {
  width: calc(50% - 4rem);
}

/* .history.history.history.history.history.history */

.history__button,
.payment__button {
  width: 294px;
  height: 56px;
  font-family: RFDewiExtended;
  font-style: normal;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 0.1rem;
  text-transform: uppercase;
  color: #f5f5f5 !important;
  white-space: nowrap;
  padding: 15px 21px;
  float: right;
  right: 0;
  margin: 0 0 0 auto;
}

.history__button--delete {
  width: 294px;
  height: 56px;
  font-family: RFDewiExtended;
  font-style: normal;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 0.1rem;
  text-transform: uppercase;
  color: #f5f5f5 !important;
  white-space: nowrap;
  padding: 15px 21px;
  right: 0;
  top: 0 !important;
  margin: 0 0 0 auto;
}

.history__button {
  margin: 0 2rem 0.7rem 0;
}

.history__button {
  float: right;
  right: 0;
}

.history__buttons {
  width: 100%;
}

._hide {
  display: none;
}

.history__button--delete {
  margin: 0 auto 0.8rem 2rem;
  left: 0;
}

.payment__button {
  margin: 0 2rem 0.8rem auto;
}

/* .payment .history{
  margin: -3rem 0!important;
} */

.container-wrap--history,
.payment {
  padding: 0 0 5rem 0;
  order: 1;
}

.container-wrap--history .history {
  margin: -3rem -5rem;
}

/* =================bascket==================== */

.container__title--bascket {
  margin: 5.2rem 0 6.6rem 0;
}

.profile-accordion__header--bascket {
  grid-template-columns: 9% 77% 1fr;
  padding: 0rem 0 1.3rem;
  margin: 6rem 0 0 0;
}

.bascket__button {
  margin: 2.7rem 0 7rem 0;
}

/* ==================================== */

._icon-general-sponsor--new {
  width: 205px !important;
  height: 67px !important;
}

.general-sponsor--new {
  top: 6% !important;
  margin: 2rem auto 0;
}

.promo--new {
  margin: 0.5rem auto 0;
}

.wrap-img img {
  min-width: 100%;
}
.wrap-img--new {
  margin-bottom: -5rem;
  width: 100%;
}

.general-sponsor--new span {
  font-family: RFDewi;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #dddddd;
  text-transform: none;
}

@media (max-width: 767px) {
  /* .poster__link {
    flex-direction: column;
  } */

  .poster__number {
    font-family: RFDewiExtended;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #0c0b0b;
  }

  .poster__location div {
    font-family: RFDewiExtended;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: flex-end;
    letter-spacing: -0.01em;
    text-transform: uppercase;
  }

  .poster__title {
    /* font-family: RFDewiExtended; */
    /* font-style: normal; */
    /* font-weight: 800; */
    /* font-size: 34px; */
    /* line-height: 100.6%; */
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #0c0b0b;
    /* opacity: 0.2; */
    /* margin: 0 0 1.1rem 0; */
  }

  .container__title--posters {
    margin: 0 0 2rem 0;
  }

  .poster__link {
    /* padding: 1rem 1rem; */
  }
}

.general-sponsor--new span {
  text-transform: inherit;
  display: inline-block;
  text-align: right;
}

.wrap-svg--home {
  width: 20.5rem;
  height: 6.7rem;
  margin: 0 0 0 auto;
}

@media (max-width: 1023px) {
  .promo__bottom-line--new {
    margin-top: 2.6rem;
  }
}

@media (max-width: 767px) {
  ._icon-general-sponsor--new {
    width: 106px !important;
    height: 35px !important;
  }
}

@media (max-width: 767px) {
  .promo__bottom-line--new {
    margin-top: 1rem;
  }
}

.general-sponsor--new span br {
  display: none !important;
}

@media (max-width: 767px) {
  .general-sponsor--new span br {
    display: block !important;
  }

  .general-sponsor--new span {
    text-align: left;
  }

  .general-sponsor--new {
    margin: 8.3rem auto 0;
  }
}

/* ==================================================== */
/* ========================================= */
/* ========================================= */
/* ========================================= */
/* ========================================= */
/* ========================================= */
/* ========================================= */
/* ========================================= */
/* ========================================= */
/* ========================================= */
/* ========================================= */
/* ========================================= */
/* ========================================= */
/* ========================================= */
/* ========================================= */
/* ========================================= */
/* ========================================= */
/* ========================================= */
/* ========================================= */
/* ========================================= */
/* ========================================= */
/* ========================================= */
/* ========================================= */
/* ========================================= */
/* ========================================= */

@media (max-width: 1150px) {
  .footer__col--new:last-child {
    flex: 0 1 100% !important;
    align-items: start;
  }
}

@media (max-width: 1025px) {
  .calendar__period {
    text-align: center;
  }
  .calendar_buttons {
    display: none;
  }
  .flickity-prev-next-button {
    top: auto;
    margin-top: 17px;
  }
  .flickity-prev-next-button.previous {
    left: 30px;
  }
  .flickity-prev-next-button.next {
    right: 30px;
  }
  .flickity-button:after,
  .flickity-button:before {
    width: 2rem;
    height: 2rem;
  }
}

.container__title--transition p,
.container__title--transition span {
  font-family: RFDewiExpanded;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -0.03em;
  color: #ee1a80;
}

.container__title--transition {
  width: 50%;
  margin: 5.4rem 0 0 0;
}

/* --------------------------------------------- */
.transition {
  width: 100vw;
  overflow: hidden;
  /* margin: -10.5rem 0 -5.7rem 0; */
  min-height: 45rem;
  position: relative;
  margin: 0 0 -15.6rem 0;
}

.transition__img {
  position: absolute;
  width: 80%;
  height: 100%;
  max-width: 1150px;
  min-width: 846px;
  min-height: 370px;
  top: -9rem;
  background-image: url("/local/templates/main/i/new/mainCarDrift.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  left: 15rem;
}

@media (max-width: 1024px) {
  .transition {
    width: 100vw;
    overflow: hidden;
    min-height: 27rem;
  }

  .transition__img {
    width: 80% !important;
    top: -6rem !important;
    left: 5rem !important;
  }
}

@media (max-width: 767px) {
  .container__title--transition {
    display: flex;
    flex-direction: column;
    width: 82%;
    margin: 4rem 0 0 0;
  }

  .container__title--transition span {
    font-size: 20px;
    line-height: 2rem;
    text-transform: uppercase;
  }

  .container__title--transition span:last-child {
    font-size: 32px;
    margin: 1.8rem 0 0 0;
    line-height: 3.3rem;
  }

  .transition__img {
    width: 100% !important;
    height: 100% !important;
    /* max-width: 150px!important;; */
    min-width: 86px !important;
    min-height: 30px !important;
    background-position: left !important;
    right: 0;
  }
}

/* ----------------------------------------------------- */

@media (max-width: 767px) {
  .btn--new::before {
    top: -2px !important;
    height: calc(100% + 0.4rem) !important;
  }

  .btn--new {
    font-size: 14px;
    font-family: RFDewiExtended;
    font-size: 14px;
    font-weight: 800;
  }

  /* .container__title--recovery  p{
    text-transform: uppercase;
    font-size: 30px;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    font-family: RFDewiExpanded;
    line-height: 35px;
    letter-spacing: -.1rem;
    margin: 1.7rem 0 0 0!important;
    } */

  .container__title--recovery span {
    white-space: nowrap;
    font-family: RFDewiExpanded;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 105.3%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
  }

  .container__title--recovery {
    margin: 38px 0 -22px 0;
  }

  .transition__img {
    background-size: 179%;
    background-position: 13.5% 75%;
    padding: 0 0 52% 0;
  }

  .footer__inner--new .logo {
    margin-bottom: 1.6rem !important;
  }

  .footer_line--new {
    flex-direction: column;
  }

  .footer__inner ul:not([class]):not(:last-child) {
    margin-bottom: 1rem;
  }

  .footer__col--new:last-child {
    margin: -1rem 0 0 0;
  }

  a.link-new {
    font-family: RFDewiExtended;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #dddddd !important;
  }

  .rds-links {
    margin: 0 0 0.8rem 0 !important;
  }

  a.link-new--mail {
    font-family: RFDewiExpanded;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 105.3%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #dddddd;
  }

  .rds-links--new {
    padding: 1rem 0 0 0;
  }

  .link-new--mail,
  .link-new--support {
    display: block;
  }

  .link-new--mail {
    padding: 0.2rem 0 0 0;
  }

  a.link-new--support {
    font-family: RFDewi;
    font-size: 14px;
    line-height: 17px;
    color: #838383;
    text-transform: inherit;
  }

  .home-bunner--new {
    width: 100vw;
    background-position: -50%;
    left: 0;
    padding: 10.5rem 0 21.5% 0;
    background-size: 119%;
    background-position: -178%;
  }

  .home-decor {
    width: 100vw;
    padding: 0 0 0 0;
    min-height: 100%;
    padding: 0 0 25.5% 0;
    padding: 0 0 0 0;
    min-height: 100%;
    background-size: 84% 43%;
    background-position: 32% 19%;
  }

  /* .general-sponsor{
  position: absolute;
  top:  10rem;
  top: 25.5rem;
left: 2rem;
} */

  .general-sponsor span {
    margin-bottom: 0;
    font-family: RFDewi;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #dddddd;
    margin: 0.2rem 0 0 0;
  }
}

/* =------------------------------------------------------- */
.selector-cb1,
.selector-cb2 {
  padding: 0 0 0 4rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.selector-cb1:before,
.selector-cb2:before, .cb2:before{
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 14px;
  height: 14px;
  /* background: #ee1a80; */
  border: 2px solid #EE1A80;
  border-radius: 2px;
  /* top: 50%; */
  /* transform: translate(0, -50%); */
}


.selector-cb2:after, .сb-1:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #EE1A80;
  top: 9px;
  left: 4px;
}




.reg-form-form__condition label:before{
    content: "";
    width: 14px!important;
    height: 14px!important;
    background: transparent!important;
    border: 2px solid #EE1A80!important;
    border-radius: 2px;
}


.reg-form-form__condition label:after{
  content: "";
  position: absolute;
  width: 6px!important;
  height: 6px!important;
  border-radius: 50%;
  /*background: #EE1A80!important;*/
  top: 9px!important;
  left: 4px!important;
}


@media (max-width: 767px) {
 .selector-cb1:before,
.selector-cb2:before, .cb2:before{
  border: 1px solid #EE1A80;
    width: 13px!important;
  height: 13px!important;
}

.selector-cb2:after, .сb-1:after{
  width: 5px!important;
  height: 5px!important;
}


.reg-form-form__condition label:before{

  border: 1px solid #EE1A80;
    width: 13px!important;
  height: 13px!important;

}

.reg-form-form__condition label:after{
  width: 5px!important;
  height: 5px!important;

}

}







/* =------------------------------------------------------- */

.btn--alarm {
  display: inline;
}

@media (max-width: 767px) {
  .form__container--recovery {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.2rem !important;
  }

  .form__container--recovery .form-alarm--recovery {
    order: 1;
    margin: 7.3rem 0 1.5rem 0 !important;
  }

  .form-errors--autorization {
    margin-bottom: 3.2rem !important;
  }

  .form__container--recovery .field {
    order: 2;
  }

  .form__container--recovery .form-errors--autorization {
    order: 3;
  }
  .form__container--recovery button {
    order: 4;
  }

  /* .reg__return img{
height: 1.2rem;
margin: 4px 0 0 0;
} */

  /* .container__title--recovery{
  margin: 2.1rem 0 -2.2rem 0!important;
} */
  .container__title--recovery h1 {
  }

  .promo__bottom-line--alarm {
    align-items: flex-end;
    margin: 2.3rem 0 10rem 0;
  }

  .container-rds__title--alarm span {
    display: inline !important;
  }

  .btn--alarm {
    display: none;
  }

  /* .rds-tv__advantages li {
    margin: .8rem .8rem 1.1rem .8rem;
} */

  .container-rds__title--alarm br {
    display: block;
  }

  .promo__bottom-line--alarm {
    position: relative;
  }

  .promo__bottom-line--alarm .btn--alarm {
    position: absolute;
    display: block;
    top: 495%;
    width: 100%;
    height: 41px;
    background: #ee1a80;
    border-radius: 4px;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5.2rem 0 0 0;
  }

  /* .promo__bottom-line--alarm .btn--alarm:hover { 
    cursor: pointer;
    color: white;
  }*/

  .alarm-archive {
    padding: 0 0 100px 0;
  }
  .promo__bottom-line--alarm .btn--alarm::before {
    display: none;
  }

  .alarm-archive {
    overflow: visible !important;
  }
  .tariffs__body {
  }
  .tariffs__contacts--tariffs {
    display: none;
  }

  .tariffs-line-item {
    flex-direction: column;
  }
}

/* 767 */
/* 767 */
/* 767 */
/* 767 */
/* 767 */
/* 767 */
/* 767 */
/* 767 */
/* 767 */
/* 767 */
/* 767 */
/* 767 */
/* 767 */

.profile__date--profile {
  position: relative;
}

@media (max-width: 1023px) {
  .tariffs-card__column:first-child {
    flex: 0 1 100% !important;
  }
}

/* ==================ХХХХХХХХХХХХХХХХХХХ=================ХХХХХХХХХХ */
/* .rds-tv__content--alarm{
position: relative;
 
}

.rds-tv__car{
 position: absolute;
    /* right: calc(100vw - -50%); 
    width: 100vw!important;
    bottom: -2.1rem;
    max-width: 100vw!important;
} */

/* .rds-tv__car img{
  right: 0;
  position: relative;
  width: 100%;
  height: 100%;
} */

/* .rds-tv__content--alarm{
position: relative;
}


.rds-tv__car{
background-image: url("/local/templates/main/i/new/car.png");
background-repeat: no-repeat;
background-size: contain;
background-position: right bottom;
width: 100vw!important;
padding: 44.45% 0 0 0;
min-height: 56.8rem;
 right: 0; 
} 
*/
/* ==================ХХХХХХХХХХХХХХХХХХХ=================ХХХХХХХХХХ */

@media (min-width: 768px) and (max-width: 1023px) {
  .rds-tv__advantages {
    width: 52%;
    display: flex;
    justify-content: space-between;
  }

  .rds-tv__advantages li {
    width: 30%;
    margin: 0 0 0 0;
  }

  .rds-tv__advantages li:not(:last-child) {
    margin: 0 0 0 0;
  }

  .rds-tv__advantages li span {
    font-size: 14px;
  }

  .container-rds__title--alarm strong {
    font-size: 2.4rem !important;
  }

  .btn._pink-line::before {
    height: calc(100% + 0.4rem);
  }
}

.btn._pink-line::before {
}

/* -----------заголовки---------- */

.title--new {
  margin: 0 0 7rem 0;
}

.title--new h1 {
  font-family: RFDewiExpanded, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 5rem;
  letter-spacing: -0.03em;
  color: #f5f5f5;
}
.title--new h1 {
  margin: 0 0 0 0 !important;
}

.container-rds__title--alarm {
  font-size: 34px;
}

.container-rds__title--alarm span {
  display: none;
}

@media (max-width: 767px) {
  /* .reg__return {
    margin: 1rem 0 1.8rem 1px;
  } */

.reg__return--change {
  margin: 5.4rem 0 1.8rem 1px;
}








  .reg__return--change span {
    font-size: 13px !important;
    margin: 0 0 0 1.4rem !important;
  }

  .reg__return--change img {
    width: 1.2rem;
  }

  .title--new h1 {
    line-height: 21px !important;
    letter-spacing: -0.06rem;
    font-size: 20px !important;
    color: #f5f5f5;
    text-transform: uppercase !important;
    display: table-caption;
  }

  .title--new_edit {
    margin: 0 0 5.2rem 0;
  }

  .title--new_recovery {
    margin: 0 0 -2.1rem 0;
  }
}

@media (max-width: 767px) {
  .tariffs__body {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin: 2.66rem 0 3rem;
  }

  .tariffs-line {
    position: relative;
    /* width: 98.5%; */
    flex-shrink: 0;
    margin: 0 2rem 0 0;
    width: 88.5%;
  }

  .tariffs-line-item__img {
    width: 100%;
    padding: 0 0 148px 0;
    margin: 0 0 0 0;
    /* background-size: cover; */
    background-position: center;
  }

  .container-tariffs {
    padding: 0 0 0 2rem !important;
    max-width: 100% !important;
  }

  .tariffs-card__title {
    font-weight: 800 !important;
    font-size: 1.8rem !important;
  }

  .tariffs-card__item {
    font-size: 1.8rem !important;
  }

  .tariffs-card__item::after {
    top: 1rem !important;
    transform: translate(0) !important;
  }

  .tariffs-card__title span:first-child {
    margin: 0 1rem 0 0;
    display: table;
  }
}

/* ------------------------------------- */
@media (max-width: 767px) {
  .container__title--tariffs {
    padding: 0 0 0 0;
  }

  .tariffs-line-item__card {
    padding: 2rem 2rem 1.2rem 2rem;
  }

  .header__mobile-top .header__account {
    display: none;
  }
}

@media (max-width: 1440px) {
  .profile-date__button--new {
    font-size: 16px;
    top: 7.8rem;
    width: 203px;
    height: 35px;
    padding: 0 0 0 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .profile-date__column:nth-child(2) {
    margin: 0 0 0 0;
  }

  .profile__date a {
    font-size: 16px;
  }

  .profile__video--new {
    margin: 8.7rem 0 0 0;
  }
}

@media (max-width: 1023px) {
  .profile-date__button--new {
    /* top: 6rem!important; */
  }
}

@media (max-width: 767px) {
  .profile__nav {
    display: none;
  }

  .profile__title h1 {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 125.56%;
    text-transform: uppercase;
  }

  .profile-date__column {
    /* flex: 0 1 100%; */
    width: 100%;
    display: flex;
  }
  .profile__date--profile {
    flex-direction: column;
    align-items: flex-start;
  }

  .profile-date__item {
    flex: 0 1 auto;
  }

  .profile-date__column:first-of-type .profile-date__item {
    flex: 0 1 100%;
  }

  .profile-date__button--new {
    position: relative;
    left: 0 !important;
    width: 100% !important;
    background: #ee1a80 !important;
    color: white !important;
    font-size: 1.4rem !important;
    margin: 0 0 1.4rem 0;
    height: 4rem;
    top: 1.7rem !important;
  }

  .profile__video--new {
    margin: 4.7rem 0 0 0;
  }

  .profile .choices {
    margin: 1.2rem 0 -0.8rem 0;
  }

  .profile-date__column a {
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #f5f5f5;
  }

  .profile__date--profile {
    margin: -1.1rem 0 0 0;
  }
}

@media (max-width: 1023px) {
  .profile__nav {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .container-wrap--history .history {
    margin: -1rem -4rem;
  }

  .history__button {
    font-size: 1.4rem;
  }

  .profile-accordion__header--bascket {
    grid-template-columns: 20% 56% 1fr;
  }

  .profile-accordion__line--bascket {
    grid-template-columns: 20% 56% 1fr;
  }

  .history__button--delete {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .profile .choices {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .profile--history .profile__accordion {
    margin: 10rem 0 0 0;
  }

  .profile-accordion__header .profile-accordion__item {
    display: none;
  }

  .profile-accordion__header {
    border-bottom: 0.1rem solid #838383;
  }

  .profile-accordion__item {
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #f5f5f5;
  }

  .profile-accordion__item:not(:nth-child(1), :nth-child(2), :last-child) {
    display: none;
  }

  .profile-accordion__line {
    display: grid;
    grid-template-columns: 9% 71% 13.9%;
  }

  .profile-accordion__line {
    padding: 1.8rem 0;
  }

  .icon--profile::after,
  .icon--profile::before {
    width: 1.5rem;
  }

  .icon--profile {
    right: 0rem;
  }

  .container-wrap--history .history {
    margin: 3rem -2rem;
  }

  .history__button {
    width: 100%;
    height: 4rem;
    background: #ee1a80;
    color: white;
    margin: 0 auto;
    font-size: 1.4rem;
    position: relative;
  }

  .history__button:before {
    position: absolute !important;
    width: 100% !important;
    height: 0.1rem !important;
    background: #232222 !important;
    bottom: -2rem !important;
    left: 0;
    top: auto;
    z-index: 2;
  }

  .container-wrap--history {
    padding: 0 0 0.6rem 0;
  }
}

@media (min-width: 767px) {
  .accordion__properties {
    display: none;
  }
}

.basket .history__button::before {
  display: none;
}

.bascket-services {
  display: none;
}

@media (max-width: 767px) {
  .history__button--delete {
    margin: 6rem 0 -1rem 0 !important;
    top: 0 !important;
  }
  .item-button {
    width: 6rem;
    height: 2rem;
    font-size: 1.1rem;
  }
  .container__title--bascket {
    margin: 1.2rem 0 -2.8rem 0;
  }

  .bascket .profile-accordion__line {
    grid-template-columns: 9% 55% 13.9%;
  }
  /* .bascket__button{
  display: none;
} */

  .bascket__services {
    display: block;
    margin: 1rem 0 0 0;
  }
  .bascket-services__line {
    margin: 1rem 0 1.5rem 0;
    padding: 0.2rem 0.1rem 0 0;
  }

  .bascket-services__link {
    font-family: RFDewiExpanded;
    font-style: normal;
    font-weight: bold;
    font-size: 2rem;
    line-height: 105.3%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #f5f5f5;
  }

  .bascket-services__comments {
    font-family: RFDewi;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 17px;
    color: #838383;
    margin: 0.1rem 0 0 0;
  }

  .history__button--delete {
    width: 100%;
    height: 4rem;
    background: #ee1a80 !important;
    color: white;
    margin: 0 auto;
    font-size: 1.4rem;
    position: relative;
    margin: 2rem 0 -1rem 0 !important;
  }
}

@media (max-width: 1440px) {
  .profile__wrapper {
    flex-direction: column;
  }
  .profile__accordion--payment {
    flex: 0 1 100%;
    max-width: 100%;
    margin: 0 0 0 0;
  }
  .payment__button {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .profile__accordion--payment {
    margin: 0 0 0 0;
  }

  .profile-method__title {
    font-size: 1.8rem;
  }

  .profile-method__item label img {
    max-width: 100%;
  }
  .profile-promo__title {
    display: none;
  }
  .profile-method__input input {
    width: 100%;
  }

  .profile-table__property,
  .profile-table__amount {
    font-size: 1.4rem;
  }

  .profile-total__title,
  .profile-total__amount {
    font-size: 1.8rem;
  }

  .reg__return--payment span {
    font-size: 1.3rem;
  }

  .reg__return--payment img {
    width: 1.3rem;
  }

  .payment .profile-accordion__line {
    grid-template-columns: 9% 55% 13.9%;
  }

  .payment .video-catalog__item {
    width: 100%;
  }

  .payment__button {
    width: 100%;
    height: 4rem;
    background: #ee1a80 !important;
    color: white;
    margin: 0 auto;
    font-size: 1.4rem;
    position: relative;
    margin: 2rem 0 -1rem 0 !important;
  }

  .profile-method__title {
    padding: 4.8rem 0 2.2rem 0;
  }

  .profile-method__items {
    grid-gap: 1.3rem;
  }

  .profile-method__items {
    margin: 0 0 1.8rem 0;
  }

  .profile-method__table {
    margin: 1.9rem 0 0 0;
  }
  .profile-method__total {
    margin: 2.5rem 0 5.1rem 0;
  }
}

.reg-form-form__title {
  font-family: RFDewi;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.7rem;
  letter-spacing: -0.02em;
  color: #f5f5f5;
}

.reg-form-form__soc {
  margin: 3rem 0 4.5rem 0;
}

.reg-form-form__title {
  margin: 0 0 14px 0;
}

.accordion__alarm {
  width: 100%;
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
  border: 0.1rem solid #f5f5f5;
  font-family: RFDewi;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.7rem;
  letter-spacing: -0.02em;
  color: #f5f5f5;
  border-radius: 0.2rem;
}

@media (max-width: 767px) {
  .accordion__alarm {
    font-size: 1.4rem;
  }

  .profile__date--profile a {
    width: 100% !important;
  }

  .history__button {
    background: #ee1a80 !important;
  }
}

/* --------------------------------- */

.block__select {
  position: relative;
  width: 100%;
  transition: all 0.2s ease-in-out;
  height: 42px;
  border-radius: 3px;
  background: transparent;
}

/* .block__select:hover{
cursor: pointer
} */




@media (min-width: 768px) {
  .block__select {
    display: none;
  }
}

.block__icon {
  font-size: 15px;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}

/* .block__icon:hover {
  cursor: pointer;
} */

.img-active {
  transform: translateY(-50%) rotate(180deg);
}

.select {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  background: transparent;
  position: relative;
}

.new-select {
  background: transparent;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
  font-family: RFDewi;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #838383;
  border: 2px solid #232222;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}
.new-select.on {
  border: 0.2rem solid #838383;
  border-top-color: rgb(131, 131, 131);
  border-top-style: solid;
  border-top-width: 0.2rem;
  border-right-color: rgb(131, 131, 131);
  border-bottom-color: rgb(131, 131, 131);
  border-left-color: rgb(131, 131, 131);
  border-bottom: 0;
  border-bottom-color: transparent;
  border-top-right-radius: 0.4rem;
  border-top-left-radius: 0.4rem;
  transition: all 0.2s ease-in-out;
}
/* .new-select.on:hover {
  cursor: pointer;
} */

.new-select__list {
  border: 1px solid #546e7a;
  position: absolute;
  width: 100%;
  height: auto;
  top: 40px;
  left: 0;
  z-index: 2;
  padding: 0 0 2.2rem 0;

  border: 0.2rem solid #838383;
  border-right-color: rgb(131, 131, 131);
  border-bottom-color: rgb(131, 131, 131);
  border-left-color: rgb(131, 131, 131);
  border-top: 0;
  border-top-color: transparent;
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  background-color: #141414;
}

.new-select__item {
  transition: all 0.2s ease-in-out;
  font-family: RFDewi;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #838383;
  padding: 1rem 0 1rem 2rem;
  transition: all 0.2s ease-in-out;
}
/* .new-select__item:hover {
  cursor: pointer;
}

.new-select__item:hover {
  background-image: linear-gradient(
    90deg,
    rgba(238, 26, 128, 0.7) -5.76%,
    rgba(238, 26, 128, 0)
  );
} */

.choosen {
  color: #f5f5f5;
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0.4) 23.21%,
    transparent 95.68%
  );
  transition: all 0.2s ease-in-out;
}

/* background-image: linear-gradient(90deg,hsla(0,0%,100%,.4) 23.21%,transparent 95.68%); */

@media (max-width: 767px) {
  strong.h0 {
    font-size: 3rem;
  }
}

/* ----------------------- */
.contacts--change-password {
  margin: 7rem 0 0 0;
}

.form-change__title {
  font-family: RFDewi;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.7rem;
  letter-spacing: -0.02em;
  color: #f5f5f5;
}

.form-change__title-field {
  margin: 3rem 0rem 0.9rem 0;
}

.form-alarm--change-password {
  margin: 2.6rem 0 0 0;
}

.form-alarm--change {
  white-space: nowrap;
  color: red;
}


.title--new_change {
    margin: 0 0 3rem 0;
  }


.alarm--change {
    white-space: nowrap;
  }


@media (max-width: 767px) {
  .form-alarm--change {
    white-space: normal;
  }
}


.field--change-password{
margin: 6.7rem 0 7.7rem 0;

}


.reg__return {
    margin: 1rem 0 2rem 1px;
}


.field--change-password span {
  font-weight: 700;
  font-size: 2.2rem;
  font-family: RFDewiExtended, sans-serif;
  line-height: 2.6rem;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.3s ease, background 0.15s ease;
  color: white !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  opacity: 1!important;
}

@media (max-width: 767px) {
  .header__mobile-top{
    display: block;
  }
  .header .lang
  {
    float: right;
  }
.field--change-password{
margin: 0rem 0 0.2rem 0;
}


  .field--change-password span {
    font-size: 1.4rem;
    
  }

  .form-errors--change {
    margin-top: 1rem !important;
  }

  .title--new_change {
    margin: 0 0 4.7rem 0;
  }

  #change {
    margin: 0 0 -1.7rem 0;
  }

  .title--new_change h1 {
    display: block;
  }

  #change .field {
    order: 0;
  }

  .alarm--change {
    padding: 0 5rem 4.5rem 0;
    white-space: normal;
    font-size: 1.6rem;
  }
}

input[type="checkbox"]:checked + label:after
{
  background: #EE1A80!important;
}

.video-catalog__promo .wrap-imgs span:first-child + img, .video-catalog__promo .wrap-imgs span:first-child + picture * {
    opacity: 1;
}
/* End */


/* Start:/local/templates/main/template_styles.css?1699714903479*/
.contacts__form--tariffs .form__success-img
{
    margin: -11.5rem 0 0 -9rem;
}
.back-url
{
    margin: 4rem 0 2rem 0;
    width: fit-content;
}

#rds-widget #rds-widget-wrapper .b_results {
    margin: 30px 0 20px !important;
}

.profile-method__item label img {max-width:95%; max-height:95%;}

.icon._play.need_buy {z-index:2; cursor:pointer;}
.broadcastsActions__item.buy_button {display:none; z-index:2; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%);}
/* End */
/* /local/templates/main/css/vendor.css?169971490318391 */
/* /local/templates/main/css/app.css?176855190588583 */
/* /local/templates/main/components/bitrix/menu/main/style.css?169971490386 */
/* /local/templates/main/styles.css?169971490463487 */
/* /local/templates/main/template_styles.css?1699714903479 */
