.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 37%;
    min-height: 1px
}

.slick-slide img {
    display: block
}

.slick-initialized .slick-slide {
    display: block
}

@font-face {
    font-family: "slick";
    font-weight: normal;
    font-style: normal;
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg")
}

body {
    scroll-behavior: smooth
}

.ak-main-container {
    width: 100%;
    margin-top: 0;
    overflow-x: hidden;
    max-width: 2400px
}

.ak-main-container .ak-homepage {
    position: relative
}

.ak-main-container .ak-homepage .ak-block {
    position: relative;
    border-bottom: 8px solid #000
}

@media all and (min-width:992px) {
    .ak-main-container .ak-homepage .ak-block {
        border-bottom: 4px solid #000
    }
}

.ak-main-container .ak-homepage .ak-block .ak-img-mob {
    display: block
}

@media all and (min-width:992px) {
    .ak-main-container .ak-homepage .ak-block .ak-img-mob {
        display: none
    }
}

.ak-main-container .ak-homepage .ak-block .ak-block-content {
    position: relative;
    max-width: 1560px;
    margin: 0 auto
}

.ak-backtotop {
    z-index: 2000
}

.ak-panel.ak-lazyload {
    background: none;
    margin: 0
}

.ak-homepage .ak-block-news {
    min-height: 465px;
    z-index: 2
}

.ak-homepage .ak-block-news:before,
.ak-homepage .ak-block-news:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 5;
    animation: fadeIn .5s linear forwards
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.ak-homepage .ak-block-news .ak-block-content {
    z-index: 10;
    padding-top: 90px;
    position: relative
}

@media all and (min-width:992px) {
    .ak-homepage .ak-block-news .ak-block-content {
        /* padding-top: 110px; */
    }
}

.ak-homepage .ak-block-news .ak-block-content .ak-list-news {
    position: relative;
    padding: 0 8%
}

@media all and (min-width:1550px) {
    .ak-homepage .ak-block-news .ak-block-content .ak-list-news {
        padding: 0
    }
}

.ak-homepage .ak-block-news .ak-block-content .ak-list-news .ak-title-news {
    font-size: 38px;
    margin-bottom: 24px;
    font-family: "bebas_neueregular", sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    color: #f6eed6
}

@media all and (min-width:992px) {
    .ak-homepage .ak-block-news .ak-block-content .ak-list-news .ak-title-news {
        line-height: 25px
    }
}

@media all and (min-width:992px) {
    .ak-homepage .ak-block-news .ak-block-content .ak-list-news .ak-title-news {
        text-align: left
    }
}

.ak-homepage .ak-block-news .ak-block-content .ak-list-news .ak-title-news a {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    display: none;
    color: #f5c625
}

@media all and (min-width:992px) {
    .ak-homepage .ak-block-news .ak-block-content .ak-list-news .ak-title-news a.ak-active {
        display: block
    }
}

@media all and (min-width:1550px) {
    .ak-homepage .ak-block-news .ak-block-content .ak-list-news .ak-title-news a.ak-active {
        display: inline-block
    }
}

@media all and (min-width:992px) {
    .ak-homepage .ak-block-news .ak-block-content .ak-list-news .ak-title-news {
        font-size: 28px
    }
}

@media all and (min-width:1200px) {
    .ak-homepage .ak-block-news .ak-block-content .ak-list-news .ak-title-news {
        font-size: 38px
    }
}

@media all and (min-width:1550px) {
    .ak-homepage .ak-block-news .ak-block-content .ak-list-news .ak-title-news {
        font-size: 48px;
        line-height: 12px
    }
}

.ak-homepage .ak-block-news .ak-block-content .ak-list-news .ak-link-more-mob {
    display: inline-block;
    text-shadow: none;
    font-size: 16px;
    line-height: 38px;
    height: 40px;
    font-family: "Roboto", sans-serif;
    margin: 18px 0 40px 0;
    min-width: 200px;
    font-weight: bold;
    transition: all .2s;
    text-transform: uppercase;
    background: #2a1309;
    box-shadow: 0 0 0 3px #f5c625 inset;
    border: 1px solid #000;
    color: #f5c625
}

@media all and (min-width:992px) {
    .ak-homepage .ak-block-news .ak-block-content .ak-list-news .ak-link-more-mob {
        display: none
    }
}

.ak-homepage .ak-block-news .ak-block-content .ak-list-news .row {
    margin: 0;
    min-height: 222px;
}

.ak-homepage .ak-block-news .ak-block-content .ak-list-news .row .col-sm-6 {
    padding: 0
}

.ak-homepage .ak-block-news .ak-block-content .ak-list-news .ak-blocks-news {
    display: none
}

.ak-homepage .ak-block-news .ak-block-content .ak-list-news .ak-blocks-news.ak-active {
    display: block;
    margin-top: 58px;
}

.ak-homepage .ak-block-news .ak-block-content .ak-list-news .ak-news {
    position: relative;
    margin: 0 0 24px 0;
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .2);
    display: block;
    padding-top: 72.25%;
    background-size: cover;
    background-position: center center;
    filter: brightness(0.9);
    /* height: 100px; */
}

.ak-homepage .ak-block-news .ak-block-content .ak-list-news .ak-news:hover {
    filter: brightness(1.1);
    background-size: 102%;
    transition: all .2s
}

@media all and (min-width:992px) {
    .ak-homepage .ak-block-news .ak-block-content .ak-list-news .ak-news {
        /* margin: 0 24px 24px 0; */
    }
}

.ak-homepage .ak-block-news .ak-block-content .ak-list-news .ak-news .ak-text {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    position: absolute;
    left: 3px;
    bottom: 3px;
    width: calc(100% - 6px);
    padding: 24px 12px 8px 12px
}

.ak-homepage .ak-block-news .ak-block-content .ak-list-news .ak-news .ak-text .ak-infos {
    font-size: 16px;
    color: #f6eed6
}

.ak-homepage .ak-block-news .ak-block-content .ak-list-news .ak-news .ak-text .ak-title {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #f5c625;
    font-weight: bold
}

.ak-homepage .ak-block-news .ak-block-content .ak-main-news .ak-text {
    text-align: center;
    padding-bottom: 48px;
    padding-top: 48px
}

@media all and (min-width:992px) {
    .ak-homepage .ak-block-news .ak-block-content .ak-main-news .ak-text {
        padding-top: 20%;
        padding-bottom: 0
    }
}

.ak-homepage .ak-block-news .ak-block-content .ak-main-news .ak-text .ak-title {
    font-size: 60px;
    font-family: "bebas_neueregular", sans-serif;
    line-height: 60px;
    margin-bottom: 46px;
    color: #f6eed6
}

.ak-homepage .ak-block-news .ak-block-content .ak-main-news .ak-text .ak-play {
    width: 300px;
    text-shadow: none;
    font-size: 37px;
    line-height: 33px;
    height: 58px;
    background: #9a271f;
    box-shadow: 0 0 0 4px #cf3227 inset;
    border: 1px solid #000;
    color: #fff
}

.ak-homepage .ak-block-news .ak-block-content .ak-main-news .ak-text .ak-play:hover {
    background: #cf3227
}

.ak-homepage .ak-block-eshop {
    padding-top: 90px;
    background: #2a1309
}

@media all and (min-width:992px) {
    .ak-homepage .ak-block-eshop {
        background: url("img/bg-shop.jpg") center -1px no-repeat transparent;
        padding-bottom: 0;
        padding-top: 110px;
        min-height: 518px;
        margin-top: -1px
    }
}

@media all and (min-width:1200px) {
    .ak-homepage .ak-block-eshop {
        background: url("assets/mob/bg-shop2.jpg") top center no-repeat transparent
    }
}

@media all and (min-width:1550px) {
    .ak-homepage .ak-block-eshop {
        background: url("img/bg-shop.jpg") top center no-repeat transparent
    }
}

.ak-homepage .ak-block-eshop .ak-title-eshop {
    font-size: 48px;
    margin: 0;
    font-family: "bebas_neueregular", sans-serif;
    text-transform: uppercase;
    line-height: 14px;
    text-align: center;
    padding-bottom: 24px;
    color: #f6eed6
}

@media all and (min-width:992px) {
    .ak-homepage .ak-block-eshop .ak-title-eshop {
        padding-bottom: 0
    }
}

@media all and (min-width:1550px) {
    .ak-homepage .ak-block-eshop .ak-title-eshop {
        text-align: left;
        margin: 0 0 0 140px
    }
}

.ak-homepage .ak-block-eshop .ak-title-eshop a {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    display: none;
    color: #b91818;
}

@media all and (min-width:992px) {
    .ak-homepage .ak-block-eshop .ak-title-eshop a {
        display: inline-block
    }
}

.ak-homepage .ak-block-eshop .ak-carousel-eshop .ak-slide .ak-content-slide {
    padding: 0 8%;
    position: relative
}

@media all and (min-width:992px) {

    .ak-homepage .ak-block-eshop .ak-carousel-eshop .ak-slide .ak-content-slide {
        padding: 0 12px
    }
}

.ak-homepage .ak-block-eshop .ak-carousel-eshop .ak-slide .ak-content-slide .ak-shop-item {
    position: relative;
    display: block;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center center;
    margin-bottom: 0
}

.ak-homepage .ak-block-eshop .ak-carousel-eshop .ak-slide .ak-content-slide .ak-shop-item:before {
    content: " ";
    display: block;
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .2);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    filter: brightness(0.9)
}

.ak-homepage .ak-block-eshop .ak-carousel-eshop .ak-slide .ak-content-slide .ak-shop-item:hover {
    filter: brightness(1.1);
    background-size: 102%;
    transition: all .2s
}

.ak-homepage .ak-block-eshop .ak-carousel-eshop .ak-slide .ak-content-slide .ak-shop-item .ak-text {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    position: absolute;
    left: 3px;
    bottom: 0;
    width: calc(100% - 6px);
    padding: 24px 12px 8px 12px
}

.ak-homepage .ak-block-eshop .ak-carousel-eshop .ak-slide .ak-content-slide .ak-shop-item .ak-text .ak-title {
    font-size: 16px;
    color: #f6eed6
}

.ak-homepage .ak-block-eshop .ak-carousel-eshop .ak-slide .ak-content-slide .ak-shop-item .ak-text .ak-infos {
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #f5c625;
    font-weight: bold
}

.ak-homepage .ak-block-eshop .ak-carousel-eshop .ak-slide .ak-content-slide .ak-bottom-link {
    background: #c02626;
    color: #000;
    display: block;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px
}

.ak-homepage .ak-block-eshop .ak-carousel-eshop .ak-slide .ak-content-slide .ak-bottom-link:hover {
    text-decoration: none;
    filter: saturate(2)
}

.ak-homepage .ak-block-eshop .ak-carousel-eshop {
    position: relative;
    margin: 0 auto
}

@media all and (min-width:992px) {
    .ak-homepage .ak-block-eshop .ak-carousel-eshop {
        max-width: 387px
    }
}

@media all and (min-width:1550px) {
    .ak-homepage .ak-block-eshop .ak-carousel-eshop {
        max-width: 775px
    }
}

.ak-homepage .ak-block-eshop .ak-carousel-eshop .slick-list {
    padding-top: 24px
}

.ak-link-more-mob {
    display: inline-block;
    text-shadow: none;
    font-size: 16px;
    line-height: 38px;
    height: 40px;
    font-family: "Roboto", sans-serif;
    margin: 60px 0 0 0;
    min-width: 200px;
    font-weight: bold;
    text-transform: uppercase;
    background: #2a1309;
    box-shadow: 0 0 0 3px #f5c625 inset;
    border: 1px solid #000;
    color: #f5c625
}

.ak-link-more-mob:hover {
    filter: brightness(1.2);
    text-decoration: none
}

@media all and (min-width:992px) {
    .ak-link-more-mob {
        display: none
    }
}

.ak-homepage .ak-block-forum {
    min-height: 504px;
    background: #152223
}

@media all and (min-width:992px) {
    .ak-homepage .ak-block-forum {
        background: url("img/bg-forum.png") top center no-repeat transparent;
        background-size: cover
    }
}

@media all and (min-width:1200px) {
    .ak-homepage .ak-block-forum {
        background: url("img/bg-forum.png") top center no-repeat transparent;
        background-size: auto
    }
}

.ak-homepage .ak-block-forum .ak-block-content {
    overflow: hidden;
    padding: 0 8% 48px
}

@media all and (min-width:768px) {
    .ak-homepage .ak-block-forum .ak-block-content {
        padding: 0 12px
    }
}

@media all and (min-width:992px) {
    .ak-homepage .ak-block-forum .ak-block-content {
        padding: 0 48px
    }
}

@media all and (min-width:1200px) {
    .ak-homepage .ak-block-forum .ak-block-content {
        padding: 0 12px
    }
}

.ak-homepage .ak-block-forum .ak-block-content .row {
    margin: 0;
    display: flex;
    justify-content: center;
}

.ak-homepage .ak-block-forum .ak-block-content .row .col {
    padding: 0
}

@media all and (min-width:768px) {
    .ak-homepage .ak-block-forum .ak-block-content .row .col {
        padding: 0 12px
    }
}

.ak-homepage .ak-block-forum .ak-block-content .ak-title-block {
    text-align: center;
    font-size: 48px;
    margin: 100px 0 46px 0;
    font-family: "bebas_neueregular", sans-serif;
    text-transform: uppercase;
    line-height: 14px;
    color: #f6eed6
}

.ak-homepage .ak-block-forum .ak-block-content .ak-blocks-forum {
    position: relative;
    padding: 12px;
    margin-bottom: 24px;
    min-height: 155px;
    background: #1e3133
}

@media all and (min-width:1200px) {
    .ak-homepage .ak-block-forum .ak-block-content .ak-blocks-forum {
        margin: 0
    }
}

.ak-homepage .ak-block-forum .ak-block-content .ak-blocks-forum .ak-avatars {
    background: #1d1e15
}

.ak-homepage .ak-block-forum .ak-block-content .ak-blocks-forum .ak-avatars .ak-avatar {
    padding-top: 90.25%;
    width: 100%;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.ak-homepage .ak-block-forum .ak-block-content .ak-blocks-forum .ak-block-text {
    position: relative;
    color: #f6eed6
}

.ak-homepage .ak-block-forum .ak-block-content .ak-blocks-forum .ak-block-text a {
    color: #c41d1d;
}

.ak-homepage .ak-block-forum .ak-block-content .ak-blocks-forum .ak-block-text .ak-title {
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.ak-homepage .ak-block-forum .ak-block-content .ak-blocks-forum .ak-block-text .ak-infos {
    margin-bottom: 6px;
    font-size: 16px
}

.ak-homepage .ak-block-forum .ak-block-content .ak-blocks-forum .ak-block-text .ak-thread,
.ak-homepage .ak-block-forum .ak-block-content .ak-blocks-forum .ak-block-text .ak-comments {
    font-size: 16px
}

.ak-homepage .ak-block-forum .ak-block-content .ak-blocks-forum .ak-block-text .ak-thread {
    font-style: italic;
    color: #b7ae95
}

.ak-homepage .ak-block-forum .ak-block-content .ak-blocks-forum .ak-block-text .ak-comments {
    position: relative;
    margin-left: 6px;
    font-style: normal;
    display: inline-block;
    padding-left: 25px
}

.ak-homepage .ak-block-forum .ak-block-content .ak-blocks-forum .ak-block-text .ak-comments:before {
    position: absolute;
    content: " ";
    width: 20px;
    height: 20px;
    display: block;
    background: url("img/forum.svg") no-repeat center center transparent;
    background-size: 20px 20px;
    top: 2px;
    left: 0
}

.ak-homepage .ak-block-forum .ak-block-content .ak-more {
    text-shadow: none;
    font-size: 16px;
    line-height: 14px;
    height: 40px;
    font-family: "Roboto", sans-serif;
    margin: 24px 0 24px 0;
    min-width: 200px;
    font-weight: bold;
    background: #152223;
    box-shadow: 0 0 0 3px #a71818 inset;
    border: 1px solid #000;
    color: #cb1919d9;
}

.ak-homepage .ak-block-forum .ak-block-content .ak-more:hover {
    background: #1e3133
}

.ak-homepage .ak-block-launcher {
    min-height: 680px;
    padding-bottom: 48px;
    background: #1f172e
}

@media all and (min-width:992px) {
    .ak-homepage .ak-block-launcher {
        padding-bottom: 0;
        background: url("img/bg-launcher.jpg") top center no-repeat transparent
    }
}

.ak-homepage .ak-block-launcher .ak-block-content {
    overflow: hidden;
    min-height: 680px;
    padding: 0 8%
}

@media all and (min-width:1200px) {
    .ak-homepage .ak-block-launcher .ak-block-content {
        padding: 0 12px
    }
}

.ak-homepage .ak-block-launcher .ak-block-content .ak-title-block {
    text-align: center;
    font-size: 48px;
    margin: 90px 0 35px 0;
    font-family: "bebas_neueregular", sans-serif;
    text-transform: uppercase;
    line-height: 40px;
    color: #f6eed6
}

@media all and (min-width:992px) {
    .ak-homepage .ak-block-launcher .ak-block-content .ak-title-block {
        line-height: 25px
    }
}

.ak-homepage .ak-block-launcher .ak-block-content .ak-img-launcher {
    max-width: 761px;
    display: inline-block;
    border: 1px solid #6d549f;
    box-shadow: 0 0 30px 5px #6d549f
}

.ak-homepage .ak-block-launcher .ak-block-content .ak-text {
    font-size: 16px;
    margin-top: 48px;
    padding: 0 2%;
    color: #f6eed6
}

@media all and (min-width:992px) {
    .ak-homepage .ak-block-launcher .ak-block-content .ak-text {
        margin-top: 6px;
        max-width: 490px;
        padding: 0
    }
}

.ak-homepage .ak-block-launcher .ak-block-content .ak-text p {
    margin-bottom: 48px
}

.ak-homepage .ak-block-launcher .ak-block-content .ak-text ul {
    margin-bottom: 48px;
    padding: 0
}

.ak-homepage .ak-block-launcher .ak-block-content .ak-text ul li {
    padding-left: 25px;
    position: relative;
    list-style: none
}

.ak-homepage .ak-block-launcher .ak-block-content .ak-text ul li:before {
    content: " ";
    display: block;
    position: absolute;
    background: #f5c625;
    -webkit-mask-image: url("img/launcher.svg");
    mask-image: url("img/launcher.svg");
    -webkit-mask-size: 20px 20px;
    mask-size: 20px 20px;
    -webkit-mask-position: center;
    mask-position: center;
    height: 20px;
    width: 20px;
    top: 3px;
    left: 0
}

.ak-homepage .ak-block-launcher .ak-block-content .ak-text .ak-btn-launcher {
    text-shadow: none;
    font-size: 27px;
    line-height: 33px;
    min-height: 58px;
    margin: 0 auto;
    display: block;
    white-space: normal;
    background: #ffbb00;
    box-shadow: 0 0 0 4px #851616 inset;
    border: 1px solid #000;
    color: #ffffff;
}

.ak-homepage .ak-block-launcher .ak-block-content .ak-text .ak-btn-launcher:hover {
    background: #f5c625
}

@media all and (min-width:992px) {
    .ak-homepage .ak-block-launcher .ak-block-content .ak-text .ak-btn-launcher {
        font-size: 40px;
        margin: 0;
        max-width: none;
        white-space: nowrap
    }
}

.ak-homepage .ak-block-keyart {
    min-height: 778px;
    margin-top: -44px
}

@media all and (min-width:992px) {
    .ak-homepage .ak-block-keyart {
        margin-top: 0
    }
}

body {
    padding-bottom: 84px
}

@keyframes bounce {
    0% {
        transform: translateY(-3px);
        opacity: 1
    }

    100% {
        transform: translateY(3px);
        opacity: 0
    }
}

@keyframes slide-in-one-tap {
    from {
        transform: translateY(80px);
    }

    to {
        transform: translateY(0px);
    }
}