.custom-footer .footer__top {
    height: 27vh;
}

.prize-form__form {
    max-width: 97.5rem;
}

.youtube-list__img > img {
    max-width: 210px;
}

@media (min-width: 1300px){
    .custom-footer .footer__top{
        height: 27vh;
        /*height: 37vh;*/
    }

    .custom-footer .footer__top .width-wrap{
        padding-top: 50px;
    }

    .custom-footer .footer__middle{
        /*height: 59vh;*/
        height: 68vh;
    }
}


@media (max-width: 1439px){
    .custom-footer .footer__middle {
        height: 68vh;
    }
}



@media (max-width: 750px){
    .custom-footer .footer__top {
        height: 45vh;
    }

    .custom-footer .footer__middle {
        height: 44vh;
        padding: 10px 0;
    }
}


@media (min-width: 1025px) and (max-width: 1439px){
    .custom-footer .footer__top{
        /*height: 37vh;*/
        height: 27vh;
    }

    .custom-footer .footer__top .width-wrap{
        padding-top: 50px;
    }

    .custom-footer .footer__middle{
        /*height: 59vh;*/
        height: 68vh;
    }
}

@media screen and (min-width: 1340px) {
    .prize--russia .prize__item--first .prize__item-img {
        -webkit-transform: translateX(-2rem) scale(1) translateY(2rem);
        transform: translateX(-2rem) scale(1) translateY(2rem);
    }
    .prize--russia .prize__item--first.active .prize__item-img {
        -webkit-transform: translateX(-2rem) scale(1.4);
        transform: translateX(-2rem) scale(1.4);
    }

    .prize__container > .prize__wrapper:nth-child(3) .prize__item--first .prize__item-img {
        -webkit-transform: translateX(-6rem) scale(1.3);
        transform: translateX(-6rem) scale(1.3);
    }
    .prize__container > .prize__wrapper:nth-child(3) .prize__item--first.active .prize__item-img {
        -webkit-transform: translateX(-8rem) scale(1.5) translateY(0rem);
        transform: translateX(-8rem) scale(1.5) translateY(0rem);
    }

    .prize--russia .prize__list--third .prize__item--first .prize__item-img {
        -webkit-transform: scale(1.2) translateX(1rem) translateY(-4rem);
        transform: scale(1.2) translateX(1rem) translateY(-4rem);
    }
    .prize--russia .prize__list--third .prize__item--first.active .prize__item-img {
        -webkit-transform: scale(1.2) translateX(1rem) translateY(-4rem);
        transform: scale(1.2) translateX(1rem) translateY(-4rem);
    }

    .prize__container > .prize__wrapper:nth-child(5) .prize__item--first .prize__item-img {
        -webkit-transform: scale(1.2) translateX(0rem) translateY(0rem);
        transform: scale(1.2) translateX(0rem) translateY(0rem);
    }
}

.header .header__links {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 190px;
}

.header .header__links a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid transparent;
    margin-top: 30px;
    padding: 0 5px 10px;
    transition: .3s;
}

.header .header__links a:hover {
    border-color: #fff;
}

.nav__main--mobile-bottom .header-links {
    padding: 0 30px;
}

.nav__main--mobile-bottom .header-links a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    margin-top: 20px;
}

.prize__item-top--triangle {
    background-image: url('static/img/assets/prize/top-2.png');
}

.prize__item-top--norm-square {
    background-image: url('static/img/assets/prize/top-4.png');
}

.prize__item-top--hexagon {
    background-image: url('static/img/assets/prize/top-5.png');
}

.prize__item.prize__item--first .prize__item-img {
    max-width: 300px;
    transform: none !important;
}

.prize__item.prize__item--first .prize__item-img img {
    width: 100%;
}

@media (max-width: 1600px) {
    .header .header__links {
        padding-right: 0;
    }
}

@media (max-width: 1050px) {
    .header .header__links {
        display: none;
    }

    .uk-button-nav {
        display: block;
    }
}

@media (max-width: 767px) {
    .prize__item--second .prize__item-text {
        margin-left: 0;
    }

    .prize__text--paymob {
        margin: 0 auto;
    }
}
