

/* Start:/local/templates/gidrosistema/components/bitrix/news/vi_blog/bitrix/news.detail/.default/style.css?17891225312712*/
.v-news-detail-wrapper {
    display: grid;
    grid-template-columns: 1fr 316px;
    grid-gap: 50px;
}
.v-news-detail-wrapper > * {
    min-width: 0;
}
.v-news-date {
    background: rgba(0, 103, 158, 1);
    color: white;
    padding: 4px;
    border-radius: 4px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    margin-bottom: 18px;
    display: inline-block;
}
.v-news-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #333333;
    margin-bottom: 18px;
}
.v-news-text {
    margin-bottom: 40px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.03em;
    color: #333333;
    width: 100%;
}

.v-news-img {
    width: 100%;
    height: auto;
    /*object-fit: cover;*/
    display: block;
    margin-bottom: 40px;
    border-radius: 8px;
}

.text {
    overflow-x: auto;
}
.text table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    border: none;
    margin: 24px 0 40px;
    font-family: 'Montserrat';
    font-size: 15px;
    line-height: 140%;
    color: #333333;
}
.text table tr:first-child td {
    background: var(--red-color);
    color: white;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}
.text table tr:first-child td:first-child {
    border-radius: 8px 0 0 0;
}
.text table tr:first-child td:last-child {
    border-radius: 0 8px 0 0;
}
.text table td {
    border: none;
    border-bottom: 1px solid #ECECEC;
    padding: 14px 20px;
    vertical-align: top;
}
.text table tr:not(:first-child):nth-child(even) td {
    background: rgba(249, 249, 249, 1);
}
.text table tr:last-child td {
    border-bottom: none;
}
.text table p {
    margin: 0;
}

@media (max-width: 1280px) {
    .v-news-text {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .v-news-detail-wrapper {
        grid-template-columns: 1fr 280px;
        grid-gap: 24px;
    }
}

@media (max-width: 992px) {
    .v-news-detail-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }
    .v-news-img {
        margin-bottom: 24px;
        height: 400px;
    }

}

@media (max-width: 580px) {
    .v-news-title {
        font-size: 24px;
    }
    .v-news-detail-slider .item img {
        width: calc(50% - 4px);
    }
    .v-news-img {
        height: 260px;
    }
    .v-other-news {
        width: 100%;
    }
.v-breadcrumb {
    display: none!important;
}
}
/* End */


/* Start:/local/templates/gidrosistema/components/bitrix/news.list/vilka_news_list_blog/style.css?17891225312152*/

.vilka-home-news {
	padding-bottom: 30px!important;
	width: 100%;
}
.vilka-home-news .item {
	width: 100%;
	max-width: 431px;
	min-height: 313px;
	background: rgba(249, 249, 249, 1);
	border-radius: 8px;
	text-decoration: none;
	margin-bottom: 16px;
	display: block;
}
.vilka-home-news .item .img {
	background: #1D6E9B;
	width: 100%;
	height: 177px;
	border-radius: 8px;
	overflow: hidden;
	display: block;
}
.vilka-home-news .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vilka-home-news .item .description {
	padding: 18px;
	display: block;
}
.vilka-home-news .item .name {
	display: block;
	text-decoration: none;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #333333;
	margin-bottom: 10px;
}
.vilka-home-news .item .date {
	background: #1D6E9B;
	display: inline-block;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
}
.vilka-home-news .item .text {
	display: block;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	leading-trim: both;
	text-edge: cap;
	letter-spacing: -0.03em;
	color: #333333;
}


.vilka-home-news .swiper-pagination {
	bottom: 0!important;
	display: flex;
	justify-content: center;
	gap: 10px;
}
.vilka-home-news .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border: 1px solid #CA2C2A;
	margin: 0;
	background: white;
	transition: .3s ease-out;
	border-radius: 7px;
}
.vilka-home-news .swiper-pagination-bullet-active {
	width: 30px;
	background: #CA2C2A;
}





@media (max-width: 992px) {

	.vilka-home-news {
		width: 100%;
		margin-bottom: 60px;
	}
	.vilka-home-news .item {
		width: 100%;
		margin: 0 16px 0 0 ;
		min-width: 0;
	}
	.vilka-home-news .item .description {
		padding: 10px;
	}
}
@media (min-width: 993px) {
	.vilka-home-news .swiper-wrapper {
		flex-direction: column;
	}
	.vilka-home-news .swiper-pagination {
		display: none;
	}

}


/* End */


/* Start:/local/templates/gidrosistema/components/bitrix/breadcrumb/news/style.css?1789122531611*/
.v-breadcrumb {
    display: flex;
    gap: 8px;
    margin-bottom: 37px;
}
.v-breadcrumb .bx-breadcrumb-item span {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: rgba(151, 151, 151, 1);
    transition: .3s ease-out;
}
.v-breadcrumb .bx-breadcrumb-item a {
    text-decoration: none;
}
.v-breadcrumb .bx-breadcrumb-item a:hover span {
    color: rgba(151, 151, 151, 1);
}
.v-breadcrumb .bx-breadcrumb-item a span {
    color: #151515;
}
@media (max-width: 580px) {
    .v-breadcrumb {
        margin-bottom: 24px;
    }
}
/* End */
/* /local/templates/gidrosistema/components/bitrix/news/vi_blog/bitrix/news.detail/.default/style.css?17891225312712 */
/* /local/templates/gidrosistema/components/bitrix/news.list/vilka_news_list_blog/style.css?17891225312152 */
/* /local/templates/gidrosistema/components/bitrix/breadcrumb/news/style.css?1789122531611 */
