.wrapper__servises{position:relative}
.servises-main__items{position:relative;display:block;width:100%}
.servises-main__items::after{transition:all 0.3s linear;background:rgba(49,47,43,0.4);content:"";position:absolute;top:0;left:0;bottom:0;right:0}
.servises-main__items:hover::after{opacity:0}
.servises-main__items-image{height:300px;display:block;border-radius:5px;overflow:hidden}
.servises-main__items-image img{width:100%;height:100%;object-fit:cover;object-position:bottom;transition:all 0.3s linear}
.servises-main__items:hover .servises-main__items-image img{transform:scale(1.04)}
.servises-main__items-title{width:80%;transition:all 0.3s linear;text-align:center;white-space:nowrap;background:rgba(0,0,0,0.7);z-index:1;color:#fff;position:absolute;font:16px/28px 'Merriweather';padding:10px 0;bottom:20px;transform:translate(0%,0%);left:0}
.servises-main__items:hover .servises-main__items-title{width:100%;background:rgba(0,0,0,0.9)}
.border-beuty-in::before{background:url(/wp-content/themes/malanin/images/corner-venz.png) no-repeat 0 0/contain;right:auto;width:60px;height:59px;top:-10px;left:-10px}
.border-beuty-in::after{background:url(/wp-content/themes/malanin/images/corner-venz.png) no-repeat 0 0/contain;width:60px;height:59px;top:auto;left:auto;transform:rotate(180deg);bottom:-10px;right:-10px}
.servise__block{display:block;text-decoration:none!important;position:relative;height:100%;background:url(../images/black-uzor.png) repeat top center}
.servise__block:hover .servise__cover img{transform:scale(1.04)}
.servise__cover{overflow:hidden;border-radius:5px}
.servise__cover img{transition:all 0.3s linear}
.servise__info{display:block;padding:10px 30px 20px}
.servise__title{display:block;transition:all 0.3s linear;color:#f7c972;font:700 italic 18px/24px 'Merriweather';padding:10px 0}
.servise__block:hover .servise__title{color:#fff}
.servise__content{display:block;font-size:15px;line-height:24px;color:#ffff}
.servise__block:hover .servise__content{color:#fff}
.servise__block .border-beuty{top:5px;bottom:0;left:5px;right:5px}
@media(max-width:1259px){
	.servises-main__items-image{height:220px}
	.servises-main__items-title{padding:8px 0;width:70%;font:14px/26px 'Merriweather'}
}
@media(max-width:991px){
	.servises-main__items-image{height:250px}
}
@media(max-width:767px){
	.servises-main__items-image{height:180px}
	.servises-main__items-title{padding:6px 0;width:90%;bottom:10px}
}
@media(max-width:575px){
	.servises-main__items-image{height:70vw}
	.servises-main__items-title{padding:8px 0;width:100%;left:0;right:0}
	.servises-main__items:hover .servises-main__items-title{width:100%}
}