/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.logo svg {
	height: auto;
}

.company-item__picture-wrapper .bg-fix {
	background-size: contain !important;
}

.body .main>.container.with_error .content-md {
    display: flex !important;
}

/* Исправляем удлинение фото докторов */
.stop-long {
	width: 100%;
    max-width: 300px;
    object-fit: cover;
    margin-right: 16px;
}

@media (max-width: 600px) {
    .services-list-template .grid-list--items-4-wide {
        width: calc(100% + 24px) !important;
    }
}

@media (max-width: 499px) {
	.stop-long {
		width: 100%;
		max-width: 100%;
		object-fit: cover;
		margin-right: 16px;
		margin-bottom: 16px;
	}
}