* {
    margin: 0;
    padding: 0;
}

a, a:visited, a:hover, a:active {
    text-decoration: none;
    color: inherit;
    width: fit-content;
    height: fit-content;
}

body {
    position: relative;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Calibri, sans-serif;
    font-weight: 700;
    background-image: url('./assets/ui/body_color.png');
}

.header-background {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 95vh;
    background-image: url('./assets/ui/back_header.png');
    background-size: cover;
}

.header-top-b {
    width: 82vw;
    height: 9.5vh;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 2.5vh 5vw 4vh;
    background-image: url('./assets/ui/header_top_line.png');
    background-size: cover;
    background-position-x: center;
    color: white;
}

.header-links-b-left {
    display: flex;
}

.play-now {
    height: fit-content;
    font-size: 2vh;
    cursor: pointer;
}

.header-links-b-right {
    display: flex;
    height: fit-content;
    align-items: center;
}

.follow-us {
    height: fit-content;
    font-size: 1.7vh;
    cursor: pointer;
    margin-right: 1vw;
}

.header-top-icons {
    cursor: pointer;
    width: 2vw;
    height: 2vw;
    margin-right: 0.1vw;
}

.header-logo {
    position: relative;
    width: 22vw;
    height: 20vh;
    margin: 0 auto;
    top: -8.5vh;
}

.header-content {
    display: flex;
    width: 85vw;
    margin: 0 auto;
}

.header-content-left-b {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    padding-top: 12vh;
    position: relative;
    left: 2.5vw;
}

.now-available {
    color: white;
    font-size: 5vh;
}

.header-content-links-b {
    width: 65%;
    display: flex;
    align-items: center;
    margin: 3vh auto 0;
}

.header-content-icon {
    width: 3.2vw;
    height: 3.2vw;
    margin-right: 2.2vw;
    cursor: pointer;
}


.header-content-middle-b {
    width: 53%;
    margin-top: -4vh;
}

.header-content-middle-b img {
    width: 37vw;
    height: 36.5vw;
}

.header-content-right-b {
    width: auto;
    padding-top: 11vh;
}

.header-content-play-now-b {
    background-image: url("./assets/ui/flag.png");
    background-size: cover;
    width: 23.5vw;
    height: 15.5vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-content-play-now-b h4 {
    font-size: 6.2vh;
    right: 1.5vw;
    position: relative;
    color: white;
    cursor: pointer;
}

.header-divider {
    width: 90vw;
    height: 7vh;
    margin: 0 auto;
    background-image: url('./assets/ui/top_line.png');
    background-size: cover;
    position: absolute;
    z-index: 10;
    left: 5vw;
    right: 5vw;
    top: 95vh;
}

.header-divider-icon-b {
    width: 90vw;
    height: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 3.1vh;
    left: 0.9vw;
}

.header-divider-icon {
    position: relative;
    width: 2vw;
    height: 2.5vw;
    z-index: 5;
}

.section-b-1 {
    display: flex;
    background-image: url(./assets/ui/back_trailer.png);
    background-size: cover;
    align-items: center;
    justify-content: center;
    width: 95vw;
    height: 57vh;
    margin: 0 auto;
    background-position: center;
}

.section-1-left {
    display: flex;
    width: 50%;
    height: 80%;
}

.left-side-img {
    padding: 6vh 0 0 0;
    display: flex;
    height: 93%;
    width: 20vw;
    position: relative;
    right: 2vw;
}

.section-1-right {
    display: flex;
    width: 50%;
    height: 100%;
}

.section-1-divider {
    width: 90vw;
    height: 12vh;
    margin: 0 auto;
    background-image: url('./assets/ui/second_line.png');
    background-size: cover;
    position: absolute;
    left: 5vw;
    right: 5vw;
    top: 145vh;
    z-index: 10;
}


.left-side-wizard {
    margin: auto 0;
    height: 50%;
    transform: scale(1.3);
}

.left-side-text {
    color: #9BD9F2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 2.6vh;
    line-height: 3.2vh;
}

.left-side-title {
    font-weight: 700;
    font-size: 4.44vh;
    color: #83BAFF;
    margin-bottom: 3vh;
}

.left-side-play-now-b {
    background-image: url(./assets/ui/flag_min.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 3vh 0 0 0;
    width: 10vw;
    height: 3.5vw;
}

.left-side-play-now-b h5 {
    font-weight: 700;
    font-size: 2.6vh;
    padding-right: 1vw;
    color: #FFFFFF;
}

.section-1-right {
    display: flex;
    width: 50%;
    height: 75%;
    justify-content: center;
}

.left-side-play-now-b-mobile {
    background-image: url(./assets/ui/flag_min.png);
    background-size: cover;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 3vh auto 0 auto;
    width: 50vw;
    height: 17.5vw;
}

.left-side-play-now-b-mobile h5 {
    font-weight: 700;
    font-size: 2.6vh;
    padding-right: 1vw;
    color: #FFFFFF;
}

.section-b-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95vw;
    height: 57vh;
    margin: 0 auto;
    background-image: url(./assets/ui/back_towers.png);
    background-size: cover;
    background-position: center;
}

.section-2-title {
    color: #83BAFF;
    font-size: 5vh;
    margin-top: 6vh;
}

.towers-container {
    display: flex;
    width: 75%;
    justify-content: space-around;
    margin-top: 4vh;
}

.tower-wrapper {
    width: 20vw;
    height: 17vw;
}

.section-2-desc {
    color: #83BAFF;
    font-size: 3vh;
    margin-top: 2vh;
    z-index: 50;
}

.tower-img {
    width: 100%;
    height: 100%;
}

.section-2-divider {
    width: 90vw;
    height: 12vh;
    margin: 0 auto;
    background-image: url('./assets/ui/second_line.png');
    background-size: cover;
    position: absolute;
    left: 5vw;
    right: 5vw;
    top: 202.5vh;
    z-index: 10;
}

.section-b-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95vw;
    height: 95vh;
    margin: 0 auto;
    background-image: url(./assets/ui/back_screenshots.png);
    background-size: cover;
    background-position: center;
}

.section-3-content-top, .section-3-content-bot {
    display: flex;
    width: 100%;
    height: 42%;
    justify-content: center;
    margin-top: 4vh;
}

.s-3-content-desc-left, .s-3-content-desc-right {
    display: flex;
    flex-direction: column;
    width: 47%;
    height: 100%;
    align-items: end;
    justify-content: center;
    color: #9BD9F2;
    font-size: 2.7vh;
    padding-right: 2vw;
    line-height: 4.2vh;
    margin: auto 0;
}

.s-3-content-img-right, .s-3-content-img-left {
    display: flex;
    width: 53%;
    height: 100%;
    justify-content: start;
}

.s-3-content-img-right img, .s-3-content-img-left img {
    width: auto;
    height: 100%;
    z-index: 100;
}

.section-3-content-bot {
    margin-top: 2.5vh;
}

.s-3-content-desc-right {
    align-items: start;
    padding-right: 0;
    padding-left: 2vw;
}

.s-3-content-img-left {
    justify-content: end;
}

.s-3-content-desc-left p {
    text-align: end;
}

.section-3-divider {
    width: 90vw;
    height: 12vh;
    margin: 0 auto;
    background-image: url('./assets/ui/second_line.png');
    background-size: cover;
    position: absolute;
    left: 5vw;
    right: 5vw;
    top: 295.5vh;
    z-index: 250;
}

.footer-background {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90vw;
    height: 15vh;
    background-image: url('./assets/ui/footer.png');
    background-size: cover;
    z-index: 200;
    position: relative;
    right: 5vw;
    left: 5vw;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.follow-us-footer {
    color: white;
    font-size: 1.7vh;
    margin-right: 1vw;
}

.footer-icons {
    cursor: pointer;
    width: 2vw;
    height: 2vw;
    margin-right: 0.1vw;
}

.footer-copyright {
    color: #9BD9F2;
    font-size: 1.7vh;
    text-align: center;
}

.terms-link {
    color: #9BD9F2;
    text-decoration: underline;
}

/*video*/

/* Общий контейнер */
#video-container {
    position: relative;
    height: 100%;
    width: 85%;
}

#video-poster {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#player {
    width: 100%;
    height: 100%;
    display: none;
}

/* Элемент-оверлей, скрыт по умолчанию */
#video-over {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: none;
}

/* Элемент-играющая кнопка */
#video-play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #fff;
    z-index: 3;
    cursor: pointer;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Псевдоэлемент стрелки */
#video-play::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 41px;
    width: 0;
    height: 0;
    margin: auto;
    border: 30px solid transparent;
    border-top-width: 18px;
    border-bottom-width: 18px;
    border-left-color: #fff;
    border-right-width: 0;
    transition: transform 0.2s ease;
}

/* Эффект при Hover */
#video-play:hover::before {
    transform: scale(1.2);
}

/* Вариант, когда видео воспроизводится */
#video-container.video-is-playing #video-over {
    display: block;
}

#video-container.video-is-playing #video-play {
    opacity: 0;
    visibility: hidden;
}

#myVideo {
    width: 100%;
    height: 100%;
}

/*full hd*/

@media (width <= 1920px) {
    .header-divider {
        top: 94.5vh;
    }

    .header-divider-icon-b {
        bottom: 4vh;
    }

    .header-content-play-now-b {
        width: 22.5vw;
        height: 17.5vh;
    }

    .header-content-left-b {
        padding-top: 18vh;
    }

    .header-content-right-b {
        padding-top: 17vh;
    }

    .header-content-middle-b img {
        width: 33vw;
        height: 32.5vw;
    }

    .header-content-middle-b {
        margin-top: -5vh;
    }

    .header-divider-icon {
        right: 1.5vw;
    }

    .section-1-divider {
        top: 145vh;
    }

    .section-2-divider {
        top: 201.5vh;
    }

    .tower-wrapper {
        width: 18vw;
        height: 15vw;
    }

    .section-3-divider {
        top: 294.5vh;
    }

    #video-container {
        width: 74%;
    }
}

/* mac */

@media (width <= 1550px) {
    .now-available {
        font-size: 4.8vh;
    }

    .header-top-b {
        height: auto;
    }

    .header-content-left-b {
        padding-top: 13vh;
        left: 3.5vw;
    }

    .header-content-right-b {
        padding-top: 14vh;
    }

    .header-content-play-now-b h4 {
        font-size: 4.5vh;
    }

    .header-content-play-now-b {
        width: 19.5vw;
        height: 12.5vh;
    }

    .header-divider {
        top: 94vh;
    }

    .header-divider-icon-b {
        bottom: 4vh;
        left: 2.5vw;
    }

    .header-content-middle-b {
        margin-top: 1vh;
    }

    .header-content-middle-b img {
        width: 35vw;
        height: 34.5vw;
    }

    .section-1-left {
        width: 52%;
    }

    .left-side-play-now-b h5 {
        font-size: 2.4vh;
    }

    .section-1-divider {
        top: 145.5vh;
    }

    .section-2-divider {
        top: 202.5vh;
    }

    .tower-wrapper {
        width: 20vw;
        height: 18vw;
    }

    .section-3-divider {
        top: 295.5vh;
    }

    #video-container {
        width: 92%;
    }
}

/* laptop */

@media (width <= 1366px) {
    .header-divider {
        top: 94.3vh;
    }

    .header-content-middle-b img {
        width: 33vw;
        height: 32.5vw;
    }

    .header-divider-icon {
        right: 2vw;
    }

    .section-1-divider {
        top: 145vh;
    }

    .section-2-divider {
        top: 202.5vh;
    }

    .tower-wrapper {
        width: 19vw;
        height: 17vw;
    }

    .section-3-divider {
        top: 294.5vh;
    }

    #video-container {
        width: 85%;
    }

    #video-play {
        width: 75px;
        height: 75px;
    }

    #video-play::before {
        left: 30px;
        width: 0;
        height: 0;
        margin: auto;
        border: 25px solid transparent;
        border-top-width: 15px;
        border-bottom-width: 15px;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        border-left-color: #fff;
        border-right-width: 0;
        transition: transform 0.2s ease;
    }
}

/*mobile portrait*/

@media (height <= 450px)  and (orientation: landscape) {
    .header-divider {
        top: 94.5vh;
    }

    .header-content-middle-b {
        margin-top: -5vh;
    }

    .header-content-middle-b img {
        width: 29vw;
        height: 28.5vw;
        margin-left: 3vw;
    }

    .section-1-divider {
        top: 145vh;
    }

    .section-2-divider {
        top: 201.5vh;
    }

    .tower-wrapper {
        width: 17vw;
        height: 15vw;
    }

    .section-3-divider {
        top: 293.5vh;
    }

    .header-content-play-now-b {
        width: 19.5vw;
        height: 15.5vh;
    }

    .header-logo {
        height: 24vh;
    }

    #video-container {
        width: 75%;
    }
}

/*mobile portrait*/

@media (width <= 500px) {

    .header-top-b {
        height: 2vh;
    }

    .header-background {
        background-position: center;
    }

    .header-links-b-left {
        display: none;
    }

    .header-links-b-right {
        display: none;
    }

    .header-logo {
        width: 70vw;
        top: -7.5vh;
    }

    .header-content {
        flex-direction: column;
    }

    .header-content-left-b {
        padding-top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .header-content-middle-b {
        display: none;
    }

    .header-content-links-b {
        width: 100%;
        justify-content: space-around;
    }

    .header-content-icon {
        width: 14.2vw;
        height: 14.2vw;
    }

    .header-content-right-b {
        padding-top: 10vh;
    }

    .header-content-play-now-b {
        width: 80vw;
        height: 13vh;
        margin: 0 auto;
    }

    .section-1-right {
        display: none;
    }

    .section-b-1 {
        height: 100vh;
    }

    .section-1-left {
        flex-direction: column-reverse;
        width: 90%;
        margin: 0 auto;
        height: auto;
        text-align: center;
    }

    .left-side-play-now-b {
        display: none;
    }

    .left-side-play-now-b-mobile {
        display: flex;
    }

    .left-side-img {
        padding: 6vh 10vw 0 10vw;
        width: 100%;
    }

    .header-divider {
        top: 92.3vh;
    }

    .header-divider-icon-b {
        bottom: 6vh;
    }

    .header-divider-icon {
        width: 10vw;
        height: 10.5vw;
    }

    .section-1-divider {
        top: 189.5vh;
    }

    .towers-container {
        flex-direction: column;
    }

    .tower-wrapper {
        width: 70%;
        height: auto;
        margin: 0 auto 2vh;
    }

    .section-b-2 {
        height: 100vh;
    }

    .section-2-desc {
        text-align: center;
    }

    .section-2-divider {
        top: 289.5vh;
    }

    .section-3-content-top {
        flex-direction: column-reverse;
        width: 90%;
    }

    .section-3-content-bot {
        flex-direction: column;
        width: 90%;
    }

    .s-3-content-desc-left, .s-3-content-desc-right {
        width: 100%;
        justify-content: center;
    }

    .s-3-content-img-right, .s-3-content-img-left {
        width: 100%;
        justify-content: center;
    }

    .s-3-content-desc-left p, .s-3-content-desc-right p {
        text-align: center;
    }

    .s-3-content-img-right img, .s-3-content-img-left img {
        width: 100%;
    }

    .section-3-divider {
        top: 375.5vh;
    }

    .section-b-3 {
        padding-top: 3vh;
        padding-bottom: 6vh;
        height: fit-content;
        background-size: auto;
    }

    .follow-us-footer {
        margin-right: auto;
        margin-left: auto;
    }

    .footer-links {
        width: 65%;
    }

    .footer-icons {
        width: 8vw;
        height: 8vw;
    }
}
