* {
    font-family: Play, sans-serif;
    box-sizing: border-box;
    outline: 0
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track {
    background: #2e3039;
    border-radius: 23px
}

::-webkit-scrollbar-thumb {
    background: #a9aec0;
    border-radius: 23px
}

::-webkit-scrollbar-thumb:hover {
    background: #a9aec0
}

::-moz-selection {
    color: #fff;
    background: #12bb6a
}

::selection {
    color: #fff;
    background: #12bb6a
}

body {
    margin: 0;
    background-image: url(/media/images/background_1_final_1024x1024.png)
}

a {
    text-decoration: none
}

header {
    background: linear-gradient(180deg, #2e3039 0, #13151a 100%)
}

.header-wrapper {
    max-width: 1900px;
    width: 100%;
    margin: auto;
    padding-left: 68px;
    padding-right: 68px;
    height: 90px
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%
}

.nav-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    width: 33.333%;
    justify-content: center
}

.nav-items {
    margin-right: 40px;
    transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    position: relative;
    height: 100%;
    align-items: center;
    display: flex;
    cursor: pointer
}

.nav-items:hover {
    transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

.nav-items::before {
    content: '';
    transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

.nav-items:hover .link {
    color: #12bb6a
}

.nav-items:hover::before {
    content: '';
    width: 100%;
    height: 31px;
    display: block;
    position: absolute;
    top: -29px;
    background-color: #12bb6a;
    box-shadow: 0 7px 56px #12bb6a;
    transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

.nav-items:last-child {
    margin-right: 0
}

.link {
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    transition: all 150ms ease-in-out
}

.logo-wrapper {
    width: 33.333%;
    text-align: left
}

.social-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 33.333%
}

.social-item {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 150ms ease-in-out;
    cursor: pointer;
    margin-left: 6px
}

.social-item.youtube {
    background-color: red;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35)
}

.social-item.facebook {
    background-color: #3b5998;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35)
}

.social-item.instagram {
    background-color: #e1306c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35)
}

.social-item.twitter {
    background-color: #1da1f2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35)
}

.social-item:hover {
    background-color: #42444d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35)
}

.mobile-header-wrapper {
    display: none
}

.mobile-header-wrapper {
    height: 78px
}

.mobile-header-content {
    padding-left: 25px;
    padding-right: 25px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nav-menu-toggler {
    background-color: transparent;
    border: none;
    outline: 0;
    position: relative
}

button:focus {
    outline: 0 !important
}

.burger-line {
    width: 23px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin-top: 6px;
    transition: all 150ms ease-in-out
}

.show-mobile .burger-line:nth-child(1) {
    transform: rotate(45deg);
    top: -3px;
    transition: all .3s;
    animation-fill-mode: forwards;
    position: absolute
}

.show-mobile .burger-line:nth-child(2) {
    opacity: 0;
    transition: all .3s;
    transform: translateX(136%);
    animation-fill-mode: forwards
}

.show-mobile .burger-line:nth-child(3) {
    transform: rotate(-45deg);
    transition: all .3s;
    bottom: 5px;
    animation-fill-mode: forwards;
    position: absolute
}

.mobile-content-wrapper {
    display: none;
    padding-top: 23px;
    padding-bottom: 40px;
    background-color: #2d3039
}

.background {
    background-color: #2d3039
}

.mobile-nav-content {
    text-align: center
}

.mobile-nav-items {
    padding-bottom: 24px
}

.mobile-nav-items:last-child {
    padding-bottom: 40px
}

.mobile-social-wrapper {
    display: flex;
    justify-content: center
}

.mobile-nav-items a.link:hover {
    color: #12bb6a !important
}

.slider {
    width: 100%;
    margin: 100px auto
}

.slick-slide {
    margin: 0 10px
}

.slick-slide img {
    width: 100%
}

.main-slick-next, .main-slick-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 3;
    cursor: pointer
}

.main-slick-next:before, .main-slick-prev:before {
    color: #000
}

.slider-img-prev {
    transform: rotate(180deg)
}

.home-page-wrapper .slick-slide {
    display: flex !important;
    align-items: center;
    position: relative
}

.home-page-wrapper .slick-slide.slick-active .slick-slide-parent::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: linear-gradient(180deg, rgba(46, 48, 57, 0) 0, rgba(22, 25, 34, .497) 40.62%, rgba(4, 6, 15, .7) 100%);
    border-radius: 2px
}

.slider-wrapper-body {
    height: 100%
}

.home-page-wrapper .slick-slide.slick-active .slick-slide-parent {
    height: 100%
}

.slick-slide-parent {
    height: 608px;
    width: 100%
}

.home-page-wrapper .slick-slide img {
    height: auto;
    border-radius: 2px
}

.slider-container {
    position: relative;
    background-color: #12151a
}

.arrow-wrapper {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 45%;
    width: 80.1%;
    left: 9.9%
}

.genres-game-title {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    opacity: .7;
    padding-right: 32px;
    margin-bottom: 16px
}

.slider-game-title {
    font-weight: 700;
    font-size: 38px;
    line-height: 135%;
    color: #fff;
    text-align: center;
    margin-bottom: 0
}

.discover-wrapper .main-btn {
    padding: 14px 36px
}

.discover-wrapper {
    margin-top: 0
}

.slider-body {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 0;
    padding-left: 128px;
    z-index: 2
}

.genres-game {
    display: flex
}

.slider-game {
    max-width: 530px
}

.home-page-wrapper .slick-dotted.slick-slider {
    margin-bottom: 0
}

.home-page-wrapper .slick-dots {
    z-index: 2
}

.short-info-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.short-info-img {
    text-align: center;
    margin-bottom: 10px
}

.short-info-count-title {
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 140%;
    text-align: center;
    background: linear-gradient(180deg, #ffa900 0, #ffb117 100%), #c4c4c4;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0
}

.roadmap-image {
    width: 100%
}

.short-info-description-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    text-align: center;
    color: #a9aec0
}

.short-info-container {
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 45px;
    padding-bottom: 30px;
    position: relative
}

.our-story-wrapper {
    display: flex;
    justify-content: space-between
}

.our-story-mobile-title {
    display: none
}

.our-story-block {
    padding: 92px;
    background-color: #312c3c;
    border-top-left-radius: 2px
}

.our-story-title {
    text-align: left;
    margin-bottom: 33px
}

.our-story-description {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 170%;
    color: #fff;
    opacity: .7;
    margin-bottom: 64px
}

.our-story-container {
    background-repeat: no-repeat;
    background-position: top;
    position: relative
}

.our-games-wrapper {
    display: flex;
    justify-content: space-between
}

.our-games-block {
    padding: 129px 92px;
    background-color: #312c3c
}

.background-container {
    background-repeat: no-repeat;
    background-position: 0 4%;
    position: relative
}

.home-page-wrapper .content-wrapper {
    background-size: auto
}

.dcr-Enemy-dron {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: -46px;
    margin-right: 120px
}

.latest-news-image {
    max-height: 320px;
    min-height: 320px
}

.latest-news-card .main-btn {
    transition: all 150ms ease-out;
    opacity: 0;
    height: auto;
    overflow: hidden;
    transform: translateY(10px)
}

.latest-news-card:hover .main-btn {
    opacity: 1;
    transform: translateY(0)
}

.latest-news-card:hover .card-item_description {
    transition: all 150ms ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden
}

.latest-news-card .card-item_description {
    opacity: 1
}

.latest-news-card .card-item_body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 251px;
    min-height: 251px
}

.latest-news-card .card-item_title {
    margin-bottom: 22px
}

.latest-news-title {
    font-weight: 700;
    font-size: 46px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    margin-bottom: 54px;
    margin-top: 54px
}

.stroke_button {
    transition: all 150ms ease-in-out;
    background-color: #000
}

.more-news-wraper .stroke_button:hover {
    background: linear-gradient(180deg, #12bb6a 0, #2d6c5e 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35)
}

.more-news-wraper {
    margin-top: 34px;
    display: flex;
    justify-content: center
}

.scene {
    position: absolute;
    top: -110px;
    right: 24px;
    z-index: 2
}

.car-scene {
    position: absolute
}

.alien-scene {
    position: absolute;
    right: -130px;
    bottom: 0;
    z-index: 2
}

.latest-news-wrapper {
    position: relative
}

.demon-scene {
    position: absolute;
    top: 40%;
    left: -180px;
    z-index: 2
}

.car-2-scene {
    position: absolute;
    right: -140px;
    top: 77%;
    z-index: 2
}

.alien-2-scene {
    position: absolute;
    bottom: -200px
}

footer {
    position: relative
}

.top-banner-about {
    background-size: auto
}

.top-banner-about .page_title {
    padding-bottom: 0
}

.about-title {
    font-weight: 700;
    font-size: 46px;
    line-height: 140%;
    text-align: center;
    color: #fff
}

.about-content {
    margin-top: 50px
}

.about-item-top {
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    width: 100%
}

.about-item-bottom .about-item-wrapepr:last-child, .about-item-top .about-item-wrapepr:last-child {
    padding-right: 0
}

.about-item-bottom {
    display: flex;
    justify-content: center
}

.about-item-wrapepr {
    position: relative;
    padding-right: 30px
}

.about-item-top .about-item-wrapepr::after {
    content: '';
    height: 39px;
    max-width: 140px;
    display: block;
    background-color: #2e3039;
    border-radius: 40px;
    position: absolute;
    left: 24%;
    text-align: center;
    bottom: -56px;
    padding: 4px 14px;
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    color: #fff
}

.about-item-top .about-item-wrapepr:first-child::after {
    content: '2010';
    left: 32%
}

.about-item-top .about-item-wrapepr:nth-child(2)::after {
    content: '2011-2014'
}

.about-item-top .about-item-wrapepr:nth-child(3)::after {
    content: '2010';
    left: 32%
}

.about-item-top .about-item-wrapepr:nth-child(4)::after {
    content: '2019';
    background: linear-gradient(180deg, #12bb6a 0, #2d6c5e 100%), #a9aec0;
    left: 36%
}

.about-item-bottom .about-item-wrapepr::before {
    content: '';
    height: 39px;
    max-width: 140px;
    display: block;
    background-color: #2e3039;
    border-radius: 40px;
    position: absolute;
    left: 32%;
    text-align: center;
    top: -55px;
    padding: 4px 14px;
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    color: #fff
}

.about-item-bottom .about-item-wrapepr:first-child::before {
    content: '2011'
}

.about-item-bottom .about-item-wrapepr:nth-child(2)::before {
    content: '2014'
}

.about-item-bottom .about-item-wrapepr:nth-child(3)::before {
    content: '2018';
    left: 35%
}

.about-container h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 32px
}

.about-item-description {
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    color: #fff;
    position: absolute;
    top: 32%;
    left: 18%;
    max-width: 185px
}

.about-item-bottom .about-item-description {
    top: 24%
}

.about-item-line {
    height: 2px;
    background: linear-gradient(270deg, #14b569 0, #42495b 100%), #4a4e5e;
    margin: 35px 0
}

.about-content-description-wrapper {
    margin-top: 52px !important;
    max-width: 815px;
    margin: auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #fff;
    margin-bottom: 40px
}

.about-content-description-wrapper p {
    margin-bottom: 40px
}

.about-content-description-wrapper img {
    display: flex;
    margin: auto;
    justify-content: center;
    max-width: 100%
}

.our-partners-wrapper {
    margin-top: 92px
}

.about-content-image {
    text-align: center
}

.about-content-description-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 40px
}

hr {
    height: 1px;
    background-color: #42444d
}

.our-partners {
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 17px
}

.our-partners-item {
    flex: 0 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px
}

.our-partners-item:nth-child(2) img {
    width: auto
}

.new_card .game_image {
    max-height: 256px !important;
    min-height: 256px !important
}

.our-partners-item img {
    max-width: 225px
}

.latest-news-wrapper .latest-news-card:hover .card-item_body, .news_card:hover .card-item_body {
    background-color: #312c3c
}

.latest-news-wrapper .latest-news-card:hover .card-item_image::after, .news_card:hover .card-item_image::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: linear-gradient(180deg, rgba(46, 48, 57, 0) 0, #312c3c 100%);
    bottom: 0;
    left: 0
}

.news_info_page .news_info_description {
    display: block !important
}

.share-wrapper {
    float: left
}

.screenshots .slick-slide img {
    height: 100%
}

.home-page-wrapper .slick-center .slider-body {
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: scale(1.1);
    padding: 10px;
    padding-bottom: 10px !important
}

.home-page-wrapper .slider-body {
    transform: scale(1)
}

.share-item {
    border: 1px solid #42444d;
    box-sizing: border-box;
    border-radius: 69px;
    text-align: center;
    width: 38px;
    height: 72px
}

.share-item.share-facebook {
    margin-bottom: 6px
}

.share-title {
    font-size: 12px !important;
    line-height: 14px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    opacity: .7;
    transform: rotate(-90deg) translateX(-25px)
}

.share-item .share-social-img, .share-social-counter {
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.game_info_page p {
    max-width: 94% !important
}

.game_info_page .share-wrapper {
    float: right
}

.news_info_page .stores-wrapper {
    display: flex;
    margin-top: 32px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%
}

.news_info_page .stores-wrapper a {
    margin-right: 15px !important;
    margin: 0
}

.page_desc {
    min-height: 200px
}

.share-social-counter {
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #a9aec0
}

.share-item .share-social-img:first-child {
    border-bottom: 1px solid #42444d
}

.home-page-wrapper .slider-body {
    opacity: 0;
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.loader-wrapper {
    position: fixed;
    height: 100%;
    background-color: #13151a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    z-index: 9999;
    width: 100%
}

#preloader svg {
    position: absolute
}

.loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-filter: url(#gooey);
    filter: url(#gooey);
    -webkit-animation: rotate 2s ease infinite;
    animation: rotate 2s ease infinite
}

.loader .ball {
    width: 80px;
    height: 80px;
    background-color: #12bb6a;
    border-radius: 100%
}

.loader .ball:nth-child(1) {
    -webkit-animation: pull-left 2s ease infinite;
    animation: pull-left 2s ease infinite
}

.loader .ball:nth-child(2) {
    -webkit-animation: shimmy 2s ease infinite;
    animation: shimmy 2s ease infinite
}

.loader .ball:nth-child(3) {
    -webkit-animation: pull-right 2s ease infinite;
    animation: pull-right 2s ease infinite
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg)
    }
}

@-webkit-keyframes shimmy {
    0%, 55% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    60%, 65% {
        -webkit-transform: translate(-12px, 12px);
        transform: translate(-12px, 12px)
    }
    80%, 85% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    90% {
        -webkit-transform: scaleX(1.2) translate(-24px, 0);
        transform: scaleX(1.2) translate(-24px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes shimmy {
    0%, 55% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    60%, 65% {
        -webkit-transform: translate(-12px, 12px);
        transform: translate(-12px, 12px)
    }
    80%, 85% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    90% {
        -webkit-transform: scaleX(1.2) translate(-24px, 0);
        transform: scaleX(1.2) translate(-24px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes pull-left {
    0% {
        -webkit-transform: scale(.5) translateX(150%);
        transform: scale(.5) translateX(150%)
    }
    50% {
        -webkit-transform: scale(1) translateX(-25%);
        transform: scale(1) translateX(-25%)
    }
    75% {
        -webkit-transform: scale(1) translateX(300%);
        transform: scale(1) translateX(300%)
    }
    100% {
        -webkit-transform: scale(.5) translateX(150%);
        transform: scale(.5) translateX(150%)
    }
}

@keyframes pull-left {
    0% {
        -webkit-transform: scale(.5) translateX(150%);
        transform: scale(.5) translateX(150%)
    }
    50% {
        -webkit-transform: scale(1) translateX(-25%);
        transform: scale(1) translateX(-25%)
    }
    75% {
        -webkit-transform: scale(1) translateX(300%);
        transform: scale(1) translateX(300%)
    }
    100% {
        -webkit-transform: scale(.5) translateX(150%);
        transform: scale(.5) translateX(150%)
    }
}

@-webkit-keyframes pull-right {
    0% {
        -webkit-transform: scale(.5) translateX(-150%);
        transform: scale(.5) translateX(-150%)
    }
    50% {
        -webkit-transform: scale(1) translateX(25%);
        transform: scale(1) translateX(25%)
    }
    80% {
        -webkit-transform: scale(.5) translateX(-150%);
        transform: scale(.5) translateX(-150%)
    }
    90% {
        -webkit-transform: scale(.5) translateX(-300%);
        transform: scale(.5) translateX(-300%)
    }
    100% {
        -webkit-transform: scale(.5) translateX(-150%);
        transform: scale(.5) translateX(-150%)
    }
}

@keyframes pull-right {
    0% {
        -webkit-transform: scale(.5) translateX(-150%);
        transform: scale(.5) translateX(-150%)
    }
    50% {
        -webkit-transform: scale(1) translateX(25%);
        transform: scale(1) translateX(25%)
    }
    80% {
        -webkit-transform: scale(.5) translateX(-150%);
        transform: scale(.5) translateX(-150%)
    }
    90% {
        -webkit-transform: scale(.5) translateX(-300%);
        transform: scale(.5) translateX(-300%)
    }
    100% {
        -webkit-transform: scale(.5) translateX(-150%);
        transform: scale(.5) translateX(-150%)
    }
}

.game-gallery-image {
    object-fit: fill
}

.slider-img-mobile {
    display: none !important
}

.hide-list-game {
    display: none
}

.show-list-game {
    display: block
}

.top-card-wrapper {
    display: block
}

.hide-top-game {
    display: none !important
}

.game_info_page p, .news_info_page .news_info_description p {
    text-align: justify
}

.our-games-item.our-games-block, .our-games-items {
    width: 50%
}

.our-games-item img {
    width: 100%
}

.stores-wrapper a img {
    width: 197px
}

.short-info-img img {
    width: 80px;
    height: auto
}

.short-info-count-title {
    font-size: 45px
}

@media screen and (max-width: 1600px) {
    .home-page-wrapper .slick-center .slider-body {
        padding-bottom: 0
    }

    .home-page-wrapper .slider-body {
        padding-bottom: 0;
        padding-left: 72px
    }

    .home-page-wrapper .slider-game-title {
        font-size: 42px !important
    }

    .discover-wrapper {
        margin-top: 0
    }

    .alien-2-scene img, .alien-scene img, .car-2-scene img, .car-scene img, .dcr-Enemy-dron img, .demon-scene img, .scene img {
        width: 65%
    }

    .dcr-Enemy-dron img {
        width: 15%
    }
}

@media (min-width: 992px) and (max-width: 1366px) {
    .home-page-wrapper .slick-slide {
        height: 100% !important
    }

    .home-page-wrapper .slider-game-title {
        font-size: 32px !important
    }

    .discover-wrapper {
        margin-top: 0
    }
}

@media (min-width: 1200px) and (max-width: 1285px) {
    .our-story-block {
        padding: 78px
    }

    .our-story-item img {
        height: 100%
    }

    .card-item {
        flex: 0 0 383px !important
    }
}

@media screen and (max-width: 1270px) {
    .about-content {
        overflow: auto
    }

    .about-item-bottom, .about-item-center, .about-item-top {
        min-width: 1240px
    }
}

@media screen and (max-width: 1400px) {
    .nav-wrapper {
        width: unset
    }
}

@media screen and (max-width: 1200px) {
    .roadmap-image {
        height: 440px;
        width: unset
    }

    .logo-wrapper, .social-wrapper {
        width: unset
    }

    .our-games-block, .our-story-block {
        padding: 20px 24px
    }

    .our-story-title {
        font-size: 24px;
        line-height: 135%
    }

    .our-story-description {
        font-size: 18px;
        line-height: 170%;
        margin-bottom: 32px
    }

    .our-partners-item {
        flex: 0 26%
    }

    .home-page-wrapper .slick-center .slider-body {
        padding-bottom: 0;
        padding-left: 32px
    }

    .home-page-wrapper .slider-game-title {
        font-size: 32px !important
    }

    .discover-wrapper {
        margin-top: 0
    }
}

@media screen and (max-width: 1120px) {
    .header-wrapper {
        display: none
    }

    .mobile-header-wrapper {
        display: block
    }
}

.home-page-wrapper .slick-dots li.slick-active button:before {
    color: #12bb6a !important
}

.home-page-wrapper .slick-dots li button:before {
    font-size: 40px !important
}

.home-page-wrapper .slick-dots li button:before {
    color: #fff !important;
    opacity: .3
}

.home-page-wrapper .slick-dots li {
    margin: 0
}

@media screen and (max-width: 992px) {
    .short-info-container {
        padding-top: 88px !important
    }

    .link {
        font-size: 18px;
        line-height: 21px
    }

    .home-page-wrapper .slick-slide {
        height: 365px !important
    }

    .home-page-wrapper .slick-slide img {
        object-fit: cover
    }

    .slick-slide-parent {
        height: 330px
    }

    .arrow-wrapper {
        display: none
    }

    .slider-body {
        padding-top: 103px;
        padding-left: 29px
    }

    .discover-wrapper {
        margin-top: 0
    }

    .short-info-wrapper {
        flex-wrap: wrap
    }

    .short-info-item {
        flex: 0 50%;
        margin-bottom: 32px
    }

    .our-story-mobile-title {
        display: block;
        font-weight: 700;
        font-size: 24px;
        line-height: 135%;
        text-align: center;
        color: #fff;
        margin-bottom: 64px
    }

    .our-story-wrapper {
        flex-direction: column
    }

    .background-container {
        margin-top: 24px
    }

    .our-games-wrapper {
        flex-direction: column-reverse
    }

    .dcr-Enemy-dron {
        display: none
    }

    .latest-news-title {
        margin-top: 60px;
        margin-bottom: 32px;
        font-size: 24px;
        line-height: 135%
    }

    .card-item_title {
        font-size: 19px
    }

    .latest-news-container .primary_button.continue-btn {
        display: none
    }

    .latest-news-container .card-item_title p {
        margin: 0
    }

    .latest-news-container .top-card_text {
        padding: 24px !important
    }

    .latest-news-card .card-item_title {
        margin-bottom: 16px;
        font-size: 19px;
        line-height: 140%
    }

    .latest-news-card .card-item_body {
        padding: 24px;
        max-height: 230px !important;
        min-height: 230px !important
    }

    .more-news-wraper {
        margin-top: 0
    }

    .latest-news-container .card-item {
        margin-bottom: 24px
    }

    .our-games-item img, .our-story-item img {
        width: 100%
    }

    .slick-dots {
        display: block !important
    }

    .our-story-container {
        padding-top: 40px
    }

    .home-page-wrapper .slick-dots {
        bottom: -40px;
        z-index: 1
    }

    .about-content-description-wrapper img {
        width: 100%
    }

    .our-partners-item {
        flex: 0 50%
    }

    .alien-2-scene, .alien-scene, .car-2-scene, .car-scene, .demon-scene, .scene {
        display: none
    }

    .our-story-title {
        margin-bottom: 22px
    }

    h2 {
        font-size: 24px !important;
        line-height: 135% !important
    }

    .home-page-wrapper .slick-slide img {
        height: 100%
    }

    .home-page-wrapper .slick-center .slider-body {
        padding-left: 18px
    }

    .home-page-wrapper .slider-game-title {
        font-size: 28px !important;
        line-height: 125%
    }

    .home-page-wrapper .slider-body {
        padding-left: 32px;
        padding-bottom: 0
    }

    .short-info-img img {
        width: 92px;
        height: auto
    }

    .short-info-count-title {
        font-size: 40px;
        margin: 0
    }

    .short-info-img {
        margin-bottom: 8px
    }

    .short-info-container {
        padding-bottom: 0
    }

    .latest-news-card:hover .main-btn {
        display: none
    }

    .latest-news-card:hover .card-item_description {
        opacity: 1;
        height: unset;
        overflow: unset
    }

    .share-wrapper {
        float: unset !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px !important;
        flex-direction: row-reverse
    }

    .share-item.share-facebook, .share-item.share-twitter {
        display: flex
    }

    .share-item {
        width: 100%;
        height: 38px;
        max-width: 72px !important;
        margin: unset !important
    }

    .game_info_page .share-item .share-social-img:first-child {
        margin: auto
    }

    .share-item #shareFacebook, .share-item #shareTwitter {
        border-right: 1px solid #42444d;
        border-bottom: 0;
        width: 50%;
        height: 100%
    }

    .share-item .share-social-img:first-child {
        border-bottom: unset
    }

    .share-item .share-social-img, .share-social-counter {
        height: 100%;
        width: 50%
    }

    .share-title {
        transform: unset;
        width: unset !important;
        margin: unset !important
    }

    .share-item.share-facebook, .share-item.share-twitter {
        margin-left: 6px !important
    }

    .racing-title {
        margin-top: 8px
    }

    .new_card .card-item_image {
        max-height: 256px !important;
        min-height: 256px !important;
        height: 100% !important
    }

    .our-games-item.our-games-block, .our-games-items {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .our-partners-item {
        flex: 0 100%;
        margin-right: 0
    }

    .slider-img-mobile {
        display: block !important
    }

    .slider-img-desktop {
        display: none !important
    }

    .home-page-wrapper .slick-center .slider-body {
        flex-direction: column;
        margin-top: 18px;
        padding-bottom: 10px
    }

    .home-page-wrapper .slider-body {
        padding-top: 0
    }

    .home-page-wrapper .slider-body {
        flex-direction: column
    }

    .hide-list-game {
        display: block
    }

    .show-list-game {
        display: none
    }

    .top-card-wrapper {
        display: none
    }

    .hide-top-game {
        display: flex !important
    }
}

@media screen and (max-width: 500px) {
    .our-games-item img, .our-story-item img {
        height: auto
    }

    .short-info-item {
        flex: 0 50%;
        height: 200px
    }

    .short-info-img img {
        width: 60px
    }
}

@media screen and (max-width: 400px) {
    .home-page-wrapper .slick-slide {
        width: 242px !important
    }

    .home-page-wrapper .slick-slide {
        margin: 0 6px
    }

    .our-partners {
        justify-content: center
    }

    .our-partners-item {
        flex: 0 100%;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .latest-news-card .card-item_body {
        max-height: 255px !important;
        min-height: 255px !important
    }
}

.home-page-wrapper .center .slider-img {
    position: relative;
    transform: scale(.9);
    transition: all .3s ease-out;
    opacity: .6
}

.home-page-wrapper .center .slick-center .slider-img {
    transform: scale(1.1) !important;
    opacity: 1
}

.home-page-wrapper .slick-center .slider-body {
    display: flex !important;
    -webkit-box-shadow: inset -12px -112px 110px -35px rgba(0, 0, 0, .75);
    -moz-box-shadow: inset -12px -112px 110px -35px rgba(0, 0, 0, .75);
    box-shadow: inset -12px -112px 110px -35px rgba(0, 0, 0, .75)
}

.card-item_title p {
    margin-bottom: 0
}

.links .primary_link, .links .secondary_link {
    transition: all 150ms ease-in-out
}

.links .primary_link:hover, .links .secondary_link:hover {
    color: #12bb6a !important
}

.page_title-text {
    font-weight: 700;
    font-size: 52px;
    line-height: 135%
}

.home-page-wrapper .slick-slide div:first-child {
    height: 100%
}

.our-story-item {
    width: 50%
}

.our-story-item img {
    width: 100%
}

@media screen and (max-width: 1550px) {
    .home-page-wrapper .slick-slide {
        height: 415px !important
    }

    .home-page-wrapper .slick-slide img {
        height: 100%
    }
}

@media screen and (max-width: 1280px) {
    .home-page-wrapper .slick-slide {
        height: 380px !important
    }

    .home-page-wrapper .slick-slide img {
        height: 100%
    }
}

@media screen and (max-width: 992px) {
    .our-story-item {
        width: 100%
    }
}

@media (min-width: 1200px) and (max-width: 1275px) {
    .game-page .card-wrapper {
        justify-content: center
    }

    .game-page .card-item.game_card {
        flex: 0 0 365px !important
    }
}

body {
    background-color: #13151a !important
}

h1 a, h2 a, h3 a, h4 a, p a {
    color: #12bb6a !important
}

h1 {
    font-family: Play, sans-serif;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 52px;
    line-height: 135%;
    text-align: center;
    color: #fff;
    text-transform: capitalize !important
}

p {
    line-height: 170%
}

.page_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 3%
}

.page_title h1 {
    text-align: center
}

.page_title .breadcrumbs {
    text-align: center
}

.page_title h3 {
    margin-top: 92px;
    margin-bottom: 20px
}

.breadcrumbs {
    font-family: Play, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    color: rgba(255, 255, 255, .7)
}

.breadcrumbs ul {
    padding: 0
}

.breadcrumbs ul > li {
    display: inline;
    list-style: none
}

.breadcrumbs ul > li > a {
    color: rgba(255, 255, 255, .7)
}

.breadcrumbs-separator {
    margin: 0 5px
}

.top_banner {
    background-size: auto
}

a:hover {
    text-decoration: none !important
}

@media (min-width: 1200px) {
    .container {
        max-width: 1272px !important
    }
}

.card-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px
}

.card-item {
    flex: 0 0 391px !important;
    margin-bottom: 32px;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 2px;
    transition: all 150ms ease-in-out
}

@media screen and (max-width: 1200px) {
    .card-wrapper {
        justify-content: center
    }
}

@media screen and (max-width: 991px) {
    .card-wrapper {
        margin: 0
    }

    .card-item {
        flex: 0 0 391px !important;
        margin-left: 0;
        margin-right: 0
    }

    .top-card_text {
        padding: 15px 25px !important
    }

    .top-card_title-nav {
        flex-direction: column !important;
        align-items: flex-start !important
    }
}

@media screen and (max-width: 500px) {
    .card-item_body {
        padding-top: 32px !important;
        max-height: 300px !important;
        min-height: 300px !important
    }

    .news_thumbnail {
        max-height: 250px !important
    }

    .top-card_item {
        height: 320px !important
    }

    .videoWrap {
        height: 320px !important
    }

    h1, h2 {
        text-align: left
    }
}

@media screen and (max-width: 400px) {
    .card-item {
        flex: 0 0 100% !important;
        margin-left: 0;
        margin-right: 0
    }
}

.card-item_image {
    position: relative;
    max-height: 256px;
    min-height: 256px;
    height: 100%;
    border-radius: 2px 2px 0 0
}

.card-item_image::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: linear-gradient(180deg, rgba(46, 48, 57, 0) 0, #2e3039 100%);
    bottom: 0;
    left: 0
}

.card-item_image img {
    width: 100%;
    object-fit: cover;
    border-radius: 2px 2px 0 0;
    height: 100%
}

.game_image img {
    object-fit: cover !important
}

.card-item_title {
    font-family: Play, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    color: #fff
}

.card-item_description {
    font-family: Play, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #a9aec0
}

.card-item_date {
    font-family: Play, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7)
}

.card-item_body {
    background: #2e3039;
    padding: 32px;
    max-height: 230px;
    min-height: 230px;
    overflow: hidden;
    border-radius: 0 0 2px 2px
}

.top-card_item {
    position: relative;
    width: 100%;
    margin-bottom: 32px;
    max-height: 640px
}

.home-page-wrapper .top-card_item img {
    object-fit: cover
}

.top-card_item img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    max-height: 640px
}

.top-card_text {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(46, 48, 57, 0) 0, rgba(4, 6, 15, .7) 100%);
    padding: 72px
}

.top-card_title-nav {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.continue-btn {
    border-radius: 50% !important;
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center
}

.continue-btn:hover svg path {
    stroke: #000
}

button {
    border: none
}

.main-btn {
    padding: 20px 44px;
    border-radius: 2px;
    font-family: Play, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff
}

@media screen and (max-width: 992px) {
    .main-btn {
        padding: 14px 32px
    }
}

.primary_button {
    background-image: linear-gradient(180deg, #12bb6a 0, #2d6c5e 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35);
    transition: all 150ms ease-in-out
}

.primary_button:hover {
    background-image: linear-gradient(180deg, #ffd64e 0, #ffb41c 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35);
    color: #000
}

.secondary_button {
    background: linear-gradient(180deg, #7c8091 0, #42495b 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35);
    transition: all 150ms ease-in-out
}

.secondary_button:hover {
    background-image: linear-gradient(180deg, #12bb6a 0, #2d6c5e 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35)
}

.stroke_button {
    background: 0 0;
    border: 1px solid #2e3039;
    transition: all 150ms ease-in-out
}

.stroke_button:hover {
    background: linear-gradient(180deg, #12bb6a 0, #2d6c5e 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35);
    border-color: #287c60
}

.card-item_date.platforms span {
    margin-right: 15px
}

.card-item_title.game-title {
    font-size: 36px
}

.card-item_image.game_image {
    max-height: 391px;
    min-height: 391px
}

.card-item_description {
    margin: 0
}

.game_card:hover .card-item_body {
    background-color: #312c3c
}

.game_card .game_image img {
    height: 100%
}

.game_card .game_image::after {
    display: none
}

.game-btn {
    position: absolute;
    bottom: -30px;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.game-btn .secondary_button {
    width: 56px;
    height: 56px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.footer-bg {
    background-size: auto;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2%
}

.footer-text a {
    margin-top: 54px
}

h2 {
    font-family: Play, sans-serif;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 46px;
    line-height: 140%;
    text-align: center;
    color: #fff
}

.bottom-footer {
    background: linear-gradient(180deg, #2e3039 0, #13151a 100%);
    box-shadow: 0 -28px 65px rgba(0, 0, 0, .2);
    padding-top: 50px;
    padding-bottom: 22px
}

.bt-ft-top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bt-ft-top .links a {
    margin-right: 40px;
    font-family: Play, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.bt-ft-top .links a.primary_link {
    color: #fff
}

.bt-ft-top .links a.secondary_link {
    color: #a9aec0
}

.bt-ft-bot {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.bt-ft-bot .social-wrapper {
    justify-content: flex-start;
    width: unset
}

.madeby p span {
    font-family: Play, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    margin-right: 4px
}

.madeby img {
    margin-bottom: 4px
}

.madeby p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0
}

.copyright p {
    font-family: Play, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #a9aec0;
    margin: 0
}

footer hr {
    margin-top: 51px;
    margin-bottom: 51px;
    background: rgba(255, 255, 255, .1)
}

@media screen and (max-width: 1200px) {
    .bt-ft-top {
        flex-direction: column
    }

    .stores {
        margin-top: 40px
    }
}

@media screen and (max-width: 992px) {
    .bt-ft-top .links a {
        margin-right: 10px
    }
}

@media screen and (max-width: 767px) {
    .bt-ft-top .links {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .bt-ft-top .links a {
        margin-top: 40px;
        margin-right: 0
    }

    .bottom-footer {
        padding-top: 0
    }

    .bt-ft-bot {
        flex-direction: column
    }

    .copyright {
        margin: 40px 0
    }
}

.sr-only {
    position: unset !important;
    clip: unset !important;
    width: 100% !important;
    height: 100% !important
}

.page-link.page-next {
    border-radius: 0 27px 27px 0 !important;
    padding-right: 19px
}

.page-link.page-prev {
    border-radius: 27px 0 0 27px !important;
    padding-left: 19px
}

.page-link {
    background: #2e3039 !important;
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .25) !important;
    border: unset !important;
    padding: 10px 19px !important;
    color: #a9aec0 !important
}

.page-link.active {
    background: #20222c !important;
    color: #12bb6a !important
}

.page-link:hover {
    z-index: unset !important
}

.pag-wrap {
    margin-top: 54px;
    display: flex !important;
    justify-content: center !important
}

.game_info_page .page_title, .news_info_page .page_title {
    padding-bottom: 36px
}

.news_info_page .card-item_date {
    text-align: center
}

.news_thumbnail {
    max-height: 470px;
    height: 470px;
    border-radius: 3px
}

.news_thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    object-fit: cover
}

.news_info_page .news_info_description {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 40px
}

.news_info_page .news_info_description p {
    max-width: 816px;
    width: 100%;
    font-family: Play, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #fff;
    margin: auto
}

.news_info_page .news_info_description p iframe {
    width: 100%;
    height: 100%;
    max-width: 100%
}

.news_info_page .news_info_description h2 {
    text-align: left;
    max-width: 816px;
    width: 100%
}

.videoWrap {
    max-width: unset !important;
    width: 100% !important;
    height: 500px
}

.news_info_description {
    color: #fff
}

.news_info_description blockquote {
    max-width: 816px;
    width: 100%
}

blockquote {
    position: relative
}

blockquote::before {
    width: 3px;
    background: #42444d;
    border-radius: 3px;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

blockquote {
    padding-left: 30px;
    color: #a9aec0 !important
}

blockquote p {
    color: #a9aec0 !important
}

blockquote p {
    margin: 0
}

.game-gallery {
    display: flex;
    width: 100%
}

.thumbnail-wrapper {
    width: 394px
}

.thumbnail-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: fill
}

.screenshots-wrapper {
    position: relative;
    height: 394px;
    width: calc(100% - 450px);
    padding-left: 20px
}

.screenshots {
    height: 100%
}

.screenshots .slick-list {
    height: 100%;
    padding: 0 !important
}

.screenshots .slick-slide {
    height: 100% !important;
    margin: 0 3px !important
}

.screenshots .slick-track {
    height: 100%
}

.screenshots .slick-slide div:first-child {
    height: 100%
}

.screenshots .slick-slide div:first-child img {
    height: 100%
}

.screenshots .slick-slide .video-wrapper {
    height: 100%;
    width: 100%
}

.game_info_page p {
    color: #fff;
    max-width: 1147px
}

.screenshots-controls {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.screenshots-controls .main-slick-next, .screenshots-controls .main-slick-prev {
    height: 40px;
    width: 40px;
    position: relative
}

.screenshots-controls .main-slick-next {
    right: 0
}

.screenshots-controls .main-slick-prev {
    left: -17px
}

.screenshots .slick-slide {
    margin: 0 10px
}

.video-wrapper {
    position: relative
}

.screenshots-wrapper .main-slick-next, .screenshots-wrapper .main-slick-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 45%
}

.screenshots-wrapper .main-slick-prev {
    left: 3px
}

.screenshots-wrapper .main-slick-next {
    right: -22px
}

@media screen and (max-width: 991px) {
    .thumbnail-wrapper {
        width: 100%;
        height: 394px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px
    }

    .thumbnail-wrapper img {
        width: 394px;
        height: 100%
    }

    .screenshots-controls .main-slick-next {
        right: -18px
    }

    .game-gallery {
        display: block
    }

    .screenshots-wrapper {
        height: 394px;
        width: 100%;
        padding-left: 0
    }

    .screenshots .slick-list {
        padding: 0 !important;
        padding-right: 0 !important
    }

    .screenshots-wrapper .main-slick-prev {
        left: 10px
    }

    .screenshots-wrapper .main-slick-next {
        right: 10px
    }
}

.lightbox-ref {
    height: 100% !important;
    display: unset !important
}

@media screen and (max-width: 500px) {
    .thumbnail-wrapper {
        width: 100%;
        height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px
    }

    .thumbnail-wrapper img {
        width: 250px;
        height: 100%
    }

    .screenshots-wrapper {
        min-height: 189px;
        width: 100%;
        padding-left: 0
    }
}

@media screen and (max-width: 440px) {
    .screenshots-wrapper {
        height: 220px
    }
}

.stores-wrapper {
    display: flex;
    margin-top: 32px;
    align-items: center;
    justify-content: center
}

.stores-wrapper a {
    margin-right: 15px
}

@media screen and (max-width: 767px) {
    .stores-wrapper {
        flex-direction: column
    }

    .stores-wrapper a {
        margin-right: 0;
        margin-bottom: 15px
    }

    .stores-wrapper a:last-child {
        margin-bottom: 0
    }
}

.video {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000
}

.video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.video__button-shape {
    fill: #212121;
    fill-opacity: .8
}

.video__button-icon {
    fill: #fff
}

.video__button:focus {
    outline: 0
}

.video:hover .video__button-shape, .video__button:focus .video__button-shape {
    fill: red;
    fill-opacity: 1
}

.video__button svg rect {
    transition: all 150ms ease-in-out
}

.video__button:hover svg rect {
    opacity: 1
}

.video--enabled {
    cursor: pointer
}

.video--enabled .video__button {
    display: block
}

.page_desc ul {
    padding-left: 0
}

.page_desc ul li {
    color: #a9aec0;
    background: url(/media/images/Star.svg) no-repeat left;
    margin: 0;
    padding: 1px 0 0 22px;
    list-style: none
}

.page_desc .marker {
    font-family: Play, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 170%;
    color: #fff;
    position: relative;
    padding-left: 30px
}

.page_desc .marker::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    background: url(/media/images/ach.svg) no-repeat
}

.page_desc {
    margin-top: 32px
}

.page_desc p {
    margin: 0
}

.baguetteBox-button {
    background: 0 0 !important
}

.lightbox-button {
    transition: all 150ms ease-in-out
}

.lightbox-button-bg {
    transition: all 150ms ease-in-out
}

.lightbox-arrow {
    transition: all 150ms ease-in-out
}

.lightbox-button:hover .lightbox-button-bg {
    fill: #12bb6a !important
}

.lightbox-button:hover .lightbox-arrow {
    fill: #fff !important
}

.slick-arrow {
    transition: all 150ms ease-in-out
}

.slick-arrow:hover {
    background: #12bb6a
}

.slick-arrow:hover img {
    filter: invert()
}

.slider-img-prev {
    margin-left: -2px
}

.slider-img-next {
    margin-right: -2px
}

.contact_page {
    background-size: auto
}

.no_bg {
    background-image: none !important
}

.formWrap {
    position: relative;
    padding-bottom: 112px
}

.formWrap-bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0
}

.form_bg {
    position: absolute;
    top: -120px;
    left: -110px
}

h3 {
    font-family: Play, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    color: #fff
}

.formWrap h3 {
    text-align: center;
    margin-bottom: 32px
}

.displayNone {
    display: none !important
}

.contact_banner {
    margin-bottom: 6%
}

@media screen and (max-width: 767px) {
    .form_bg {
        top: -85px;
        left: -10px;
        width: 100%
    }

    .formWrap div.wrap {
        width: 90%;
        padding: 20px
    }
}

@media screen and (max-width: 500px) {
    .form_bg {
        display: block;
        position: unset !important
    }
}

div.formWrap {
    display: flex;
    align-items: center;
    justify-content: center
}

div.wrap {
    position: relative;
    background: #1c1f26;
    border-radius: 2px;
    max-width: 605px;
    width: 605px;
    padding: 160px 40px 40px 40px
}

.formWrap div.wrap .input-item {
    position: relative;
    margin-bottom: 32px
}

.formWrap label {
    position: absolute;
    top: 0;
    font-size: 18px;
    margin: 14px;
    padding: 0 10px;
    background-color: #1c1f26;
    color: #a9aec0;
    -webkit-transition: top .2s ease-in-out, font-size .2s ease-in-out;
    transition: top .2s ease-in-out, font-size .2s ease-in-out
}

.formWrap .active {
    top: -25px;
    font-size: 14px;
    color: #12bb6a
}

.formWrap input[type=email], .formWrap input[type=text] {
    width: 100%;
    padding: 13px;
    font-size: 18px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #42444d;
    box-sizing: border-box;
    border-radius: 2px
}

.formWrap textarea {
    width: 100%;
    padding: 20px;
    border: 1px solid #42444d;
    font-size: 20px;
    background-color: transparent;
    color: #fff;
    border-radius: 2px
}

.textarea-wrapper {
    position: relative
}

.formWrap .active-input {
    border: 1px solid #12bb6a !important
}

.formWrap textarea:focus {
    outline: 0
}

.formWrap input[type=email]:focus, .formWrap input[type=text]:focus {
    outline: 0
}

#js-show-message {
    display: none;
    position: fixed;
    z-index: 1051;
    top: 0;
    width: 100%;
    height: 100%
}

#js-show-message .js-message {
    font-family: Play, sans-serif;
    align-items: center;
    margin: auto;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    text-align: center;
    color: #12bb6a;
    font-size: 15px;
    background-color: #42444d;
    font-weight: 700;
    border-radius: 2px;
    padding: 20px;
    animation: fadeIn .2s
}

.thanks-message-wrapper {
    display: flex !important;
    background: rgba(0, 0, 0, .7)
}

input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: unset;
    transition: background-color 5000s ease-in-out 0s
}

@media screen and (max-width: 991px) {
    .page_title h3 {
        margin-top: 0
    }

    .card-item_image.game_image {
        height: auto
    }

    .card-item_image {
        max-height: unset !important;
        min-height: unset !important;
        height: auto
    }

    .card-item_image img {
        object-fit: cover !important
    }

    .card-item_body {
        max-height: unset !important;
        min-height: unset !important
    }
}

@media screen and (max-width: 500px) {
    .page_title-text {
        font-size: 28px
    }

    h1 {
        font-size: 28px !important
    }
}

p {
    color: #fff
}

.news_info_description.page_desc ul {
    max-width: 816px;
    width: 100%;
    margin: auto
}

.news_info_description * {
    max-width: 816px;
    margin: auto
}

.bt-ft-top .stores a img {
    transition: all 150ms ease-in-out
}

.bt-ft-top .stores a img:hover {
    filter: grayscale(0)
}

.header-wrapper .header-content .nav-wrapper .nav-items a {
    display: flex;
    align-items: center;
    height: 100%
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}