

/* Start:/local/templates/nahodu/components/bitrix/news/services/bitrix/news.detail/.default/style.css?17756501787539*/
.news-head {
	display: flex;
	align-items: center;
	justify-content: space-between;	
	margin-bottom:20px;
}

.news-head h1{
	color: #444;
	font-family: Inter;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px; /* 111.538% */
	letter-spacing: 0.26px;
}

.prices {
	display: flex;
	align-items: center;
	gap:30px;
	color: #6A6868;
	font-family: Inter;
	font-size: 21.107px;
	font-style: normal;
	font-weight: 700;
	line-height: 21.107px; /* 100% */
	letter-spacing: 0.633px;
}

.prices .newprice{
	color:#9B142A;
}

.prices span {
	text-transform: uppercase;
}

.oldprice span {
	position:relative;
}

.oldprice span:after {
	content:'';
	position:absolute;
	left:0;
	width:100%;
	top:50%;
	height:2px;
	background:#9B142A;
}

.process {
	padding:25px;
	margin-bottom:7px;
	color: #444;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.18px;
	border-radius:30px;
	background:#fff;
}

.process h3 {
	display: block;
	margin-bottom:30px;
	color: #444;
	font-family: Inter;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 100% */
	letter-spacing: 0.261px;
}

.process ol {
	margin:0;
}

.process ol li{
	color: #444;
	font-family: Inter;
	font-size: 18.037px;
	font-style: normal;
	font-weight: 400;
	line-height: 27.056px; /* 150% */
	letter-spacing: 0.18px;
}

.process-photos-block {
    background: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}

.process-block {
    background: #fff;
    border-radius: 20px;
    padding: 5px 10x;
    margin-bottom: 10px;
}

.news-detail-text h2{
	color: #444;
	font-family: Inter;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 100% */
	letter-spacing: 0.26px;
	margin-bottom:15px;
	text-transform: none;
}

.news-detail-text p {
	margin-bottom:17px;
}

.news-detail-text p, .news-detail-text ol, .news-detail-text li{
	color: #444;
	text-align: justify;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.54px;
}

.news-detail-text h3{
	margin-bottom:8px;
	margin-top:25px;
	color: #444;
	text-align: justify;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 1.6;
	letter-spacing: 0.18px;
}

.stickpos {
	position:sticky;
	top:0;
	padding-bottom: 30px;
}

.service-advantages-block {
    margin: 60px 0;
}

.service-advantages-block .container {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px 30px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

.service-advantages-block h2 {
    margin-bottom: 44px;
    font-size: 30px;
    font-weight: 700;
    color: #1f2b3a;
    letter-spacing: 0.3px;
}

.service-adv-card {
    background: #f7f7f7;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    height: 100%;
    border: 1px solid #e6e6e6;
    box-shadow: 0 6px 16px rgba(0,0,0,0.04);
    transition: all 0.25s ease;
}

.service-adv-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.service-adv-card__title {
    font-weight: 700;
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #1f2b3a;
}

.service-adv-card__text {
    font-size: 16px;
    line-height: 1.55;
    color: #5a5a5a;
}

.service-adv-card__content {
    display: flex;
    flex-direction: column;
}

.service-adv-card__inner {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.service-adv-card__icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #7a0f1c 0%, #c21f3a 100%);
    border-radius: 18px;
    box-shadow: 
        inset 0 2px 6px rgba(255,255,255,0.2),
        0 8px 18px rgba(155, 20, 42, 0.25);
    transition: all 0.3s ease;
}

.service-adv-card:hover .service-adv-card__icon {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 
        inset 0 2px 6px rgba(255,255,255,0.2),
        0 12px 25px rgba(155, 20, 42, 0.35);
}

.service-adv-card__icon img {
    width: 34px;
    height: 34px;
}

@media (max-width: 991px) {

	.news-head {
		display: flex;
		align-items: start;
		gap:15px;
		flex-direction: column;
		justify-content: start;	
		margin-bottom:20px;
	}

	.news-head h1{
		color: #444;
		font-family: Inter;
		font-size: 22px;
		font-style: normal;
		font-weight: 700;
		line-height: 29px; /* 111.538% */
		letter-spacing: 0.26px;
	}

	.prices {
		display: flex;
		align-items: center;
		gap:30px;
		color: #6A6868;
		font-family: Inter;
		font-size: 21.107px;
		font-style: normal;
		font-weight: 700;
		line-height: 21.107px; /* 100% */
		letter-spacing: 0.633px;
	}

	.prices .newprice{
		color:#9B142A;
	}

	.prices span {
		text-transform: uppercase;
	}

	.oldprice span {
		position:relative;
	}

	.oldprice span:after {
		content:'';
		position:absolute;
		left:0;
		width:100%;
		top:50%;
		height:2px;
		background:#9B142A;
	}

	.process {
		padding:20px;
		margin-bottom:20px;
		color: #444;
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.6;
		letter-spacing: 0.18px;
		border-radius:30px;
		background:#fff;
	}

	.process h3 {
		display: block;
		margin-bottom:22px;
		color: #444;
		font-family: Inter;
		font-size: 19px;
		font-style: normal;
		font-weight: 700;
		line-height: 1.6;
		letter-spacing: 0.261px;
	}

	.process ol {
		margin:0;
		padding-left:1.5rem
	}

	.process ol li{
		color: #444;
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.6;
		margin-bottom:4px;
	}

	.news-detail-text h2{
		color: #444;
		font-family: Inter;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 1.6;
		letter-spacing: 0.26px;
		margin-bottom:10px;
		text-transform: none;
	}

	.news-detail-text p {
		margin-bottom:15px;
	}

	.news-detail-text p, .news-detail-text ol, .news-detail-text li{
		color: #444;
		text-align: justify;
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.6;
		letter-spacing: 0.54px;
	}

	.news-detail-text h3{
		margin-bottom:10px;
		color: #444;
		text-align: justify;
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 800;
		line-height: 1.6;
		letter-spacing: 0.18px;
	}

    .service-advantages-block {
        margin: 40px 0;
    }

    .service-advantages-block .container {
       padding: 28px 18px;
       border-radius: 22px;
    }

    .service-advantages-block h2 {
       font-size: 24px;
       line-height: 1.1;
       margin-bottom: 24px;
    }

    .service-adv-card {
       padding: 22px 18px;
       margin-bottom: 16px;
    }

    .service-adv-card__inner {
       display: flex;
       flex-direction: column;
       align-items: center;
       text-align: center;
       gap: 14px;
    }

    .service-adv-card__icon {
       width: 56px;
       height: 56px;
       min-width: 56px;
       margin-bottom: 2px;
    }

    .service-adv-card__content {
       align-items: center;
    }

    .service-adv-card__title {
       font-size: 18px;
       line-height: 1.25;
       margin-bottom: 8px;
       text-align: center;
    }

    .service-adv-card__text {
       font-size: 16px;
       line-height: 1.5;
       text-align: center;
       max-width: 260px;
    }

    .service-advantages-block .row {
       row-gap: 16px;
    }

}
/* End */


/* Start:/local/templates/nahodu/components/bitrix/news.list/fillist_coords/style.css?1770129119150*/
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;
}

/* End */


/* Start:/local/templates/nahodu/components/bitrix/news.list/fillist/style.css?1768583970150*/
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;
}

/* End */
/* /local/templates/nahodu/components/bitrix/news/services/bitrix/news.detail/.default/style.css?17756501787539 */
/* /local/templates/nahodu/components/bitrix/news.list/fillist_coords/style.css?1770129119150 */
/* /local/templates/nahodu/components/bitrix/news.list/fillist/style.css?1768583970150 */
