

/* Start:/local/templates/main/components/bitrix/news.list/service_on_main/style.css?17607091832811*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
body .services__item {
	position: relative;
	padding-left: 33px;
	padding-right: 33px;
	padding-bottom: 0px;
}
.services__item .services__item-link {
	text-decoration: none;
}
.services__item:hover .services__item-link {

}
body .services__item:hover {
	background: white;
	color:black;
	--service-icon-bg-color:inherit !important;
	--service-icon-stroke-color:inherit !important;
	--service-icon-color-2:inherit !important;
}
body .services__dops {
	padding: 25px;
	border-radius: 15px;
	z-index: 100;
	padding-left: 0px;
	padding-top: 6px;
	padding-right: 0;
	margin-top: -6px;
}

.services__dops a {
	display: block;
	color: #000;
	font-size: 15px;

	text-decoration: underline;
	text-decoration-thickness:1px;
	text-decoration-color: rgba(0,0,0,0.35);
	text-underline-offset:2px;
}

.services__dops a:hover {
	text-decoration: none;
}

.services__dops ul {
	padding-left: 15px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 10px;
	margin-top: -4px;
}
.services__dops ul li {
	margin-bottom: 8px;
}
.services__dops ul li:last-child {
	margin-bottom: 0;
}

.services__name {
	margin-bottom: 18px;
}

a.services__item-link .services__name {
	text-decoration: underline;
	text-decoration-thickness:1px;
	text-decoration-color: rgba(0,0,0,0.35);
	text-underline-offset:2px;
}
body .services__item:hover a.services__item-link .services__name {
	text-decoration: none;
} 
body .services__item a.services__item-link:hover .services__text {
		opacity: 1;
}

.services__text {
	font-size: 15px;
	opacity: 0.6;
	padding-bottom: 17px;
}

.services__item .list-show-more ~ li {
	display: none;
}

.services__item .list-show-more .button-show-more {
	border:1px solid rgb(217, 217, 217);
	padding-left: 1.9em;
    padding-right: 1.9em;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 19px;
    text-align:center;
}
.services__item .list-show-more .button-show-more:hover {
	color:white;
	background: #1e68d6;
}

@media (max-width: 1250px) {
	body .services__item {
		padding-right: 33px;
	}
}

@media (max-width: 450px) {
	body .services__item {
		padding-right: 20px;
		padding-left: 20px;
	}
}
.services__icon svg {
	transform-origin: center left;
}
@media (max-width: 480px) {
	.services__icon {
		margin-bottom: -15px;
	}
	body .services__item {
		display: block;
	}
	body .services__name {
		font-size: 17px;
		margin-bottom: 18px;
	}
}


.services__dops:not(:has(li)) {
	padding-bottom: 8px;
}

body .services__list {
    margin-top: 20px;
}
@media (max-width: 480px) {
    body .services__list {
        margin-top: 20px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1749309743441*/
.system-nav-blue {
	color: #9FA2A7;
	text-align: center;
}

.system-nav-blue ul {
	list-style-type: none;
}

.system-nav-blue ul li {
	display: inline-block;
	margin: 0 10px;
}

.system-nav-blue ul li a {
	text-decoration: none;
	color: #004CBD;
}

.system-nav-blue ul li a:hover {
	text-decoration: underline;
}

.system-nav-blue .nav-current-page {
	color:white;
	background-color: rgb(255, 153, 0);
	font-weight: bold;
	padding:1px 0px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/portfolio_on_main/style.css?1756413907520*/
#portfolio-main .swiper-slide.portfolio__item {
    display: flex;
}
#portfolio-main .swiper-slide.portfolio__item a {
    display: none;
}
#portfolio-main .swiper-slide.portfolio__item a:nth-child(1),
#portfolio-main .swiper-slide.portfolio__item a:nth-child(2),
#portfolio-main .swiper-slide.portfolio__item a:nth-child(3),
#portfolio-main .swiper-slide.portfolio__item a:nth-child(4) {
    display: block;
}
@media (max-width: 980px) {
    #portfolio-main .swiper-slide.portfolio__item {
        height: auto;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/handwritten-reviews/style.css?1755728635964*/
.hand-reviews {
	margin-bottom: 80px;
}

.hand-reviews__item {
	display: flex;
	justify-content: space-between;
}

.hand-reviews__img {
	width: 25%;
}

.hand-reviews__img img {
	width: 100%;
	height: auto;
}

.hand-reviews__info {
	width: 65%;
	padding: 30px;
}

.hand-reviews__name {
	margin-bottom: 20px;
}

.hand-reviews__text {
	width: 70%;
	margin: 25px 0;
	border-radius: 30px;
	background-color: var(--grey-color);
	padding: 50px 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-style: italic;
}

.hand-reviews__text-mob {
	width: 90%;
	margin: 25px 0;
	border-radius: 30px;
	background-color: var(--grey-color);
	padding: 50px 30px;
	display: none;
	align-items: center;
	justify-content: flex-start;
	font-style: italic;
}

@media (max-width: 768px) {
	.hand-reviews__text-mob {
		display: flex;
		margin: 0 auto;
	}
	.hand-reviews__text {
		display: none;
	}
	.hand-reviews__info .reviews-raiting {
		margin-top: 20px;
	}
}
/* End */
/* /local/templates/main/components/bitrix/news.list/service_on_main/style.css?17607091832811 */
/* /local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1749309743441 */
/* /local/templates/main/components/bitrix/news.list/portfolio_on_main/style.css?1756413907520 */
/* /local/templates/main/components/bitrix/news.list/handwritten-reviews/style.css?1755728635964 */
