
/* 1601 - 1920 */
@media screen and (max-width:1920px){	

}

/* 1369 - 1600 */
@media screen and (max-width:1600px){	

}

/* 961 - 1368 */
@media screen and (max-width:1368px){
}

/* 769 - 960 */
@media screen and (max-width:960px){
	.logo{
		display: block;
		margin: 0 auto;
		padding-bottom: 50px;
	}

	.offer, .offer__intro{
		text-align: center;
	}

	.offer__text{
		margin: 20px auto;
	}

	.icons{
		justify-content: center;
	}

	.icons__item:nth-child(3){
		margin-right: 0;
	}

	.form__input{
		width: 100%;
		margin-right: 0;
	}

	.form__btn{
		width: 100%;
		margin: 10px 0px 0px 0px;
	}
}

/* 481 - 768 */
@media screen and (max-width:768px){
	.logo{
		display: none;
	}
	
}

/* 320 - 480 */
@media screen and (max-width:480px){
	.logo{
		display: none;
	}

	.menu{
		flex-direction: column;
	}

	.menu__item{
		text-align: center;
		margin-bottom: 10px;
		font-size: 20px;
	}

	.offer{
		margin-top: 50px;
	}
}

/*@media screen and (min-width: 320px) and (max-width: 479px) {}*/