@import url(./var.css);




@font-face {
    font-family: 'Poppins';
    src: url("/fonts/Poppins-Regular.woff") format("woff"), url("/fonts/Poppins-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: 'Poppins';
    src: url("/fonts/Poppins-Medium.woff") format("woff"), url("/fonts/Poppins-Medium.woff2") format("woff2");
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: 'Poppins';
    src: url("/fonts/Poppins-Bold.woff") format("woff"), url("/fonts/Poppins-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: 'PermanentMarker';
    src: url("/fonts/PermanentMarker-Regular.woff") format("woff"), url("/fonts/PermanentMarker-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap
}

*, *::before, *::after {
    box-sizing: border-box
}

ul[class], ol[class] {
    margin: 0;
    padding: 0
}

body, h1, h2, h3, h4, p, li, figure, figcaption, blockquote, dl, dd {
    margin: 0
}

html {
    font-size: 10px
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

.no-scroll {
    overflow: hidden
}

ul[class], ol[class] {
    list-style: none
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    color: #2d2f3c
}

a:not([class]):hover {
    text-decoration: underline
}

img {
    max-width: 100%;
    display: block
}

section > * + *, article > * + * {
    margin-top: 1em
}

input, button, textarea, select {
    font: inherit
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important
    }
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--main-text-color);
    background-color: var(--main-bg-color);
}

h1, h2, h3, h4 {
    color: var(--h1-2-3-4-color);
    font-weight: 500
}

h1 {
    font-size: 2.9rem
}

h2 {
    font-size: 2.6rem
}

h3 {
    font-size: 2.3rem
}

h4 {
    font-size: 2rem
}

a {
    display: block;
    text-decoration: none
}

.container {
    max-width: 1864px;
    width: 100%;
    margin: 0 auto;
    padding-left: 8px;
    padding-right: 8px
}

@media (min-width: 450px) {
    .container {
        padding-left: 1.6rem;
        padding-right: 1.6rem
    }
}

@media (min-width: 768px) {
    .container {
        padding-left: 2.4rem;
        padding-right: 2.4rem
    }
}

@media (min-width: 1400px) {
    .container {
        padding-left: 3.2rem;
        padding-right: 3.2rem
    }
}

.o-btn {
    border: none;
    background-color: transparent;
    cursor: pointer
}

.o-table__wrap {
    overflow-x: auto;
    margin-bottom: 3rem
}

.o-table__wrap::-webkit-scrollbar {
    width: 10px;
    height: 5px
}

.o-table__wrap::-webkit-scrollbar-thumb {
    background: #2d2f3cda
}

.o-table__wrap::-webkit-scrollbar-track {
    background: transparent
}

.main {
    width: 100%;
    padding-top: 8.5rem
}

@media (min-width: 768px) {
    .main {
        padding-top: 9.5rem
    }
}


table {
    display: block;          
    overflow-x: auto;          
    white-space: nowrap;        
    border-collapse: collapse;
    margin: 1rem auto;
    padding-bottom: 1rem;
    text-align: center;
    width: max-content;     
    max-width: 100%;        
}

/* Для мобильных — скроллинг */
@media (max-width: 767px) {
    table {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
}


thead {
    color: white;
    background: var(--main-text-color);
}

tr {
    margin: 0
}

th, td {
    padding: 1rem 1.3rem;
    min-width: 13.5rem;
    border: 0.1rem solid var(--main-text-color);
}

td {
    color: var(--main-text-color);
}

@media (min-width: 768px) {
    h1 {
        font-size: 3.2rem
    }

    h2 {
        font-size: 2.9rem
    }

    h3 {
        font-size: 2.6rem
    }

    h4 {
        font-size: 2.3rem
    }
}

.center {
    text-align: center
}

.o-title {
    display: flex;
    align-items: center;
    color: var(--main-text-color);
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 500
}

.o-title svg {
    margin-right: 0.8rem
}

@media (min-width: 1020px) {
    body {
        transition: padding-left .3s linear;
        padding-left: 5.6rem
    }

    body.move {
        padding-left: 22.4rem
    }

    body.move .footer__top {
        width: 65%
    }
}

@media (min-width: 1300px) {
    body.move {
        padding-left: 22.4rem
    }

    body.move .footer__top {
        width: 55%
    }
}

@media (min-width: 1400px) {
    body {
        padding-left: 22.4rem
    }

    body.move {
        padding-left: 5.6rem
    }

    body.move .footer__top {
        width: 59%
    }
}

.aside {
    background: var(--left-menu-background);
    width: 100%;
    z-index: 4;
    top: 0;
    left: 0;
    transition: width .2s linear;
    transform: translateX(-105%);
    height: 100%;
    position: fixed;
    padding: 8px 8px 64px
}

.aside__logo {
    display: none
}

.aside__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.7rem
}

.aside__span {
    font-size: 2.4rem;
    font-weight: bold;
    color: #9696a5;
    display: block;
    margin-left: 0.5rem
}

.menu {
    overflow-y: auto
}

.menu::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.menu::-webkit-scrollbar-thumb {
    background: transparent
}

.menu::-webkit-scrollbar-track {
    background: transparent
}

.menu__close {
    cursor: pointer;
    height: 4rem;
    width: 4rem;
    border: 1px solid rgba(140, 150, 170, 0.5);
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.menu__close-round {
    transform: rotate(180deg);
    margin-right: -1px
}

.menu__category-item summary {
    padding: 4px 8px;
    height: 4rem;
    display: flex;
    cursor: pointer;
    position: relative;
    outline: none;
    align-items: center;
    transition: background .2s linear
}

.menu__category-item summary:hover {
    background: #323746;
    border-radius: 8px
}

.menu__category-item summary:hover .menu__span {
    color: #91c300
}

.menu__category-item summary:hover svg {
    fill: #91c300
}

.menu__category-item summary span {
    display: block;
    color: #fff
}

.menu__category-item summary svg {
    width: 24px;
    height: 24px;
    margin-right: 0.8rem
}

.menu__category-item summary::after {
    content: '';
    position: absolute;
    background-image: url("/img/arrow-aside.svg");
    height: 0.8rem;
    width: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    right: 16px
}

.menu__category-item details[open] {
    background: #323746
}

.menu__category-item details[open] summary::after {
    transform: rotate(180deg) translateY(50%)
}

.menu__list[class] {
    padding-bottom: 0.5rem;
    margin-bottom: 0.8rem
}

.menu__list {
    border-bottom: 1px solid #2d2f3c
}

.menu__list:last-child {
    border-bottom: none
}

.menu__list-link {
    padding: 4px 8px;
    height: 4rem;
    display: flex;
    align-items: center;
    color: white;
    font-size: 1.2rem
}

.menu__list-link:hover {
    background: #323746;
    border-radius: 8px;
    color: #91c300
}

.menu__list-link:hover svg path {
    stroke: #91c300
}

.menu__list-link:hover svg rect {
    fill: #91c300
}

.menu__list-link:hover svg g {
    stroke: #91c300
}

.menu__list-link svg {
    width: 24px;
    height: 24px;
    margin-right: 0.8rem
}

.menu__subcategory-list[class] {
    padding: 0 0 13px 32px
}

.menu__subcategory-link {
    display: block;
    font-size: 1.2rem;
    color: #9ba0b9;
    padding-left: 0.8rem;
    padding-right: 0.8rem
}

.menu__subcategory-link:hover {
    color: #91c300
}

.menu__subcategory-item + .menu__subcategory-item {
    margin-top: 1.2rem
}

.menu__span {
    display: block;
    font-size: 1.2rem
}

.aside.is-active {
    transform: translateX(0)
}

@media (min-width: 768px) {
    .aside {
        width: 224px
    }

    .aside__span {
        display: none
    }

    .aside__logo {
        padding-left: 0.8rem;
        padding-top: 0.5rem;
        display: block;
        margin-bottom: 1.2rem
    }

    .aside.is-active .menu__close {
        position: absolute;
        top: 0;
        right: -2.1rem;
        height: 6.4rem;
        border-radius: 0 0 0 12px;
        width: 4.5rem;
        background: #2d2f3c;
        border: none
    }

    .aside.is-active .menu__close svg {
        margin-left: 0.7rem
    }

    .menu__close-round {
        display: none
    }
}

@media (min-width: 1020px) {
    .aside {
        padding: 0.8rem;
        width: 56px;
        transform: translateX(0);
        z-index: 3;
        padding-top: 7rem
    }

    .aside__top {
        display: none
    }

    .aside__logo {
        display: none
    }

    .menu__close {
        display: none
    }

    .menu__span {
        display: none
    }

    .menu__category-item details {
        border-radius: 8px
    }

    .menu__category-item details div {
        display: none
    }

    .menu__category-item summary span {
        display: none
    }

    .menu__category-item summary::after {
        display: none
    }

    .menu .menu__category-item summary svg {
        margin-right: 0
    }

    .menu .menu__list-link svg {
        flex-shrink: 0;
        margin-right: 0
    }

    .menu__category-item + .menu__category-item {
        margin-top: 0.7rem
    }

    .aside.is-active {
        padding-top: 0.8rem;
        width: 224px;
        z-index: 4
    }

    .aside.is-active .aside__logo {
        display: block;
        margin-bottom: 3rem
    }

    .aside.is-active .menu__close {
        display: block
    }

    .aside.is-active .menu__category-item details div {
        display: block
    }

    .aside.is-active .menu__span {
        display: block
    }

    .aside.is-active .menu__category-item summary svg {
        margin-right: 0.8rem
    }

    .aside.is-active .menu__list-link svg {
        margin-right: 0.8rem
    }

    .aside.is-active .menu__category-item summary::after {
        display: block
    }

    .aside.is-active .menu__category-item + .menu__category-item {
        margin-top: 0
    }

    .aside.is-active .aside__top {
        display: block
    }

    .aside.is-active .aside__span {
        display: none
    }
}

@media (min-width: 1400px) {
    .aside {
        padding-top: 0.8rem;
        width: 224px;
        z-index: 4
    }

    .aside__top {
        display: block
    }

    .aside__span {
        display: none
    }

    .aside .aside__logo {
        display: block;
        margin-bottom: 3rem
    }

    .aside .menu__close {
        display: flex;
        position: absolute;
        top: 0;
        right: -2.1rem;
        height: 6.4rem;
        border-radius: 0 0 0 12px;
        width: 4.5rem;
        background: var(--button-close-background);
        border: none
    }

    .aside .menu__close svg {
        margin-left: 0.7rem
    }

    .aside .menu__category-item details div {
        display: block
    }

    .aside .menu__span {
        display: block
    }

    .aside .menu__category-item summary svg {
        margin-right: 0.8rem
    }

    .aside .menu__list-link svg {
        margin-right: 0.8rem
    }

    .aside .menu__category-item summary::after {
        display: block
    }

    .aside .menu__category-item + .menu__category-item {
        margin-top: 0
    }

    .aside.is-active {
        padding: 0.8rem;
        width: 56px;
        transform: translateX(0);
        padding-top: 7.5rem;
        z-index: 3
    }

    .aside.is-active .aside__logo {
        display: none
    }

    .aside.is-active .menu__close {
        display: none
    }

    .aside.is-active .menu__span {
        display: none
    }

    .aside.is-active .menu__category-item details div {
        display: none
    }

    .aside.is-active .menu__category-item summary span {
        display: none
    }

    .aside.is-active .menu__category-item summary::after {
        display: none
    }

    .aside.is-active .menu .menu__category-item summary svg {
        margin-right: 0
    }

    .aside.is-active .menu .menu__list-link svg {
        flex-shrink: 0;
        margin-right: 0
    }

    .aside.is-active .aside__top {
        display: none
    }
}

.headers {
    background: var(--header-background);
    width: 100%;
    z-index: 4;
    border-radius: 0;
    height: 5.6rem;
    position: fixed;
    top: 0;
    left: 0
}

.headers__wrapper {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    transition: padding .2s linear;
    height: 100%;
    display: flex;
    align-items: center
}

.headers__menu {
    display: flex;
    justify-content: center;
    align-items: center
}

.headers__logo {
    margin-left: 1rem
}

.headers__links {
    padding: 1rem;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #2d2f3c
}

.headers__links-log {
    margin-right: 1.4rem;
    padding: 1.2rem 2rem;
    border: 1px solid rgba(140, 150, 170, 0.5);
    color: var(--login-button-text-color);
    text-align: center;
    border-radius: 0.8rem;
    transition: border .2s linear;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--login-button-background);
}

.headers__links-log:hover {
    border: 1px solid #4b8700
}

.headers__links-sign {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: var(--register-button-text-color);
    padding: 1.2rem 2rem;
    text-align: center;
    border-radius: 0.8rem;
    transition: background .2s linear;
    background: var(--register-button-background);
}

.headers__links-sign:hover {
    background: #91c300
}

@media (min-width: 555px) {
    .headers__links {
        width: auto;
        background-color: transparent;
        position: relative;
        margin-left: auto;
        padding: 0
    }

    .headers__links-log {
        padding: 1rem 2.2rem;
        font-size: 1.2rem
    }

    .headers__links-sign {
        padding: 1rem 2.2rem;
        font-size: 1.2rem
    }

    .headers__logo {
        margin-left: 2rem
    }
}

@media (min-width: 768px) {
    .headers {
        z-index: 4;
        height: 6.4rem
    }

    .headers__links-log {
        padding: 1.5rem 2.6rem;
        font-size: 1.6rem;
        margin-right: 0.8rem
    }

    .headers__links-sign {
        padding: 1.45rem 2rem;
        font-size: 1.6rem
    }

    .headers__logo {
        margin-left: 0.7rem
    }
}

.headers-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(10, 15, 25, 0.9);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    cursor: pointer
}

.headers-overlay.is-active {
    opacity: 1;
    visibility: visible
}

@media (min-width: 1020px) {
    .headers__logo {
        margin-left: 3rem
    }

    .headers__menu {
        position: absolute;
        left: 1.8rem
    }

    .headers-overlay.is-active {
        opacity: 0;
        visibility: hidden
    }

    body.move .headers__logo {
        display: none
    }
}

@media (min-width: 1400px) {
    .headers {
        padding-left: 224px
    }

    .headers__logo {
        display: none
    }

    body.move .headers {
        padding-left: 56px
    }

    body.move .headers__logo {
        margin-left: 0
    }

    body.move .headers__logo {
        display: block
    }

    body.move .headers__wrapper.container {
        padding-left: 0
    }
}

.hero {
   /* height: 259px; */

    background: #1e2128;
    border-radius: 4px;
    margin-bottom: 2.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    width: 100%;
    max-width: 100vw;
}

.hero a {
    width: 100%;
}


.hero__span {
    display: block;
    font-weight: 500;
    font-size: 2rem;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 2rem;
    text-align: center;
    z-index: 2
}

.hero__bonus {
    display: flex;
    flex-direction: column;
    position: relative;
    font-family: 'PermanentMarker', sans-serif;
    font-size: 3.2rem;
    line-height: 36px;
    text-transform: uppercase;
    color: #dcff31;
    margin-bottom: 2.5rem;
    z-index: 2
}

.hero__bonus::before {
    content: '';
    position: absolute;
    top: -9px;
    right: -60px;
    left: auto;
    width: 400px;
    height: 111px;
    background: url("../img/black.svg") 50% no-repeat;
    z-index: -1
}

.hero__flex {
    display: flex;
    flex-direction: column
}

.hero__num {
    display: block;
    font-size: 2.4rem;
    color: white;
    display: flex;
    margin-left: auto
}

.hero__pink {
    display: block;
    color: #ff3286;
    margin-left: 0.8rem
}

.hero__sport {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    display: block;
    font-size: 1.4rem;
    color: white;
    line-height: 1.2;
    text-transform: none;
    text-align: right
}

.hero__link {
    max-width: 202px;
    width: 100%;
    font-weight: 500;
    color: #0f1419;
    background: #dcff00;
    border-radius: 8px;
    padding: 1.1rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    z-index: 2;
    transition: background .2s linear
}

.hero__link:hover {
    background: #91c300
}

.hero__img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    /*height: 100%;*/
    height: auto;
}

@media (min-width: 768px) {
    .hero {
        height: fit-content;
        padding: 0;
        align-items: flex-start;
        justify-content: flex-start
    }

    .hero::after {
        display: none
    }

    .hero__span {
        font-size: 3.2rem;
        line-height: 3.8rem;
        margin-bottom: 3rem
    }

    .hero__bonus {
        align-items: flex-start;
        margin-bottom: 3.5rem
    }

    .hero__bonus::before {
        display: none
    }

    .hero__bonus-span {
        position: relative;
        z-index: 2
    }

    .hero__bonus-span::before {
        content: '';
        position: absolute;
        top: 20px;
        left: -31px;
        width: 360px;
        height: 69px;
        background: url("img/grey.svg") no-repeat 0/contain;
        transform: translateY(-50%);
        z-index: -1
    }

    .hero__link {
        margin-left: 0;
        max-width: 180px
    }

    .hero__picture {
        width: 955px;
        right: -505px;
        position: absolute;
        top: 0;
        height: 100%
    }

    .hero__flex {
        margin-top: 2.5rem;
        align-items: flex-end
    }

    .hero__num {
        font-size: 2rem;
        margin-left: 0;
        line-height: 1.2
    }

    .hero__num::before {
        content: '';
        position: absolute;
        top: 84px;
        left: -40px;
        width: 360px;
        height: 76px;
        background: url("img/black-sm.svg") no-repeat 0/contain;
        z-index: -2;
        transform: translateY(-50%)
    }

    .hero__pink {
        font-size: 2.4rem
    }
}

@media (min-width: 1020px) {
    .hero {
        margin-bottom: 3rem
    }

    .hero__picture {
        right: -212px
    }
}

.categories[class] {
    margin-bottom: 3rem;
    padding-bottom: 0.7rem
}

.categories {
    display: flex;
    overflow-x: auto;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem
}

.categories::-webkit-scrollbar {
    width: 10px;
    height: 5px
}

.categories::-webkit-scrollbar-thumb {
    background: #2d2f3cda
}

.categories::-webkit-scrollbar-track {
    background: transparent
}

.categories__item {
    flex-shrink: 0;
    position: relative;
    background: #2d2f3c;
    padding: 16px 140px 16px 24px;
    border-radius: 4px;
    min-height: 136px;
    overflow: hidden;
    width: calc(100vw - 1rem)
}

.categories__info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.categories__info-title {
    font-weight: bold;
    color: #fff;
    display: block;
    margin-bottom: 0.7rem;
    text-transform: uppercase;
    line-height: 1.2
}

.categories__info-text {
    width: 100%;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.2rem
}

.categories__link {
    color: #dcff00;
    font-size: 1.2rem;
    display: block
}

.categories__link svg {
    margin-left: 0.2rem
}

.categories__link:hover {
    text-decoration: underline
}

.categories__img {
    position: absolute;
    right: -67px;
    top: 50%;
    transform: translateY(-50%)
}

@media (min-width: 420px) {
    .categories__item {
        width: calc(100vw - 8rem);
        padding-right: 15rem
    }

    .categories__img {
        right: -6rem
    }
}

@media (min-width: 500px) {
    .categories__img {
        right: 0
    }

    .categories__item {
        padding-right: 22rem
    }
}

@media (min-width: 678px) {
    .categories__item {
        width: calc(100vw - 20rem)
    }
}

@media (min-width: 800px) {
    .categories__item {
        width: calc(100% / 2 - 0.4rem);
        padding-right: 15rem
    }

    .categories__img {
        right: -6rem
    }
}

@media (min-width: 992px) {
    .categories__item {
        width: calc(100% / 3 - 0.6rem);
        padding-right: 11rem
    }

    .categories__img {
        right: -10rem
    }
}

@media (min-width: 1400px) {
    .categories {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }

    .categories__item {
        width: calc(100% / 4 - 1.2rem);
        padding-right: 8rem
    }

    .categories__img {
        right: -12rem
    }
}

@media (min-width: 1500px) {
    .categories__item {
        padding-right: 10.5rem
    }

    .categories__img {
        right: -10rem
    }
}

@media (min-width: 1800px) {
    .categories__item {
        padding-right: 15rem
    }

    .categories__img {
        right: -6rem
    }
}

.menu-list {
    margin-bottom: 3.2rem
}

.menu-list__list[class] {
    list-style: auto;
    padding: 1.9rem 1.9rem 2.6rem 4.9rem
}

.menu-list__list[class] li + li {
    margin-top: 1.3rem
}

.menu-list__list[class] li {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    transition: color .2s linear
}

.menu-list__list[class] li:hover {
    color: #fff
}

.menu-list summary {
    border-radius: 4px;
    padding: 1.6rem;
    background: var(--faq-title-background);
    cursor: pointer;
    outline: none;
    font-weight: 500;
    color: white;
    display: flex;
    align-items: center;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
    justify-content: center
}

.menu-list summary img {
    transition: transform .2s linear;
    transform: rotate(-90deg)
}

.menu-list details[open] summary img {
    transform: rotate(90deg)
}

.menu-list details > div {
    background: var(--faq-body-background);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.menu-list__link {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color .2s linear
}

.menu-list__link:hover {
    color: #fff
}

@media (min-width: 768px) {
    .menu-list__list {
        -moz-column-count: 2;
        column-count: 2;
        max-width: 990px;
        width: 100%
    }

    .menu-list__list[class] {
        margin: 0 auto
    }
}

@media (min-width: 992px) {
    .menu-list summary {
        padding: 1.5rem 2rem;
        font-size: 1.7rem
    }

    .menu-list summary img {
        width: 8px;
        height: auto
    }

    .menu-list__list[class] {
        padding-top: 2.5rem;
        padding-left: 7rem
    }
}

.c-grids[class] {
    margin-bottom: 3.5rem
}

.c-grids {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem
}

.c-grids__item {
    width: calc(100% / 2 - 0.8rem);
    margin-bottom: 1.2rem
}

.c-grids__img {
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

.c-grids__img img {
    height: auto;
    width: 100%
}

.c-grids__img:hover .c-grids__item-overlay {
    opacity: 1
}

.c-grids__item-overlay {
    border-radius: 4px;
    background-color: rgba(10, 15, 25, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.2rem;
    opacity: 0;
    transition: opacity .2s linear;
    border: 1px solid #323750;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.c-grids__span {
    font-size: 1rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    margin-bottom: 0.5rem
}

.c-grids__provider {
    display: block;
    margin-top: 0.1rem;
    color: rgba(255, 255, 255, 0.6)
}

.c-grids__play {
    border: 1px solid rgba(140, 150, 170, 0.5);
    color: #fff;
    transition: all .2s linear;
    border-radius: 8px;
    font-size: 1.2rem;
    display: inline-block;
    padding: 1rem 1.1rem;
    margin-bottom: 0.5rem;
    width: 100%;
    text-align: center;
    transition: border .3s linear;
    font-weight: bold
}

.c-grids__play:hover {
    border: 1px solid #4b8700
}

.c-grids__demo {
    font-size: 1.2rem;
    color: #dcff00;
    text-decoration: none;
    text-align: center;
    transition: color .2s linear
}

.c-grids__demo:hover {
    color: #91c300
}

@media (min-width: 480px) {
    .c-grids__item {
        width: calc(100% / 3 - 1.1rem)
    }
}

@media (min-width: 678px) {
    .c-grids__item {
        width: calc(100% / 4 - 1.3rem)
    }
}

@media (min-width: 992px) {
    .c-grids__item {
        width: calc(100% / 5 - 1.3rem)
    }
}

@media (min-width: 1200px) {
    .c-grids__item {
        width: calc(100% / 7 - 1.4rem)
    }
}

.c-comment {
    margin-bottom: 6.9rem
}

.c-comment__item {
    position: relative;
    background-color: #2d2f3c;
    padding: 1.8rem 1.8rem 4rem;
    border-radius: 8px
}

.c-comment__item + .c-comment__item {
    margin-top: 6rem
}

.c-comment__info {
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.c-comment__name {
    display: block;
    color: white;
    margin-bottom: 0.3rem;
    margin-right: 1.6rem;
    font-weight: 500
}

.c-comment__star {
    margin-bottom: 0.5rem;
    display: flex;
    height: 1.6rem;
    width: 8.9rem
}

.c-comment__star-color {
    height: 1.6rem;
    overflow-x: hidden;
    display: flex
}

.c-comment__btn {
    font-size: 1.6rem;
    position: absolute;
    border: none;
    padding: 0.8rem 2rem;
    right: 5%;
    bottom: -2rem
}

.c-comment__text {
    color: rgba(255, 255, 255, 0.6)
}

@media (min-width: 678px) {
    .c-comment__item {
        padding: 2rem 2rem 4.5rem 2rem
    }

    .c-comment__btn {
        font-size: 1.8rem
    }

    .c-comment__name {
        font-size: 1.7rem
    }

    .c-comment__info {
        margin-bottom: 0.7rem
    }
}

.c-frequent {
    margin-bottom: 5rem
}

.c-frequent summary {
    justify-content: space-between
}

.c-frequent details {
    margin-bottom: 2rem
}

.c-frequent details div {
    padding: 1.5rem 1.5rem 2rem
}

@media (min-width: 768px) {
    .c-frequent details div {
        padding: 2rem 2rem 2.3rem
    }
}

@media (min-width: 992px) {
    .c-frequent details summary {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .c-frequent details div {
        padding: 1.8rem 2.5rem 2.5rem
    }
}

.footer {
    padding-bottom: 10rem;
    padding-top: 2.4rem;
    background-color: var(--footer-background);
}

.footer__top {
    margin-bottom: 2.8rem
}

.footer__top-items {
    margin-bottom: 1.8rem
}

.footer__top-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.footer__top-name {
    display: block;
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    color: #fff
}

.footer__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 2.8rem;
    column-gap: 2.8rem;
    justify-content: center
}

.footer__list[class] {
    margin-bottom: 2rem
}

.footer__list-item {
    margin-bottom: 0.8rem
}

.footer__list-link {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.2rem;
    transition: color .2s linear;
    display: block
}

.footer__list-link:hover {
    color: #fff
}

.footer__copy {
    margin-bottom: 3rem
}

.footer__span {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1.2rem
}

.footer__text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6)
}

.footer__text + .footer__text {
    margin-top: 0.8rem
}

.footer__age {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    justify-content: center
}

.footer__age-span {
    font-size: 1.6rem;
    margin-right: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #fff;
    padding: 0.5rem;
    border: 4px solid #2d2f3c;
    border-radius: 100%;
    width: 52px;
    height: 52px;
    flex-shrink: 0
}

.footer__age-text {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-size: 1rem
}

.footer__social {
    margin-bottom: 3.5rem
}

.footer__social-list {
    display: flex;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
    justify-content: center
}

.footer__social-item {
    width: calc(100% / 2 - 0.6rem);
    max-width: 184px;
    width: 100%
}

.footer__social-span {
    display: block;
    font-size: 1.6rem;
    color: white;
    margin-bottom: 0.8rem;
    text-align: center
}

.footer__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.2rem;
    color: white;
    border: 1px solid rgba(140, 150, 170, 0.5);
    border-radius: 8px;
    padding: 0.3rem 1rem;
    height: 4rem;
    transition: border .2s linear
}

.footer__social-link:hover {
    border: 1px solid white
}

@media (min-width: 555px) {
    .footer {
        padding-bottom: 3rem
    }
}

@media (min-width: 678px) {
    .footer__links {
        display: flex;
        flex-direction: row;
        justify-content: center;
        -moz-column-gap: 5rem;
        column-gap: 5rem
    }

    .footer__social {
        max-width: 360px;
        width: 100%
    }
}

@media (min-width: 992px) {
    .footer__container {
        display: flex;
        justify-content: space-between
    }

    .footer__top {
        width: 55%;
        flex-shrink: 0;
        margin-left: 7rem
    }

    .footer__top-items {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        -moz-column-gap: 4rem;
        column-gap: 4rem
    }

    .footer__top-item {
        align-items: start
    }

    .footer__list {
        flex-direction: column;
        align-items: flex-start
    }

    .footer__bottom {
        order: -1;
        display: flex;
        flex-direction: column
    }

    .footer__copy {
        order: -1;
        margin-bottom: 8rem
    }

    .footer__social-list {
        width: 100%;
        justify-content: flex-start
    }

    .footer__age {
        flex-shrink: 0;
        width: 219px
    }
}

@media (min-width: 1400px) {
    .footer {
        padding-top: 3.2rem
    }

    .footer__links {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        max-width: 290px;
        margin-left: 5rem
    }

    .footer__age {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 6rem
    }

    .footer__social {
        width: 100%
    }

    .footer__top {
        width: 59%;
        display: flex;
        margin-left: 5rem;
        justify-content: space-between;
        margin-bottom: 0
    }

    .footer__social-span {
        text-align: left
    }

    .footer__top-items {
        margin-bottom: 0
    }
}

@media (min-width: 1800px) {
    .footer__top {
        margin-left: 12rem
    }
}

p img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.reviews-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    list-style: none;
}

.reviews-item__title {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color);
}

.reviews-list .stars-rating {
    margin-bottom: 20px;
}

.reviews-item__content {
    font-size: 18px;
    line-height: 24px;
    color: var(--text-color);
}



















