@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body,
html {
    height: 100vh;
    font-family: Inter, sans-serif;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 2dppx) {
    body {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }
}
@font-face {
    font-family: icomoon;
    src: url(../fonts/v2/icomoon.eot?jt747);
    src: url(../fonts/v2/icomoon.eot?jt747#iefix) format("embedded-opentype"), url(../fonts/v2/icomoon.ttf?jt747) format("truetype"), url(../fonts/v2/icomoon.woff?jt747) format("woff"),
        url(../fonts/v2/icomoon.svg?jt747#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
[class*=" myicon-"],
[class^="myicon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.myicon-coins:before {
    content: "\e932";
}
.myicon-chat:before {
    content: "\e907";
}
.myicon-user:before {
    content: "\e92a";
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
    text-decoration: none;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #cdcdcd;
}
@media (min-width: 992px) {
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 6px;
        background-color: #242323;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: #636363;
    }
}
::-webkit-input-placeholder {
    color: #818181;
    font-size: 16px;
    font-weight: 400;
}
::-moz-placeholder {
    color: #818181;
    font-size: 16px;
    font-weight: 400;
}
:-ms-input-placeholder {
    color: #818181;
    font-size: 16px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #818181;
    font-size: 16px;
    font-weight: 400;
}
.money-block {
    position: relative;
}
.money-block__money-area {
    color: #fff;
    font-weight: 800;
    background: #272d39d1;
    cursor: default;
    display: inline-block;
    width: 250px;
    font-size: 16px;
    border-radius: 6px;
    padding: 0 10px 0 45px;
    height: 40px;
    line-height: 41px;
}
.money-block__money-icon {
    position: absolute;
    cursor: pointer;
    left: 14px;
    top: 11px;
    color: #ffc200;
}
.money-block__actions {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 !important;
    height: 60px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    background:#161616;
}
.navbar-brand img {
    width: 85px;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 3px;
}
.navbar .navbar-brand {
    color: #cdcdcd;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    height: 60px;
    text-align: center;
    padding: 0;
    margin-left: 0;
}
.navbar .user {
    font-size: 18px;
    display: inline-block;
    margin-left: auto;
    right: 0;
    top: 0;
}
.menu-button {
    outline: 0;
    border: none;
    background: #18181c;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    text-decoration: none;
    margin-left: 8px;
    color: #cdcdcd;
	background-image: url(../img/chat1.svg);
	background-size: contain;
	
}
.menu-button:hover {
    color: #fff;
}
.menu-button i {
    vertical-align: middle;
    font-size: 22px;
}
.menu {
    margin-left: 15px;
}
.menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.menu__list-item {
    margin-right: 3px;
}
.menu__list-item__link {
    font-size: 13px;
    padding: 8px 12px;
    border-radius: 3px;
    color: #b4b4b4;
    font-weight: 400;
}
.menu__list-item__link:hover {
    color: #fff;
    background-color: #181818;
}
.chat-toggle {
    margin-right: 12px;
    position: relative;
}
.chat-toggle:after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    right: 6px;
    background: #03ff53;
    -webkit-box-shadow: 0 0 4px 2px rgb(0 255 81 / 50%);
    box-shadow: 0 0 4px 2px rgb(0 255 34 / 50%);
}
.profile-notifications {
    margin-left: 12px;
}
.wallet-link {
    font-size: 13px;
    font-weight: 400;
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
    outline: 0;
    background: #FD2E6D;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wallet-link:hover {
    -webkit-box-shadow: 0 0 7px 0 rgba(255, 193, 7, 0.3);
    box-shadow: 0 0 7px 0 rgb(7 106 255 / 86%);
}
::-moz-selection {
    background: #000;
}
::selection {
    background: #000;
}
@media (max-width: 991px) {
    .money-block__money-icon {
        left: 10px;
    }
    .money-block__money-area {
        padding: 0 10px 0 36px;
    }
    .menu {
        margin-left: 5px;
    }
    .wallet-link {
        padding: 0 12px;
        font-size: 12px;
    }
    .menu__list-item__link {
        font-size: 13px;
        padding: 8px 7px;
        letter-spacing: 0.1px;
    }
    .menu__list-item {
        margin-right: 0;
    }
    .money-block__money-area {
        width: 210px;
    }
    .profile-link {
        margin-left: 5px;
    }
    .chat-toggle {
        margin-right: 5px;
    }
    .menu-button {
        margin-left: 5px;
    }
    .navbar-brand img {
        width: 102px;
        margin-top: 11px;
        margin-left: 14px;
    }
}
@media (max-width: 780px) {
    .navbar .navbar-brand {
        height: 55px;
    }
    .money-block__money-area {
        width: 200px;
    }
    .navbar {
        height: 55px;
    }
    .navbar-brand img {
        margin-left: 17px;
        width: 83px;
        margin-top: 12px;
    }
    .menu {
        display: none;
    }
    .chat-toggle,
    .profile-link {
        display: none;
    }
    .navbar .user {
        margin-right: 1px;
    }
    .chat-toggle {
        min-width: 70px;
    }
}
@media (max-width: 780px) {
    .menu-button {
        margin-left: 5px;
        margin-right: 6px;
    }
}
@media (max-width: 500px) {
    .navbar .navbar-brand {
        text-align: center;
    }
    .chat-toggle {
        min-width: 60px;
    }
}
@media (max-width: 359px) {
    .navbar-brand img {
        width: 80px;
        margin-top: 13px;
        margin-left: 8px;
    }
    .money-block__money-area {
        font-size: 15px;
    }
    .money-block__money-area {
        width: 190px;
    }
}
.navbar .btn-vk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 160px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    background: #FD2E6D;
    text-align: center;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 39px;
    margin: 7px 10px;
    cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 2dppx) {
    body {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }
}
@font-face {
    font-family: icomoon;
    src: url(../fonts/v2/icomoon.eot?jt747);
    src: url(../fonts/v2/icomoon.eot?jt747#iefix) format("embedded-opentype"), url(../fonts/v2/icomoon.ttf?jt747) format("truetype"), url(../fonts/v2/icomoon.woff?jt747) format("woff"),
        url(../fonts/v2/icomoon.svg?jt747#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
[class*=" myicon-"],
[class^="myicon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.myicon-coins:before {
    content: "\e932";
}
.myicon-chat:before {
    content: "\e907";
}
.myicon-rank:before {
    content: "\e90a";
}
.myicon-jackpot:before {
    content: "\e90b";
}
.myicon-wheel:before {
    content: "\e910";
}
.myicon-dice:before {
    content: "\e912";
}
.myicon-graph:before {
    content: "\e914";
}
.myicon-high-five:before {
    content: "\e919";
}
.myicon-bonus:before {
    content: "\e91b";
}
.myicon-info:before {
    content: "\e91c";
}
.myicon-vk:before {
    content: "\e91e";
}
.myicon-customer-review:before {
    content: "\e921";
}
.myicon-raffle:before {
    content: "\e923";
}
.myicon-user:before {
    content: "\e92a";
}
.myicon-telegram:before {
    content: "\e92d";
}
.myicon-console:before {
    content: "\e92f";
}
.myicon-menu:before {
    content: "\e92e";
}
.myicon-bomb:before {
    content: "\e936";
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
    text-decoration: none;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #cdcdcd;
}
@media (min-width: 992px) {
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 6px;
        background-color: #242323;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: #636363;
    }
}
::-webkit-input-placeholder {
    color: #818181;
    font-size: 16px;
    font-weight: 400;
}
::-moz-placeholder {
    color: #818181;
    font-size: 16px;
    font-weight: 400;
}
:-ms-input-placeholder {
    color: #818181;
    font-size: 16px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #818181;
    font-size: 16px;
    font-weight: 400;
}
.mobile-menu {
    display: none;
    height: 55px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #242323;
    z-index: 100;
}
.mobile-menu__contents {
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 5px;
    margin: auto;
    font-size: 11px;
    color: #cdcdcd;
}
.mobile-menu__link {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}
.mobile-menu__link-icon {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
}
.mobile-menu__submenu {
    position: absolute;
    bottom: 55px;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 100;
    background: #1d1c1c;
    padding: 0 8px;
}
.mobile-menu__submenu-item {
    width: 50%;
}
.mobile-menu__submenu-item__link {
    height: 100%;
    display: block;
    font-size: 12px;
}
.mobile-menu__submenu-item__link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #282828;
    padding: 10px 15px;
    height: 100%;
}
.mobile-menu__submenu-item__link-icon {
    font-size: 24px;
    margin-right: 10px;
    color: #ffc200;
    opacity: 0.8;
    position: relative;
}
.mobile-menu__submenu-item:hover .lightable:after {
    display: block;
}
.mobile-menu__submenu-item:hover .mobile-menu__submenu-item__link-icon {
    opacity: 1;
}
.mobile-menu__submenu-item:hover .mobile-menu__submenu-item__link-bank,
.mobile-menu__submenu-item:hover .mobile-menu__submenu-item__link-name {
    color: #fff;
}
.mobile-menu__link:hover {
    color: #fff;
}
.mobile-menu__link {
    position: relative;
}
.lightable:after {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -20;
    width: 0;
    height: 0;
    -webkit-box-shadow: 0 0 20px 8px rgba(255, 194, 0, 0.5);
    box-shadow: 0 0 20px 8px rgba(255, 194, 0, 0.5);
}
.mobile-menu__submenu-item__link-bank {
    font-weight: 700;
}
.mobile-menu__submenu-item__link-name {
    margin-bottom: 5px;
}
.mobile-menu__submenu-item__link-name_no-margin {
    margin-bottom: 0;
}
.mobile-menu__submenu__vertical-divider {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 90%;
    width: 1px;
    background: #282828;
}
.mobile-menu__submenu-item__games-no-balance .mobile-menu__submenu-item__link-wrapper {
    padding: 15px 15px;
}
.mobile-menu__submenu-item_last-in-row .mobile-menu__submenu-item__link-wrapper {
    border-right: none;
}
.mobile-menu__submenu-item_last-in-column .mobile-menu__submenu-item__link-wrapper {
    border-bottom: none;
}
.mobile-menu__submenu-item_first-in-row .mobile-menu__submenu-item__link-wrapper {
    padding-left: 7px;
}
.mobile-menu__submenu-item_usual-icons .mobile-menu__submenu-item__link-icon {
    color: #cdcdcd;
    opacity: 1;
    position: relative;
}
.mobile-menu__submenu-item_usual-icons.mobile-menu__submenu-item:hover .mobile-menu__submenu-item__link-icon {
    color: #fff;
}
.mobile-menu__submenu-item.mobile-menu__submenu-item_social {
    width: 100%;
    margin: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mobile-menu__submenu_more .mobile-menu__submenu__vertical-divider {
    top: 34%;
    height: 58%;
}
.mobile-menu__submenu-item_social-link {
    margin: 0 7px;
    background: #242323;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}
.mobile-menu__submenu-item_social-link:hover {
    color: #fff;
}
::-moz-selection {
    background: #000;
}
::selection {
    background: #000;
}
@media (max-width: 780px) {
    .mobile-menu {
        display: block;
    }
}
@media (max-width: 359px) {
    .mobile-menu__contents {
        padding: 0;
    }
}
.navbar .btn-vk i {
    font-size: 25px;
    margin-right: 8px;
}
a {
    color: #cdcdcd;
}
@media (min-width: 992px) {
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 6px;
        background-color: #242323;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: #636363;
    }
}
::-webkit-input-placeholder {
    color: #818181;
    font-size: 16px;
    font-weight: 400;
}
::-moz-placeholder {
    color: #818181;
    font-size: 16px;
    font-weight: 400;
}
:-ms-input-placeholder {
    color: #818181;
    font-size: 16px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #818181;
    font-size: 16px;
    font-weight: 400;
}
.window-heading {
    background: #1b1d23;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}
.game-container {
    position: relative;
    margin: 20px auto;
    max-width: 950px;
}
.colored-link {
    text-decoration: none;
    color: #ffc200;
    border-bottom: 1px dashed #ffc200;
    transition: 0.2s ease;
}
.text-heading {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}
.colored-link:hover {
    color: #e0ac00;
}
.contact-us {
    display: flex;
    width: 100%;
}
.contact {
    flex: 1;
    border: 2px solid #FD2E6Df2;
    border-radius: 5px;
    padding: 15px 15px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    position: relative;
}
.contact:last-of-type {
    margin-right: 0;
}
.contact__image {
    font-size: 30px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    height: 100%;
    border-right: 1px solid #333;
    color: #fff;
}
.contact__info {
    margin-left: 15px;
    line-height: 1.45;
}
.contact__title {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.contact__link {
    font-size: 13px;
    margin-bottom: 2px;
}
.contact__goto {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}
.contact__goto a {
    background: #242323;
    padding: 10px 10px 7px 10px;
    border-radius: 4px;
    transition: 0.2s;
    color: #fff;
}
.contact__goto a:hover {
    background: #3a7bed;
}
.help-q {
    border: 1px solid #333;
    padding: 15px;
    color: #cdcdcd;
    border-radius: 4px;
    transition: 0.2s color;
    cursor: pointer;
    margin-top: 15px;
}
.help-q:hover {
    color: #fff;
}
.help-a {
    border: 1px solid #333;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 15px;
    color: #cdcdcd;
    font-size: 13px;
    line-height: 1.4;
}
.help-a__way {
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    margin-bottom: 2px;
}
.help-a__text {
    margin-bottom: 10px;
}
.help-a__text:last-of-type {
    margin-bottom: 0;
}
.contact-time {
    color: #7d7d7d;
    font-size: 13px;
}
.faq-q {
    background: rgb(27 29 35 / 71%);
    border-radius: 7px;
    margin-bottom: 20px;
}
.window-body {
    padding: 15px;
}
::-moz-selection {
    background: #000;
}
::selection {
    background: #000;
}
@media (max-width: 991px) {
    .contact-us {
        flex-direction: column;
    }
    .contact {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .contact:last-of-type {
        margin-bottom: 0;
    }
}
@media (max-width: 780px) {
    .game-container {
        margin: 10px auto;
    }
}
@media (max-width: 500px) {
    .contact__image {
        display: none;
    }
    .contact__info {
        margin-left: 0;
    }
    .contact__goto {
        right: 7px;
    }
}
@font-face {
    font-family: touchcash;
    src: url(/fonts/touchcash.eot?407p80);
    src: url(/fonts/touchcash.eot?407p80#iefix) format("embedded-opentype"), url(/fonts/touchcash.ttf?407p80) format("truetype"), url(/fonts/touchcash.woff?407p80) format("woff"), url(/fonts/touchcash.svg?407p80#touchcash) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
[class*=" icon-"],
[class^="icon-"] {
    font-family: touchcash !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
}
.icon-keno:before {
    content: "\e900";
}
.icon-hilo:before {
    content: "\e901";
}
.icon-crash:before {
    content: "\e902";
}
.icon-blackjack:before {
    content: "\e903";
}
.icon-stairs:before {
    content: "\e904";
}
.icon-roulette:before {
    /* content: "\e905"; */
	
}
.icon-roulette{
   width: 25px;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
    background-image: url(../img/roulette_icon_svg.svg);
	
}

.pageLoader {
    z-index: 999999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}
.pageLoader {
    background: #000;
}
.pageLoader .error {
    margin-top: 120px;
    text-align: center;
}
.pageLoader .error,
.pageLoader .loader-main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pageLoader .loader-main {
    width: unset;
    height: unset;
}
.pageLoader .loader-main div {
    left: unset;
    top: unset;
    margin: unset;
}
.loader-main {
    width: 100%;
    height: 100%;
    position: absolute;
}
.loader-main div {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    /* border-top-color: #9370db; */
    -webkit-animation: pspin 2s linear infinite;
    animation: pspin 2s linear infinite;
}
.loader-main div:before {
    content: "";
    position: absolute;
    /* top: 5px; */
    /* left: 5px; */
    /* right: 5px; */
    background-image: url(../img/logo.svg);
    /* bottom: 5px; */
    /* border-radius: 50%; */
    /* border: 3px solid transparent; */
    /* border-top-color: #ba55d3; */
    /* -webkit-animation: pspin 3s linear infinite; */
    animation: pspin 3s linear infinite;
}
.loader-main div:after {
content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    background-image: url(../img/logo.svg);
    background-size: contain;
    bottom: 15px;
    /* border-radius: 50%; */
    /* border: 3px solid transparent; */
    /* border-top-color: #f0f; */
    /* -webkit-animation: pspin 1.5s linear infinite; */
    /* animation: pspin 1.5s linear infinite;*/
width: 107px;
}
@-webkit-keyframes pspin {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes pspin {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.money-block__money-area-demo {
    font-size: 15px;
}
.money-block__money-area-demo {
    color: #fff;
    font-weight: 800;
    background: #272d39d1;
    cursor: default;
    display: inline-block;
    width: 250px;
    font-size: 16px;
    border-radius: 6px;
    padding: 0 10px 0 45px;
    height: 40px;
    line-height: 41px;
}
@media (max-width: 991px) {
    .money-block__money-icon {
        left: 10px;
    }
    .money-block__money-area-demo {
        padding: 0 10px 0 36px;
    }
    .money-block__money-area-demo {
        width: 210px;
    }
}
@media (max-width: 780px) {
    .money-block__money-area-demo {
        width: 200px;
    }
}
@media (max-width: 359px) {
    .money-block__money-area-demo {
        font-size: 15px;
    }
    .money-block__money-area-demo {
        width: 190px;
    }
}
