

/* Start:/local/templates/main/components/bitrix/news/services/bitrix/news.list/.default/style.css?17258724721753*/
.services-item {width:100%;	display: flex; padding: 39px; margin-top: -1px; position: relative;cursor: pointer}
.services-item:first-child {margin-top:0}
.services-item:hover {box-shadow: 0px 0px 27px rgb(0 0 0 / 10%);}
.services-item-image {width: 33%; padding-right: 39px;}
.services-item-image img {width: 100%; height: auto}
.services-item-desc {display: block; margin-right: 60px; width: 67%;}
.services-item-desc-full {width: 100%;}
.services-item-title {margin: 0 0 19px;font-size: 1.2em;line-height: 1.3889em;color: #333;font-weight: bold}
.services-item-text {font-size: 0.9333em; line-height: 1.5714em; color: #777; margin-bottom: 10px;}
.services-item-link {font-size: 0.9333em; line-height: 1.5714em;}

.arrow_link {
	margin: 0;
    position: absolute;
    right: 39px;
    top: 39px;
    width: 38px;
    height: 38px;
    display: block;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
}

.arrow_link:before {
    content: "";
    position: absolute;
    top: 35%;
    left: 35%;
    background: url(/local/templates/main/styles/img/content_icons.svg) -135px -18px no-repeat;
    opacity: 0.35;
	height: 10px;
    width: 14px;
}

.services-item:hover .arrow_link {
    background-color: rgb(11 105 173);
    border-color: rgb(11 105 173);
}
.services-item:hover .arrow_link:before {
	opacity: 1;
    background-position: -135px -32px;
}

.text_after_items {
    margin: 62px 0 0;
}

@media (max-width: 567px) {
    .services-item-image {display: none}
    .services-item-desc {width: 100%;}
}
/* End */
/* /local/templates/main/components/bitrix/news/services/bitrix/news.list/.default/style.css?17258724721753 */
