@media screen and (max-width: 1160px){
	:root {
		--h1: 36px;
		--h2: 32px;
	}
	.page--a11y{
		--h1: 36px;
		--h2: 32px;
	}
	.desctop-none{
		display:block;
	}
	input[type=text], input[type=submit], textarea{
		-webkit-appearance: none;
	}
	.mobile-none{
		display:none;
	}
	.container{
		padding:0 10px;
	}
	.button{
		padding: 12px 22px;
	}
	.hero__content{
		width: 100%;
	}
	.hero__visual{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0.1;
	}
	.hero__metric{
		flex: 1 1 calc(50% - var(--gap));
	}
	.hero__cta{
		justify-content: center;
	}
	.directions__item{
		
	}
	.contact__card{
		padding: 32px;
	}
	.field{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.field__input{
		padding: 16px 20px;
	}
	.contact__row{
		flex-wrap:wrap;
	}
	.contact__row .button{
		width:100%;
		margin-top:8px;
	}
	.sectionblock{
		padding:20px 0;
	}
	.prices__list{
		padding:32px;
	}
	.prices__card{
		
	}
	.prices__left{
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.prices__right{
		width: 100%;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.prices__price{
		text-align:left;
		margin: 0;
	}
	.prices__button{
		width: auto;
	}
	.footer{
		padding:40px 0 140px;
	}
	.fullblock__right{
		width:100%;
		padding: 0;
	}
}
@media screen and (max-width: 800px){
	.popup__body{
		padding:32px 20px;
	}
	.popup__filterItem{
		width: 48%;
		margin-bottom: 10px;
	}
	.popup__doctorImage{
		width: 100%;
		margin-bottom: 20px;
	}
	.popup__doctorContent{
		width: 100%;
		padding: 0;
	}
	.popup__doctorSchedule{
		width:100%;
		margin-top:40px;
	}
	.promo__image, .promo__text{
		width:100%;
	}
	.doctor__top{
		padding:0;
		border:none;
	}
	.team__list .slick-track, .news__list .slick-track{
		gap:0;
	}
	
@media screen and (max-width: 600px){
	.team__card{
		width:100%;
	}
}