@media only screen and (max-width: 1700px) {
	.container-fluid {
	    padding-left: 36px;
	    padding-right: 36px;
	}
	.top-cover .cover-title h1{
		font-size: 64px;
    	line-height: 64px;
    	margin-top: 120px;
	}
	.top-cover .cover-title h1:before{
		width: 400px;
	    background-size: contain;
	    background-repeat: no-repeat;
	    left: -34px;
	}
	.top-cover .cover-title{
		padding-left: 50px;
	}
	.partners .partners-item{
		margin-right: 0;
	}
	.partners .partners-item img{
		width: 70%;
	}
}
@media only screen and (max-width: 1500px) {
	.top-cover .cover-image{
		width: 60%;
	}
	.top-cover .cover-title{
		width: 40%;
		padding-left: 30px;
	}
	.top-cover .cover-title h1 {
	    font-size: 52px;
	    line-height: 53px;
	    margin-top: 85px;
	}
	.top-cover .cover-title h1:before {
	    width: 310px;
	    background-size: contain;
	    background-repeat: no-repeat;
	    left: -20px;
	    top: -43px;
	}
	.registration .reg-form-group{
		max-width: 480px;
	}
}
@media only screen and (max-width: 1100px) {
	.top-cover .cover-title{
		width: 100%;
		padding-bottom: 30px;
	}
	.top-cover .cover-image{
		width: 100%;
	}
	.registration .reg-form-group{
		width: 410px;
	}
	.registration .registration-title{
		font-size: 45px;
	}
	.registration .reg-image{
		margin-top: -33px;
	}
	.winners .winners-title{
		font-size: 62px;
	}
	.partners .partners-list{
		justify-content: flex-start;
	}
}
@media only screen and (max-width: 992px) {
	.registration .reg-image{
		margin-top: 30px;
	}
	.promo-steps .steps{
		display: block;
	}
	.promo-steps .steps:before{
		display: none;
	}
	.promo-steps .steps .step-item{
		margin-bottom: 30px;
	}
	.reg-image-desktop{
		display: none;
	}
	.reg-image-mobile{
		display: block;
	}
	.promo-steps .steps .step-item{
		position: relative;
	}
	.promo-steps .steps .step-item:before{
		content: "";
	    width: 100%;
	    height: 2px;
	    background-color: #c4161c;
	    position: absolute;
	    top: 82px;
	    left: 0;
	}
}
@media only screen and (max-width: 768px) {
	.main-header .euromaster-link a{
		padding: 25px 20px;
	}
	.main-header .top-bar .slogan{
		display: none;
	}
	.registration .reg-form-item.code:after,
	.registration .reg-form-item.date:after{
		position: static;
		margin-left: 0;
	}
	.registration .reg-form-group{
		width: 100%;
		max-width: 100%;
	}
}
@media only screen and (max-width: 576px) {
	.container-fluid{
		padding-left: 12px;
		padding-right: 12px;
	}
	.partners .partners-title{
		padding: 10px 14px;
		font-size: 34px;
	}
	.registration .registration-title{
		font-size: 34px;
		padding: 20px;
	}
	.winners-box .prize-header .prize-title{
		font-size: 24px;
		line-height: 28px;
	}
	.winners-box .prize-header .prize-image{
		margin-right: 20px;
	}
	.main-footer .main-site-link a{
		padding: 18px 48px;
	}
	.winners-list ul li{
		padding: 12px 5px;
	}
	.winners .winners-title{
		font-size: 48px;
	}
	.main-header .euromaster-link{
		width: 134px;
    	text-align: center;
	}
	.top-cover .cover-title h1{
		font-size: 42px;
    	line-height: 46px;
	}
	.top-cover .cover-reg-btn{
		padding: 16px 20px;
	}
	.text-input{
		padding: 14px;
	}
}