.intro {
    position: relative;
    overflow: hidden;
    background: #242323;
    height: 100vh
}

.intro_scene {
    height: 100%
}

.intro__card {
    position: absolute
}

.intro__card--01 {
    z-index: 100;
    height: 50%;
    margin: 0 0 0 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 23% !important;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

@media (max-width: 1024px) and (orientation: portrait) {
    .intro__card--01 {
        height:37%
    }
}

@media (max-width: 500px) and (orientation: portrait) {
    .intro__card--01 {
        height:28%
    }
}

.intro__card--01 .intro__card__img {
    opacity: 0
}

.intro__card--02 {
    z-index: 0;
    height: 30%;
    width: 100%;
    left: 0;
    right: 0;
    top: 64.41224% !important;
    margin: auto
}

.state-initial-position .intro__card--02 {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0px);
    -moz-transform: translate3d(0, 10%, 0px);
    transform: translate3d(0, 10%, 0px)
}

.intro__card--02 .intro__card__img {
    margin-left: 40%
}

@media (max-width: 500px) and (orientation: portrait) {
    .intro__card--02 {
        height:16%;
        top: 55.85749% !important
    }
}

.intro__card--03 {
    z-index: 30;
    height: 30%;
    top: 51.52979% !important;
    margin: 0 0 0 56.5%
}

.state-initial-position .intro__card--03 {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0px);
    -moz-transform: translate3d(0, -10%, 0px);
    transform: translate3d(0, -10%, 0px)
}

@media (max-width: 500px) and (orientation: portrait) {
    .intro__card--03 {
        height:17%
    }
}

.intro__card--04 {
    z-index: 0;
    height: 30%;
    top: 38.24477% !important;
    margin: 0 0 0 66%
}

.state-initial-position .intro__card--04 {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0px);
    -moz-transform: translate3d(0, 10%, 0px);
    transform: translate3d(0, 10%, 0px)
}

.intro__card--05 {
    z-index: 0;
    height: 40%;
    top: 8.85668% !important;
    margin: 0 0 0 22.6%
}

.intro__card--07 {
    z-index: -1;
    height: 32%;
    top: 13.85668% !important;
    margin: 0 0 0 50.6%;
}

.state-initial-position .intro__card--05 {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0px);
    -moz-transform: translate3d(0, -10%, 0px);
    transform: translate3d(0, -10%, 0px)
}


.intro__card--06 {
    z-index: 30;
    height: 34%;
    top: 40.25765% !important;
    margin: 0 0 0 16%;
}

.state-initial-position .intro__card--06 {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0px, 0px);
    -moz-transform: translate3d(10%, 0px, 0px);
    transform: translate3d(10%, 0px, 0px)
}

@media (max-width: 1100px) {
    .intro__card--02 {
        height: 24%;
    }
    .intro__card--03 {
        height: 23%;
    }
    .intro__card--04 {
        height: 36%;
        top: 26.24477% !important;
    }
    .intro__card--05 {
        height: 27%;
    }
    .intro__card--06 {
        height: 28%;
    }
    .intro__card--07 {
        height: 28%;
        top: 9.85668% !important;
    }
}
@media (max-width: 900px) {
    .intro__card--04 {
        margin: 0 0 0 73%;
    }
    .intro__card--05 {
        margin: 0 0 0 13.6%;
    }
    .intro__card--06 {
        margin: 0 0 0 6%;
    }
    .intro__card--07 {
        margin: 0 0 0 55.6%;
    }
}
@media (max-width: 636px) {
    .intro__card--04 {
        height: 27%;
    }
    .intro__card--07 {
        height: 20%;
    }
}
@media (max-width: 488px) {
    .intro__card--02 {
        margin: 0 0 0 -28.4%;
    }
    .intro__card--04 {
        margin: 0 0 0 64%;
    }
    .intro__card--05 {
        height: 23%;
        margin: 0 0 0 6.6%;
        top: 1.85668% !important;
    }
    .intro__card--07 {
        height: 23%;
    }
    .intro__card--07 {
        height: 20%;
    }
}
.intro__card:nth-child(1) .intro__card__img {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms
}

.intro__card:nth-child(2) .intro__card__img {
    -webkit-transition-delay: 30ms;
    -moz-transition-delay: 30ms;
    -o-transition-delay: 30ms;
    transition-delay: 30ms
}

.intro__card:nth-child(3) .intro__card__img {
    -webkit-transition-delay: 60ms;
    -moz-transition-delay: 60ms;
    -o-transition-delay: 60ms;
    transition-delay: 60ms
}

.intro__card:nth-child(4) .intro__card__img {
    -webkit-transition-delay: 90ms;
    -moz-transition-delay: 90ms;
    -o-transition-delay: 90ms;
    transition-delay: 90ms
}

.intro__card:nth-child(5) .intro__card__img {
    -webkit-transition-delay: 120ms;
    -moz-transition-delay: 120ms;
    -o-transition-delay: 120ms;
    transition-delay: 120ms
}

.intro__card:nth-child(6) .intro__card__img {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms
}

.intro__card:nth-child(7) .intro__card__img {
    -webkit-transition-delay: 180ms;
    -moz-transition-delay: 180ms;
    -o-transition-delay: 180ms;
    transition-delay: 180ms
}

.intro__card:nth-child(8) .intro__card__img {
    -webkit-transition-delay: 210ms;
    -moz-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    transition-delay: 210ms
}

.intro__card:nth-child(9) .intro__card__img {
    -webkit-transition-delay: 240ms;
    -moz-transition-delay: 240ms;
    -o-transition-delay: 240ms;
    transition-delay: 240ms
}

.intro__card:nth-child(10) .intro__card__img {
    -webkit-transition-delay: 270ms;
    -moz-transition-delay: 270ms;
    -o-transition-delay: 270ms;
    transition-delay: 270ms
}

.state-transition .intro__card {
    -webkit-transition: 1.2s -webkit-transform cubic-bezier(0, 0, 0.23, 0.95),0.4s opacity ease;
    -moz-transition: 1.2s -moz-transform cubic-bezier(0, 0, 0.23, 0.95),0.4s opacity ease;
    -o-transition: 1.2s -o-transform cubic-bezier(0, 0, 0.23, 0.95),0.4s opacity ease;
    transition: 1.2s transform cubic-bezier(0, 0, 0.23, 0.95),0.4s opacity ease
}

.intro__card__img {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: block;
    height: 100%;
    -webkit-transition: opacity 0.7s ease, -webkit-transform .4s ease-out;
    -moz-transition: opacity 0.7s ease, -moz-transform .4s ease-out;
    -o-transition: opacity 0.7s ease, -o-transform .4s ease-out;
    transition: opacity 0.7s ease, transform .4s ease-out
}

.state-visible .intro__card__img {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    opacity: 0
}

.state-just-gone .intro__card__img {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.intro__card__text_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 23%;
    margin: auto;
    text-align: center
}

@media (max-width: 1024px) and (orientation: portrait) {
    .intro__card__text_box {
        top:17%
    }
}

.intro__info {
    display: inline-block;
    margin-bottom: 2.61675vh;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: 1.20773vh;
    letter-spacing: 0.05em;
    line-height: 2.4
}

@media (max-width: 500px) and (orientation: portrait) {
    .intro__info {
        font-size:.9058vh
    }
}

.intro__title {
    margin-bottom: 5.03221vh;
    color: white;
    font-size: 4.62963vh;
    font-weight: 700
}

@media (max-width: 500px) and (orientation: portrait) {
    .intro__title {
        font-size:3.47222vh;
        margin-bottom: 3.77415vh
    }
}

.intro__for_word {
    display: inline-block;
    margin-bottom: 5.03221vh;
    height: 1.10709vh
}

@media (max-width: 500px) and (orientation: portrait) {
    .intro__for_word {
        margin-top:1.66063vh;
        height: 1.73611vh;
        margin-bottom: 3.77415vh
    }
}

.intro__subtitle {
    display: inline-block;
    position: relative;
    margin-top: 2.81804vh;
    padding: 1.91224vh 0;
    color: white;
    font-size: 1.61031vh;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase
}

.intro__subtitle:before,.intro__subtitle:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: white
}

.intro__subtitle:before {
    top: 0
}

.intro__subtitle:after {
    bottom: 0
}

@media (max-width: 500px) and (orientation: portrait) {
    .intro__subtitle {
        margin-top:2.26449vh;
        padding: 1.43418vh 0;
        font-size: 1.20773vh
    }
}

.intro__scroll_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 91%;
    margin: auto;
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
    cursor: pointer
}

.intro__scroll_box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 23px;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iU3ZnanNTdmcxMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iMTUiIGhlaWdodD0iMjUiPjxkZWZzIGlkPSJTdmdqc0RlZnMxMDAxIj48L2RlZnM+PHBhdGggaWQ9IlN2Z2pzUGF0aDEwMDciIGQ9Ik05NTkuODg0IDEwOTcuMTdDOTU2LjAyNjAwMDAwMDAwMDEgMTA5Ny40OCA5NTIuOTggMTEwMC43MSA5NTIuOTggMTEwNC42NUw5NTIuOTggMTExMi43OTAwMDAwMDAwMDAyQzk1Mi45OCAxMTE2LjkzMDAwMDAwMDAwMDMgOTU2LjM0ODAwMDAwMDAwMDEgMTEyMC4zMDAwMDAwMDAwMDAyIDk2MC40ODQgMTEyMC4zMDAwMDAwMDAwMDAyQzk2NC42MjMgMTEyMC4zMDAwMDAwMDAwMDAyIDk2Ny45ODkgMTExNi45MzAwMDAwMDAwMDAzIDk2Ny45ODkgMTExMi43OTAwMDAwMDAwMDAyTDk2Ny45ODkgMTEwNC42NUM5NjcuOTkxIDExMDAuNjkgOTY0LjkxMDAwMDAwMDAwMDEgMTA5Ny40NSA5NjEuMDIzIDEwOTcuMTdDOTYwLjcwMiAxMDkzLjk5IDk1OS41NjkwMDAwMDAwMDAxIDEwOTQuNjEwMDAwMDAwMDAwMSA5NTkuODg0IDEwOTcuMTdaTTk2Ni44NjQgMTExMi43OUM5NjYuODY0IDExMTYuMzEgOTY0LjAwMyAxMTE5LjE3IDk2MC40ODYgMTExOS4xN0M5NTYuOTcgMTExOS4xNyA5NTQuMTA5IDExMTYuMzEwMDAwMDAwMDAwMiA5NTQuMTA5IDExMTIuNzlMOTU0LjEwOSAxMTA0LjY0OTk5OTk5OTk5OTlDOTU0LjEwOSAxMTAxLjEyOTk5OTk5OTk5OTkgOTU2Ljk3IDEwOTguMjY5OTk5OTk5OTk5OCA5NjAuNDg2IDEwOTguMjY5OTk5OTk5OTk5OEM5NjQuMDAzIDEwOTguMjY5OTk5OTk5OTk5OCA5NjYuODY0IDExMDEuMTI5OTk5OTk5OTk5NyA5NjYuODY0IDExMDQuNjQ5OTk5OTk5OTk5OVpNOTYxLjQxOSAxMTAyLjY0TDk2MS40MTkgMTEwNS43MUM5NjEuNDE5IDExMDYuMjIgOTYxLjAwMiAxMTA2LjY0IDk2MC40ODYgMTEwNi42NEM5NTkuOTcxIDExMDYuNjQgOTU5LjU1MyAxMTA2LjIyIDk1OS41NTMgMTEwNS43MUw5NTkuNTUzIDExMDIuNjRDOTU5LjU1MyAxMTAyLjEzIDk1OS45NzEgMTEwMS43MSA5NjAuNDg2IDExMDEuNzFDOTYxLjAwMiAxMTAxLjcxIDk2MS40MTkgMTEwMi4xMyA5NjEuNDE5IDExMDIuNjRaICIgZmlsbD0iI2ZmZmZmZiIgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsMSwtOTUzLC0xMDk1KSI+PC9wYXRoPjwvc3ZnPg==) no-repeat center/auto 100%;
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: -moz-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    transition: transform .4s ease
}

.intro__scroll_box:hover:before {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px)
}

@media (max-width: 1366px) {
    .intro__scroll_box {
        padding-bottom:35px
    }
}

@media (max-width: 500px) {
    .intro__scroll_box {
        top:87%;
        padding-bottom: 30px
    }
}

@media (max-width: 500px) and (orientation: landscape) {
    .intro__scroll_box {
        top:84%
    }
}

@media (min-width: 993px) and (max-height: 700px) {
    .intro__scroll_box {
        padding-bottom:30px
    }
}

.intro__scroll_text {
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em
}

@media (max-width: 1366px) {
    .intro__scroll_text {
        font-size:7px
    }
}

.intro__logo_box {
    z-index: 1;
    height: 22px;
    line-height: 22px
}

@media (max-width: 500px) {
    .intro__logo_box {
        height:12px;
        line-height: 12px
    }
}

.body--commercial-hidden .intro__logo_box {
    display: none
}

.intro__logo {
    height: 100%
}

.intro__button {
    padding-left: 40px;
    padding-right: 40px;
    height: 46px;
    line-height: 46px;
    -webkit-border-radius: 46px;
    -moz-border-radius: 46px;
    border-radius: 46px;
    color: white;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.085em;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: opacity .7s ease, background-color .2s ease, -webkit-box-shadow .4s ease !important;
    -moz-transition: opacity .7s ease, background-color .2s ease, -moz-box-shadow .4s ease !important;
    -o-transition: opacity .7s ease, background-color .2s ease, box-shadow .4s ease !important;
    transition: opacity .7s ease, background-color .2s ease, box-shadow .4s ease !important
}

.intro__button:hover,.intro__button:focus {
    text-decoration: none
}

.intro__button--purchase {
    display: inline-block;
    border: 1px solid white
}

.intro__button--purchase:hover,.intro__button--purchase:focus {
    text-decoration: none;
    color: #242526;
    background-color: white
}

@media (max-width: 1366px) {
    .intro__button--purchase {
        padding-left:20px;
        padding-right: 20px;
        height: 36px;
        line-height: 36px;
        -webkit-border-radius: 36px;
        -moz-border-radius: 36px;
        border-radius: 36px;
        font-size: 10px
    }
}

@media (max-width: 500px) {
    .intro__button {
        padding-left:20px;
        padding-right: 20px;
        height: 30px;
        line-height: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        font-size: 8px
    }
}

@media (max-width: 1366px) {
    .intro__button--live-preview {
        font-size:10px;
        padding-right: 20px
    }
}

@media (max-width: 500px) {
    .intro__button--live-preview {
        display:none
    }
}

.intro__button--live-preview:hover,.intro__button--live-preview:active,.intro__button--live-preview:focus,.intro__button--live-preview:visited {
    opacity: 0.5;
    color: white
}

.body--commercial-hidden .intro__button {
    display: none
}

body #chatra.chatra--side-bottom.chatra--style-round:not(.chatra--expanded) {
    right: 43px;
    bottom: 46px;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

body #chatra.chatra--side-bottom.chatra--style-round:not(.chatra--expanded):hover {
    opacity: 1
}

.intro_appears_last {
    -webkit-transition: opacity .7s 1s ease;
    -moz-transition: opacity .7s 1s ease;
    -o-transition: opacity .7s 1s ease;
    transition: opacity .7s 1s ease
}

.intro_appears_last:nth-child(1) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms
}

.intro_appears_last:nth-child(2) {
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    -o-transition-delay: 1100ms;
    transition-delay: 1100ms
}

.intro_appears_last:nth-child(3) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms
}

.intro_appears_last:nth-child(4) {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms
}

.intro_appears_last:nth-child(5) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms
}

.state-initial-position .intro_appears_last {
    opacity: 0
}

.body--commercial-hidden #chatra {
    display: none
}

body #chatra.chatra--side-bottom {
    bottom: -22px
}

.intro_card__ribbon {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 5%;
    width: 31px
}

@media (max-width: 500px) {
    .intro_card__ribbon {
        width:15px
    }
}

.intro_card__ribbon:hover .intro_card__ribbon_img--02 {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%)
}

.intro_card__ribbon_img {
    width: 100%
}

.intro_card__ribbon_img--01 {
    position: absolute;
    top: 0
}

.intro_card__ribbon_img--02 {
    -webkit-transition: -webkit-transform .2s ease-out;
    -moz-transition: -moz-transform .2s ease-out;
    -o-transition: -o-transform .2s ease-out;
    transition: transform .2s ease-out
}

.intro__button__strike {
    text-decoration: line-through
}