show-morebody,
html {
    overflow-x: hidden
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

* {
    position: relative;
    outline: 0
}

.content-text h1:before,
.content-text h2:before,
.content-text h3:before,
.content-text h4:before,
.content-text h5:before,
.content-text h6:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    height: 2px;
    background: #fab155;
    z-index: -1
}

.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text h6 {
    text-align: center
}

.content-text h1 span,
.content-text h2 span,
.content-text h3 span,
.content-text h4 span,
.content-text h5 span,
.content-text h6 span {
    background: #fff;
    padding: 0 20px
}

.content-text img {
    max-width: 100%;
    height: auto;
    margin: 30px 0
}

.content-text .bonuses-type {
    margin: 0;
    padding: 0
}

.content-text .bonuses-type .card-item {
    margin: 0
}

.content-text .card-img {
    margin-bottom: 0
}

.content-text .card-title {
    margin: 0
}

.content-text .card__bonus-type .btn {
    color: #fff;
    text-decoration: none;
    font-weight: 400
}

.content-text a {
    color: #000;
    font-weight: 500;
    text-decoration: underline
}

.content-text a:hover {
    text-decoration: none
}


/* iframe {
    width: 100%;
    height: -webkit-fill-available
} */

.container-fluid {
    padding: 0px;
}

.btn {
    background: #f8d353;
    background: -webkit-linear-gradient(top left, #f8d353, #ff5c5a);
    background: -moz-linear-gradient(top left, #f8d353, #ff5c5a);
    background: linear-gradient(to bottom right, #f8d353, #ff5c5a);
    color: #fff;
    font-size: 1.2em;
    padding: 3px 40px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 5px 6px rgba(254, 123, 89, .4);
    transition: all .2s linear
}

.btn:hover {
    text-decoration: none;
    background: #f8d353;
    background: -webkit-linear-gradient(top left, #e0be49, #d44d4b);
    background: -moz-linear-gradient(top left, #e0be49, #d44d4b);
    background: linear-gradient(to bottom right, #e0be49, #d44d4b);
    color: #fff;
    box-shadow: none;
    transition: all .2s linear
}

.input {
    border: none;
    border-radius: 30px
}

.breadcrumbs {
    color: #848484;
    margin: 30px 0
}

.breadcrumbs img {
    width: 15px;
    vertical-align: baseline;
    margin-right: 5px
}

.breadcrumbs a {
    color: #848484
}

.mb-30 {
    margin-bottom: 30px
}

#wc-comment-header,
#wpcomm {
    max-width: none;
    width: 100%
}

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

.navbar-items .navbar-item__link {
    font-size: 1.2em
}

.navbar-item__link img {
    width: 17px;
    margin-right: 5px
}

a.dropdown-item.navbar-item__link {
    font-size: .9em !important;
    padding: 7px 0;
    line-height: normal
}

.fixed-overlay {
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center
}

.fixed-overlay__modal {
    text-align: center;
    white-space: nowrap
}

.fixed-overlay__modal::after {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    content: ''
}

.modal_container {
    padding: 20px;
    width: 300px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    color: #000
}

.btn-toggle-close {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    background: url(../img/icons/error.png) no-repeat center center;
    background-size: contain;
    padding: 12px;
    height: 25px;
    width: 25px;
    transition: .3s
}

.btn-toggle__line {
    display: flex;
    background: #fff;
    padding: 1px 8px
}

.btn-toggle__line:first-child {
    transform: rotate(45deg) translate(0, 0)
}

.btn-toggle__line:last-child {
    transform: rotate(-45deg) translate(1px, -1px)
}

.btn-toggle-close:hover {
    cursor: pointer;
    transition: .3s;
    transform: rotate(180deg)
}

.modal-title {
    font-weight: 500;
    font-size: 1.4em
}

.modal-item {
    margin: 10px 0
}

.modal-item__title {
    font-weight: 500;
    font-size: .9em
}

.modal-item__value {
    font-size: .9em;
    font-weight: 400
}


/*.content-text .container {
    background-image: linear-gradient(rgba(255, 255, 255, .97), rgba(255, 255, 255, .97)), url(../img/text-bg.jpg);
    z-index: -1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    border-radius: 5px;
    padding: 20px;
    z-index: 0
}
*/

header.header {
    height: 74vh;
    background: #f8d353;
    background: -webkit-linear-gradient(top left, #f8d353, #ff5c5a);
    background: -moz-linear-gradient(top left, #f8d353, #ff5c5a);
    background: linear-gradient(to bottom right, #f8d353, #ff5c5a)
}

.header .top-line {
    height: 65px;
    background: #7a26ff;
    background: -webkit-linear-gradient(bottom right, #7a26ff, #7b74d3);
    background: -moz-linear-gradient(bottom right, #7a26ff, #7b74d3);
    background: linear-gradient(to top left, #7a26ff, #7b74d3);
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
    width: 100vw
}

.vertical-line {
    height: 100%;
    width: 2px;
    background-color: #fff;
    padding: 15px 1px
}

.top-item__link {
    position: relative;
    color: #fff;
    padding: 0 15px;
    background-color: #fff
}

.top-item__link:hover {
    color: #fff;
    background-color: transparent
}

.top-item__link .badge {
    position: absolute;
    background-color: #73a81f;
    color: #fff;
    border-radius: 30px;
    height: 20px;
    display: flex;
    padding: 3px 6px;
    align-items: center;
    justify-content: center;
    font-size: .8em;
    top: -9px;
    right: -7px
}

.homepage .menu {
    background: #f8d353;
    background: -webkit-linear-gradient(top left, #f8d353, #ff5c5a);
    background: -moz-linear-gradient(top left, #f8d353, #ff5c5a);
    background: linear-gradient(to bottom right, #f8d353, #ff5c5a);
    height: 50px;
    display: flex !important;
    align-items: center;
    margin-top: 65px
}

.single-page .menu {
    /* background: #f8d353;
    background: -webkit-linear-gradient(top left, #f8d353, #ff5c5a);
    background: -moz-linear-gradient(top left, #f8d353, #ff5c5a);
    background: linear-gradient(to bottom right, #f8d353, #ff5c5a); */
    height: 50px;
    display: flex !important;
    align-items: flex-end;
    margin-top: 65px
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.navbar-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.navbar-item {
    display: flex
}

.navbar-items.grid {
    display: flex
}

.navbar-items.grid.bonuses {
    display: flex
}

.navbar-item__link {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 1em;
    position: relative
}

.navbar-item__link:hover {
    text-decoration: none;
    color: #fff;
    text-decoration: underline
}

span.dropdown-icon {
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-toggle__menu {
    display: none
}

.navbar-logo {
    position: absolute;
    height: 100px;
    width: 100px;
    overflow: hidden;
    top: -44px;
    z-index: 1;
    transition: all .2s ease;
    display: flex
}

.logo {
    max-width: 100%;
    height: auto
}

a.navbar-logo__text {
    color: #fff;
    font-size: 1.3em;
    font-weight: 600;
    text-transform: uppercase
}

.search-form {
    position: relative;
    margin: 0 auto
}

.btn-search {
    position: absolute;
    top: 5px;
    right: 10px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    background-color: #fff;
    padding: 0
}

.btn-search:before {
    content: '';
    background: url(../img/icons/icon-search-dark.png) no-repeat center;
    padding: 10px;
    background-size: contain
}

.navbar-search {
    display: flex;
    justify-content: center
}

.input-search {
    padding: 5px 10px;
    color: #7d7d7d
}

.show-menu {
    display: flex !important;
    transform: translateY(0) !important;
    transition: all .4s ease
}

.show {
    display: flex !important
}

.btn-toggle__menu {
    display: none
}

.btn-toggle__menu .btn-line {
    background: #fff;
    padding: 1px 14px;
    margin: 3px 0
}

.header.menu .btn-search,
.header.menu .input-search {
    display: none
}

ul.navbar-items.row {
    display: none
}

ul.dropdown-menu {
    display: none
}

.current-menu-item>a {
    text-decoration: underline
}

.drop-show {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    background: #f8d353;
    background: -webkit-linear-gradient(top left, #f8d353, #ff5c5a);
    background: -moz-linear-gradient(top left, #f8d353, #ff5c5a);
    background: linear-gradient(to bottom right, #f8d353, #ff5c5a);
    padding: 20px;
    top: 64px;
    width: 200px;
    z-index: 99
}

.dropdown-icon img {
    display: flex;
    align-items: center;
    justify-content: center
}

.dropdown-icon:hover {
    cursor: pointer
}

#menu-top-menu {
    display: none
}

.card-items {
    text-align: center
}

.card-item {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    transition: .2s linear
}

.card-item:hover {
    transform: translateY(-10px)
}

.card-img__wrapper {
    width: 100%;
}

img.card-img {
    width: 100%;
    border-radius: 5px 5px 0 0
}

.card-title {
    font-size: 1.3em;
    font-weight: 500;
    margin-top: 20px
}

.card-items .btn {
    margin: 20px 0
}

.card-text {
    margin-top: 10px
}

.card-text__title {
    font-weight: 500
}


/*.card-text__value {
    font-size: .8em
}
*/

.casino-info__bonus-text .card-text__value {
    text-align: center
}

.card-casino {
    position: relative;
    height: 100%;
    justify-content: space-between
}

.card-casino .card-text {
    min-height: 62px
}

.badge-favorite {
    position: absolute;
    top: 13px;
    right: -1px;
    z-index: 1;
    color: yellow;
    font-weight: 400;
    transform: rotate(45deg)
}

.card-casino.favorite::after {
    content: '';
    background: url(../img/icons/cc_badge.png) no-repeat center;
    background-size: contain;
    padding: 40px;
    position: absolute;
    top: -4px;
    right: -3px
}

.badge-number {
    position: absolute;
    top: 0;
    left: 12px;
    color: #fff;
    font-weight: 500;
    font-size: 1.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    z-index: 1
}

.badge-number::before {
    content: '';
    background: url(../img/icons/fp-top5-flag.png) no-repeat center;
    background-size: contain;
    padding: 30px;
    position: absolute;
    top: -10px;
    left: -12px;
    z-index: -1
}

.badge-demo {
    position: absolute;
    top: 12px;
    right: -22px;
    transform: rotate(45deg);
    color: #fff;
    font-weight: 500;
    width: 100px
}

.badge-demo::after {
    content: '';
    background: url(../img/icons/badge-demo.png) no-repeat center;
    position: absolute;
    padding: 50px 70px;
    top: -15px;
    right: -23px;
    background-size: contain;
    transform: rotate(-45deg);
    z-index: -1
}

.card-ratings {
    display: flex;
    align-items: center;
    margin-top: 10px
}

.card-ratings img {
    height: 25px;
    width: 25px;
    margin: 0 1px
}

.btn.card-btn {
    margin-bottom: 5px
}

.card-casino__item-review {
    font-weight: 500;
    text-decoration: underline;
    color: #000;
    font-size: 16px;
    margin-bottom: 20px
}

.main-content section {
    margin: 40px 0
}

section.top-casino {
    margin-top: -10px;
    margin-bottom: 10px
}

section.top-casino.grid__casino {
    margin-top: -20px
}

.btn.btn__see-all {
    margin: 30px 0 0
}

section.bonuses-type {
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(0, 0, 0, .7)), url(../img/bonus-main.jpg) no-repeat center;
    padding: 50px 0;
    background-size: cover;
    margin-bottom: 10px
}

.bonuses-type .card-item {
    margin-bottom: 30px
}

.card__bonus-type img {
    width: 200px;
    margin-top: 10px
}

.card__bonus-type .btn {
    margin-bottom: 20px
}

.card-item.card-slot .btn {
    position: relative;
    padding: 3px 20px 3px 50px;
    margin-bottom: 20px
}

.card-item.card-slot .btn::before {
    content: '';
    background: url(../img/icons/img_548923.png) no-repeat center;
    padding: 15px;
    position: absolute;
    top: 2px;
    left: 10px;
    background-size: contain
}

.bonuses-type .row {
    justify-content: center
}

footer.footer {
    background-color: #313131;
    min-height: 350px
}

.footer-items {
    padding-top: 30px
}

.footer-item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-item .navbar-logo__text {
    font-size: 0.8em
}

.footer-logo {
    display: flex;
    align-items: center;
    height: 80px;
    width: 80px;
    transition: all .2s ease;
    margin-right: 20px
}

.footer-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.footer-navbar .navbar-item {
    margin: 10px 10px
}

.footer-navbar .navbar-item a {
    color: #848484;
    border: none;
    margin-bottom: 0
}

.footer-navbar .navbar-item a:hover {
    color: #fff
}

.social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around
}

.social a {
    color: #848484;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.social a img {
    width: 100%
}

.footer-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.8em;
}

.col-md-4 .footer-item img {
    width: 100px;
}

.footer-item__title {
    color: #848484;
    font-size: 0.7em;
    font-weight: 400;
    margin-bottom: 20px
}

.footer-item__title a {
    font-size: 0.7em;
}

.footer-navbar .children-drop span {
    display: none
}

header.header.single-page {
    height: auto;
    padding-bottom: 20px
}

section.casino-info {
    margin-top: -25px;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2)
}

.casino-info__casino-img img {
    border-radius: 5px;
    width: 100%
}

.casino-info__link {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.casino-info__ratings {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0
}

.casino-info__casino-name {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.casino-info__casino-title {
    font-size: 1.3em;
    font-weight: 500;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0
}

.casino-info__bonus-text {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 0
}

.title-h1 {
    /*   height: 50%;
    display: flex; */
    align-items: center;
    justify-content: center;
    font-size: 2.5em;
    text-align: center;
    padding: 0 20px
}

.infograp-table {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    border-radius: 5px;
    padding: 15px;
    z-index: 0
}

.infograp-title {
    font-size: 1.5em;
    margin-bottom: 30px;
    color: #fff;
    width: fit-content
}

.infograp-title::before {
    content: '';
    background: url(../img/icons/badge-title.png) no-repeat center;
    background-size: cover;
    display: flex;
    width: 110%;
    height: 50px;
    position: absolute;
    left: -22px;
    z-index: -1
}

.infograp-item {
    border-bottom: 1px solid rgba(175, 175, 175, .2);
    display: flex;
    flex-wrap: wrap
}

.infograp-item__title {
    font-weight: 500;
    margin-right: 15px;
    width: 25%;
    display: flex;
    align-items: center;
    margin: 10px 0
}

.infograp-item__value {
    width: 65%;
    color: #4e4e4e;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.infograp-item__value.country {
    font-size: .9em
}

.infograp-item__value.type {
    font-size: 1.5em
}

.infograp-item__title .icon {
    color: #6751ab;
    font-size: 1.5em;
    margin-right: 10px;
    width: 25px;
    display: inline-flex
}

.infograp-item__value .icon-check {
    color: #73a81f;
    font-size: 1.2em;
    width: 25px;
    margin-right: 5px
}

.infograp-item__value span {
    background: rgba(0, 0, 0, .09);
    border-radius: 30px;
    padding: 0 10px;
    margin: 5px 5px 5px 0;
    font-size: .8em
}

.infograp-item__value-type {
    align-items: baseline
}

.infograp-item__value-type i:first-child {
    font-size: 2.5em
}

.infograp-item__value-type i:nth-child(2) {
    font-size: 2.5em
}

.infograp-item__value-type i:nth-child(3) {
    font-size: 1.8em
}

.infograp-item__value-type i:nth-child(4) {
    font-size: 1.1em
}

.casino-list .card-casino {
    margin-bottom: 30px
}

.single-page__casino-list {
    height: auto !important
}

section.test-casino {
    text-align: center
}

#wc-comment-header {
    text-align: left
}

.content-text.sc span.hhhhh {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: 700
}

.card__img-soft {
    width: 100%;
    height: 140px
}

.card-item__soft {
    margin-bottom: 20px
}

.card-btn__soft {
    margin-bottom: 20px !important
}

.card-text.soft-info__desc {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0
}

.soft-info__type-game {
    font-size: .8em
}

.table-bonuses {
    border-collapse: collapse;
    width: 100%
}

.thead-dark {
    background: #7a26ff;
    color: #fff
}

.table-bonuses .table-item,
.table-bonuses .thead-dark {
    text-align: center;
    padding: 10px 0
}

.table-bonuses .table-item {
    border-bottom: 1px solid #fab155
}

.table-bonuses .table-item>div {
    display: flex;
    align-items: center;
    justify-content: center
}

.table-bonuses__logo-wrapper {
    text-align: left;
    display: flex
}

.table-bonuses__item-img {
    width: 100px;
    margin-right: 30px
}

.table-bonuses__wrapper-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.btn.table-btn,
.modal-btn {
    width: 180px;
    padding: 3px 30px
}

.in__single-casino .table-bonuses__wrapper-link {
    justify-content: center
}

.table-bonuses__wrapper-link.btn-wrapper {
    align-items: center
}

.table-bonuses__item-review {
    font-weight: 500;
    text-decoration: underline;
    color: #000;
    font-size: 12px
}

.table-bonuses__item-title,
.table-bonuses__item-title a {
    font-weight: 500;
    color: #000;
    font-size: 1.1em;
    text-decoration: none;
}

.table-bonuses__item-type a {
    text-decoration: none;
    color: #000;
}

.hide {
    display: none
}

.show-more {
    font-size: .8em;
    color: #000;
    text-decoration: underline;
    display: block;
}

.show-more:hover {
    text-decoration: none;
    color: #000;
    cursor: pointer
}

.test-item {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    margin-bottom: 30px;
    border-radius: 5px
}

.test-item__header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #4e4e4e;
    color: #fff;
    height: 60px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.test-logo__wrapper {
    display: flex;
    align-items: center;
    height: 100%
}

.test-img {
    height: 100%;
    border-top-left-radius: 5px
}

.test-title {
    margin: 0 30px;
    font-size: 1.5em;
    font-weight: 500
}

.test-ratings {
    margin-top: 0
}

.test-btn {
    margin-right: 20px;
    font-size: 1em
}

.test-text {
    padding: 20px;
    color: #848484
}

.test-text__author {
    display: flex;
    justify-content: flex-end;
    color: #dbdbdb;
    font-weight: 100
}

.test-author__title {
    margin-right: 5px
}

.test-text__author i {
    margin-right: 5px
}


/* @media(min-width:769px) {
    .navbar-logo.hasScrolled {
        height: 75px;
        width: 75px;
        top: -40px;
        transition: all .2s ease
    }
} */

.back_to_top {
    position: fixed;
    bottom: 80px;
    right: 40px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background: #f1a340;
    color: #000 !important;
    cursor: pointer;
    border-radius: 2px;
    display: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    align-items: center;
    justify-content: center
}

.back_to_top img {
    width: 20px
}

.back_to_top:hover {
    background: #d88c2c
}

.back_to_top-show {
    display: flex
}

.acc_head,
li.acc_section,
p.acc_section {
    border: none !important
}

li.acc_section {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    border-radius: 5px
}

.acc_head {
    background-color: #f1a340 !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between
}

.accordion-arrow {
    width: 20px;
    margin: 0 !important;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear
}

.acc_section.acc_active .accordion-arrow {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear
}

.acc_head span {
    background: 0 0 !important;
    color: #fff;
    width: 100%;
    display: block;
    text-align: left;
    padding: 0 !important
}

.acc_content {
    background: #fff
}

.section-title {
    text-align: center;
    font-size: 1.17em;
    font-weight: 700;
    margin-bottom: 20px;
    width: 100%
}

.section-title span {
    background: #fff;
    padding: 0 20px
}

.section-title::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    height: 2px;
    background: #fab155;
    z-index: -1
}

.contact-form {
    display: flex;
    flex-direction: column;
    /* align-items: center */
}

.contact-form .question-form__wrapper {
    width: 50%
}

.question-form__wrapper input {
    width: 100%;
    height: 35px;
    border-radius: 5px;
    padding: 7px;
    color: #848484;
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    margin-bottom: 10px
}

.textarea-question {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    padding: 7px;
    color: #848484;
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15)
}

.question-form__wrapper input::-webkit-input-placeholder,
.textarea-question::-webkit-input-placeholder {
    color: #ccc
}

.question-form__wrapper input:-ms-input-placeholder,
.textarea-question:-ms-input-placeholder {
    color: #ccc
}

.question-form__wrapper input::-moz-placeholder,
.textarea-question::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.question-form__wrapper input:-moz-placeholder,
.textarea-question:-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.contact-map iframe {
    height: 400px
}

.btn-question__submit {
    border: none;
    margin: 20px 0 !important;
    color: #fff !important;
    font-weight: 400 !important
}

.popup-msg {
    text-align: center;
    width: auto
}

.modal-subtitle {
    margin: 20px
}

.center {
    display: flex;
    justify-content: center
}

.section-opinion {
    display: flex;
    flex-wrap: wrap
}

.opinion-item {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 31.5%;
    margin: 0 10px 20px 10px
}

.opinion-content {
    position: relative;
    padding-left: 15px;
    color: #848484
}

.opinion-content::before {
    content: '';
    position: absolute;
    background-color: #fab155;
    display: flex;
    height: 100%;
    width: 5px;
    left: 0
}

.opinion-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%
}

.opinion-avatar {
    padding: 10px;
    width: 100%
}

.opinion-avatar img {
    border-radius: 5px;
    margin: 0;
    width: 100%
}

.opinion-author {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-right: 15px;
    font-weight: 600
}

.opinion-caption {
    color: #848484;
    font-size: .8em;
    text-align: right;
    padding-right: 15px;
    width: 100%
}

.t_title {
    display: none;
    font-weight: 600
}

.content-text.sc img {
    width: 100%
}

.toc {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0 10px;
    z-index: 1
}

.table-title {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    margin-right: 10px
}

.toc a {
    display: block;
    font-size: 12px;
    color: #000;
    margin-left: 0;
    border-radius: 35px;
}

main h3:target,
main h4:target {
    -webkit-animation: anim 3s;
    -moz-animation: anim 3s;
    -o-animation: anim 3s;
    -ms-animation: anim 3s;
    animation: anim 3s
}

@-moz-keyframes anim {
    0%,
    100% {
        background: rgba(0, 0, 0, 0)
    }
    50% {
        background: #ff0
    }
}

@-webkit-keyframes anim {
    0%,
    100% {
        background: rgba(0, 0, 0, 0)
    }
    50% {
        background: #fff59d
    }
}

@-o-keyframes anim {
    0%,
    100% {
        background: rgba(0, 0, 0, 0)
    }
    50% {
        background: #fff59d
    }
}

@keyframes anim {
    0%,
    100% {
        background: rgba(0, 0, 0, 0)
    }
    50% {
        background: #fff59d
    }
}

.conclusions-quality__items {
    display: flex;
    flex-wrap: wrap
}

.conclusions-quality__item {
    width: 49%;
    margin-right: 2%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    padding: 25px;
    min-width: 300px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #fff
}

.conclusions-quality__item:last-child {
    margin-right: 0 !important
}

.conclusions-quality__item-title {
    font-weight: 600;
    font-size: 22px
}

.conclusions-quality__item-value {
    padding-left: 15px;
    margin: 5px 0
}

.conclusions-quality__item-value::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.item-plus::before {
    background-color: #73a81f
}

.item-minus::before {
    background-color: #ee1725
}

.posts {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-template-columns: 25%;
    margin-bottom: 35px;
}

.post {
    box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
    border-radius: 5px;
    flex: 0 0 25%;
}

.post-title {
    font-weight: 600;
    font-size: 16px;
    padding: 15px;
}

.post-title a {
    text-decoration: none;
    color: #000;
}

.slots {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 1.85%;
    margin: 35px 0;
}

.slot {
    flex: 0 0 18.5%;
    border-radius: 15px;
    overflow: hidden;
}

.slot a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.slot-thumbnail img {
    width: 100%;
    height: 100%;
}

.slot-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    padding: 15px;
    opacity: 0;
    transition: all .2s linear;
}

.slot-title {
    text-align: center;
    margin-bottom: 20px;
}

.slot-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
    transition: all .2s linear;
}

.slot-play {
    font-size: 15px;
}

.slot:hover .slot-content {
    opacity: 1;
    transition: all .2s linear;
}

.slot:hover .slot-overlay {
    background: rgba(0, 0, 0, .8);
    transition: all .2s linear;
}

.slot-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 10px;
    column-gap: 1%;
}

.slot-table__item {
    flex: 1 1 18%;
    padding: 15px;
    border: 2px solid #fab155;
}

.slot-table__item-title {
    font-size: 14px;
    font-weight: 600;
}

.slot-table__item-value a {
    color: #1a1a1a;
    text-decoration: underline;
}

.pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.wp-pagenavi {
    display: flex;
    align-items: center;
}

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

.pagination .page {
    margin: 0 3px;
    background: #dbdbdb;
    padding: 5px 10px;
    border-radius: 4px;
    color: #1a1a1a;
}

.pagination .current,
.pagination .nextpostslink,
.pagination .previouspostslink {
    background: #f8d353;
    background: -webkit-linear-gradient(top left, #f8d353, #ff5c5a);
    background: -moz-linear-gradient(top left, #f8d353, #ff5c5a);
    background: linear-gradient(to bottom right, #f8d353, #ff5c5a);
    color: #fff;
    margin: 0 3px;
    padding: 5px 10px;
    border-radius: 4px;
}

.addis-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
}

.addis-item {
    flex: 1 1 45%;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    border-radius: 4px;
    padding: 25px;
}

.addis-item__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.addis-item ul {
    margin: 0;
    padding-left: 20px;
}

.slot-bonus__options-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1%;
    row-gap: 10px;
}

.bonus-option__item {
    flex: 1 1 18%;
    padding: 15px;
    border: 2px solid #fab155;
}

.bonus-option__title {
    font-weight: bold;
}