body {
    margin: 0px;
    padding: 0px;
    font-family: "Gilroy";
    background: rgb(29, 38, 78);
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
    color: white;
}


particle {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1000;
}

button,
a {
    font-family: "Gilroy";
    padding: 0px;
    background: none;
    color: white;
    border: none;
}

section {
    scroll-snap-align: center;
}

*::-webkit-scrollbar {
    display: none;
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Semibold.ttf);
    font-weight: 600;
}

.servicename {
    display: inline;
}

.navtelbutton {
    display: inline-block;
    position: relative;
    margin: auto;
    height: 60px;
    cursor: pointer;
    border: 0;
    background: none;
    transition: 0.18s ease transform, 0.22s ease color;
    text-align: center;
    color: rgb(180, 180, 180);
}

.navtelbutton:active {
    transform: scale(0.9);
}

#navtel {
    display: flex;
    position: fixed;
    width: 100%;
    left: 0px;
    height: 60px;
    bottom: 0px;
    z-index: 100;
    background: rgba(29, 38, 78, 0.88);
}

.navtelbuttontext {
    display: inline-flex;
    position: relative;
    font-size: 10px;
    font-weight: 600;
}

.navtelbuttonicon {
    display: inline-flex;
    position: relative;
    margin-bottom: 1px;
    font-size: 30px;
}

#navpc {
    display: none;
    position: fixed;
    width: 100%;
    left: 0px;
    height: 60px;
    top: 0px;
    z-index: 100;
    transition: 0.3s ease background;
}

#navpccontent {
    display: inline-flex;
    position: relative;
    height: 100%;
    width: 1200px;
    margin-left: calc(50% - 600px);
}

.logoblock {
    display: inline-block;
    position: relative;
    height: 40px;
}

.logoblockimg {
    display: inline-block;
    position: absolute;
    height: 100%;
}

.logoblocktext {
    display: inline-flex;
    position: relative;
    flex-direction: column;
    height: 100%;
    top: -5.5px;
    margin-left: 50px;
}

.logoblocktextabout {
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 13px;
    margin-left: auto;
}

.logoblocktextname {
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 36px;
    margin-left: auto;
    margin-top: -8px;
}

#navpclogo {
    height: 40px;
    margin-top: 11px;
    cursor: pointer;
    transition: 0.13s ease transform;
}

#navpclogo:active {
    transform: scale(0.94);
}

.navpcbutton {
    display: inline-flex;
    position: relative;
    margin: auto 6px auto 6px;
    padding-left: 14px;
    padding-right: 14px;
    height: 40px;
    border-radius: 12px;
    cursor: pointer;
    border: 0;
    background: rgba(29, 38, 78, 0);
    transition: 0.22s ease background, 0.22s ease color, 0.13s ease transform;
    color: rgb(180, 180, 180);
}

.navpcbutton:hover {
    background: rgba(255, 255, 255, 0.05);
    color: rgb(255, 255, 255);
}

.navpcbutton:active {
    transform: scale(0.92);
}

.navpcbuttonicon {
    display: flex;
    position: relative;
    font-size: 30px;
    margin-top: auto;
    margin-bottom: auto;
}

.navpcbuttontext {
    display: inline-flex;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    margin-left: 6.5px;
    margin-top: 8px;
}

.cover {
    display: inline-block;
    position: relative;
    height: 700px;
    width: 100%;
    overflow: hidden;
    background-image: url("../images/background.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: -100px;
}

#covercontent {
    display: block;
    position: relative;
    height: 100%;
    width: 90%;
    margin-left: 5%;
}

.covertext {
    display: inline-block;
    position: relative;
    color: white;
    font-size: 38px;
    font-weight: 600;
    margin-top: 100px;
    max-width: 350px;
}

.coverabout {
    display: inline-block;
    position: relative;
    color: white;
    font-size: 21px;
    margin: 0px;
    margin-top: 8px;
    max-width: 350px;
    font-weight: 100;
}

#coverlogo {
    display: inline-block;
    height: 45px;
}

#coverlogofull {
    display: inline-block;
    position: absolute;
    padding: 10px 18px 4px 20px;
    background: rgba(29, 38, 78, 0.3);
    border-radius: 16px;
    margin-top: 15px;
}

.coverpluses {
    display: inline-block;
    position: absolute;
    width: 100%;
    bottom: 160px;
}

.coverplus {
    display: flex;
    position: relative;
    color: white;
    min-height: 80px;
}

.coverplusicon {
    display: inline-block;
    font-size: 40px;
    margin-top: 10px;
    color: rgb(61, 109, 191);
}

.coverplustext {
    display: inline-block;
    font-size: 21px;
    margin-top: 18px;
    margin-left: 12px;
    text-align: left;
}

.blur {
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
    -ms-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.insidecontent {
    display: block;
    position: relative;
    height: 100%;
    width: calc(90% + 20px);
    margin-left: calc(5% - 10px);
    padding-bottom: 90px;
}

.insidecontentnav {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#footer {
    display: block;
    position: relative;
    background: linear-gradient(to bottom,
            rgb(29, 38, 78),
            5px,
            rgb(19, 28, 68));
    height: 530px;
    padding-bottom: 60px;
}

#footername {
    display: inline-block;
    position: absolute;
    color: white;
    font-size: 32px;
    font-weight: 600;
    top: 20px;
    margin: 0px;
}

#footerup {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 20px;
    color: white;
    background: rgb(29, 38, 78);
    border-radius: 12px;
    font-size: 34px;
    padding: 0px 12px 0px 12px;
    height: 40px;
    cursor: pointer;
    transition: 0.2s ease background, 0.13s ease transform;
}

#footerup:active {
    transform: scale(0.88);
}

#footerbuttons {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    overflow-x: auto;
    max-width: 100%;
    top: 74px;
}

.footerbutton {
    display: inline-block;
    position: relative;
    border: 0;
    background: none;
    color: white;
    font-weight: 400;
    font-size: 19.5px;
    padding: 8px 8px 8px 8px;
    cursor: pointer;
    transition: 0.2s ease color, 0.18s ease transform;
}

.footerbutton:active {
    transform: scale(0.9);
}


#footerstat {
    display: inline-block;
    position: absolute;
    max-width: 100%;
    margin-top: 140px;
    white-space: nowrap;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.footerstatpar {
    display: inline-flex;
    position: relative;
    margin-left: 23px;
    margin-right: 23px;
}

.iconfooter {
    color: rgb(61, 109, 191);
    font-size: 70px;
}

.statpartext {
    display: inline-block;
    position: relative;
    margin-left: 16px;
}

.statpartextone {
    display: inline-block;
    position: relative;
    color: white;
    font-size: 400;
    margin-top: 14px;
    font-size: 16px;
}

.statpartexttwo {
    display: inline-block;
    position: relative;
    color: rgb(61, 109, 191);
    font-size: 400;
    font-size: 30px;
    font-weight: 600;
}

#footerabout {
    display: inline-block;
    position: absolute;
    top: 250px;
    color: rgb(185, 185, 185);
    font-size: 18px;
    max-width: 350px;
    font-weight: 100;
    margin: 0px;
}

#polz {
    display: inline-block;
    position: absolute;
    top: 440px;
    color: rgb(185, 185, 185);
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s ease color, 0.18s ease transform;
}

#poli {
    display: inline-block;
    position: absolute;
    top: 464px;
    color: rgb(185, 185, 185);
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s ease color, 0.18s ease transform;
}

#polm {
    display: inline-block;
    position: absolute;
    top: 488px;
    color: rgb(185, 185, 185);
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s ease color, 0.18s ease transform;
    text-decoration: none;
}

#polz:active,
#poli:active {
    transform: scale(0.9);
}

.giftpromo {
    display: inline-flex;
    position: relative;
    color: white;
    margin-left: 10px;
    background: rgba(33, 45, 90, 0.8);
    width: calc(100% - 20px);
    border-radius: 14px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
    text-decoration: none;
}

.giftpromoicon {
    display: inline-block;
    position: absolute;
    bottom: -12px;
    font-size: 35px;
    color: rgb(61, 109, 191);
    filter: blur(0.8px);
    transform: rotate(20deg);
}

.giftpromoabout {
    display: inline-block;
    position: relative;
    margin: auto 0px auto 58px;
    color: white;
    font-size: 16px;
    margin-right: 126px;
    text-decoration: none;
}

.giftpromocode {
    display: inline-flex;
    position: absolute;
    height: 40px;
    border-radius: 10px;
    top: 5px;
    right: 5px;
    background: rgba(29, 38, 78, 0.4);
}

.giftpromocodetext {
    text-decoration: none;
    display: inline-block;
    position: relative;
    margin: auto 8px auto 8px;
    font-weight: 600;
    font-size: 18px;
}

.giftpromocodecopy {
    display: inline-block;
    position: relative;
    margin: auto 8px auto 0px;
    font-weight: 600;
    font-size: 22px;
    color: rgb(61, 109, 191);
    cursor: pointer;
    transition: 0.2s ease;
}

.giftpromocodecopy:active {
    transform: scale(0.8);
}

#forpc {
    display: none;
}

.gamecard {
    display: inline-block;
    position: relative;
    width: calc(100% - 20px);
    max-height: 214px;
    border-radius: 24px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 0px;
    transition: 0.18s ease transform, 0.6s ease max-height;
    vertical-align: top;
    background: rgba(33, 45, 90, 1);
}

.gamecardfullimg {
    display: inline-block;
    position: relative;
    height: 214px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

.gamecardimg {
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: 0.4s ease transform;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.gamecardimgsection {
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.gamecard[style="max-height: 214px;"]:active {
    transform: scale(0.9);
}

.gamecardinfo {
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom,
            rgba(33, 45, 90, 0),
            150px,
            rgba(33, 45, 90, 1));
    pointer-events: none;
}

.gamecardinfoname {
    display: inline-block;
    position: absolute;
    bottom: 7px;
    left: 18px;
    font-size: 22px;
    font-weight: 400;
    max-width: 65%;
    white-space: normal;
    margin: 0px;
}

.gamecardinfonumber {
    display: inline-block;
    position: absolute;
    bottom: 7px;
    right: 18px;
    font-size: 22px;
    font-weight: 400;
}

.gamecardinfonumbersale {
    display: inline-block;
    position: absolute;
    bottom: 31px;
    right: -1px;
    font-size: 11px;
    font-weight: 400;
    background: rgba(31, 49, 113, 0.6);
    border-radius: 8px;
    white-space: nowrap;
}

.sale {
    display: inline-block;
    position: relative;
    padding: 3px 0px 1px 4px;
    border-radius: 8px;
}

.oldamount {
    display: inline-block;
    position: relative;
    text-decoration: line-through;
    text-decoration-color: rgb(200, 200, 200);
    padding: 3px 4px 1px 5px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: rgba(36, 55, 121, 0.6);
}

.zag {
    display: inline-block;
    position: relative;
    color: white;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 90%;
}

#cataloglist {
    display: inline-block;
    position: relative;
    width: 100%;
    transition: 0.2s ease;
}

.gamecardabout {
    display: inline-block;
    position: relative;
    color: white;
    max-height: 400px;
    overflow-y: auto;
    font-size: 15px;
    margin: 0px 18px 10px 18px;
}

.gamecarddop {
    display: flex;
    position: relative;
    margin: 0px 18px 10px 18px;
}

.gamecarddopicon {
    display: inline-flex;
    position: relative;
    top: 18px;
    font-size: 30px;
    color: rgb(221, 221, 221);
}

.gamecarddoptext {
    display: inline-block;
    position: relative;
    color: rgb(221, 221, 221);
    font-size: 14px;
    margin: 0px 18px 0px 8px;
}

.promodone {
    display: inline-flex;
    position: absolute;
    background: rgb(29, 38, 78);
    border-radius: 10px;
    border: 2px solid;
    border-color: rgb(46, 58, 109);
    margin-top: 6.75px;
    margin-left: 6px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    color: rgb(135, 163, 247);
    transition: 0.2s ease color, 0.2s ease border-color, 0.18s ease transform;
}

.promodone:hover {
    color: rgb(61, 109, 191);
    border-color: rgb(61, 109, 191);
}

.promodone:active {
    transform: scale(0.85);
}

.promodonecheck {
    display: inline-block;
    position: relative;
    padding-left: 6px;
    padding-top: 4px;
    font-size: 30px;
}

.button {
    display: inline-flex;
    position: relative;
    width: calc(100% - 36px);
    margin-left: 18px;
    background: rgb(61, 109, 191);
    border-radius: 14px;
    margin-top: 14px;
    justify-content: center;
    height: 44px;
    cursor: pointer;
    margin-bottom: 18px;
    transition: 0.18s ease transform, 0.2s ease background, 0.2s ease -webkit-box-shadow, 0.3s ease opacity;
}

.paymenticon {
    display: inline-flex;
    position: relative;
    font-size: 24px;
    margin-top: 10px;
}

.paymenttext {
    display: inline-flex;
    position: relative;
    font-weight: 600;
    margin-top: 11px;
    margin-left: 6px;
    font-size: 18px;
}

.oldamountpromo {
    margin-left: 6px;
    display: inline;
    color: rgb(210, 210, 210);
    text-decoration: line-through;
    text-decoration-color: rgb(210, 210, 210);
}

#new_notification_main {
    position: fixed;
    right: 2.5%;
    bottom: 65px;
    min-width: 150px;
    max-width: 330px;
    min-height: 44px;
    background: rgba(29, 38, 78, 0.88);
    z-index: 102;
    border-radius: 14px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    font-size: 20px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.icon_notifications {
    font-size: 30px;
    width: 30px;
    height: 100%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-top: 7px;
}

.text_notifications {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-top: 3px;
    text-align: left;
}

#catalognav {
    display: flex;
    position: fixed;
    width: 100%;
    left: 0px;
    height: 50px;
    top: 0px;
    z-index: 99;
    background: rgba(29, 38, 78, 0.88);
}

#catalognav2 {
    display: flex;
    position: absolute;
    left: 0%;
    right: 0%;
    height: 50px;
    z-index: 98;
    top: 0px;
    background: rgba(29, 38, 78, 0);
    overflow: hidden;
    border-radius: 14px;
}

.navback {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    color: rgb(61, 109, 191);
    transition: 0.25s ease color, 0.18s ease transform;
    cursor: pointer;
    z-index: 2;
}

.navback:active {
    transform: scale(0.9);
}

.navbackicon {
    display: inline-block;
    position: relative;
    font-size: 30px;
    top: 7.5px;
}

.navbacktext {
    display: inline-flex;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    top: 3.5px;
    left: -3px;
}

#navcategories,
#navcategories2 {
    display: inline-flex;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 105px;
    right: 10px;
    white-space: nowrap;
    overflow-x: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.navgrad {
    display: inline-flex;
    position: absolute;
    top: 0px;
    left: 80px;
    bottom: 0px;
    width: 50px;
    background: linear-gradient(to right, rgba(29, 38, 78, 0), rgba(29, 38, 78, 0.88), rgba(29, 38, 78, 0));
    pointer-events: none;
    z-index: 1;
}

.hintsgrad {
    display: inline-flex;
    position: absolute;
    left: 6px;
    bottom: 65px;
    width: 40px;
    height: 32px;
    background: linear-gradient(to right, rgba(29, 38, 78, 0), rgba(29, 38, 78, 1));
    pointer-events: none;
}

.navcategory {
    display: inline-block;
    position: relative;
    font-size: 19px;
    padding: 3px 10px 3px 10px;
    border-radius: 14px;
    margin: auto 1px auto 1px;
    cursor: pointer;
    transition: 0.25s ease background, 0.18s ease transform;
    font-weight: 600;
}

.navcategory:active {
    transform: scale(0.85);
}

.infoblockimg {
    display: block;
    position: relative;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    margin-left: calc(50% - 90px);
    margin-bottom: 12px;
    background-size: cover;
    background-position: center;
}

.infoblock {
    display: block;
    position: relative;
    text-align: center;
    width: calc(100% - 20px);
    margin-left: 10px;
}

.infoblockzag {
    display: inline-block;
    position: relative;
    font-size: 34px;
    font-weight: bold;
    color: rgb(61, 109, 191);
    max-width: 360px;
}

.infoblocktext {
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #ffffff;
    max-width: 360px;
    margin-top: 12px;
}

.line {
    display: inline-block;
    position: relative;
    width: calc(100% - 20px);
    margin-left: 10px;
    height: 3px;
    background: rgb(61, 109, 191);
    border-radius: 3px;
}

.guaranteeslist {
    display: block;
    position: relative;
    width: 100%;
}

.guarantee {
    display: inline-flex;
    position: relative;
    width: calc(100% - 20px);
    margin: 10px;
    background: rgba(33, 45, 90, 1);
    height: 384px;
    border-radius: 20px;
}

.guaranteecontent {
    display: inline-block;
    position: relative;
    margin: auto;
    text-align: center;
    max-width: 330px;
}

.guaranteeicon {
    display: inline-flex;
    position: relative;
    color: rgb(61, 109, 191);
    font-size: 70px;
    margin-top: -4px;
    background: rgba(81, 122, 247, 0.08);
    border-radius: 50%;
    height: 100px;
    width: 100px;
}


.guaranteezag {
    display: block;
    position: relative;
    color: rgb(61, 109, 191);
    margin-top: 6px;
    font-weight: 600;
    font-size: 24px;
}

.guaranteeabout {
    display: block;
    position: relative;
    margin-top: 8px;
    font-weight: 400;
    font-size: 17px;
}

.reviewsblock {
    display: inline-flex;
    position: relative;
    width: 100%;
    flex-direction: column;
}

.newreview {
    display: inline-flex;
    position: relative;
    margin-left: 10px;
    width: calc(100% - 20px);
    background: rgba(33, 45, 90, 0.8);
    border-radius: 16px;
    flex-direction: column;
    margin-bottom: auto;
    overflow: hidden;
}

.reviewslist {
    display: inline-flex;
    position: relative;
    width: calc(100% - 20px);
    margin-left: 10px;
    background: rgba(33, 45, 90, 0.8);
    border-radius: 16px;
    margin-bottom: auto;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 8px;
    flex-direction: column;
}

.fullnewreview {
    display: inline-block;
    position: fixed;
    width: calc(98% - 28px);
    background: rgb(29, 38, 78);
    border-radius: 19px;
    padding: 7px 14px 10px 14px;
    bottom: calc(1% - 300px);
    left: 1%;
    z-index: 100;
    overflow: hidden;
    transition: 0.6s ease transform;
}

.fullreview {
    display: inline-block;
    position: relative;
    width: calc(100% - 48px);
    margin: 4px 10px 4px 10px;
    background: rgb(29, 38, 78);
    padding: 10px 14px 10px 14px;
    border-radius: 14px;
}

.reviewname {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    max-width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.reviewstar {
    width: 22px;
    margin-left: 2px;
}

.reviewstara {
    fill: rgb(128, 156, 205);
}

.reviewstarb {
    fill: rgb(61, 109, 191);
}

.reviewstars {
    display: inline-flex;
    position: absolute;
    top: 8px;
    right: 14px;
}

.reviewtext {
    margin: 0px;
    font-weight: 100;
    font-size: 17px;
}

.full-stars {
    text-align: center;
}

.full-stars .rating-group {
    display: inline-flex;
}

.full-stars input {
    position: absolute;
    left: -9999px;
}

.full-stars label {
    margin: 0;
    cursor: pointer;
}

.full-stars label svg {
    margin: 2px;
    height: 40px;
    width: 40px;
    fill: rgb(61, 109, 191);
    transition: fill 0.3s;
}

.full-stars input:checked~label svg {
    fill: rgb(128, 156, 205);
}

.full-stars .rating-group:hover label svg {
    fill: rgb(61, 109, 191);
}

.full-stars .rating-group input:hover~label svg {
    fill: rgb(128, 156, 205);
}

.windowtext {
    font-size: 20px;
    margin: 10px;
}

strong {
    color: rgb(61, 109, 191);
}

.screenclose {
    display: inline-block;
    position: absolute;
    z-index: 102;
    top: 0px;
    right: 0px;
    font-size: 45px;
    padding: 5px 5px 20px 10px;
    cursor: pointer;
    color: rgba(200, 200, 200, 0.6);
    transition: 0.2s ease color, 0.15s ease transform;
}

.screenangleright {
    display: inline-block;
    position: absolute;
    z-index: 102;
    bottom: 0px;
    right: 0px;
    font-size: 45px;
    padding: 20px 5px 20px 5px;
    cursor: pointer;
    color: rgba(200, 200, 200, 0.6);
    transition: 0.2s ease color, 0.15s ease transform;
}

.screenangleleft {
    display: inline-block;
    position: absolute;
    z-index: 102;
    bottom: 0px;
    left: 0px;
    font-size: 45px;
    padding: 20px 5px 20px 5px;
    cursor: pointer;
    color: rgba(200, 200, 200, 0.6);
    transition: 0.2s ease color, 0.15s ease transform;
}


.angleright {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 68px;
    right: 0px;
    font-size: 30px;
    padding: 20px 5px 20px 10px;
    cursor: pointer;
    color: rgba(200, 200, 200, 0.6);
    transition: 0.2s ease color, 0.15s ease transform;
}

.angleleft {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 68px;
    left: 0px;
    font-size: 30px;
    padding: 20px 10px 20px 5px;
    cursor: pointer;
    color: rgba(200, 200, 200, 0.6);
    transition: 0.2s ease color, 0.15s ease transform;
}

.gamecard[style="max-height: 214px;"] .angleleft,
.gamecard[style="max-height: 214px;"] .angleright {
    color: rgba(200, 200, 200, 0);
    pointer-events: none;
}

.angleleft:active,
.angleright:active {
    transform: scale(0.8);
}

.lasttime {
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 42px;
    height: 26px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 0px;
    background: rgba(33, 45, 90, 0.7);
    border-radius: 18px;
    font-size: 19px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    z-index: 1;
    pointer-events: none;
}

.angleleft1 {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 68px;
    left: 0px;
    font-size: 30px;
    padding: 20px 10px 20px 5px;
    cursor: pointer;
    color: rgba(200, 200, 200, 0.6);
    transition: 0.2s ease color, 0.15s ease transform;
}

.lastproducts {
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 8px;
    height: 26px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 0px;
    background: rgba(33, 45, 90, 0.7);
    border-radius: 18px;
    font-size: 19px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    z-index: 1;
    pointer-events: none;
    font-weight: 600;
}

.angleleft2 {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 68px;
    left: 0px;
    font-size: 30px;
    padding: 20px 10px 20px 5px;
    cursor: pointer;
    color: rgba(200, 200, 200, 0.6);
    transition: 0.2s ease color, 0.15s ease transform;
}

.buttonopen {
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 8px;
    height: 26px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 0px;
    background: rgba(33, 45, 90, 0.7);
    border-radius: 18px;
    font-size: 19px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    z-index: 1;
    pointer-events: none;
    transition: 0.2s ease opacity;
}

.gamecard[style="max-height: 1000px;"] .buttonopen {
    opacity: 0;
}

#fortunebutton {
    display: inline-block;
    position: fixed;
    z-index: 99;
    left: 2%;
    bottom: 64px;
    background: rgba(33, 45, 90, 0.88);
    border-radius: 18px;
    font-size: 24px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    transition: 0.5s ease transform, 0.2s ease background;
    overflow: hidden;
    cursor: pointer;
}

#oplpay {
    text-decoration: none;
    position: fixed;
    z-index: 9999;
    margin-left: calc(50% - 165px);
    bottom: 64px;
    width: 330px;
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: 0;
}

.fortuneicon {
    display: inline-flex;
    color: rgb(61, 109, 191);
    font-size: 28px;
    margin-top: 1px;
    animation: change-color 1s ease-in-out infinite;
}

@keyframes change-color {
    0% {
        color: rgb(61, 109, 191);
    }

    50% {
        color: rgb(45, 116, 239);
    }

    100% {
        color: rgb(61, 109, 191);
    }
}

.aquatext {
    display: inline-block;
    color: rgb(61, 109, 191);
    font-weight: 600;
}

.podzag {
    display: inline-block;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: -5px;
    font-size: 18px;
    max-width: 700px;
}

.allimagesbutton {
    display: inline-block;
    position: relative;
    height: 26px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 0.5px;
    background: rgba(33, 45, 90, 0.7);
    border-radius: 10px;
    font-size: 19px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    transition: 0.2s ease color, 0.2s ease background, 0.3s ease opacity, 0.15s ease transform;
}

.allimagesbuttonfull {
    display: inline-block;
    position: absolute;
    right: -14px;
    top: -14px;
    padding: 25px;
    cursor: pointer;
    z-index: 1;
    pointer-events: all;
    transition: 0.2s ease color, 0.2s ease background, 0.3s ease opacity, 0.15s ease transform;
}

.gamecard[style="max-height: 214px;"] .allimagesbuttonfull {
    opacity: 0;
    pointer-events: none;
}

.allimagesbuttonfull:active .allimagesbutton {
    transform: scale(0.87);
}

.iconimage {
    color: rgb(61, 109, 191);
    font-size: 20px;
    margin-right: 2px;
}

#blackscreen {
    display: block;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.9);
    top: 0px;
    z-index: 101;
    transition: 0.5s ease opacity, 0.4s ease transform;
}

#blackscreenlist {
    display: block;
    position: absolute;
    height: 90%;
    top: 5%;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.screenimage {
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#blackscreenmain {
    display: block;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.65);
    top: 0px;
    z-index: 101;

}

#tokenwindow {
    display: block;
    position: fixed;
    bottom: 0px;
    height: 130px;
    width: 100%;
    z-index: 101;
    background: rgba(29, 38, 78, 0.88);
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    overflow: hidden;
}

#wayswindow {
    display: block;
    position: fixed;
    bottom: 0px;
    height: 600px;
    width: 100%;
    z-index: 1000;
    background: rgba(29, 38, 78, 0.88);
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    overflow: hidden;
}

.aboutpay {
    display: inline-block;
    position: relative;
    text-align: left;
}

.examplemts {
    display: inline-block;
    position: relative;
    width: 100%;
    border-radius: 14px;
    margin-top: 12px;
}

#otzhide {
    display: inline-block;
    position: absolute;
    top: 56px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#zagotz {
    display: inline-block;
    position: relative;
    width: 86%;
    margin: 90px 0px 8px 7%;
    font-weight: 600;
    font-size: 21px;
    text-align: center;
}

.cardblock {
    display: inline-block;
    position: relative;
    margin-top: 76px;
    width: 94%;
    margin-left: 3%;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
}

.center {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    width: 320px;
}

.zagcard {
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 12px;
}

.cardstyle {
    display: inline-flex;
    position: relative;
    width: 320px;
    height: 150px;
    border-radius: 25px;
    flex-direction: column;
    background: linear-gradient(35deg, rgb(33, 44, 91), rgb(38, 50, 95));
}

.cardblocknumber {
    display: inline-block;
    position: relative;
    font-size: 28px;
    font-weight: 600;
    margin-top: 84px;
    color: rgb(61, 109, 191);
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}

.cardblockprice {
    display: inline-block;
    position: absolute;
    font-size: 24px;
    font-weight: 600;
    top: 10px;
    right: 46px;
    color: rgb(61, 109, 191);
}

.cardblocktext {
    display: inline-block;
    position: absolute;
    font-size: 17px;
    top: -19px;
    left: 0px;
    font-weight: 100;
    color: white;
}

.cardblockcopy {
    display: inline-block;
    position: absolute;
    font-size: 18px;
    top: 22px;
    right: 0px;
    padding: 10px;
    padding-right: 0px;
    cursor: pointer;
    font-weight: 100;
    color: white;
}

.cardsimage {
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 46px;
    height: 22px;
}

.loadblock {
    display: inline-block;
    position: relative;
    margin-top: 15px;
    text-align: left;
    width: 320px;
    white-space: nowrap;
    margin-left: 8px;
}

.loadblocktext {
    display: inline-block;
    position: relative;
    margin-left: 44px;
    white-space: normal;
}

.loader {
    position: absolute;
    top: 14px;
    width: 30px;
    height: 30px;
    border: 4px solid rgb(61, 109, 191);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-03 {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 5px;
    border: .3em solid currentcolor;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation: 0.8s loader-03 linear infinite;
    position: relative;
}

@keyframes loader-03 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.allstages {
    display: block;
    position: relative;
    width: 96%;
    text-align: left;
    margin-left: 2%;
    margin-top: 22px;
}

.fullstage {
    display: inline-flex;
    position: relative;
    margin-bottom: 20px;
}

.stagenumberfull {
    display: inline-flex;
    position: relative;
    border: 4px solid rgb(61, 109, 191);
    height: 40px;
    width: 40px;
    font-size: 24px;
    font-weight: 600;
    border-radius: 50%;
    margin-top: auto;
    margin-bottom: auto;
}

.stagenumber {
    display: inline-block;
    position: relative;
    margin: 6px auto 0px auto;
}

.stagestick {
    display: inline-block;
    position: absolute;
    top: 44px;
    left: 20px;
    width: 4px;
    height: 20px;
    background: rgb(61, 109, 191);
}

.stagetext {
    display: inline-flex;
    position: relative;
    margin-left: 10px;
    width: 250px;
    font-size: 16px;
    margin-top: auto;
    margin-bottom: auto;
}

.wayslist {
    display: inline-block;
    position: relative;
    margin-top: 82px;
    width: 340px;
    margin-left: calc(50% - 170px);
}

.wayslistway {
    display: inline-flex;
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 20px;
    background: rgba(40, 54, 109, 0.35);
    margin: 8px 8px 8px 8px;
    flex-direction: column;
    cursor: pointer;
    transition: 0.15s ease transform, 0.3s ease background;
}

.wayslistway:active {
    transform: scale(0.88);
}

.wayslistwayimg {
    display: inline-block;
    position: relative;
    height: 60px;
    margin: 28px auto 0px auto;
}

.wayslistwaytext {
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin: 7px auto 0px auto;
    font-size: 22px;
}

#supportwindow {
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 96%;
    z-index: 101;
    background: rgba(29, 38, 78, 0.88);
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    overflow: hidden;
}

.fortunestartend {
    width: 100%;
    text-align: center;
    margin-top: 252px;
    transition: 0.4s ease opacity, 0.4s ease transform;
}

#fortunewindow {
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 550px;
    z-index: 101;
    background: rgba(29, 38, 78, 0.88);
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    overflow: hidden;
}

#keyprize {
    display: inline-flex;
    position: absolute;
    background: rgb(40, 51, 103);
    border-radius: 14px;
    font-weight: 100;
    font-size: 18px;
    padding: 5px 16px 5px 16px;
    top: 110px;
    left: calc(50% - 155px);
    flex-direction: column;
    cursor: pointer;
    transition: 0.3s ease background, 0.3s ease opacity;
}

#keyprizecode {
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 27px;
    color: rgb(61, 109, 191);
}

#keyprizeactive {
    display: inline-block;
    position: relative;
    margin-left: auto;
    color: rgb(61, 109, 191);
}

#purchaseswindow {
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 550px;
    z-index: 101;
    background: rgba(29, 38, 78, 0.88);
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    overflow: hidden;
}

.vertaligncontainer {
    display: inline-flex;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 60px;
    bottom: 0px;
}

.vertalign {
    display: inline-flex;
    position: relative;
    flex-direction: column;
    margin: auto;
    width: 340px;
    text-align: center;
}

.puricon {
    display: inline-block;
    position: relative;
    color: rgb(61, 109, 191);
    font-size: 110px;

}

.purtext {
    display: inline-block;
    position: relative;
    color: white;
    font-size: 20px;
    margin-top: -10px;
}

#treug {
    display: inline-block;
    position: absolute;
    left: calc(50% - 15px);
    top: 98px;
    width: 30px;
    height: 30px;
    transition: 0.3s ease opacity;
}

.treuganim {
    animation: rocking 0.2s infinite;
}

@keyframes rocking {
    0% {
        transform: rotate(4deg);
    }

    50% {
        transform: rotate(-4deg);
    }

    100% {
        transform: rotate(4deg);
    }
}

.zagfortune {
    display: inline-block;
    position: relative;
    font-size: 28px;
    font-weight: 600;
}

.podzagfortune {
    display: inline-block;
    position: relative;
    font-size: 18px;
    margin: 8px 30px 0px 30px;
}

.podzagfortunesw {
    display: inline-block;
    position: relative;
    font-size: 17px;
    margin: 18px 30px 0px 30px;
    color: rgb(41, 54, 107);
}

.fortunefull {
    display: inline-block;
    position: absolute;
    top: 110px;
    width: 100%;
    height: 70px;
    border-top: 10px solid rgb(40, 51, 103);
    border-bottom: 10px solid rgb(40, 51, 103);
    overflow: hidden;
    white-space: nowrap;
    transition: 0.3s ease opacity;
}

.fortuneall {
    display: inline-flex;
    position: relative;
    height: 70px;
    white-space: nowrap;
    transition: 7s ease;
}

.fortunepr {
    display: inline-flex;
    position: relative;
    width: 120px;
    height: 70px;
    border-left: 10px solid rgb(40, 51, 103);
    margin: 0px;
}

.fortuneimage {
    display: inline-block;
    position: relative;
    margin: auto;
    width: 90px;
}

.band {
    display: inline-block;
    position: absolute;
    top: 6px;
    width: 44px;
    height: 4px;
    background: rgb(77, 100, 169);
    border-radius: 4px;
    left: calc(50% - 22px);
}

.supporticon {
    display: inline-block;
    position: absolute;
    padding: 10px;
    padding-top: 22px;
    cursor: pointer;
    font-size: 25px;
    color: rgb(135, 163, 247);
    transition: 0.2s ease;
}

.supporticon:active {
    transform: scale(0.8);
}

.supportname {
    display: inline-block;
    position: absolute;
    padding-top: 18px;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: white;
}

.supportabout {
    display: inline-block;
    position: absolute;
    top: 42px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 14px;
    color: white;
}

#hints {
    display: inline-block;
    position: absolute;
    bottom: 63px;
    height: 34px;
    left: 6px;
    right: 6px;
    overflow-x: auto;
    white-space: nowrap;
}

.hint {
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: rgb(36, 49, 99);
    font-size: 18px;
    margin-left: 6px;
    padding: 4px 8px 4px 8px;
    border-radius: 18px;
    transition: 0.2s ease;
}

.hint:active {
    transform: scale(0.9);
}

#supporthistory {
    display: inline-flex;
    position: absolute;
    width: 100%;
    top: 72px;
    bottom: 110px;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
}

.fullmessage {
    display: flex;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    max-width: 88%;
    margin-top: 8px;
}

.supporthistoryicon {
    display: inline-flex;
    position: relative;
    margin-top: auto;
    background: rgb(36, 49, 99);
    color: rgb(135, 163, 247);
    padding: 5px;
    border-radius: 50%;
    font-size: 20px;
    margin-left: 6px;
    margin-right: 6px;
}

.supporthistorymessage {
    display: inline-flex;
    position: relative;
    background: rgb(36, 49, 99);
    font-size: 18px;
    padding: 5px 10px 5px 10px;
    border-radius: 18px;
    overflow: hidden;
    flex-direction: column;
}

.supporthistorymessagetext {
    overflow-wrap: break-word;
}

.supporthistorymessageimg {
    width: calc(100% + 8px);
    margin-top: 6px;
    border-radius: 16px;
    cursor: pointer;
    margin-left: -4px;
    margin-right: -4px;
}

.supporthistorymessagename {
    overflow-wrap: break-word;
    overflow: hidden;
    color: rgb(135, 163, 247);
    font-weight: 600;
    font-size: 14px;
}

.right {
    margin-left: auto;
}

.pringroup {
    display: inline-block;
    position: relative;
    margin: 14px 20px 0px 20px;
    text-align: left;
}

.prindog {
    display: inline-block;
    position: relative;
    margin-top: -14px;
    padding-left: 35px;
    font-size: 14px;
    cursor: pointer;
    color: rgb(212, 221, 255);
    max-width: 80%;
}

.zagol {
    display: inline;
    font-size: 26px;
    color: rgb(61, 109, 191);
    font-weight: 600;
}

.waysgrad {
    display: inline-flex;
    position: absolute;
    left: 0px;
    width: 30px;
    height: 32px;
    background: linear-gradient(to right, rgba(33, 45, 90, 0), rgba(33,
                45,
                90, 1), rgba(33,
                45,
                90, 0));
    pointer-events: none;
    z-index: 1;
    margin-top: 12px;
}

.ways {
    display: inline-block;
    position: relative;
    margin-left: 15px;
    width: calc(100% - 30px);
    margin-top: 12px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.way {
    display: inline-flex;
    position: relative;
    height: 32px;
    background: rgb(42, 54, 99);
    overflow: hidden;
    font-size: 20px;
    border-radius: 25px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 1px;
    margin-right: 1px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.4s ease background, 0.12s ease transform;
}

.way:active {
    transform: scale(0.9);
}

.textway {
    display: inline-block;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 8px;
}

.logoway {
    display: inline-block;
    position: relative;
    height: 75%;
    margin-top: auto;
    margin-bottom: auto;
}

#promotion {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(29, 38, 78, 0.88);
    bottom: 100%;
    transition: 0.3s ease transform;
    z-index: 102;
    transform: translateY(0%);
}

#promotioncontent {
    display: flex;
    position: relative;
    margin-left: 15px;
    width: calc(100% - 30px);
    flex-direction: row;
    overflow-x: hidden;
    overflow-y: auto;
}

.promotionzag {
    display: inline-block;
    position: absolute;
    top: 13.5px;
    font-size: 21px;
    padding-left: 36px;
}

.promotionclock {
    display: inline-block;
    position: absolute;
    color: rgb(61, 109, 191);
    font-size: 26px;
    left: 0px;
    bottom: -3.5px;
}

.promotionclose {
    display: inline-block;
    position: absolute;
    color: rgb(61, 109, 191);
    font-size: 26px;
    right: -10px;
    top: 0px;
    padding: 10px;
    cursor: pointer;
    transition: 0.3s ease color, 0.17s ease transform;
    text-decoration: none;
}

.promotionclose:active {
    transform: scale(0.88);
}

#promotionproducforyou {
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 1px;
}

#promotionproductime {
    display: inline-block;
    position: relative;
    color: rgb(61, 109, 191);
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
}

#promotionproduct {
    display: block;
    position: relative;
    margin: auto 0px auto 0px;
    top: 24px;
    width: 100%;
    text-align: center;
}

#promotionproductimage {
    display: inline-block;
    position: relative;
    width: 300px;
}

#promotionproductname {
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 30px;
    margin-top: 0px;
}

#promotionproductabout {
    display: inline-block;
    position: relative;
    font-size: 18px;
    margin-top: 4px;
    margin-bottom: 14px;
}

.promotionproductprice {
    display: inline-block;
    position: absolute;
    font-size: 22px;
    font-weight: 400;
    left: calc(50% + 100px);
    margin-top: -38px;
}

@media screen and (max-height: 658px) {
    #wayswindow {
        height: 95%;
    }
}

@media screen and (min-width: 470px) {
    .gamecarddopicon {
        top: 0px;
    }

    .prindog {
        margin-top: -5px;
    }
}


@media screen and (max-width: 410px) {
    .giftpromoaboutt {
        font-size: 13.5px;
    }
}

@media screen and (max-width: 373px) {
    .giftpromoaboutt {
        margin-left: 14px;
        font-size: 16px;
    }
}

@media screen and (min-width: 500px) {
    #wayswindow {
        right: calc(50% - 200px);
        bottom: 8px;
        width: 380px;
        border-bottom-left-radius: 28px;
        border-bottom-right-radius: 28px;
        border: 2px solid rgba(49, 58, 98, 0.88);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    }
}

@media screen and (min-width: 800px) {

    .cover {
        height: 500px;
        margin-top: 0px;
    }

    .covertext {
        margin-top: 100px;
        max-width: 500px;
    }

    .coverplus {
        display: inline-flex;
    }

    .coverpluses {
        text-align: center;
        white-space: nowrap;
    }

    .coverplus1 {
        position: absolute;
        left: 0px;
    }

    .coverplus3 {
        position: absolute;
        right: 0px;
    }

    .giftpromoabout {
        font-size: 22px;
    }

    .zag {
        font-size: 34px;
    }

    .infoblocktext {
        max-width: 400px;
    }

    .infoblockzag {
        max-width: 400px;
    }

    .infoblock {
        text-align: left;
    }

    .infoblockimg {
        display: block;
        position: absolute;
        height: 250px;
        width: 250px;
        margin-left: 0px;
        right: 0px;
        top: calc(50% - 125px);
    }

    .guarantee {
        width: 384px;
    }

    #promotioncontent {
        margin-left: calc(50% - 200px);
        width: 400px;
    }
}

@media screen and (min-width: 1220px) {

    #coverlogofull {
        display: none;
    }

    #covercontent {
        width: 1200px;
        margin-left: calc(50% - 600px);
    }

    .insidecontent {
        width: 1220px;
        margin-left: calc(50% - 610px);
    }

    .insidecontentnav {
        width: 1220px;
        margin-left: calc(50% - 610px);
    }

    #navpc {
        display: block;
    }

    #navtel {
        display: none;
    }

    .footerbutton {
        padding: 8px 30px 8px 30px;
    }

    #footerbuttons {
        top: 21px;
        left: 378px;
    }

    #footerstat {
        margin-top: 90px;
    }

    #footer {
        padding-bottom: 0px;
        height: 338px;
    }

    #footerabout {
        top: 200px;
        font-size: 18px;
        max-width: 500px;
    }

    #polz {
        top: 200px;
        right: 0px;
    }

    #poli {
        top: 224px;
        right: 0px;
    }

    #polm {
        top: 260px;
        right: 0px;
    }

    .giftpromocodecopy:hover {
        color: rgb(81, 129, 211);
    }

    #forpc {
        display: inline-block;
    }

    .gamecard {
        margin-left: 10px;
        margin-right: 10px;
        width: 384px;
    }

    .gamecard[style="max-height: 214px;"] .gamecardfullimg:hover .gamecardimg {
        transform: scale(1.1);
    }

    .gamecarddopicon {
        top: 18px;
    }

    .button:hover {
        transform: scale(1.03);
    }

    #new_notification_main {
        bottom: 8px;
        right: 8px;
    }

    #catalognav {
        top: 60px;
    }

    .navback:hover {
        color: rgb(81, 129, 211);
    }

    .navcategory:hover {
        background: rgba(36, 50, 112, 0.5);
    }

    #catalognav2 {
        width: 1200px;
        left: calc(50% - 600px);
        right: none;
        top: 0px;
    }

    #navcategories,
    #navcategories2 {
        left: 120px;
    }

    .navgrad {
        left: 95px;
    }

    .infoblocktext {
        max-width: 500px;
    }

    .infoblockzag {
        max-width: 600px;
    }

    .reviewsblock {
        flex-direction: row;
    }

    .newreview {
        width: calc(30% - 20px);
    }

    .reviewslist {
        width: calc(70% - 20px);
        margin-left: 20px;
        margin-top: 0px;
    }

    .reviewname {
        max-width: 400px;
    }

    .footerbutton:hover {
        color: rgb(149, 173, 253);
    }

    #polz:hover,
    #poli:hover {
        color: rgb(149, 173, 253);
    }

    #footerup:hover {
        background: rgb(39, 49, 91);
    }

    .angleleft,
    .angleright {
        color: rgba(200, 200, 200, 0);
        pointer-events: none;
    }

    .gamecard[style="max-height: 1000px;"]:hover .angleleft,
    .gamecard[style="max-height: 1000px;"]:hover .angleright {
        color: rgba(200, 200, 200, 0.6);
        pointer-events: all;
    }

    .allimagesbuttonfull {
        opacity: 0;
        pointer-events: none;
    }

    .gamecard[style="max-height: 1000px;"]:hover .allimagesbuttonfull {
        opacity: 1;
        pointer-events: all;
    }

    .screenangleright:hover,
    .screenangleleft:hover,
    .screenclose:hover {
        color: rgba(200, 200, 200, 0.9);
    }

    .screenangleright,
    .screenangleleft {
        bottom: none;
        top: calc(50% - 42px);
    }

    #supportwindow {
        right: 8px;
        bottom: 8px;
        width: 375px;
        height: 550px;
        border-bottom-left-radius: 28px;
        border-bottom-right-radius: 28px;
        border: 2px solid rgba(49, 58, 98, 0.88);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    }

    #fortunewindow {
        right: 8px;
        bottom: 8px;
        width: 424px;
        height: 550px;
        border-bottom-left-radius: 28px;
        border-bottom-right-radius: 28px;
        border: 2px solid rgba(49, 58, 98, 0.88);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    }

    #purchaseswindow {
        right: 8px;
        bottom: 8px;
        width: 375px;
        height: 550px;
        border-bottom-left-radius: 28px;
        border-bottom-right-radius: 28px;
        border: 2px solid rgba(49, 58, 98, 0.88);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    }

    .supporticon:hover {
        color: rgb(61, 109, 191);
    }

    .hint:hover {
        background: rgb(40, 54, 109);
    }

    .prindog {
        margin-top: -14px;
    }

    #tokenwindow {
        right: 8px;
        bottom: 8px;
        width: 375px;
        border-bottom-left-radius: 28px;
        border-bottom-right-radius: 28px;
        border: 2px solid rgba(49, 58, 98, 0.88);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    }

    #keyprize:hover {
        background: rgb(43, 55, 111);
    }

    .way:hover {
        background: rgb(52, 64, 109);
    }

    .fullnewreview {
        width: 350px;
    }

    #fortunebutton {
        left: 10px;
        bottom: 10px;
    }

    #fortunebutton:hover {
        background: rgba(37, 52, 105, 0.88);
    }

    .promotionclose:hover {
        color: rgb(81, 129, 211);
    }

    .wayslistway:hover {
        background: rgba(50, 66, 130, 0.35);
    }

    #oplpay {
        bottom: 6px;
    }
}

@keyframes swing {
    10% {
        transform: translate(0, 0px) rotate(15deg);
        transform-origin: top center;
    }

    15% {
        transform: translate(0, 0px) rotate(-10deg);
    }

    20% {
        transform: translate(0, 0px) rotate(5deg);
    }

    25% {
        transform: translate(0, 0px) rotate(-5deg);
    }

    30% {
        transform: translate(0, 0px) rotate(2deg);
    }

    35% {
        transform: translate(0, 0px) rotate(-1deg);
    }

    40% {
        transform: translate(0, 0px) rotate(0deg);
        transform-origin: center center;
    }
}

@-webkit-keyframes swing {
    10% {
        transform: translate(0, 0px) rotate(15deg);
        transform-origin: top center;
    }

    15% {
        transform: translate(0, 0px) rotate(-10deg);
    }

    20% {
        transform: translate(0, 0px) rotate(5deg);
    }

    25% {
        transform: translate(0, 0px) rotate(-5deg);
    }

    30% {
        transform: translate(0, 0px) rotate(2deg);
    }

    35% {
        transform: translate(0, 0px) rotate(-1deg);
    }

    40% {
        transform: translate(0, 0px) rotate(0deg);
        transform-origin: center center;
    }
}


.animateone {
    display: inline-block;
    -webkit-animation: swing 3s infinite linear;
    animation: swing 4s infinite linear;
    transform-origin: top center;
    font-size: 40px;
}

.button:hover {
    -webkit-box-shadow: 0 0 14px rgba(61, 109, 191, 0.5);
}

.button:active {
    transform: scale(0.93);
}

.ggroup {
    position: relative;
    display: inline-block;
    width: 90%;
    transition: 0.15s;
}

.ginput {
    font-size: 18px;
    font-weight: 400;
    padding: 13px 10px 5px 10px;
    display: inline-block;
    width: calc(100% - 24px);
    outline: none;
    background: #199c1f00;
    color: rgb(255, 255, 255);
    border: 2px solid rgb(46, 58, 109);
    border-radius: 10px;
    transition: 0.3s;
    background: rgb(29, 38, 78);
    font-family: "Gilroy";
}

.glabel {
    color: rgb(135, 163, 247);
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 10px;
    max-height: 8px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    background: rgb(29, 38, 78);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.glabeltext {
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    position: relative;
    background: rgb(29, 38, 78);
    transition: 0.1s ease all;
    -moz-transition: 0.1s ease all;
    -webkit-transition: 0.1s ease all;
    border-radius: 12px;
    margin-top: 2px;
    font-weight: bold;
    white-space: nowrap;
}

.ginput:hover {
    border: 2px solid rgba(61, 109, 191, 0.436);
}

.ginput:focus~.glabel,
.ginput:not(:placeholder-shown)~.glabel {
    top: -8px;
    left: 10px;
    font-size: 14px;
    border-right: 2px solid rgb(46, 58, 109);
    border-left: 2px solid rgb(46, 58, 109);
    border-top: 2px solid rgb(46, 58, 109);
}

@supports (-webkit-touch-callout: none) {

    .ginput:focus~.glabel,
    .ginput:not(:placeholder-shown)~.glabel {
        top: -6px;
    }
}

.ginput:hover~.glabel {
    color: rgba(61, 109, 191, 0.84);
    border-right-color: rgba(61, 109, 191, 0.436);
    border-left-color: rgba(61, 109, 191, 0.436);
    border-top-color: rgba(61, 109, 191, 0.436);
}

.ginput:focus~.glabel {
    color: rgb(61, 109, 191);
    border-right: 2px solid;
    border-left: 2px solid;
    border-top: 2px solid;
}

.ginput:focus {
    border: 2px solid rgb(61, 109, 191);
}

.aqua {
    display: inline-block;
    color: rgb(61, 109, 191);
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease color;
    text-decoration: none;
}

.aqua:hover {
    color: rgb(85, 128, 201);
}

.checkbox-wrapper-12 {
    display: inline-block;
    position: absolute;
    left: 0px;
}

.checkbox-wrapper-12>svg {
    position: absolute;
    top: -130%;
    left: -170%;
    width: 110px;
    pointer-events: none;
}

.checkbox-wrapper-12 * {
    box-sizing: border-box;
}

.checkbox-wrapper-12 input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    margin: 0;
}

.checkbox-wrapper-12 input[type="checkbox"]:focus {
    outline: 0;
}

.checkbox-wrapper-12 .cbx {
    display: inline-block;
    width: 24px;
    height: 24px;
    top: calc(50vh - 12px);
    left: calc(50vw - 12px);
}

.checkbox-wrapper-12 .cbx input {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 2px solid rgb(53, 67, 129);
    border-radius: 50%;
}

.checkbox-wrapper-12 .cbx label {
    width: 24px;
    height: 24px;
    background: none;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: url("#goo-12");
    filter: url("#goo-12");
    transform: trasnlate3d(0, 0, 0);
    pointer-events: none;
}

.checkbox-wrapper-12 .cbx svg {
    position: absolute;
    top: 5px;
    left: 4px;
    z-index: 1;
    pointer-events: none;
}

.checkbox-wrapper-12 .cbx svg path {
    stroke: #fff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 19;
    stroke-dashoffset: 19;
    transition: stroke-dashoffset 0.3s ease;
    transition-delay: 0.2s;
}

.checkbox-wrapper-12 .cbx input:checked+label {
    animation: splash-12 0.6s ease forwards;
}

.checkbox-wrapper-12 .cbx input:checked+label+svg path {
    stroke-dashoffset: 0;
}

@-moz-keyframes splash-12 {
    40% {
        background: rgb(61, 109, 191);
        box-shadow: 0 -18px 0 -8px rgb(61, 109, 191), 16px -8px 0 -8px rgb(61, 109, 191), 16px 8px 0 -8px rgb(61, 109, 191), 0 18px 0 -8px rgb(61, 109, 191), -16px 8px 0 -8px rgb(61, 109, 191), -16px -8px 0 -8px rgb(61, 109, 191);
    }

    100% {
        background: rgb(61, 109, 191);
        box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
    }
}

@-webkit-keyframes splash-12 {
    40% {
        background: rgb(61, 109, 191);
        box-shadow: 0 -18px 0 -8px rgb(61, 109, 191), 16px -8px 0 -8px rgb(61, 109, 191), 16px 8px 0 -8px rgb(61, 109, 191), 0 18px 0 -8px rgb(61, 109, 191), -16px 8px 0 -8px rgb(61, 109, 191), -16px -8px 0 -8px rgb(61, 109, 191);
    }

    100% {
        background: rgb(61, 109, 191);
        box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
    }
}

@-o-keyframes splash-12 {
    40% {
        background: rgb(61, 109, 191);
        box-shadow: 0 -18px 0 -8px rgb(61, 109, 191), 16px -8px 0 -8px rgb(61, 109, 191), 16px 8px 0 -8px rgb(61, 109, 191), 0 18px 0 -8px rgb(61, 109, 191), -16px 8px 0 -8px rgb(61, 109, 191), -16px -8px 0 -8px rgb(61, 109, 191);
    }

    100% {
        background: rgb(61, 109, 191);
        box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
    }
}

@keyframes splash-12 {
    40% {
        background: rgb(61, 109, 191);
        box-shadow: 0 -18px 0 -8px rgb(61, 109, 191), 16px -8px 0 -8px rgb(61, 109, 191), 16px 8px 0 -8px rgb(61, 109, 191), 0 18px 0 -8px rgb(61, 109, 191), -16px 8px 0 -8px rgb(61, 109, 191), -16px -8px 0 -8px rgb(61, 109, 191);
    }

    100% {
        background: rgb(61, 109, 191);
        box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
    }
}