h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

body,
html {
    background: white;
    color: #001424;
    font-family: "MTS Sans", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    min-width: 320px;
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100vh;
    background: #000;
    position: relative;
    font-size: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.back-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    font-family: 'AGLettericaUltraCompressed', 'Arial', sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    position: absolute;
    left: 40px;
    top: 60px;
    cursor: pointer;
    z-index: 5;
}

.back-link img {
    margin: 0 10px 0 0;
    width: 18px;
    height: 18px;
}

@media screen and (max-width: 992px) {
    .back-link {
        top: 35px;
    }
}

@media screen and (max-width: 768px) {
    .back-link {
        top: 30px;
        left: 20px;
        font-size: 20px;
    }

    .back-link img {
        margin: 0 6px 0 0;
        width: 16px;
        height: 16px;
    }
}

.skip-link {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Geometria', 'Arial', sans-serif;
    font-weight: 400;
    padding: 13px 20px 11px;
    color: #fff;
    text-decoration: none;
    outline: none;
    background: rgba(111, 111, 136, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    z-index: 2000;
    bottom: 80px;
    right: 80px;
    cursor: pointer;
    text-transform: capitalize;
}

.skip-link:hover,
.skip-link:focus {
    outline: none;
}

@media screen and (max-width: 992px) {
    .skip-link {
        bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    .skip-link {
        bottom: 30px;
        right: 20px;
        font-size: 14px;
    }
}

.info-link {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Geometria', 'Arial', sans-serif;
    font-weight: 500;
    padding: 13px 20px 11px 50px;
    color: #fff;
    text-decoration: none;
    outline: none;
    background: rgba(111, 111, 136, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    z-index: 2000;
    bottom: 80px;
    right: 80px;
}

.info-link:hover,
.info-link:focus {
    outline: none;
}

.info-link img {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    margin-right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
}

@media screen and (max-width: 992px) {
    .info-link {
        bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    .info-link {
        bottom: 30px;
        right: 20px;
        font-size: 14px;
    }
}

.logotype {
    font-size: 0;
    position: absolute;
    left: 80px;
    top: 50px;
    cursor: pointer;
    z-index: 1500;
}

.logotype img {
    width: 130px;
    height: 47px;
}

@media screen and (max-width: 992px) {
    .logotype {
        top: 40px;
        left: 40px;
    }

    .logotype img {
        width: 90px;
        height: 36px;
    }
}

.merch__user-container {
    position: absolute;
    right: 60px;
    top: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.merch__basket {
    padding: 10px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background: #22222C;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 16px;
    font-size: 0;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
}

.merch__basket span {
    position: absolute;
    top: -8px;
    right: -8px;
    background: -webkit-gradient(linear, left top, right top, color-stop(17.72%, #8000FF), color-stop(81.53%, #005EFF));
    background: -webkit-linear-gradient(left, #8000FF 17.72%, #005EFF 81.53%);
    background: -o-linear-gradient(left, #8000FF 17.72%, #005EFF 81.53%);
    background: linear-gradient(90deg, #8000FF 17.72%, #005EFF 81.53%);
    font-size: 14px;
    line-height: 1;
    padding: 4px 6px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
    color: #fff;
    font-family: 'Geometria', 'Arial', sans-serif;
    font-weight: 700;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
}

.merch__basket img {
    width: 24px;
    min-width: 24px;
    height: 24px;
}

.merch__user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;*/
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    z-index: 4;
    margin-left: 50px;
    text-decoration: none;
}

.merch__user-avatar {
    width: 47px;
    height: 47px;
    background-size: cover;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background: #22222C;
    position: relative;
}

.merch__user-avatar:before {
    content: '';
    width: 58%;
    height: 58%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/user.svg) center center no-repeat;
    background-size: contain;
}

.merch__user-name {
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: 'Geometria', 'Arial', sans-serif;
    font-weight: 400;
}

@media screen and (max-width: 992px) {
    .merch__user-container {
        right: 40px;
        top: 22px;
    }

    .merch__basket {
        margin-top: 5px;
    }

    .merch__user {
        margin-top: 5px;
    }

    .merch__user-name {
        font-size: 14px;
        margin-top: 7px;
    }
}

@media screen and (max-width: 768px) {
    .merch__user-container {
        right: 20px;
        top: 20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .merch__basket {
        margin-top: 0;
    }

    .merch__user {
        margin-left: 24px;
        margin-top: 0;
    }

    .merch__user-avatar {
        width: 44px;
        height: 44px;
    }

    .merch__user-name {
        display: none;
    }
}

.container {
    max-width: 1320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    position: relative;
    z-index: 4;
}

.container--full {
    max-width: 100%;
}

/*.container:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 20000px;
    height: 50px;
    background: rgba(255,255,255,0.2);
}*/

@media screen and (max-width: 768px) {
    .mobile-fix {
        position: fixed;
        top: 0;
        width: 100%;
        background: #161616;
        z-index: 5;
        height: 80px;
    }

    .mobile-fix.border {
        border-bottom: 1px solid #282828;
    }
}

.popup {
    padding: 30px 30px 0 30px;
    background: rgba(34, 34, 44, 0.95);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    -webkit-border-radius: 18px;
    border-radius: 18px;
    width: 100%;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    max-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;

    position: fixed;
    pointer-events: none;
    opacity: 0;
}

.popup--no-plugin.is-active {
    opacity: 1;
    pointer-events: all;
    z-index: 10;
}

.popup--corner {
    position: absolute;
    right: 50px;
    bottom: 50px;
    max-width: 400px;
    max-height: -webkit-calc(100vh - 100px);
    max-height: calc(100vh - 100px);
}

.popup--full {
    position: absolute;
    left: -10px;
    top: -10px;
    max-width: -webkit-calc(100% + 20px);
    max-width: calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    overflow: auto;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.popup--full.popup--no-plugin {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100vh;
}

.popup.popup--gallery {
    max-width: 1240px;
    width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup.popup--gallery .popup__bottom-container {
    padding-top: 0;
}

.popup--full .container {
    margin: auto 0;
}

.popup__title {
    font-size: 28px;
    line-height: 31px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'AGLettericaUltraCompressed', 'Arial', sans-serif;
    font-style: normal;
    font-weight: 400;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-bottom: 24px;
}

.popup__image {
    margin: 0 0 24px;
    margin-bottom: 24px;
    width: 100%;
    height: 190px;
    min-height: 190px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.popup__info {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-family: 'Geometria', 'Arial', sans-serif;
    font-weight: 400;
}

.popup__bottom-container {
    padding-top: 20px;
    width: 100%;
    margin-top: auto;
}

.popup--full .popup__bottom-container {
    padding-top: 50px;
}

.popup__bottom {
    bottom: 0;
    margin: 0 -30px;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.popup__quantity {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.5);
}

.popup__bottom-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    font-family: 'AGLettericaUltraCompressed', 'Arial', sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
}

.popup__bottom-link img {
    margin: 0 10px;
    width: 18px;
    height: 18px;
}

.popup__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.popup__notes {
    width: 100%;
    max-width: 35%;
}

.popup__notes-book {
    width: 100%;
    max-width: 60%;
    margin-left: 5%;
    /*max-height: calc(100vh - 375px);*/
}

.popup__notes-book {
    width: 100%;
    max-width: 60%;
    margin-left: 5%;
    /*max-height: calc(100vh - 375px);*/
}

.popup--full .popup__grid {
    flex-direction: column;
}

.popup--full .container {
    max-width: 1180px;
    padding: 0;
}


.popup--full .popup__info {
    display: none;
}

.popup--full .popup__notes-book {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}

.popup--full {
    padding-top: 15px;
}

.popup--full .popup__bottom-container {
    padding-top: 10px;
}

@media screen and (min-width: 1000px) {
    .popup--full #htmlBook {
        width: 96.6%;
        margin: 0 auto;
    }

    .popup--full .popup__notes-book-bg {
        padding: 10px 36px 11px 30px;
    }
}

.page-image {
    background-size: cover;
}

.page-image img {
    width: 100%;
    height: 100%;
}

.popup__main-gallery {
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    margin: -30px -30px 0;
}

.popup__main-item {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.popup__main-maximize {
    position: absolute;
    right: 20px;
    bottom: 16px;
    width: 24px;
    height: 24px;
    display: block;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
}

.popup__main-maximize:focus,
.popup__main-maximize:hover {
    outline: none;
    border: none;
}

.mfp-image-holder {
    padding: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.popup__main-item img {
    width: 100%;
    height: auto;
    max-width: 700px;
    opacity: 0;
    display: inline-block;
    cursor: pointer;
}

.popup__main-item-info {
    word-wrap: break-word;
    max-width: 500px;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 20px;
    padding: 10px 20px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(34, 34, 44, 0.6);
    bottom: 90px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Geometria', 'Arial', sans-serif;
    text-align: center;
}

.slick-track {
    font-size: 0;
}

.popup__main-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.popup__main-gallery .swiper-slide {
    opacity: 0 !important;
}

.popup__main-gallery .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.popup__gallery-container {
    width: 100%;
    position: relative;
}

.popup__thumb-gallery {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.popup__thumb-gallery .slick-track {
    margin-left: 0;
}

.popup__thumb-gallery .slick-slide {
    padding: 0 5px;
}

.popup__thumb-gallery .slide {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.popup__thumb-item {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
    height: 54px;
}

.popup__thumb-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 2;
}

.popup__thumb-item:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: -webkit-gradient(linear, left top, right top, color-stop(17.72%, #8000FF), color-stop(81.53%, #005EFF));
    background: -webkit-linear-gradient(left, #8000FF 17.72%, #005EFF 81.53%);
    background: -o-linear-gradient(left, #8000FF 17.72%, #005EFF 81.53%);
    background: linear-gradient(90deg, #8000FF 17.72%, #005EFF 81.53%);
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
}

.popup__thumb-item img {
    width: 71px;
    min-width: 71px;
    height: 52px;
    min-height: 52px;
    opacity: 0;
}

.popup__thumb-gallery .slick-slide:hover,
.popup__thumb-gallery .slick-slide:focus {
    outline: none !important;
    background: none !important;
}

.popup__thumb-gallery .slick-slide.slick-current .popup__thumb-item:before {
    opacity: 1;
    visibility: visible;
}

.popup__landscape-info {
    display: none;
}


@media screen and (max-width: 768px) and (orientation: portrait) {
    .container {
        padding: 0 20px;
    }

    .popup {
        padding: 30px 30px 0 30px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        /*max-height: 100vh;*/
    }

    .popup.popup--no-plugin {
        right: auto;
        bottom: auto;
    }

    .popup--corner {
        right: auto;
        bottom: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%;
        max-height: 1000%;
        width: 100%;
        max-width: 100%;
    }

    .popup__title {
        font-size: 28px;
        line-height: 1.1;
        margin-bottom: 20px;
        width: -webkit-calc(100% - 25px);
        width: calc(100% - 25px);
        margin-top: 15px;
    }

    .popup__image {
        /*min-height: 110px;*/
        /*height: 110px;*/
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 50px
    }

    .popup__info {
        font-size: 12px;
        line-height: 1.4;
    }

    .popup__bottom-container {
        padding-top: 10px;
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .popup__bottom {
        bottom: 0;
        margin: 0 -30px;
        width: -webkit-calc(100% + 60px);
        width: calc(100% + 60px);
        padding: 20px;
        border-top: none;
    }

    .popup__bottom-link {
        font-size: 20px;
    }

    .popup__quantity {
        font-size: 12px;
        line-height: 1.4;
    }

    .popup__bottom-link img {
        width: 13px;
        height: 13px;
        margin: 0 7px;
    }

    .popup--full {
        padding-top: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        max-height: 100vh;
        -webkit-border-radius: 0;
        border-radius: 0;
        overflow: auto;
    }

    .popup--full .container {
        padding: 0;
        margin: 0;
    }

    .popup__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .popup__notes {
        width: 100%;
        max-width: 100%;
    }

    .popup__notes-book {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }

    .popup__notes-book {
        max-height: 100%;
    }

    .popup--full.popup--no-plugin {
        right: auto;
        bottom: auto;
        top: 0;
        height: auto;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        /*max-height: 100vh;*/
        min-height: 100vh;
        /*min-height: 100vh;*/
        width: 100%;
        height: auto;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .popup--full .popup__bottom-container {
        padding-top: 20px;
    }

    .popup__main-maximize {
        display: none;
    }

    .popup.popup--gallery {
        height: auto;
        top: 0;
        -webkit-transform: translate(-50%, 0) !important;
        -ms-transform: translate(-50%, 0) !important;
        transform: translate(-50%, 0) !important;
        min-height: 100vh;
        width: 100%;
        max-width: 100%;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        overflow: auto;
    }

    .popup__main-gallery {
        margin: 0 -30px;
        width: -webkit-calc(100% + 60px);
        width: calc(100% + 60px);
    }

    .popup__main-item-info {
        font-size: 12px;
        line-height: 1.3;
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        margin: 0;
        padding: 10px;
        bottom: 15px;
    }

    .popup__thumb-gallery {
        width: 100%;
        position: static;
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        margin-bottom: 15px;
    }

    .popup__thumb-gallery .slick-list {
        padding: 0 !important;
    }

    .popup__thumb-item {
        height: auto;
    }

    .popup__gallery-container {
        margin: auto 0;
    }

    .popup__thumb-gallery .slick-slide {
        padding: 0 3px;
    }

    .popup__thumb-item img {
        width: 100%;
        min-width: 1px;
        height: auto;
        min-height: 1px;
        opacity: 0;
    }
}

.popup-links {
    padding-top: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popup-links a {
    font-size: 20px;
    font-family: 'Geometria', 'Arial', sans-serif;
    color: #fff;
    text-decoration: none;
    margin-top: 25px;
}

@media screen and (max-width: 768px) and (orientation: landscape) {
    .container {
        padding: 0 20px;
    }

    .popup {
        padding: 30px 30px 0 30px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .popup.popup--no-plugin {
        right: auto;
        bottom: auto;
    }

    .popup--corner {
        right: auto;
        bottom: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: auto;
        min-height: 100vh;
        max-height: 1000%;
        width: 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .popup--corner .popup__title {
        width: 60%;
        padding-right: 10%;
        margin-top: 25px;
    }

    .popup--corner .popup__info {
        width: 60%;
        padding-right: 10%;
    }

    .popup__title {
        font-size: 28px;
        line-height: 1.1;
        margin-bottom: 20px;
        width: -webkit-calc(100% - 25px);
        width: calc(100% - 25px);
    }

    .popup__image {
        min-height: 190px;
        height: 190px;
        margin-bottom: 0;
        position: absolute;
        width: 50%;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -10px;
    }

    .popup__info {
        font-size: 12px;
        line-height: 1.4;
    }

    .popup__bottom-container {
        padding-top: 0;
    }

    .popup__bottom {
        bottom: 0;
        margin: 0 -30px;
        width: -webkit-calc(100% + 60px);
        width: calc(100% + 60px);
        padding: 20px;
        border-top: none;
    }

    .popup__bottom-link {
        font-size: 20px;
    }

    .popup__quantity {
        font-size: 12px;
        line-height: 1.4;
        position: absolute;
        left: 20px;
        top: 22px;
    }

    .popup__bottom-link img {
        width: 16px;
        height: 16px;
        margin: 0 10px;
    }

    .popup--full {
        padding-top: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        max-height: 100vh;
        -webkit-border-radius: 0;
        border-radius: 0;
        overflow: auto;
    }

    .popup--full .container {
        padding: 0;
    }

    .popup__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .popup__notes {
        width: 100%;
        max-width: 100%;
    }

    .popup__notes-book {
        margin: 0 -30px;
        max-height: 100%;
        max-width: -webkit-calc(100% + 60px);
        max-width: calc(100% + 60px);
        width: -webkit-calc(100% + 60px);
        width: calc(100% + 60px);
        overflow: hidden;
        margin-top: 20px
    }

    .popup--full.popup--no-plugin {
        right: auto;
        bottom: auto;
        top: 0;
        height: auto;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        /*max-height: 100vh;*/
        min-height: 100vh;
        /*min-height: 100vh;*/
        width: 100%;
        height: auto;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .popup.popup--full .popup__title,
    .popup.popup--full .popup__info {
        display: none;
    }

    .popup--full .popup__bottom-container {
        padding-top: 20px;
    }

    .popup__main-maximize {
        display: none;
    }

    .popup.popup--gallery {
        height: auto;
        top: 0;
        -webkit-transform: translate(-50%, 0) !important;
        -ms-transform: translate(-50%, 0) !important;
        transform: translate(-50%, 0) !important;
        min-height: 100vh;
        width: 100%;
        max-width: 100%;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        overflow: auto;
    }

    .popup__main-gallery {
        margin: -30px 00px 0;
        width: 100%;
    }

    .popup__main-item img {
        max-width: 270px;
    }

    .popup__main-item-info {
        font-size: 12px;
        line-height: 1.3;
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        margin: 0;
        padding: 10px;
        bottom: 15px;
    }

    .popup__thumb-gallery {
        width: 100%;
        position: static;
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        margin-bottom: 0px;
        margin-top: 15px;
    }

    .popup__thumb-gallery .slick-list {
        padding: 0 !important;
    }

    .popup__thumb-item {
        height: auto;
    }

    .popup__gallery-container {
        margin: auto 0;
    }

    .popup__thumb-gallery .slick-slide {
        padding: 0 3px;
    }

    .popup__thumb-item img {
        width: 100%;
        min-width: 1px;
        height: auto;
        min-height: 1px;
        opacity: 0;
    }

    .popup__landscape-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px;
        font-family: 'Geometria', 'Arial', sans-serif;
        font-weight: 500;
        padding: 6px 6px 4px 28px;
        color: #fff;
        text-decoration: none;
        outline: none;
        background: rgba(111, 111, 136, 0.5);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .popup__landscape-info:hover,
    .popup__landscape-info:focus {
        outline: none;
    }

    .popup__landscape-info img {
        width: 16px;
        min-width: 16px;
        height: 16px;
        min-height: 16px;
        margin-right: 6px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 6px;
    }

    .popup.popup-information {
        background: transparent;
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        width: -webkit-calc(100% + 16px);
        width: calc(100% + 16px);
        left: -8px;
        top: -8px;
        height: -webkit-calc(100% + 16px);
        height: calc(100% + 16px);
        max-height: -webkit-calc(100% + 16px);
        max-height: calc(100% + 16px);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px;
        -webkit-border-radius: 0;
        border-radius: 0;
        pointer-events: all;
        opacity: 1;
    }

    .popup-information__container {
        max-width: 400px;
        margin: auto;
    }

    .popup.popup-information .popup__title {
        font-size: 28px;
    }

    .popup.popup-information .popup__title {
        font-size: 28px;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .popup.popup-information .popup__info {
        font-size: 14px;
        line-height: 20px;
        margin-right: 0;
        margin-bottom: 0;
    }

    .popup .container {
        margin: 0;
    }
}

.popup__notes-book-minimal {
    display: none;
}

@media screen and (max-width: 568px) and (orientation: landscape) {

    .popup__notes-book-bg {
        display: none;
    }

    .popup.popup--full .container {
        margin: auto 0;
        padding-top: 20px;
    }

    .popup__notes-book-minimal {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 50px;
    }

    .popup__notes-book-minimal img {
        width: 60px;
        height: auto;
        margin-bottom: 15px;
    }

    .popup__notes-book-minimal p {
        font-size: 12px;
        line-height: 1.2;
        font-family: 'Geometria', 'Arial', sans-serif;
        text-align: center;
        color: #fff;
    }

}

.orientation-bg {
    background: url(../images/merch-bg.jpg) center center no-repeat;
    background-size: cover;
}

@media screen and (orientation: landscape) {

    .orientation {
        display: none;
    }

}

@media screen and (orientation: portrait) {

    .orientation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: rgba(34, 34, 44, 0.85);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        padding: 30px;
        text-align: center;
    }

    .orientation img {
        width: 44px;
        height: 44px;
        margin-bottom: 25px;
    }

    .orientation__title {
        font-size: 14px;
        line-height: 20px;
        font-family: 'Geometria', 'Arial', sans-serif;
        font-weight: 500;
        margin-bottom: 16px;
        text-align: center;
        color: #fff;
    }

    .orientation__sub-title {
        font-size: 12px;
        line-height: 20px;
        font-family: 'Geometria', 'Arial', sans-serif;
        font-weight: 400;
        margin-bottom: 0;
        text-align: center;
        color: #fff;
    }

}

/* LOADING ANIMATION BEGIN */

.loading-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 30px;
    text-align: center;
    z-index: 99999;
}

.loading__title {
    font-size: 44px;
    line-height: 1.1;
    font-family: 'AGLettericaUltraCompressed', 'Arial', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    margin-top: 40px;
}

.loading__sub-title {
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Geometria', 'Arial', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .loading__title {
        font-size: 32px;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .loading__sub-title {
        font-size: 16px;
    }
}

.loading__sub-title span {
    display: block;
}

.dank-ass-loader {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.dank-ass-loader .row {
    display: -webkit-box;
    display: flex;
}

.arrow {
    width: 0;
    height: 0;
    margin: 0 -6px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 21.6px solid #F00;
    -webkit-animation: blink 1s infinite;
    animation: blink 1s infinite;
    -webkit-filter: drop-shadow(0 0 18px #F00);
    filter: drop-shadow(0 0 18px #F00);
}

.arrow.down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.arrow.outer-1 {
    -webkit-animation-delay: -0.0555555556s;
    animation-delay: -0.0555555556s;
}

.arrow.outer-2 {
    -webkit-animation-delay: -0.1111111111s;
    animation-delay: -0.1111111111s;
}

.arrow.outer-3 {
    -webkit-animation-delay: -0.1666666667s;
    animation-delay: -0.1666666667s;
}

.arrow.outer-4 {
    -webkit-animation-delay: -0.2222222222s;
    animation-delay: -0.2222222222s;
}

.arrow.outer-5 {
    -webkit-animation-delay: -0.2777777778s;
    animation-delay: -0.2777777778s;
}

.arrow.outer-6 {
    -webkit-animation-delay: -0.3333333333s;
    animation-delay: -0.3333333333s;
}

.arrow.outer-7 {
    -webkit-animation-delay: -0.3888888889s;
    animation-delay: -0.3888888889s;
}

.arrow.outer-8 {
    -webkit-animation-delay: -0.4444444444s;
    animation-delay: -0.4444444444s;
}

.arrow.outer-9 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.arrow.outer-10 {
    -webkit-animation-delay: -0.5555555556s;
    animation-delay: -0.5555555556s;
}

.arrow.outer-11 {
    -webkit-animation-delay: -0.6111111111s;
    animation-delay: -0.6111111111s;
}

.arrow.outer-12 {
    -webkit-animation-delay: -0.6666666667s;
    animation-delay: -0.6666666667s;
}

.arrow.outer-13 {
    -webkit-animation-delay: -0.7222222222s;
    animation-delay: -0.7222222222s;
}

.arrow.outer-14 {
    -webkit-animation-delay: -0.7777777778s;
    animation-delay: -0.7777777778s;
}

.arrow.outer-15 {
    -webkit-animation-delay: -0.8333333333s;
    animation-delay: -0.8333333333s;
}

.arrow.outer-16 {
    -webkit-animation-delay: -0.8888888889s;
    animation-delay: -0.8888888889s;
}

.arrow.outer-17 {
    -webkit-animation-delay: -0.9444444444s;
    animation-delay: -0.9444444444s;
}

.arrow.outer-18 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.arrow.inner-1 {
    -webkit-animation-delay: -0.1666666667s;
    animation-delay: -0.1666666667s;
}

.arrow.inner-2 {
    -webkit-animation-delay: -0.3333333333s;
    animation-delay: -0.3333333333s;
}

.arrow.inner-3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.arrow.inner-4 {
    -webkit-animation-delay: -0.6666666667s;
    animation-delay: -0.6666666667s;
}

.arrow.inner-5 {
    -webkit-animation-delay: -0.8333333333s;
    animation-delay: -0.8333333333s;
}

.arrow.inner-6 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0.1;
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0.1;
    }
}

@keyframes blink {
    0% {
        opacity: 0.1;
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0.1;
    }
}


/* LOADING ANIMATION END */

/* START BUTTON BEGIN */

.start_btn_wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/start-bg.jpg) center center no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.start_btn_container {
    overflow: hidden;
}

.start_btn {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    width: auto;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.15;
    text-transform: uppercase;
    color: white;
    padding: 25px 45px 25px;
    border-radius: 18px;
    background: transparent;
    position: relative;
    overflow: hidden;
    font-family: 'Geometria', 'Arial', sans-serif;
    font-weight: 500;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-appearance: none;
    text-align: center;
    min-width: 0;

}

.start_btn:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(17.72%, #8000FF), color-stop(81.53%, #005EFF));
    background: -webkit-linear-gradient(left, #8000FF 17.72%, #005EFF 81.53%);
    background: -o-linear-gradient(left, #8000FF 17.72%, #005EFF 81.53%);
    background: linear-gradient(90deg, #8000FF 17.72%, #005EFF 81.53%);
    z-index: 1;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 18px;
}

.start_btn:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(17.72%, #8000FF), color-stop(81.53%, #005EFF));
    background: -webkit-linear-gradient(right, #8000FF 17.72%, #005EFF 81.53%);
    background: -o-linear-gradient(right, #8000FF 17.72%, #005EFF 81.53%);
    background: linear-gradient(-90deg, #8000FF 17.72%, #005EFF 81.53%);
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 18px;
}

.start_btn span {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 28px;
    line-height: 1;
}

.start_btn:hover:after {
    opacity: 1;
}

.start_btn:focus,
.start_btn:hover {
    outline: none;
}

.start_btn_logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 140px;
}

.start_btn_logos img {
    height: 97px;
    width: auto;
}

.start_btn_logo {
    font-size: 0;
    line-height: 0;
    padding: 0 30px;
}

@media screen and (max-width: 768px) {
    .start_btn_logos {
        margin-bottom: 70px;
    }

    .start_btn_logos img {
        height: 50px;
    }

    .start_btn_logo {
        padding: 0 15px;
    }

    .start_btn {
        font-size: 18px;
        padding: 15px 25px;
        min-width: 1px;
    }

}
