/*! 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 category
     ========================================================================== */
/**
   * 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 category
     ========================================================================== */
/**
   * 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;
    cursor: pointer;
}

/**
   * 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;
}

:root {
    --red: 240, 77, 77;
    --light-blue: 134, 210, 218;
    --dark-blue: 1, 66, 95;
    --wheat: 227, 221, 210;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

html,
body {
    height: 100%;
}

::-moz-selection {
    color: #fff;
    background-color: rgba(var(--red));
}

::selection {
    color: #fff;
    background-color: rgba(var(--red));
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: none;
}

img {
    width: 100%;
    height: auto;
}

body {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 390 726' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M456 402c0 53.572-43.428 97-97 97s-97-43.428-97-97 43.428-97 97-97 97 43.428 97 97Zm-155.172 0c0 32.127 26.045 58.172 58.172 58.172 32.127 0 58.172-26.045 58.172-58.172 0-32.127-26.045-58.172-58.172-58.172-32.127 0-58.172 26.045-58.172 58.172ZM101 629c0 53.572-43.428 97-97 97s-97-43.428-97-97 43.428-97 97-97 97 43.428 97 97Zm-178.576 0c0 45.053 36.523 81.576 81.576 81.576 45.053 0 81.576-36.523 81.576-81.576 0-45.053-36.523-81.576-81.576-81.576-45.053 0-81.576 36.523-81.576 81.576Z' fill='%23E3DDD2' fill-opacity='.17'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M226.588-60.594A238.596 238.596 0 0 0 229-94.5C229-225.115 123.115-331-7.5-331S-244-225.115-244-94.5-138.115 142-7.5 142c79.31 0 149.503-39.04 192.409-98.95 3.426.643 6.961.98 10.575.98 31.442 0 56.931-25.49 56.931-56.932 0-19.964-10.276-37.529-25.827-47.692Zm-8.85-4.726a229.363 229.363 0 0 0 1.857-29.18c0-125.421-101.674-227.095-227.095-227.095-125.421 0-227.095 101.674-227.095 227.095 0 125.421 101.674 227.095 227.095 227.095 74.936 0 141.394-36.294 182.755-92.264-21.456-8.158-36.703-28.915-36.703-53.233 0-31.442 25.489-56.931 56.932-56.931a56.748 56.748 0 0 1 22.254 4.513Zm-29.37 85.818c-15.441-3.274-27.026-16.984-27.026-33.4 0-18.856 15.286-34.142 34.142-34.142a33.982 33.982 0 0 1 17.994 5.121 225.706 225.706 0 0 1-25.11 62.42Zm10.518.575a235.022 235.022 0 0 0 22.58-56.126 34.009 34.009 0 0 1 8.16 22.151c0 17.708-13.481 32.268-30.74 33.975Z' fill='%23E3DDD2' fill-opacity='.17'/%3E%3Cpath d='M456 150c0 30.928-25.072 56-56 56s-56-25.072-56-56 25.072-56 56-56 56 25.072 56 56Zm-107.43 0c0 28.404 23.026 51.43 51.43 51.43s51.43-23.026 51.43-51.43S428.404 98.57 400 98.57s-51.43 23.026-51.43 51.43ZM40 150c0 30.928-25.072 56-56 56s-56-25.072-56-56 25.072-56 56-56 56 25.072 56 56Zm-107.43 0c0 28.404 23.026 51.43 51.43 51.43S35.43 178.404 35.43 150 12.404 98.57-16 98.57-67.43 121.596-67.43 150ZM128.608 269.389c0 20.004-16.215 36.219-36.219 36.219-20.003 0-36.219-16.215-36.219-36.219 0-20.003 16.216-36.219 36.22-36.219 20.003 0 36.218 16.216 36.218 36.219Zm-57.94 0c0 11.997 9.725 21.721 21.721 21.721 11.997 0 21.721-9.724 21.721-21.721 0-11.996-9.724-21.72-21.72-21.72-11.997 0-21.721 9.724-21.721 21.72Z' fill='%23E3DDD2' fill-opacity='.17'/%3E%3Cpath d='M140.117 269.559c0 26.265-21.293 47.558-47.558 47.558-26.266 0-47.559-21.293-47.559-47.558C45 243.293 66.293 222 92.559 222c26.265 0 47.558 21.293 47.558 47.559Zm-91.057 0c0 24.023 19.475 43.499 43.499 43.499 24.023 0 43.499-19.476 43.499-43.499 0-24.024-19.476-43.499-43.5-43.499-24.023 0-43.498 19.475-43.498 43.499Z' fill='%23E3DDD2' fill-opacity='.17'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100% auto;
}

.unsubscribe-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
}

.unsubscribe-page .container {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

body.blocked {
    overflow: hidden;
}

.visuallyhidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1234px;
    margin: 0 auto;
    padding: 0 32px;
}

.container--extended {
    max-width: 1234px;
    padding: 0 27px;
    margin: 0 auto;
}

.heading {
    font-size: 28px;
    line-height: 30px;
    font-weight: 800;
    color: rgba(var(--dark-blue));
    text-align: center;
}

.subheading {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: rgba(var(--dark-blue));
    text-align: center;
}

@font-face {
    font-family: "Montserrat";
    src: local("Montserrat Bold"), local("Montserrat-Bold"),
        url("../fonts/montserrat-bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: local("Montserrat Black"), local("Montserrat-Black"),
        url("../fonts/montserrat-black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"),
        url("../fonts/montserrat-extrabold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: local("Montserrat Light"), local("Montserrat-Light"),
        url("../fonts/montserrat-light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: local("Montserrat Medium"), local("Montserrat-Medium"),
        url("../fonts/montserrat-medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: local("Montserrat Italic"), local("Montserrat-Italic"),
        url("../fonts/montserrat-italic.woff2") format("woff2");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: local("Montserrat ExtraLight"), local("Montserrat-ExtraLight"),
        url("../fonts/montserrat-extralight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"),
        url("../fonts/montserrat-semibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: local("Montserrat Thin"), local("Montserrat-Thin"),
        url("../fonts/montserrat-thin.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: local("Montserrat Regular"), local("Montserrat-Regular"),
        url("../fonts/montserrat-regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.btn {
    display: block;
    padding: 5px 15px 5px 5px;
    margin: 0 auto;
    border: none;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    background-color: rgba(var(--red));
    -webkit-transition: background-color 0.1s ease-in;
    -o-transition: background-color 0.1s ease-in;
    transition: background-color 0.1s ease-in;
}

.btn:not(.btn--subscribe):hover {
    background-color: rgba(var(--red));
}

.btn--subscribe {
    padding: 10px 25px 10px 10px;
    font-size: 14px;
    text-transform: uppercase;
    background-color: rgba(var(--red));
    background-repeat: repeat-x;
    background-size: 250%;
    background-position: 0 center;
    -webkit-transition: background-position 0.3s ease-in-out;
    -o-transition: background-position 0.3s ease-in-out;
    transition: background-position 0.3s ease-in-out;
    -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
}

.btn--subscribe:not([disabled]):hover {
    cursor: pointer;
}

.btn--subscribe[disabled] {
    cursor: default;
}

.btn__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn__icon-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    background-color: #FFFFFF26;
    border-radius: 50%;
}

.btn--subscribe .btn__icon-wrap {
    margin-right: 10px;
}

.btn__icon {
    width: 20px;
    height: 100%;
    fill: #fff;
}

.btn__text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header {
    position: relative;
    padding: 10px 0;
}

@media screen and (min-width: 1024px) {
    .header {
        padding: 20px 0;
    }
}

.header__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 7px 24px 7px 24px 7px 24px;
    grid-template-columns: 1fr 24px 24px 24px;
    gap: 0 7px;
        grid-template-areas: "logo lang menu login";
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (min-width: 768px) {
    .header__container {
        -ms-grid-columns: 1fr auto auto auto;
        grid-template-columns: 1fr auto auto auto;
    }
}

.header__logo-link {
    position: relative;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: start;
        justify-self: start;
    display: block;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    color: rgba(var(--dark-blue));
    text-decoration: none;
}

.header__logo-img {
    width: 100px;
}

@media screen and (min-width: 1024px) {
    .header__logo-img {
        width: 170px;
    }
}

.lang-toggle {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    position: relative;
    z-index: 1;
    grid-area: lang;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(var(--dark-blue));
    border-radius: 50%;
}

.lang-toggle__btn {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 1;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}

.lang-toggle__btn .lang-toggle__icon {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.lang-toggle__list {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    max-height: 0;
    font-size: 0;
    list-style: none;
    border-radius: 100px;
    overflow: hidden;
    background-color: #fff;
}

.lang-toggle__list--open {
    gap: 3px;
    max-height: 80px;
    padding-top: 25px;
    border: 1px solid rgba(var(--dark-blue));
}

@media screen and (min-width: 768px) {
    .lang-toggle__list {
        top: -3px;
        left: -3px;
        right: -3px;
    }

    .lang-toggle__list--open {
        gap: 5px;
        max-height: 148px;
        padding-top: 44px;
        border-width: 3px;
    }
}

.lang-toggle__item .lang-toggle__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 22px;
    height: 22px;
}

@media screen and (min-width: 768px) {
    .lang-toggle__item .lang-toggle__link {
        width: 38px;
        height: 38px;
    }
}

.lang-toggle__item .lang-toggle__icon {
    display: inline-block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.login {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    position: relative;
    z-index: 1;
    grid-area: login;
    -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: end;
        justify-self: end;
    font-size: 0;
    line-height: 0;
    border: none;
    border-radius: 50%;
    background-color: transparent;
}

.login__wrap {
    display: -ms-grid;
    display: grid;
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24px;
    height: 100%;
}

.login__icon-box {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(var(--dark-blue));
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: background-color 0.1s ease-in;
    -o-transition: background-color 0.1s ease-in;
    transition: background-color 0.1s ease-in;
}

.login__icon {
    width: 16px;
    margin-top: -2px;
}

@media screen and (min-width: 768px) {
    .login__icon {
        width: 30px;
        margin-top: -4px;
    }
}

.login__image {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
}

.header__categories {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: menu;
    height: 24px;
    margin: 0 auto;
}

@media screen and (min-width: 484px) {
    .header__categories {
        position: relative;
    }
}

.category-btn {
    border: 1px solid rgba(var(--dark-blue));
    border-radius: 50%;
    background-color: transparent;
}

.category-btn__text {
    display: none;
}

@media screen and (min-width: 1024px) {
    .category-btn__text {
        display: inline;
        font-size: 18px;
    }
}

.category-btn .btn__wrap {
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

@media screen and (min-width: 768px) {
    .login__wrap {
        width: 44px;
    }

    .lang-toggle,
    .login__icon-box {
        width: 44px;
        height: 44px;
        border-width: 3px;
    }

    .header__categories {
        height: 44px;
    }

    .category-btn .btn__wrap {
        width: 38px;
        height: 38px;
        border-width: 3px;
    }

    .category-btn {
        border-width: 3px;
    }
}

@media screen and (min-width: 1024px) {
    .category-btn {
        width: 300px;
        padding: 0 22px;
        border-radius: 200px;
    }

    .category-btn .btn__wrap {
        width: auto;
    }
}

.category-btn .btn__icon {
    width: 14px;
}

@media screen and (min-width: 768px) {
    .category-btn .btn__icon {
        width: 22px;
    }
}

.header__categories-list {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
    display: none;
    min-width: 300px;
    padding: 20px;
    margin-top: 10px;
    background-color: rgba(255,255,255,0.92);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    border-radius: 30px;
    border: 1px solid rgba(var(--dark-blue));
    list-style: none;
}

@media screen and (min-width: 484px) {
    .header__categories-list {
        left: auto;
        right: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
}

.header__categories--open .category-btn {
    position: relative;
    z-index: 5;
}

.header__categories--open .header__categories-list {
    display: block;
}

.header__division-line {
    margin: 16px 0;
    border: 1px solid #d9d9d9;
}

.header__categories-item+.header__categories-item {
    margin-top: 10px;
}

.header__categories-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(var(--dark-blue));
    text-decoration: none;
}

.header__categories-link:hover {
    color: #f6920b;
}

.header__categories-text {
    font-size: 14px;
    text-decoration: underline;
}

.header__categories-number {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 20px;
    padding: 4px;
    margin-left: 15px;
    font-size: 11px;
    line-height: 12px;
    color: #fff;
    background-color: rgba(var(--light-blue));
    border-radius: 100px;
}

.hero {
    padding: 50px 0;
    background-image: url(../images/bg-hero.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero__heading,
.hero__subheading {
    color: #fff;
}

.hero__subheading {
    font-weight: 400;
}

@media screen and (min-width: 1024px) {
    .hero {
        padding: 100px 0;
    }

    .hero__container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto;
        -ms-grid-rows: auto auto 1fr;
        grid-template-rows: auto auto 1fr;
        -webkit-box-align: start;
        -webkit-align-items: start;
            -ms-flex-align: start;
                align-items: start;
    }

    .hero__container > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .hero__container > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .hero__container > *:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .hero__container > *:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }

    .hero__container > *:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .hero__container > *:nth-child(6) {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }

    .hero__heading,
    .hero__subheading {
        text-align: left;
    }
}

.hero__heading span {
    color: rgba(var(--red));
}

.hero__subheading {
    margin-bottom: 25px;
}

@media screen and (min-width: 1024px) {
    .hero__subheading {
        text-align: left;
    }
}

.hero__btn {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    text-decoration: none;
}

.hero__image {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 30px auto 0;
}

@media screen and (min-width: 1024px) {
    .hero__image {
        -ms-grid-row-align: center;
            align-self: center;
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        grid-row: 1 / 4;
        max-width: none;
        width: 500px;
        margin: 0;
    }
}

.hero__features {
    list-style: none;
}

@media screen and (min-width: 1024px) {
    .hero__features {
        grid-column: 1 / -1;
    }
}

.features__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    color: rgba(var(--dark-blue));
    font-size: 14px;
    font-weight: 700;
    background-color: rgba(var(--wheat), 0.17);
    border-radius: 100px;
}

.features__item+.features__item {
    margin-top: 10px;
}

.features__icon-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    background-color: rgba(var(--red));
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
}

.videos {
    margin-top: 50px;
}

.video-slider {
    margin-top: 50px;
}

.video-slider__item-image-wrap {
    position: relative;
    padding-top: 56.25%;
    font-size: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.labels {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 10px;
}

.labels__hot {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
}

.favorite-link {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ff9200;
    text-align: center;
    overflow: hidden;
    -webkit-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
}

.favorite-link:hover {
    background-color: rgba(var(--red));
}

.favorite-link--del {
    background-color: rgba(var(--red));
}

.favorite-link--del:hover {
    background-color: orangered;
}

.labels__hot-wrap {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.labels__hot-icon {
    width: 14px;
    height: 100%;
    fill: #fff;
}

.labels__play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    fill: #fff;
    -webkit-transition: fill 0.1s ease-in;
    -o-transition: fill 0.1s ease-in;
    transition: fill 0.1s ease-in;
}

.labels__rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
}

.labels__rating-item,
.labels__rating-icon {
    width: 16px;
    height: 16px;
}

.labels__rating-icon {
    fill: #ff9200;
}

.ribbon {
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 2;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.ribbon::after,
.ribbon::before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
}

.ribbon::after {
    top: 0;
    right: 5px;
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    transform: skewX(45deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    height: 5px;
    width: 37px;
    background-color: #007096;
}

.ribbon::before {
    bottom: 5px;
    left: 0;
    -webkit-transform: skewY(45deg);
    -ms-transform: skewY(45deg);
    transform: skewY(45deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    height: 37px;
    width: 5px;
    background-color: #4a8f20;
}

.ribbon__wrap {
    position: absolute;
    bottom: 53px;
    left: -53px;
    width: 200px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    font-size: 9px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-image: -o-linear-gradient(315deg, rgba(var(--red)), #f6920b);
    background-image: linear-gradient(135deg, rgba(var(--red)), #f6920b);
}

.video-slider__list {
    width: 100%;
    list-style: none;
}

.video-slider__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    padding: 25px;
    color: #000;
    text-decoration: none;
}

.video-slider__item-image {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.video-slider__item-heading {
    margin-top: 20px;
    margin-bottom: 15px;
    color: rgba(var(--dark-blue));
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
}

.video-slider__item-description {
    margin-top: auto;
    font-size: 14px;
    color: rgba(var(--light-blue));
    -webkit-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
}

.video-slider__link:hover~.video-slider__item-heading,
.video-slider__link:focus~.video-slider__item-heading,
.video-slider__link:hover~.video-slider__item-description,
.video-slider__link:focus~.video-slider__item-description {
    color: rgba(var(--dark-blue));
}

.video-slider__link:hover~.video-slider__item-image-wrap .labels__play-icon,
.video-slider__link:focus~.video-slider__item-image-wrap .labels__play-icon {
    fill: rgba(var(--red));
}

@media screen and (min-width: 568px) {
    .videos__arrows {
        display: none;
    }
}

.video-slider__btns-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
}

.video-slider__btn {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 50px;
    height: 50px;
    font-size: 0;
    line-height: 0;
    border: 2px solid rgba(var(--dark-blue));
    background-color: transparent;
    border-radius: 50%;
    opacity: 1;
}

.video-slider__btn:first-child {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 16px;
}

.video-slider__btn-icon {
    width: 15px;
    height: 15px;
    fill: rgba(var(--red));
}

.music-page__videos {
    margin-top: 45px;
}

.about {
    position: relative;
}

.about__heading {
    position: relative;
    margin-top: 45px;
}

.about__subheading {
    position: relative;
    font-size: 14px;
    font-weight: 400;
}

.about__subheading::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    width: 45px;
    height: 26px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 43 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1.618' cy='1.618' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='9.571' cy='1.618' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='17.524' cy='1.618' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='25.477' cy='1.618' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='33.429' cy='1.618' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='41.382' cy='1.618' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='1.618' cy='8.785' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='9.571' cy='8.785' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='17.524' cy='8.785' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='25.477' cy='8.785' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='33.429' cy='8.785' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='41.382' cy='8.785' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='1.618' cy='15.951' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='9.571' cy='15.951' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='17.524' cy='15.951' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='25.477' cy='15.951' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='33.429' cy='15.951' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='41.382' cy='15.951' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='1.618' cy='23.118' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='9.571' cy='23.118' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='17.524' cy='23.118' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='25.477' cy='23.118' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='33.429' cy='23.118' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='41.382' cy='23.118' r='1.618' fill='%2386D2DA'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.about__list {
    margin-top: 50px;
    list-style: none;
}

.about__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 18px;
    border-radius: 10px;
    text-align: center;
}

.about__item+.about__item {
    margin-top: 30px;
}

.about__icon-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 125px;
    height: 125px;
    background-color: rgba(var(--red));
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 20px rgba(var(--wheat), 0.17);
            box-shadow: 0 0 0 20px rgba(var(--wheat), 0.17);
    outline: 8px solid rgba(var(--wheat), 0.17);
    outline-offset: 36px;
}

.about__icon-wrap::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
    height: 42px;
    margin-right: 80px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 19 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2 2 7.3 8.212L16.6 2M2 12.95l7.3 8.212 7.3-8.212M2 23.9l7.3 8.212 7.3-8.212M2 34.85l7.3 8.212 7.3-8.212' stroke='%2386D2DA' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.about__item:nth-child(2) .about__icon-wrap::after {
    right: auto;
    left: 100%;
    margin-right: 0;
    margin-left: 80px;
}

.about__item:nth-child(2) .about__icon-wrap {
    background-color: rgba(var(--light-blue));
}

.about__item:nth-child(3) .about__icon-wrap {
    background-color: rgba(var(--wheat));
}

.about__icon {
    width: 60%;
    height: 60%;
}

.about__item-heading {
    margin-top: 60px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: rgba(var(--dark-blue));
    text-transform: uppercase;
}

.about__item-description {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    color: rgba(var(--dark-blue));
}

.popular {
    margin-top: 80px;
}

.popular__heading {
    position: relative;
    margin: 0 0 30px;
}

.music-tracks__heading {
    margin-top: 70px;
    margin-bottom: 16px;
}

.music-page__music-tracks {
    margin-top: 25px;
}

.music-tracks .music-tracks__player {
    max-height: 0;
    padding: 0 10px;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: padding-bottom 0.1s ease-in, max-height 0.5s ease-in;
    -o-transition: padding-bottom 0.1s ease-in, max-height 0.5s ease-in;
    transition: padding-bottom 0.1s ease-in, max-height 0.5s ease-in;
}

.music-tracks .music-tracks__player--active {
    max-height: 200px;
    padding-bottom: 10px;
}

.music-tracks__list {
    list-style: none;
}

.music-tracks__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 12px;
    background-color: rgba(var(--wheat), 0.17);
    border-radius: 100px;
}

.music-tracks__item + .music-tracks__item {
    margin-top: 12px;
}

.music-tracks__item-btn {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background-color: transparent;
    border: none;
    -webkit-transition: border-color 0.1s ease-in;
    -o-transition: border-color 0.1s ease-in;
    transition: border-color 0.1s ease-in;
}

.music-tracks__item-btn:hover {
    border-color: #f6920b;
}

.music-tracks__item-icon {
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 9px;
    height: 100%;
    fill: rgba(var(--red));
    -webkit-transition: fill 0.1s ease-in;
    -o-transition: fill 0.1s ease-in;
    transition: fill 0.1s ease-in;
}

.music-tracks__item-btn:hover .music-tracks__item-icon {
    fill: #f6920b;
}

.music-tracks__artist {
    margin-left: 10px;
    font-size: 14px;
    color: #6b6b6b;
}

.music-tracks__title {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.music-tracks__time {
    margin-left: auto;
    font-size: 12px;
    color: rgba(var(--light-blue));
}

.music-tracks__download {
    display: none;
    font-size: 14px;
    font-weight: 600;
    color: rgba(var(--red));
    text-decoration: none;
    -webkit-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
}

.music-tracks__download:hover {
    color: #f6920b;
}

.music-page__music-tracks .music-tracks__time {
    display: none;
}

.music-page__music-tracks .music-tracks__download {
    display: block;
}

.music-page__music-tracks .music-tracks__artist,
.music-page__music-tracks .music-tracks__title {
    margin-left: 0;
}

.music-page__music-tracks .music-tracks__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 10px 1fr 10px auto;
    grid-template-columns: auto 1fr auto;
    grid-gap: 0 10px;
    -ms-grid-rows: auto 0 auto;
        grid-template-areas: "btn artist download" "btn title download";
}

.music-page__music-tracks .music-tracks__item-btn {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: btn;
}

.music-page__music-tracks .music-tracks__artist {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: artist;
}

.music-page__music-tracks .music-tracks__title {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: title;
}

.music-page__music-tracks .music-tracks__download {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    grid-area: download;
}

.reviews {
    padding-bottom: 30px;
}

.reviews__heading {
    margin-top: 70px;
    margin-bottom: 35px;
}

.reviews__list .owl-stage-outer {
    border-radius: 10px;
}

.reviews__item {
    position: relative;
    padding: 20px 20px 30px;
    background-color: rgba(var(--red));
    border-radius: 10px;
}

.owl-item:nth-child(2n) .reviews__item,
.reviews__item:nth-child(2) {
    background-color: rgba(var(--light-blue));
}

.owl-item:nth-child(3n) .reviews__item,
.reviews__item:nth-child(3) {
    background-color: rgba(var(--wheat));
}

.review__icon {
    width: 23px;
    height: 23px;
    fill: rgba(var(--red));
}

.review__text {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
}

.owl-item:nth-child(2n) .review__text,
.reviews__item:nth-child(2) .review__text {
    color: rgba(var(--dark-blue));
}

.owl-item:nth-child(3n) .review__text,
.reviews__item:nth-child(3) .review__text {
    color: rgba(var(--dark-blue));
}

.review__author {
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    line-height: 18px;
    color: #fff;
}

.owl-item:nth-child(2n) .review__author,
.reviews__item:nth-child(2) .review__author {
    color: rgba(var(--dark-blue));
}

.owl-item:nth-child(3n) .review__author,
.reviews__item:nth-child(3) .review__author {
    color: rgba(var(--dark-blue));
}

.subscription {
    padding: 100px 0;
    background-image: url(../images/bg-subscription.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.subscription__heading,
.subscription__subheading {
    color: #fff;
}

.subscription__subheading {
    font-weight: 400;
    text-align: center;
}

.disable-subscription {
    margin-top: 0;
    padding-top: 30px;
}

.subscription__heading {
    margin: 0 0 15px;
    font-size: 34px;
}

.subscription__form {
    margin-top: 20px;
}

.subscription__form-input {
    width: 100%;
    padding: 17px 25px;
    font-size: 16px;
    line-height: 1;
    border: none;
    border-radius: 5px;
    background-color: #fff;
}

.subscription__form-btn {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin-top: 17px;
    text-decoration: none;
}

.music-page .subscription,
.content-page .subscription {
    position: relative;
}

.music-page .subscription::before,
.content-page .subscription::before {
    content: "";
    position: absolute;
    left: 0;
    top: -120px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: -1;
    display: block;
    width: 100%;
    height: 130px;
    background-image: url("../images/bg-music.png");
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 100% auto;
}

.footer {
    position: relative;
    padding: 20px 10px;
    color: rgba(var(--dark-blue));
    background-color: rgba(var(--wheat), 0.17);
}

.footer__container {
    display: -ms-grid;
    display: grid;
    gap: 20px;
}

.category-page .footer {
    margin-top: 50px;
}

.footer__logo-link {
    -ms-grid-column-align: start;
        justify-self: start;
    display: block;
    font-size: 0;
    line-height: 0;
}

.footer__logo-image {
    width: 116px;
}

.footer__categories {
    margin-top: 45px;
}

.footer__categories-heading {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.footer__categories-list {
    margin-top: 50px;
}

.footer__categories-link {
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
}

.footer__categories-link:hover,
.footer__categories-link:focus {
    color: rgba(var(--red));
}

.footer__offer {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.footer__agreement {
    text-align: justify;
    font-size: 14px;
}

.footer__agreement a {
    color: inherit;
}

.footer__copyright {
    font-size: 14px;
    line-height: 24px;
}

.footer__unsubscribe-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.footer__list {
    margin-top: 30px;
    list-style: none;
}

.footer__link {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    -webkit-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
    color: rgba(var(--dark-blue));
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    display: none;
}

.modal--active {
    display: block;
}

.backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-form__close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0;
    line-height: 0;
    color: #95a58c;
    border: none;
    background-color: transparent;
    -webkit-transition: fill 0.1s ease-in;
    -o-transition: fill 0.1s ease-in;
    transition: fill 0.1s ease-in;
}

.modal-form__close-btn-icon {
    width: 20px;
    height: 20px;
    fill: #95a58c;
    -webkit-transition: fill 0.1s ease-in;
    -o-transition: fill 0.1s ease-in;
    transition: fill 0.1s ease-in;
}

.modal-form__close-btn:hover .modal-form__close-btn-icon,
.modal-form__close-btn:focus .modal-form__close-btn-icon,
.modal-form__close-btn:hover,
.modal-form__close-btn:focus {
    fill: #000;
    color: #000;
}

.modal-form__active-user .modal-form__close-btn {
    right: auto;
    top: 15px;
    left: 10px;
    font-size: 20px;
    line-height: 1;
}

.modal-form__active-user .modal-form__close-btn-icon {
    margin-right: 10px;
    vertical-align: bottom;
}

.modal-form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 11;
    width: 90%;
    max-width: 370px;
    margin: 0 auto;
    padding: 35px 15px;
    text-align: center;
    border-radius: 18px;
    background-color: #fff;
}

.modal-form__heading {
    margin: 0 0 10px;
}

.modal-form__input {
    width: 100%;
    padding: 25px;
    margin-top: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    background-color: #f5f6f9;
}

.modal-form__btn {
    width: 100%;
    margin-top: 20px;
    padding: 27px 15px;
}

.modal-form__btn .btn__wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-form__btn .btn__icon-wrap {
    display: none;
}

.modal-form__active-user {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: none;
    padding: 50px 10px;
    color: #333;
    font-size: 20px;
    border-radius: 0;
}

.modal-form__active-user::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    background-image:
        url("../images/hero-img.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 80%;
    opacity: 0.2;
}

@media (min-width: 460px) {
    .modal-form__active-user {
        padding: 50px 35px;
    }

    /* .modal-form__active-user::after {
        background-image:
            url("../images/bg-hero-large.png"),
            url("../images/bg-bottom-large.svg");
        background-repeat: no-repeat;
        background-position: right 0, 100% center;
        background-size: auto 100%, 120% auto;
    } */
}

.modal-form__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
}

@media (min-width: 460px) {
    .modal-form__inner {
        max-width: 500px;
        height: auto;
        padding: 20px;
        -webkit-box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.4);
                box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.4);
        border-radius: 20px;
        background-color: #fff;
    }
}

.user-data {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px;
    color: #333;
    text-align: right;
}

.user-data div:first-child {
    font-weight: bold;
    text-align: left;
}

.user-avatar {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.user-name {
    color: #333;
}

.user-name-status {
    color: #000;
    font-weight: normal !important;
}

.subscription-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    font-size: 12px;
    margin-top: 20px;
}

.registration-date {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
    text-align: right;
}

.registration-date div:last-child {
    font-weight: bold;
    text-align: left;
}

.deactivation {
    display: block;
    margin-top: 20px;
    padding: 12px 10px;
    color: #000;
    background-color: #eee;
    border-radius: 7px;
    text-align: center;
    text-decoration: none;
}

.deactivation:hover {
    background-color: #ddd;
}

.modal hr {
    width: 100%;
    margin: 20px 0 10px;
    border: none;
    border-top: 1px solid #ccc;
}

.modal .deactivation,
.modal .deactivation:visited {
    color: rgba(var(--red));
}

.user-favourites {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #333;
}

.logout {
    font-size: 12px;
    color: #333;
}

.subscription-status,
.user-favourites {
    text-align: right;
}

.subscription-status b,
.user-favourites b {
    text-align: left;
}

@media (min-width: 460px) {

    .subscription-status,
    .registration-date,
    .user-favourites,
    .logout {
        font-size: 16px;
    }
}

.breadcrumbs {
    margin-top: 50px;
}

.breadcrumbs__list {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #727272;
}

.breadcrumbs__list a {
    font-weight: 600;
    color: rgba(var(--red));
    text-decoration: none;
}

.breadcrumbs__list a:hover {
    color: #f6920b;
}

.breadcrumbs__heading {
    margin: 0 auto;
}

.category-videos {
    margin-top: 30px;
}

.category-videos__list {
    list-style: none;
}

.category-videos__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: relative;
    padding: 25px;
    border: 1px solid rgba(var(--light-blue));
    border-radius: 25px;
}

.category-videos__item+.category-videos__item {
    margin-top: 40px;
}

.pagination {
    margin-top: 40px;
}

.pagination__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
        grid-template-areas: "pages" "prev" "next";
}

.pagination__btn {
    display: block;
    width: 100%;
    max-width: 326px;
    margin: 0 auto;
    padding: 2px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    border-radius: 100px;
    border: 1px solid rgba(var(--light-blue));
    background-color: rgba(var(--light-blue));
    white-space: nowrap;
    text-decoration: none;
    cursor: default;
}

.pagination__btn--prev {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: prev;
    margin-bottom: 20px;
}

.pagination__btn--next {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: next;
}

.pagination__btn--active {
    cursor: pointer;
}

.pagination__btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 13px 8px 8px;
    border-radius: 100px;
}

.pagination__btn--next .pagination__btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 8px 8px 8px 13px;
}

.pagination__btn-icon-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-color: rgba(var(--dark-blue));
    border-radius: 50%;
}

.pagination__btn--next .pagination__btn-icon-wrap {
    margin-right: 0;
    margin-left: 10px;
}

.pagination__btn-icon {
    width: 14px;
    height: 100%;
    fill: #fff;
}

.pagination__btn--prev .pagination__btn-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination__btn-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: rgba(var(--dark-blue));
    text-align: center;
}

.pagination__btn--disabled {
    background-color: transparent;
}

.pagination__btn--disabled .pagination__btn-text {
    color: rgba(var(--light-blue));
}

.pagination__btn--disabled .pagination__btn-icon-wrap {
    background-color: rgba(var(--light-blue));
    border: #ccc;
}

.pages {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-area: pages;
    margin-bottom: 40px;
    list-style: none;
}

.pages__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    font-size: 14px;
    color: rgba(var(--dark-blue));
    text-decoration: none;
    -webkit-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
}

.pages__link--active {
    border: 2px solid rgba(var(--light-blue));
    border-radius: 10px;
}

.pages__link:not(.pages__link--active):hover {
    color: rgba(var(--red));
}

.player {
    margin-top: 20px;
}

.player__title-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px auto;
    grid-template-columns: 1fr auto;
    grid-gap: 0 10px;
    -ms-grid-rows: auto 0 auto;
        grid-template-areas: "artist download" "song download";
}

.player__artist {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: artist;
    font-size: 12px;
    line-height: 1;
    color: #6b6b6b;
}

.player__title-box>.player__artist {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.player__song {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: song;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.player__repeat {
    display: none;
}

.player__btn-icon--repeat {
    width: 20px;
    height: 20px;
}

.player__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 15px;
    margin-top: 10px;
    background-color: #f5f6f9;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.player__btn {
    padding: 0;
    font-size: 0;
    line-height: 0;
    background-color: transparent;
    border: none;
}

.player__btn-icon {
    fill: rgba(var(--red));
    -webkit-transition: fill 0.1s ease-in;
    -o-transition: fill 0.1s ease-in;
    transition: fill 0.1s ease-in;
}

.player__btn:hover .player__btn-icon {
    fill: #f6920b;
}

.player__btn-icon--prev,
.player__btn-icon--next {
    width: 10px;
    height: 30px;
}

.player__btn-icon--prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.player__btn-icon--play {
    width: 30px;
    height: 30px;
    margin-left: 8px;
}

.player__btn-icon--next {
    margin-left: 8px;
}

.player__btn-icon--speaker {
    width: 20px;
    height: 20px;
}

.player__btn-icon--active {
    fill: #f6920b;
}

.timeline {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 10px;
    margin-left: 12px;
    background-color: #fff;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
}

.playhead {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 100%;
    display: block;
    background-color: hsl(196, 100%, 45%);
    -webkit-animation: bgColorChange 3s ease-in-out alternate infinite;
    animation: bgColorChange 3s ease-in-out alternate infinite;
}

@-webkit-keyframes bgColorChange {
    from {
        background-color: hsl(97, 83%, 56%);
    }

    to {
        background-color: hsl(196, 100%, 45%);
    }
}

@keyframes bgColorChange {
    from {
        background-color: hsl(97, 83%, 56%);
    }

    to {
        background-color: hsl(196, 100%, 45%);
    }
}

.player__time {
    display: none;
    width: 35px;
    margin-left: 12px;
    font-size: 12px;
    line-height: 1;
    color: #b5b5b5;
    text-align: right;
}

.player__volume {
    margin-left: 12px;
}

.player__volume-line {
    position: relative;
    display: none;
    width: 50px;
    height: 4px;
    margin-left: 4px;
    border-radius: 50px;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
}

.player__volume-line-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(var(--red));
}

.music-tracks {
    margin-bottom: 50px;
}

.music-subheading {
    margin-top: 15px;
}

.genres {
    margin-top: 55px;
    overflow: hidden;
}

.genres__heading {
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
}

.genres__wrap {
    margin-top: 10px;
}

.genres__list {
    list-style: none;
    margin-top: 20px;
}

.genres__list .owl-stage-outer {
    overflow: visible;
}

.genres__link {
    display: inline-block;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 600;
    line-height: 54px;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: color 0.1s ease-in, background-color 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background-color 0.1s ease-in;
    transition: color 0.1s ease-in, background-color 0.1s ease-in;
}

.genres__link:hover {
    color: #fff;
    background-color: #f6920b;
}

.music-page__frame {
    position: relative;
    padding-bottom: 50px;
}

.music-page__frame::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

.content {
    margin-top: 30px;
    margin-bottom: 50px;
}

.content__video {
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
}

.content__full-story {
    margin: 20px 0;
}

.content__text {
    font-size: 14px;
    line-height: 18px;
    color: #373737;
}

.content__photos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 35px;
    list-style: none;
}

.content__photos-item {
    font-size: 0;
    line-height: 0;
}

.content__photos-item+.content__photos-item {
    margin-top: 20px;
}

.content__photos-image {
    border-radius: 18px;
}

.content__text-heading {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #000;
}

.content__list {
    margin: 20px 0;
    list-style: none;
}

.content__list-item {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #373737;
}

.content__list-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 18px;
    background-image: url("../images/check.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.content__list-item+.content__list-item {
    margin-top: 10px;
}

.content__rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    padding: 30px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    border-top: 1px solid #bababa;
}

.content__rating-stars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    list-style: none;
}

.content__rating-item {
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
}

.content__rating-item+.content__rating-item {
    margin-left: 2px;
}

.content__rating-star {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../images/star-empty.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.content__rating-star:hover {
    background-image: url("../images/star.svg");
}

.comments {
    margin-top: 30px;
}

#dlemasscomments {
    margin-bottom: 20px;
}

.mass_comments_action {
    margin-top: 20px;
}

.comments__heading {
    margin-bottom: 50px;
}

.comments__list {
    margin-top: 20px;
    margin-bottom: 40px;
    list-style: none;
}

.comment {
    margin-top: 20px;
}

.comment>.comments__list {
    position: relative;
    padding-left: 40px;
}

.comment>.comments__list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 38px;
    border-left: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
}

.comment>.comments__list::after {
    content: "";
    position: absolute;
    top: 38px;
    left: 30px;
    -webkit-transform: translate(-100%, -5px);
    -ms-transform: translate(-100%, -5px);
    transform: translate(-100%, -5px);
    display: block;
    width: 5px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 40'%3E%3Cpath fill='%23aaa' d='M20.834 20.786L2.607 38.963A1.528 1.528 0 01.449 36.8l17.143-17.096L.45 2.61A1.527 1.527 0 112.607.446l18.227 18.177a1.526 1.526 0 010 2.163z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.comment__user-icon-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 75px;
    height: 75px;
    margin-bottom: 15px;
    background-color: #d6eec8;
    border-radius: 50%;
    overflow: hidden;
}

.comment__user-icon {
    width: 100%;
    height: 100%;
}

.comment__date-wrap {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #909090;
}

span.comment__date-user {
    color: rgba(var(--red));
    -webkit-text-decoration-color: #d3f1c1;
    text-decoration-color: #d3f1c1;
}

.comment__text {
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
    color: #373737;
    border-bottom: 1px solid #c5c5c5;
}

.comments__form,
.form_submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 40px;
}

.comments__form-label {
    font-size: 0;
    line-height: 0;
    margin-bottom: 12px;
}

.ui-form {
    list-style: none;
}

.form-group.combo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0;
}

.combo_field input {
    padding: 10px;
}

.combo_field+.combo_field {
    margin-top: 10px;
}

@media screen and (min-width: 586px) {
    .form-group.combo {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .combo_field+.combo_field {
        margin-top: 0;
        margin-left: 10px;
    }
}

#dle-captcha {
    display: block;
    margin-bottom: 10px;
}

.c-captcha {
    margin-bottom: 20px;
}

#sec_code {
    padding: 10px;
}

.c-captcha img {
    display: inline-block;
    width: 200px;
}

.comments__form-textarea,
#comments {
    width: 100%;
    padding: 20px;
    font-size: 15px;
    line-height: 20px;
    border: 2px solid #ff8c8c;
    border-radius: 6px;
    resize: none;
    font-family: "Montserrat", sans-serif;
}

.comments__form-label-upload {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.comments__form-file-btn {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: inline-block;
    padding: 0 18px;
    font-size: 12px;
    line-height: 40px;
    font-weight: 600;
    color: rgba(var(--red));
    background-color: #d6eec8;
    border-radius: 100px;
    -webkit-transition: color 0.1s ease-in, background-color 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background-color 0.1s ease-in;
    transition: color 0.1s ease-in, background-color 0.1s ease-in;
}

.comments__form-label-upload:hover .comments__form-file-btn {
    color: #fff;
    background-color: rgba(var(--red));
}

.comments__form-file {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #505253;
}

.comments__form-warning {
    margin-bottom: 25px;
    font-size: 10px;
    line-height: 18px;
    color: #505253;
}

.comments__form-btn {
    width: 100%;
}

.rules__text {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: justify;
}

.rules__num-list {
    padding-left: 18px;
    padding-bottom: 50px;
    font-size: 14px;
    text-align: justify;
}

.rules__num-list li {
    margin-bottom: 10px;
}

.rules__num-list .rules__footnote {
    margin: 30px 0;
    padding-left: 30px;
    font-style: italic;
    color: #999;
    list-style-type: none;
}

.rules__dot-list {
    margin-top: 10px;
    padding-left: 18px;
    list-style-type: square;
}

.rules__link {
    color: rgba(var(--red));
}

.rules__link:hover {
    color: #f6920b;
}

.disable-subscription {
    background-color: transparent;
}

.disable-subscription .container {
    padding: 0;
}

.unsubscribe-form__input {
    border: 1px solid #ccc;
}

.unsubscribe-form__btn {
    padding: 10px;
}

@media screen and (min-width: 568px) {
    .video-slider__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px 10px;
        list-style: none;
    }

    .videos__arrows {
        display: none;
    }

    .modal-form__btn {
        padding: 10px 40px 10px 10px;
    }

    .modal-form__btn .btn__text {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .modal-form__btn .btn__icon-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .category-videos__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 40px 20px;
    }

    .category-videos__item+.category-videos__item {
        margin-top: 0;
    }

    .header__logo-link {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .login {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .header__categories {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
    }

    .music-page__music-tracks .music-tracks__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-gap: 0;
    }

    .music-page__music-tracks .music-tracks__item:nth-child(n + 6) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .music-page__music-tracks .music-tracks__time {
        grid-area: time;
        display: inline-block;
    }

    .music-page__music-tracks .music-tracks__artist {
        margin-left: 35px;
    }

    .music-page__music-tracks .music-tracks__title {
        margin-left: 8px;
    }
}

@media screen and (min-width: 586px) {
    .content__photos {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .content__photos-item+.content__photos-item {
        margin-top: 0;
        margin-left: 10px;
    }

    .comments__form-label-upload {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .comments__form-file-btn {
        font-size: 15px;
    }

    .comments__form-file {
        margin-left: 20px;
        font-size: 15px;
    }

    .comments__form-btn {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        width: 240px;
        margin: 0;
    }
}

@media screen and (min-width: 768px) {
    .header__container {
        gap: 20px;
    }

    .about__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
    }

    .about__item+.about__item {
        margin-top: 0;
    }

    .about__icon-wrap::after,
    .about__subheading::after {
        display: none;
    }

    .about__heading::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 38px;
        height: 106px;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 19 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2 2 7.3 8.212L16.6 2M2 12.95l7.3 8.212 7.3-8.212M2 23.9l7.3 8.212 7.3-8.212M2 34.85l7.3 8.212 7.3-8.212' stroke='%2386D2DA' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .popular {
        margin-top: 85px;
    }

    .popular__arrows {
        display: none;
    }

    .music-tracks__heading {
        margin-bottom: 20px;
    }

    .music-tracks__item + .music-tracks__item {
        margin-top: 0;
    }

    .index-page .music-tracks__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px 30px;
    }

    .music-tracks__item:nth-child(n + 6) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    /* .music-page__music-tracks .music-tracks__item:nth-child(n + 6) {
      display: -ms-grid;
      display: grid;
    } */

    .music-page .music-tracks__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0 30px;
    }

    .reviews__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
        width: 100%;
    }

    .reviews__item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-color: transparent;
        border-radius: 10px;
        -webkit-box-shadow: 0 11px 43px 10px rgba(208, 208, 208, 0.5);
        box-shadow: 0 11px 43px 10px rgba(208, 208, 208, 0.5);
    }

    .reviews__arrows {
        display: none;
    }

    .category-videos__list {
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 40px 10px;
    }

    .pagination__container {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
            grid-template-areas: "pages pages" "prev next";
    }

    .pagination__btn--prev {
        margin-bottom: 0;
    }

    .pagination__btn--prev {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .pagination__btn--next {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }

    .pages {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }

    .footer {
        padding: 50px 0;
    }
}

@media screen and (min-width: 786px) {
    .hero__features {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        max-width: 700px;
        margin: 0 auto;
    }

    .features__item + .features__item {
        margin-top: 0;
    }

    .content-page .subscription::before {
        top: -340px;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        height: 350px;
        background-image: url("../images/bg-content-bottom.png");
    }

    .comments__list {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 1024px) {
    body {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1920 5640' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2299 1362c0 157.4-127.6 285-285 285s-285-127.6-285-285 127.6-285 285-285 285 127.6 285 285Zm-455.92 0c0 94.39 76.53 170.92 170.92 170.92 94.39 0 170.92-76.53 170.92-170.92 0-94.39-76.53-170.92-170.92-170.92-94.39 0-170.92 76.53-170.92 170.92ZM359 3463c0 228.65-185.354 414-414 414s-414-185.35-414-414 185.354-414 414-414 414 185.35 414 414Zm-662.279 0c0 137.12 111.158 248.28 248.279 248.28 137.12 0 248.279-111.16 248.279-248.28S82.121 3214.72-55 3214.72c-137.121 0-248.279 111.16-248.279 248.28ZM2373 5003c0 210.97-171.03 382-382 382s-382-171.03-382-382 171.03-382 382-382 382 171.03 382 382Zm-652.86 0c0 149.59 121.27 270.86 270.86 270.86 149.59 0 270.86-121.27 270.86-270.86 0-149.59-121.27-270.86-270.86-270.86-149.59 0-270.86 121.27-270.86 270.86ZM294 1796c0 194.4-157.596 352-352 352s-352-157.6-352-352 157.596-352 352-352 352 157.6 352 352Zm-680.295 0c0 181.31 146.983 328.29 328.295 328.29S270.295 1977.31 270.295 1796c0-181.31-146.983-328.29-328.295-328.29S-386.295 1614.69-386.295 1796ZM2248 3445c0 194.4-157.6 352-352 352s-352-157.6-352-352 157.6-352 352-352 352 157.6 352 352Zm-680.29 0c0 181.31 146.98 328.29 328.29 328.29 181.31 0 328.29-146.98 328.29-328.29 0-181.31-146.98-328.29-328.29-328.29-181.31 0-328.29 146.98-328.29 328.29Z' fill='%23E3DDD2' fill-opacity='.17'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M726.923-166.271C721.703-496.726 452.197-763 120.5-763-214.461-763-486-491.461-486-156.5S-214.461 450 120.5 450c239.808 0 447.109-139.179 545.534-341.166C743.401 105.164 805 41.275 805-37c0-56.11-31.653-104.828-78.077-129.271Zm-24.375-10.124C692.06-488.824 435.482-738.882 120.5-738.882c-321.641 0-582.382 260.741-582.382 582.382 0 321.641 260.741 582.382 582.382 582.382 226.515 0 422.826-129.319 519.131-318.155C568.154 98.252 513 37.067 513-37c0-80.634 65.366-146 146-146 15.167 0 29.795 2.313 43.548 6.605Zm-9.341 220.019C724.566 30.302 746.557-.781 746.557-37c0-22.573-8.541-43.15-22.569-58.677-4.812 48.329-15.298 94.987-30.781 139.3Zm8.123-157.287C697.159-56.287 684.675-1.216 665.078 50.35a88.837 88.837 0 0 1-6.078.207c-48.357 0-87.557-39.2-87.557-87.557s39.2-87.557 87.557-87.557c15.354 0 29.784 3.951 42.33 10.894Z' fill='%23E3DDD2' fill-opacity='.17'/%3E%3Cpath d='M2066-88.5c0 167.618-135.88 303.5-303.5 303.5S1459 79.118 1459-88.5 1594.88-392 1762.5-392 2066-256.118 2066-88.5Zm-594.93 0c0 160.953 130.48 291.431 291.43 291.431 160.95 0 291.43-130.478 291.43-291.431 0-160.953-130.48-291.431-291.43-291.431-160.95 0-291.43 130.478-291.43 291.431ZM710.281 732.09c0 55.334-44.857 100.191-100.191 100.191-55.333 0-100.19-44.857-100.19-100.191 0-55.333 44.857-100.19 100.19-100.19 55.334 0 100.191 44.857 100.191 100.19Zm-160.276 0c0 33.185 26.901 60.086 60.085 60.086 33.185 0 60.086-26.901 60.086-60.086 0-33.184-26.901-60.085-60.086-60.085-33.184 0-60.085 26.901-60.085 60.085Z' fill='%23E3DDD2' fill-opacity='.17'/%3E%3Cpath d='M742.117 732.559c0 72.657-58.901 131.558-131.558 131.558-72.658 0-131.559-58.901-131.559-131.558C479 659.901 537.901 601 610.559 601c72.657 0 131.558 58.901 131.558 131.559Zm-251.887 0c0 66.455 53.873 120.328 120.329 120.328 66.455 0 120.328-53.873 120.328-120.328 0-66.456-53.873-120.329-120.328-120.329-66.456 0-120.329 53.873-120.329 120.329ZM331 5441c0 109.9-89.095 199-199 199s-199-89.1-199-199 89.095-199 199-199 199 89.1 199 199Zm-369.661 0c0 94.25 76.407 170.66 170.661 170.66 94.253 0 170.661-76.41 170.661-170.66S226.253 5270.34 132 5270.34c-94.254 0-170.661 76.41-170.661 170.66Z' fill='%23E3DDD2' fill-opacity='.17'/%3E%3C/svg%3E");
    }
    
    .heading {
        font-size: 48px;
        line-height: 56px;
    }

    .subheading {
        font-size: 18px;
        line-height: 30px;
    }

    .btn--subscribe {
        padding: 10px 40px 10px 10px;
        font-size: 20px;
    }

    .btn--subscribe .btn__icon-wrap {
        width: 50px;
        height: 50px;
        margin-right: 20px;
    }

    .login {
        font-size: 18px;
        line-height: 30px;
    }

    .login__wrap {
        width: 100%;
        -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
    }

    .login__icon-box {
        margin-right: 12px;
    }

    .hero__heading {
        max-width: 740px;
        margin: 0 0 35px;
        font-size: 60px;
        line-height: 56px;
    }

    .hero__subheading {
        margin-bottom: 55px;
        font-size: 26px;
    }

    .hero__btn {
        margin: 0;
    }

    .hero__features {
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
        width: 100%;
        max-width: none;
        margin-top: 50px;
    }

    .features__item {
        padding: 15px;
        font-size: 12px;
        line-height: 18px;
        font-weight: 600;
    }

    .features__icon-wrap {
        width: 15px;
        height: 15px;
        margin-right: 10px;
    }

    .features__icon {
        width: 15px;
    }

    .features__text {
        white-space: nowrap;
    }

    .videos {
        margin-top: 100px;
    }

    .music-page__videos {
        grid-area: videos;
        padding: 0;
    }

    .video-slider__list {
        -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 40px 30px;
    }

    .music-page__videos .video-slider__list {
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 45px 10px;
    }

    .about__heading {
        margin-top: 210px;
        margin-bottom: 25px;
    }

    .about__list {
        grid-gap: 30px;
        margin-top: 50px;
    }

    .about__item {
        padding: 30px 25px;
    }

    .about__icon-wrap {
        width: 200px;
        height: 200px;
    }

    .about__item-heading {
        font-size: 16px;
        line-height: 30px;
    }

    .about__item-description {
        font-size: 14px;
        line-height: 24px;
    }

    .popular {
        margin-top: 100px;
    }

    .popular__heading {
        margin-bottom: 35px;
    }

    .popular__heading::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 38px;
        height: 106px;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 19 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2 2 7.3 8.212L16.6 2M2 12.95l7.3 8.212 7.3-8.212M2 23.9l7.3 8.212 7.3-8.212M2 34.85l7.3 8.212 7.3-8.212' stroke='%2386D2DA' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .reviews {
        padding-bottom: 100px;
    }

    .reviews__list {
        position: relative;
    }

    .reviews__list::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 100%;
        width: 70px;
        height: 30px;
        margin-bottom: 20px;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 86 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%2386D2DA'%3E%3Cpath d='M23 13.5-.25 26.923V.077L23 13.5ZM55 13.5 31 26.923V.077L55 13.5ZM86 13.5 62.75 26.923V.077L86 13.5Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h86v27H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .reviews__list::after {
        content: "";
        position: absolute;
        left: 0;
        top: 100%;
        width: 100px;
        height: 50px;
        margin-top: 20px;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 43 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1.618' cy='1.618' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='9.571' cy='1.618' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='17.524' cy='1.618' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='25.477' cy='1.618' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='33.429' cy='1.618' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='41.382' cy='1.618' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='1.618' cy='8.785' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='9.571' cy='8.785' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='17.524' cy='8.785' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='25.477' cy='8.785' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='33.429' cy='8.785' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='41.382' cy='8.785' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='1.618' cy='15.951' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='9.571' cy='15.951' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='17.524' cy='15.951' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='25.477' cy='15.951' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='33.429' cy='15.951' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='41.382' cy='15.951' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='1.618' cy='23.118' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='9.571' cy='23.118' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='17.524' cy='23.118' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='25.477' cy='23.118' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='33.429' cy='23.118' r='1.618' fill='%2386D2DA'/%3E%3Ccircle cx='41.382' cy='23.118' r='1.618' fill='%2386D2DA'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .music-tracks__item-icon {
        width: 20px;
        height: 20px;
    }

    .music-page__music-tracks {
        grid-area: tracks;
    }

    .music-page__music-tracks .container {
        padding: 0;
    }

    .music-tracks__item {
        padding: 20px 15px 20px 30px;
    }

    .music-page__music-tracks .music-tracks__download {
        margin-left: 30px;
    }

    .music-page__music-tracks .music-tracks__item {
        -ms-grid-columns: auto 0 1fr 0 auto 0 auto;
        grid-template-columns: auto 1fr auto auto;
        -ms-grid-rows: auto 0 auto;
            grid-template-areas: "btn artist time download" "btn title time download";
    }

    .reviews__heading {
        margin-top: 110px;
    }

    .reviews__item {
        padding: 40px 40px 50px;
    }

    .review__icon {
        width: 35px;
        height: 35px;
    }

    .review__text {
        margin-top: 25px;
        font-size: 20px;
        line-height: 24px;
    }

    .review__author {
        font-size: 32px;
        line-height: 1;
    }

    .subscription {
        padding: 150px 0;
    }

    /* .footer__container {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 70px auto;
      grid-template-columns: 1fr auto;
      -ms-grid-rows: auto 0 1fr 0 auto;
      grid-template-rows: auto 1fr auto;
      grid-gap: 0 70px;
      grid-template-areas: "logo category" "offer category" "links category";
    }

    .footer__logo-link {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: logo;
      -ms-grid-row-align: start;
      align-self: start;
      -ms-grid-column-align: start;
      justify-self: start;
    } */

    .footer__categories {
        /* -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      grid-area: category; */
        margin-top: 0;
    }

    .footer__links {
        /* grid-area: links; */
        -ms-grid-row-align: end;
        -webkit-align-self: end;
            -ms-flex-item-align: end;
                align-self: end;
    }

    .footer__agreement {
        font-size: 14px;
        line-height: 20px;
    }

    .footer__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-top: 20px;
    }

    .footer__links-item+.footer__links-item {
        margin-left: 30px;
    }

    .modal-form__close-btn {
        top: 20px;
        right: 20px;
    }

    .modal-form {
        padding: 50px 35px 60px;
    }

    .modal-form__active-user {
        padding: 50px 35px;
    }

    .modal-form__heading {
        font-size: 30px;
        line-height: 1.2;
    }

    .breadcrumbs {
        margin-top: 65px;
    }

    .breadcrumbs__heading {
        font-size: 36px;
    }

    .category-videos {
        margin-top: 50px;
    }

    .pagination__btn {
        width: 326px;
        font-size: 16px;
    }

    .pagination__btn-icon-wrap {
        width: 50px;
        height: 50px;
        margin-right: 20px;
    }

    .player {
        grid-area: player;
        margin: 50px 0 0;
    }

    .player .container {
        padding: 0;
    }

    .player__repeat {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 5;
        grid-area: download;
        display: inline-block;
        -ms-grid-row-align: end;
        align-self: end;
        width: 20px;
        height: 20px;
        margin-bottom: -2px;
    }

    .player__title-box>.player__repeat {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 3;
    }

    @media screen and (min-width: 1024px) {
        .music-page__music-tracks .music-tracks__time {
            -ms-grid-row: 1;
            -ms-grid-row-span: 3;
            -ms-grid-column: 5;
        }

        .player__repeat {
            -ms-grid-row: 1;
            -ms-grid-row-span: 3;
            -ms-grid-column: 7;
        }
    }

    .player__time {
        display: inline-block;
    }

    .player__volume-line {
        display: block;
    }

    .music-subheading {
        margin-top: 0;
    }

    .genres {
        margin-top: 40px;
    }

    .genres__heading {
        font-size: 24px;
    }

    .genres__wrap {
        margin-top: 20px;
    }

    .genres__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .music-page__frame-container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto 0 1fr;
        grid-template-rows: auto 1fr;
        grid-gap: 0 30px;
            grid-template-areas: "player videos" "tracks videos";
        width: 100%;
        max-width: 1234px;
        margin: 60px auto 0;
        padding: 0 32px;
    }

    .music-tracks__artist,
    .music-tracks__title {
        margin-left: 16px;
        font-size: 18px;
        font-weight: 600;
    }

    .music-tracks__time {
        font-size: 18px;
    }

    .content__text {
        font-size: 16px;
        line-height: 24px;
    }

    .content__photos-item+.content__photos-item {
        margin-left: 30px;
    }

    .content__text-heading {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .content__list-item {
        font-size: 16px;
        line-height: 30px;
    }

    .comments__heading {
        font-size: 24px;
        line-height: 56px;
    }

    .comment__inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto 25px 1fr;
        grid-template-columns: auto 1fr;
        grid-gap: 0 25px;
        -ms-grid-rows: auto 0 auto;
            grid-template-areas: "icon date" "icon text";
    }

    .comment>.comments__list {
        padding-left: 100px;
    }

    .comment>.comments__list::before {
        top: -20px;
        left: 37.5px;
        height: calc(50% + 20px);
        width: 40px;
    }

    .comment>.comments__list::after {
        top: 50%;
        left: 77.5px;
    }

    .comment__user-icon-wrap {
        grid-area: icon;
        -ms-grid-row-align: center;
        align-self: center;
        margin-bottom: 0;
    }

    .comment__date-wrap {
        grid-area: date;
    }

    .comment__text {
        grid-area: text;
        font-size: 14px;
        line-height: 24px;
    }

    .rules__text,
    .rules__num-list {
        font-size: 16px;
    }

    .footer__container>.header__logo-link {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .footer__container>.header__categories {
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
    }

    .music-page__music-tracks .music-tracks__item-btn {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
    }

    .music-page__music-tracks .music-tracks__artist {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .music-page__music-tracks .music-tracks__title {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .music-page__music-tracks .music-tracks__download {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 7;
    }

    .pagination__btn--prev {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .pagination__btn--next {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .pages {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
    }

    .player__artist {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
}

@media screen and (min-width: 1024px) {
    .comment__user-icon-wrap {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
    }

    .comment__date-wrap {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .comment__text {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }
}

@media screen and (min-width: 1024px) {
    .music-page__videos {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 3;
    }

    .music-page__music-tracks {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .player {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
}

@media screen and (min-width: 568px) {
    .footer__logo-link {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .footer__categories {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
    }
}

@media screen and (min-width: 1024px) {
    .footer__container>.footer__logo-link {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .footer__container>.footer__categories {
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
    }

    .footer__offer {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .footer__links {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }
}

/* @media screen and (min-width: 1070px) {
    .subscription {
        padding: 80px 0;
    }

    .disable-subscription {
        padding-top: 55px;
    }

    .subscription__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .subscription__headings-wrap {
        margin-right: 30px;
    }

    .subscription__heading {
        margin: 0;
    }

    .subscription__form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0;
        padding: 5px;
    }

    .unsubscribe-form {
        background-color: transparent;
    }

    .subscription__form-input {
        width: 230px;
        min-width: 230px;
        padding: 17px 0 17px 25px;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
    }

    .unsubscribe-form__input {
        margin-right: 10px;
        background-color: #fff;
    }

    .subscription__form-btn {
        margin-top: 0;
    }
} */

@media screen and (min-width: 1200px) {
    .subscription__container::before,
    .subscription__container::after {
        width: 300px;
        height: 300px;
    }

    .footer__links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__list {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 0 0 60px;
    }

    .footer__list--enlarged {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1234px) {
    .features__item {
        font-size: 16px;
    }

    .genres {
        overflow: visible;
    }

    .genres__arrows {
        display: none;
    }

    .pages {
        margin-bottom: 0;
    }

    .pagination__container {
        grid-gap: 20px;
        -ms-grid-columns: auto 20px 1fr 20px auto;
        grid-template-columns: auto 1fr auto;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
            grid-template-areas: "prev pages next";
    }
}

.modal-authorized--opened {
    display: block;
}

.favorites-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.favorites__container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

#dle-comments-form {
    margin-top: 10px;
}

#dle-comments-form h3 {
    margin-bottom: 10px;
}

/* support */

.support-panel {
    position: relative;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center 0;
        -ms-transform-origin: center 0;
            transform-origin: center 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: 100%;
    padding: 5px 10px;
    color: rgba(var(--dark-blue));
    background-color: rgba(var(--wheat), 0.17);
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.support {
    margin-top: 50px;
}

@media screen and (min-width: 1024px) {
    .support {
        margin-top: 100px;
    }
}

.support__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.support__icon,
.support-panel__icon {
    width: 20px;
    height: 20px;
    fill: rgba(var(--red));
}

.support-panel__icon {
    fill: rgba(var(--dark-blue));
}

@media screen and (min-width: 1024px) {
    .support__icon {
        width: 40px;
        height: 40px;
    }
}

.support__text-box,
.support-panel__text {
    width: 100%;
    padding: 16px;
    font-size: 14px;
    font-weight: 700;
    color: rgba(var(--red));
    text-align: center;
    border-radius: 20px;
}

.support__text-box {
    background-color: rgba(var(--wheat), 0.17);
}

.support-panel__text {
    color: rgba(var(--dark-blue));
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.support__text {
    position: relative;
    display: inline-block;
    width: 230px;
}

@media screen and (min-width: 568px) {
    .support__text {
        width: auto;
    }
}

.support__text::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 22px;
    height: 31px;
    margin-right: 5px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.531 21.135c3.287 6.023 8.467 9.675 13.35 9.865l.049-.001h.045c2.434-.144 4.017-1.675 4.673-3.355.323-.829.435-1.727.289-2.545-.147-.821-.574-1.629-1.377-2.085l-3.918-2.224c-.631-.357-1.239-.42-1.831-.288-.472.107-.928.343-1.293.532l-.094.049h-.002l-.524.273c-1.464-1.11-2.531-2.21-3.546-4.083l-.007-.013-.008-.012a5.76 5.76 0 0 1-.163-.311l-.28-.56h-.028c-.968-1.817-1.32-3.326-1.491-5.19l.505-.363.002-.001.07-.05c.346-.244.773-.544 1.099-.93.397-.469.639-1.042.662-1.78l.143-4.705c.06-1.918-1.68-3.09-3.28-3.313C4.843-.196 2.8.511 1.483 2.65l-.024.04-.02.04C-.828 7.268-.454 13.818 2.83 19.84c.12.23.247.451.365.653l.33.633.005.009Zm13.376 7.812c-3.982-.178-8.591-3.24-11.633-8.81l-.345-.66-.013-.023c-.121-.207-.232-.4-.332-.59l-.005-.01-.005-.01C1.534 13.274 1.328 7.487 3.19 3.711c.88-1.398 2.128-1.77 3.12-1.632 1.137.159 1.565.834 1.553 1.213L7.72 8c-.008.258-.074.38-.172.496-.147.173-.368.334-.797.638l-.005.003-1.449 1.037.042.584c.17 2.392.553 4.362 1.865 6.769.038.075.076.145.106.2l.007.012.077.143.28.55h.022c1.288 2.32 2.696 3.632 4.538 4.961l.489.353 1.594-.827c.469-.241.707-.363.92-.41.133-.03.246-.03.443.08l3.917 2.224c.152.086.31.279.379.658.068.384.024.888-.179 1.409-.394 1.01-1.333 1.958-2.89 2.068Z' fill='%23F04D4D'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.support-panel .support__text::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.531 21.135c3.287 6.023 8.467 9.675 13.35 9.865l.049-.001h.045c2.434-.144 4.017-1.675 4.673-3.355.323-.829.435-1.727.289-2.545-.147-.821-.574-1.629-1.377-2.085l-3.918-2.224c-.631-.357-1.239-.42-1.831-.288-.472.107-.928.343-1.293.532l-.094.049h-.002l-.524.273c-1.464-1.11-2.531-2.21-3.546-4.083l-.007-.013-.008-.012a5.76 5.76 0 0 1-.163-.311l-.28-.56h-.028c-.968-1.817-1.32-3.326-1.491-5.19l.505-.363.002-.001.07-.05c.346-.244.773-.544 1.099-.93.397-.469.639-1.042.662-1.78l.143-4.705c.06-1.918-1.68-3.09-3.28-3.313C4.843-.196 2.8.511 1.483 2.65l-.024.04-.02.04C-.828 7.268-.454 13.818 2.83 19.84c.12.23.247.451.365.653l.33.633.005.009Zm13.376 7.812c-3.982-.178-8.591-3.24-11.633-8.81l-.345-.66-.013-.023c-.121-.207-.232-.4-.332-.59l-.005-.01-.005-.01C1.534 13.274 1.328 7.487 3.19 3.711c.88-1.398 2.128-1.77 3.12-1.632 1.137.159 1.565.834 1.553 1.213L7.72 8c-.008.258-.074.38-.172.496-.147.173-.368.334-.797.638l-.005.003-1.449 1.037.042.584c.17 2.392.553 4.362 1.865 6.769.038.075.076.145.106.2l.007.012.077.143.28.55h.022c1.288 2.32 2.696 3.632 4.538 4.961l.489.353 1.594-.827c.469-.241.707-.363.92-.41.133-.03.246-.03.443.08l3.917 2.224c.152.086.31.279.379.658.068.384.024.888-.179 1.409-.394 1.01-1.333 1.958-2.89 2.068Z' fill='%2301425f'/%3E%3C/svg%3E");
}

@media screen and (min-width: 568px) {
    .support__text::before {
        margin-right: 10px;
    }
}

@media screen and (min-width: 1024px) {

    .support__text-box,
    .support-panel__text {
        font-size: 30px;
    }

    .support-panel__text {
        font-size: 20px;
    }

    .support__text::before {
        width: 35px;
        height: 49px;
    }
}

.support__text-box a {
    color: inherit;
}

.support__text-box a:hover,
.support-panel__text a:hover {
    text-decoration: none;
}

.support-panel__text a {
    color: inherit;
}

.support-panel__btn {
    width: 36px;
    height: 36px;
    font-size: 0;
    border: none;
    background-color: transparent;
}

.support-panel__btn-icon {
    width: 100%;
    height: 100%;
    fill: rgba(var(--dark-blue));
}

.support-panel__btn:hover .support-panel__btn-icon {
    fill: #f30000;
}

.footer__support {
    grid-column: 1 / -1;
}

.footer__support,
.footer__support a {
    font-size: 16px;
    color: inherit;
}

@media screen and (min-width: 1024px) {

    .footer__support,
    .footer__support a {
        font-size: 24px;
        font-weight: 500;
    }
}

.not-authorised-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    text-align: center;
}