@media(max-width: 1290px){
	.homepage-postlike-post .postlike-content{
		padding: 30px;
		height: 370px;
		display: flex;
		flex-direction: column;
	}

	.homepage-postlike-post img {
		width: 100%;
		height: 370px;
	}
}
@media(min-width: 992px){
	footer .mailpoet_message{
		position: absolute;
		background: white;
		padding: 10px;
		color: #373737;
		transform: translateY(-100%);
		width: 100%;
	}
	.wpcf7-form{
		padding: 10px;
		width: 90% !important;
		display: flex; 
		flex-wrap: wrap;
		gap: 20px;
		margin: 0 auto;
	}
	.wpcf7-form > div{
		width: calc(50% - 10px) !important;
	}
	.wpcf7-form textarea{
		resize: none;
		height: 134px;
	}
	.checkbox-holder .wpcf7-list-item{
		margin: 0px;
	}
}

@media (max-width: 992px){
    .teammate:nth-child(3):after{
		display: block;
    }
	.homepage-postlike-post a{
		margin-top: 20px;
	}
	.homepage-postlike-post img {
		height: 200px;
	}
	.homepage-postlike-post .postlike-content{
		height: 250px;
	}
	.homepage-postlike-post.reversed{
		flex-direction: column-reverse;
	}
	.wpcf7-form textarea{
		height: 100px;
	}
	.wpcf7-form{
		padding: 20px !important;
	}
	.homepage-contacts{
		flex-direction: column;
	}
	.homepage-contact-info, .homepage-contacts iframe{
		width: 100%;
	}
	.homepage-facility-picture{
		height: 200px;
	}
	.wpcf7-form .email {
		display: block;
		margin-top: 28.5px;
	}
	.checkbox-holder{
		margin: 28.5px 0;
	}
	.homepage-coordinators img{
		height: 250px;
	}
	.homepage-coordinators{
		align-items: center;
		flex-direction: column;
	}
	
	.teammate.r::after {
		content: '';
		background: #CCCCCC;
		position: absolute;
		top: 0;
		width: 2px;
		height: 200%;
		right: 50%;
		transform: translateX(50%)
	}
	.teammate {
		max-width: 250px;
		width: 100%;
	}
	.teammates{
		margin-top: unset;
	}
	.teammates-in{
		align-items: center;
		width: 90%;
		margin: 0 auto;
		flex-direction: column;
		padding: 40px 0px;
		gap: 100px;
	}
	.homepage-experience-list{
		flex-direction: column;
		padding: 40px 0px;
		padding-top: 0px;
		gap: 40px;
	}
	.homepage-aspects{
		min-height: 300px;
		height: unset;
	}
	.homepage-experience p{
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	.homepage-postlike img {
		height: 250px;
	}
	.homepage-postlike-post, .homepage-postlike img {
		width: 100%;
	}
	.homepage-postlike{
		flex-direction: column;
	}
	.homepage-treatments-slider{
		height: 170px;	
	}
	
	.homepage-banner{
		padding-top: 70px;
	}
	
	.homepage-banner-in img {
		height: 70px;
		max-width: 100%;
		object-fit: contain;
	}
	
	.homepage-banner-in > div{
		font-size: 20px;
		flex-direction: column;
		gap: 20px;
	}
	
	.line{
		display: none;
	}
	
	.homepage-treatments-slider{
		width: 80%;
	}
}

@media (max-width: 635px){
	
	.homepage-postlike-post .postlike-content{
		height: 300px;
	}
    
}

@media (max-width: 576px){
	.homepage-experience.banner{
		background-position: right;
	}
	.homepage-treatments-slider{
		height: 280px;	
	}
	.homepage-treatments-slider{
		width: 70%;
	}
	.teammate img{
		width: 100px;
		margin: 0 auto;
	}
	.teammates-in{
		gap: 50px;
	}
}

@media (max-width: 460px){
	
	.homepage-postlike-post .postlike-content{
		height: 380px;
	}
    
}

@media (max-width: 335px){
	
	.homepage-postlike-post .postlike-content{
		height: 410px;
	}
    
}