/*!
Theme Name: Myslovich Clinic
Theme URI: http://underscores.me/
Author: Webtune
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/
form .wpcf7-form-control-wrap{
    position: static;
}
form .wpcf7-not-valid-tip{
    position: absolute;
    bottom:-18px;

}
body .wpcf7 form .wpcf7-response-output{
    margin:10px 0;
}
.inactive{
    opacity: 0.5!important;
}
.form-control__textarea{
    height: 100px;
}


@media (min-width: 767px) { 
	.main-slide .bg {
		top: 160px!important;
		height: calc(100% - 160px)!important;
	}
	
	.s-about .img {
	   max-height:700px;
	}
	
	
}

@media (max-width: 767px) {
    .footer-item {
        margin-bottom: 40px!important;
    }
	
	/*.s-about .img__wrap {
        max-height: 400px;
    }*/
	.s-about .img {
		margin: 0 auto;
		 max-height: 400px;
	}
}