body {
    margin: 0px;
}

@font-face {
    font-family: 'Oswald';
    src:  url(../fonts/Oswald-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'Oswald';
    src:  url(../fonts/Oswald-Regular.ttf);
    font-weight: 400;
}


.main_wrapper {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.main_wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/main-bg.jpg) center/cover;
}

.main-logo {
    margin-top: 5vh;
    margin-bottom: 5vh;
}


.bottom-paylogo {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0.8;
    z-index: 9;
    margin-bottom: 45px;
    margin-top: 30px;
}

.main-wrapper-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 9;
}

.item-paylogo {
    margin: 0px 10px;
    flex-basis: 11.11%;
}

.item-paylogo img {
    width: 80%;
}

.container {
    padding: 0vw 8vw;
}

a.btn-sign {
    font-family: 'Montserrat';
    font-style: normal;
    text-decoration: none;
    border: 3px solid #00C62B;
    border-radius: 30px;
    padding: 13px 31px;
    display: block;
    transition: all 0.4s ease-in-out;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

a.btn-sign:hover {
    background: #00C62B;
    color: #fff;
}

.top-wrapper-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.title-content {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px;
    font-size: 75px;
    line-height: 123.2%;
}

.title-content span {
    display: block;
    background: linear-gradient(180deg, #FFC702 0%, #FF8B20 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.content-text-wrapper {
    max-width: 557px;
}

.subtitle-content {
    font-family: 'Oswald';
    font-weight: 600;
    color: #FFE710;
    line-height: 1.2;
    font-size: 46px;
}

.subtitle-content span {
    color: #fff;
    font-size: 40px;
    font-family: sans-serif;
    font-weight: 200;
}

a.link-btn {
    display: inline-block;
    margin-top: 30px;
    background: linear-gradient(180deg, #F6C445 0%, #F09940 100%);
    border-radius: 63px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    color: #000000;
    text-decoration: none;
    padding: 12px 32px;
    position: relative;
}

.content-text-wrapper {
    position: relative;
    z-index: 91;
}

a.link-btn:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -8px;
    background: #B56D2E;
    border-radius: 63px;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

a.link-btn:hover::after {
    bottom: -3px;
}

.cub-block {
    position: absolute;
    right: 15vw;
    bottom: 20vh;
    z-index: 1;
}

.cub-block img {
    max-height: 70vh;
}

.prizes {
    display: flex;
    align-items: flex-end;
    position: absolute;
    right: 8vw;
    bottom: -1vh;
    z-index: 3;
    justify-content: space-between;
}

.itemprize1 img {
    max-width: 91vh;
}

.itemprize2 img {
    max-width: 68vh;
}

.itemprize2 {
    position: absolute;
    right: -13vh;
    z-index: 1;
}

.cub-container {
    position: absolute;
    right: 0;
    bottom: 0;
}

a.link-btn.visible-xs {
    display: none;
}

.itemprize1 {
    position: relative;
    z-index: 2;
}





@media (min-width: 1600px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 1440px) {

    .item-paylogo img {
        width: 90%;
    }
}

@media (max-width: 1360px) {
    .title-content {
        font-size: 58px;
        line-height: 1.4;
    }

    .content-text-wrapper {
        max-width: 475px;
    }

    a.link-btn {
        font-size: 26px;
    }

    a.btn-sign {
        font-size: 16px;
        line-height: 18px;
    }
}

@media (max-width: 1100px) {

    .bottom-paylogo {
        margin-bottom: 30px;
        margin-top: 15px;
    }

}

@media (max-width: 991px) {

    .main-logo img {
        width: 96px;
        margin-left: 0;
    }

    .prizes {
        z-index: 9;
    }

    .image-content-wrapper {
        text-align: center;
    }
    

    
    body {
        overflow: scroll;
    }


    .main-logo {
        margin: 40px 0px;
    }

    .container {
        padding: 0px 40px;
    }
    
}

@media (max-width: 768px) {
    .bottom-paylogo {
        flex-wrap: wrap;
        margin-top: 30px;
        padding: 0;
        width: 100%;
        position: relative;
        z-index: 99;
    }
    
    .bottom-paylogo > div {
        flex-basis: calc(33.33% - 20px);
        margin-bottom: 20px;
    }

    .main_wrapper:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 55vh;
        background: linear-gradient(180deg, rgba(8, 78, 70, 0) 0%, #084E46 48.47%);
        z-index: 7;
    }

    .main-logo {
        margin: 25px 0px;
    }

    .main-logo img {
        width: 82px;
    }

    .main-wrapper-block {
        display: block;
    }

    a.btn-sign {
        font-size: 14px;
        line-height: 17px;
        font-weight: 700;
        border: 2px solid #00c62b;
        padding: 7px 15px;
    }

    .content-text-wrapper {
        max-width: 100%;
        text-align: center;
    }

    a.link-btn {
        display: none;
    }

    .title-content {
        line-height: 123.2%;
        font-size: 43px;
    }

    .cub-container {
        position: relative;
        right: 0;
        bottom: 0;
        top: 0;
        left: 0;
    }

    .cub-block {
        position: relative;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .main_wrapper {
        height: auto;
        overflow-y: scroll;
        min-height: 100vh;
    }

    .main-wrapper-block {
        height: auto;
        min-height: 100vh;
    }

    .cub-block img {
        max-height: 42vh;
    }

    .prizes {
        z-index: 1;
        bottom: 0;
        right: 0;
        left: 0;
        max-width: 310px;
        margin: auto;
    }

    .itemprize1 {
        position: absolute;
        left: -145px;
        bottom: -6vh;
    }

    .main-wrapper-block {
        position: unset;
    }

    .itemprize1 img {
        width: 102vw;
        max-width: 400px;
    }

    .itemprize2 {
        position: absolute;
        right: -7vw;
        z-index: 1;
        bottom: -6vh;
    }

    .itemprize2 img {
        max-width: 300px;
        width: 80vw;
    }

    .container {
        padding: 0px 28px;
    }

    a.link-btn.visible-xs {
        display: inline-block;
        position: relative;
        z-index: 9;
        margin-top: -9vh;
        margin-bottom: 3vh;
        font-size: 22px;
    }

    a.link-btn.visible-xs:after {
        display: none;
    }

}