body {
    margin: 0px;
}


.main_wrapper {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.main_wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url(../img/main_bg.jpg);
    background-size: cover;
}

.main-logo {
    margin-top: 0;
    margin-bottom: 0;
}

.main-logo img {
    width: 200px;
}

.main-wrapper-block {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 9;
    justify-content: center;
}

.container {
    padding: 0vw 5vw;
}

.top-wrapper-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.content-text-wrapper {
    margin-top: 0vh;
    text-align: center;
    position: relative;
    z-index: 9;
}


a.link-btn {
    display: inline-block;
    margin-left: 0;
    margin-top: 30px;
    transition: all 0.4s ease-in-out;
}

a.link-btn img {
    width: 78%;
}

a.link-btn:hover {
    transform: translate(0px, -5px);
}


/* .rybak-block img {
    animation: spin-reverse 4s ease-in-out infinite;
} */

@keyframes spin {
    0% {
      transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
  }

  @keyframes spin-reverse {
    0% {
      transform: translate3d(0, -5px, 0);
    }
    50% {
      transform: translate3d(0, 5px, 0);
    }
    100% {
      transform: translate3d(0, -5px, 0);
    }
  }



.content-wrapper-inside {
    display: flex;
    align-items: center;
}

.content-text-wrapper {
    width: 45%;
    max-width: 500px;
}

.image-content-wrapper {
    width: 55%;
    margin-top: 0vh;
    position: relative;
    top: 35px;
}

video.video-source {
    width: 95%;
    height: 100%;
    max-width: 800px;
}

img.bg-video {
    width: 100%;
}

.cub-container {
    text-align: right;
}

.top-logo img {
    max-height: 12vh;
}

.title-content {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 800;
    font-size: 100px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #F8FF13;
    background: linear-gradient(180deg, #FF8642 0%, #FFC120 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.text-content {
    font-weight: 800;
    font-size: 47px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Oswald';
    margin-top: -2px;
    margin-bottom: 10px;
    position: relative;
    left: 3px;
}

.subtitle-content {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 129.36%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 380px;
    margin: auto;
    margin-top: 20px;
}

.subtitle-content span {
    font-size: 78px;
}

a.main-btn {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    padding: 18px 65px;
    margin-top: 35px;
    background: linear-gradient(93.45deg, #FF9839 0%, #FFD74A 97.35%);
    border-radius: 106.656px;
}

.bottom-text {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 0px 17.6047px rgba(88, 255, 245, 0.25);
    margin-top: 7vh;
}

.rybak-block {
    position: absolute;
    right: -2vw;
    bottom: -8vh;
    z-index: 9;
}

.rybak-block img {
    max-height: 80vh;
}

button.block-video {
    position: absolute;
    bottom: -15px;
    right: auto;
    left: 46%;
    background: transparent;
    border: none;
    box-shadow: none;
    width: fit-content;
    max-width: 130px;
    cursor: pointer;
    animation: spin 2s ease-in-out infinite;
}

button.block-video img {
    width: 100%;
}


.top-wrapper-row {
    max-width: 500px;
    justify-content: center;
}

.visible-xs {
    display: none;
}









@media (max-height: 550px) {
    .main_wrapper {
        overflow-y: scroll;
        height: auto;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 1440px) {

    .main-logo img {
        width: 170px;
    }

    .content-text-wrapper {
        width: 45%;
        max-width: 440px;
        margin-top: -4vh;
    }

    .top-wrapper-row {
        max-width: 440px;
    }

    .title-content {
        font-size: 85px;
    }

    .subtitle-content span {
        font-size: 58px;
    }
    
    .text-content {

        font-size: 40px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .subtitle-content {
        font-size: 22px;
        line-height: 1.2;
        max-width: 290px;
        margin-top: 15px;
        margin-bottom: 0px;
    }
    
    a.main-btn {
        font-size: 25px;
        padding: 12px 50px;
        margin-top: 30px;
    }
    
    .bottom-text {
        font-size: 15px;
        margin-top: 6vh;
    }

    button.block-video {
        bottom: -7%;
        max-width: 120px;
        left: 46%;
    }

    video.video-source {
        width: 90%;
    }

    .image-content-wrapper {
        width: 55%;
        margin-top: 0vh;
        position: relative;
        top: 0;
    }

    .rybak-block img {
        max-height: 93vh;
    }

}

@media (max-width: 1280px) {


}

@media (max-width: 1140px) {

}

@media (max-width: 991px) {

    .main-logo img {
        width: 120px;
        margin-left: 0;
    }

    .player-slot {
        text-align: center;
    }

    .top-wrapper-row {
        justify-content: center;
    }

    .content-wrapper-inside {
        margin-top: 0;
    }
    
    .content-text-wrapper {
        width: 100%;
        margin-top: 20px;
    }

    .main_wrapper {
        height: 100%;
        overflow-y: scroll;
    }
    
    .image-content-wrapper {
        text-align: center;
        margin-top: 2%;
        margin-left: auto;
        margin-bottom: 3%;
        margin-right: auto;
    }

    .content-wrapper-inside {
        flex-direction: column-reverse;
    }

    video.video-source {
        width: 97%;
        height: 100%;
    }

    .image-content-wrapper {
        width: 100%;
        max-width: 550px;
    }
    
    body {
        overflow: scroll;
    }
    
    .main-wrapper-block {
        height: auto;
        position: unset;
    }
    
    .main-logo {
        margin: 50px 0px 25px;
    }

    .main-wrapper-block {
        display: block;
    }

    .content-text-wrapper {
        text-align: center;
        margin: auto;
        position: relative;
        z-index: 9;
        margin-top: 0px;
    }

    button.block-video {
        bottom: -14%;
        max-width: 90px;
        left: 43%;
    }

}


@media (max-width: 680px) {

    .main_wrapper {
        height: auto;
        /* overflow-y: hidden; */
        padding-bottom: 13vh;
        min-height: 100vh;
    }

    .visible-xs {
        display: block;
    }

    video#fon {
        display: none;
    }

    .content-text-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .content-wrapper-inside * {
        order: 1;
    }

    .container {
        padding: 0;
    }

    .content-text-wrapper {
        padding-top: 80px;
    }

    .main-wrapper-block {
        position: relative;
        z-index: 91;
    }

    .main_wrapper:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 55vh;
        background: linear-gradient(180deg, #131B3D 0%, rgba(19, 27, 61, 0) 100%);
        transform: rotate(180deg);
        z-index: 9;
    }

    .rybak-block {
        position: absolute;
        bottom: 0;
        right: auto;
        left: -42vw;
    }

    .gif-video img {
        width: 97%;
    }
    
    .rybak-block img {
        max-height: 84vh;
    }

    button.block-video {
        bottom: -19%;
        max-width: 70px;
        left: 42%;
    }

    .title-content {
        font-size: 70px;
    }


    .text-content {
        font-size: 33px;
    }

}