:root {
    --purple: #6B1FFB;
}

body {
    font-family: 'Panton', sans-serif;
    font-weight: normal;
    overflow-x: hidden;
    color: #fff;
    background-color: #121212;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    min-width: 320px;
    min-height: 100vh;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

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

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

ul {
    -moz-padding-start: 0px;
    -webkit-padding-start: 0px;
    -khtml-padding-start: 0px;
    -o-padding-start: 0px;
    padding: 0;
    margin: 0;
    list-style: none;
}

p {
    margin: 0;
}

a,
a:active,
a:focus,
a:hover {
    color: #393742;
    outline: none;
    text-decoration: none;
}

button {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

img {
    vertical-align: middle;
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.flex-col-2,
.flex-col-3,
.flex-col-4,
.flex-col-6,
.flex-col-8,
.flex-col-9,
.flex-col-10,
.flex-col-20 {
    padding: 0 15px;
}

.flex-col-2 {
    width: 16.66666667%;
}

.flex-col-3 {
    width: 25%;
}

.flex-col-4 {
    width: 33.33333333%;
}

.flex-col-6 {
    width: 50%;
}

.flex-col-8 {
    width: 66.66666667%;
}

.flex-col-9 {
    width: 75%;
}

.flex-col-10 {
    width: 83.33333333%;
}

.flex-col-20 {
    width: 20%;
}

svg {
    vertical-align: middle;
    display: block;
}

.svg {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}

img {
    vertical-align: middle;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 30px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
}

.header__logo img {
    width: 210px;
}

.header__nav ul li {
    display: inline-block;
    margin: 0 50px;
}

.header__nav ul li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.header__nav ul li a:hover {
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    opacity: .5;
}

.btn-main {
    display: inline-block;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    padding: 0 35px;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.btn-main:hover {
    color: #fff;
    background: #c1272d;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.btn-main .svg {
    line-height: 20px;
    margin-right: 14px;
    padding-bottom: 2px;
}

.screen {
    position: relative;
    overflow: hidden;
    background-image: url(/img/bg-2.jpg);
    background-size: cover;
    background-position: top;
    padding: 250px 0 190px;
}

.screen__in {
    text-align: center;
}

.screen__sub {
    font-family: 'Micra', sans-serif;
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 12px;
}

.screen__title {
    font-family: 'Micra', sans-serif;
    font-size: 40px;
    font-style: normal;
    line-height: 50px;
    letter-spacing: 2.25px;
    text-transform: uppercase;
}

.screen__text {
    padding-top: 16px;
    font-size: 26px;
    margin-bottom: 100px;
}

.screen__btn {
    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;
}

.screen__btn .btn {
    margin: 0 60px;
}

.btn a {
    font-family: 'Micra', sans-serif;
    font-size: 19px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(193, 39, 45, 1);
    width: 210px;
    height: 210px;
    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;
    border-radius: 50%;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.btn a:hover {
    background-color: #a81218;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.left-sub,
.right-sub {
    text-align: right;
    font-size: 25px;
    line-height: 32px;
}

.screen__btn .right-sub {
    text-align: left;
}

.screen__in {
    position: relative;
    z-index: 2;
}

h2 {
    font-family: 'Micra';
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 22px;
}

.map {
    position: relative;
    padding-top: 400px;
}

.map-img {
    position: absolute;
    bottom: -210px;
    right: -480px;
    z-index: 3;
}

.map-img a {
    display: block;
}

.map-img svg {
    position: absolute;
    /* top: 215px;
    left: 315px; */
    top: 50%;
    left: 40%;
}

.map__in {
    position: relative;
    z-index: 5;
    max-width: 600px;
}

.map__in .btn-main{
    margin-top: 20px;
}

.text-block {
    font-size: 18px;
    line-height: 26px;
}

.text-block p {
    margin-bottom: 20px;
}

.spec {
    position: relative;
    background: #262626;
}

.spec h2 {
    text-align: center;
}

.spec .h2__sub {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 70px;
}

.spec-shadow {
    pointer-events: none;
    position: absolute;
    top: -295px;
    left: 0;
    right: 0;
    width: 100%;
    height: 300px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(85%, #262626));
    background-image: -o-linear-gradient(top, transparent, #262626 85%);
    background-image: linear-gradient(to bottom, transparent, #262626 85%);
    z-index: 4;
}

.slider {
    z-index: 6;
    position: relative;
}

.pr-slide {
    position: relative;
}

.pr-slide:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 1px solid rgba(255, 255, 255, .2);
}

.pr-slide img {
    max-width: 100%;
}

.swiper-arrow {
    position: absolute;
    top: calc(50% - 25px);
    z-index: 2;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    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;
    cursor: pointer;
}

.pr-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.swiper-arrow img {
    width: 20px;
}

.swiper-prev {
    left: 40px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-next {
    right: 40px;
}

.rest {
    margin: -220px 0 0;
    position: relative;
    background-image: url(/img/block-spec.jpg);
    background-size: cover;
    background-position: top left;
}

.rest__in {
    position: relative;
    padding: 240px 0 50px;
    margin-left: auto;
    text-align: center;
    z-index: 5;
}

.spec .rest h2 {
    text-align: left;
}

.video {
    position: relative;
    background-color: #121212;
    height: 800px;
}

.video .spec-shadow {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(200%, #121212));
    background-image: -o-linear-gradient(top, transparent, #121212 200%);
    background-image: linear-gradient(to bottom, transparent, #121212 200%);
}

.video-item {
    margin-bottom: 30px;
}

.video-item img {
    width: 100%;
}

.vip__img img {
    width: 100%;
}

.vip {
    text-align: center;
}

.vip h2 {
    text-align: center;
}

.play__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 78px 100px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.20);
}

.play__in h2 {
    margin: 0;
}

.play-girl {
    position: absolute;
    bottom: 0;
    right: 0;
}

.play-btn {
    position: relative;
    z-index: 2;
    margin-left: 40px;
}

.footer__social {
    padding: 50px 0;
    text-align: center;
}

.footer__social a {
    margin: 0 10px;
}

.footer__in {
    padding: 30px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.20);
}

.footer__nav {
    margin-left: auto;
}

.footer__nav li {
    display: inline-block;
}

.footer__nav li:not(:last-child) {
    margin-right: 40px;
}

.footer__nav li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 17px;
}

.footer__nav li a .svg {
    margin-right: 12px;
}

.footer__copy__in {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__copy__in {
    color: #fff;
    opacity: .5;
    font-size: 14px;
}

.footer__copy__in a {
    color: #fff;
    font-size: 14px;
}

.footer__copy__list{
    text-align: center;
}

.footer__copy__list li {
    display: inline-block;
    margin-right: 15px;
}

.footer__copy__text {
    margin-left: auto;
    /* margin-right: 15px; */
}

#hidden .play-btn {
    margin-left: 0;
    text-align: center;
    margin-top: 30px;
}

#hidden ol{
    padding-left: 14px;
}

#hidden ol li{
    margin-bottom: 20px;
}

#hidden p{
    margin-bottom: 12px;
}

/* adaptive */
.header__menu {
    display: none;
}

#mobile-nav.active {
    left: 0;
    opacity: 1;
}

#mobile-nav {
    display: none;
    background: #121212;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    opacity: 0;
    left: 100%;
    z-index: 99;
    padding: 20px;
    overflow-x: auto;
}

.mm__close button {
    color: #fff;
    position: relative;
}

.mm__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mm__title {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
    font-family: 'Micra', sans-serif;
    font-weight: normal;
}

.mm__title img {
    width: 100%;
    max-width: 120px;
}

.mm__btns .btn-main {
    margin-bottom: 10px;
}

.mm__btns {
    padding: 30px 0;
}

.mm__nav {
    padding: 0 20px;
    text-align: center;
}

.mm__nav li {
    margin: 30px 0;
}

.mm__nav li a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.video-item {
    position: relative;
}

.video-item .btn-play {
    content: '';
    position: absolute;
    top: calc(50% - 35px);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
    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;
    color: #C1272D;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.video-item .btn-play:hover {
    background: rgba(255, 255, 255, 1);
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.m-100 {
    padding: 180px 0;
    margin-bottom: 80px;
}

/* animate */
[data-aos=fade-down] {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

[data-aos=fade-up] {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

[data-aos=fade-left] {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}

[data-aos=fade-right] {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}

@media (max-width: 1300px) {
    .header__nav ul li {
        margin: 0 20px;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .flex {
        margin: 0;
    }

    .flex-col-2,
    .flex-col-3,
    .flex-col-4,
    .flex-col-6,
    .flex-col-8,
    .flex-col-9,
    .flex-col-10,
    .flex-col-20 {
        width: 100%;
        padding: 0;
    }

    .m-100 {
        padding: 100px 15px 0 15px;
        margin-bottom: 0px;
    }

    body {
        font-size: 14px;
        line-height: 20px;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        z-index: 99;
    }

    .header__nav,
    .header__profile {
        display: none;
    }

    .header__logo img {
        width: 160px;
    }

    header {
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    header.bg {
        background: #121212;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    h1 {
        font-size: 32px;
        line-height: 36px;
    }

    h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .screen__sub {
        font-size: 12px;
        line-height: 18px;
        padding-bottom: 20px;
    }

    .screen__text {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 50px;
    }

    .spec .h2__sub{
        margin-bottom: 30px
    }

    .map__in{
        text-align: center;
    }

    .screen__btn {
        display: block;
    }

    .btn br {
        display: block;
    }

    .left-sub,
    .right-sub {
        text-align: center;
        font-size: 16px;
    }

    .screen__btn .right-sub {
        text-align: center;
    }

    .screen__btn .btn {
        margin: 20px 0;
    }

    .btn a {
        font-size: 14px;
        line-height: 20px;
        width: 120px;
        height: 120px;
        margin: 0 auto;
    }

    .map {
        padding-top: 160px;
    }

    br {
        display: none;
    }

    .screen {
        position: relative;
        padding: 100px 0 40px;
    }

    .screen__title {
        font-size: 24px;
        line-height: 32px;
    }

    .map-img {
        position: relative;
        bottom: inherit;
        right: inherit;
    }

    .map-img img {
        width: 100%;
    }

    .map-img svg {
        top: 45%;
        left: 0;
        right: 0;
        display: block;
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }

    .text-block {
        font-size: 16px;
        line-height: 22px;
    }

    .spec .h2__sub {
        font-size: 16px;
        line-height: 22px;
    }

    .swiper-arrow {
        display: none;
    }

    .video .flex-col-6 .flex {
        margin: 0 -5px;
    }

    .video .flex-col-6 .flex-col-6 {
        width: 50%;
        padding: 0 5px;
    }

    .video {
        height: auto;
    }

    .video .spec-shadow {
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, #121212));
        background-image: -o-linear-gradient(top, transparent, #121212 80%);
        background-image: linear-gradient(to bottom, transparent, #121212 80%);
    }

    .video-item {
        margin-bottom: 10px;
    }

    .vip {
        padding-top: 100px;
    }

    .play__in {
        text-align: center;
        padding: 20px;
        display: block;
    }

    .play__in h2 {
        text-align: center;
        margin-bottom: 22px;
    }

    .btn-main {
        width: 100%;
    }

    .play-btn {
        margin-left: 0;
    }

    .play-girl {
        position: relative;
        right: inherit;
        bottom: inherit;
    }

    .play-girl img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        display: none;
    }

    .footer__in {
        padding: 20px;
        display: block;
        text-align: center;
    }

    .footer__logo {
        margin-bottom: 20px;
    }

    .footer__nav {}

    .footer__nav li:not(:last-child) {
        margin: 0 0 10px;
    }

    .footer__nav li {
        display: block;
        margin: 0 0 10px;
    }

    .footer__copy__in {
        display: block;
        text-align: center;
    }

    .footer__copy__list {
        margin-bottom: 20px;
    }

    .footer__copy__list li {
        display: block;
        margin: 0 0 5px;
    }

    .rest__in {
        padding-bottom: 10px;
        padding-top: 360px
    }

    header{
        padding: 0 15px;
    }

    .header__menu {
        display: block;
    }

    .header__menu .btn-main {
        padding: 0;
        width: 60px;
        height: 60px;
        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: none;
        filter: none;
    }

    .header__menu .btn-main .svg {
        margin: 0;
        padding: 0;
    }

    #mobile-nav {
        display: block;
    }

    .footer__copy__text {
        width: 100%;
    }
}

@media (max-width: 768px) {}

@media (max-width: 320px) {}