

/* Start:/local/templates/velan_new/components/bitrix/news/articles/style.css?17459107982621*/
.other{
	margin-top: 120px;
}
.other .titleBlock{
	margin-bottom: 35px;
	padding-block: 35px;
	border-bottom: 1px solid rgba(12, 11, 11, 0.10);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}
.other .titleBlock .h2{
	margin:0;
}

.imgWW{
	margin:0 0 30px 40px;
	float: right;
}


.newsDetail .imgW{
	clip-path: var(--clipPath);
	width: 880px;
}
.newsDetail .imgW img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.newsDetail:after{
	display: block;
	content: '';
	clear: both;
}
.newsDetail .date{
	color: var(--gray-800, #878787);
leading-trim: both;
text-edge: cap;
font-size: 24px;
font-weight: 700;
margin-bottom: 50px;
}
.newsDetail .txtBlock{
	font-size: 24px;
}
.newsDetail .txtBlock p{
	margin-bottom: 30px;
}

@media screen and (max-width:1422px) {
    /* .imgWW {
        display: flex;
    justify-content: center;
    align-items: center;
    float: none;
} */



}


@media screen and (max-width:1599px) {
	.other {
		margin-top: 80px;
	}
    .newsDetail .imgW {
       
        width: 609px;
    }
	.newsDetail .txtBlock .h2{
		
		font-size: 22px;
		}
}

@media screen and (max-width:1199px){
    .other {
        margin-top: 60px;
    }
	.newsDetail .imgW {
        width: 556px;
    }
	.newsDetail .txtBlock p {
		margin-bottom: 30px;
		font-size: 16px;
	}
	.newsDetail .date {
		font-size: 16px;
		margin-bottom: 10px;

	}
	.newsDetail .txtBlock .h2 {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:991px){
	.newsDetail .txtBlock {
		font-size: 16px;
	}
	.other .titleBlock .h2 {
font-size: 28px;
	}
	.other {
		margin-top: 60px;
	}
	.txtWrap p:last-child{
		margin-bottom: 0;
	}
	.newsDetail .imgWW{
		float: left;
		width: 609px;
	}
}
@media screen and (max-width:767px) {
	.newsDetail .txtBlock {
		font-size: 14px;
	}
	.newsDetail .imgWW
{
	margin-bottom: 10px;
	margin-left: 0;
        margin-right: 0;
}
	.titleBlock .btnStyle {
		
		padding: 10px 11px;
	}
	.other .titleBlock .h2 {
		font-size: 20px;
			}
	.newsDetail .txtBlock .h2 {
        font-size: 18px;
    }
	.newsDetail .date {
        font-size: 14px;

	}
	.newsDetail .txtBlock p {
        margin-bottom: 10px;
        
        font-size: 14px;
    }
	.newsDetail .txtBlock .h2 {
        font-size: 18px;
    }
    .newsDetail .imgW {
       
        width: 100%;
    }
    .other .titleBlock{
        flex-direction: column;
        align-items: flex-start;
		padding-top: 0;
    }
	.containerBig .other {
        margin-top: 20px;
    }
}
@media screen and (max-width:600px){
	.other .titleBlock .h2 {
		font-size: 18px;
			}
			.containerBig .other {
				margin-top: 20px;
			}
}
/* End */


/* Start:/local/templates/velan_new/components/bitrix/news.list/tileNews/style.css?17489674912015*/
.newsTile {
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    grid-gap: 20px;
}

.newsItem {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    flex-shrink: 0;
    background: #FFF;
    clip-path: var(--clipPath);
    color: var(--Black-800, rgba(12, 11, 11, 0.80));
}

.newsItem:hover {
    text-decoration: none;
    color: #FFF;
    background: #4D76BC;
}

.newsItem .txtBlock {
    display: flex;
    padding: 0px 20px 20px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    align-self: stretch;
}

.newsItem .topLine {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    align-self: stretch;
    gap: 10px;
}

.newsItem .name {
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
}

.newsItem .date {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    white-space: nowrap;
}

.newsItem .anons {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.newsTile .imgW {
    display: block;
    width: 100%;
}

.newsTile .imgW img {
    width: 100%;
    object-fit: cover;
}




@media screen and (max-width:1599px) {
    .newsTile {
        grid-template-columns: repeat(2, minmax(0, 2fr));
    }
   
}

@media screen and (max-width:1199px) {
    .newsItem .topLine {
        flex-direction: column;
        align-items: flex-start;
    }
   
}

@media screen and (max-width:991px) {}

@media screen and (max-width:767px) {
   
    .newsTile {
        grid-template-columns: 1fr;
    }

    .newsItem {
        gap: 20px;
    }

    .newsItem .txtBlock {
        padding: 0 10px 10px 10px;
        gap: 10px;
    }

    .newsItem .topLine {
        gap: 5px;
    }

    .newsItem .name {
        font-size: 18px;
    }

    .newsItem .date,
    .newsItem .anons {
        font-size: 14px;
    }
}

@media screen and (max-width:600px) {
  
}
@media screen and (max-width:500px) {
   
}
@media screen and (max-width:370px) {

}
/* End */


/* Start:/local/templates/velan_new/components/bitrix/system.pagenavigation/.default/style.css?17463745521254*/
.rightColCatalog .pagination {
	margin: 50px 0 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.pagination__wrap {
	display: flex;
	justify-content: center;
	gap: 26px;
	align-items: center;
}

.pagination__list {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.pagination__list .pagination__item {
	color: var(--Blue-500, #7FAAD7);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
}

.pagination__list .pagination__item.active {
	color: var(--Blue-700, #3C42CB);
}

.pagination__prev {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 70px;
	height: 70px;
	background: #fff;
	clip-path: polygon(0 18px, 18px 0, 100% 0, 100% 100%, 0 100%);
}

.pagination__next {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 70px;
	height: 70px;
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}

@media (max-width: 991px) {

	.pagination__prev,
	.pagination__next {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 600px) {

	.pagination__prev,
	.pagination__next {
		width: 50px;
		height: 50px;
	}

	.pagination__prev svg,
	.pagination__next svg {
		width: 20px;
		height: auto;
	}
}
/* End */
/* /local/templates/velan_new/components/bitrix/news/articles/style.css?17459107982621 */
/* /local/templates/velan_new/components/bitrix/news.list/tileNews/style.css?17489674912015 */
/* /local/templates/velan_new/components/bitrix/system.pagenavigation/.default/style.css?17463745521254 */
