/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
	
}
@media only screen and (max-width: 1070px) {
	.header__logo{
		max-width: 170px;
	}
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	.container{
		overflow: hidden;
	}
	.header__item{
		margin-right: 15px;
	}
	.header__logo{
		max-width: 180px;
	}
	.icon__title:last-child{
		margin-right: 30px;
	}
	.onas__wrapper{
		padding-top: 30px;
	}
	.iconnews__title:last-child{
		margin-right: 30px;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width: 910px) {
	.container{
		overflow: hidden;
	}
	.header__nav{
		display: none;
	}
	.call__number{
		flex-direction:row-reverse;
	}
	.bublik-pic{
		display: block;
	}
	.icon__wrapper{
		justify-content: center;
		padding-top: 100px;
		margin-bottom: 100px;
	}
	.icon__title:last-child{
		margin-right: 30px;
	}
	.iconnews__wrapper{
		justify-content: center;
	}
	.iconnews__title:last-child{
		margin-right: 30px;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
	.action{
		padding-top: 70px;
	}
	.order__action{
		margin: 0 auto;
	}
	.container{
		overflow: hidden;
	}
	.number__text{
		display: none;
	}
	.header__logo{
		max-width: 160px;
	}
	.header__wrapper{
		padding: 10px 0;
	}
	.order__services{
		margin: 0 auto;
	}
	.buter__wrap{
		margin-top: 70px;
	}
	.intro{
		margin-bottom: 100px;
		padding-top: 140px;
	}
	.sentence__title{
		font-size: 43px;
	}
	.poloska1{
		padding: 0;
		margin: 0 auto;
	}
	.poloska2{
		padding: 0;
		margin: 0 auto;
	}
	.sentence__title1{
		font-size: 23px;
		margin-bottom: 30px;
	}
	.sentence__link{
		font-size: 19px;
	}
	.sentence__list{
		padding: 0 30px 43px 49px;
	}
	.order__services1{
		margin: 0 auto;
    	margin-bottom: 100px;
	}
	.one__helps{
		padding-top: 80px;
		margin-right: 0;
	}
	.help__title{
		font-size: 40px;
	}
	.help__text{
		padding-top: 80px;
	}
	.help__wrapper{
		padding-bottom: 80px;
	}
	.helper__text{
		margin-bottom: 60px;
	}
	.icon__wrapper{
		justify-content: center;
		padding-top: 100px;
		margin-bottom: 100px;
	}
	.icon__title{
		margin-right: 0;
	}
	.tarif__title{
		font-size: 24px;
	}
	.tarif__wrapper{
		margin-bottom: 100px;
	}
	.onas__title{
		margin-right: 0;
	}
	.onas__wrapper{
		justify-content: center;
	}
	.iconnews__wrapper{
		justify-content: center;
	}
	.iconnews__title{
		margin-right: 0;
	}
	.command__zagolovok{
		font-size: 47px;
	}
	.command__title{
		margin-right: 25px;
		margin-left: 20px;
	}
	.connection__zagolovok{
		font-size: 38px;
	}
	.connection__box{
		flex-direction: column;
	}
	.connection__text{
		margin-right: 0;
	}
	.form__field{
		margin-right: 0;
		width: 100%;
	}
	.finding__zagolovok{
		font-size: 37px;
	}
	.choice__zagolovok{
		font-size: 40px;
		line-height: 40px;
	}
	.choice__wrapper{
		margin-bottom: 70px;
	}
	.end__wrapper{
		padding: 30px 0;
	}
	.cooperation__zagolovok{
		font-size: 40px;
	}
	#Главная{
		padding-top: 166px;
	}
	#Услуги{
		padding-top: 80px;
	}
	#Прайс{
		padding-top: 80px;
	}
	#Компания{
		padding-top: 80px;
	}
	#Новости{
		padding-top: 80px;
	}
	#Контакты{
		padding-top: 80px;
	}
	.iconnews__title:last-child {
		margin-right: 0px;
	}
	.icon__title:last-child {
		margin-right: 0;
	}
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
	/* */
}
