*, *::before, *::after {
    box-sizing: border-box
}

ul[class], ol[class] {
    padding: 0
}

body, h1, h2, h3, h4, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
    margin: 0
}

html {
    font-size: 10px;
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

ul[class], ol[class] {
    list-style: none
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img {
    max-width: 100%;
    display: block;
    width: 100%
}

article > * + * {
    margin-top: 1em
}

input, button, textarea, select {
    font: inherit
}

@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important
    }
}

@font-face {
    font-family: 'Verdana';
    src: url("../fonts/Verdana/Verdana-BoldItalic.eot");
    src: local("Verdana Bold Italic"), local("Verdana-BoldItalic"), url("../fonts/Verdana/Verdana-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Verdana/Verdana-BoldItalic.woff") format("woff"), url("../fonts/Verdana/Verdana-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Verdana';
    src: url("../fonts/Verdana/Verdana.eot");
    src: local("Verdana"), url("../fonts/Verdana/Verdana.eot?#iefix") format("embedded-opentype"), url("../fonts/Verdana/Verdana.woff") format("woff"), url("../fonts/Verdana/Verdana.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Verdana';
    src: url("../fonts/Verdana/Verdana-Bold.eot");
    src: local("Verdana Bold"), local("Verdana-Bold"), url("../fonts/Verdana/Verdana-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Verdana/Verdana-Bold.woff") format("woff"), url("../fonts/Verdana/Verdana-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Verdana';
    src: url("../fonts/Verdana/Verdana-Italic.eot");
    src: local("Verdana Italic"), local("Verdana-Italic"), url("../fonts/Verdana/Verdana-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Verdana/Verdana-Italic.woff") format("woff"), url("../fonts/Verdana/Verdana-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

body {
    background-color: #000000;
    background-image: url("fortuna-back.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    font-family: 'Verdana'
}

.o-container {
    background-image: url("bg-l.png");
    background-position: center top;
    background-repeat: repeat-y;
    height: 100%
}

.o-wrapper {
    max-width: 980px;
    margin: 0 auto;
    height: 100%
}

.c-nav.is-active {
    height: 100%
}

.c-nav__list.is-active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.c-header__toggle-btn.is-active {
    background-color: transparent
}

.c-header__toggle-btn.is-active::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0
}

.c-header__toggle-btn.is-active::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 0
}

.c-nav {
    background: #2e2e2e;
    border: 1px solid #404040;
    box-shadow: 0 1px 3px #000;
    width: 100%;
    overflow: hidden;
    height: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-bottom: 10px
}

.c-nav__list {
    padding: 20px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.c-nav__item {
    padding: 10px;
    text-align: center
}

.c-nav__link {
    text-decoration: none;
    font-size: 1.4rem;
    color: #ffffff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.c-nav__link:hover {
    color: #FFA800
}

@media (min-width: 768px) {
    .c-nav {
        height: 100%;
        background-color: transparent;
        border: none;
        box-shadow: none;
        height: 41px;
        background-image: url("nav-bg.jpg");
        margin-bottom: 0
    }

    .c-nav__list {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        justify-content: space-evenly
    }

    .c-nav__item {
        padding: 0;
        flex-basis: 20%;
        margin: 0 15px;
        padding-top: 7px
    }

    .c-nav__link {
        background-image: url("m-item-bg.jpg");
        height: 25px;
        display: block;
        color: #f6be6b;
        position: relative;
        width: 100%
    }

    .c-nav__link::before, .c-nav__link::after {
        position: absolute;
        content: '';
        width: 10px;
        height: 25px;
        background-image: url("g-s.png");
        top: 0
    }

    .c-nav__link::before {
        left: -10px
    }

    .c-nav__link::after {
        background-position: -11px 0;
        right: -10px
    }
}

.c-header__interaction {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 20px;
    position: relative
}

.c-header__toggle-btn {
    background-color: #FFA800;
    background-clip: content-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 20px;
    top: 20px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.c-header__toggle-btn::before, .c-header__toggle-btn::after {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: absolute;
    content: '';
    height: 3px;
    width: 100%;
    background-color: #FFA800
}

.c-header__toggle-btn::before {
    top: -7px
}

.c-header__toggle-btn::after {
    bottom: -7px
}

.c-header__logo {
    margin-bottom: 20px
}

.c-header__logo-link {
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
    display: block
}

.c-header__social {
    background: #2e2e2e;
    border: 1px solid #404040;
    box-shadow: 0 1px 3px #000;
    position: relative;
    margin-bottom: 20px
}

.c-header__social::before, .c-header__social::after {
    content: '';
    position: absolute;
    background-image: url("soc-top.png");
    width: 11px;
    height: 100%;
    top: 0
}

.c-header__social::before {
    left: -11px
}

.c-header__social::after {
    right: -11px;
    background-position: -12px 0
}

.c-header__social-wrap {
    padding: 4px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.c-header__social-caption {
    color: #efae01;
    text-shadow: 0 1px 1px #000;
    font-size: 1.2rem
}

.c-header__social-list {
    display: -webkit-box;
    display: flex
}

.c-header__social-item {
    width: 22px;
    height: 22px;
    margin: 0 5px
}

.c-header__social-link {
    background-image: url("icon-s.png");
    width: 100%;
    height: 100%;
    display: block
}

.c-header__social-link.mail-ru {
    background-position: -22px 0
}

.c-header__social-link.facebook {
    background-position: -44px 0
}

.c-header__enterance {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}

.c-header__enterance-link {
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.4rem
}

.c-header__enterance-btn {
    background-image: url("btn.png");
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.c-header__enterance-btn.enter {
    width: 92px;
    height: 26px;
    margin-bottom: 10px;
    background-position: -211px -1px
}

.c-header__enterance-btn.enter:hover {
    background-position: -211px -28px
}

.c-header__enterance-btn.register {
    width: 210px;
    height: 39px;
    background-position: 0 -78px
}

.c-header__enterance-btn.register:hover {
    background-position: 0 -117px
}

@media (min-width: 768px) {
    .c-header__toggle-btn {
        display: none
    }

    .c-header__enterance {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .c-header__enterance .enter {
        margin-bottom: 0
    }

    .c-header__enterance-btn {
        margin: 0 10px
    }
}

@media (min-width: 992px) {
    .c-header__interaction {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .c-header__logo, .c-header__social {
        margin-bottom: 0
    }
}

.c-banner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
    margin-bottom: 20px
}

.c-banner__main {
    display: none
}

.c-banner__main-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media (min-width: 768px) {
    .c-banner {
        margin-bottom: 5px
    }

    .c-banner__main {
        display: block;
        height: 245px
    }

    .c-banner__jack-win {
        display: none
    }
}

@media (min-width: 992px) {
    .c-banner__main {
        display: block;
        flex-basis: 75%;
        height: 245px
    }

    .c-banner__jack-win {
        display: block
    }
}

.c-category-games {
    display: none
}

.c-category-games__link {
    text-decoration: none;
    font-size: 1.2rem;
    color: #ffffff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.c-category-games__link:hover {
    color: #FFA800
}

@media (min-width: 768px) {
    .c-category-games {
        display: block;
        height: 41px;
        background-image: url("nav-bg.jpg");
        margin-bottom: 5px
    }

    .c-category-games__list {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        display: -webkit-box;
        display: flex;
        flex-wrap: nowrap;
        -webkit-box-pack: space-evenly;
        justify-content: space-evenly
    }

    .c-category-games__item {
        padding: 0;
        flex-basis: 20%;
        margin: 0 15px;
        padding-top: 7px
    }

    .c-category-games__link {
        background-image: url("m-item-bg.jpg");
        height: 25px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        color: #f6be6b;
        position: relative;
        width: 100%
    }

    .c-category-games__link::before, .c-category-games__link::after {
        position: absolute;
        content: '';
        width: 10px;
        height: 25px;
        background-image: url("g-s.png");
        top: 0
    }

    .c-category-games__link::before {
        left: -10px
    }

    .c-category-games__link::after {
        background-position: -11px 0;
        right: -10px
    }
}

.c-category-dev__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center
}

.c-category-dev__item {
    border: 1px solid #080808;
    border-radius: 4px;
    background-image: url("filter-background.png");
    background-repeat: repeat-x;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 5px;
    margin-bottom: 10px
}

.c-category-dev__link {
    height: 27px;
    background-image: url("filter-title.png");
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.c-category-dev__link.all {
    width: 112px;
    background-image: none;
    text-decoration: none;
    color: #f6be6b;
    font-size: 1.4rem
}

.c-category-dev__link.microgaming {
    background-position: 8px -41px;
    width: 114px
}

.c-category-dev__link.netent {
    width: 112px;
    background-position: -570px -42px
}

.c-category-dev__link.yggdrasil {
    width: 130px;
    background-position: -686px 2px
}

.c-category-dev__link.quickspin {
    width: 95px;
    background-position: -110px 0
}

.c-category-dev__link.push-gamming {
    width: 118px;
    background-position: -347px -44px
}

.c-category-dev__link.next-gen {
    width: 118px;
    background-position: -221px -44px
}

@media (min-width: 992px) {
    .c-category-dev__list {
        -webkit-box-pack: start;
        justify-content: flex-start
    }
}

.c-slots__container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center
}

.c-slots__card {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    width: 221px;
    display: block;
    margin: 0 5px;
    margin-bottom: 15px
}

.c-slots__img-wrap {
    border: 1px solid #525252;
    width: 100%
}

.c-slots__caption {
    background-image: url("btn.png");
    background-position: -11px -162px;
    display: -webkit-box;
    display: flex;
    height: 48px;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 10px;
    text-transform: uppercase
}

.c-table-content {
    border: 1px solid #33322b;
    background-color: #20201c;
    padding: 10px;
    float: right;
    margin-left: 5px;
    margin-bottom: 5px
}

.c-table-content__title {
    color: #FFA800;
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: center
}

.c-table-content .c-table-content__item {
    margin-bottom: 5px;
    padding-left: 12px;
    position: relative
}

.c-table-content .c-table-content__item::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #FFA800;
    left: 0;
    top: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%
}

.c-table-content__link {
    text-decoration: none;
    color: #d0b000;
    font-size: 1.4rem
}

.c-main-content {
    margin: 0 5px;
    border: 2px solid #323232;
    padding: 10px;
    margin-bottom: 20px
}

.c-main-content__title, .c-main-content__heading {
    color: #ffa800;
    padding-top: 10px;
    margin-bottom: 20px;
    font-size: 2.5rem;
    text-align: center
}

.c-main-content .c-main-content__heading {
    font-size: 2.8rem
}

.c-main-content__txt {
    color: #b5aba2;
    font-size: 1.4rem;
    margin-bottom: 15px
}

.c-main-content__img-container {
    float: left
}

.c-main-content__img-container:nth-of-type(odd) {
    float: right
}

.c-main-content .c-main-content__list {
    margin-bottom: 15px
}

.c-main-content .c-main-content__item {
    color: #b5aba2;
    font-size: 1.4rem;
    margin-bottom: 5px;
    padding-left: 12px;
    position: relative
}

.c-main-content .c-main-content__item::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #FFA800;
    left: 0;
    top: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%
}

table {
    width: 100%;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-collapse: collapse;
    margin-bottom: 15px
}

td, th {
    border: 1px solid #ffffff;
    padding: 5px;
    font-size: 1.2rem
}

td:first-child, th:first-child {
    flex-basis: 25%
}

td:last-child, th:last-child {
    flex-basis: 75%
}

.c-main-content__img-full {
    max-height: 250px
}

.c-main-content__img-full img {
    height: inherit;
    -o-object-fit: contain;
    object-fit: contain;
    width: initial;
    margin: 0 auto
}

.c-main-content__slot-info {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}

.c-main-content__slot-img {
    width: 220px;
    margin-bottom: 10px
}

.c-main-content__slot-txt {
    flex-basis: 65%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}

.c-main-content__play-btn {
    text-decoration: none;
    color: #ffffff;
    width: 318px;
    height: 61px;
    background-image: url("btn-2.png");
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 2.2rem;
    text-shadow: 0 0 3px #000
}

.c-main-content__play-btn:hover {
    background-position: 0 122px
}

@media (min-width: 768px) {
    .c-main-content__slot-info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .c-main-content__slot-img {
        margin-right: 10px
    }

    .c-main-content__slot-txt {
        -webkit-box-align: start;
        align-items: flex-start
    }
}

@media (min-width: 992px) {
    .c-main-content {
        position: relative;
        background-image: url("cont-bg-line.png");
        background-repeat: repeat-y;
        width: 932px;
        margin: 50px auto 70px;
        border: none;
        padding: 0 50px
    }

    .c-main-content::before {
        content: '';
        position: absolute;
        background-image: url("cont-bg-top.png");
        background-repeat: no-repeat;
        background-size: cover;
        height: 46px;
        width: 100%;
        left: 50%;
        top: -46px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .c-main-content::after {
        content: '';
        position: absolute;
        background-image: url("cont-bg-btn.png");
        background-repeat: no-repeat;
        background-size: cover;
        height: 46px;
        width: 100%;
        left: 50%;
        bottom: -46px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .c-main-content__title {
        padding-top: 0
    }
}

.c-payments {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.c-payments__payment-item {
    width: 122px;
    height: 84px;
    background: url("pay-system-icons.png") #101010;
    border: 2px solid #323232;
    background-repeat: no-repeat;
    margin: 0 5px 10px 5px
}

.c-payments__payment-item.visa-mastercard {
    background-position: 2px 18px
}

.c-payments__payment-item.maestro {
    background-position: -126px 18px
}

.c-payments__payment-item.qiwi {
    background-position: -255px 18px
}

.c-payments__payment-item.webmoney {
    background-position: -382px 18px
}

.c-payments__payment-item.yandex {
    background-position: -508px 15px
}

.c-payments__payment-item.sms {
    background-position: -640px 18px
}

.c-payments__payment-item.mobile {
    background-position: -765px 18px
}

.c-footer__nav {
    border: 2px solid #323232;
    padding: 20px;
    background: #101010;
    box-shadow: 25px 0 25px -25px rgba(0, 0, 0, 0.8) inset, -25px 0 25px -25px rgba(0, 0, 0, 0.8) inset;
    margin: 0 5px;
    margin-bottom: 30px
}

.c-footer__nav-title {
    color: #b5aba2;
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 10px
}

.c-footer__nav-container {
    margin-bottom: 15px
}

.c-footer__nav-item {
    margin-bottom: 5px
}

.c-footer__nav-item:last-child {
    margin-bottom: 0
}

.c-footer__nav-link {
    color: #ffffff;
    font-size: 1.3rem
}

.c-footer__nav-link:hover {
    color: #ffae00;
    text-decoration: none
}

.c-footer__certificate {
    margin-bottom: 30px
}

.c-footer__caption {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-bottom: 30px
}

.c-footer__info, .c-footer__copyright {
    max-width: 450px;
    margin: 0 auto;
    color: #808080;
    font-size: 1.2rem;
    text-shadow: 1px 1px 1px #000;
    text-align: center
}

@media (min-width: 768px) {
    .c-footer__nav {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .c-footer__nav-container {
        flex-basis: 48%
    }
}

@media (min-width: 992px) {
    .c-footer__nav {
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .c-footer__nav-container {
        flex-basis: 25%
    }
}

.c-breadcrumbs {
    margin: 10px
}

.c-breadcrumbs .c-breadcrumbs__list {
    display: -webkit-box;
    display: flex
}

.c-breadcrumbs .c-breadcrumbs__item {
    margin-right: 15px;
    position: relative
}

.c-breadcrumbs .c-breadcrumbs__item::after {
    content: '/';
    position: absolute;
    color: #f6be6b;
    font-size: 1.4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -11px
}

.c-breadcrumbs .c-breadcrumbs__item:last-child {
    margin-right: 0
}

.c-breadcrumbs .c-breadcrumbs__item:last-child::after {
    display: none
}

.c-breadcrumbs__link, .c-breadcrumbs__last {
    color: #f6be6b;
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: 500
}

.c-breadcrumbs__link:hover {
    color: #FFA800;
    text-decoration: underline
}

.c-faq__item {
    border: 2px solid #323232;
    padding: 10px 20px;
    background: #101010;
    box-shadow: 25px 0 25px -25px rgba(0, 0, 0, 0.8) inset, -25px 0 25px -25px rgba(0, 0, 0, 0.8) inset;
    margin: 0 10px;
    margin-bottom: 10px
}

.c-faq__question, .c-faq__answer {
    color: #ffffff;
    font-size: 1.4rem
}

.c-faq__question {
    outline: none;
    position: relative
}

.c-faq__question::-webkit-details-marker {
    display: none
}

.c-faq__item[open] .c-faq__question::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #323232;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-faq__item[open] .c-faq__question::before {
    display: none
}

.c-faq__item .c-faq__question::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #323232;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-faq__item .c-faq__question::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 20px;
    background-color: #323232;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.c-faq__answer {
    padding: 5px 10px;
    margin-top: 5px;
    border-top: 2px solid #323232
}

.c-reviews {
    margin: 0 5px;
    border: 2px solid #323232;
    padding: 10px;
    margin-bottom: 20px
}

.c-reviews__person-name, .c-reviews__comment {
    color: #b5aba2;
    font-size: 1.4rem
}

.c-reviews__person-name {
    font-weight: 700;
    margin-bottom: 5px
}

.c-reviews__post-date {
    color: #666666;
    font-size: 1.2rem
}

.c-reviews__person-info {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 10px
}

.c-reviews__answer-btn {
    width: 92px;
    height: 26px;
    margin-bottom: 10px;
    background-position: -211px -1px;
    background-image: url("btn.png");
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-left: auto
}

.c-reviews__comment {
    margin-bottom: 10px
}

.c-main-content__table-container {
    overflow-x: scroll;
}

.c-header__language-container {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 15px;
    max-height: 20px;
    background-color: #14171d;
    z-index: 5;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding-bottom: 10px
}

.c-header__language-container:hover .c-header__language-select {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.c-header__language-select {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: #2e2e2e;
    padding: 10px 5px 10px
}

.c-header__language-item {
    display: block;
    width: 25px;
    min-height: 15px;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.c-header__language-item_current {
    padding: 0 5px 10px;
    margin: 0 auto 10px;
    position: relative;
    cursor: default
}

.c-header__language-item_current::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 10px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.c-header__language-item:last-child {
    margin-bottom: 0
}

.c-header__language-item.russian {
    background-image: url("flag/russia.svg")
}

.c-header__language-item.ukrainian {
    background-image: url("flag/ukraine.svg")
}

.c-header__language-item.kazakhstani {
    background-image: url("flag/kazakhstan.svg")
}

.c-header__language-item.belorussian {
    background-image: url("flag/belarus.svg")
}

.c-header__language-item.polish {
    background-image: url("flag/poland.svg")
}

.c-header__language-item.german {
    background-image: url("flag/germany.svg")
}

.c-header__language-item.english {
    background-image: url("flag/uk.svg")
}

@media (min-width: 992px) {
    .c-header__language-container {
        left: 55%;
        top: 50%;
        transform: translateY(-50%);
    }
}