@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'),
      url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2)
        format('woff2');
    font-display: swap;
  }
.body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    font-size: 16px;
    margin: 0;
}
.header {
    background-color: #f6f6f6;
    margin-bottom: 20px;
}
.header__container {
    max-width: 1140px;
    margin: 0 auto;
}
.header a {
    display: flex;
}

.main {
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}
.attention {
    margin-bottom: 20px;
    width: 100%;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.attention.hidden {
    opacity: 0;
    pointer-events: none;
}
.attention__container {
    color: #31708f;
    background-color: #d9edf7;
    padding: 15px;
    border-left: 5px solid #bcdff1;
    position: relative;
    text-align: left;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.attention__title {
    font-weight: 700;
    color: #333;
}
.attention__subtitle {
    font-weight: 400;
    font-size: 13px;
    color: #444;
    margin-top: 4.5px;
}
.attention__link {
    color: #333;
}
.attention__link:hover {
    color: #4ec65f
}
.attention__button {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px;
    font-size: 20px;
    line-height: 1;
    background: transparent;
    color: inherit;
    border: none;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
}

.rating__title {
    margin: 20px 0;
    font-size: 40px;
    font-weight: 500;
}
.rating__text {
    margin: 0 0 14px;
}
.rating__table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 16px;
}
.rating__thead {
    background-color: #d9edf7;
}
.rating__row_first-child {
    border-top: 1px solid hsla(0,0%,50.2%,.5019607843);
}
.rating__row {
    border-top: 1px solid #ddd;
}
.rating__row:hover {
    background-color: #d9edf7;
}
.rating__column {
    font-weight: 500;
    text-align: center;
    padding: 8px;
}
.rating__limits {
    font-weight: 400;
    font-size: 14.4px;
}
.rating__name {
    font-weight: 500;
    font-size: 18px;
}
.rating__stock {
    border-radius: 50%;
    padding: 0.3em 0.7em;
    background: #FFD582;
    box-sizing: border-box;
}
.rating__bonus {
    color: #198126;
    line-height: 1.5;
    font-size: 14.4px;
    font-weight: 400;
}
.rating__bonus_red {
    color: red;
    line-height: 1.5;
    font-size: 14.4px;
    font-weight: 400;
}
.rating__link {
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    background-color: #198126;
    border-style: solid;
    border-width: 0;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    display: inline-block;
    line-height: 1;
    transition: all .3s;
}
.rating__link:hover {
    background-color: #4ec65f;
}

.casino__link {
    text-decoration: none;
}

#textList.hidden {
    display: none;
    opacity: 0;
}
.text h1 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
}
.text__block {
    margin: 32px 0;
    padding: 14px 18px 18px;
    text-align: left;
    box-sizing: border-box;
    line-height: 1.8;
}
.text__label {
    text-decoration: underline dotted;
}
.text__content-header {
    margin-bottom: 6px;
    box-sizing: border-box;
}
.text__content-title {
    font-weight: 500;
}
.text__content-button {
    color: #198126;
    text-decoration: none;
    cursor: pointer;
}
.text__content-button:hover {
    color: #4ec65f;
}
.text__content-toogle {
    white-space: nowrap;
    margin-left: 4px;
    font-size: 80%;
}
.text__content-toogle:before {
    content: '[';
}
.text__content-toogle:after {
    content: ']';
}
.text__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.text__list_minor {
    margin: 2px 0 0 14px;
}
.text__link {
    color: #198126;
    text-decoration: none;
}
.text__link:hover {
    color: #4ec65f
}
.text__number {
    margin-right: 2px;
}
.text__title {
    font-size: 32px;
    margin: 20px 0;
    font-weight: 500;
}
.text__description {
    margin: 0 0 14.4px 0;
}
.text__subtitle {
    font-size: 28px;
    margin: 20px 0;
    font-weight: 500;
}
.text__bold {
    font-weight: 500;
}
.text__ref {
    color: #444;
}
.text__ref:hover {
    color: #4ec65f
}
.text__container {
    padding: 10px;
    box-sizing: border-box;
    margin-top: 20px;
}
.text__comment-title {
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.text__comment-subtitle {
    font-size: 28px;
    font-weight: 500;
    margin: 20px 0;
}
.text__comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.text__comment-item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px 0 30px 60px;
    border-bottom: 1px solid #ccc;
}
.text__comment-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14.4px;
}
.text__comment-img {
    position: absolute;
    left: 0;
    border-radius: 50%;
    margin-right: 10px;
    height: auto;
    max-width: 100%;
    border: none;
    width: 42px;
    height: 42px;
}
.text__comment-name {
    font-size: 14.4px;
    font-weight: 500;
}
.text__comment-time {
    color: #198126;
    font-size: 11px;
    align-items: center;
    display: flex;
}
.text__comment-description {
    font-size: 14.4px;
    margin: 0;
}
.text__img {
    width: 100%;
}
.text__form {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.text__input {
    border: 1px solid #818a91;
    color: #373a3c;
    vertical-align: middle;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    transition: all .3s;
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.text__textarea {
    border: 1px solid #818a91;
    color: #373a3c;
    vertical-align: middle;
    -webkit-box-flex: 1;
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.text__button {
    color: #ffffff;
    min-height: 40px;
    font-weight: 500;
    background-color: #198126;
    border-style: solid;
    border-width: 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    text-align: center;
    transition: all .3s;
    box-sizing: border-box;
    max-width: 126px;
}
.text__button:hover {
    background-color: #4ec65f
}
.text__accordion {
    background-color: #f6f6f6;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-top: 10px;
}
.active, .text__accordion:hover {
    background-color: #eee;
}
.text__accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}
.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.text__panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.footer {
    background-color: #f6f6f6;
    margin-top: 40px;
}
.footer__container {
    max-width: 1140px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.footer__link {
    text-decoration: none;
    color: #198126;
}
.footer__link:hover {
    color: #4ec65f
}
.footer__copyright {
    margin: 0 0 14.4px;
    text-align: center;
}
.footer p {
    margin: 0 0 14.4px;
}

@media screen and (max-width: 767px) {
    .main {
        padding: 15px;
    }
    .rating__title {
        font-size: 24px;
    }
    .rating__thead {
        display: none;
    }
    .rating__row {
        display: flex;
        flex-direction: column;
    }
    .text__title {
        font-size: 22px;
    }
    .text__subtitle {
        font-size: 18px;
    }
    .text__comment-title {
        font-size: 22px;
    }
    .text__comment-subtitle {
        font-size: 18px;
        margin-top: 10px;
    }
    .text__comment-item {
        padding: 20px 0 20px 60px;
    }
    .text h1 {
        font-size: 24px;
    }
    .footer__container {
        padding: 15px;
    }
}

@media screen and (max-width: 425px) {
    .header {
        margin-bottom: 10px;
    }
    .rating__column {
        padding: 5px;
    }
    .text__block {
        margin: 0;
        padding-bottom: 0;
    }
    .footer {
        margin-top: 20px;
    }
    .footer__copyright {
        margin: 0;
    }
    .footer p {
        margin: 0 0 10px;
    }
    .text h1 {
        margin-top: 0;
    }
    .text__title {
        margin: 10px 0;
    }
    .text__description {
        margin-bottom: 10px;
    }
    .text__subtitle {
        margin: 10px 0;
    }
}

