.game-rulete::before,
.rulete-move::before {
    content: "";
    position: absolute;
}
.rulete-counter {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.rulete-input svg {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
@font-face {
    font-family: FlamaBasic;
    font-weight: 400;
    font-style: normal;
    src: url(//csgoempire.ca/wp-content/themes/csgo/assets/css/../fonts/FlamaBasic/FlamaBasic.eot);
    src: url(//csgoempire.ca/wp-content/themes/csgo/assets/css/../fonts/FlamaBasic/FlamaBasic.woff) format("woff"),
         url(//csgoempire.ca/wp-content/themes/csgo/assets/css/../fonts/FlamaBasic/FlamaBasic.woff2) format("woff2");
    font-display: swap;
}
@font-face {
    font-family: FlamaMedium;
    font-weight: 500;
    font-style: normal;
    src: url(//csgoempire.ca/wp-content/themes/csgo/assets/css/../fonts/FlamaMedium/FlamaMedium.eot);
    src: url(//csgoempire.ca/wp-content/themes/csgo/assets/css/../fonts/FlamaMedium/FlamaMedium.woff) format("woff"),
         url(//csgoempire.ca/wp-content/themes/csgo/assets/css/../fonts/FlamaMedium/FlamaMedium.woff2) format("woff2");
    font-display: swap;
}
@font-face {
    font-family: FlamaSemibold;
    font-weight: 600;
    font-style: normal;
    src: url(//csgoempire.ca/wp-content/themes/csgo/assets/css/../fonts/FlamaSemibold/FlamaSemibold.eot);
    src: url(//csgoempire.ca/wp-content/themes/csgo/assets/css/../fonts/FlamaSemibold/FlamaSemibold.woff) format("woff"),
         url(//csgoempire.ca/wp-content/themes/csgo/assets/css/../fonts/FlamaSemibold/FlamaSemibold.woff2) format("woff2");
    font-display: swap;
}
@font-face {
    font-family: FlamaBold;
    font-weight: 700;
    font-style: normal;
    src: url(//csgoempire.ca/wp-content/themes/csgo/assets/css/../fonts/FlamaBold/FlamaBold.eot);
    src: url(//csgoempire.ca/wp-content/themes/csgo/assets/css/../fonts/FlamaBold/FlamaBold.woff) format("woff"),
         url(//csgoempire.ca/wp-content/themes/csgo/assets/css/../fonts/FlamaBold/FlamaBold.woff2) format("woff2");
    font-display: swap;
}
.hamburger {
    padding: 0 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {
    opacity: 1;
}
.hamburger.is-active:hover {
    opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: #9293a6;
}
.hamburger-box {
    width: 20px;
    height: 14px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 20px;
    height: 2px;
    background-color: #9293a6;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -6px;
}
.hamburger-inner::after {
    bottom: -6px;
}
.hamburger--vortex .hamburger-inner {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::after,
.hamburger--vortex .hamburger-inner::before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
}
.hamburger--vortex.is-active .hamburger-inner {
    -webkit-transform: rotate(765deg);
    -ms-transform: rotate(765deg);
    transform: rotate(765deg);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::after,
.hamburger--vortex.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
body,
html {
    height: 100%;
}
p {
    margin-top: 0;
    margin-bottom: 15px;
}
circle,
path,
rect {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
body {
    font-size: 14px;
    line-height: 1.6;
    min-width: 360px;
    position: relative;
    font-family: FlamaBasic, sans-serif;
    color: #9293a6;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #1a1c24;
}
::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}
::-moz-placeholder {
    color: #666;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}
::-ms-input-placeholder {
    color: #666;
    opacity: 1;
}
::placeholder {
    color: #666;
    opacity: 1;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
address {
    font-style: normal;
}
li,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    outline: 0;
    border: none;
    margin: 0;
    padding: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
}
a {
    color: inherit;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none;
    outline: 0;
}
img {
    max-width: 100%;
    height: auto;
}
button {
    cursor: pointer;
    background: 0 0;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
textarea {
    resize: none;
}
body.hidden {
    overflow: hidden;
}
.logo img,
.logo svg {
    display: block;
}
.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 200;
    background: #24252f;
}
.header .logo {
    width: 310px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header .logo img {
    margin: 0 auto;
}
.header .container {
    max-width: 100%;
    padding: 0;
}
.header-box {
    max-width: 1920px;
    margin: 0 auto;
}
.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header-top {
    background: #16181f;
    padding: 3px 20px;
}
.header-top__link, .header-top__link.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    font-family: FlamaMedium, sans-serif;
    gap: 8px;
    font-weight: normal;
}
.header-top__link.green {
    color: #01bf4d;
}
.header-top__link.green:hover, .header-top__link.green.active {
    color: #e9b10e;
}
.header-top__link:hover, .header-top__link.active {
    color: #e9b10e;
}
.header-top__link:hover path, .header-top__link.active path {
    fill: #e9b10e;
}
.header-top__link svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header-top__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.header-bottom {
    padding: 7px 20px;
}
.header-bottom__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.main-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
.main-list > li {
    position: relative;
}
.main-list > li:hover .main-list__icon svg path, .main-list > li b.active .main-list__icon svg path {
    fill: #e9b10e;
}
.main-list > li:hover .main-list__icon:last-child svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main-list > li:hover .submenu {
    opacity: 1;
    visibility: visible;
}
.main-list > li:hover > a, .main-list > li:hover > b, .main-list > li > b.active {
    color: #e9b10e;
}
.main-list > li > a, .main-list > li > b {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    gap: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: FlamaMedium, sans-serif;
}
.main-list > li > a svg, .main-list > li > b svg {
    width: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.main-list__icon:last-child {
    margin-left: -4px;
}
.main-list__icon svg {
    display: block;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 148px;
    background: #24252f;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    border: 1px solid #2d2f3c;
    border-radius: 4px;
    padding: 9px 7px;
}
.submenu a, .submenu b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-weight: normal;
    padding: 10px 10px;
    color: #9293a6;
    font-size: 12px;
    font-family: FlamaSemibold, sans-serif;
    border-radius: 4px;
}
.submenu a svg, .submenu b svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.submenu a:hover, .submenu b.active {
    background: #333541;
    color: #e9b10e;
}
.submenu a:hover path, .submenu b.active path {
    fill: #e9b10e;
}
.language {
    cursor: pointer;
    position: relative;
    padding: 6px 0;
}
.language:hover .language-dropdown {
    visibility: visible;
    opacity: 1;
}
.language:hover .language-toggler__text {
    color: #e9b10e;
}
.language:hover .language-toggler__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.language:hover .language-toggler__arrow path {
    fill: #e9b10e;
}
.language-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}
.language-toggler__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.language-toggler__img img,
.language-toggler__img svg {
    display: block;
    width: 18px;
}
.language-toggler__text {
    color: #9293a6;
    font-size: 11px;
    font-family: FlamaMedium, sans-serif;
    line-height: 1;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.language-toggler__arrow {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.language-toggler__arrow svg {
    display: block;
}
.language-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 148px;
    background: #24252f;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    border: 1px solid #2d2f3c;
    border-radius: 4px;
    padding: 9px 7px;
}
.language-dropdown__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    padding: 8px 10px;
    color: #9293a6;
    font-size: 11px;
    font-family: FlamaMedium, sans-serif;
    border-radius: 4px;
}
.language-dropdown__link img {
    width: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.language-dropdown__link:hover {
    background: #333541;
}
.hamburger {
    display: none;
    cursor: pointer;
}
.gift {
    position: fixed;
    left: 40px;
    bottom: 40px;
    z-index: 300;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #211f2c;
    width: 58px;
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
}
.gift:hover {
    background: #2c2a3b;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5);
}
.gift:hover path {
    fill: #e9b10e;
}
.navigation {
    display: none;
}
.footer {
    padding: 60px 0 51px;
    background: #16181f;
}
.footer .container {
    max-width: 1051px;
}
.footer-top__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-logo img {
    display: block;
}
.footer-item {
    width: 19.5%;
}
.footer-item .h4 {
    margin-bottom: 42px;
}
.footer-list li {
    margin-bottom: 8px;
}
.footer-list li a, .footer-list li b {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    color: #9293a6;
}
.footer-list li a:hover, .footer-list li b.active {
    color: #fff;
}
.footer-list li:last-child {
    margin-bottom: 0;
}
.footer-info {
    width: 61%;
}
.footer-info p {
    max-width: 409px;
    margin-bottom: 8px;
    font-size: 12px;
    font-family: FlamaMedium, sans-serif;
}
.footer-info p:last-child {
    margin-bottom: 0;
}
.footer-bottom {
    margin-top: 36px;
}
.footer-bottom__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.copyright {
    font-family: FlamaMedium, sans-serif;
    font-size: 12px;
}
.comp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
.comp-item img {
    display: block;
}
.form-input,
.form-textarea {
    display: block;
    width: 100%;
    font-family: FlamaBasic, sans-serif;
    font-size: 16px;
    color: #000;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 10px 15px;
    background: #fff;
}
.form-input::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #000;
    font-family: FlamaBasic, sans-serif;
}
.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder {
    font-size: 16px;
    color: #000;
    font-family: FlamaBasic, sans-serif;
}
.form-input:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder {
    font-size: 16px;
    color: #000;
    font-family: FlamaBasic, sans-serif;
}
.form-input::-ms-input-placeholder,
.form-textarea::-ms-input-placeholder {
    font-size: 16px;
    color: #000;
    font-family: FlamaBasic, sans-serif;
}
.form-input::placeholder,
.form-textarea::placeholder {
    font-size: 16px;
    color: #000;
    font-family: FlamaBasic, sans-serif;
}
.form-input:focus,
.form-input:hover,
.form-textarea:focus,
.form-textarea:hover {
    border-color: red;
}
.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-size: 14px;
    line-height: 1;
    font-family: FlamaMedium, sans-serif;
    text-align: center;
    border-radius: 4px;
    padding: 11px 25px;
}
.btn-yellow {
    -webkit-box-shadow: 0 2px 0 0 #cc6c31;
    box-shadow: 0 2px 0 0 #cc6c31;
    background: #e9b10e;
    color: #1a1c24;
}
.btn-yellow:hover {
    -webkit-box-shadow: 0 2px 0 0 #cc6c31;
    box-shadow: 0 2px 0 0 #cc6c31;
    background: #d3a00b;
}
.btn-green {
    color: #1a1c24;
    -webkit-box-shadow: 0 2px 0 0 #00963b;
    box-shadow: 0 2px 0 0 #00963b;
    background: #01bf4d;
}
.btn-green:hover {
    -webkit-box-shadow: 0 2px 0 0 #00963b;
    box-shadow: 0 2px 0 0 #00963b;
    background: #00a040;
}
.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
}
.socials li img,
.socials li svg {
    display: block;
}
.socials li:hover path, .socials .active path {
    fill: #e9b10e;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.table-coin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}
.table-coin img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto !important;
}
.table-coin.active {
    color: #d9daee;
}
.table-winners {
    height: 417px;
}
.table-winners thead {
    position: relative;
    z-index: 10;
}
.table-winners tbody tr:nth-child(even) {
    -webkit-animation: 0.5s ease-out 0s 1 normal none running roo239;
    animation: 0.5s ease-out 0s 1 normal none running roo239;
}
.table-winners tbody tr:nth-child(odd) {
    -webkit-animation: 0.5s ease-out 0s 1 normal none running roo240;
    animation: 0.5s ease-out 0s 1 normal none running roo240;
}
@-webkit-keyframes roo239 {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@-webkit-keyframes roo240 {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
.modal {
    display: none;
    max-width: 500px;
    padding: 30px 30px;
    border-radius: 20px;
}
.modal-close {
    position: absolute;
    right: -24px;
    top: -24px;
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.modal-close svg {
    display: block;
    width: 24px;
    height: 24px;
}
.h1 {
    font-family: FlamaBold, sans-serif;
    font-size: 32px;
    line-height: 1;
    color: #dcdcdc;
}
.h4 {
    font-family: FlamaMedium, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #dcdcdc;
}
.container {
    padding: 0 16px;
    width: 100%;
    max-width: 1332px;
    margin: 0 auto;
}
.main {
    padding-top: 80px;
}
.casino {
    padding-top: 30px;
}
.casino .h1 {
    margin-bottom: 52px;
    text-align: center;
}
.game {
    padding-top: 83px;
    padding-bottom: 60px;
}
.game-rulete {
    background: url(//csgoempire.ca/wp-content/themes/csgo/assets/css/../img/rullete.png) repeat-x center center;
    background-size: auto 100%;
    height: 112px;
    margin-bottom: 39px;
    position: relative;
    z-index: 1;
}
.game-rulete::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#1a1c24),
        color-stop(25%, rgba(26, 28, 36, 0.3)),
        color-stop(50%, rgba(26, 28, 36, 0)),
        color-stop(75%, rgba(26, 28, 36, 0.3)),
        to(#1a1c24)
    );
    background: linear-gradient(
        90deg,
        #1a1c24 0,
        rgba(26, 28, 36, 0.3) 25%,
        rgba(26, 28, 36, 0) 50%,
        rgba(26, 28, 36, 0.3) 75%,
        #1a1c24 100%
    );
}
.rulete {
    margin-bottom: 40px;
}
.rulete-marker {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 3px;
    background: #ed3535;
    height: 126px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
    visibility: hidden;
}
.rulete-move {
    background-image: url(//csgoempire.ca/wp-content/themes/csgo/assets/css/../img/rullete.png);
    background-position: 0 0;
    height: 112px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 3s;
    transition: all 3s;
    max-width: 1232px;
    margin-left: auto;
    margin-right: auto;
}
.rulete-move.active .rulete-counter {
    opacity: 0;
    visibility: hidden;
}
.rulete-move.active .rulete-marker {
    opacity: 1;
    visibility: visible;
}
.rulete-move.active::before {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#1a1c24),
        color-stop(25%, rgba(26, 28, 36, 0.3)),
        color-stop(50%, rgba(26, 28, 36, 0)),
        color-stop(75%, rgba(26, 28, 36, 0.3)),
        to(#1a1c24)
    );
    background: linear-gradient(
        90deg,
        #1a1c24 0,
        rgba(26, 28, 36, 0.3) 25%,
        rgba(26, 28, 36, 0) 50%,
        rgba(26, 28, 36, 0.3) 75%,
        #1a1c24 100%
    );
}
.rulete-move::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#1a1c24),
        color-stop(25%, rgba(26, 28, 36, 0.7)),
        color-stop(50%, rgba(26, 28, 36, 0.4)),
        color-stop(75%, rgba(26, 28, 36, 0.7)),
        to(#1a1c24)
    );
    background: linear-gradient(
        90deg,
        #1a1c24 0,
        rgba(26, 28, 36, 0.7) 25%,
        rgba(26, 28, 36, 0.4) 50%,
        rgba(26, 28, 36, 0.7) 75%,
        #1a1c24 100%
    );
}
.rulete-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px;
}
.rulete-title {
    font-family: FlamaMedium, sans-serif;
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.rulete-counter {
    position: absolute;
    text-align: center;
    z-index: 10;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.rulete-counter__title {
    font-family: FlamaMedium, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #dcdcdc;
}
.rulete-counter__value {
    font-family: FlamaMedium, sans-serif;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #dcdcdc;
}
.rulete-roll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
.rulete-roll-wrap {
    width: 294px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.rulete-roll__item {
    width: 24px;
    -webkit-transition: all 2s;
    transition: all 2s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 24px;
}
.rulete-roll__item.fadeOutLeft {
    -webkit-transform: translate(-24px);
    -ms-transform: translate(-24px);
    transform: translate(-24px);
    opacity: 0;
    position: absolute;
}
.rulete-roll__item.fadeInLeft {
    -webkit-transform: translate(24px);
    -ms-transform: translate(24px);
    transform: translate(24px);
    opacity: 0;
}
.rulete-roll__item img {
    display: block;
    width: 100%;
}
.rulete-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.rulete-count__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #dcdcdc;
    font-size: 11px;
    font-family: FlamaMedium, sans-serif;
    gap: 5px;
}
.rulete-count__item img {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.rulete-form {
    background: #141419;
    border: 1px solid #333541;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 707px;
    margin: 0 auto;
}
.rulete-input {
    border-right: 1px solid #333541;
    width: 230px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
.rulete-input input {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 9px 16px;
    padding-left: 43px;
    background: 0 0;
    font-family: FlamaMedium, sans-serif;
    font-size: 16px;
    color: #fff;
}
.rulete-input input::-webkit-input-placeholder {
    color: #9293a6;
    font-size: 16px;
    font-family: FlamaMedium, sans-serif;
}
.rulete-input input::-moz-placeholder {
    color: #9293a6;
    font-size: 16px;
    font-family: FlamaMedium, sans-serif;
}
.rulete-input input:-ms-input-placeholder {
    color: #9293a6;
    font-size: 16px;
    font-family: FlamaMedium, sans-serif;
}
.rulete-input input::-ms-input-placeholder {
    color: #9293a6;
    font-size: 16px;
    font-family: FlamaMedium, sans-serif;
}
.rulete-input input::placeholder {
    color: #9293a6;
    font-size: 16px;
    font-family: FlamaMedium, sans-serif;
}
.rulete-input svg {
    position: absolute;
    left: 21px;
}
.rulete-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 0 8px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.rulete-nav__btn {
    font-family: FlamaMedium, sans-serif;
    font-size: 11px;
    line-height: 1.25;
    text-transform: uppercase;
    text-align: center;
    color: #9293a6;
    padding: 2px 4px;
    background: #333541;
    border-radius: 2px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.rulete-nav__btn:hover {
    background: #434555;
}
.seo {
    padding-bottom: 69px;
}
.seo--solo {
    padding-top: 48px;
}
.seo-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.seo-title__icon {
    background: #141419;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.seo-box .btn {
    margin-bottom: 20px;
}
.seo-box img {
    width: 100%;
    display: block;
    border-radius: 4px;
}
.seo-box h1,
.seo-box h2 {
    font-family: FlamaBold, sans-serif;
    margin-bottom: 30px;
    font-size: 32px;
    color: #dcdcdc;
    line-height: 1.2;
    margin-top: 40px;
}
.seo-box h1:first-child,
.seo-box h2:first-child {
    margin-top: 0;
}
.seo-box h2 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.seo-box h3 {
    font-family: FlamaMedium, sans-serif;
    font-size: 20px;
    line-height: 1.12;
    color: #dcdcdc;
    margin-bottom: 20px;
}
.seo-box h4 {
    font-family: FlamaBasic, sans-serif;
    font-size: 16px;
    line-height: 1.28;
    color: #dcdcdc;
    margin-bottom: 23px;
}
.seo-box p {
    margin-bottom: 24px;
    font-family: FlamaMedium, sans-serif;
}
.seo-box p:last-child {
    margin-bottom: 0;
}
.seo-box p a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.seo-box p a:hover {
    text-decoration: none;
}
.seo-box ul {
    margin-bottom: 20px;
    margin-top: 0;
    padding-left: 16px;
    list-style: disc;
}
.seo-box ul a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.seo-box ul a:hover {
    text-decoration: none;
}
.seo-box ul:last-child {
    margin-bottom: 0;
}
.seo-box ul li {
    list-style: disc;
    margin-bottom: 11px;
}
.seo-box ul li:last-child {
    margin-bottom: 0;
}
.seo-box ol {
    margin-bottom: 20px;
    margin-top: 0;
    padding-left: 16px;
    list-style: decimal;
}
.seo-box ol a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.seo-box ol a:hover {
    text-decoration: none;
}
.seo-box ol:last-child {
    margin-bottom: 0;
}
.seo-box ol li {
    list-style: decimal;
    margin-bottom: 11px;
}
.seo-box ol li:last-child {
    margin-bottom: 0;
}
.seo-box table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    overflow-anchor: none;
}
.seo-box table .text-center .table-coin {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.seo-box table .text-right .table-coin {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.seo-box table:last-child {
    margin-bottom: 0;
}
.seo-box table td {
    background: #1f2029;
    font-family: FlamaMedium, sans-serif;
    font-size: 14px;
    line-height: 160%;
    color: #9293a6;
    padding: 10px 24px;
    border-bottom: 1px solid #1a1c24;
    line-height: 1.215;
}
.seo-box table tr:first-child td:first-child {
    border-radius: 4px 0 0 0;
}
.seo-box table tr:first-child td:last-child {
    border-radius: 0 4px 0 0;
}
.seo-box table tr:nth-child(even) td {
    background: #24252f;
}
.seo-box table tbody tr:last-child td {
    border-bottom: none;
}
.seo-box table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 4px;
}
.seo-box table tbody tr:last-child td:last-child {
    border-radius: 0 0 4px 0;
}
.bonus {
    padding: 50px 0 40px;
}
.bonus-box {
    position: relative;
    z-index: 1;
    padding: 70px 0;
}
.bonus-bg {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px;
    width: calc(100% - 81px);
    z-index: -1;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #6d7287;
}
.bonus-body {
    background: rgba(18, 18, 18, 0.8);
    padding: 39px 37px 40px 30px;
    border-radius: 4px;
    max-width: 815px;
}
.bonus-body .h1 {
    margin-bottom: 32px;
}
.bonus-body p {
    color: #dcdcdc;
    font-family: FlamaMedium, sans-serif;
    margin-bottom: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bonus-body--empty {
    background: 0 0;
    padding: 0;
}
.bonus-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.bonus-nav .btn {
    font-size: 18px;
    padding: 20px 20px;
}
.bonus-claim {
    border: 1px dashed #e9b10e;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 16px;
    color: #e9b10e;
    font-size: 18px;
    font-family: FlamaSemibold, sans-serif;
    gap: 12px;
}
.bonus-claim svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.promocode-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    height: 100%;
}
.promocode-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #e9b10e;
    border-radius: 4px;
    width: 52px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    height: 100%;
}
.promocode-btn:hover {
    background: #d3a00b;
}
.promocode-value {
    background: #141419;
    border: 1px solid #e9b10e;
    border-radius: 4px;
    font-family: FlamaSemibold, sans-serif;
    font-size: 26px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #dcdcdc;
    padding: 13px 12px;
    min-width: 181px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(24px);
        transform: translateX(24px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(24px);
        transform: translateX(24px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-24px);
        transform: translateX(-24px);
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-24px);
        transform: translateX(-24px);
    }
}
.fadeInLeft {
    -webkit-animation: fadeInLeft 0.5s ease forwards;
    animation: fadeInLeft 0.5s ease forwards;
}
.fadeOutLeft {
    -webkit-animation: fadeOutLeft 0.5s ease forwards;
    animation: fadeOutLeft 0.5s ease forwards;
}
@media only screen and (max-width: 1200px) {
    .header .logo {
        width: 210px;
        padding: 0 24px;
    }
}
@media only screen and (max-width: 1023px) {
    .main {
        padding-top: 50px;
    }
    .hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .main-nav {
        display: none;
    }
    .navigation {
        display: block;
        position: absolute;
        width: 100%;
        height: calc(var(--vh, 1vh) * 100);
        background: #1f2029;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform 0.35s ease;
        transition: -webkit-transform 0.35s ease;
        transition: transform 0.35s ease;
        transition: transform 0.35s ease, -webkit-transform 0.35s ease;
        padding: 10px 16px 30px;
        z-index: 1000;
        overflow-y: auto;
    }
    .navigation.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .navigation-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 16px;
    }
    .navigation-close svg {
        display: block;
    }
    .navigation-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 0 0 4px 4px;
        background: #24252f;
        border-top: 1px solid #e9b10e;
        padding: 15px 16px 20px;
        gap: 10px;
        margin-top: 22px;
    }
    .navigation-body {
        margin-top: 22px;
    }
    .navigation-list {
        margin-top: 10px;
    }
    .navigation-list li {
        margin-bottom: 8px;
    }
    .navigation-list li:last-child {
        margin-bottom: 0;
    }
    .navigation-list a, .navigation-list b {
        border-radius: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
        background: #24252f;
        font-family: FlamaMedium, sans-serif;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #9293a6;
        padding: 16px 17px;
    }
    .navigation-list a svg, .navigation-list b svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .navigation-list b.active {
        color: #e9b10e;
    }
    .navigation-list b.active svg path {
        fill: #e9b10e;
    }
    .header-top__link {
        font-size: 14px;
        margin-bottom: 14px;
    }
    .header-top__link:last-child {
        margin-bottom: 0;
    }
    .language-toggler__text {
        font-size: 14px;
    }
    .header-top {
        display: none;
    }
    .bonus-box {
        padding: 40px 0;
    }
    .bonus-bg {
        width: 100%;
    }
    .bonus-claim {
        font-size: 13px;
    }
    .bonus-nav {
        gap: 8px;
    }
    .bonus-body {
        margin: 0 15px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .bonus-body--empty {
        padding: 0;
        margin: 0;
    }
}
@media only screen and (max-width: 767px) {
    .promocode-item {
        width: 100%;
    }
    .promocode-value {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-size: 20px;
        padding: 7px 24px;
        letter-spacing: 0.2em;
    }
    .bonus {
        padding: 30px 0;
    }
    .bonus-nav {
        gap: 16px;
    }
    .bonus-box {
        padding: 30px 0;
    }
    .bonus-claim {
        font-size: 14px;
        padding: 7.5px 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .bonus-body {
        padding: 27px 9px 24px;
    }
    .bonus-body p {
        margin-bottom: 18px;
    }
    .bonus-body .h1 {
        font-size: 22px;
        font-family: FlamaSemibold, sans-serif;
    }
    .bonus-body--empty {
        padding: 0;
    }
    .bonus-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .bonus-nav .btn {
        padding: 13px 20px;
    }
    .game {
        padding-top: 37px;
        padding-bottom: 30px;
    }
    .game-rulete {
        margin-bottom: 27px;
    }
    .header .logo {
        width: auto;
        padding-left: 16px;
        padding-right: 0;
    }
    .header .logo img {
        width: 31px;
    }
    .header-bottom {
        padding-left: 0;
        padding-right: 16px;
    }
    .header-nav {
        margin: 0 auto;
    }
    .table-winners td {
        white-space: nowrap;
    }
    .table-winners td:nth-child(2),
    .table-winners td:nth-child(3) {
        display: none;
    }
    .table-winners td:first-child span {
        text-overflow: ellipsis;
        width: 68px;
        overflow: hidden;
    }
    .gift {
        left: auto;
        right: 16px;
        bottom: 49px;
    }
    .casino .h1 {
        margin-bottom: 30px;
    }
    .rulete-form {
        display: block;
        border-radius: 0;
        background: 0 0;
        max-width: 100%;
        position: relative;
        z-index: 1;
        border: none;
    }
    .rulete-row {
        display: none;
    }
    .rulete-nav__btn {
        padding: 12px 4px;
    }
    .rulete-nav__btn:first-child {
        position: absolute;
        top: 16px;
        right: 12px;
        padding: 2px 4px;
        z-index: 2;
    }
    .rulete-nav__btn:last-child {
        display: none;
    }
    .rulete-nav__btn:nth-child(2) {
        display: none;
    }
    .rulete-input {
        width: 100%;
        border-right: none;
    }
    .rulete-input svg {
        left: 12px;
    }
    .rulete-input input {
        border-radius: 4px 0 0 4px;
        background: #101014;
        margin-bottom: 12px;
        padding: 13.5px 16px 13.5px 34px;
    }
    .rulete-move {
        margin-bottom: 30px;
    }
    .comp {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .seo {
        padding-bottom: 30px;
    }
    .seo--solo {
        padding-top: 30px;
    }
    .seo-box p {
        margin-bottom: 20px;
    }
    .seo-box h1,
    .seo-box h2 {
        margin-bottom: 20px;
        font-size: 22px;
        margin-top: 30px;
    }
    .seo-box h2 {
        font-size: 20px;
        margin-top: 20px;
    }
    .seo-box h3 {
        font-size: 18px;
    }
    .seo-box table td {
        padding: 10px 10px;
    }
    .footer {
        padding: 30px 0 22px;
    }
    .footer-top__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer-info {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 40px;
    }
    .footer-logo {
        margin-bottom: 20px;
    }
    .footer-item {
        width: 50%;
    }
    .footer-item .h4 {
        margin-bottom: 38px;
    }
    .footer-bottom {
        margin-top: 40px;
    }
    .footer-bottom__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.comp-item:last-child img{width:53px;height:30px}.seo-box .btn{text-decoration:none !important}.seo-box img{width:auto;max-width:100%}.hide-winners{display:none}.pay-table-coin b{width:15px;height:15px;min-width:15px;background-image:url("/wp-content/themes/csgo/assets/img/table-icon-7.svg");background-repeat:no-repeat;background-position:center}.pay-table-coin.disabled b{background-image:url("/wp-content/themes/csgo/assets/img/table-icon-6.svg")}#wpadminbar{top:auto;bottom:0}.table-title{display:flex;align-items:center;min-height:24px;font-size:20px;color:#dcdcdc;margin-bottom:20px}.table-title img{display:block;margin-right:10px}.page-error{padding:100px 0}.page-error__img{max-width:100%;display:block;height:auto;margin:0 auto 8px}@media only screen and (max-width:992px){.page-error{padding:40px 0}}