/* Фото консультанта на ПК — type3 */
@media screen and (min-width: 768px) {
	.consult.consult_type3 .darya__ava {
		bottom: -40px;
		left: 34%;
		right: auto;
		transform: none;
		max-height: none;
		height: auto;
		width: min(306px, 100%);
		object-fit: contain;
	}
}

@media screen and (min-width: 1366px) {
	.consult.consult_type3 .darya__ava {
		width: min(420px, 100%);
	}
}
