button, hr, input {
    overflow: visible;
}

audio, canvas, progress, video {
    display: inline-block;
}

progress, sub, sup {
    vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
    box-sizing: border-box;
    padding: 0;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, select {
    text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

[hidden], template {
    display: none;
}

html {
    line-height: 1;
}

body {
    padding-top: 100px;
    margin: 0;
    font-family: 'Arial', sans-serif;
    color: #fff;
    background: linear-gradient(109deg, #00506b, #001b24 100.4%);
    font-size: 16px;
    line-height: 1.4;
}

body.no-bg {
    background-image: none;
}

::-moz-focus-inner {
    padding: 0;
    border: 0;
}

:focus {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
    max-width: 100% !important;
    border: none !important;
}

.ms-21-sh-wrap {
    width: 100%;
    max-width: 1200px;
    padding: 20px 15px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
    color: #fff;
    box-sizing: border-box;
}

.ms-21-sh-wrap > * {
    flex: 1 1 auto;
}

.ms-21-sh-wrap.ms-21-sh-wrap--full {
    padding: 0 7px;
    width: 100%;
    border: none;
    max-width: 1880px;
}

.ms-21-sh-page {
    padding-top: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.ms-21-sh-inner {
    padding: 10px 0;
    margin: 0 -7px;
    min-width: 1200px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
}

.ms-21-sh-inner__page {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ms-21-sh-inner__side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
}

.ms-21-sh-inner__side--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.ms-21-sh-inner__page, .ms-21-sh-inner__side {
    padding: 0 7px;
}

.ms-21-sh-inner__panel {
    height: 100%;
    padding: 15px 10px;
    border: 3px solid #fbad02;
    border-radius: 3px;
    box-sizing: border-box;
}

.ms-21-sh-header, .ms-21-sh-page, .ms-21-sh-footer {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.btns_header_wrap {
    display: flex;
    align-items: center;
}

.btns_header_wrap.downs {
    margin-right: 20px;
}

.btn {
    font-weight: 600;
    cursor: pointer;
    padding: 0.5rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: inherit;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background-color: #0e86ca;
    border-radius: 8px;
    transition: box-shadow .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out;
}

.btn_orange {
    background-color: #db9300;
}

.btn_green {
    background: #ff2b39;
    color: #ffffff;
    transition: .3s;
}

.btn_green:hover {
    opacity: 0.8;
}

.btn_down_ios {
    margin-right: 10px;
}

.reg_btn, .enter_btn {
    border: 1px solid #ffffff;
    border-radius: 8px;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #00222e;
    background: #ffffff;
    text-decoration: none;
    margin-right: 10px;
    transition: box-shadow .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out;
}

.reg_btn:hover, .enter_btn:hover {
    background-color: var( --white-hover-color);
    border-color: var( --white-hover-color);
    color: #0e2f7b;
}

.ms-21-sh-header__main {
    padding: 5px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.ms-21-sh-header__logo img {
    max-width: 120px;
    height: 50px;
    display: block;
    position: relative;
}

.ms-21-sh-header__reg {
    padding: 15px 0;
    font-size: 0;
    display: flex;
    align-items: center;
}

.ms-21-sh-header__reg__btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    border-radius: 8px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    transition: .1s box-shadow;
}

.ms-21-sh-header__reg__btn--reg {
    margin-right: 5px;
    background-color: #c5ff4c;
    background-image: linear-gradient(to bottom, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #1f2d00 100%);
    box-shadow: inset 1px 1px 1px #c5ff4c, inset -1px -1px 1px #c5ff4c;
}

.ms-21-sh-header__reg__btn--reg:hover {
    background-color: #9be500;
    background-image: linear-gradient(to top, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #1f2d00 100%);
    box-shadow: inset 1px 1px 40px #c5ff4c, inset -1px -1px 40px #c5ff4c;
}

.ms-21-sh-header__reg__btn--ent {
    background-color: #00a2ff;
    background-image: linear-gradient(to bottom, #00a2ff 0, #00a2ff 45%, #0092e6 50%, #002d47 100%);
    box-shadow: inset 1px 1px 1px #00a2ff, inset -1px -1px 1px #00a2ff;
}

.ms-21-sh-header__reg__btn--ent:hover {
    background-color: #006199;
    background-image: linear-gradient(to top, #00a2ff 0, #00a2ff 45%, #0092e6 50%, #002d47 100%);
    box-shadow: inset 1px 1px 40px #00a2ff, inset -1px -1px 40px #00a2ff;
}

.burger {
    display: none;
}

.ms-21-sh-header__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    background: #eeeeee;
    max-width: 1200px;
    margin: 0 auto 15px;
}

.ms-21-sh-header__win__left {
    float: left;
}

.ms-21-sh-header__win__right {
    float: right;
}

.ms-21-sh-header__win__title {
    height: 45px;
    margin: 0;
    padding: 0 50px;
    position: relative;
}

.ms-21-sh-header__win__title:before, .ms-21-sh-header__win__title:after {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    width: 45px;
}

.ms-21-sh-header__win__title:before {
    left: 0;
    background-image: linear-gradient(to right, #000, #fff);
}

.ms-21-sh-header__win__title:after {
    right: 0;
    background-image: linear-gradient(to left, #000, #fff);
}

.ms-21-sh-header__win__text {
    display: block;
    padding: 11px 0;
    font-size: 30px;
    letter-spacing: 3px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-overflow: clip;
    background: -webkit-linear-gradient(#fff, darkblue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de;
}

.ms-21-sh-header__win__text--bg {
    position: relative;
    padding: 11px 60px;
}

.ms-21-sh-header__win__text--bg:before, .ms-21-sh-header__win__text--bg:after {
    content: '';
    width: 55px;
    height: 57px;
    position: absolute;
    top: 0;
    background-image: url(../images/spade.png);
}

.ms-21-sh-header__win__text--bg:before {
    left: 0;
}

.ms-21-sh-header__win__text--bg:after {
    right: 0;
}

.ms-21-sh-header__promo .top-banner {
    width: 100%;
}

.ms-21-sh-header__promo .promo {
    position: relative;
    z-index: 1;
}

.ms-21-sh-header__promo .promo__full {
    padding-bottom: 64px;
    padding-top: 120px;
    display: block;
    min-height: 200px;
    overflow: hidden;
}

.ms-21-sh-header__promo .container {
    max-width: 1250px;
    padding: 0 40px;
    margin: 0 auto;
}

.ms-21-sh-header__promo .container .promo__bg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-size: cover;
}

.ms-21-sh-header__promo .promo__inner {
    padding-left: 51px;
}

.ms-21-sh-header__promo .promo__body {
    margin-bottom: 35px;
}

.ms-21-sh-header__promo .promo__title {
    color: #fff;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: .01em;
    margin-bottom: 8px;
}

.ms-21-sh-header__promo .promo__count {
    background-image: radial-gradient(#fff7ea, #f8c680);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    -webkit-text-stroke: 1px rgba(134, 0, 140, 0.55);
    font-size: 84px;
    text-align: left;
    letter-spacing: -2.5px;
}

.ms-21-sh-header__promo .promo__btn a {
    justify-content: center;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #e21d5c;
    background-color: transparent;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-size: 21px;
    min-width: 178px;
}

.ms-21-sh-header__promo .promo__btn a span {
    color: #fff;
}

.ms-21-sh-page__entry table td {
    padding-right: 15px;
}

.ms-21-sh-page__entry table td:last-child {
    padding-right: 0;
}

@media only screen and (max-width: 1023px) {
    .promo__title {
        font-size: 32px;
    }

    .promo__full {
        padding-top: 71px;
        padding-bottom: 40px;
    }

    .ms-21-sh-header__promo .promo__count {
        font-size: 72px;
    }
}

.ms-21-sh-header__mnav {
    margin: 10px 0;
    position: relative;
}

.ms-21-sh-header__mnav:before, .ms-21-sh-header__mnav:after {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    background-image: linear-gradient(to right, #000 0, #623a8a 50%, #000 100%);
}

.ms-21-sh-header__mnav:before {
    top: 0;
}

.ms-21-sh-header__mnav:after {
    bottom: 0;
}

.ms-21-sh-header__addon {
    border: 1px solid rgba(67, 57, 85, 0.46);
    background-image: linear-gradient(to bottom, rgba(70, 18, 135, 0.21) 0, #16012d 100%);
}

.ms-21-sh-header__anav {
    float: left;
}

.ms-21-sh-search {
    float: right;
    padding: 5px 10px 5px 0;
    font-size: 0;
}

.ms-21-sh-search__input, .ms-21-sh-search__btn {
    display: inline-block;
    vertical-align: middle;
    height: 34px;
    background-color: #180226;
    -webkit-appearance: none;
    border: 0;
    font-size: 14px;
    box-sizing: border-box;
}

.ms-21-sh-search__input {
    width: 160px;
    padding: 0 10px;
    color: #8e9197;
    border: 1px solid #5b4a7c;
    border-right: 0;
}

.ms-21-sh-search__input:focus {
    box-shadow: inset 0 0 8px #1245FF;
    color: #fff;
}

.ms-21-sh-search__btn {
    width: 34px;
    padding: 0;
    border: 1px solid #5b4a7c;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    cursor: pointer;
}

.ms-21-sh-hmenu, .ms-21-sh-mmenu, .ms-21-sh-amenu, .ms-21-sh-smenu, .ms-21-sh-fmenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.ms-21-sh-hmenu > li > a, .ms-21-sh-mmenu > li > a, .ms-21-sh-amenu > li > a, .ms-21-sh-smenu > li > a, .ms-21-sh-fmenu > li > a {
    transition: .1s color;
}

.ms-21-sh-hmenu > li > a:active, .ms-21-sh-hmenu > li > a:hover, .ms-21-sh-mmenu > li > a:active, .ms-21-sh-mmenu > li > a:hover, .ms-21-sh-amenu > li > a:active, .ms-21-sh-amenu > li > a:hover, .ms-21-sh-smenu > li > a:active, .ms-21-sh-smenu > li > a:hover, .ms-21-sh-fmenu > li > a:active, .ms-21-sh-fmenu > li > a:hover {
    color: #313334;
}

.ms-21-sh-hmenu .current-menu-item > a, .ms-21-sh-hmenu .current-menu-item > span, .ms-21-sh-mmenu .current-menu-item > a, .ms-21-sh-mmenu .current-menu-item > span, .ms-21-sh-amenu .current-menu-item > a, .ms-21-sh-amenu .current-menu-item > span, .ms-21-sh-smenu .current-menu-item > a, .ms-21-sh-smenu .current-menu-item > span, .ms-21-sh-fmenu .current-menu-item > a, .ms-21-sh-fmenu .current-menu-item > span {
    color: #fff;
}

.ms-21-sh-hmenu > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    position: relative;
}

.ms-21-sh-hmenu > li:first-child > a, .ms-21-sh-hmenu > li:first-child > span {
    padding-left: 0;
}

.ms-21-sh-hmenu > li:first-child:after {
    display: none;
}

.ms-21-sh-hmenu > li > a, .ms-21-sh-hmenu > li > span {
    font-weight: 600;
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
}

.ms-21-sh-hmenu .current-menu-item > a, .ms-21-sh-hmenu .current-menu-item > span {
}

.ms-21-sh-mmenu {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.ms-21-sh-mmenu > li {
    display: table-cell;
    font-size: 15px;
    text-align: center;
    position: relative;
}

.ms-21-sh-mmenu > li:hover, .ms-21-sh-mmenu > li.current-menu-item {
    background-position: center 2px;
    background-repeat: no-repeat;
}

.ms-21-sh-mmenu > li:hover .ms-21-sh-mmenu__icon, .ms-21-sh-mmenu > li.current-menu-item .ms-21-sh-mmenu__icon {
    background-position: 0 -27px;
}

.ms-21-sh-mmenu > li:before, .ms-21-sh-mmenu > li:after {
    content: '';
    width: 1px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    background-image: linear-gradient(to bottom, #000 0, #623a8a 50%, #000 100%);
}

.ms-21-sh-mmenu > li:before {
    left: 0;
}

.ms-21-sh-mmenu > li:after {
    right: 0;
}

.ms-21-sh-mmenu > li:first-child .ms-21-sh-mmenu__icon {
    background-image: url(../images/icon-1.png);
}

.ms-21-sh-mmenu > li:nth-child(2) .ms-21-sh-mmenu__icon {
    background-image: url(../images/icon-2.png);
}

.ms-21-sh-mmenu > li:nth-child(3) .ms-21-sh-mmenu__icon {
    background-image: url(../images/icon-3.png);
}

.ms-21-sh-mmenu > li > a, .ms-21-sh-mmenu > li > span {
    height: 70px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #a08ec0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ms-21-sh-mmenu__icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 3px 0;
    width: 25px;
    height: 27px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.ms-21-sh-amenu > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    position: relative;
}

.ms-21-sh-amenu > li:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background-color: rgba(67, 57, 85, 0.46);
}

.ms-21-sh-amenu > li > a, .ms-21-sh-amenu > li > span {
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    color: #8e9197;
    text-align: center;
    text-decoration: none;
}

.ms-21-sh-amenu > li > a:hover {
    background: rgba(133, 0, 255, 0.12) url(../images/h-amenu.png) center bottom no-repeat;
}

.ms-21-sh-amenu .current-menu-item > a, .ms-21-sh-amenu .current-menu-item > span {
    background: rgba(133, 0, 255, 0.12) url(../images/h-amenu.png) center bottom no-repeat;
}

.ms-21-sh-smenu {
    width: 194px;
    border: 1px solid #1245FF;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.ms-21-sh-smenu > li {
    display: block;
    font-size: 15px;
    border-top: 1px solid #1245FF;
    background-color: rgba(67, 57, 85, 0.46);
}

.ms-21-sh-smenu > li:first-child {
    border-top: none;
}

.ms-21-sh-smenu > li > a, .ms-21-sh-smenu > li > span {
    display: block;
    padding: 10px;
    line-height: 1.1;
    color: #8e9197;
    text-decoration: none;
}

.ms-21-sh-smenu > li > a:hover {
    background: rgba(133, 0, 255, 0.12) url(../images/h-amenu.png) center bottom no-repeat;
}

.ms-21-sh-smenu .current-menu-item > a, .ms-21-sh-smenu .current-menu-item > span {
}

.ms-21-sh-fmenu {
    text-align: center;
    border-bottom: 1px solid #41618c;
}

.ms-21-sh-fmenu > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

.ms-21-sh-fmenu > li > a, .ms-21-sh-fmenu > li > span {
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    color: #887c9b;
}

.ms-21-sh-page__title, .ms-21-sh-inner__title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
}

.ms-21-sh-slot {
    width: 100%;
    max-width: 920px;
    margin: 0 auto 25px;
    position: relative;
}

.ms-21-sh-slot:after {
    content: '';
    display: block;
    padding-top: 75%;
}

.ms-21-sh-slot__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1a003f;
}

.ms-21-sh-slot__inner iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0;
    outline: 0;
}

.ms-21-sh-slot-btn {
    display: block;
    max-width: 920px;
    padding: 0 10px;
    margin: 0 auto 25px;
    height: 80px;
    line-height: 80px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    box-shadow: 2px 2px 2px #fede98 inset, -2px -2px 2px #634401 inset;
    background-color: #fbad02;
    background-image: linear-gradient(to bottom, #fbad02 0, #966701 100%);
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
}

.ms-21-sh-slot-btn:hover, .ms-21-sh-slot-btn:active {
    color: inherit;
    background-image: linear-gradient(to top, #fbad02 0, #966701 100%);
}

.ms-21-sh-page__entry, .ms-21-sh-inner__entry, .ms-21-sh-404__entry {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Arial';
}

.ms-21-sh-page__entry h1, .ms-21-sh-page__entry h2, .ms-21-sh-page__entry h3, .ms-21-sh-inner__entry h1, .ms-21-sh-inner__entry h2, .ms-21-sh-inner__entry h3, .ms-21-sh-404__entry h1, .ms-21-sh-404__entry h2, .ms-21-sh-404__entry h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.2;
}

.ms-21-sh-page__entry p, .ms-21-sh-page__entry ul, .ms-21-sh-page__entry ol, .ms-21-sh-inner__entry p, .ms-21-sh-inner__entry ul, .ms-21-sh-inner__entry ol, .ms-21-sh-404__entry p, .ms-21-sh-404__entry ul, .ms-21-sh-404__entry ol {
    margin: 15px 0;
}

.ms-21-sh-page__entry blockquote, .ms-21-sh-inner__entry blockquote, .ms-21-sh-404__entry blockquote {
    width: 95%;
    max-width: 940px;
    box-sizing: border-box;
    margin: 0 auto;
}

.ms-21-sh-page__entry blockquote:before, .ms-21-sh-page__entry blockquote:after, .ms-21-sh-inner__entry blockquote:before, .ms-21-sh-inner__entry blockquote:after, .ms-21-sh-404__entry blockquote:before, .ms-21-sh-404__entry blockquote:after {
    content: '';
    display: table;
    clear: both;
}

.ms-21-sh-page__entry blockquote p, .ms-21-sh-inner__entry blockquote p, .ms-21-sh-404__entry blockquote p {
    margin: 30px 0;
    padding: 10px 10px;
    border: 4px dotted #e728e7;
    border-radius: 20px;
    font-family: 'Franklin Gothic Medium', sans-serif;
    font-size: 16px;
}

.ms-21-sh-page__entry a, .ms-21-sh-inner__entry a, .ms-21-sh-404__entry a {
    color: #fff;
}

.ms-21-sh-page__entry a:hover, .ms-21-sh-page__entry a:active, .ms-21-sh-inner__entry a:hover, .ms-21-sh-inner__entry a:active, .ms-21-sh-404__entry a:hover, .ms-21-sh-404__entry a:active {
    text-decoration: none;
}

.ms-21-sh-page__entry a:visited, .ms-21-sh-inner__entry a:visited, .ms-21-sh-404__entry a:visited {
    color: #fff;
}

.ms-21-sh-inner__entry {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.ms-21-sh-crumbs {
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px;
    font-size: 0;
    color: #1245FF;
}

.ms-21-sh-inner .ms-21-sh-crumbs {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.ms-21-sh-crumbs__item {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 13px;
}

.ms-21-sh-crumbs__item:last-child {
    margin-right: 0;
}

.ms-21-sh-crumbs__link {
    color: inherit;
    text-decoration: none;
}

.ms-21-sh-crumbs__link:hover {
    color: #fbad02;
}

.ms-21-sh-crumbs__link .ms-21-sh-crumbs__inner {
    text-decoration: underline;
}

.ms-21-sh-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 25px;
}

.ms-21-sh-list__item {
    float: left;
    min-height: 1px;
    width: 215px;
    margin-right: 20px;
}

.ms-21-sh-list__item:nth-child(4n) {
    margin-right: 0;
}

.ms-21-sh-list__item:nth-child(4n+1) {
    clear: left;
}

.ms-21-sh-list__inner {
    margin: 0 0 20px;
    padding: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #1a003f;
    transition: .2s bacground-color;
    position: relative;
    z-index: 1;
}

.ms-21-sh-list__inner:before, .ms-21-sh-list__inner:after {
    content: '';
    position: absolute;
    opacity: 0;
    transition: .2s opacity;
}

.ms-21-sh-list__inner:before {
    top: -5px;
    right: -10px;
    bottom: 0;
    left: -10px;
    z-index: -1;
    border-radius: 5px;
    background-color: #2f0072;
}

.ms-21-sh-list__inner:after {
    top: -15px;
    right: -20px;
    width: 56px;
    height: 56px;
    background-image: url(../images/corner.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 2;
}

.ms-21-sh-list__inner:hover {
    background-color: #2f0072;
}

.ms-21-sh-list__inner:hover:before, .ms-21-sh-list__inner:hover:after {
    opacity: 1;
}

.ms-21-sh-list__inner:hover .ms-21-sh-list__img {
    opacity: .7;
}

.ms-21-sh-list__inner:hover .ms-21-sh-list__btn {
    opacity: 1;
}

.ms-21-sh-list__inner:hover .ms-21-sh-list__btn--main {
    transform: translateY(80px);
}

.ms-21-sh-list__inner:hover .ms-21-sh-list__btn--single {
    transform: translateY(115px);
}

.ms-21-sh-list__inner:hover .ms-21-sh-list__btn--alt {
    transform: translateY(-80px);
}

.ms-21-sh-list__thumb {
    position: relative;
    padding: 10px 0;
    overflow: hidden;
}

.ms-21-sh-list__img {
    display: block;
    width: 215px;
    height: 162px;
    transition: .2s opacity;
    backface-visibility: hidden;
}

.ms-21-sh-list__btn {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    display: block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    color: #000;
    font-size: 15px;
    position: absolute;
    left: 10px;
    right: 10px;
    opacity: 0;
    box-sizing: border-box;
    transition-property: transform, opacity, box-shadow;
    transition-duration: .2s;
}

.ms-21-sh-list__btn--main {
    top: -40px;
    color: #fff;
}

.ms-21-sh-list__btn--main:hover {
    background-color: #9be500;
    background-image: linear-gradient(to top, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #567f00 100%);
    box-shadow: inset 1px 1px 40px #c5ff4c, inset -1px -1px 40px #c5ff4c;
}

.ms-21-sh-list__btn--alt {
    bottom: -40px;
    background-color: #00a2ff;
    background-image: linear-gradient(to bottom, #00a2ff 0, #00a2ff 45%, #0092e6 50%, #006199 100%);
    box-shadow: inset 1px 1px 1px #00a2ff, inset -1px -1px 1px #00a2ff;
}

.ms-21-sh-list__btn--alt:hover {
    background-color: #006199;
    background-image: linear-gradient(to top, #00a2ff 0, #00a2ff 45%, #0092e6 50%, #006199 100%);
    box-shadow: inset 1px 1px 40px #00a2ff, inset -1px -1px 40px #00a2ff;
}

.ms-21-sh-list__entry {
    height: 50px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.ms-21-sh-list__title {
    display: block;
    width: 100%;
    margin: auto;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
}

.ms-21-sh-404 {
    padding: 0;
    margin: 0 0 25px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.ms-21-sh-404__title {
    float: left;
    font-size: 110px;
    margin: 60px;
    line-height: 1;
    color: #fbad02;
    font-weight: normal;
}

.ms-21-sh-404__entry {
    width: 100%;
    margin: auto;
}

.wp-pagenavi {
    text-align: center;
    color: #fbad02;
}

.wp-pagenavi > a {
    color: inherit;
    text-decoration: none;
}

.wp-pagenavi > a, .wp-pagenavi > span {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}

.ms-21-sh-slider {
    height: 300px;
    position: relative;
}

.ms-21-sh-slider img {
    width: 100%;
    height: auto;
    border: 0;
}

.ms-21-sh-slider__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ms-21-sh-slider__item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    will-change: opacity;
    transition: opacity 1s;
}

.ms-21-sh-slider__item.current {
    opacity: 1;
    z-index: 2;
}

.ms-21-sh-pager {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding-right: 20px;
    text-align: right;
    box-sizing: border-box;
}

.ms-21-sh-pager__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #623a8a;
    border: 1px solid #1245FF;
    cursor: pointer;
    position: relative;
    z-index: 3;
    transition: background-color .2s;
}

.ms-21-sh-pager__item:hover {
    background-color: #fbad02;
}

.ms-21-sh-pager__item.current {
    background-color: #fbad02;
    cursor: default;
}

.ms-21-sh-vslider {
    height: 204px;
    width: 194px;
    overflow: hidden;
    position: relative;
}

.ms-21-sh-vslider__list {
    position: relative;
    left: 0;
    right: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    will-change: transform;
}

.ms-21-sh-vslider__list.moved {
    transition-property: transform;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
}

.ms-21-sh-vslider__item {
    display: block;
}

.ms-21-sh-vslider__inner {
    margin: 0;
    padding: 10px 0;
}

.ms-21-sh-vslider__link {
    float: left;
    border: 1px solid #1245FF;
    transition: .2s box-shadow;
}

.ms-21-sh-vslider__link:hover {
    box-shadow: 0 0 20px #1245FF;
}

.ms-21-sh-vslider__link:hover .ms-21-sh-vslider__img {
    opacity: .7;
}

.ms-21-sh-vslider__img {
    display: block;
    width: 60px;
    height: 45px;
    transition: .2s opacity;
}

.ms-21-sh-vslider__entry {
    margin-left: 75px;
    font-size: 12px;
    line-height: 1.25;
    backface-visibility: hidden;
}

.ms-21-sh-vslider__name, .ms-21-sh-vslider__sum {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ms-21-sh-vslider__sum {
    color: #fbad02;
    font-size: 15px;
}

.ms-21-sh-inner__side__logo {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.ms-21-sh-side-reg {
    margin-bottom: 15px;
    text-align: center;
    color: #a4b9ff;
    text-shadow: 1px 1px 1px #6300f3;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
}

.ms-21-sh-side-reg__link, .ms-21-sh-side-reg__sms {
    display: block;
    margin-bottom: 10px;
}

.ms-21-sh-side-reg__text {
    display: block;
    padding-bottom: 10px;
    font-size: 15px;
    color: #fffdcd;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: -0.2px;
    position: relative;
}

.ms-21-sh-side-reg__btn {
    display: block;
    margin: 10px 0 20px;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fffdcd;
    font-size: 14px;
    background-color: #faa;
    background-image: linear-gradient(to bottom, #faa 0%, #cb0202 10%, #6e0000 100%);
}

.ms-21-sh-side-reg__btn:hover {
    background-image: linear-gradient(to top, #faa 0%, #cb0202 10%, #6e0000 100%);
}

.ms-21-sh-side-reg__sms {
    margin-top: 20px;
    padding: 10px 0;
    position: relative;
}

.ms-21-sh-side-reg__text:after, .ms-21-sh-side-reg__sms:after, .ms-21-sh-side-reg__sms:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-image: linear-gradient(to right, #000 0, #1245FF 50%, #000 100%);
}

.ms-21-sh-side-reg__text:after, .ms-21-sh-side-reg__sms:after {
    bottom: 0;
}

.ms-21-sh-side-reg__sms:before {
    top: 0;
}

.ms-21-sh-inner__side__title {
    display: block;
    padding: 5px 0;
    color: #fbad02;
    font-size: 17px;
    text-transform: uppercase;
}

.ms-21-sh-footer__fnav {
    padding-top: 25px;
}

.ms-21-sh-footer__pay, .ms-21-sh-footer__awards {
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.ms-21-sh-footer__awards {
    background: url("../img/award.png") no-repeat center;
    height: 64px;
    background-size: contain;
}

.ms-21-sh-footer__sole {
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
    color: #ccc;
    line-height: 1.2;
}

.ms-21-sh-footer__sole p {
    margin: 5px 0;
}

.alignleft, img.alignleft {
    margin-right: 20px;
    float: left;
}

.alignright, img.alignright {
    margin-left: 20px;
    float: right;
}

.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    display: block;
    clear: both;
}

.wp-caption {
    margin-bottom: 20px;
    text-align: center;
    padding-top: 5px;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.wp-caption .wp-caption-text {
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
}

.content_btn {
    display: inline-block;
    background-color: #c5ff4c;
    background-image: linear-gradient(to bottom, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #1f2d00 100%);
    box-shadow: inset 1px 1px 1px #c5ff4c, inset -1px -1px 1px #c5ff4c;
    vertical-align: middle;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000 !important;
    font-weight: bold;
    transition: .1s box-shadow;
}

.content_btn:hover {
    background-color: #9be500;
    background-image: linear-gradient(to top, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #1f2d00 100%);
    box-shadow: inset 1px 1px 40px #c5ff4c, inset -1px -1px 40px #c5ff4c;
}

.g-video {
    margin: 15px auto;
    max-width: 600px;
}

.g-video__wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.g-video__wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden;
    outline: 0;
}

.slots_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-gap: 15px;
}

@media (max-width: 768px) {
    .slots_list {
        justify-content: center;
    }

    .header__menu {
        display: none;
    }

}

.slots_list .slot_item {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    width: 220px;
    background-color: #080124;
    transition: all ease .4s;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .slots_list .slot_item {
        margin: 10px;
    }
}

.slots_list .slot_img {
    width: 100%;
}

.slots_list .slot_img img {
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slots_list .slot_info {
    padding: 15px;
}

.slots_list .slot_info .slot_title {
    font-size: 18px;
    color: #e4e4e4;
    margin-bottom: 20px;
    text-align: center;
}

.slots_list .slot_info .slot_btns {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slots_list .slot_info .slot_btns a {
    border-radius: 8px;
    font-size: 16px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease .4s;
    color: #fff;
    text-decoration: none;
    background: rgba(0, 80, 107, 0.7);
}

.slots_list .slot_info .slot_btns a:hover {
    color: #99e6ff;
}

.slots_list .slot_info .slot_btns a.ref_slot_link {
    border: 0;
    background: #ff2b39;
    color: #fff !important;
    margin-bottom: 10px;
    transition: .3s;
}

.slots_list .slot_info .slot_btns a.ref_slot_link:hover {
   opacity: 0.8;
}

.banner_wrap {
    position: relative;
}

.banner_wrap .banner_img {
    width: 100%;
    height: 370px;
}

.banner_wrap .banner_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.banner_wrap .banner_text {
    position: absolute;
    top: 60px;
    right: 20%;
    text-align: center;
}

.banner_wrap .banner_text .banner_title {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #dc9000;
    margin-bottom: 10px;
}

.banner_wrap .banner_text .banner_middle_text {
    font-size: 26px;
    color: #e4e4e4;
    margin-bottom: 10px;
}

.banner_wrap .banner_text .banner_bottom_text {
    font-size: 36px;
    color: #0e86ca;
    font-weight: bold;
    margin-bottom: 20px;
}

.banner_wrap .banner_text .banner_btn {
    width: 192px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #0e86ca;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.cover-table {
    max-width: 100%;
    overflow: auto;
}

.menu-close-button {
    display: none;
}

.adapt-menu-icon {
    display: none;
}

.media-mob {
    display: none;
}

img {
    max-width: 100%;
    height: initial;
}

body.OverflowHiden {
    overflow: hidden;
}

.cover-menu {
    display: none;
}

.ctoc {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%;
}

.ctoc a {
    text-decoration: none;
}

.ctoc a:hover {
    text-decoration: underline;
}

@media (max-width: 1100px) {
    a.ms-21-sh-list__btn.ms-21-sh-list__btn--alt {
        display: none;
    }

    .ms-21-sh-list__btn {
        top: -5px;
        opacity: 1;
        left: -10px;
        width: 100%;
        height: 100%;
        min-width: 235px;
        min-height: 235px;
        background: transparent;
        color: transparent;
        text-shadow: none;
        z-index: 9999;
    }

    .ms-21-sh-list__inner:hover .ms-21-sh-list__btn--main {
        transform: translateY(0px);
    }

    .ms-21-sh-list__btn--main:hover {
        background-color: transparent;
        background-image: none;
    }
}

@media (max-width: 1010px) {
    .ms-21-sh-crumbs {
        padding-top: 10px;
    }
}

@media (max-width: 991px) {
    .ms-21-sh-header__logo {
        margin-left: 10px;
        padding-top: 10px;
    }

    .ms-21-sh-header__main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    body {
        padding-top: 160px;
    }
}

@media (max-width: 945px) {
    .ms-21-sh-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ms-21-sh-list__item, .ms-21-sh-list__item:nth-child(4n) {
        margin: 10px;
    }

    .ms-21-sh-page {
        padding: 0px 20px;
    }

    .ms-21-sh-header__win {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ms-21-sh-404 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 0;
    }

    .ms-21-sh-404__title {
        margin: 10px;
    }
}

@media (max-width: 768px) {
    .ms-21-sh-header__bottom {
        display: none;
    }

    .burger {
        display: block;
        position: absolute;
        top: 15px;
        right: 3px;
    }

    .adapt-menu-icon {
        display: block;
        margin: 0 auto;
        width: 60px;
        height: 50px;
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        cursor: pointer;
    }

    .adapt-menu-icon .line-white-menu {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        -moz-transition-delay: .3s;
        transition-delay: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .7s;
        transition: .7s;
        display: block;
        height: 6px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 5px;
        right: 5px;
    }

    .adapt-menu-icon .line-white-menu:first-child {
        top: -webkit-calc(22%);
        top: -moz-calc(22%);
        top: calc(22%);
    }

    .adapt-menu-icon .line-white-menu:nth-child(2) {
        top: -webkit-calc(47%);
        top: -moz-calc(47%);
        top: calc(47%);
    }

    .adapt-menu-icon .line-white-menu:last-child {
        top: -webkit-calc(72%);
        top: -moz-calc(72%);
        top: calc(72%);
    }

    .cover-menu li a, .cover-menu li span {
        padding: 0px;
    }

    .cover-menu {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        right: -320px;
        top: 0px;
        padding: 50px 10px 0;
        overflow: hidden;
        max-width: 320px;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 3001;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        transition: 0.5s all;
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        transition-delay: 0.1s;
        background-image: none;
        background-color: #04112f;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }

    .cover-menu .menu-close-button {
        display: block;
        background-color: transparent;
        position: absolute;
        left: 10px;
        top: 3px;
        height: 40px;
        width: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .cover-menu .menu-close-button .line-white-menu {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        -moz-transition-delay: 0.3s;
        transition-delay: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.7s;
        transition: 0.7s;
        display: block;
        height: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 3px;
        right: 3px;
    }

    .cover-menu .menu-close-button .line-white-menu:first-child {
        top: -webkit-calc(22%);
        top: -moz-calc(22%);
        top: calc(22%);
    }

    .cover-menu .menu-close-button .line-white-menu:nth-child(2) {
        top: -webkit-calc(47%);
        top: -moz-calc(47%);
        top: calc(47%);
    }

    .cover-menu .menu-close-button .line-white-menu:last-child {
        top: -webkit-calc(72%);
        top: -moz-calc(72%);
        top: calc(72%);
    }

    .cover-menu.showmenu .line-white-menu:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -webkit-calc(47%);
        top: -moz-calc(47%);
        top: calc(47%);
    }

    .cover-menu.showmenu .line-white-menu:last-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -webkit-calc(47%);
        top: -moz-calc(47%);
        top: calc(47%);
    }

    .cover-menu.showmenu .line-white-menu {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .cover-menu > li > a > span.link-text {
        width: auto;
    }

    .cover-menu.showmenu {
        -webkit-transform: translateX(-320px);
        -moz-transform: translateX(-320px);
        -ms-transform: translateX(-320px);
        -o-transform: translateX(-320px);
        transform: translateX(-320px);
        overflow: auto;
    }

    .icon-menu-bg {
        opacity: 0;
        -webkit-transition: 0.5s opacity;
        -o-transition: 0.5s opacity;
        -moz-transition: 0.5s opacity;
        transition: 0.5s opacity;
    }

    .icon-menu-bg.showbg {
        position: fixed;
        opacity: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.65);
    }

    .show-menu-icon {
        display: block;
        width: 49px;
        height: 49px;
        margin: 0 auto;
        padding: 0;
    }

    .cover-menu li .sub-menu li {
        padding: 0;
    }

    .cover-menu .menu-close-button + ul {
        border-top: 1px solid white;
    }

    .cover-menu li {
        width: 100%;
        text-align: center;
        background-color: transparent;
        height: auto;
        line-height: 1.0;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        box-sizing: border-box;
        padding: 15px 5px;
    }

    .cover-menu li .sub-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-bottom: 0;
        width: 100%;
        position: static;
    }

    .cover-menu li a, .cover-menu li span {
        min-height: initial;
        text-transform: uppercase;
        font-size: 16px;
        width: 100%;
        text-decoration: none;
        display: block;
        box-sizing: border-box;
    }

    .banner_wrap .banner_img {
        display: none;
    }
}

@media (max-width: 767px) {
    .ms-21-sh-wrap.fixed {
        padding: 0;
    }

    .ms-21-sh-header__reg {
        flex-direction: column;
        justify-content: center;
        padding: 10px 0;
    }

    .btns_header_wrap {
        justify-content: space-between;
    }

    .btns_header_wrap.downs {
        order: 2;
        margin: 10px 0 0;
    }

    .btn_down_ios {
        margin-right: 5px;
    }

    .enter_btn {
        margin-right: 9px;
    }

    body {
        padding-top: 180px;
    }

    .banner_wrap .banner_text .banner_title {
        font-size: 32px;
        line-height: 1.33;
    }
}

@media (max-width: 800px) {
    nav.ms-21-sh-header__anav .ms-21-sh-amenu {
        display: none !important;
    }

    .ms-21-sh-header__promo .promo__full {
        padding-top: 63px;
        padding-bottom: 40px;
        margin-left: -20px;
        margin-right: -20px;
        min-height: 0;
        padding: 40px 20px;
    }

    .ms-21-sh-header__promo .promo__inner {
        padding-left: 0;
    }

    .ms-21-sh-header__promo .promo__title {
        font-size: 23px;
    }

    .ms-21-sh-header__promo .promo__count {
        font-size: 33px;
    }

    .ms-21-sh-header__promo .promo__btn a {
        background-color: #e21d5c;
        box-shadow: 0px 0px 5px #e21d5c;
    }

    .banner_wrap .banner_img {
        height: 90px;
        width: 100%;
    }

    .banner_wrap .banner_img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .banner_wrap .banner_text {
        margin-top: 30px;
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 50px;
    }
}

@media (max-width: 600px) {
    .ms-21-sh-header__logo {
        width: 160px;
        margin-right: auto;
    }

    .burger {
        top: 7px;
    }

    .adapt-menu-icon {
        width: 50px;
        height: 45px;
    }

    .adapt-menu-icon .line-white-menu {
        height: 4px;
    }

    .ms-21-sh-mmenu > li {
        display: block;
    }

    .ms-21-sh-footer img {
        max-width: 90%;
    }

    body .adapt-menu-icon {
        top: 565px;
    }

    .ms-21-sh-search {
        float: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 15px;
    }

    .ms-21-sh-slot-btn {
        font-size: 5vw;
    }

    .ms-21-sh-header__promo .promo__inner, .ms-21-sh-header__promo .promo__title, .ms-21-sh-header__promo .promo__count {
        text-align: center;
    }

    .ms-21-sh-header__promo .container {
        padding: 0 15px;
    }
}

@media (max-width: 420px) {
    .ms-21-sh-header__win {
        display: none;
    }

    body .adapt-menu-icon {
        top: 373px;
    }
}

@media (max-width: 1190px) {
    .ms-21-sh-slot {
        display: none;
    }

    .ms-21-sh-inner {
        min-width: auto;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .ms-21-sh-inner__panel {
        max-width: 948px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .ms-21-sh-inner__side {
        width: 100%;
    }

    .ms-21-sh-inner__side__title {
        text-align: center;
    }

    .ms-21-sh-vslider, .ms-21-sh-smenu {
        margin: 0 auto;
    }
}

@media (max-width: 948px) {
    .ms-21-sh-inner__panel {
        margin: 10px;
    }
}

.cont-foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.cont-foot .item-cont {
    padding: 5px 0;
}

table.cust-table {
    width: 100%;
    background-color: transparent;
}

table.cust-table td {
    min-height: 35px;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 25px;
}

table.cust-table td img {
    display: inline-block;
}

table.cust-table tbody tr {
    min-height: 35px;
    display: flex;
    align-items: center;
    background-color: #030013;
}

table.cust-table tbody tr:nth-child(2n+1) {
    background-color: #080124;
}

.klub-azino777co.ms-21-sh-header__main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

@media (max-width: 600px) {
    .klub-azino777co.ms-21-sh-header__main {
        flex-direction: column;
        align-items: center;
    }
}

.lang-wrp {
    display: flex;
    flex-direction: row;
    width: auto;
}

@media (max-width: 600px) {
    .lang-wrp {
        margin-bottom: 10px;
    }
}

.lang-wrp a.current_url {
    color: #a08ec0;
}

.lang-wrp span, .lang-wrp a {
    padding: 3px 10px;
}

.single_main {
    padding-top: 100px;
}

.single_content {
    width: 100%;
}

.single_frame {
    width: 100%;
    margin-bottom: 40px;
}

.single_frame iframe {
    display: block;
    width: 100%;
    height: 600px;
}

.single_ref_button {
    cursor: pointer;
    display: block;
    height: 78px;
    color: #fff;
    font-size: 34px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 78px;
    margin: 20px auto;
    background: linear-gradient(to bottom, #9a0000 0%, #ca0000 30%, #670000 85%);
    border: 1px solid #c00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-shadow: 2px 2px 3px #480009;
}

.single_ref_button:hover {
    background: linear-gradient(to bottom, #cd0101 0%, #fe3333 30%, #9b0101 85%);
    border: 1px solid #f00;
    color: #fff;
    text-decoration: none;
}

.content_wrap {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Arial';
}

.content_wrap a {
    color: red;
}

* {
    box-sizing: border-box;
}

@media (min-width: 767px) {
    .menu-item-mobile {
        display: none !important;
    }
    .ms-21-sh-header__bottom {
        display: none !important;
    }
}

a {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

table {
    margin-bottom: 15px;
}

table td {
    border: 1px solid;
    padding: 5px;
}

ul, ol {
    padding-left: 25px;
}

ul li, ol li {
    margin-bottom: 5px;
}

h3 {
    margin-top: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table:not([class]) {
    border: 2px solid #fff;
}

a.click-coupon {
    font-weight: bold;
}

td.open-tovar a {
    background-color: #ffd800;
    border-radius: 5rem;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    transition: box-shadow .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out;
}

td.open-tovar a:hover {
    background: #ffd800;
}

.item-tovars td.wrap-img {
    padding: 0;
}

td.open-tovar {
    float: right;
}

.cover-table {
    padding: 0 10px;
}

table.full_ {
    background: #fff;
    margin-top: 20px;
    width: 100%;
    box-shadow: 0 0 11px 1px rgb(0 0 0 / 30%);
    border-radius: 8px;
}

.item-tovars td.wrap-img {
    display: none;
}

table.full_ td {
    border: none;
    padding: 30px;
}

.ms-21-sh-wrap p, .ms-21-sh-wrap ul, .ms-21-sh-wrap ol, .ms-21-sh-wrap p, .ms-21-sh-wrap ul, .ms-21-sh-wrap ol, .ms-21-sh-wrap p, .ms-21-sh-wrap ul, .ms-21-sh-wrap ol {
    margin: 0 0 15px;
}

.ms-21-sh-wrap h1, .ms-21-sh-wrap h2, .ms-21-sh-wrap h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.2;
}

.item-tovars {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

a.click-coupon.cookie {
    color: #000;
}

.ms-21-sh-wrap.fixed {
    padding: 0 15px;
    background: linear-gradient(109deg, #00506b, #001b24 100.4%);
}

 .banner-float-bar-bg {
     position: fixed;
     bottom: -130px;
     left: 0;
     right: 0;
     top: auto;
     color: #fff;
     z-index: 1;
     opacity: 0;
     visibility: hidden;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
 }

 .show-banner {
     margin-bottom: 134px;
 }

.show-banner .banner-float-bar-bg {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    z-index: 2;
}

.banner-float-bar-bg-ins {
    padding: 10px 0;
}

.banner-float-bar {
    margin: 0 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 54px;
}

.banner-float-bar-data {
    width: 100%;
    max-width: 50%;
}

.banner-float-bar-data-ins {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.banner-float-bar-logo {
    flex: 0 0 120px;
}

.banner-float-bar-logo-img {
    line-height: 1;
}

.banner-float-bar-logo-img img {
    max-width: 100px;
    max-height: 50px;
    object-fit: contain;
}

.banner-float-bar-title-wrap {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
}

.banner-float-bar-rating {
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.banner-float-bar-rating .star-rating {
    margin-bottom: 3px;
    display: flex;
    margin-right: 5px;
}

.banner-float-bar-rating .star-rating .star {
    color: #ff2b39;
    display: inline-block;
    font-size: 24px;
    font-style: normal;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
    padding: 0 3px 0 0;
}

.banner-float-bar-rating .screen-reader-text {
    display: none;
}

.banner-float-bar-rating span {
    color: #7f8c8d;
}

.banner-float-bar-button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.banner-float-bar-button-wrap .btn {
    display: inline-block;
    text-transform: capitalize !important;
    font-size: 18px;
    line-height: 1;
    padding: 14px 30px;
    text-align: center;
    margin: 0;
    font-weight: 700;
    border-radius: 8px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    border: 0;
    height: auto;
}

.banner-float-bar-button-wrap .btn-primary {
    color: #ffffff;
    background: #ff2b39;
    border: 1px solid #ff2b39;
    transition: .3s;
}

.banner-float-bar-button-wrap .btn-primary:hover {
    opacity: 0.8;
}

.banner-float-bar-button-wrap .btn-secondary {
    color: #00222e;
    background: #ffffff;
    border: 1px solid;
    margin-right: 10px;
}

.banner-float-bar-button-wrap .btn-secondary:hover {
    background: var( --white-hover-color);
    border-color: var( --white-hover-color);
}

@media screen and (max-width: 768px) {

    .banner-float-bar-button-wrap .btn-secondary,
    .banner-float-bar-logo {
        display: none;
    }

    .banner-float-bar-logo-img img {
        max-height: 40px;
    }

    .banner-float-bar-title-wrap {
        font-size: 20px;
    }

    .banner-float-bar-button-wrap .btn {
        padding: 14px 10px;
    }
}


.ms-21-sh-footer {
    padding-top: 20px;
    position: relative;
    text-align: center;
}

.ms-21-sh-footer:after, .ms-21-sh-footer__app:after {
    content: "";
    position: absolute;
    top: 1px;
    display: initial;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(157, 155, 155, .15145) 27.6%, rgba(157, 155, 155, .3) 52.62%, rgba(157, 155, 155, .17477) 74.48%, rgba(255, 255, 255, 0) 100%);
    left: 0;
    right: 0;
}

.ms-21-sh-wrap a {
    word-break: break-word;
}

.menu__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}

.menu__list li {
    margin: 0 10px 10px;
    list-style: none;
}

.menu__list li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.menu__list li a:hover {
    text-decoration: underline;
}

main img {
    display: block;
    margin: 0 auto 20px;
}

@media (max-width: 991px) {
    .ms-21-sh-wrap.fixed {
    }
}

@media (max-width: 768px) {
    .ms-21-sh-header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.44);
    }

}

.slots_list .slot_info {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: opacity .2s ease;
}

.slot_item:hover .slot_info {
    opacity: 1;
}

.slot_item .slot_img {
   transition: all .5s ease;
}

.slot_item:hover .slot_img {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
}

.providers {
    margin-bottom: 40px;
}

.providers, .ms-21-sh-footer__pay {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.providers img, .ms-21-sh-footer__pay img {
    margin: 0 5px 10px;
}

.ms-21-sh-footer__app {
    margin: 20px 0;
    position: relative;
    padding-top: 30px;
}

.header__menu ul {
    margin: 0;
}

.header__menu ul li {
    margin: 0 8px;
}

.header__menu ul li a {
    color: #fff !important;
    padding: 0 !important;
}

.banner-float-bar-bg{
    background: #00222e;
}

 :root {
     --ch-popup-primary-color: #fff;
     --ch-popup-text-color: #000000;
     --ch-popup-overlay-background-color: rgba(0, 0, 0, 0.2);
     --ch-popup-background-color: #00222e;
     --ch-popup-loading-bar: #ffd800;
     --ch-popup-loading-bar-stripe: #ffd800;
     --ch-popup-button-text-color: #0e2f7b;
     --ch-popup-button-hover-text-color: #0e2f7b;
     --ch-popup-button-background-color: #ff2b39;
     --ch-popup-button-hover-color: #ffd800;
     --white-hover-color: #99e6ff;
 }

html.ch-popup-opened,
body.ch-popup-opened {
    overflow: hidden;
}

* {
    box-sizing: border-box;
}

.ch-popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10001;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    color: var(--ch-popup-text-color);
    font-weight: normal;
    font-size: 1em;
    background-color: var(--ch-popup-overlay-background-color);
}

.ch-popup:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
}

.ch-popup__wrapper {
    width: 100%;
    min-height: calc(100% - 3.5rem);
    max-width: 670px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ch-popup__close {
    top: 20px;
    right: 20px;
    width: 12px;
    position: absolute;
    line-height: 1;
    cursor: pointer;
    z-index: 20;
    color: var(--ch-popup-primary-color);
}

.ch-popup__bg {
    background-color: var(--ch-popup-background-color);
    margin: 0 auto;
    max-width: 670px;
    width: 100%;
    overflow: auto;
    border-radius: 12px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 18px 26px 6px rgba(0, 0, 0, 0.1);
}

.ch-popup__body {
    width: 100%;
    height: 100%;
    max-width: 670px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 20px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    box-sizing: border-box !important;
}

.ch-popup__caption {
    padding: 10px 20px;
}

.ch-popup__picture {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.ch-popup__picture img {
    max-width: calc(100vh - 6.5rem) !important;
    object-fit: contain;
}

.ch-popup__content {
    width: 100%;
    max-width: 670px;
}

.ch-popup__content img {
    width: 100%;
    object-fit: contain;
    max-height: calc(100vh - 6rem) !important;
}

.ch-popup__grid {
    display: grid;
    align-items: center;
}

.ch-popup__grid_2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ch-popup__step {
    display: none;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.ch-popup__step:nth-child(1) {
    padding-right: 0;
    padding-left: 40px;
    text-align: left;
}

.ch-popup__step:nth-child(2) {
    padding-bottom: 60px;
}

.ch-popup__step:nth-child(2) .ch-popup__step-title {
    max-width: 450px;
    margin: 0 auto 65px;
}

.ch-popup__step:nth-child(3) .ch-popup__step-over-title {
    margin-bottom: 10px;
}

.ch-popup__step:nth-child(3) .ch-popup__step-title {
    font-size: 24px;
    margin-bottom: 40px;
}

.ch-popup__step:nth-child(3) .ch-popup__button {
    font-size: 12px;
    line-height: 1.2;
    padding: 10px 25px;
    min-height: 52px;
    margin: 0;
}

.ch-popup__step.active {
    display: block;
}

.ch-popup__step-over-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    color: var(--ch-popup-primary-color);
}

.ch-popup__step-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--ch-popup-primary-color);
}

.ch-popup__step-title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
}

.ch-popup__loading-bar-container {
    width: 100%;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: #FAF8F8;
    border-radius: 20px;
    position: relative;
}

.ch-popup__loading-bar-label {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: -45px;
    left: 0;
}

.ch-popup__loading-bar-label i {
    font-style: normal;
}

.ch-popup__loading-bar-label:nth-child(2) {
    left: 50%;
    transform: translateX(-50%);
    color: var(--ch-popup-primary-color);
}

.ch-popup__loading-bar .ch-popup__loading-bar-label {
    left: auto;
    right: -18px;
    color: var(--ch-popup-primary-color);
}

.ch-popup__loading-bar {
    width: 0%;
    height: calc(100% + 2px);
    margin-top: -1px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    position: relative;
    background: repeating-linear-gradient(-45deg,
    var(--ch-popup-loading-bar),
    var(--ch-popup-loading-bar) 10px,
    var(--ch-popup-loading-bar-stripe) 10px,
    var(--ch-popup-loading-bar-stripe) 20px);
    transition: width 0.2s linear;
}

.ch-popup__loading-bar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(14px);
    background: linear-gradient(270deg, var(--ch-popup-loading-bar) 0%, rgba(181, 28, 120, 0) 100%);
}


.ch-popup__button {
    min-height: 56px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    padding: 10px 25px;
    margin: 10px 0;
    border-radius:8px;
    background-color: var(--ch-popup-button-background-color);
    color: var(--ch-popup-primary-color);
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s, color 0.3s;
    box-sizing: border-box;
    text-decoration: none;
    transition: .3s;
}

.ch-popup__button:hover {
    opacity: 0.8;
}

.ch-popup__casino {
    display: grid;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    margin-bottom: 10px;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr min-content;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 2px 1px rgba(0, 0, 0, 0.02);
    background: #fff;
}

.ch-popup__casino-logo {}

.ch-popup__casino-logo img {
    max-width: 90px;
}

.ch-popup__casino-promo-code {
    margin: 0 auto;
    height: 40px;
    width: 90px;
    border-radius: 3px;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    background: url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAoCAYAAAB+Qu3IAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHKSURBVHgB7ZuxSgNBFEWvMSiC26hNUgWErbRJqlilsjIfkMrOj/IH/ACtrFKLWllZpdLKKjYKou86s7Kuu2F3ZZYQ7oFL2JkJPC7Lm7fMmzUUE5tGpkfTNPWccOc18nMJl6Zn09jUSY1fmOamiSlKjZ/737PU2Nyv75pOUuNPpqsFsQy8EqY+/hHyY8zGksSYF0vk12djSWKcma5RgzgTtChmD79fCLFs9Ey7EFXYNB0UTbZyxpiLhqY3iCp8mg5N/bzJ9cwzNy/mmhu4zUKU5wNuQzwybSDj3xrcpseJB7h08WeRqMQ2XCXCaocv7ndV04YrfW79oheI//IKZzJh3qbpMY1mnXgPEYKZVwdCrBwTiNBMWEdHEKGJWhCNIKMbIvky1AeKWB1UTIenwxw9hgjNWJthQ8johpDRDdKFCI08bhK1FIRnwBwto8Mz0GbYEDK6IWj0HCI08lisIDozDM/PmaFKvDD04BqUIp6wMFG/w3UpsSWs7Z9FPdidtA/n5xacl7Psoh5cKokh6pDcChiWWcwmvVPo5KUONLlf5Q80eQeiCuzCVSZYZnhNQNVIOXhZ6HjRgvaCOe6W7F5ngp9C19/KXH8r5AtDRFojxhaf1gAAAABJRU5ErkJggg==)
}

.ch-popup__casino-text {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
}

.ch-popup-overlay,
.ch-popup {
    display: none;
}

.ch-popup-opened .ch-popup-overlay {
    display: block;
}

.ch-popup-opened .ch-popup {
    display: flex;
}

@media (max-width:670px) {
    .ch-popup__content img {
        width: auto;
    }

    .ch-popup__grid_2 {
        grid-template-columns: 1fr;
    }

    .ch-popup__step:nth-child(1) {
        text-align: center;
        padding-left: 0;
    }

    .ch-popup__step:nth-child(1) .ch-popup__grid-item:first-child {
        order: 2;
    }

    .ch-popup__casino {
        padding-bottom: 15px;
    }

    .ch-popup__casino-logo {
        grid-column: 1/-1;
    }

    .ch-popup__casino-text {
        grid-column: 1/3;
    }

    .ch-popup__casino-promo-code {
        grid-column: 3/-1;
    }

    .ch-popup__casino .ch-popup__button {
        grid-column: 1/-1;
        max-width: 200px;
        justify-self: center;
    }
}

@media (max-width:767px) {
    .ch-popup__bg {
        max-width: 90vw;
    }

    .ch-popup__step-over-title {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .ch-popup__step-title {
        font-size: 24px;
    }

    .ch-popup__button {
        font-size: 16px;
    }

    .ch-popup__step {
        padding-left: 0;
        padding-right: 0;
    }

    .ch-popup__step:nth-child(3) .ch-popup__step-over-title,
    .ch-popup__step:nth-child(3) .ch-popup__step-title {
        font-size: 20px;
    }

    .ch-popup__step:nth-child(3) .ch-popup__step-title {
        margin-bottom: 20px;
    }
}

/* холостий блок додавання коментаря*/

.comment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 15px;
    border: 1px solid #0e2f7b;
    border-radius: 10px;
    padding: 20px;
    max-width: 100%;
    box-sizing: border-box;
}

.comment-form input,
.comment-form textarea,
.comment-form button {
    flex: 1 1 0;
    min-width: 0;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.comment-form textarea {
    resize: vertical;
}

.comment-form button {
    background-color: #0e2f7b;
    color: white;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .comment-form {
        flex-direction: column;
        align-items: center;
    }

    .comment-form input,
    .comment-form textarea,
    .comment-form button {
        width: 100%;
    }
}
