

/* 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/brands/bitrix/news.list/brands/style.css?17740309893606*/
.brands_box .text_box {
	margin-bottom: 30px;
}

.brands_wrapper .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.brands_wrapper .brand_item_wrapper {
	position: relative;
}
.brands_wrapper .brand_item {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.brand_item_name {
	font-size: 18px;
	text-align: left;
	padding: 15px 0;
}

.brands_wrapper .brand_item_name a {
	display: block;
	height: auto;
}

.brands_wrapper .brand_item:hover .brand_item_image {
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.brands_wrapper .brand_item .brand_item_image {
	text-align: center;
	height: 80px;
	margin: 0 auto;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 10px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.brands_wrapper .brand_item .brand_item_image img {
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 100%;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	right: 0;
	margin: auto;
}

.brands_wrapper .brand_item:hover .brand_item_image img {
	filter: none;
	opacity: 1;
}

.brands_container .brands_wrapper .brand_item .brand_item_name:hover a {
	color: var(--main_color);
}
.brands_container_alphabet{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.alphabet_list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.alphabet_list li{
	border-radius: 50%;
	background-color: #fff;
	width: 32px;
	height: 32px;
}
.alphabet_list li:nth-last-child(2){
	width: 72px;
	border-radius: 25px;
}
.alphabet_list li:nth-last-child(2) a{
	border-radius: 25px;
}
.alphabet_list li + li{
	margin-right: 6px;
}
.alphabet_list li.active a{
	color: var(--main_color);
}
.alphabet_list li:first-child{
	margin-right: 6px;
}
.alphabet_list li:last-child{
	width: 190px;
	margin-right: 6px;
}
.alphabet_list li:last-child a{
  border-radius: 25px;
	background-color: #fff;
	text-transform: none;
}
.alphabet_list li a{
	font-size: 14px;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}
.alphabet_list li a:active{
	box-shadow: none;
}
.alphabet_list li:first-child a{
	text-transform: none;
	font-weight: 400;
}
.alphabet_title{
	color: var(--main_color);
	margin-right: 30px;
	font-size: 16px;
}
.brands_container_alphabet .a-z{
	text-transform: uppercase;
	margin-left: 30px;
}
@media (max-width: 900px){
	.brands_container_alphabet{
		align-items: flex-start;
		flex-direction: column;
	}
	.brands_container_alphabet .all{
		margin-left: 0px;
	}
	.brands_container_alphabet .a-z{
		margin-left: 0px;
	}
}

@media (min-width: 1024px) and (max-width: 1365px){
	.brands_container_alphabet{
		align-items: flex-start;
		flex-direction: column;
	}
	.brands_container_alphabet .all{
		margin-left: 0px;
	}
	.brands_container_alphabet .a-z{
		margin-left: 0px;
	}
}

@media (min-width: 1024px){
	.brands_wrapper.row{
		margin-left: -10px;
		margin-right: -10px;
	}
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video{
	position: relative!important;
}
.embed-responsive-16by9::before{
	content: none!important;
}

.brand_item_text{
	font-size: 40px;
}

.brands_box{
	margin-bottom: 0px;
}

@media (max-width: 1024px){
	.alphabet_list li{
		margin-bottom: 5px;
	}
}

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