@font-face {
    font-family: Sochi2014;
    src: local("Sochi2014"), local("Sochi2014"), url(/assets/fonts/Sochi2014-Bold.woff) format("woff2");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Muller;
    src: local("Muller Bold"), local("MullerBold"), url(/assets/fonts/muller_bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Muller;
    src: local("Muller ExtraBold"), local("MullerExtraBold"), url(/assets/fonts/muller_extra_bold.woff2) format("woff2");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: Muller;
    src: local("Muller Black"), local("MullerBlack"), url(/assets/fonts/muller_black.woff2) format("woff2");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: Muller;
    src: local("Muller Light"), local("MullerLight"), url(/assets/fonts/muller_light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Muller;
    src: local("Muller Medium"), local("MullerMedium"), url(/assets/fonts/muller_medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Muller;
    src: local("Muller Regular"), local("MullerRegular"), url(/assets/fonts/MullerRegular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Museo Sans Cyrl\500;
    src: local("MuseoSansCyrl-500"), local("Museo Sans Cyrl 500"), url(/assets/fonts/MuseoSansCyrl-500.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
}
/*base-start*/
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: 0;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: 'Muller', sans-serif;
    top: 0;
    left: 0;
    height: 100%;
    background: url(/assets/images/fonback.svg) repeat-y, #101226;
    background-size: 100%;
    color: #fff;
}
img {
    max-width: 100%;
    height: auto;
}
.container {
  padding: 0 15px;
  margin: 0 auto;
}
a {
    color: #f05f40;
    text-decoration: none;
    font-size: 18px;
}
a:hover {
    color: #fff;
}
h1 {
    font-size: 35px;
    margin: 25px 0;
}
h2 {
    margin: 30px 0 20px 0;
}
nav ol {
    column-count: 2;
    
}
ul {
    margin: 20px 0;
}
ul li {
    list-style: decimal;
    margin-left: 3em;
    font-size: 18px;
}
ol li {
    font-size: 18px;
    list-style-type: disclosure-closed;
    list-style-position: inside;
}
.table-responsive {
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
}
table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}
table tr {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}
table td {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
    min-width: 120px;
}
table td, table th {
    padding: 10px;
    border: 1px solid #cbbdbd;
}
p {
    font-size: 18px;
    margin: 10px 0;
}
.cta-wrap {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}
.cta-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: none;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    line-height: 22px;
    letter-spacing: 1px;
    white-space: nowrap;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000;
    background-color: #fe284a;
    height: 45px;
    padding: 0 25px;
    font-size: 17px;
    font-weight: 800;
}
.cta-btn:hover {
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgb(255 255 255 / 40%);
}
/*base end*/

/*container start*/
@media (min-width: 768px) { .container { width: 750px; } }
@media (min-width: 992px) { .container { width: 970px; } }
@media (min-width: 1200px) { .container { width: 1170px; } }
/*container start*/

/*header start*/
.top {
    padding: 10px 0;
    background: #2c2938;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    box-sizing: border-box;
    height: 50px;
    background-color: rgba(37,37,54,.95);
}
.top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-enter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-reg {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: none;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 22px;
    letter-spacing: 1px;
    white-space: nowrap;
    color: #fff;
    cursor: pointer;
    margin: 0 15px;
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000;
    background-color: #fe284a;
    height: 30px;
    padding: 0 30px;
    font-size: 12px;
    font-weight: 800;
}
.btn-reg:hover {
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgb(255 255 255 / 40%);
}
.reg-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 40px;
    border: none;
    border-radius: 50px;
    padding: 0 40px;
    background-color: #fe284a;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 22px;
    font-size: 16px;
    letter-spacing: 1px;
    white-space: nowrap;
    color: #fff;
    cursor: pointer;
    margin: 0 15px;
    max-width: 250px;
}
.banner {
    background: url(/assets/images/fon.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 380px;
    display: flex;
    align-items: flex-end;
}
.banner-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    background: linear-gradient(90deg,rgba(50,18,88,0) 0,rgba(50,18,88,.9) 25%,rgba(50,18,88,.9) 75%,rgba(50,18,88,0));
}
.banner-wrap-text {
    background: linear-gradient(180deg,#ffbc3a 0,#ffbc3a 50%,#e7971e 55%,#ffe47a 65%,#ffe47a 80%,#ffe47a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 48px;
    font-size: 40px;
    text-align: center;
    white-space: nowrap;
    color: rgba(50,18,88,.9);
    font-family: Sochi2014,sans-serif;
}
.category {
    background: #212132;
    margin-top: -4px;
    padding: 10px 0;
    border-top: 4px dotted #646A87;
    border-bottom: 4px dotted #646A87;
    background-image: url(/assets/images/body_strips.svg);
    background-repeat: repeat;
    -webkit-font-smoothing: antialiased;
    box-shadow: inset 0 5px 25px 0 rgb(0 0 0 / 80%);
}
.category-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
}
.category-item {
    display: flex;
    align-items: center;
}
.category-item-title {
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.c1 {
    color: #17eada;
}
.c2 {
    color: #de593e;
}
.c3 {
    color: #6ef770;
}
.c4 {
    color: #e8ce3a;
}

/*header end*/

/*breadcrumbs start*/
.breadcrumb {
    display:flex;
    margin: 20px 0;
    padding: 0 7%;
    color: #f05f40;
    font-size: 13px;
}
.breadcrumb a {
    color: #f05f40;
}
.breadcrumb li {
    margin-right: 30px;
    list-style: disclosure-closed;
    font-size: 18px;
    color: #f05f40;
}
.breadcrumb li.active:after {
    display: none;
}
/*breadcrumbs end*/

/*games start*/
.games {
    padding: 30px 0;
    background: transparent;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 50%);
}
.top-enter a:first-child {
    display: flex;
    align-items: center;
    height: 20px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    background-color: initial;
    color: inherit;
}
.games-all {
    display: flex;
    align-items: center;
}
.games-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
    position: relative;
}
.games-item-of a {
    color: #fff;
}
.acor-container .acor-body {
    width: 500px;
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
    background-color: #191929;
    line-height: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
    font-size: 16px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 20%), 0 10px 16px rgb(0 0 0 / 20%);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: absolute;
    z-index: 999;
}
.acor-container .acor-body p {
    margin: 0 0 10px;
}
.acor-container label {
    cursor: pointer;
    background-color: #191929;
    display: block;
    padding: 10px 20px;
    width: 250px;
    box-sizing: border-box;
    z-index: 100;
    transition: color .35s;
    border-radius: 5px;
    border: 2px solid #191929;
}

.acor-container label:hover {
    border: 2px solid #ffde26;
}
.acor-container input{
    display: none;
}
.acor-container label:before {
    content: '\276F';
    float: right;
    margin: -3px 0 0 15px;
    transform: rotate(90deg);
}
.acor-container input:checked + label {
    background-color: #191929;
    color: #FFF;
    box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
}
.acor-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(0deg);
}
.acor-container input:checked + label + .acor-body {
    height: auto;
    color: #000;
    padding: 30px 25px 30px;
    border-radius: 15px;
}
.acor-body a {
    color: #fff;
    font-size: 16px;
    padding: 3px;
}
.acor-body a:hover {
    background: #30303f;
}
.games-all-img-wrap {
    margin-left: 15px;
}
.games-all img {
    width: 27px;
    height: 27px;
    margin: 0 3px;
}
.game-catalog .form_search {
    width: 430px;
}
.game-search form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.box_input_text.search {
    width: 100%;
}

.box_input_text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}
.box_input_text.search [type=search] {
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 50px;
}
.box_input_text input {
    height: 35px;
    padding: 0 10px;
    font-size: 16px;
}
.box_input_text input {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    background: linear-gradient(#191929,#191929) padding-box,linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(128,128,128,.4)) border-box;
    font-weight: 500;
    color: #fff;
    transition: box-shadow .25s ease;
}
.box_input_text.search .search_submit {
    position: absolute;
    top: 0;
    right: 10px;
    height: 35px;
    width: 35px;
    background: transparent url(/assets/images/search.svg) no-repeat 50%;
    background-size: 18px;
    cursor: pointer;
}
.input-suggestion {
    position: absolute;
    top: 40px;
    left: 0;
    opacity: 0;
    z-index: 100;
    visibility: hidden;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 10px;
    background: linear-gradient(#191929,#191929) padding-box,linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(128,128,128,.4)) border-box;
    transition: visibility .5s,opacity .25s ease;
}
.games-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.games-item {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #393a51;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 5px;
    padding: 10px 5px;
    background-color: #161626;
    font-weight: 500;
    font-size: 1.2rem;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.1;
    color: #fff;
}
.games-item-of {
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    transition: opacity .3s;
    padding: 25%;
    display: flex;
    flex-direction: column;
}
.games-title {
    margin-top: 15px;
}
.games-item:hover .games-item-of {
    opacity: 1;
    transition: opacity .3s;
}
.btn-game {
    background: #fe284a;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 5px;
}
.btn-demo {
    background: #63cb11;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 5px;
}
/*games end*/

/*faq start*/
.c-faq {
    box-sizing: border-box;
    width: 100%;
}
details {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: block;
    box-shadow: inset 0 0 20px 0 rgb(0 0 0 / 50%);
    background-color: #212132;
    padding: 14px 12px 0;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 2rem;
}
details[open] summary {
    border-color: #e4e5eb;
}
summary {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid transparent;
    padding-bottom: 14px;
    transition-duration: .3s;
}
details[open] summary {
    border-color: #e4e5eb;
}
details>div {
    margin: 0;
    padding: 20px 8px 20px 28px;
    text-align: left;
}
summary {
    font-size: 22px;
    font-weight: 700;
}
summary~* {
    -webkit-animation: sweep .5s;
    animation: sweep .5s;
}
/*faq end*/

/*content start*/
.content {
    margin: 25px 0;
}
.content-wrap {
    padding: 2% 5%;
    background: linear-gradient(#1c2240,#1c2240) padding-box,linear-gradient(180deg,#4d5a85,rgba(70,82,121,0)) border-box;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 0 8px 10px #000;    
}
/*content end*/

/*review start*/
.review-item {
    border: 1px solid #dc1f00;
    border-radius: 10px;
    padding: 30px 20px;
    margin: 25px 0;
    display: grid;
    grid-template-columns: 1fr 5fr;
    align-items: center;
    justify-items: center;
    grid-gap: 10px;
}
form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
input {
  height: 35px;
  border-radius: 10px;
  padding: 15px;
  margin: 5px;
}
/*review end*/

/*footer start*/
.footer {
    background: #0a0a14;
    padding: 30px 0;
}
.footer-row {
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
}
.footer-row2 {
    display: grid;
    grid-template-columns: 4fr 2fr 1fr;
    grid-gap: 15px;
    align-items: center;
}
.footer-row3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.footer-row4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.footer-row-item-a a {
    margin: 0 10px;
}
.footer-row3-title {
    margin: 22px 0;
    font-size: 22px;
    font-weight: 600;
}
.payments-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.payments-item {
    max-width: 150px;
    padding: 15px;
    background: #191929;
    border-radius: 8px;
    align-items: center;
    background-color: rgba(255,255,255,.03);
    border-radius: 5px;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    height: 40px;
    padding: 10px;
    margin: 0 10px 10px 0;
    min-width: 80px;
    width: auto;
}
.payments-item img {
    height: 100%;
    max-height: 40px;
    width: 60px;
    object-fit: contain;
}
.footer-social-wrap {
    display: flex;
    align-items: center;
}
.footer-social-wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin: 3px;
}
.footer-social-wrap a img {
    height: 20px;
    width: 20px;
}
.soc-tg {
    background-color: #2ca3df;
    box-shadow: 0 3px 0 1px #1a6b84;
}
.soc-vk {
    background-color: #3a6aa3;
    box-shadow: 0 3px 0 1px #223f61;
}
.soc-youtube {
    background-color: #f00;
    box-shadow: 0 3px 0 1px #781712;
}
/*footer end*/
@media (max-width: 1000px) {
    /*banner start*/
    .banner-wrap-text {
    font-size: 26px;
}
    /*banner end*/
    
    /*games start*/
    .games-item-of {
        padding: 10%;
    }
    /*games end*/
}

@media (max-width: 768px) {
    /*base start*/
    input {
        width: 100%;
        height: 35px;
    }
    textarea {
        resize: vertical;
        width: 100%;
        height: 100px;
    }
    .table-responsive table tr {display: block;}
         .table-responsive table td {
         display: flex; 
         font-size: 14px;
    }
     .table-responsive table td::before {
         content: attr(data-label);
         font-weight: bold;
         margin-right: 20px;
    }
    nav ol {
        column-count: 1;
    }
    ul li {
        margin-left: 1em;
    }
    li {
        padding: 5px 0;
    }
    table td {
        min-width: 100%;
    }
    .cta-btn {
        white-space: normal;
        padding: 35px 15px;
    }
    h1 {
        font-size: 25px;
        text-align: center;
    }
    /*base end*/
    
    /*header start*/
    .top-wrap {
        flex-direction: column;
    }
    .top-enter {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 5px 0 0;
        border-top: 1px solid #363648;
        height: 50px;
        width: 100%;
    }
    .top {
        padding: 10px 0;
        background: #2c2938;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 90;
        box-sizing: border-box;
        height: auto;
        background-color: #161626;
        padding-bottom: 0;
    }
    .reg-btn {
        margin: 0;
        max-width: 200px;
    }
    .btn-reg {
        margin-right: 3px;
        max-width: 200px;
    }
    .banner {
        background: url(/assets/images/fonmob.jpg);
        background-size: contain;
        height: 115px;
        padding: 5px 0;
        margin-top: 85px;
        display: flex;
        align-items: flex-end;
    }
    .banner-wrap {
        height: auto;
    }
    .banner-wrap-text {
        font-size: 11px;
        color: #fff;
    }
    .category-item-title {
        font-size: 13px;
    }
    .category-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
        align-items: center;
        justify-items: center;
    }
    /*header end*/
    
    /*games start*/
    .games {
        padding: 30px 0;
        box-shadow: 0 0 30px 0 rgb(0 0 0 / 50%);
    }
    .games-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .games-title {
        font-size: 14px;
    }
    .games-item-of {
        padding: 10%;
    }
    .games-select {
    display: flex;
    flex-direction: column;
    }
    .acor-container label {
        width: 100%;
    }
    .games-search {
        margin-top: 15px;
        width: 100%;
    }
    .acor-container .acor-body {
        width: 100%;
        grid-template-columns: 1fr 1fr;
    }
    .games-select {
        align-items: flex-start;
    }
    .comment-body {
        grid-template-columns: 1fr;
    }
    .author-row {
        flex-direction: column;
    }
    .review-item {
        grid-template-columns: 1fr;
    }
    /*games end*/
    
        /*review start*/
    .review-item {
        grid-template-columns: 1fr;

    }
    /*review end*/
    
    /*footer start*/
        .footer-row4 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-row {
        margin: 25px 0;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .footer-row2 {
        grid-template-columns: 1fr;
    }
    .footer-row-item-a {
        display: flex;
        flex-direction: column;
        margin: 15px 0;
    }
    /*footer end*/
}

.footer-row2-item.f_1 p {
    color: #646a87;
    font-size: 12px;
    margin-left: 20px;
}

.footer-row2-item.f_2 p {
    color: #646a87;
    font-size: 12px;
    margin-left: 20px;
}


.footer-row2-item.f_1 img {
    height: 40px;
}

.footer-row2-item.f_2 img {
    height: 40px;
    width: 40px;
}

.footer-row2-item {
    display: flex;
    align-items: center;
    /* margin-right: 35px; */
}

.footer-row2-item.f_3 img {
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.footer-row-item-a a {
    color: #fff;
}