:root {
    --orange: #FF4100;
    --gray: #373833;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    overflow-x: hidden;
}
h1 {
    color: var(--orange);
    margin: 0;
    font-size: 140px;
    font-weight: 300;
    line-height: 1;
}
a {
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.button {
    background: #fff;
    display: table;
    padding: 5px 30px;
    text-align: center;
    font-weight: 600;
    color: #000;
    border-radius: 0 5px 0 5px;
    transition: all 0.4s ease-in-out;
    box-sizing: border-box;
}
.button:hover {
    background: #444;
    color: #fff;
}
.redBtn {
    background: #c00033;
    color: #fff;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.container {
    padding: 0 20px;
    margin: 0px auto;
    max-width: 1200px;
    box-sizing: border-box;
    position: relative;
}
.flex {
    display: flex;
}
.flex-col {
    flex-direction: column;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.absolute {
    position: absolute;
    top: 10px;
    left: 10px;
}

.headline h2 {
    margin: 0 0 20px;
    font-size: 40px;
    font-weight: 400;
}
.headline {
    padding: 0 0 60px;
    overflow: hidden;
}
.animateLine {
    position: relative;
    border-bottom: 2px solid #61687e;
}
.decor {
    position: absolute;
    width: 500px;
    top: -62px;
    mix-blend-mode: screen;
    /*right: 79%;*/
    animation: lines 4s infinite;
}
.decor img {
    display: block;
    width: 100%;
}
.block {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

/* ANIMATE */
@keyframes pulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(0.9)
    }
    100% {
        transform: scale(1)
    }
}
@keyframes lines {
    0% {
        right: -40%;
        opacity: 0;
    }
    5% {
        opacity: 0;
    }
    50% {
        right: 83%;
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        right: -40%;
        opacity: 0;
    }
}


/* PAGINATION */
.swiper-pagination-bullet {
    background: #fff;
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,12px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,12px));
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #fff;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,6px);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: #000;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "\f054";
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "\f053";
}
.swiper-button-next, .swiper-rtl .swiper-button-prev, .swiper-button-prev, .swiper-rtl .swiper-button-next {
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.25);
}



video::-webkit-media-controls {
    display: none;
}
.videoBanner {
    position: relative;
}
.videoBanner video {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
}
.lineDecor {
    position: absolute;
    top: 82.3%;
    left: 0;
    width: 100%;
}
.lineDecor img {
    width: 100%;
    display: block;
    height: auto;
}


.categories {
    /*background: linear-gradient(to right,  #196cb2 0%,#1c519c 50%,#194e99 100%);*/
    background: linear-gradient(to bottom, rgba(25,108,178,1) 0%,rgba(22,72,148,1) 100%);
    margin-top: -30px;
}
.categories .flex {
    justify-content: space-between;
}
.cat {
    position: relative;
}
.cat:hover {
    transform: scale(1.1);
}
.cat img {
    display: block;
    width: 90%;
    height: auto;
    margin: 0px auto;
}
.nameCat {
    position: absolute;
    bottom: 30px;
    left: 10%;
    width: 80%;
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    line-height: 1.1;
}


.promoList {
    padding: 60px 0;
    /*background: linear-gradient(to right,  #196cb2 0%,#1c519c 50%,#194e99 100%);*/
    background: linear-gradient(to bottom,  rgba(22,72,148,1) 0%,rgba(20,63,140,1) 100%);
    margin-top: -1px;
}
.promoSlider, .gamesSlider {
    padding: 50px 0;
}
.promoSlider img {
    width: 100%;
    height: auto;
    display: block;
}


.games {
    padding: 0 0 40px;
    /*background: linear-gradient(to right,  #196cb2 0%,#1c519c 50%,#194e99 100%);*/
    background: linear-gradient(to bottom,  rgba(20,63,140,1) 0%,rgba(19,45,106,1) 100%);
}
.imageGame img {
    width: 100%;
    display: block;
    aspect-ratio: 1/1.15;
    object-fit: cover;
}
.contentGame {
    border-radius: 20px;
    background: rgba(0,0,0,0.5);
    height: 100%;
}
.imageGame {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.contentGame .button {
    margin: 20px auto 10px;
}
.detailsGame {
    padding: 20px 15px 15px;
    transition: all 0.4s ease-in-out;
}
.titleGame {
    font-weight: 600;
    font-size: 18px;
    min-height: 50px;
    color: #fff;
}
.descriptionGame {
    font-size: 12px;
    margin: 15px 0;
    overflow: hidden;
    height: 75px;
    position: relative;
}
.descriptionGame::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.3) 100%
    );
}
.gamesSlider .swiper-slide {
    border: 2px solid transparent;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    border-radius: 20px;
    height: auto;
}
.gamesSlider .swiper-slide:hover {
    padding: 5px;
    border-color: #34b2f0;-webkit-box-shadow: 0px 0px 20px 10px rgba(52,178,240,0.25);
    -moz-box-shadow: 0px 0px 20px 10px rgba(52,178,240,0.25);
    box-shadow: 0px 0px 20px 10px rgba(52,178,240,0.25);
}
.gamesSlider .swiper-slide:hover .detailsGame {
    padding: 20px 10px 15px;
}
.absolute button {
    background-color: rgba(246,249,255,.9);
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    color: #000;
    border: none;
    margin-bottom: 5px;
}
.gamesSlider .swiper-button-next {
    right: calc(50% - 570px);
}
.gamesSlider .swiper-button-prev {
    left: calc(50% - 570px);
}
.gamesSlider::before, .gamesSlider::after {
    position: absolute;
    top: 0;
    width: 25%;
    height: 100%;
    content: '';
    backdrop-filter: blur(2px);
    z-index: 9;
    -webkit-mask-repeat: no-repeat;
}
.gamesSlider::before {
    left: 0;
    -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1));
    -webkit-mask-size: 100%;
    -webkit-mask-position: left top;
}
.gamesSlider::after {
    -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1));
    -webkit-mask-size: 100%;
    -webkit-mask-position: right top;
    right: 0;
}


.console {
    background: linear-gradient(to bottom,  rgba(19,45,106,1) 0%,rgba(5,7,12,1) 100%);
    padding: 0 0 80px;
}
.console .headline {
    padding: 0;
    overflow: visible;
}
.console .headline .animateLine {
    border: none;
}
.console .swiper-slide img {
    display: block;
    margin: 0px auto;
}
.nameConsole {
    text-align: center;
    margin: -40px 0 50px;
    font-size: 23px;
    font-weight: 500;
    color: #fff;
}
.consoleSliderThumb img {
    width: auto;
    height: 100px;
    object-fit: contain;
}
.console .consoleSlider .swiper-slide img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    margin: -30px auto;
}
.consoleSliderThumb .button {
    margin: 30px auto 0;
    opacity: 0;
    pointer-events: none;
}
.consoleSlider {
    /*border-bottom: 2px solid #61687e;*/
    /*margin-bottom: 20px;*/
}
.consoleSliderThumb {
    padding: 20px 0 70px;
    max-width: 750px;
}
.activeBorder {
    border: 2px solid transparent;
    border-radius: 0 20px;
    padding: 10px 0;
    transition: all 0.4s ease-in-out;
}
.swiper-slide-thumb-active .button {
    opacity: 1;
    pointer-events: auto;
}
.consoleSliderThumb .swiper-slide {
    opacity: 0.5;
}
.consoleSliderThumb .swiper-slide-next,
.consoleSliderThumb .swiper-slide-prev {
    opacity: 0.8;
}
.consoleSliderThumb .swiper-slide-thumb-active {
    cursor: pointer;
    opacity: 1;
}
.consoleSliderThumb .swiper-slide-thumb-active .activeBorder {
    border-color: #f9ac18;
}
.bigConsole {
    background: transparent url("../images/console/bigConsole.png") center/100% 100% no-repeat;
}
.smallConsole {
    background: transparent url("../images/console/smallConsole.jpg") top/100% 80% no-repeat;
}


#merch.console {
  background: linear-gradient(to bottom, rgba(5,7,12,1) 0%, rgba(0,0,0,1) 100%);
  padding-top: 0;        /* remove any top gap inside merch */
  margin-top: -60px;     /* pull merch up to cover the blue band; tweak value if needed */
}

#merch .bigConsole {
  background: none;
}

#merch .merchBanner {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%); /* ignore container max-width, center full-width */
}

#merch .merchBanner img {
  width: 100%;
  height: 500px;
  object-fit: contain;
  display: block;
}

.videos {
    background: linear-gradient(to bottom,  rgba(5,7,12,1) 0%,rgba(0,0,0,1) 100%);
}
.videoSlider {
    padding: 30px 0 70px;
}
.videoSlider img {
    display: block;
    width: 100%;
    height: auto;
    border: 2px solid #fff;
    border-radius: 10px;
    object-fit: cover;
}
.videoSlider .swiper-slide {
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
    transform: scale(0.95);
}
.videoSlider .swiper-slide-active {
    transform: scale(1);
    -webkit-box-shadow: 0px 0px 12px 7px rgba(31,175,243,0.5);
    -moz-box-shadow: 0px 0px 12px 7px rgba(31,175,243,0.5);
    box-shadow: 0px 0px 12px 7px rgba(31,175,243,0.5);
    object-fit: cover;
}
.videoSlider .swiper-slide-active img {
    border-color: #1faff3;
}
.openYt {
    cursor: pointer;
}

/* POPUP */

/* POPUP */

.pop{
    background:rgba(0,0,0,0.7);
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    z-index:999;
    color: #000;
}
.pop .tabs.main{
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.pop .tabs.main .tab.main{
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
}
.xBtn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #FFF;
    border: 1px #000 solid;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.xBtn:before,
.xBtn:after{
    content: '';
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -1px;
    background: #000;
    transform: rotate(-45deg);
}
.xBtn {
    transition: 0.3s all;
}
.xBtn:hover {
    transform: rotate(90deg) scale(1.1);
}
.xBtn:after {
    transform: rotate(45deg);
}
.popup .placer{
    max-width: 760px;
    margin: auto;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding: 0px;
    background: #FFF;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.25);
}
.popup .placer .tabs{
    height: 100%;
}
.popup.type_loading .content{
    padding: 30px 30px 30px 30px;
    background: url("../images/default/loading.gif") center top no-repeat;
    background-size: 20px auto;
    color: #FFF;
}
.popup :-webkit-scrollbar {
    width: 5px;
    cursor: pointer;
    background: rgba(255,255,255,0.1);
}
.popup :-webkit-scrollbar-track {
    width: 5px;
}
.popup :-webkit-scrollbar-thumb {
    width: 5px;
    background: #00a0dd;
}


.scaler {
    position: relative;
    padding-bottom: 57.25%; /* 16:9 */
    height: 0;
}
.scaler iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ACCESORII */
.bigBackground {
    background: transparent url("../images/bannerProducts.jpg") top center/cover no-repeat;
    padding: 100px 0;
    margin-top: -70px;
}
.accesoriesSlider .swiper-pagination {
    display: none;
}
.bigBackground .swiper-button-prev {
    left: -15px;
}
.bigBackground .swiper-button-next {
    right: -15px;
}
.introAccesories {
    text-align: center;
    padding: 180px 0 60px;
}
.introAccesories h3 {
    font-size: 80px;
    font-weight: 300;
    margin: 0;
}
.introAccesories h3 strong {
    font-weight: 700;
}
.introAccesories p {
    font-weight: 300;
    font-size: 30px;
    margin: 10px auto;
}
.introAccesories img {
    width: 100%;
    display: block;
    height: auto;
    margin: 30px auto 0;
    animation: pulse 4s infinite;
}
.stoc svg {
    width: 15px;
    display: block;
    height: auto;
}
.stoc .block {
    font-weight: 700;
    color: #319e11;
    font-size: 14px;
}
.price {
    margin: 10px 0;
    color: #c00033;
    font-weight: 700;
    font-size: 25px;
}
.price sup {
    line-height: 1;
    font-size: 14px;
}
.productDetails {
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    color: #282828;
    border-radius: 15px;
    position: relative;
}
.productImage {
    height: 200px;
    display: block;
    width: 100%;
    margin: 0px auto 10px;
    object-fit: contain;
}
.nameProduct {
    font-weight: 600;
    min-height: 90px;
    color: #000;
}
.productDetails .button {
    width: 100%;
}
.stars {
    font-weight: 700;
    font-size: 14px;
    color: #319e11;
}

.wallet {
    background: #000;
    overflow: hidden;
    padding: 30px 0;
}
.tabs {
    display: table;
    width: 100%;
}
.tab {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
}
.wallet .tabs .tab {
    width: 50%;
}
.walletImage img {
    transform: scale(1.35);
    display: block;
    width: 100%;
    height: auto;
    margin-left: -90px;
}
.contentWallet {
    position: relative;
    z-index: 9;
    max-width: 600px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 0 0 auto;
}
.contentWallet h4 {
    font-size: 30px;
    font-weight: 400;
    margin: 10px 0;
}
.introWallet {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.contentWallet p {
    margin: 15px 0 25px;
}
.listSocial {
    text-align: center;
    margin-bottom: 100px;
    position: relative;
}
.listSocial a {
    display: inline-block;
    vertical-align: middle;
    margin: 30px 40px;
    color: #0055bb;
    font-size: 40px;
}

.footer .flex {
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.contentFooter {
    padding: 0 40px 0 10px;
    flex: auto;
}
.footer img {
    display: block;
    height: 40px;
    width: auto;
}
.contentFooter h5 {
    color: #fff343;
    margin: 0;
}
.contentFooter p {
    margin: 5px 0 0;
    font-size: 10px;
}


@media(max-width: 1199px){
    .gamesSlider .swiper-button-prev, .gamesSlider .swiper-button-next {
        /*left: 10px;*/
        display: none;
    }
    /*.gamesSlider .swiper-button-next {*/
    /*    right: 10px;*/
    /*}*/
    .swiper-button-prev {
        left: 0;
    }
    .swiper-button-next {
        right: 0;
    }

    .introAccesories h3 {
        font-size: 55px;
    }
    .walletImage img {
        margin-left: -40px;
    }
    .nameCat {
        font-size: 22px;
    }
    .accesoriesSlider {
        padding-bottom: 50px;
    }
    .accesoriesSlider .swiper-pagination {
        display: block;
    }
    .bigBackground .swiper-button-prev,
    .bigBackground .swiper-button-next {
        display: none;
    }

}
@media(max-width: 767px){
    .footer .flex {
        justify-content: center;
    }
    .contentFooter {
        padding: 0 10px;
        flex: inherit;
    }
    .categories .flex {
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: row;
        gap: 50px 0px;
    }
    .cat {
        position: relative;
        flex-basis: 50%;
    }
    .headline h2 {
        font-size: 30px;
    }
    .introAccesories h3 {
        font-size: 45px;
    }
    .promoList {
        padding: 30px 0;
    }
    .gamesSlider {
        padding-top: 10px;
    }

}
@media(max-width: 539px){
    .footer .flex {
        text-align: center;
    }
    .gamesSlider::before, .gamesSlider::after {
        display: none;
    }
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap,1.5px);
        width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,7px));
        height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,7px));
    }
    .nameCat {
        font-size: 18px;
        bottom: 20px;
    }
    .categories .flex {
        gap: 30px 0px;
    }
    .console {
        padding: 0 0 60px;
    }
    .consoleSlider img {
        height: 300px;
    }
    .consoleSliderThumb img {
        height: 130px;
    }
    .smallConsole {
        background-size: 100% 62%;
    }

    .swiper-slide-thumb-active .button {
        width: 100%;
        padding: 5px 10px;
    }
    .introAccesories h3 {
        font-size: 30px;
    }
    .introAccesories p {
        font-size: 20px;
    }
    .wallet .tabs .tab {
        width: 100%;
        display: block;
    }
    .contentWallet h4 {
        font-size: 25px;
        line-height: 1.1;
    }
    .listSocial {
        text-align: center;
        margin-bottom: 60px;
    }
    .listSocial a {
        margin: 15px 30px;
        font-size: 30px;
    }
    .bigBackground {
        margin-top: -130px;
        padding: 100px 0 60px;
    }
    .productImage {
        height: 130px;
        margin: 30px auto 50px;
    }
    .decor {
        width: 370px;
        top: -45px;
    }
    .nameConsole {
        margin: -30px 0 20px;
        font-size: 19px;
    }

}













