.tns-outer {
    padding: 0 !important;
}

.tns-outer [hidden] {
    display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer;
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  #customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
    margin: 30px auto;
  }
  
  #customers tr:hover {background-color: #6f6f6f;}
  
  #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
  }

  img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  figure img {
    border-radius: 14px;
    margin: 20px auto;
  }

.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both;
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left;
}

.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%;
}

.tns-no-calc {
    position: relative;
    left: 0;
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px;
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s;
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important;
}

.tns-gallery>.tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

.tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6;
}

.tns-lazy-img.loaded {
    opacity: 1;
}

.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s;
}

.tns-ovh {
    overflow: hidden;
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}

.tns-transparent {
    opacity: 0;
    visibility: hidden;
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
}

.tns-normal,
.tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden;
}

.tns-t-ct {
    width: 2333.3333333%;
    width: -webkit-calc(2333.3333333333%);
    width: -moz-calc(2333.3333333333%);
    width: calc(2333.3333333333%);
    position: absolute;
    right: 0;
}

.tns-t-ct:after {
    content: '';
    display: table;
    clear: both;
}

.tns-t-ct>div {
    width: 1.4285714%;
    width: -webkit-calc(1.4285714285714%);
    width: -moz-calc(1.4285714285714%);
    width: calc(1.4285714285714%);
    height: 10px;
    float: left;
}

@font-face {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 00;
    src: url('../fonts/NotoSans-Regular.ttf');
}

@font-face {
    font-family: 'Noto Sans', sans-serif;
    font-style: italic;
    font-weight: 00;
    src: url('../fonts/NotoSans-Italic.ttf');
}

@font-face {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/NotoSans-Bold.ttf');
}

@font-face {
    font-family: 'Noto Sans', sans-serif;
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/NotoSans-BoldItalic.ttf');
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    width: 100%;
    font-size: 10px;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 320px;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    color: #dcd9d5;
    background: #13100e;
    font-size: 16px;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

img.aligncenter {
    display: block;
    margin: 15px auto 30px;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fdc061;
}

button:focus {
    outline: none;
}

h1 {
    font-weight: 700;
    color: #ededed;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 3.2rem;
}

h1.align-center {
    text-align: center;
}

h2 {
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 2.8rem;
    color: #ededed;
}

h3 {
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    min-width: 320px;
    position: relative;
}

@media (max-width: 1300px) {
    .container {
        width: 96%;
    }
}

.container-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.btn-center {
    margin: 0 auto;
    text-align: center;
}

.btn {
    display: inline-block;
    padding: 0 15px;
    color: #000;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 3.8rem;
    border-radius: 50px;
    margin-top: 20px;
}

.btn:focus {
    outline: none;
}

.btn-border-dark {
    border: 2px solid #13100e;
}

.btn-transparent {
    background-color: transparent;
    color: #fdc061;
}

.btn-green {
    border: 1px solid #3daa45;
    background: #3daa45;
}

.btn-green:hover {
    background-color: transparent;
    color: #3daa45;
    transition: all .1s ease-in-out;
}

.header {
    padding: 15px 0 0;
    background: #13100e;
    position: relative;
}

.header .container-flex {
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 992px) {
    .header .container-flex {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
    }
}

.header .nav-mobile-icon {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #302d28;
    border: 2px solid #13100e;
    z-index: 210;
}

@media (max-width: 768px) {
    .header .nav-mobile-icon {
        display: block;
    }
}

.header .nav-mobile-icon--line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
    background: #fdc061;
}

.header .nav-mobile-icon--line:after,
.header .nav-mobile-icon--line:before {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
    background: #fdc061;
    content: "";
    transition: all .2s ease-in-out;
}

.header .nav-mobile-icon--line:after {
    top: 7px;
}

.header .nav-mobile-icon--line:before {
    top: -5px;
}

.header .nav-mobile-menu {
    overflow: hidden;
    max-width: 0;
    transition: max-width 0.2s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #302d28;
    z-index: 200;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
}

.header .nav-mobile-menu__box {
    position: relative;
    min-width: 290px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.header .nav-mobile-menu .btn-transparent {
    margin: 15px auto;
    display: block;
}

#burger-check {
    display: none;
}

#burger-check:checked~.nav-mobile-icon .nav-mobile-icon--line {
    height: 0px;
}

#burger-check:checked~.nav-mobile-icon .nav-mobile-icon--line:before {
    top: 1px;
    transform: rotate(-400deg);
}

#burger-check:checked~.nav-mobile-icon .nav-mobile-icon--line:after {
    top: 1px;
    transform: rotate(400deg);
}

#burger-check:checked~.nav-mobile-menu {
    max-width: 100%;
    transition: max-width 0.4s ease-in-out;
}

.header-logo .logo img {
    max-width: 255px;
    display: block;
    overflow: hidden;
    height: auto;
    width: 255px;
}

@media (max-width: 992px) {
    .header-logo .logo img {
        max-width: 200px;
        margin-bottom: 15px;
    }
}

.social-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

@media (max-width: 768px) {
    .social-box {
        display: none;
    }
}

.social-box a:hover {
    transition: all .1s ease-in-out;
    opacity: .7;
}

.social-text {
    white-space: nowrap;
    width: 85px;
    color: #797979;
    text-transform: uppercase;
    line-height: 3rem;
    font-size: 1rem;
}

.header-btn-box {
    width: 390px;
}

@media (max-width: 992px) {
    .header-btn-box {
        width: 250px;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .header-btn-box {
        flex-wrap: wrap;
    }
}

.header-btn-box .header-auth-btn {
    position: relative;
    max-width: 110px;
    margin: 0 -1px 0 0;
    border-radius: 50px 0 0 50px;
    border: 1px solid #fdc061;
    background: #fdc061;
}

.header-btn-box .header-auth-btn:hover {
    background-color: transparent;
    color: #fdc061;
    transition: all .1s ease-in-out;
}

.header-btn-box .header-register-btn {
    position: relative;
    max-width: 210px;
    margin: 0;
    border-radius: 0 50px 50px 0;
}

.header-btn-box .header-download {
    position: relative;
    max-width: 210px;
    margin: 0;
    border-radius: 50px;
    border: 1px solid #3daa45;
    background: #3daa45;
}

@media (max-width: 992px) {
    .header-btn-box .header-download {
        width: 100%;
        max-width: 100%;
        margin-right: 15px;
    }
}

@media (max-width: 768px) {
    .header-btn-box .header-download {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.header-btn-box .header-download:hover {
    background-color: transparent;
    color: #3daa45;
    transition: all .1s ease-in-out;
}

.nav-top {
    background: #302d28;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .nav-top {
        display: none;
    }
}

.nav-general {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .nav-general {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
        overflow-y: auto;
        height: 100%;
    }
}

.nav-general li {
    display: flex;
    align-items: center;
}

.nav-general a,
.nav-general span {
    display: block;
    padding: 10px 35px;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    color: #fdc061;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .1s ease-in-out;
    font-size: 1.4rem;
    border-right: 1px solid #000;
}

.nav-general a:hover,
.nav-general span:hover {
    transition: all .1s ease-in-out;
    background: rgba(253, 192, 97, 0.1);
}

@media (max-width: 768px) {

    .nav-general a,
    .nav-general span {
        font-weight: bold;
        display: block;
        padding: 10px 0;
        font-weight: 700;
        letter-spacing: 2px;
        color: #fdc061;
        text-transform: capitalize;
        font-size: 2.4rem;
        border-right: none;
        border-top: 2px solid #13100e;
    }
}

.nav-general li:first-child a {
    border-top: none;
}

.nav-general li.current-menu-item span {
    color: #000;
    background: #fdc061;
    pointer-events: none;
}

@media (max-width: 768px) {
    .nav-general li.current-menu-item span {
        background-color: transparent;
        color: #fdc061;
    }
}

.banner {
    max-width: 100%;
    overflow: hidden;
}

@media (max-width: 768px) {
    .banner {
        display: none;
    }
}

.banner .my-slider {
    opacity: 0;
    cursor: pointer;
}

.banner .my-slider.tns-slider {
    opacity: 1;
}

.banner .tns-outer {
    position: relative;
}

.banner .tns-outer .tns-nav {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

.banner .tns-outer .tns-nav button {
    border-radius: 50%;
    background: #13100e;
    border: 1px solid #797979;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    margin: 5px 10px;
    position: relative;
}

.banner .tns-outer .tns-nav button.tns-nav-active:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fdc061;
    transform: translate(-50%, -50%);
}

.banner .tns-outer [data-action] {
    display: none;
}

.banner .tns-outer img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.main-content #toc_container,
.promo-container #toc_container {
    display: inline-block;
    margin-bottom: 20px;
    border: 1px solid #fdc061;
    border-radius: 7px;
    padding: 10px 20px 10px 0;
    box-shadow: 0px 8px 16px rgba(253, 192, 97, 28.096892);
}

.main-content #ctoc-list-captions,
.promo-container #ctoc-list-captions {
    margin-bottom: 0px;
}

.main-content .ctoc-body ul,
.promo-container .ctoc-body ul {
    margin-bottom: 0px;
    padding-left: 10px;
}

.main-content .ctoc-body ul li,
.promo-container .ctoc-body ul li {
    margin-bottom: 5px;
}

.search-container .h1-search {
    font-style: normal;
    font-weight: bold;
    line-height: 51px;
    font-size: 38px;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 5px;
    margin-top: 20px;
    display: block;
}

.search-container .search-item {
    margin-bottom: 15px;
}

.search-container .search-item a {
    position: relative;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    font-size: 24px;
    color: #fdc061;
    display: inline-block;
    user-select: none;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
}

.search-container .search-item ahover {
    text-decoration: underline;
}

.search-container .search-item .descr {
    margin: 15px 0 30px 0;
    line-height: 1.5;
}

.search-container .search-item p {
    margin: 0 auto;
}

.front-page .search-box {
    justify-content: flex-end;
}

.search-box {
    position: relative;
    height: 30px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #3d3d3d;
    padding-bottom: 15px;
}

@media (max-width: 540px) {
    .search-box {
        flex-direction: column;
        height: auto;
    }
}

.provider-search {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    right: 0;
    top: -15px;
}

@media (max-width: 768px) {
    .provider-search {
        justify-content: center;
    }
}

@media (max-width: 540px) {
    .provider-search {
        margin-top: 15px;
    }
}

.provider-search__box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 235px;
}

.provider-search .inpt-dark {
    position: relative;
    height: 30px;
    padding: 0 10px;
    border: none;
    line-height: 1;
    z-index: 5;
    background: #302d28;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    transition: background .3s ease-in-out;
}

.provider-search .inpt-dark:focus {
    outline: none;
    color: #13100e;
    background: #dcd9d5;
    transition: background .3s ease-in-out;
}

.provider-search .inpt-dark:focus+.provider-search__icon {
    transform: rotateY(180deg);
    transition: all .3s ease-in-out;
    border-radius: 25px 0 0 25px;
}

.provider-search__icon {
    width: 30px;
    height: 30px;
    border-radius: 0 25px 25px 0;
    background: #fdc061;
    display: block;
    color: #13100e;
    position: relative;
    padding: 7px 5px;
    transition: all .3s ease-in-out;
    border: none;
    right: 15px;
    z-index: 6;
}

.provider-search__icon .search-icon {
    position: relative;
    width: 20px;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
}

.provider-search__icon .search-icon__circle {
    width: 12px;
    height: 12px;
    border: 1px solid #13100e;
    border-radius: 100%;
    display: block;
}

.provider-search__icon .search-icon__rectangle {
    display: block;
    position: relative;
    left: 9px;
    top: -1px;
    width: 7px;
    transform: rotate(45deg);
    border: 2px solid #13100e;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.game-list__box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0 !important;
}

.game-list__item {
    padding: 8px;
    margin: 0;
    position: relative;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 256px;
    list-style: none;
    padding-left: 0 !important;
}

.game-list__item:before {
    display: none;
}

.game-list__item:hover .game-list__hover {
    transform: scale(1);
    transition: all .1s ease-in-out;
}

.game-list__item img {
    object-fit: cover;
    height: 100%;
}

@media (max-width: 768px) {
    .game-list__item {
        width: 25%;
    }
}

@media (max-width: 540px) {
    .game-list__item {
        width: 50%;
    }
}

.game-list__title_mobile {
    text-align: center;
    position: absolute;
    bottom: 8px;
    height: 24px;
    line-height: 24px;
    font-size: 1rem;
    margin: 0 auto;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    color: #ededed;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #302d28;
    right: 0;
    left: 0;
    margin: 0 8px;
}

.game-list__hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(19, 16, 14, 0.8);
    transform: scale(0);
    transition: all .1s ease-in-out;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media (max-width: 992px) {
    .game-list__hover {
        display: none;
    }
}

.game-list__btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.game-list__btn-demo {
    color: #dcd9d5;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    font-size: 1.4rem;
}

.game-list__title {
    text-align: center;
    font-size: 1.3rem;
    color: #ededed;
    letter-spacing: 1px;
    width: 90%;
    margin-bottom: 15px;
}

.game-list__btn-more {
    margin: 10px auto;
    width: 100%;
}

.game-list__type {
    display: block;
    background-image: url(../img/images-list-min.png);
    background-repeat: no-repeat;
    overflow: hidden;
    height: 77px;
    width: 77px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.game-list__type--hot {
    background-position: 0 -1656px;
}

.game-list__type--new {
    background-position: 0 -2387px;
}

.game-list__type--free {
    background-position: 0 -1515px;
}

.game-list__type--tournament {
    background-position: 0 -3592px;
}

table {
    max-width: 100%;
    overflow-x: auto;
}

table td {
    padding: 7px 5px;
    border: 1px solid #939393;
    border-radius: 5px;
}

table tr:nth-child(odd) {
    background: #aaa;
    color: #000;
}

frame {
    max-width: 100%;
}

#ctoc-list-captions {
    margin-bottom: 30px;
}

.main-content ul {
    list-style-position: inside;
    padding-left: 45px;
}

.main-content ul li {
    list-style: disc;
}

.main-content h2,
.main-content h3 {
    color: #fdc061;
    padding: 0;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.ctoc-body ul {
    list-style-position: inside;
    padding-left: 45px;
}

.ctoc-body ul li {
    position: relative;
    list-style: none;
}

.ctoc-body ul li:before {
    border-radius: 50%;
    color: #fdc061;
    content: "\2022";
    padding-right: 15px;
    font-size: 15px;
}

.content {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 2% 2%;
}

.content .article-image {
    width: 100%;
    height: auto;
}

.content a {
    color: #fdc061;
    text-decoration: underline;
}

.content a:hover {
    color: #f1d5af !important;
    transition: all .1s ease-in-out;
}

.content a:visited {
    color: #f39400;
    transition: all .1s ease-in-out;
}

.content a:focus {
    color: #fdc061;
    transition: all .1s ease-in-out;
}

.content p {
    margin: 15px 0 30px 0;
    line-height: 1.5;
}

.content h2,
.content h3 {
    color: #fdc061;
    padding: 0;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.content li {
    list-style: inside;
    list-style-type: inherit;
    padding: 0 0 0 20px;
    line-height: 21px;
}

.content ul {
    margin-bottom: 30px;
    list-style-position: inside;
    padding-left: 45px;
    list-style: none;
}

.content ul ul {
    margin-bottom: 0;
    list-style: none;
}

.content ul li {
    position: relative;
    list-style: none;
}

.content ul li:before {
    border-radius: 50%;
    content: "\2022";
    padding-right: 15px;
    font-size: 15px;
}

.content img.alignright {
    float: right;
    margin: 0 0 0 20px;
}

.content img.alignleft {
    float: left;
    margin: 0 20px 0 0;
}

.content img.aligncenter {
    display: block;
    margin: 0 auto;
}

.b-page__entry p {
    margin: 15px 0 30px 0;
    line-height: 1.5;
}

.block_rand_page {
    background-color: #302d28;
    padding: 35px;
}

.block_rand_page .title_rand_page {
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    color: #ededed;
    text-align: center;
    margin-bottom: 25px;
    font-weight: bold;
}

.block_rand_page .content_rand_page {
    display: flex;
    justify-content: center;
}

.block_rand_page .content_rand_page .item_rand_page {
    margin: 0 15px;
    max-width: 370px;
}

.block_rand_page .content_rand_page .item_rand_page .title {
    text-align: center;
    margin-top: 10px;
}

.block_rand_page .content_rand_page .item_rand_page .img img {
    height: 150px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .block_rand_page .content_rand_page {
        flex-wrap: wrap;
    }

    .block_rand_page .content_rand_page .item_rand_page {
        margin: 15px;
        max-width: 250px;
    }
}

.footer {
    position: relative;
    padding: 40px 0 20px 0;
}

.footer__nav-box {
    background-color: #302d28;
    margin: 40px 0;
}

.footer .footer-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    justify-content: space-around;
    padding: 30px 0;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .footer .footer-nav {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
}

.footer .footer-nav a {
    color: #fdc061;
    font-size: 1.4rem;
    transition: all .1s ease-in-out;
}

@media (max-width: 768px) {
    .footer .footer-nav a {
        line-height: 2.8rem;
    }
}

.footer .footer-nav a:hover {
    color: #dcd9d5;
}

.footer .footer-nav li {
    padding: 10px;
}

.payment-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

@media (max-width: 992px) {
    .payment-box {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 992px) {
    .payment-box__item {
        width: 10%;
    }
}

@media (max-width: 768px) {
    .payment-box__item {
        width: 25%;
    }
}

@media (max-width: 540px) {
    .payment-box__item {
        width: 33%;
    }
}

.payment-box__link {
    position: relative;
}

.payment-box__link:before {
    display: block;
    background-image: url(../img/images-list-min.png);
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 30px;
    content: "";
    transform: translateX(-50%);
}

.payment-box__link.visa-icon:before {
    background-position: 0 -3751px;
    height: 47px;
    width: 49px;
}

.payment-box__link.maestro-icon:before {
    background-position: 0 -2126px;
    height: 40px;
    width: 67px;
}

.payment-box__link.qiwi-icon:before {
    background-position: 0 -2929px;
    height: 46px;
    width: 44px;
}

.payment-box__link.webmoney-icon:before {
    background-position: 0 -3887px;
    height: 45px;
    width: 45px;
}

.payment-box__link.yandex-wallet-icon:before {
    background-position: 0 -3966px;
    height: 43px;
    width: 38px;
}

.payment-box__link.skrill-icon:before {
    background-position: 0 -3089px;
    height: 26px;
    width: 76px;
}

.payment-box__link.neteller-icon:before {
    background-position: 0 -2332px;
    height: 19px;
    width: 107px;
}

.payment-box__text {
    display: block;
    padding-top: 60px;
    color: #302d28;
}

.provider-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.provider-list__item {
    padding: 0 20px 40px 20px;
}

.provider-list__item span {
    display: block;
    background-image: url(../img/images-list-min.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

.provider-list__item span.icon-quickfire {
    height: 32px;
    width: 92px;
    background-position: 0 -2977px;
}

.provider-list__item span.icon-netent {
    height: 32px;
    width: 91px;
    background-position: 0 -2353px;
}

.provider-list__item span.icon-yggdrasil {
    height: 32px;
    width: 132px;
    background-position: 0 -4073px;
}

.provider-list__item span.icon-quickspin {
    height: 24px;
    width: 100px;
    background-position: 0 -3011px;
}

.provider-list__item span.icon-pushgaming {
    height: 15px;
    width: 140px;
    background-position: 0 -2912px;
}

.provider-list__item span.icon-betsoftv {
    height: 32px;
    width: 84px;
    background-position: 0 -556px;
}

.provider-list__item span.icon-relax {
    height: 32px;
    width: 103px;
    background-position: 0 -3037px;
}

.provider-list__item span.icon-nolimitcity {
    height: 32px;
    width: 119px;
    background-position: 0 -2518px;
}

.provider-list__item span.icon-nextgen {
    height: 32px;
    width: 116px;
    background-position: 0 -2466px;
}

.provider-list__item span.icon-elk {
    height: 32px;
    width: 81px;
    background-position: 0 -1122px;
}

.provider-list__item span.icon-thunderkick {
    background-position: 0 -3479px;
    height: 32px;
    width: 103px;
}

.provider-list__item span.icon-playngo {
    background-position: 0 -2760px;
    height: 32px;
    width: 116px;
}

.provider-list__item span.icon-amatic {
    background-position: 0 0;
    height: 32px;
    width: 104px;
}

.provider-list__item span.icon-bigtimegaming {
    background-position: 0 -590px;
    height: 32px;
    width: 127px;
}

.provider-list__item span.icon-endorphina {
    background-position: 0 -1326px;
    height: 48px;
    width: 105px;
}

.provider-list__item span.icon-blueprint {
    background-position: 0 -634px;
    height: 32px;
    width: 137px;
}

.provider-list__item span.icon-habanero {
    background-position: 0 -1626px;
    height: 28px;
    width: 136px;
}

.certificate-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

@media (max-width: 540px) {
    .certificate-list {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.certificate-list__item {
    padding: 0 10px;
    text-align: center;
    max-width: 115px;
}

.certificate-list__item img {
    width: 100%;
    height: auto;
}

.certificate-list .icon-itechlabs {
    display: block;
    background-image: url(../img/images-list-min.png);
    background-position: 0 -1815px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 53px;
    width: 53px;
}

.certificate-list .icon-pagi {
    display: block;
    background-image: url(../img/images-list-min.png);
    background-position: 0 -2594px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 53px;
    width: 53px;
}

.certificate-list .comodo-title {
    color: #86bee0;
    text-decoration: none;
}

.copyrights-box {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 0;
    text-align: center;
    line-height: 25px;
    font-size: 1.3rem;
}

.copyrights-box p {
    margin: 0 0 10px 0;
}

.single-page:after {
    content: '';
    border-bottom: 1px solid #302d28;
    position: relative;
    display: block;
    height: 2px;
    padding-top: 25px;
    width: 70%;
    margin: 0 auto 25px;
}

.b-slot {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    max-height: 768px;
    overflow: hidden;
}

.b-slot__inner {
    max-width: 1024px;
    width: 100%;
    height: 768px;
}

@media (max-width: 768px) {
    .b-slot__inner {
        height: 500px;
    }
}

@media (max-width: 540px) {
    .b-slot__inner {
        height: 300px;
    }
}

.b-slot__inner iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.b-slot__title {
    text-transform: uppercase;
    font-size: 1.4rem;
    padding-bottom: 10px;
    font-weight: normal;
    margin: 0;
}

@media (max-width: 768px) {
    .article-item .article-data {
        display: none;
    }
}

@media (max-width: 540px) {
    .article-item img {
        margin: 0 auto;
        display: block;
    }
}

.has-btn {
    text-align: center;
}

.article-data {
    color: #797979;
    margin-bottom: 20px;
}

.article-data .article-date-icon {
    width: 16px;
    height: 16px;
    background-image: url(../img/data-icon-min.png);
    display: inline-block;
    margin-right: 10px;
}

.article-text-prev {
    margin: 15px 0 30px 0;
}

@media (max-width: 768px) {
    .article-text-prev {
        display: none;
    }
}

.article-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #302d28;
}

.similar-news {
    max-width: 1170px;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .similar-news {
        padding: 20px 2% 2%;
    }
}

.similar-news h3 {
    font-weight: bold;
    color: #fff;
    font-size: 32px;
    line-height: 38px;
}

.similar-news .news-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    color: #000;
    border: 5px solid #13100e;
}

.similar-news .news-item img {
    object-fit: cover;
    width: 100%;
}

.similar-news .news-item .news-info {
    padding: 20px 15px 15px 20px;
}

.similar-news .news-item .title {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    font-weight: bold;
}

.similar-news .news-item .more-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.similar-news .news-item .more-info .article-data {
    margin-bottom: 0;
}

.similar-news .news-item .more-info a {
    color: #fdc061;
}

.similar-news .tns-controls {
    text-align: right;
    margin-bottom: 10px;
}

.similar-news .tns-controls:focus {
    outline: none;
}

.similar-news .tns-controls button {
    background: transparent;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    margin-left: 30px;
    font-weight: bold;
    background-image: url(../img/icon-right.svg);
}

.similar-news .tns-controls button[disabled] {
    background-image: url(../img/disabled.svg);
    cursor: not-allowed !important;
}

.similar-news .tns-controls button[data-controls="prev"] {
    transform: rotateY(180deg);
}

.breadcrumbs ol {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.breadcrumbs ol li {
    float: left;
    padding-right: 10px;
    text-transform: capitalize;
    text-decoration: underline;
    list-style: none;
    padding-left: 0;
}

.breadcrumbs ol li:after {
    content: '>';
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    left: 15px;
    transform: translateX(-50%);
}

.breadcrumbs ol li:last-child {
    text-decoration: none;
}

.breadcrumbs ol li:last-child:after {
    display: none;
}

.page-404 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #13100e;
}

.page-404__wrap {
    max-width: 768px;
    height: auto;
    position: relative;
}

.page-404 .btn-center {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

@media (max-width: 540px) {
    .page-404 .btn-center {
        bottom: 2%;
    }
}

.page-404 .btn-center a {
    color: #000;
}

.page-404 .btn-center a:hover {
    background-color: #000;
    color: #3daa45;
}

@media (max-width: 540px) {
    .page-404 .btn-center a {
        font-size: 8px;
        line-height: 28px;
    }
}

.faq-block {
    background-color: #302d28;
    padding: 35px 15px 15px 35px;
}

.faq-block .faq-title {
    font-size: 28px;
    padding-bottom: 20px;
}

.faq-block .interactive_form_final {
    background-color: #302d28;
}

.faq-triger {
    color: #fdc061;
    text-transform: uppercase;
    cursor: pointer;
    padding-left: 30px;
    width: 100%;
    border: none;
    outline: none;
    font-size: 1.4rem;
    transition: 0.4s;
    text-align: left;
    background-color: transparent;
    margin-bottom: 20px;
    position: relative;
}

.faq-triger:before {
    position: absolute;
    top: 50%;
    left: 0px;
    content: "";
    transform: translateY(-50%);
    display: block;
    background-image: url(../img/images-list-min.png);
    background-position: 0 -2794px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 18px;
    width: 18px;
}

.active:before {
    background-position: 0 -2312px;
}

.faq-panel {
    padding: 0 30px 20px;
    display: none;
    overflow: hidden;
}

.faq-panel p {
    margin: 0;
}

.game-wrap {
    background: url(../img/bg-default-slots-min.jpg) top center no-repeat;
    padding: 20px 0;
}

.s-game {
    max-width: 800px;
    margin: 0 auto;
    display: none;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .s-game {
        display: block;
    }
}

.s-game__inner {
    position: relative;
    background-color: #000;
}

.s-game__inner:after {
    content: '';
    display: block;
    padding-top: 75%;
}

.s-game__entry,
.s-game__inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.s-game__inner iframe {
    border: 0;
    outline: 0;
}

.s-game__img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: .5;
    filter: blur(10px);
}

.s-game__btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 0;
    background-color: transparent;
    background-image: url(../img/play.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: opacity .2s;
    cursor: pointer;
}

.s-game__btn:hover {
    opacity: .8;
}

.bookmark-add {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    background-color: #232323;
    align-items: center;
    padding: 5px 0;
}

.bookmark-add .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bookmark-add span {
    padding: 0px 25px;
    font-size: 13px;
    font-weight: 600;
}

.bookmark-add a {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 10px;
    background-color: #fb5f55;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    transition: all .3s;
    font-size: 18px;
}

.bookmark-add a:hover {
    transition: all .3s;
    opacity: 0.8;
}

.blog-list {
    list-style: none;
}

.blog-list.with-images {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 1300px) {
    .blog-list.with-images {
        margin-left: 0;
        margin-right: 0;
    }
}

.blog-list.with-images .blog-item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

@media (max-width: 980px) {
    .blog-list.with-images .blog-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 479px) {
    .blog-list.with-images .blog-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.blog-list.with-images .blog-item .post-link {
    display: block;
}

.blog-list.with-images .blog-item .post-link .post-image {
    display: block;
    margin-bottom: 10px;
    height: 200px;
    overflow: hidden;
    background: #fff;
}

@media (max-width: 767px) {
    .blog-list.with-images .blog-item .post-link .post-image {
        height: 160px;
    }
}

.blog-list.with-images .blog-item .post-link .post-image img {
    display: block;
    width: 100%;
    min-height: 200px;
}

@media (max-width: 767px) {
    .blog-list.with-images .blog-item .post-link .post-image img {
        min-height: 160px;
    }
}

.blog-list.with-images .blog-item .post-link .post-title {
    display: block;
    text-align: center;
}

.blog-list__date {
    padding-left: 25px;
    font-size: 14px;
    opacity: 0.8;
}

.commentss {
    max-width: 100%;
    padding: 0 20px;
}

.comment-form>p {
    display: flex;
}

.comment-form>p label {
    width: 150px;
}

.comment-form>p input,
.comment-form>p textarea {
    padding: 10px;
    resize: none;
    width: 100%;
    background: none;
    border: 1px solid #0091f6;
    outline: 0;
    color: #fff;
}

.comment-form>p input::-webkit-input-placeholder,
.comment-form>p input::-ms-input-placeholder,
.comment-form>p input:-moz-placeholder,
.comment-form>p input::placeholder,
.comment-form>p textarea::-webkit-input-placeholder,
.comment-form>p textarea::-ms-input-placeholder,
.comment-form>p textarea:-moz-placeholder,
.comment-form>p textarea::placeholder {
    color: #fff;
}

.comment-form>p textarea {
    height: 80px;
}

.btn_download {
    text-align: center;
    margin: 20px 0;
}

#form-bl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#form-bl a {
    color: #a0a0a0;
}

.comment-reply-title {
    margin: 5px 0 5px 0;
    font-weight: normal;
    font-size: 1.5em;
    text-align: left;
    text-transform: uppercase;
    color: #fdfdfd;
}

.form-submit input#submit {
    background-color: #dd9b2a;
    margin-top: 15px;
    border: 2px solid #fcb946;
    font-family: "HelveticaNeueCyr-Bold";
    font-size: 16px;
    text-align: center;
    display: inline-block;
    color: #181d23;
    text-decoration: none;
    border-radius: 4px;
    padding: 14px 30px;
}

.form-submit input#submit:hover {
    cursor: pointer;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
    display: flex;
    justify-content: space-between;
}

form#commentform p {
    margin: 10px 0;
}

ol.commentlist {
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 1px solid #484848;
}

ol.commentlist a {
    color: #fff;
    text-decoration: none;
}

a.bet-bonus,
span.bet-bonus {
    display: block;
    width: 200px;
    text-align: center;
    margin: 15px auto 30px;
}

.active-bonus {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 15px auto 30px;
}

.active-bonus .bonus-field {
    flex: 0 0 230px;
    max-width: 230px;
    display: block;
    margin: 0 15px 0 0;
    width: 100%;
    height: 40px;
    text-align: center;
    background: #fff;
    border: none;
    color: #000;
    font-size: 1em;
    padding: 10px;
    outline: none;
    border-radius: 0;
}

.active-bonus .active-bonus-link {
    display: block;
    flex: 0 0 320px;
    max-width: 320px;
    text-align: center;
    margin: 0;
    border-radius: 0;
}

@media (max-width: 650px) {
    .active-bonus {
        display: block;
    }

    .active-bonus .bonus-field {
        margin: 0 auto 20px;
        max-width: 320px;
    }

    .active-bonus .active-bonus-link {
        margin: 0 auto;
    }
}

@media (max-width: 360px) {
    .active-bonus .active-bonus-link {
        font-size: 12px;
    }
}

.up_button {
    position: fixed;
    right: 10%;
    bottom: 10%;
    background-color: #302d28;
    padding: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 9px;
    z-index: 2;
    transition: all .3s;
}

.btn-wrp-cont {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.btn-in-content {
    border: 1px solid #3daa45;
    background: #3daa45;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 15px;
    text-decoration: none;
}

.btn-in-content span {
    color: #000;
}

.btn-in-content :hover {
    opacity: 0.7;
}

.btn-wrp-cont .btn-in-content {
    text-decoration: none;
}

.iframe-wrapper {
    margin-top: 15px;
}

.interactive_form {
    padding: 20px 0;
    max-width: 795px;
    margin: 0 auto;
    position: relative;
}

.interactive_form_title {
    color: #3da944;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.29;
    max-width: 420px;
    text-align: center;
    margin: 0 auto 40px;
}

.interactive_form_header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #554d46;
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 900px) {
    .interactive_form_header {
        justify-content: space-around;
    }
}

@media (max-width: 600px) {
    .interactive_form_header {
        display: none;
    }
}

.interactive_form_header div {
    width: 110px;
    text-align: center;
    margin-left: 30px;
}

@media (max-width: 900px) {
    .interactive_form_header div {
        margin-left: 0;
    }
}

.interactive_form_body_line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0;
}

@media (max-width: 900px) {
    .interactive_form_body_line {
        justify-content: space-around;
    }
}

.interactive_form_body_line div {
    width: 95px;
    font-size: 16px;
    line-height: 22px;
    color: #dcd9d5;
}

@media (max-width: 900px) {
    .interactive_form_body_line div {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}

.interactive_form_body_line .radio_container {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 110px;
    margin-left: 30px;
}

@media (max-width: 900px) {
    .interactive_form_body_line .radio_container {
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    .interactive_form_body_line .radio_container {
        flex-direction: row-reverse;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
}

.interactive_form_body_line .radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: none;
}

.interactive_form_body_line .radio_container p {
    color: #554d46;
    display: none;
    margin: 0;
    font-size: 16px;
}

@media (max-width: 600px) {
    .interactive_form_body_line .radio_container p {
        width: 200px;
        display: block;
    }
}

.interactive_form_body_line .radio_container span {
    position: relative;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    background-color: #14100d;
    border: 1px solid #817a72;
    border-radius: 50%;
    display: block;
}

.interactive_form_body_line .radio_container span:after {
    content: "";
    position: absolute;
    display: none;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #3da944;
}

@media (max-width: 600px) {
    .interactive_form_body_line .radio_container span {
        margin: 0 10px;
    }
}

.interactive_form_body_line .radio_container input:checked~span:after {
    display: block;
}

.interactive_form_body_choose {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.interactive_form_body_choose label {
    margin: 5px;
    cursor: pointer;
}

.interactive_form_body_choose input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.interactive_form_body_choose input.game_input {
    position: static;
    width: 290px;
    height: auto;
    opacity: 1;
    padding: 9px 5px;
    text-align: center;
    border-radius: 4px;
    border: none;
    outline: none;
    background: #302d28;
    font-size: 16px;
    color: #dcd9d5;
}

@media (max-width: 900px) {
    .interactive_form_body_choose input.game_input {
        width: 250px;
    }
}

.interactive_form_body_choose input.game_input:focus {
    background: #3c3831;
    border: none;
    outline: none;
}

.interactive_form_body_choose input.game_input:focus::placeholder {
    color: transparent;
}

.interactive_form_body_choose input.game_input::placeholder {
    color: #dcd9d5;
    font-size: 16px;
}

.interactive_form_body_choose input.game_input:hover {
    background: #3c3831;
}

.interactive_form_body_choose input.game_input.active {
    background: #887d69;
}

.interactive_form_body_choose input:checked~span {
    background: #887d69;
}

.interactive_form_body_choose span {
    background: #302d28;
    border-radius: 4px;
    padding: 9px 0;
    text-align: center;
    width: 290px;
    display: block;
    transition: 0.2s all;
    color: #dcd9d5;
}

@media (max-width: 900px) {
    .interactive_form_body_choose span {
        width: 250px;
    }
}

.interactive_form_body_choose span:hover {
    background: #3c3831;
}

.interactive_form_body_cards_item {
    opacity: 0;
    display: none;
    transition: .3s all;
}

.interactive_form_body_cards_item.active {
    display: block;
    opacity: 1;
}

.interactive_form_body_cards_item .question_title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

.interactive_form_body_cards_item input {
    width: 100%;
    max-width: 400px;
    padding: 4px 8px;
    background: #302d28;
    border: none;
    outline: none;
    margin: 0 auto 40px;
    font-size: 16px;
    border-bottom: 1px solid #817a72;
    display: block;
    color: #dcd9d5;
}

.interactive_form_body_cards_item::placeholder {
    color: #dcd9d5;
}

.interactive_form_body_cards_item .variants_list {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.interactive_form_body_cards_item .variants_list label {
    margin: 5px;
    cursor: pointer;
}

.interactive_form_body_cards_item .variants_list input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.interactive_form_body_cards_item .variants_list input:checked~span {
    background: #887d69;
}

.interactive_form_body_cards_item .variants_list span {
    background: #554d46;
    border-radius: 4px;
    padding: 9px 5px;
    text-align: center;
    width: 290px;
    transition: 0.2s all;
    color: #dcd9d5;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 900px) {
    .interactive_form_body_cards_item .variants_list span {
        width: 250px;
    }
}

.interactive_form_body_cards_item .variants_list span:hover {
    background: #3c3831;
}

.interactive_form_button {
    background: #554d46;
    color: #000;
    padding: 10px 15px;
    margin: 30px auto;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    cursor: default;
    max-width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all;
}

.interactive_form_button.active {
    background: #fdc061;
    cursor: pointer;
}

.interactive_form_button.active:hover {
    background: #fba929;
}

.interactive_form_button.interactive_form_button_next {
    max-width: 160px;
}

.interactive_form_button span {
    width: 12px;
    height: 12px;
    background: url(../img/chevron-right.svg) center no-repeat;
    margin-left: 10px;
}

.interactive_form_final {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
    background-color: #13100e;
    color: #3da944;
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.29;
}

.interactive_form_final.active {
    display: flex;
    justify-content: center;
    align-items: center;
}