.contest {
	position: absolute;
    z-index: 90;
	display: none;
	right: 30px;
    width: 12.6666%;
    bottom: 130px;
}

.contest_reserve {
    display: block;
	width: 208px;
	height: 190px;
}

.contest_cars {
	position: fixed;
	z-index: 10;
}

@media screen and (max-width: 1600px) {
	.contest {
		width: 9.6666%;
	}
}

@media screen and (min-width: 1301px) {
    .contest_cars {
        top: 147px;
        width: 208px;
        height: auto;
        bottom: auto;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .contest_cars {
        top: 171px;
        width: 151px;
        height: auto;
        bottom: auto;
    }
}

@media screen and (max-width: 1024px) {
	.contest {
		width: 15.6666%;
	}
    
    .contest_cars {
        top: 61px;
        width: 167px;
        height: fit-content;
    }
	
	.contest_reserve {
		width: 100px;
		height: 140px;
	}
}

@media screen and (max-width: 876px) {
    .contest_cars {
        width: 138px;
        top: 60px;
    }
}

@media screen and (max-width: 767px) {
	.contest {
		display: none!important;
	}
}