

/* Start:/local/templates/child/components/bitrix/system.pagenavigation/visual_1/style.css?16618721947527*/

/* region new style page navigation --------------------------------------------------------------------------*/

.bx_pagination_bottom * {
    vertical-align: middle;
}

.bx_pagination_bottom .fa {
    font-size: 15px;
    position: relative;
    top: -1px;
}

.bx_pagination_bottom .fa-angle-right {
    margin-left: 0px;
}

.bx_pagination_bottom .fa-angle-left {
    margin-right: 0px;
}

.bx_pagination_bottom {
    margin-top: 20px;
    font-size: 12px;
}

.bx_pagination_bottom .bx_pagination_section_one {
}

.bx_pagination_bottom .bx_pagination_section_two {
    text-align: center;
}

.bx_pagination_bottom .bx_pg_section {
}

.bx_pagination_bottom .bx_pagination_select_container {
    display: inline-block;
}

.bx_pagination_bottom .bx_pagination_select_container select {
    position: relative;
    margin: 2px 20px 2px 10px;
    padding: 1px 25px 3px 5px;
    height: 22px;
    outline: none;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    background: #fff url(/local/templates/child/components/bitrix/system.pagenavigation/visual_1/images/select_arrow.png) no-repeat right center;
    color: #8d8d8d;
    font-size: 11px;
    line-height: 16px;
    resize: none;
    -webkit-appearance: none;
}

@-moz-document url-prefix() {
    .bx_pagination_bottom .bx_pagination_select_container select {
        background: #fff !important;
        padding-right: 5px;
    }
}

.bx_pagination_bottom .bx_pagination_page {
    white-space: nowrap;
    font-size: 12px;
}

.bx_pagination_bottom .bx_pagination_page ul {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
}

.bx_pagination_bottom .bx_pagination_page li, .bx_pagination_bottom .bx_pagination_page .nav-text {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    border: solid 1px #E7E7E7;
    border-radius: 4px;
    font-size: 14px;
    line-height: 17px;
    margin: 0 2px;
}

.bx_pagination_bottom .bx_pagination_page .nav-text {
    font-size: 12px;
    margin-left: 0;
}

.bx_pagination_bottom .bx_pagination_page .nav-text a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
}
.bx_pagination_bottom .bx_pagination_page .nav-text a:active,
.bx_pagination_bottom .bx_pagination_page .nav-text a:focus{
  background-color: var(--add_color);
}
.bx_pagination_bottom .bx_pagination_page .disabled {
    opacity: .5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: #fff;
}

.bx_pagination_bottom .bx_pagination_page li a, .bx_pagination_bottom .bx_pagination_page li span,
.bx_pagination_bottom .bx_pagination_page .nav-text a {
    color: var(--main_link_color);
    text-align: center;
    text-decoration: none;
}
.bx_pagination_bottom .bx_pagination_page li span,
.bx_pagination_bottom .bx_pagination_page li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  border-radius: 4px;
  background-color: #fff;
}
.bx_pagination_bottom .bx_pagination_page li.bx_active span {
    background-color: var(--add_color);
    color: var(--main_font_color);
    opacity: 1;
    border-radius: 4px;
}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
    border-color: var(--add_color);
    background-color: var(--add_color);
}
.bx_pagination_bottom .bx_pagination_page li, .bx_pagination_bottom .bx_pagination_page .nav-text{
  transition: .3s;
}
.bx_pagination_bottom .bx_pagination_page li:hover, .bx_pagination_bottom .bx_pagination_page .nav-text:hover{
  border-color: var(--add_color);
}
.bx_pagination_bottom .bx_pagination_page li.disabled:hover,
.bx_pagination_bottom .bx_pagination_page .nav-text.disabled:hover{
  border-color: #E7E7E7;
}
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num {
    display: block;
}

.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select {
    margin-right: 5px;
}

.bx_pagination_bottom .bx_wsnw {
    white-space: nowrap;
}

/*1*/
@media (min-width: 981px) {

}

/*2*/
@media (min-width: 640px) and (max-width: 980px) {

}

/*3*/
@media (min-width: 480px) and (max-width: 639px) {
    .bx_pagination_bottom .bx_pagination_select_container select {
        margin-right: 10px;
    }
}

/*4*/
@media (max-width: 479px) {
    .bx_pagination_bottom .bx_pagination_section_one {
    }

    .bx_pagination_bottom .bx_pagination_section_two {
        float: none;
        text-align: left;
    }

    .bx_pagination_bottom .bx_pagination_select_container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 47%;
    }

    .bx_pagination_bottom .bx_pagination_select_container select {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 0 !important;
        width: 90%;
    }

    .bx_pagination_bottom .bx_pg_section {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        text-align: left;
    }

    .bx_pagination_bottom .bx_pagination_page {
        white-space: normal;
    }

    .bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .bx_pagination_bottom .bx_pg_section.bx_pg_show_col {
        display: none;
    }

    .bx_pagination_bottom .bx_pg_text {
        display: inline-block;
        width: 50%;
    }

    .bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text {
        display: none;
    }
}

/*5*/
@media (max-width: 320px) {
}
.bx_pagination_page_list{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  order: 2;
  width: 80%;
}
.bx_pagination_section_two{
  width: 50%;
  display: flex;
}
.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bx_pagination_page{
  display: flex;
  align-items: center;
  padding: 13px 51px;
  background-color: #F6F6F6;
}

.bx_pagination_bottom .bx_pagination_page li a:active,
.bx_pagination_bottom .bx_pagination_page li a:focus{
  background-color: var(--add_color);
}

@media (max-width: 900px){
  .bx_pagination_page{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px){
  .bx_pagination_page{
    position: relative;
    justify-content: center;
  }
  .bx_pagination_section_two{
    width: auto;
    position: absolute;
    left: 51px;
  }
  .bx_pagination_page_list{
    width: auto;
  }
}

/* endregion */

/* End */


/* Start:/local/templates/child/components/bitrix/news.list/news/style.css?17817926084175*/
/* Новости */
.section_news{
	padding-top: 30px;
	padding-bottom: 50px;
}
.block_news{
	padding-right: 20px!important;
	padding-left: 20px!important;
	position: relative;
	z-index: 1;
	transition: all ease-in-out .4s;
}
.block_news:nth-child(1):before{
	background-color: #FFCCCC;
}
.block_news:nth-child(2):before{
	background-color: #DCF195;
}
.block_news:nth-child(3):before{
	background-color: #FFEEC1;
}
.block_news:before{
	width: 320px;
	height: 506px;
	position: absolute;
	content: '';
	left: 1px;
	bottom: -16px;
	z-index: -1;
	transition: all ease-in-out .4s;
	border-radius: 10px;
}
.block_news:after{
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='white' stroke-width='4' stroke-dasharray='4%2c 12' stroke-dashoffset='10' stroke-linecap='square'/%3e%3c/svg%3e");
	border-radius: 10px;
	content: '';
	left: 9px;
	bottom: -9px;
	width: 302px;
	height: 494px;
	position: absolute;
	z-index: -1;
	transition: all ease-in-out .4s;
}
.block_news_img{
	z-index: 2;
	display: flex;
}
.block_news_content{
	z-index: 2;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #fff;
	padding-left: 24px;
	padding-top: 20px;
	padding-right: 41px;
	padding-bottom: 41px;
	transition: all ease-in-out .4s;
}
.block_news_img img{
	width: 100%;
	height: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	object-fit: cover;
}
.block_news_title{
	margin-bottom: 6px;
}
.block_news_title a{
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: var(--main_font_color);
}
.block_news_description{
	margin-bottom: 20px;
}
.block_news_text{
	max-height: 100px;
	overflow: hidden;
	margin-bottom: 40px;
	min-height: 96px;
}
.block_news_text p{
	font-size: 14px;
	line-height: 25px;
	color: var(--main_font_color);
}
.block_news_link{
	display: flex;
}
.block_news_link a{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.block_news_link a svg{
	margin-left: 10px;
	transition: transform .3s;
	width: 12px;
	height: 10px;
}
.block_news_link a:hover svg{
	fill: var(--main_color_hover);
	animation: arrow_move 1s infinite;
}
.block_news_description{
	color: var(--main_font_color);
	opacity: 0.6;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
}
.news_time{
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid rgba(61, 65, 88, .6);
}
.block_news:hover{
	transform: translate(-10px, 10px);
}
.block_news:hover .block_news_content{
	box-shadow: -2px 2px 20px 0px rgba(0,0,0, .2);
}
.block_news:hover:before{
	transform: translate(20px, -20px);
}
.block_news:hover:after{
	transform: translate(20px, -20px);
}
.block_section_link{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 46px;
}
.section_link{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #5BA2EF;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
}
.section_link i{
	margin-left: 6px;
	font-size: 16px;
	position: relative;
	top: -1px;
	transition: transform .3s;
}
.section_link:hover i{
	animation: arrow_move 1s infinite;
}
.section_link:hover{
	color: var(--main_color_hover);
}
@keyframes arrow_move {
	0%{
		transform: translate(0px, 0);
	}
	50%{
		transform: translate(5px, 0);
	}
	100%{
		transform: translate(0px, 0);
	}
}

@media (max-width: 900px){
	.block_news:before{
		content: none;
	}
	.block_news:after{
		content: none;
	}
	.block_news{
		padding-left: 10px!important;
		padding-right: 10px!important;
		margin-bottom: 12px;
	}
	.block_news .block_news_content{
		border-left: 1px solid #EDEDED;
		border-bottom: 1px solid #EDEDED;
		border-right: 1px solid #EDEDED;
	}
	.block_news:hover{
		transform: none;
	}
	.block_news:hover .block_news_content{
		box-shadow: none;
	}
	.section_news{
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

@media (max-width: 768px) and (orientation: portrait){
	.section_news .block_news{
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
}

/* End */
/* /local/templates/child/components/bitrix/system.pagenavigation/visual_1/style.css?16618721947527 */
/* /local/templates/child/components/bitrix/news.list/news/style.css?17817926084175 */
