.fade-enter-active,
.fade-leave-active {
    transition: opacity .3s
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0 !important
}

.main-screen {
    margin-top: 0 !important
}

.main-screen__banner {
    position: relative;
    z-index: 1
}

@media (min-width:1250px) {
    .main-screen__banner {
        display: flex
    }
}

@media (min-width:1700px) {
    .main-screen__banner {
        gap: 64px
    }
}

.main-screen__text-wrap {
    display: flex;
    flex-direction: column
}

@media (min-width:1250px) {
    .main-screen__text-wrap {
        padding: 82px 0;
        position: relative;
        z-index: 1
    }

    .main-screen__text-wrap:after,
    .main-screen__text-wrap:before {
        background: radial-gradient(50% 50% at 0 50%, #db277733 0, #14141433);
        display: block;
        flex-shrink: 0;
        height: 100%;
        height: 1080px;
        left: -180px;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%;
        width: 1918px;
        z-index: -1
    }

    .main-screen__text-wrap:after {
        filter: blur(400px)
    }
}

@media (min-width:1700px) {
    .main-screen__text-wrap {
        max-width: 680px;
        padding: 54px 0
    }
}

.main-screen__title {
    color: #db2777;
    display: flex;
    flex-direction: column;
    font-family: DIN Pro Cond;
    font-size: 48px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -.03em;
    line-height: 1;
    text-transform: uppercase
}

@media (min-width:768px) {
    .main-screen__title {
        align-items: center;
        flex-direction: row;
        font-size: 64px;
        gap: 8px
    }
}

@media (min-width:1250px) {
    .main-screen__title {
        align-items: flex-start;
        flex-direction: column;
        font-size: 96px;
        gap: 0
    }
}

@media (min-width:1700px) {
    .main-screen__title {
        font-size: 104px
    }
}

.main-screen__title .accent {
    color: #ffffffe6;
    flex-wrap: wrap;
    gap: 14px
}

.main-screen__title .accent,
.main-screen__title .accent .label {
    align-items: center;
    display: inline-flex;
    font-family: DIN Pro Cond;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

.main-screen__title .accent .label {
    font-size: 34px;
    justify-content: center;
    letter-spacing: -.03em;
    padding: 6px 12px;
    position: relative;
    z-index: 0
}

@media (min-width:1250px) {
    .main-screen__title .accent .label {
        font-size: 64px;
        padding: 10px 22px
    }
}

.main-screen__title .accent .label:before {
    background: #db2777;
    border-radius: 9px;
    content: "";
    display: block;
    height: 100%;
    margin-left: 5px;
    position: absolute;
    transform: skew(-10deg);
    width: 100%;
    z-index: -1
}

.main-screen__sub-title {
    color: #fffc;
    font-size: clamp(.875rem, .7228rem + .6477vw, 1.5rem);
    font-weight: 600;
    margin: 16px 0;
    max-width: 500px
}

@media (min-width:768px) {
    .main-screen__sub-title {
        margin: 32px 0 48px
    }
}

@media (min-width:1250px) {
    .main-screen__sub-title {
        font-size: 20px;
        max-width: 650px
    }
}

@media (min-width:1700px) {
    .main-screen__sub-title {
        font-size: 24px
    }
}

.main-screen__action {
    display: none
}

@media (min-width:1250px) {
    .main-screen__action {
        display: inline-flex;
        width: -moz-fit-content;
        width: fit-content
    }
}

.main-screen__video-wrap {
    align-items: center;
    border-radius: 16px;
    display: flex;
    height: 320px;
    overflow: inherit;
    justify-content: center;
    position: relative;
    width: 100%
}

@media (min-width:1250px) {
    .main-screen__video-wrap {
        aspect-ratio: 16/9;
        bottom: 0;
        height: 100%;
        max-height: 100%;
        position: absolute;
        right: 0;
        overflow: inherit;
        top: 0;
        width: 72%;
        z-index: 0
    }

    .main-screen__video-wrap:before {
        background: linear-gradient(90deg, #141414, #14141400);
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 45%;
        z-index: 1
    }
}

@media (min-width:1700px) {
    .main-screen__video-wrap {
        flex: 1;
        overflow: inherit;
        height: auto;
        position: relative
    }

    .main-screen__video-wrap:before {
        display: none
    }
}

.main-screen__video-wrap video {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .5;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.main-screen__video-wrap video::-webkit-media-controls,
.main-screen__video-wrap video::-webkit-media-controls-enclosure {
    display: none !important
}

.main-screen__nav {
    display: none;
    gap: 16px;
    margin-top: 16px
}

@media (min-width:1250px) {
    .main-screen__nav {
        display: flex;
        position: relative;
        z-index: 2
    }
}

.main-screen__nav-item {
    background: #212121;
    border-radius: 16px;
    flex: 1;
    height: 272px;
    overflow: hidden;
    padding: 32px;
    position: relative;
    transition: all .3s;
    z-index: 0
}

.main-screen__nav-item:hover {
    background: #db2777
}

.main-screen__nav-item:hover .main-screen__nav-img {
    top: 10px
}

.main-screen__nav-item:after {
    background: #db2777;
    bottom: -104px;
    content: "";
    display: block;
    filter: blur(100px);
    height: 199px;
    position: absolute;
    right: 40px;
    width: 199px;
    z-index: 2
}

.main-screen__nav-item.beta-test .main-screen__nav-img {
    transform: scaleX(1)
}

.main-screen__nav-item.updates .main-screen__nav-img {
    transform: scaleX(-1)
}

.main-screen__nav-text {
    color: #ffffffe6;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    max-width: 55%;
    transition: all .3s
}

.main-screen__nav-img {
    height: auto;
    pointer-events: none;
    position: absolute;
    right: -79px;
    top: 25px;
    transition: all .3s;
    width: 327px;
    z-index: 0
}

.main-screen__nav-bg {
    height: 100%;
    min-width: 100%;
    opacity: .5;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: -1
}

.main-screen__bg {
    display: none;
    height: 100vh;
    left: 0;
    opacity: 1;
    position: absolute;
    top: -10%;
    transform: scale(1.5);
    transition: all 1s;
    width: 100%;
    z-index: 0
}

@media (min-width:1250px) {
    .main-screen__bg {
        display: block;
        left: -15%
    }
}

@media (min-width:1700px) {
    .main-screen__bg {
        left: -5%
    }
}

@media (min-width:2000px) {
    .main-screen__bg {
        display: none
    }
}

.main-screen__bg img {
    height: 100vh;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all 1s;
    width: auto
}

.main-screen__bg img.hide {
    opacity: 0
}

.video-controls {
    align-items: center;
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 0 12px;
    position: absolute;
    top: 9px;
    width: 100%;
    z-index: 1
}

@media (min-width:1250px) {
    .video-controls {
        align-items: flex-end;
        flex-direction: column-reverse;
        gap: 32px;
        left: auto;
        padding: 0;
        right: 40px;
        top: 36px;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media (min-width:1700px) {
    .video-controls {
        flex-direction: row;
        justify-content: space-between;
        left: 0;
        padding: 0 48px;
        right: 0;
        width: 100%
    }
}

.video-select {
    display: flex
}

@media (min-width:1250px) {
    .video-select {
        flex-direction: column
    }
}

@media (min-width:1700px) {
    .video-select {
        flex-direction: row
    }
}

.video-select__item {
    border-bottom: 3px solid hsla(0, 0%, 100%, .03);
    color: #ffffff80;
    cursor: pointer;
    font-family: DIN Pro Cond;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 6px 7px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s
}

@media (min-width:1250px) {
    .video-select__item {
        font-size: 24px
    }
}

.video-select__item:hover {
    border-bottom-color: #ffffff4d;
    color: #fffc
}

.video-select__item.active {
    border-bottom-color: #fff;
    color: #fff
}

.video-select__item .full-text {
    display: none
}

@media (min-width:1250px) {
    .video-select__item .full-text {
        display: inline-block
    }

    .video-select__item .short-text {
        display: none
    }
}

.video-status {
    align-items: center;
    background: #ff3838b3;
    border-radius: 22px;
    color: #fff;
    display: flex;
    font-size: 10px;
    gap: 5px;
    height: 22px;
    line-height: 1;
    padding: 5px;
    text-transform: uppercase
}

@media (min-width:1250px) {
    .video-status {
        border-radius: 10px;
        font-size: 20px;
        gap: 10px;
        height: 44px;
        padding: 12px 10px
    }
}

.video-status .point {
    animation: fadeInOut 1s ease infinite;
    background: #fff;
    border-radius: 8px;
    display: inline-block;
    height: 8px;
    width: 8px
}

@media (min-width:1250px) {
    .video-status .point {
        border-radius: 16px;
        height: 16px;
        width: 16px
    }
}

.video-info {
    bottom: 9px;
    display: flex;
    left: 0;
    padding: 0 16px;
    position: absolute;
    width: 100%;
    z-index: 1
}

@media (min-width:1250px) {
    .video-info {
        bottom: 16px;
        padding: 0 40px
    }
}

.video-info__item {
    align-items: center;
    display: flex;
    flex: 1;
    font-family: DIN Pro Cond;
    font-size: 13px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 10px 0;
    text-transform: uppercase
}

@media (min-width:1250px) {
    .video-info__item {
        font-size: 20px
    }
}

.video-info__item.disk-space {
    display: none
}

@media (min-width:768px) {
    .video-info__item.disk-space {
        display: flex;
        justify-content: center
    }
}

@media (min-width:1250px) {
    .video-info__item.disk-space {
        justify-content: flex-start
    }
}

.video-info__item.disk-name {
    display: none
}

@media (min-width:768px) {
    .video-info__item.disk-name {
        display: flex;
        justify-content: center
    }
}

.video-info__item.fps {
    justify-content: center
}

@media (min-width:768px) {
    .video-info__item.fps {
        display: flex;
        justify-content: flex-end
    }
}

.video-info__item.info {
    justify-content: space-around
}

@media (min-width:768px) {
    .video-info__item.info {
        gap: 5px;
        justify-content: flex-end
    }
}

@media (min-width:1700px) {
    .video-info__item.info {
        gap: 16px;
        justify-content: flex-end
    }
}

.video-info__item.info .charge {
    display: flex;
    gap: 2px;
    justify-content: flex-end;
    min-width: 26px
}

.video-info__item.info .charge-line {
    background: #42ca89;
    height: 10px;
    width: 2px
}

@media (min-width:1250px) {
    .video-info__item.info .charge-line {
        height: 14px;
        width: 3px
    }
}

.video-info__item.info .charge-line.orange {
    background: #ffe24b
}

.video-info__item.info .charge-line.red {
    background: #ff4b4b
}

@media (min-width:768px) {
    .video-info__item.info .ping {
        min-width: 50px
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

ol[data-v-bed84524] {
    list-style-type: decimal;
    margin-left: 16px
}

@media (min-width:960px) {
    ol[data-v-bed84524] {
        margin-left: 30px
    }
}

ol li[data-v-bed84524] {
    color: #ffffff80;
    letter-spacing: .01em
}

a[data-v-bed84524] {
    color: #fffc;
    text-decoration: underline;
    text-underline-position: under;
    transition: all .3s
}

a[data-v-bed84524]:hover {
    color: #fb2777
}

.accordion-item {
    background: #ffffff0d;
    border-radius: 16px;
    cursor: pointer;
    margin-bottom: 15px;
    transition: all .3s
}

.accordion-item:hover {
    background: #ffffff1a
}

.accordion-item:last-child {
    margin-bottom: 0
}

.accordion-item.active {
    cursor: default;
    padding-bottom: 16px
}

@media (min-width:960px) {
    .accordion-item.active {
        padding-bottom: 30px
    }
}

.accordion-item.active .accordion-item__title svg {
    transform: rotate(0)
}

.accordion-item__title {
    align-items: center;
    color: #fffc;
    display: flex;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 700;
    gap: 10px;
    justify-content: space-between;
    line-height: 1.1;
    padding: 16px;
    transition: all .3s
}

@media (min-width:960px) {
    .accordion-item__title {
        font-size: 32px;
        padding: 30px
    }
}

.accordion-item__title svg {
    flex: none;
    height: 24px;
    transform: rotate(-180deg);
    transition: all .3s;
    vertical-align: top;
    width: 24px
}

@media (min-width:960px) {
    .accordion-item__title svg {
        height: 48px;
        width: 48px
    }
}

.accordion-item__title:hover {
    cursor: pointer
}

.accordion-item__value {
    color: #ffffff80;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 600;
    height: 0;
    letter-spacing: .01em;
    line-height: 1.3;
    overflow: hidden;
    padding: 0 16px;
    transition: all .3s
}

@media (min-width:960px) {
    .accordion-item__value {
        font-size: 24px;
        padding: 0 30px
    }
}

.list-enter-active[data-v-1b95091d],
.list-leave-active[data-v-1b95091d] {
    transition: all .3s ease
}

.list-enter-from[data-v-1b95091d],
.list-leave-to[data-v-1b95091d] {
    opacity: 0;
    transform: translateY(10px)
}

.list-move[data-v-1b95091d] {
    transition: transform .3s ease
}

.accordion[data-v-1b95091d] {
    margin-top: 74px
}

@media (min-width:960px) {
    .accordion[data-v-1b95091d] {
        margin-top: 88px
    }
}

@media (min-width:1700px) {
    .accordion[data-v-1b95091d] {
        margin-bottom: 150px;
        margin-top: 150px;
        max-width: 1136px;
        padding: 0
    }
}

.accordion__title[data-v-1b95091d] {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-family: DIN Pro Cond;
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    justify-content: center;
    letter-spacing: -.03em;
    line-height: 1;
    margin: 16px 0 41px;
    text-align: center;
    text-transform: uppercase
}

@media (min-width:960px) {
    .accordion__title[data-v-1b95091d] {
        white-space: nowrap
    }
}

@media (min-width:1250px) {
    .accordion__title[data-v-1b95091d] {
        flex-direction: row;
        font-size: 64px;
        gap: 16px;
        margin-bottom: 80px
    }
}

@media (min-width:1700px) {
    .accordion__title[data-v-1b95091d] {
        font-size: 88px;
        margin-bottom: 60px
    }
}

.accordion__title .accent[data-v-1b95091d] {
    color: #db2777;
    font-family: DIN Pro Cond;
    font-weight: 700
}

.accordion__action[data-v-1b95091d] {
    background: #ffffff08;
    color: #ffffffb3;
    display: flex;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin: 15px auto auto;
    max-width: 317px;
    text-transform: none;
    width: 100%
}

@media (min-width:960px) {
    .accordion__action[data-v-1b95091d] {
        border-radius: 16px;
        font-size: 32px;
        max-width: 100%;
        padding: 30px
    }
}

.accordion__action[data-v-1b95091d]:hover {
    background: #ffffff0d;
    color: #fffc
}