/*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;  }*/

div.services-list__item-image-wrapper.services-list__item-image-wrapper--ROUND_PICTURES.services-list__item-image-wrapper--TOP.no-shrinked > a.services-list__item-link.detail-info__image > span {
    border-radius: 0;
}

.services-list__item-image-wrapper--TOP .services-list__item-link, .services-list__item-image-wrapper--TOP > span {
    width: 100%;
    height: 245px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.services-list__item .arrow-all {
    right: 0;
    top: -25px;
}