@charset "UTF-8";
/*! 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 {
    -webkit-box-sizing: content-box;
    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 */
    -webkit-text-decoration: underline dotted;
    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 {
    -webkit-box-sizing: border-box;
    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] {
    -webkit-box-sizing: border-box;
    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;
}

@font-face {
    font-family: "ubuntu";
  src: url("../fonts/ubuntu-regular-webfont.woff2") format("woff2"), url("../fonts/ubuntu-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: "ubuntu";
  src: url("../fonts/ubuntu-light-webfont.woff2") format("woff2"), url("../fonts/ubuntu-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
    font-family: "ubuntu";
  src: url("../fonts/ubuntu-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/ubuntu-mediumitalic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
    font-family: "ubuntu";
  src: url("../fonts/ubuntu-lightitalic-webfont.woff2") format("woff2"), url("../fonts/ubuntu-lightitalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
    font-family: "ubuntu";
  src: url("../fonts/ubuntu-italic-webfont.woff2") format("woff2"), url("../fonts/ubuntu-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
    font-family: "ubuntu";
  src: url("../fonts/ubuntu-bolditalic-webfont.woff2") format("woff2"), url("../fonts/ubuntu-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
    font-family: "ubuntu";
  src: url("../fonts/ubuntu-medium-webfont.woff2") format("woff2"), url("../fonts/ubuntu-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
    font-family: "ubuntu";
  src: url("../fonts/ubuntu-bold-webfont.woff2") format("woff2"), url("../fonts/ubuntu-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

dl:after, .clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
  /* 1 */
    text-overflow: ellipsis;
  /* 2 */
    overflow: hidden;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

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

* {
    max-height: 1000000px;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
    margin: 0 0 0.5em;
}

blockquote {
    border-left: 4px solid #323232;
    padding-left: 10px;
    margin-left: 0;
}

table {
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #323232;
    padding: 3px;
    text-align: left;
    vertical-align: top;
}

th {
    text-align: center;
    vertical-align: middle;
}

ul,
ol {
    padding-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    padding-left: 20px;
    margin: 0;
}

ul {
    list-style-type: disc;
}

dl dt {
    float: left;
    clear: left;
    padding-right: 0.3em;
    font-weight: bold;
}

dl dd {
    overflow: hidden;
}

pre {
    max-width: 100%;
    overflow: auto;
}

body {
    color: #bfbfbf;
    background: #0f0f0f;
    font: 400 14px/1.3 "ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 360px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

@media (min-width: 62em) {
    body {
        font-size: 14px;
    }
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    display: inline-block;
}

@media (max-width: 61.99em) {
    iframe {
        width: 100%;
    }
}

.resize-active * {
    -webkit-transition: none !important;
    transition: none !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    margin: 0 0 0.5em;
    font-family: "ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 700;
}

@media (min-width: 48em) {
    h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
        margin-bottom: 20px;
    }
}

h1 {
    margin: 0 0 0.5em;
    font-size: calc(30px + 18 * (100vw - 360px) / 940);
    line-height: 0.7708333333;
    color: #fff;
}

@media (min-width: 75em) {
    h1 {
        font-size: 48px;
    }
}

h2 {
    margin: 0 0 0.5em;
    font-size: calc(30px + 18 * (100vw - 360px) / 940);
    line-height: 0.7708333333;
    color: #fff;
}

@media (min-width: 75em) {
    h2 {
        font-size: 48px;
    }
}

h3 {
    margin: 0 0 0.6em;
    font-size: calc(30px + 18 * (100vw - 360px) / 940);
    line-height: 0.7708333333;
    color: #fff;
}

@media (min-width: 75em) {
    h3 {
        font-size: 48px;
    }
}

h4 {
    margin: 0 0 0.2em;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
}

p {
    margin: 0 0 1em;
}

a {
    color: #65c14a;
    text-decoration: none;
}

a:hover, a:focus {
    color: rgb(69.7716049383, 141.8950617284, 48.6049382716);
    text-decoration: none;
}

a[href*="mailto:"] {
    word-wrap: break-word;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
    font-family: "ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 0;
}

input[type=text]:not(textarea),
input[type=tel]:not(textarea),
input[type=email]:not(textarea),
input[type=search]:not(textarea),
input[type=password]:not(textarea),
input[type=url]:not(textarea),
textarea:not(textarea) {
    height: 38px;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
    outline: none;
    border-color: #000;
}

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ddd;
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #ddd;
}

input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #ddd;
}

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ddd;
}

input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
input[type=url].placeholder,
textarea.placeholder {
    color: #ddd;
}

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

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

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
    -webkit-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    height: 38px;
    padding: 10px 19px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    background: #007bff;
    border-width: 1px;
    border-style: solid;
    border-color: #007bff;
    border-radius: 9px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=file]:hover,
input[type=submit]:hover {
    background: #000;
    color: #007bff;
}

noscript {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    font-size: 14px;
    color: #000;
    background: #ff8f8f;
    display: block;
    padding: 5px 0;
    text-align: center;
    z-index: 99999;
}

.accessibility {
    position: absolute;
    left: -200vw;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.accessibility:focus {
    position: static;
    width: auto;
    height: auto;
}

.hidden {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
    height: 100dvh;
}

body {
    height: 100dvh;
    position: relative;
    margin: 0;
    padding: 0;
}

body.lock-scroll {
    overflow: hidden;
}

body.lock-scroll #main,
body.lock-scroll #footer {
    opacity: 0;
}

[id=wrapper] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 100dvh;
    overflow: hidden;
}

#main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.container {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}

.heading {
    padding: 2px 0;
}

@media (min-width: 48em) {
    .heading {
        padding: 27px 0;
    }
}

.heading h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

@media (min-width: 48em) {
    .heading h2 {
        text-align: left;
    }
}

.heading .sub-title {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

@media (min-width: 48em) {
    .heading .sub-title {
        display: inline;
    }
}

.heading .separator {
    display: none;
}

@media (min-width: 48em) {
    .heading .separator {
        display: inline;
        margin-right: 13px;
        font-weight: 300;
    }
}

@media (max-width: 767px) {
  /* Оверлей скрыт по умолчанию */
    .global-fullscreen-overlay {
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100dvh;
        z-index: 9999;
        background: #000;
        overflow-y: auto;
        -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
        opacity: 0;
        visibility: hidden;
    }

    .global-fullscreen-overlay.is-active {
        opacity: 1;
        visibility: visible;
    }
  /* Все видео внутри оверлея растягиваются на экран */
    .global-fullscreen-overlay .video-scroll,
  .global-fullscreen-overlay .banner-modal {
        height: 100dvh;
        width: 100%;
        scroll-snap-align: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

    .global-fullscreen-overlay .banner-modal {
        background: #000;
    }

    .global-fullscreen-overlay .banner-modal img {
        max-width: none;
        width: 100%;
        height: auto;
    }

    .global-fullscreen-overlay .item-video__title {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .global-fullscreen-overlay .item-video__video {
        padding: 0;
        height: 100dvh;
        width: 100%;
    }

    .global-fullscreen-overlay.video-scroll-pause .item-video__play,
  .global-fullscreen-overlay.video-scroll-pause .video-box__play {
        display: block !important;
    }
  /* Кнопка закрытия */
    .close-fullscreen {
        position: fixed;
        top: 26px;
        right: 20px;
        z-index: 10000;
        width: 30px;
        height: 30px;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>') center/cover no-repeat;
        cursor: pointer;
    }

    .freeze .close-fullscreen {
        display: none;
    }
  /* Блокируем скролл */
    .global-fullscreen-overlay.freeze {
        overflow: hidden !important;
        -ms-touch-action: none;
        touch-action: none;
    }

    .video-scroll {
        position: relative;
    }

    .video-preloader {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        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;
        z-index: 5;
    }

    .video-preloader .loader {
        width: 40px;
        height: 40px;
        border: 4px solid rgba(255, 255, 255, 0.3);
        border-top-color: #f05b33;
        border-radius: 50%;
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }
  @    -webkit-keyframes spin {
        to {
      -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
  /* Размытие текущего видео */
.item-video.is-locked,
  .video-scroll.is-locked,
  .video-box.is-locked {
    position: relative;
    height: 100dvh !important;
    width: 100% !important;
    pointer-events: none;
}

.item-video.is-locked .item-video__video,
  .item-video.is-locked video,
  .video-scroll.is-locked .item-video__video,
  .video-scroll.is-locked video,
  .video-box.is-locked .item-video__video,
  .video-box.is-locked video {
    -webkit-filter: blur(25px);
    filter: blur(25px);
    -webkit-transition: -webkit-filter 0.6s ease;
    transition: -webkit-filter 0.6s ease;
    transition: filter 0.6s ease;
    transition: filter 0.6s ease, -webkit-filter 0.6s ease;
}

.item-video.is-locked .item-video__title,
  .video-scroll.is-locked .item-video__title,
  .video-box.is-locked .item-video__title {
    display: none;
}

.item-video.is-locked .lock-paywall,
  .video-scroll.is-locked .lock-paywall,
  .video-box.is-locked .lock-paywall {
    top: 50%;
    left: 50%;
    bottom: auto;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.lock-paywall {
    position: absolute;
    bottom: 100%;
    left: 15px;
    cursor: pointer;
    pointer-events: auto;
}

.lock-paywall .btn.btn {
    max-width: 147px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px;
}

.lock-paywall .btn.btn--md {
    padding: 7px 9px;
    font-size: 12px;
    line-height: 12px;
}

.lock-paywall .btn.btn .btn-icon {
    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;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #b43820;
}
}

[id=header] {
    background-image: url("../images/bg-header.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.header-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 26px 0 7px;
}

@media (min-width: 48em) {
    .header-holder {
        padding: 16px 0 7px;
    }
}

.logo {
    width: 122px;
    min-width: 122px;
    margin: 0;
}

@media (min-width: 62em) {
    .logo {
        width: 200px;
        min-width: 200px;
        margin: 0 20px 0 -8px;
    }
}

@media (min-width: 75em) {
    .logo {
        width: 310px;
        min-width: 310px;
        margin: 0 40px 0 -8px;
    }
}

.lock-scroll .logo {
    position: fixed;
    top: 26px;
    left: 15px;
    z-index: 10000;
}

[id=nav] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.nav-opener {
    position: absolute;
    z-index: 100;
    width: 40px;
    height: 40px;
    top: 21px;
    right: 22px;
    padding: 2px;
    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;
    cursor: pointer;
    color: #fff;
}

.lock-scroll .nav-opener {
    display: none;
}

@media (min-width: 62em) {
    .nav-opener {
        display: none;
    }
}

.nav-opener:active, .nav-opener:focus, .nav-opener:hover {
    color: #fff;
}

.nav-opener svg {
    display: block;
    width: 100%;
    height: 100%;
}

@media (min-width: 62em) {
    .nav-opener {
        display: none;
    }
}

.nav-drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    padding: 50px 0;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(139, 47, 47, 0.95);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

@media (min-width: 62em) {
    .nav-drop {
        position: static;
        background: none;
        padding: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.nav-active .nav-drop {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.nav-drop__hold {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-bottom: 60px;
}

@media (min-width: 62em) {
    .nav-drop__hold {
        position: static;
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
}

@media (min-width: 62em) {
    .primary-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 13px;
    }
}

@media (min-width: 75em) {
    .primary-menu {
        font-size: 15px;
    }
}

.primary-menu > li {
    padding: 27px 0;
}

@media (min-width: 62em) {
    .primary-menu > li {
        padding: 0 8px;
        position: relative;
    }
}

@media (min-width: 75em) {
    .primary-menu > li {
        padding: 0 10px;
    }
}

@media (min-width: 62em) {
    .primary-menu > li + li:after {
        content: "";
        width: 1px;
        background: #323232;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}

.primary-menu a {
    color: #fff;
}

.form-search {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #993333;
    border-radius: 10px;
    background: #5f1717;
    width: 213px;
}

@media (min-width: 62em) {
    .form-search {
        background: #111;
        position: static;
        -webkit-transform: none;
        transform: none;
        width: 200px;
        border-color: #242424;
    }
}

@media (min-width: 75em) {
    .form-search {
        width: 212px;
    }
}

.form-search input[type=search] {
    border: 0;
    background: none;
    width: 100%;
    height: 42px;
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.form-search [type=submit] {
    width: 42px;
    min-width: 42px;
    height: 42px;
    padding: 7px;
    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;
    border: 0;
    color: #7f4545;
    background: none;
}

@media (min-width: 62em) {
    .form-search [type=submit] {
        color: #414141;
    }
}

.form-search [type=submit] svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
}

.login:hover, .login:focus {
    color: #fff;
}

.login svg {
    display: block;
    width: 100%;
    height: 100%;
}

.login__icon {
    display: block;
    height: 30px;
    width: 30px;
    color: #f05b33;
}

.header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 44px;
    margin-bottom: 17px;
}

@media (min-width: 62em) {
    .header-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 0;
        gap: 8px;
    }
}

@media (min-width: 75em) {
    .header-box {
        gap: 15px;
    }
}

[id=footer] {
    position: relative;
    font-size: 12px;
    line-height: 14px;
    padding: 50px 0 40px;
    background-image: url("../images/bg-footer.png");
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

@media (min-width: 48em) {
    [id=footer] {
        padding: 46px 0 30px;
    }
}

[id=footer] a {
    color: inherit;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

[id=footer] a:hover {
    color: #fff;
}

[id=footer] .container {
    position: relative;
    z-index: 1;
}

.footer-text {
    text-align: center;
    margin: 0 auto 40px;
}

.footer-text p {
    margin: 0 0 1.2em;
}

@media (min-width: 48em) {
    .footer-text p {
        margin: 0 0 0.8em;
    }
}

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

.footer-text a:hover {
    text-decoration: none;
}

.footer-menu {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #bfbfbf;
}

@media (min-width: 48em) {
    .footer-menu {
        margin: 0 0 10px;
    }
}

.footer-menu > li:before {
    content: "|";
    margin: 0 5px;
}

.footer-menu > li:first-child:before {
    display: none;
}

.footer-menu a {
    color: #bfbfbf;
}

.footer-menu a:hover {
    text-decoration: underline;
}

.footer-list {
    margin: 0 0 -10px;
    padding: 0;
    list-style: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 48em) {
    .footer-list {
        margin: 0 0 15px;
    }
}

.footer-list > li {
    width: 260px;
    padding: 0 10px 48px;
}

@media (min-width: 48em) {
    .footer-list > li {
        padding: 0 10px 20px;
    }
}

@media (min-width: 62em) {
    .footer-list > li {
        width: 300px;
    }
}

.footer-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #bfbfbf;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

.footer-list-item h5 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: inherit;
}

.footer-list-item__icon {
    margin-right: 20px;
    width: 60px;
    min-width: 60px;
}

@media (max-width: 47.99em) {
    .footer-list-item__icon {
        text-align: right;
    }
}

@media (min-width: 48em) {
    .footer-list-item__icon {
        width: 83px;
        min-width: 83px;
    }
}

.footer-list-item p {
    margin: 0;
}

.footer-bar {
    text-align: center;
}

.logo-footer {
    display: inline-block;
    vertical-align: top;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    border-radius: 9px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

.btn--sm {
    font-size: 14px;
    line-height: 20px;
}

@media (min-width: 48em) {
    .btn--sm {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (min-width: 75em) {
    .btn--sm {
        padding: 6px 12px;
        font-size: 14px;
        line-height: 18px;
    }
}

.btn--md {
    padding: 10px 19px;
    font-size: 15px;
    line-height: 20px;
    min-width: 0;
}

@media (min-width: 48em) {
    .btn--md {
        font-size: 13px;
        line-height: 16px;
    }
}

@media (min-width: 75em) {
    .btn--md {
        padding: 10px 19px;
        font-size: 15px;
        line-height: 18px;
    }
}

.btn--lg {
    font-size: 20px;
    line-height: 26px;
}

@media (min-width: 48em) {
    .btn--lg {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (min-width: 75em) {
    .btn--lg {
        padding: 15px 50px;
        font-size: 20px;
        line-height: 24px;
    }
}

.btn--default {
    color: #fff;
    text-shadow: 0 2px 0 #a81f61;
    -webkit-box-shadow: inset 0 2px 0 #8b2f2f, 0 2px 0 #891e6c;
    box-shadow: inset 0 2px 0 #8b2f2f, 0 2px 0 #891e6c;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0216f), to(#cc1c8a));
    background: linear-gradient(to bottom, #f0216f 0%, #cc1c8a 100%);
}

.btn--default:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#f0216f), to(#cc1c8a));
    background: linear-gradient(to top, #f0216f 0%, #cc1c8a 100%);
    color: #fff;
}

.btn--primary {
    color: #fff;
    -webkit-box-shadow: inset 0 2px 0 #ffb584, 0 2px 0 #922113;
    box-shadow: inset 0 2px 0 #ffb584, 0 2px 0 #922113;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(250, 144, 80)), to(rgb(241, 74, 41)));
    background: linear-gradient(to bottom, rgb(250, 144, 80) 0%, rgb(241, 74, 41) 100%);
}

.btn--primary:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(250, 144, 80)), to(rgb(241, 74, 41)));
    background: linear-gradient(to top, rgb(250, 144, 80) 0%, rgb(241, 74, 41) 100%);
    color: #fff;
}

.btn--primary:focus {
    color: #fff;
}

.btn--success {
    color: #fff;
    background: #68c748;
}

.btn--success:hover {
    background: rgb(81.0041841004, 168.4518828452, 51.5481171548);
}

.btn--dark {
    color: #fff;
    background: #323232;
}

.btn--dark:hover {
    background: rgb(75.5, 75.5, 75.5);
}

.btn--light {
    color: #fff;
    text-decoration: none;
    border-width: 1px;
    border-color: #f05b33;
    border-style: solid;
    background: transparent;
}

.btn--light:hover {
    background: transparent;
    color: #f05b33;
    text-decoration: none;
}

.btn--light:focus {
    color: #f05b33;
}

.pagination {
    margin: 0 0 10px;
    padding: 17px 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 48em) {
    .pagination {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0 0 22px;
        padding: 6px 0;
    }
}

.list-pagination {
    position: relative;
    margin: 0;
    padding: 0 20px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}

.list-pagination:before, .list-pagination:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100vw;
    background: #2f2f2f;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list-pagination:before {
    left: 100%;
    right: auto;
}

.list-pagination > li:first-child a {
    color: #fff;
}

.list-pagination .arrov {
    display: block;
    height: 18px;
    width: 18px;
    color: #f05b33;
}

.list-pagination .arrov svg {
    display: block;
    width: 100%;
    height: 100%;
}

.list-pagination a {
    color: #808080;
}

.list-pagination a:focus, .list-pagination a:hover {
    color: #fff;
}

.list-pagination a:focus .arrov, .list-pagination a:hover .arrov {
    color: #fff;
}

.banner {
    overflow: hidden;
    border-radius: 10px;
    margin: 0 0 53px;
}

@media (min-width: 48em) {
    .banner {
        margin: 0 0 13px;
    }
}

.banner img {
    max-width: none;
    width: 100%;
}

.buble {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    min-height: 73px;
    color: #fff;
    font-weight: 300;
    border-radius: 17px;
    background: rgba(78, 67, 116, 0.3);
}

@media (min-width: 62em) {
    .buble {
        padding: 20px 20px 20px 55px;
        background: rgba(15, 15, 15, 0.5);
    }
}

.buble:after {
    position: absolute;
    left: 100%;
    bottom: 50%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0px 0px 26px;
    border-color: transparent transparent transparent rgba(78, 67, 116, 0.3);
}

@media (min-width: 37.5em) {
    .buble:after {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (min-width: 62em) {
    .buble:after {
        border-color: transparent transparent transparent rgba(15, 15, 15, 0.5);
    }
}

.info-booble {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 1;
}

.info-booble {
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    z-index: 1;
    left: 15px;
    right: 15px;
    top: 80px;
    background: rgba(15, 15, 15, 0.5);
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.1666666667;
    color: #fff;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0;
    pointer-events: none;
}

.lock-scroll .info-booble {
    opacity: 1;
    pointer-events: auto;
}

.info-booble.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.info-booble:after {
    position: absolute;
    left: 40px;
    bottom: 100%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 11px 8px;
    border-color: transparent transparent rgba(15, 15, 15, 0.5) transparent;
}

.info-booble p {
    margin: 0;
}

.info-booble mark {
    background: none;
    color: #f45c33;
    font-weight: 700;
}

.info-booble__icon {
    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;
    padding: 5px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.21);
    color: #000;
}

.info-booble__icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.heart-particle-trigger {
    position: absolute;
    top: -25px;
    right: 25px;
}

.tiktok-circle-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    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;
    background: rgba(28, 28, 28, 0.8);
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
}

.flying-particle-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 100;
  /* Увеличили время до 3 секунд для очень мягкого полета */
    -webkit-animation: constantFlow 3s linear forwards;
    animation: constantFlow 3s linear forwards;
    will-change: transform, opacity;
 /* Оптимизация для плавности */
}

@-webkit-keyframes constantFlow {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }

    15% {
    /* Быстрое появление в начале */
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.9;
    }

    80% {
    /* Долгое парение */
        opacity: 0.8;
    }

    100% {
    /* Плавное растворение в конце пути */
        -webkit-transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(0.7) rotate(var(--r));
        transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(0.7) rotate(var(--r));
        opacity: 0;
    }
}

@keyframes constantFlow {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }

    15% {
    /* Быстрое появление в начале */
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.9;
    }

    80% {
    /* Долгое парение */
        opacity: 0.8;
    }

    100% {
    /* Плавное растворение в конце пути */
        -webkit-transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(0.7) rotate(var(--r));
        transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(0.7) rotate(var(--r));
        opacity: 0;
    }
}

.comment-viewport {
    position: absolute;
    z-index: 2;
    right: 15px;
    bottom: 100%;
    width: 170px;
    min-height: 60px;
    pointer-events: none;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

/* Общий стиль для сообщений */
.comment-slot {
    background: rgba(15, 15, 15, 0.5);
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.comment-slot:after {
    position: absolute;
    right: 30px;
    top: 100%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 8px 0 8px;
    border-color: rgba(15, 15, 15, 0.5) transparent transparent transparent;
}

/* Новое сообщение: всплывает снизу */
.comment-slot.enter {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* Старое сообщение: улетает вверх */
.comment-slot.exit {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-filter: blur(2px);
    filter: blur(2px);
 /* Дополнительный эффект растворения */
    pointer-events: none;
    position: absolute;
 /* Чтобы новый слот мог занять его место снизу */
    bottom: 0;
}

.author-name {
    color: #f05b33;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    display: block;
    margin-bottom: 2px;
}

.message-text {
    font-size: 12px;
    margin: 0;
    line-height: 1;
}

.message-text p {
    margin: 0;
}

.list-anchors {
    display: none;
}

@media (min-width: 48em) {
    .list-anchors {
        margin: 0 0 20px;
        padding: 0 0 21px;
        list-style: none;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 7px;
        border-bottom: 1px solid #272727;
    }
}

.anchor {
    display: block;
    width: 100%;
    padding-top: 97%;
    position: relative;
    overflow: hidden;
    border-radius: 9px;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.anchor:hover, .anchor:focus {
    color: #fff;
    opacity: 0.9;
}

.anchor > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.anchor__body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px 10px 18px;
    z-index: 2;
}

.anchor__icon {
    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: 100%;
    margin-bottom: 10px;
    height: 42px;
}

.anchor__title {
    display: block;
    font-weight: 700;
}

.anchor:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(215, 33, 33, 0.9)), to(rgba(215, 33, 33, 0)));
    background: linear-gradient(to top, rgba(215, 33, 33, 0.9) 0%, rgba(215, 33, 33, 0) 100%);
}

.video-box {
    position: relative;
    margin-bottom: 116px;
    padding-top: 150%;
}

@media (min-width: 48em) {
    .video-box {
        margin-bottom: 0;
        padding-top: 0;
    }
}

.video-box__play {
    display: none;
}

@media (min-width: 48em) {
    .video-box__play {
        position: absolute;
        z-index: 10;
        width: 38px;
        height: 38px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        pointer-events: none;
        display: block;
    }
}

.video-box.video-play .video-box__play {
    display: none;
}

.video-box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

@media (min-width: 48em) {
    .video-box video {
        position: static;
        display: block;
        height: auto;
    }
}

.video-box:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -93px;
    height: 1px;
    background: #272727;
}

.video-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background: rgba(28, 28, 28, 0.9);
    color: #fff;
}

@media (min-width: 62em) {
    .video-panel {
        padding: 14px 20px 14px 34px;
    }
}

.video-panel h3 {
    display: none;
}

@media (min-width: 48em) {
    .video-panel h3 {
        display: block;
        margin: 0;
        font-size: 18px;
        line-height: 20px;
        font-weight: 400;
    }
}

.video-panel__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 47.99em) {
    .video-panel__box {
        width: 100%;
    }
}

.video-panel .btn {
    white-space: nowrap;
    position: absolute;
    bottom: -62px;
    left: 0;
    width: 100%;
}

@media (min-width: 48em) {
    .video-panel .btn {
        position: static;
    }
}

.data-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 61.99em) {
    .data-list {
        font-size: 12px;
        padding-right: 5px;
    }
}

.data-list > li {
    position: relative;
    padding: 0 10px;
}

@media (min-width: 48em) {
    .data-list > li {
        padding: 0 2px;
    }
}

@media (min-width: 62em) {
    .data-list > li {
        padding: 0 10px;
    }
}

.data-list > li + li:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    content: "";
    width: 1px;
    background: rgba(47, 47, 47, 0.95);
    height: 28px;
}

.data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

@media (min-width: 48em) {
    .data {
        gap: 2px;
    }
}

@media (min-width: 62em) {
    .data {
        gap: 5px;
    }
}

.data__icon {
    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;
    height: 20px;
    width: 22px;
    color: #f05b33;
}

.data__text {
    white-space: nowrap;
}

.list-videos {
    margin: 0;
    padding: 13px 0;
    list-style: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px 6px;
}

@media (min-width: 37.5em) {
    .list-videos {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 35px 6px;
    }
}

@media (min-width: 48em) {
    .list-videos {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 75em) {
    .list-videos {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    }
}

.item-video {
    position: relative;
}

.item-video h3 {
    margin: 0;
    font-size: 14px;
    line-height: 1.2142857143;
    font-weight: 400;
}

.item-video__title {
    margin: 5px 0;
    text-align: center;
}

@media (min-width: 48em) {
    .item-video__title {
        margin: 0 0 10px;
        text-align: left;
    }
}

@media (max-width: 37.49em) {
    .item-video__title {
        min-height: 0 !important;
    }
}

.item-video__video {
    position: relative;
    padding-top: 150%;
    overflow: hidden;
}

@media (min-width: 48em) {
    .item-video__video {
        padding-top: 140%;
    }
}

.item-video__video > video,
.item-video__video > a > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.item-video__video a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.item-video.is-locked .item-video__video {
    -webkit-filter: blur(15px);
    filter: blur(15px);
    pointer-events: none;
 /* чтобы нельзя было нажать на видео под кнопкой */
    -webkit-transition: -webkit-filter 0.6s ease;
    transition: -webkit-filter 0.6s ease;
    transition: filter 0.6s ease;
    transition: filter 0.6s ease, -webkit-filter 0.6s ease;
}

.item-video__play {
    position: absolute;
    z-index: 10;
    width: 38px;
    height: 38px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.item-video__footer {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 9px 0;
    background: rgba(28, 28, 28, 0.9);
}

@media (min-width: 48em) {
    .item-video__footer {
        position: static;
        padding: 9px 0;
    }
}

.is-locked .item-video__footer {
    position: fixed;
}

.item-video__text {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    color: #fff;
    padding: 40px 88px 5px 15px;
    font-size: 14px;
    font-weight: 400;
}

.item-video__text:after {
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 115px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(215, 33, 33, 0)), to(rgba(215, 33, 33, 0.9)));
    background: linear-gradient(to bottom, rgba(215, 33, 33, 0) 0%, rgba(215, 33, 33, 0.9) 100%);
}

.item-video__text p {
    margin: 0;
}

.lock-scroll .item-video__text {
    display: block;
}

.item-video .data-list {
    font-size: 12px;
    line-height: 1.2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lock-scroll .item-video .data-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1px 70px 1px 5px;
}

.item-video .data-list__icon {
    width: 20px;
    height: 19px;
}

.item-video .heart-particle-trigger {
    display: none;
}

.lock-scroll .item-video .heart-particle-trigger {
    display: block;
}

/* Чтобы видео сразу занимало место и не прыгало */
.global-fullscreen-overlay .item-video__play {
    display: none;
}

.global-fullscreen-overlay .item-video__video {
    background-image: none !important;
}

.global-fullscreen-overlay .item-video__video video {
    background: #000;
    -o-object-fit: cover;
    object-fit: cover;
}

:root {
    --bg-main: #0e0e0e;
    --bg-bubble: #1f1f1f;
    --color-white: #ffffff;
    --color-gray: #a0a0a0;
    --color-accent: #ff4500;
    --font-size: 14px;
    --line-height: 1.21;
    --font-weight: 400;
}

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

@media (min-width: 48em) {
    .comments-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 55px -20px 0;
    }
}

@media (min-width: 48em) {
    .comments-list > li {
        padding: 0 20px;
        width: 50%;
    }
}

.comment {
    width: 100%;
    margin-bottom: 47px;
}

.comment__header {
    padding: 0 15px 0 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 17px;
}

.comment__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.comment__avatar {
    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;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 8px;
    color: #f05b33;
    background-color: #222;
}

.comment__name {
    font-weight: bold;
}

.comment__separator {
    color: var(--color-gray);
}

.comment__time {
    color: var(--color-gray);
    font-size: 12px;
}

.comment__likes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    gap: 2px;
}

.comment__icon {
    display: block;
    width: 18px;
    height: 18px;
    color: #f05b33;
}

.comment__icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.comment__bubble {
    background-color: #222;
    padding: 24px 30px 20px;
    border-radius: 9px;
    position: relative;
    font-size: 14px;
    line-height: 1.2142857143;
    color: #fff;
    font-weight: 400;
    min-height: 80px;
}

.comment__bubble:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 40px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #222;
}

.comment p {
    margin: 0;
}

.section-join {
    padding: 50px 0 10px;
}

@media (min-width: 48em) {
    .section-join {
        padding: 100px 0 70px;
    }
}

.section-join__text {
    font-size: 18px;
    padding-right: 10px;
    line-height: 1;
    font-weight: 300;
}

.section-join__text p {
    margin: 0;
}

.section-join mark {
    color: #f05b33;
    background: none;
}

.section-join form {
    position: relative;
    padding: 40px 0;
    z-index: 1;
    border-bottom: 1px solid #272727;
}

@media (min-width: 37.5em) {
    .section-join form {
        padding: 40px 0 66px;
    }
}

.section-join__visual {
    text-align: center;
    margin: 0 -27% 0 -44%;
}

@media (min-width: 48em) {
    .section-join__visual {
        padding: 147px 0 0;
        margin: 0 -27% 0 -44%;
    }
}

@media (min-width: 62em) {
    .section-join__visual {
        margin: 0 -17% 0 -46%;
    }
}

@media (min-width: 75em) {
    .section-join__visual {
        margin: 0 -26% 0 -53%;
    }
}

@media (min-width: 62em) {
    .section-join .list-custom-radio-card,
  .section-join .list-custom-radio {
        width: calc(100% - 200px);
    }
}

@media (min-width: 62em) {
    .section-join .list-custom-radio {
        padding-left: 8%;
    }
}

@media (min-width: 62em) {
    .section-join .list-custom-radio-card {
        padding-left: 5%;
    }
}

.section-join__footer {
    padding: 30px 6px 30px 0;
    width: 100%;
    text-align: center;
}

@media (min-width: 48em) {
    .section-join__footer {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.section-join__footer p {
    margin: 0;
}

.section-join__text {
    margin-bottom: 20px;
}

@media (min-width: 48em) {
    .section-join__text {
        margin-bottom: 0;
    }
}

@media (min-width: 48em) {
    .section-join__button {
        min-width: 230px;
    }
}

@media (min-width: 62em) {
    .section-join__button {
        min-width: 290px;
    }
}

.section-join .btn {
    width: 100%;
    height: auto;
    font-weight: 300;
    border-radius: 4px;
}

.join-title {
    margin: 0 0 20px;
}

@media (min-width: 62em) {
    .join-title {
        margin: 0;
        width: 200px;
    }
}

.join-title h3 {
    margin-bottom: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
}

.join-title h3 mark {
    color: #f05b33;
}

@media (min-width: 62em) {
    .form-row {
        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;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0;
        padding-left: 6%;
        padding-right: 6%;
    }
}

.form-row + .form-row {
    border-top: 1px solid #272727;
    margin: 38px 0 0;
    padding-top: 48px;
}

.custom-radio {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    margin-left: 24px;
    cursor: pointer;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.custom-radio input:checked + .custom-radio__content:after {
    background: radial-gradient(circle at center, #f05b33 0%, #f05b33 49%, rgba(240, 91, 51, 0) 50%, rgba(240, 91, 51, 0) 100%);
}

.custom-radio__content {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2142857143;
}

.custom-radio__content:after {
    position: absolute;
    top: 2px;
    left: -24px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #fff;
    content: "";
}

.custom-radio-card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    line-height: 1.2142857143;
    font-weight: 300;
}

.custom-radio-card input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.custom-radio-card input:checked + .custom-radio-card__content {
    background: #f05b33;
}

.custom-radio-card input:checked + .custom-radio-card__content .custom-radio-card__title:before {
    background: radial-gradient(circle at center, white 0%, white 49%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}

.custom-radio-card input:checked + .custom-radio-card__content .custom-radio-card__text:before {
    background: #fff;
}

.custom-radio-card__title {
    font-size: 19px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 300;
}

.custom-radio-card__title:before {
    position: relative;
    top: 2px;
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    margin: 0 8px 0 0;
    border-radius: 50%;
    border: 2px solid #fff;
    content: "";
}

.custom-radio-card__text {
    margin: 0 0 8px;
    display: block;
    position: relative;
}

.custom-radio-card__text:before {
    content: "";
    display: block;
    margin: 17px auto;
    width: 60%;
    background: #f05b33;
    height: 1px;
}

.custom-radio-card__content {
    width: 100%;
    display: block;
    padding: 30px 8%;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2142857143;
    border-radius: 10px;
    background: #222;
}

@media (min-width: 37.5em) {
    .custom-radio-card__content {
        padding: 30px 8% 15px;
    }
}

@media (min-width: 75em) {
    .custom-radio-card__content {
        padding: 30px 12% 15px;
    }
}

.custom-radio-card__price {
    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;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
}

.custom-radio-card__month {
    font-size: 14px;
}

.custom-radio-card__bottom {
    display: block;
    margin-top: 15px;
    font-size: 12px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.4em;
}

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

@media (min-width: 37.5em) {
    .list-custom-radio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.list-custom-radio > li {
    padding: 10px 0;
}

@media (min-width: 37.5em) {
    .list-custom-radio > li {
        width: 50%;
        padding: 10px;
    }
}

.list-custom-radio-card {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 37.5em) {
    .list-custom-radio-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.list-custom-radio-card > li {
    padding: 6px 0;
}

@media (min-width: 37.5em) {
    .list-custom-radio-card > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 33.3333333333%;
        padding: 6px;
    }
}

.section-benefits {
    padding: 60px 0;
    text-align: center;
}

@media (min-width: 48em) {
    .section-benefits {
        padding: 92px 0 42px;
    }
}

.section-benefits h3 {
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
}

.list-benefits {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-benefits > li {
    width: 100%;
    text-align: center;
}

@media (min-width: 37.5em) {
    .list-benefits > li {
        width: 33.3333333333%;
    }
}

@media (min-width: 48em) {
    .list-benefits > li {
        width: 20%;
    }
}

@media (min-width: 37.5em) {
    .list-benefits > li:nth-last-child(-n+2) {
        width: 50%;
    }
}

@media (min-width: 48em) {
    .list-benefits > li:nth-last-child(-n+2) {
        width: 20%;
    }
}

@media (min-width: 37.5em) {
    .list-benefits > li:last-child {
        width: 50%;
    }
}

@media (min-width: 48em) {
    .list-benefits > li:last-child {
        width: 20%;
    }
}

.item-benefist {
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    font-size: 14px;
    line-height: 1.2142857143;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
}

@media (min-width: 48em) {
    .item-benefist {
        padding: 20px 10px 20px;
    }
}

.item-benefist__icon {
    height: 62px;
    margin-bottom: 25px;
}

.item-benefist__icon img {
    position: relative;
    z-index: 1;
}

.item-benefist__icon-wrap {
    position: relative;
    vertical-align: top;
    display: inline-block;
}

.item-benefist__icon-wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f05b33;
}

.section-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80vh;
    padding: 50px 0;
}

.section-info--check .info-block__content {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(250, 144, 80)), to(rgb(241, 74, 41)));
    background: linear-gradient(to top, rgb(250, 144, 80) 0%, rgb(241, 74, 41) 100%);
}

.section-info--check .info-block__icon {
    color: #68c748;
}

.section-info--check .info-block mark {
    color: #68c748;
}

.info-block {
    text-align: center;
    position: relative;
    z-index: 1;
}

.info-block__icon {
    margin-bottom: 22px;
    color: #8b2f2f;
}

.info-block__ico-wrap {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.info-block__ico-wrap svg {
    display: block;
    width: 100%;
    height: 100%;
}

.info-block__content {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding: 20px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(250, 144, 80)), to(rgb(241, 74, 41)));
    background: linear-gradient(to top, rgb(250, 144, 80) 0%, rgb(241, 74, 41) 100%);
    border-radius: 10px;
}

@media (min-width: 37.5em) {
    .info-block__content {
        padding: 20px 45px;
    }
}

.info-block h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1;
    font-family: "ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 700;
}

@media (min-width: 48em) {
    .info-block h1 {
        font-size: 32px;
    }
}

.info-block mark {
    color: #8b2f2f;
    background: none;
}

.info-block__footer {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1;
}

.info-block a {
    color: #f05b33;
    text-decoration: underline;
    text-transform: uppercase;
}

.info-block a:hover {
    text-decoration: none;
}