

/* Start:/bitrix/templates/template.main/components/bitrix/news.list/top-items.list/style.css?15695680463061*/
.b-top-items__section{
    margin-bottom: 30px;
}
.b-top-items__section .js-slider__md .slick-slide{
    height: auto !important;
}

.b-top-items__section .slick-track{
    padding: 20px 0;
}

.b-top-items__section .js-slider__md .slick-arrow{
    /*top: -60px;*/
    z-index: 9;
    top: 45%;

    background-color: white;
}
.b-top-items__section .js-slider__md .slick-prev-custom{
    left: -15px;
}
.b-top-items__section .js-slider__md .slick-next-custom{
    right: -15px;
}


.b-catalog-elements-blocks{
    width: 100%;
    /*overflow: hidden;*/
}

@media(min-width: 1199px){
    .b-catalog-elements-blocks{
        margin: 1rem 0 0 0;
    }
}
@media(max-width: 668px){
    .b-catalog-element-blocks{
        margin: 1rem 0 0 0;
    }
}
.b-top-items__section .b-catalog-elements-blocks_item{
    position: relative;

    display: inline-block;
    /*overflow: hidden;*/
    /*display: inline;*/
    zoom: 1;

    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 20px 15px;

    transition: all .3s ease-in-out;
    vertical-align: top;

    border-radius: 3px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}
.b-catalog-elements-blocks_item:hover{
    box-shadow: 0 5px 20px rgba(0,0,0,.3);
}
@media(max-width: 991px){
    .b-catalog-elements-blocks_item{
        padding: 20px 15px;
    }
}
.b-catalog-elements-blocks_holder{
    overflow: hidden;
}
.b-catalog-elements-blocks_image,
.b-catalog-elements-blocks_no-image{
    overflow: hidden;

    width: 100%;
    height: 138px;
    margin-bottom: 20px;
}
@media(max-width: 1024px) and (min-width: 992px){
    .b-catalog-elements-blocks_image,
    .b-catalog-elements-blocks_no-image{
        height: 158px;
    }
}
@media(max-width: 991px){
    .b-catalog-elements-blocks_image,
    .b-catalog-elements-blocks_no-image{
        height: 158px;
    }
}
@media(max-width: 668px){
    .b-catalog-elements-blocks_image,
    .b-catalog-elements-blocks_no-image{
        height: 238px;
    }
}
.b-catalog-elements-blocks_image img,
.b-catalog-elements-blocks_no-image img{
    width: 100%;
    height: 100%;
}

.b-catalog-elements-blocks_no-image{
    /*    overflow: hidden;
    width: 213px;
    height: 173px;
    margin-bottom: .8em;*/
    border: 1px solid #ccc;
    background: #fff url(/img/no-image_220x170.png) 50% 50% no-repeat;
}
.b-catalog-elements-blocks_no-image a{
    display: block;
    overflow: hidden;
    /*
    width: 100%;
    height: 170px;*/

    text-indent: -1000px;
}

.b-catalog-elements-blocks_name{
    margin-bottom: 12px;
}
.b-catalog-elements-blocks_name a{
    text-decoration: none;
}
.b-catalog-elements-blocks_property{
    font-size: 14px;

    margin-bottom: 12px;

    color: #000;
}
.b-catalog-elements-blocks_property .available{
    color: #00b332;
}
.b-catalog-elements-blocks_property .not-available{
    color: #939393;
}
.b-catalog-elements-blocks_property div{
    margin-bottom: 17px;
}
.b-catalog-elements-blocks_button{
    bottom: 0;
    /*left: 14px;*/

    width: 100%;
    height: 42px;
    margin-top: 12px;

    text-align: center;
}

/* End */


/* Start:/bitrix/templates/template.main/components/bitrix/news.list/news-one/style.css?17240495893395*/
.b-news__head{
    display: flex;

    align-items: center;
    justify-content: flex-start;
}

.b-news__head a{
    font-family: PT Sans;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;

    margin-bottom: 15px;
    margin-left: 70px;

    text-align: center;

    color: #f58220 !important;
}

.section__news{
    /*margin-bottom: 60px;*/
    /*padding: 50px 0;*/

    /*background: #f0f0f0;*/
}

.b-main-page__news{
    /*background-color: #f0f0f0;*/
}
@media(max-width: 991px){
    .b-main-page__news{
        background-color: transparent;
    }
}

.b-main-page__news h2{
    margin-bottom: 35px;
}

.js-slider__md{
    font-family: PT Sans;
    font-weight: normal;
    font-style: normal;
    line-height: normal;

    display: flex;

    padding: 0;

    align-items: center;
    justify-content: center;
}

.js-slider__md .slick-arrow{
    position: absolute;
    top: -80px;
    right: 0;

    width: 30px;
    height: 30px;

    transition: all .3s ease-in-out;

    border: 1px solid #c0c0c0;
    border-radius: 50%;
    background-color: transparent;
}

.js-slider__md .slick-prev-custom,
.js-slider__md .slick-next-custom{
    background-image: url(/img/arrow-orange.svg);
    background-size: 30px 28px;
}

.js-slider__md .slick-prev-custom{
    right: 40px;

    transform: rotate(180deg);
}

.js-slider__md .slick-slide{
    margin: 0 15px;
}

.slick-disabled{
    pointer-events: none;

    opacity: .5;
}

.js-slider__md .slick-list{
    margin: 0 -15px;
}

.js-slider__md a,
.js-slider__md a:hover{
    text-decoration: none;
}
.js-slider__md .slick-slide{
    display: flex !important;
    flex-direction: column;

    height: 330px;

    background: white;
}
.b-news__img{
    overflow: hidden;

    width: 100%;
}
.b-news__img img{
    width: 200px;

    transition: all .3s ease;
}
.js-slider__md li:hover .b-news__img img{
    transform: scale(1.05);
}
.b-news__text{
    /*padding: 20px;*/
    padding-top: 20px;
}
.b-news__date{
    font-size: 12px;

    margin-bottom: 10px;

    color: #999;
}
.b-news__title{
    font-size: 16px;

    transition: all .2s ease;

    color: #000;
}

.js-slider__md li:hover .b-news__title{
    color: #f58220;
}


.slick-dots{
    display: flex;

    margin: 0;
    padding: 2rem 0;

    list-style-type: none;

    justify-content: center;
}
.slick-dots li{
    margin: 0 .25rem;
}

.slick-dots button{
    display: block;

    width: 10px;
    height: 10px;
    padding: 0;

    text-indent: -9999px;

    border: none;
    border-radius: 100%;
    background-color: #c0c0c0;
}

.slick-dots li.slick-active button{
    background-color: #6e6e6e;
}












/*.news-item{
    margin: 0 0 40px;
    padding: 20px;

    background-color: #f2f2f2;
}*/
.news-item:before,
.news-item:after{
    display: table;
    clear: both;

    content: ' ';
}
/*.news-item h2{
    margin: 0 0 10px;
}*/
/*.news-item img{
    position: relative;

    float: right;

    max-width: 185px;
    max-height: 140px;
}*/
.news-item .all{
    font-style: italic;

    display: block;

    margin: 10px 0 0;

    color: #f58220;
}
.text{
    font-size: 14px;

    position: relative;

    float: left;

    width: 440px;
}
.date{
    color: #666;
}
.news-item .title{
    font-size: 20px;

    display: block;

    margin: 5px 0;

    color: #f58220;
}
.news-item .title:hover{
    text-decoration: none;
}

/* End */


/* Start:/bitrix/templates/template.main/components/bitrix/news.list/articles-index/style.css?17240589092578*/
.articles-block-header{
	margin-bottom: 24px;
}
.articles-block-header h2{
	font-family: PT Sans;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	text-align: left;
	color: rgba(0, 0, 0, 1);
}
.articles-block-template{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.articles-block-item{
	padding: 32px;
	background: white;
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	box-shadow: 0px 22px 31px 0px rgba(0, 0, 0, 0.06);
	display: flex;
	text-decoration: none;
}
.articles-block-item:hover {
	text-decoration: none;
}
.articles-block-item:hover .articles-block-item-link{
	text-decoration: underline;
}
.articles-block-item-img{
	display: flex;
	align-items: center;
	justify-content: center;
}
.articles-block-item-img img{
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}
.articles-block-item-inner{
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.articles-block-item-date{
	font-family: 'Open Sans';
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-align: left;
	color: rgba(165, 165, 165, 1);
	margin-bottom: 4px;
}
.articles-block-item-name{
	font-family: PT Sans;
	font-size: 23px;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
	color: rgba(45, 45, 45, 1);
}
.articles-block-item-text{
	font-family: 'Open Sans';
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-align: left;
	color: rgba(165, 165, 165, 1);
	margin-top: 8px;
}
.articles-block-item-link{
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
	color: rgba(245, 130, 32, 1);
	margin-top: 10px;
}
.articles-block-btn a{
	width: 187px;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	color: rgba(51, 51, 51, 1);
	border: 1px solid rgba(245, 130, 32, 1);
	border-radius: 5px;
	margin-top: 24px;
	text-decoration: none;
}
.articles-block-btn a:visited{
	color: rgba(51, 51, 51, 1);
}
.articles-block{
	margin-bottom: 75px;
}

@media (max-width: 992px) {
	.articles-block-template{
		grid-template-columns: 1fr;
	}
}
@media (max-width: 667px) {
	.articles-block-item{
		flex-direction: column;
		padding: 20px;
	}
	.articles-block-item-inner{
		margin-top: 11px;
	}
	.articles-block-item-name{
		font-size: 18px;
		line-height: 24px;
	}
	.articles-block-item-text{
		font-size: 14px;
		line-height: 20px;
	}
	.articles-block-btn a{
		width: 100%;
	}
	.articles-block-header h2{
		font-size: 26px;
	}
}
/* End */
/* /bitrix/templates/template.main/components/bitrix/news.list/top-items.list/style.css?15695680463061 */
/* /bitrix/templates/template.main/components/bitrix/news.list/news-one/style.css?17240495893395 */
/* /bitrix/templates/template.main/components/bitrix/news.list/articles-index/style.css?17240589092578 */
