@font-face {
    font-family: "HelveticaNeue";
    src: url("/public/fonts/HelveticaNeueCyr-Medium.eot");
    src: url("/public/fonts/HelveticaNeueCyr-Medium.eot?#iefix") format("embedded-opentype"), url("/public/fonts/HelveticaNeueCyr-Medium.woff") format("woff"),
        url("/public/fonts/HelveticaNeueCyr-Medium.ttf") format("truetype"), url("/public/fonts/HelveticaNeueCyr-Medium.svg") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "HelveticaNeue";
    src: url("/public/fonts/HelveticaNeueCyr-Bold.eot");
    src: url("/public/fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("/public/fonts/HelveticaNeueCyr-Bold.woff") format("woff"),
        url("/public/fonts/HelveticaNeueCyr-Bold.ttf") format("truetype"), url("/public/fonts/HelveticaNeueCyr-Bold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "HelveticaBold";
    src: url("/public/fonts/HelveticaNeueCyr-Bold.eot");
    src: url("/public/fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("/public/fonts/HelveticaNeueCyr-Bold.woff") format("woff"),
        url("/public/fonts/HelveticaNeueCyr-Bold.ttf") format("truetype"), url("/public/fonts/HelveticaNeueCyr-Bold.svg") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "HelveticaLight";
    src: url("/public/fonts/HelveticaNeueCyr-Light.eot");
    src: url("/public/fonts/HelveticaNeueCyr-Light.eot?#iefix") format("embedded-opentype"), url("/public/fonts/HelveticaNeueCyr-Light.woff") format("woff"),
        url("/public/fonts/HelveticaNeueCyr-Light.ttf") format("truetype"), url("/public/fonts/HelveticaNeueCyr-Light.svg") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "HelveticaThin";
    src: url("/public/fonts/HelveticaNeueCyr-Thin.eot");
    src: url("/public/fonts/HelveticaNeueCyr-Thin.eot?#iefix") format("embedded-opentype"), url("/public/fonts/HelveticaNeueCyr-Thin.woff") format("woff"),
        url("/public/fonts/HelveticaNeueCyr-Thin.ttf") format("truetype"), url("/public/fonts/HelveticaNeueCyr-Thin.svg") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "HelveticaCond";
    src: url("/public/fonts/HelveticaNeue-CondensedBold.eot");
    src: url("/public/fonts/HelveticaNeue-CondensedBold.eot?#iefix") format("embedded-opentype"), url("/public/fonts/HelveticaNeue-CondensedBold.woff") format("woff"),
        url("/public/fonts/HelveticaNeue-CondensedBold.ttf") format("truetype"), url("/public/fonts/HelveticaNeue-CondensedBold.svg") format("svg");
    font-weight: 400;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    cursor: default;
}
body {
    margin: 0;
    padding: 0;
    background: #0e0707;
    color: #fff;
    font-size: 17px;
    width: 100%;
    font-family: HelveticaLight, Arial Narrow, Arial, Sans, tahoma;
    overflow-y: scroll;
    overflow-x: auto;
}
body,
html {
    margin: 0;
    min-height: 100%;
    min-width: 1200px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
content,
hgroup,
menu,
nav,
section {
    display: block;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}
.page {
    position: relative;
    height: 100%;
    overflow-x: hidden;
}
.page > div:first-child {
    min-height: 800px;
}
.page:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/public/images/common/footer.jpg") no-repeat 50% 100%;
    z-index: -1;
}
.content {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}
div.games-headline {
    position: relative;
}
div.games-headline__bg {
    background: #0e0707;
}
.ovl-opened div.games-headline {
    z-index: -1;
}
.ovl-opened div.games-headline__inner {
    overflow-y: scroll;
}
.column-left {
    display: inline-block;
    vertical-align: top;
    width: 878px;
}
.column-right {
    display: inline-block;
    vertical-align: top;
    width: 308px;
    margin: 0 0 0 14px;
}
.column-right__item {
    margin: 0 0 14px;
    background: rgba(26, 13, 13, 0.65);
    text-align: center;
    color: #fff;
    position: relative;
}
.column-left > div:last-child,
.column-right > div:last-child {
    margin: 0 0 180px;
}
.column-right__item h3 {
    padding: 15px 1px;
    margin: 0;
    background: rgba(38, 19, 19, 0.65);
}
.column-right__item .icon-wrap + .icon-wrap {
    margin-left: 20px;
}
.menu-right--lite {
    background: none;
    padding: 30px 0;
    position: relative;
}
.menu-right--lite:before,
.menu-right--lite:after {
    content: "";
    position: absolute;
    height: 18px;
    width: 337px;
    left: -15px;
    right: -15px;
    background: url("/public/images/common/menu-sep.png") no-repeat center 0;
}
.menu-right--lite:before {
    top: 0;
}
.menu-right--lite:after {
    bottom: 0;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.menu-right__item {
    padding: 8px 5px 8px 15px;
    position: relative;
    text-align: left;
    color: #d0c696;
    font-size: 15px;
    text-transform: uppercase;
}
.menu-right__item + .menu-right__item {
    border-top: 1px solid #241211;
}
.menu-right__item .inline {
    margin-left: 9px;
    max-width: 240px;
}
.menu-right--lite .menu-right__item + .menu-right__item {
    border: 0;
}
.menu-right__item:hover {
    color: #fff;
}
.menu-right__item:hover .icon {
    -ms-filter: brightness(200%);
    filter: brightness(200%);
}
.menu-right__item.server__features,
.menu-right__item.server__features:hover .icon,
.menu-right__item.server__features:hover {
    color: #d0c696;
	filter: none;
}
.buttons-right {
    margin: 0 0 9px;
}
.buttons-right .btn {
    width: 100%;
    margin: 0 0 5px;
    padding: 13px 0 14px;
}
.buttons-right .btn.btn--gift {
    padding-right: 75px;
}
.buttons-right .btn + .btn {
    margin-left: 0;
}
.column-right__banner {
    position: relative;
}
.column-right__banner h3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background: none;
}
.column-right__banner img {
    width: 100%;
    display: block;
}
.column-right__banner > .icon-wrap {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 20px;
}
.column-right__banner.preview {
    border: 2px solid #d0c696;
    border-radius: 2px;
    margin: 0;
}
.preview:hover {
    border-color: #fff;
}
.vk-group-wrap {
    background: #180d0c;
    overflow: hidden;
    position: relative;
}
.vk-group-wrap h3 {
    margin: 0 0 -60px;
    padding: 15px 0;
    background: #241211;
    position: relative;
}
.vk-group {
    padding: 0 15px 15px;
}
.column-2 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 -5px 0 0;
}
.column-2 + .column-2 {
    margin: 0;
}
.text-justify > .column-2 {
    width: 49%;
    margin: 0;
}
.column-3 {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    text-align: left;
}
.loading {
    height: 200px;
    background: url("/public/images/common/loader-top.gif") no-repeat 50% 50%;
}
.content.loading {
    background-color: rgba(26, 13, 13, 0.65);
    height: 500px;
    overflow: hidden;
    margin-bottom: 180px;
}
.loading > * {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
}
.content-bg {
    background: rgba(26, 13, 13, 0.65);
    margin: 0 0 14px;
}
.content-header {
    padding: 15px 26px;
    margin: 0;
    background: rgba(38, 19, 19, 0.65);
}
h2.content-header {
    padding: 8px 26px 7px;
}
.subtitle {
    font: 17px HelveticaLight;
    margin: 0 0 15px;
}
.subtitle .icon-wrap {
    margin-top: 0;
    margin-bottom: 0;
}
h1 {
    font-size: 48px;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: HelveticaCond, Arial;
}
h2 {
    font-size: 32px;
    margin: 0 0 25px;
    text-transform: uppercase;
    font-family: HelveticaCond, Arial;
}
h3 {
    font-size: 22px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: 400;
}
h4 {
    font-size: 17px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: 400;
}
a {
    color: #6795ab;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
b,
strong {
    font-weight: 400;
    font-family: HelveticaBold;
}
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: inherit;
}
.blue {
    color: #6795ab;
}
.grey {
    color: #6c6c6c;
}
.gold {
    color: #f4da72;
}
.lgold {
    color: #d0c696;
}
.purple {
    color: #716e7e;
}
.red {
    color: #ac2c28;
}
.orange {
    color: $color_orange;
}
.white {
    color: #fff;
}
.hint {
    font-size: 12px;
    color: #c4c4c4;
}
div.text-justify {
    text-align: justify;
    font-size: 1px;
    line-height: 0;
    width: 100%;
}
.text-justify:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.text-justify > div {
    text-align: left;
    font-size: 17px;
    line-height: normal;
}
body .text-center {
    text-align: center;
}
body .text-right {
    text-align: right;
}
body .text-left {
    text-align: left;
}
.right {
    float: right;
}
.left {
    float: left;
}
.text-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.nowrap {
    white-space: nowrap;
}
.uppercase {
    text-transform: uppercase;
}
.b-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
    cursor: pointer;
    z-index: 10;
}
.b-link * {
    pointer-events: none;
}
.p-link {
    color: #6795ab;
    text-decoration: underline;
    cursor: pointer;
}
.p-link:hover {
    text-decoration: none;
}
.hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
}
.visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s, visibility 0.4s;
}
body .none {
    display: none;
}
.overflow {
    overflow: hidden;
}
.inline {
    display: inline-block;
    vertical-align: middle;
}
.middle {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.relative {
    position: relative;
}
.fixed {
    position: fixed !important;
}
.flex,
.flex__item.flex {
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
}
.flex--column {
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex--middle {
    -ms-flex-align: center;
    align-items: center;
}
.flex__item {
    display: inline-block;
}
.flex--column .flex__item {
    display: block;
}
.flex--middle .flex__item {
    vertical-align: middle;
}
.flex__item--fixed {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.flex__item--expand {
    -ms-flex: 1 1 auto;
    flex: 1 1 100%;
}
.content-text {
    color: #dcdcdc;
    padding: 20px 26px;
}
.content-text h3 {
    margin: 0 0 25px;
    line-height: 1.3em;
}
.content-text p,
.content-text h4 {
    margin: 0 0 15px;
    line-height: 1.3em;
}
.content-text ol,
.content-text ul {
    margin: 0 0 15px 25px;
    line-height: 1.3em;
}
.content-text li {
    margin: 0 0 10px;
}
.content-text img {
    max-width: 100%;
}
.btn {
    display: inline-block;
    background: transparent;
    margin: 5px 0;
    padding: 21px 30px 22px;
    font-size: 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -moz-user-select: none;
    cursor: pointer;
    border: 2px solid #d0c696;
    border-radius: 2px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    font-family: HelveticaLight, Arial;
    background: #ac2c28;
    min-width: 180px;
}
.btn:hover {
    background-color: #942622;
    border-color: #fff;
    color: #fff;
}
.btn.disabled,
.btn:disabled,
.btn.disabled:hover {
    cursor: default;
    border-color: #7b7b7b;
    color: #7b7b7b;
    background: transparent;
}
.btn.disabled .b-link,
.btn:disabled .b-link {
    display: none;
}
.btn.online,
.btn.online:hover {
    cursor: default;
    border-color: #d0c696;
    color: #d0c696;
	background: rgba(26, 13, 13, 0.8);
}
.btn.online .b-online {
    color: #138d00;
	font-weight:bold;
}
.btn + .btn {
    margin-left: 16px;
}
.btn__text {
    display: block;
    text-align: center;
}
.btn--lg {
    font-size: 22px;
    padding: 18px 25px 19px;
}
.btn--xlg {
    font-size: 30px;
    padding: 30px 50px 31px;
    font-family: HelveticaNeue, Arial;
}
.btn--sm {
    padding: 11px 30px;
    font-weight: 400;
}
.btn--xsm {
    padding: 7px 30px;
    font-weight: 400;
}
.btn--xxsm {
    padding: 3px 15px;
    font-weight: 400;
    font-size: 14px;
}
.btn--gold {
    color: #f4da72;
}
.btn--yellow {
    background: #eca100;
}
.btn--green {
    background: #506e4f;
}
.btn--brown {
    background: #4d2727;
}
.btn--lite {
    color: #d0c696;
    background: none;
}
.btn--lite:hover {
    color: #fff;
    background: none;
}
.btn-soc {
    display: inline-block;
    width: 293px;
    height: 48px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: url("/public/images/common/btn-soc.png") no-repeat 20px 0;
    opacity: 0.9;
    padding: 13px 0 0 40px;
}
.btn-soc:hover {
    opacity: 1;
}
.btn-soc + .btn-soc {
    margin-left: 19px;
}
.btn-soc--vk {
    background-color: #6581b0;
}
.btn-soc--ok {
    background-color: #e47e3b;
    background-position: 20px 100%;
}
.btn--gift {
    background-image: url("/public/images/common/btn-gift.png");
    background-position: 100% -1px;
    background-repeat: no-repeat;
    padding-right: 75px;
}
.btn--gift:hover {
    background-position: 100% 100%;
}
header {
    height: 472px;
}
.top-video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 680px;
    overflow: hidden;
    background: url("/public/images/common/header.jpg") no-repeat 50% 0;
}
.top-video:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("/public/images/common/video-bgs.png") no-repeat 50% 0;
}
.top-video video {
    width: 1600px;
    height: 900px;
    position: absolute;
    left: -1000px;
    right: -1000px;
    top: 0;
    margin: auto;
}
.top-banner-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 570px;
    overflow: hidden;
    z-index: 0;
}
.top-banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.top-banner.hidden,
.top-banner.visible {
    transition: opacity 0.6s, visibility 0.6s;
}
.top-banner.hidden {
    z-index: 1;
}
.top-banner.visible {
    z-index: 2;
}
.top-banner img {
    position: absolute;
    left: -50%;
    right: -50%;
    top: 0;
    margin: auto;
}
.top-banner__points {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 433px;
}
.top-banner__point {
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 2px solid #d0c696;
    border-radius: 100%;
    margin: 0 0 0 8px;
    cursor: pointer;
}
.top-banner__point.active {
    background: #d0c696;
    cursor: default;
}
.top-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(17, 20, 24, 0.74);
    z-index: 21;
    height: 58px;
}
.top-menu {
    white-space: nowrap;
    font-size: 0;
}
.top-menu__item {
    display: inline-block;
    padding: 0 25px;
    position: relative;
    height: 58px;
    vertical-align: top;
    line-height: 58px;
    font-size: 22px;
    text-transform: uppercase;
}
.top-menu__item:hover,
.top-menu__item.active {
    background: rgba(17, 20, 24, 0.74);
}
.top-menu__item.active > span {
    color: #d0c696;
}
.logo {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 82px;
    height: 200px;
    z-index: 11;
}
.logo img {
    height: 100%;
    width: auto;
}
.logo:hover {
    transform: scale(0.99);
	filter: brightness(140%);
}

.top-info {
    position: relative;
    padding: 82px 0 0;
    height: 472px;
    margin: 0 auto;
    text-align: center;
}
.top-info-lite {
    position: relative;
    padding: 82px 0 0;
    height: 260px;
}
.top-info .icon-wrap {
    position: absolute;
    right: 77px;
    top: 70px;
}
.top-info .btn {
    position: absolute;
    bottom: 40px;
    width: 270px;
    left: 0;
    right: 0;
    margin: auto;
}
.top-slogan {
    display: inline-block;
    position: relative;
    top: 210px;
    font: 50px HelveticaCond;
    text-transform: uppercase;
	color:#fff;
}
.top-slogan:before {
    content: "";
    position: absolute;
    left: -100px;
    right: -100px;
    bottom: -25px;
    top: -25px;
    background: radial-gradient(closest-side at 50% 50%, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}
.top-slogan:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 79px;
    height: 61px;
    margin-left: 40px;
    /*background: url("/public/images/common/playground.png") no-repeat 0 0;*/
}
.header-play {
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    background: url("/public/images/common/header-play.jpg") no-repeat 50% 50%;
    background-size: 100% 100%;
}
.header-play img {
    height: 100%;
    width: 100%;
}
.top-login > div:empty {
    position: relative;
}
.top-login > div:empty:after {
    content: "";
    position: absolute;
    right: 120px;
    top: -40px;
    bottom: -40px;
    bottom: 10px 9;
    margin: auto;
    width: 40px;
    height: 40px;
    background: url("/public/images/common/loader-top.gif") no-repeat 0 50%;
}
.droplist {
    position: relative;
}
.droplist__current {
    height: inherit;
    cursor: default;
    line-height: normal;
}
.droplist__list {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    line-height: inherit;
    background: rgba(17, 20, 24, 0.74);
    z-index: 22;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    font: 20px/58px HelveticaLight, Arial;
    text-align: center;
    text-transform: none;
}
.droplist:hover .droplist__list {
    display: block;
    opacity: 1;
    visibility: visible;
}
.droplist__item {
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}
.droplist__item:hover {
    color: #f4da72;
}
.pts-top {
    margin: -3px 5px -3px 0;
}
.user-top {
    max-width: 510px;
    height: 34px;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
}
.user-top .tooltip {
    text-align: left;
    width: 150px;
}
.user-top__name {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.user-top__name:after {
    content: "";
    position: absolute;
    width: 0;
    height: 23px;
    border-left: 1px solid #716e7e;
    right: -12px;
    top: -2px;
    opacity: 0.4;
}
.user-top__name span,
.user-top__name a {
    width: auto;
    min-width: 120px;
    max-width: 100%;
    color: #b3af9a;
    text-decoration: none;
    cursor: pointer;
}
.user-top__change {
    position: absolute;
    left: 50%;
    top: 100%;
    font: 11px/14px Tahoma, Arial;
    text-align: center;
    white-space: nowrap;
    text-transform: lowercase;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.7;
}
.user-top__logout {
    font-size: 16px;
    margin: 0 10px 0 20px;
    color: #e6d6a6;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
}
.user-top span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.user-top span:hover,
.user-top a:hover {
    color: #fff;
}
.user-top__notify {
    display: inline-block;
    vertical-align: top;
    margin: -3px 22px -3px 0;
    position: relative;
    cursor: pointer;
}
.js-select-wrap + .user-top__name {
    max-width: 222px;
}
.user-top__notify * {
    pointer-events: none;
}
.user-top__notify-num {
    background: #ac2c28;
    border-radius: 8px;
    color: #fff;
    min-width: 18px;
    font-size: 11px;
    padding: 3px 4px 2px;
    position: absolute;
    left: 19px;
    top: 3px;
    text-align: center;
}
.top-notify-list {
    position: absolute;
    right: 0;
    top: 46px;
    min-width: 373px;
    width: 100%;
    font-size: 14px;
    background: rgba(17, 20, 24, 0.74);
    text-align: left;
    display: none;
}
.opened + .top-notify-list {
    display: block;
}
.top-notify-list__header {
    text-transform: uppercase;
    font-size: 16px;
    padding: 4px 12px;
}
.top-notify-list .sort__item {
    position: absolute;
    right: 12px;
    top: 6px;
    font-size: 13px;
    z-index: 1;
}
.sort__item {
    color: #807a96;
    cursor: pointer;
}
.sort__item:hover {
    text-decoration: underline;
}
.top-notify-list__link-all {
    display: block;
    color: #d0c696;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    padding: 14px 12px;
}
.top-notify {
    padding: 6px 0;
    border-bottom: 1px solid rgba(113, 110, 126, 0.2);
    background: rgba(113, 110, 126, 0.2);
}
.top-notify > div {
    display: inline-block;
}
.top-notify__mark {
    width: 53px;
    text-align: center;
    vertical-align: top;
}
.top-notify__text {
    width: 284px;
    line-height: 18px;
    margin: 0 -4px;
    vertical-align: middle;
}
.top-notify__text a {
    font-size: 13px;
}
.top-notify__point {
    margin: 0 0 0 10px;
    vertical-align: middle;
    border: 1px solid #716e7e;
    border-radius: 100%;
    background: #716e7e;
    height: 10px;
    width: 10px;
    position: relative;
}
.top-notify__point .b-link {
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
}
.top-notify.read {
    color: #c4c4c4;
    background: none;
}
.top-notify.read .top-notify__mark {
    opacity: 0.5;
}
.top-notify.read .top-notify__point {
    background: none;
}
footer {
    position: relative;
    background: rgba(17, 20, 24, 0.74);
}
footer .content {
    padding: 30px 0 10px;
    color: #6f6762;
}
footer .content h1 {
    font: 15px HelveticaThin, Arial;
    text-transform: none;
}
footer a {
    color: #6f6762;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
.footer-menu {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    font: 24px HelveticaThin, Arial;
}
.footer-col {
    display: inline-block;
    vertical-align: top;
}
.footer-col + .footer-col {
    margin-left: 47px;
}
.content .copyright {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font: 15px HelveticaThin, Arial;
}
.copyright_line {
    margin: 0 0 15px;
}
.copyright p {
    margin: 0 0 5px;
}
.copyright_item {
    display: inline-block;
    vertical-align: middle;
}
.copyright_item + .copyright_item {
    margin-left: 32px;
}
body.ovl-opened {
    overflow: hidden !important;
}
body.ovl-opened .page {
    height: auto;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
.ovl-fade {
    background: #362b2a;
    height: 100%;
    left: 0;
    opacity: 0.7;
    visibility: hidden;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transition: opacity 0.2s, visibility 0.2s;
    width: 100%;
    z-index: 99;
}
.ovl-opened .ovl-fade {
    opacity: 0.6;
    visibility: visible;
}
.ovl-wrap {
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    text-align: center;
    top: 0;
    white-space: nowrap;
    width: 100%;
    z-index: 100;
}
.ovl {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    position: relative;
    vertical-align: middle;
    white-space: normal;
    margin: 15px 0;
    transition: opacity 0.2s, visibility 0.2s;
    color: #c4c4c4;
    background: #1a0b0a;
    text-align: left;
}
.ovl-opened .ovl {
    opacity: 1;
    visibility: visible;
}
.ovl-close {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 10px;
    cursor: pointer;
}
.ovl-video {
    background: #000;
    width: 814px;
    height: 458px;
}
.ovl img {
    display: inline-block;
}
.ovl > img {
    display: block;
    max-width: 1000px;
}
.ovl-inner {
    width: 670px;
}
.ovl-inner--short {
    width: 500px;
}
.ovl-inner--lg {
    width: 840px;
}
.ovl-title {
    padding: 15px 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
}
.ovl-title--lg {
    font: 700 36px HelveticaCond;
}
.ovl-subtitle {
    color: #d0c696;
    background: #5f5045;
    font-size: 18px;
    padding: 20px 30px;
}
.ovl-content {
    padding: 25px 30px 30px;
}
.ovl-title + .ovl-content {
    padding-top: 0;
}
.ovl-inner .text-justify .column-2 {
    padding: 0 5px 0 0;
}
.ovl-inner .text-justify .column-2 + .column-2 {
    padding: 0 0 0 5px;
}
.ovl-inner--white,
.ovl-inner--white .ovl-title {
    background: #fff;
    color: #180d10;
}
.ovl-inner--white .ovl-content {
    color: #180d10;
}
.ovl .icon-wrap.slider-arrow-right,
.ovl .icon-wrap.slider-arrow-left {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 11;
}
.ovl .icon-wrap.slider-arrow-left {
    left: -72px;
}
.ovl .icon-wrap.slider-arrow-right {
    right: -72px;
}
.ovl-subscribe {
    width: 720px;
    height: 298px;
    padding: 0 25px 0 340px;
    background: url("/public/images/common/subscribe-ovl.jpg") no-repeat 0 0;
}
.ovl-subscribe .inline {
    width: 350px;
}
.ovl-subscribe .btn {
    width: 165px;
    min-width: 165px;
    text-align: center;
}
.ovl-subscribe__text {
    text-transform: uppercase;
    margin: 0 0 35px;
    font: 21px/1.2 HelveticaCond;
}
.popup__header {
    background-color: #3c3c3c;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    width: 440px;
    font-family: PTSans, Arial, Tahome, Verdana, sans-serif !important;
}
.popup__inner {
    font-size: 15px;
    line-height: 19px;
    padding: 20px;
    width: 440px;
    background: #fff;
    color: #3a3a3a;
    font-family: PTSans, Arial, Tahome, Verdana, sans-serif !important;
}
.popup__inner p {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 10px;
}
.popup__inner p a {
    color: #222;
    text-decoration: underline;
}
.popup__close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 0;
}
.popup__form__button {
    -moz-user-select: none;
    background: #168ce3 none repeat scroll 0 0;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
}
.popup__form__row {
    margin-top: 10px;
    text-align: center;
}
.popup__inner + .icon {
    display: none;
}
.registration-terms {
    font-size: 14px;
    margin: 15px auto;
    width: 400px;
}
.registration__captcha {
    margin: 20px auto 10px;
    width: 304px;
    height: 78px;
}
.popup__form__button.disabled {
    background: #c1c1c1;
    cursor: default;
}
.ovl-title-sm {
    text-transform: uppercase;
    margin: 35px 0 15px;
    font-size: 22px;
}
.js-ovl-open * {
    pointer-events: none;
}
input[type="password"],
input[type="text"],
.input {
    background: #262020;
    border: 1px solid #3d3434;
    margin: 5px 0;
    padding: 0 10px;
    width: 100%;
    height: 46px;
    line-height: 46px !important;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 50px #262020;
    -webkit-text-fill-color: #fff;
    cursor: text;
    font-family: HelveticaLight, Arial;
    font-size: 17px;
}
input.error,
textarea.error {
    border-color: #cf231d;
}
input::-ms-clear {
    display: none;
}
body input::-webkit-input-placeholder {
    color: #8e8d8d;
}
body input:-moz-placeholder {
    color: #8e8d8d;
}
body input.error::-webkit-input-placeholder {
    color: #cf231d;
}
body input.error:-moz-placeholder {
    color: #cf231d;
}
.gmrSignin input[type="password"],
.gmrSignin input[type="text"] {
    margin: 0;
    -webkit-box-shadow: none;
    -webkit-text-fill-color: #383838;
    line-height: 19px !important;
}
.gmrSignin input:-webkit-autofill {
    background: transparent;
    color: #383838;
}
textarea {
    display: block;
    background: #262020;
    border: 1px solid #3d3434;
    margin: 5px 0;
    padding: 10px;
    width: 100%;
    resize: none;
    height: 136px;
    color: #fff;
    cursor: text;
    font-family: HelveticaLight, Arial;
    line-height: 22px;
    font-size: 17px;
}
label {
    display: block;
}
.form-line {
    margin: 0 0 10px;
    position: relative;
}
.input-error {
    color: #ac2c28;
    font-size: 13px;
    text-align: left;
}
.form-line .input-error + input {
    margin-top: 15px;
}
form .button {
    margin: 30px 0;
}
select {
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #262020;
    color: #fff;
    margin: 5px 0;
    -webkit-text-fill-color: #fff;
    border: 1px solid #3d3434;
    padding-left: 6px;
    cursor: pointer;
}
select option {
    background: #262020;
    padding: 8px;
    cursor: pointer;
}
input[type="checkbox"] {
    display: none;
}
.label-checkbox {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    min-height: 24px;
    cursor: pointer;
}
.label-checkbox:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    height: 24px;
    width: 24px;
    background: url("/public/images/modules/form/checkbox.png") no-repeat 0 0;
}
.label-checkbox--bg:before {
    background-image: url("/public/images/modules/form/checkbox-bg.png");
}
input[type="checkbox"]:checked + .label-checkbox:before {
    background-position: -52px 0;
}
input[type="radio"] {
    display: none;
}
.label-radio {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    min-height: 24px;
    cursor: pointer;
}
.label-radio * {
    cursor: pointer;
}
.label-radio:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
    width: 24px;
    background: url("/public/images/modules/form/checkbox.png") no-repeat 0 0;
}
input[type="radio"]:checked + .label-radio:before {
    background-position: -52px 0;
}
.mail-select {
    position: absolute;
    right: 1px;
    top: 6px;
    bottom: 6px;
    border: 0;
    margin: 0;
    padding: 0;
    width: auto;
    border: 0;
    height: 44px;
    line-height: 44px;
}
.input-hint {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 10%;
    width: 90%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 15px 20px;
    color: #c5c5c5;
    font-size: 14px;
    background: #262020;
}
.registration_form .input-hint {
    padding: 15px;
    width: 94%;
    margin-left: 6%;
}
.input-hint:before {
    content: "";
    position: absolute;
    right: 100%;
    height: 0;
    width: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-width: 11px;
    border-color: transparent #262020 transparent transparent;
}
.input-hint--error {
    background: #952824;
}
.input-hint--error a {
    color: #c5c5c5;
}
.input-hint--error:before {
    border-color: transparent #952824 transparent transparent;
}
.input-hint--ok {
    background: #4d6e38;
}
.input-hint--ok:before {
    border-color: transparent #4d6e38 transparent transparent;
}
.select {
    margin: 5px 0;
    position: relative;
    text-align: left;
}
.js-select * {
    pointer-events: none;
}
.select__current {
    position: relative;
    background: #262020;
    border: 1px solid #3d3434;
    padding: 0 10px;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select__current:not(.select__current--solo) {
    cursor: pointer;
    padding: 0 40px 0 10px;
}
.select__current:not(.select__current--solo):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    height: 30px;
    width: 30px;
    background: url("/public/images/common/icons.png") no-repeat -102px -205px;
}
.select-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #262020;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 11;
}
.select__current.opened + .select-list {
    opacity: 1;
    visibility: visible;
}
.select-input[type="text"] {
    display: block;
}
.select-list__item {
    line-height: 46px;
    cursor: pointer;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select.disabled {
    cursor: default;
}
.select.disabled * {
    pointer-events: none;
}
.select.disabled .select__current:after {
    opacity: 0.5;
}
.input-phone {
    position: relative;
}
.phone-input__code {
    line-height: 46px;
    position: absolute;
    left: 10px;
    top: 5px;
}
.input-phone input {
    padding-left: 50px;
}
.icon {
    display: inline-block;
    vertical-align: middle;
    width: 66px;
    height: 66px;
    background: url("/public/images/common/icons.png?4") no-repeat 0 0;
    font-style: normal;
}
.icon--lg {
    width: 76px;
    height: 76px;
}
.icon--xlg {
    width: 110px;
    height: 110px;
}
.icon--xsm {
    width: 30px;
    height: 30px;
}
.icon--xxsm {
    width: 18px;
    height: 18px;
}
.icon--vk {
    background-position: 0 0;
}
.icon--fb {
    background-position: -80px 0;
}
.icon--ok {
    background-position: -160px 0;
}
.icon--yt {
    background-position: -240px 0;
}
.icon--tw {
    background-position: -320px 0;
}
.icon--tele {
    background-position: -480px 0;
}
.icon--xsm.icon--vk {
    background-position: -714px -79px;
}
.icon--xsm.icon--fb {
    background-position: -748px -79px;
}
.icon--xsm.icon--ok {
    background-position: -782px -79px;
}
.icon--xxsm.icon--vk {
    background-position: 0 -113px;
}
.icon--xxsm.icon--fb {
    background-position: -22px -113px;
}
.icon--xxsm.icon--ok {
    background-position: -44px -113px;
}
.icon--xxsm.icon--tw {
    background-position: -66px -113px;
}
.icon--xxsm.icon--arr-right {
    background-position: -110px -113px;
}
.icon--xxsm.icon--arr-left {
    background-position: -132px -113px;
}
.icon--crystal-xxs {
    background-position: -264px -113px;
}
.icon--leader {
    background-position: -198px -113px;
}
.icon--checked {
    background-position: -220px -113px;
}
.icon--cancel {
    background-position: -242px -113px;
    cursor: pointer;
}
.icon--play {
    background-position: -400px 0;
}
.icon--arr-right {
    background-position: 0 -79px;
}
.icon--arr-left {
    background-position: -34px -79px;
}
.icon--close {
    background-position: -68px -79px;
}
.icon--cancel:hover,
.icon--close:hover {
    -ms-filter: brightness(200%);
    filter: brightness(200%);
}
.icon--arr-down {
    background-position: -102px -79px;
}
.icon--play-sm {
    background-position: -136px -79px;
}
.icon--stop {
    background-position: -170px -79px;
}
.icon--lily {
    background-position: -204px -79px;
}
.icon--shop {
    background-position: -238px -79px;
}
.icon--lily:hover {
    background-position: -272px -79px;
}
.icon--pvp {
    background-position: -306px -79px;
}
.icon--user {
    background-position: -340px -79px;
}
.icon--friend {
    background-position: -374px -79px;
}
.icon--gift {
    background-position: -408px -79px;
}
.icon--chest {
    background-position: -442px -79px;
}
.icon--transfer {
    background-position: -476px -79px;
}
.icon--pin {
    background-position: -510px -79px;
}
.icon--pts {
    background-position: -816px -79px;
}
.icon--pts-grey {
    background-position: -170px -205px;
}
.icon--return {
    background-position: -850px -79px;
}
.icon--return-done {
    background-position: -884px -79px;
}
.icon--time {
    background-position: -916px -79px;
}
.icon--search {
    background-position: -950px -79px;
}
.icon--crystal {
    background-position: 0 -135px;
}
.icon--crystal-sm {
    background-position: -544px -79px;
}
.icon--refresh {
    background-position: -578px -79px;
}
.icon--down {
    background-position: -612px -79px;
}
.icon--yes {
    background-position: -646px -79px;
}
.icon--no {
    background-position: -680px -79px;
}
.icon--crystal-grey {
    background-position: 0 -205px;
}
.icon--chest-grey {
    background-position: -34px -205px;
}
.icon--star-grey {
    background-position: -68px -205px;
}
.icon--down-grey {
    background-position: -102px -205px;
}
.icon--bell-grey {
    background-position: -136px -205px;
}
.icon-wrap {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #d0c696;
    position: relative;
    border-radius: 100%;
    width: 116px;
    height: 116px;
    margin: 10px 0;
    color: #d0c696;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.icon-wrap + .icon-wrap {
    margin-left: 37px;
}
.icon-wrap--sm {
    width: 64px;
    height: 64px;
}
.icon-wrap--sm + .icon-wrap--sm,
.icon-wrap--xxsm + .icon-wrap--xxsm {
    margin-left: 13px;
}
.icon-wrap--xsm {
    width: 52px;
    height: 52px;
}
.icon-wrap--xxsm {
    width: 30px;
    height: 30px;
}
.icon-wrap--lg {
    width: 132px;
    height: 132px;
}
.icon-wrap--xlg {
    width: 144px;
    height: 144px;
    margin: 25px 50px;
}
.icon-wrap--square {
    border-radius: 2px;
}
.b-link:hover + .icon-wrap,
.icon-wrap.active,
.icon-wrap:hover {
    border-color: #fff;
    color: #fff;
}
.icon-wrap--xxsm:hover:before,
.icon-wrap--xxsm.active:before {
    display: none;
}
.icon-wrap .icon,
.icon-wrap .icon-skill {
    position: absolute;
    left: -50px;
    right: -50px;
    bottom: -50px;
    top: -50px;
    margin: auto;
}
.b-link:hover + .icon-wrap .icon,
.icon-wrap.active .icon,
.icon-wrap:hover .icon {
    -ms-filter: brightness(200%);
    filter: brightness(200%);
}
.icon-wrap .b-link {
    border-radius: inherit;
}
.addthis_toolbox .b-link {
    margin: 0 !important;
    text-indent: -1000px;
    overflow: hidden;
}
.addthis_toolbox .at-icon-wrapper {
    display: none;
}
.icon-wrap--social {
    border-color: #fff;
}
.icon-wrap--social .icon {
    -ms-filter: brightness(200%);
    filter: brightness(200%);
    opacity: 0.85;
}
.icon-wrap--social:hover .icon {
    opacity: 1;
}
.icon-wrap--fb {
    background: #3765a3;
}
.icon-wrap--vk {
    background: #07f;
}
.icon-wrap--ok {
    background: #ed812b;
}
.icon-wrap--tw {
    background: #55acee;
}
.icon-wrap--yt {
    background: #d22222;
}
.icon-wrap--tele {
    background: #51b3e2;
}
.tooltip {
    display: none;
    position: absolute;
    max-width: 280px;
    padding: 13px 20px;
    top: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 20px;
    background: #383c41;
    font-size: 15px !important;
    z-index: 25;
    text-transform: none !important;
}
.tooltip:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px;
    border-color: transparent transparent #383c41;
}
.tooltip-wrap {
    position: relative;
}
.tooltip-wrap:hover .tooltip {
    display: block;
}
.tooltip--ok {
    background: #4d6e38;
}
.tooltip--ok:before {
    border-color: transparent transparent #4d6e38;
}
@media screen and (max-width: 1200px) {
    footer .content {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.25dppx) {
    .icon {
        background-image: url("/public/images/common/icons@2x.png?1");
        background-size: 1000px 235px;
    }
}

/* Discord Custom Widget */
.discord {
  background-color: #32231f;
  border: 0;
  border-radius: 15px;
  padding: 10px 15px;
  color: #fff;
  margin-top: 10px;
}

.discord-widget {
  width: 100%;
  margin: 0;
  background-color: transparent;
}
.discord-header {
  position: relative; /* height: 40px; */
  height: 70px;
  padding: 15px 10px;
  background-color: transparent;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.discord-body {
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  position: relative;
}
.discord-logo {
  margin: 10px 10px;
  background-image: url("/public/images/discord.png");
  background-size: 75%;
  width: 140px;
  height: 60px;
  background-repeat: no-repeat;
  transform-origin: left;
  filter: contrast(1.1);
  margin-bottom: 10px;
}
.discord-list {
  position: relative;
  width: 100%;
  height: 80%;
  max-height: 600px;
  display: inline-block;
  overflow: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

.discord-list::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.discord-list::-webkit-scrollbar-track {
  background-color: #7289da;
  border-radius: 10px;
}

/* Handle */
.discord-list::-webkit-scrollbar-thumb {
  background-color: #3b4773;
  border-radius: 4px;
}

/* Handle on hover */
.discord-list::-webkit-scrollbar-thumb:hover {
  background: #3b4773;
}

.discord-list-botshadow:hover + .discord-list,
.discord-list:hover {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
.discord-list-botshadow {
  width: 80%;
  height: 65%;
  max-height: 250px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  box-shadow: inset 0px -24px 40px -11px rgba(30, 33, 36, 1),
    inset 0px -21px 40px -11px rgba(30, 33, 36, 1);
  pointer-events: none;
}
.discord-list-bot-shadow:after {
  content: " ";
  background-image: linear-gradient(to bottom, transparent 0%, #1d1f20 100%);
  bottom: 118px;
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  width: calc(100% - 13.5px);
  z-index: 1;
}
.discord-list-status,
.discord-list-label {
  display: inline-block;
  margin-bottom: 5px;
}
.discord-list-label:before {
  content: "ONLINE USERS";
  font-size: 12px;
  font-weight: bold;
}
#members-count {
  font-size: 14px;
  font-weight: 800;
  display: inline-block;
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
}
.member-label {
  margin: 0px 10px 0px 0px;
  font-weight: normal;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}
#members-list img {
  width: 15px;
  border-radius: 50%;
}
.member-avatar {
  padding-right: 5px;
}
#members-list td.member-name {
  font-size: 14px;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.discord table {
  table-layout: fixed;
} /* Workaround, if page has colliding rules */
.discord-widget * > tr {
  background-color: transparent !important;
}
.discord-cta {
  border-bottom: 3px solid #2c1e09;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: #1b0a06;
  padding: 12px 25px;
  color: #fff !important;
  border-radius: 4px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-height: 45px;
  margin-bottom: 10px;
  transition: 0.3s;
  cursor:pointer;
}
.discord-cta:hover {
  background-color: #261815;
  border-bottom: 3px solid #2c1e09;
  transition: 0.3s;
  color: #fff !important;
}
.discord-learn-more {
  float: right;
  text-align: center;
  opacity: 0.4;
  margin: 5px 0;
  font-size: 13px;
  transition: 0.2s;
}
.discord-learn-more:after {
  content: "Chat and make friends!";
}
.discord-learn-more:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.discord-cta:after {
  content: "Join US";
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}