

/* Start:/local/templates/pets/components/bitrix/system.pagenavigation/visual_1/style.css?17740309887604*/

/* 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: 23px;
    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/pets/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 2px;
}

.bx_pagination_bottom .bx_pagination_page li, .bx_pagination_bottom .bx_pagination_page .nav-text {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border: solid 1px #696969;
    border-radius: 50%;
    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: 50%;
}
.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);
  color: #fff;
}
.bx_pagination_bottom .bx_pagination_page .disabled {
    opacity: .5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    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: 50%;
  background-color: #fff;
}
.bx_pagination_bottom .bx_pagination_page li.bx_active span {
    background-color: var(--add_color);
    color: #fff;
    opacity: 1;
    border-radius: 50%;
}
.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: #696969;
}
.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: 0px 51px;
  background-color: transparent;
}

.bx_pagination_bottom .bx_pagination_page li a:active{
  background-color: var(--add_color);
  color: #fff;
}

@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;
  }
}

@media (max-width: 1024px){
  .bx_pagination_page_list{
    width: 100%;
    justify-content: center;
  }
}

/* endregion */

/* End */


/* Start:/local/templates/pets/components/bitrix/news/news/bitrix/news.list/news/style.css?17740309892864*/
/* Новости */
.section_news{
	padding-top: 73px;
	padding-bottom: 40px;
	background-color: #fff;
}
.section_news h2{
	margin-bottom: 30px!important;
}
.blocks_news .block_section_link{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
}
.blocks_news .block_section_link .article_link{
	font-size: 14px;
	color: var(--main_color);
}
.article_link i{
	margin-left: 6px;
	position: relative;
	transition: transform .3s;
}
.article_link:hover i{
	animation: arrow_move 1s infinite;
}
.article_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);
	}
}
.block_news{
	padding-left: 10px!important;
	padding-right: 10px!important;
	padding-top: 10px;
	padding-bottom: 10px;
}
.block_news_wrapper{
	background-color: #F6F7FB;
	border-radius: 10px;
	padding: 20px;
	padding-top: 26px;
	transition: .3s;
}
.block_news_wrapper:hover{
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
.block_news .block_news_header{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 15px;
}
.block_news .block_news_header .block_news_header_img{
	margin-right: 20px;
}
.block_news .block_news_header .block_news_header_img img{
	max-width: 44px;
	max-height: 44px;
	min-width: 44px;
	min-height: 44px;
	width: 44px;
	height: 44px;
}
.block_news_header_title{
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: var(--main_font_color);
}
.block_news_body{
	min-height: 144px;
	font-size: 12px;
	line-height: 18px;
	max-height: 144px;
	display: -webkit-box;
  text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
  -webkit-line-clamp: 8;
	margin-bottom: 10px;
}
.block_news_footer .block_news_footer_link{
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: var(--main_color);
}
.block_news_footer .block_news_footer_link span{
	border-bottom: 1px dashed var(--main_color);
	transition: .3s;
}
.block_news_footer .block_news_footer_link i{
	margin-left: 6px;
	transition: transform .3s;
}
.block_news_footer .block_news_footer_link:hover i{
	animation: arrow_move 1s infinite;
}
.block_news_footer .block_news_footer_link:hover span{
	border-bottom: 1px dashed transparent;
}

.article_information{
	padding-top: 10px;
	padding-left: 60px;
}
.article_information_title{
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: var(--main_font_color);
	margin-bottom: 24px;
}
.article_information_text{
	font-size: 14px;
	line-height: 22px;
	color: var(--main_font_color);
	margin-bottom: 60px;
}
.article_information_img{

}
.article_information_img img{
	max-width: 487px;
	max-height: 307px;
}

.article_wrap_detali{
	margin-bottom: 0px;
}

.article_wrap_detali .block_news .block_news_wrapper{
	background-color: #fff;
}

/* End */
/* /local/templates/pets/components/bitrix/system.pagenavigation/visual_1/style.css?17740309887604 */
/* /local/templates/pets/components/bitrix/news/news/bitrix/news.list/news/style.css?17740309892864 */
