

/* Start:/local/templates/drink/components/bitrix/system.pagenavigation/visual_1/style.css?17559663437249*/

/* region new style page navigation --------------------------------------------------------------------------*/

.bx_pagination_bottom * {
    vertical-align: middle;
}

.bx_pagination_bottom .fa {
    font-size: 18px;
}

.bx_pagination_bottom .fa-angle-right {
    margin-left: 0px;
}

.bx_pagination_bottom .fa-angle-left {
    margin-right: 0px;
}

.bx_pagination_bottom {
    margin-top: 50px;
    font-size: 12px;
    margin-bottom: 38px;
}

.bx_pagination_bottom .bx_pagination_section_one {
}

.bx_pagination_bottom .bx_pagination_section_two {
    text-align: center;
    margin-top: 15px;
}

.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/drink/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: flex;
    flex-wrap: wrpa;
    margin: 0;
    padding: 0 20px;
}

.bx_pagination_bottom .bx_pagination_page li, .bx_pagination_bottom .bx_pagination_page .nav-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    line-height: 29px;
    text-align: center;
    border: solid 1px #e2e2e2;
    font-size: 14px;
    margin: 0 2px;
    overflow: hidden;
}

.bx_pagination_bottom .bx_pagination_page .nav-text {
    width: auto;
    font-size: 12px;
    margin-left: 0;
}

.bx_pagination_bottom .bx_pagination_page .nav-text a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 30px;
}

.bx_pagination_bottom .bx_pagination_page .disabled {
    opacity: .5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}

.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 {
    display: block;
    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;
  position: relative;
  line-height: 1;
  top: 1px;
  width: 100%;
  height: 100%;
}
.bx_pagination_bottom .bx_pagination_page li span:active,
.bx_pagination_bottom .bx_pagination_page li a:active,
.bx_pagination_bottom .bx_pagination_page li span:focus,
.bx_pagination_bottom .bx_pagination_page li a:focus{
  color: var(--main_color_active);
  border-color: var(--main_color_active);
}
.bx_pagination_bottom .bx_pagination_page li.bx_active span {
    background-color: #fff;
    color: var(--main_font_color);
    opacity: 1;
}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
    border-color: var(--main_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 a:hover, .bx_pagination_bottom .bx_pagination_page .nav-text a:hover {
    background-color: rgba(185, 69, 96, .3);
}

.bx_pagination_bottom .bx_pagination_page li a:active, .bx_pagination_bottom .bx_pagination_page .nav-text a:active {
    background-color: rgba(185, 69, 96, .7);
} */
.bx_pagination_bottom .bx_pagination_page li:hover,
.bx_pagination_bottom .bx_pagination_page .nav-text:hover{
  border-color: var(--main_color);
}
.bx_pagination_bottom .bx_pagination_page .nav-text.disabled:hover{
  border-color: #ddd!important;
}
.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: center;
}
.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;
}
@media (max-width: 900px){
  .bx_pagination_bottom .bx_pagination_page li.bx_active span{
    color: var(--main_color);
  }
}

/* endregion */

/* End */


/* Start:/local/templates/drink/components/bitrix/news/brands/bitrix/news.list/brands/style.css?17559663432741*/
.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 {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.brands_wrapper .brand_item .brand_item_image {
	text-align: center;
	line-height: 100px;
	margin: 0 auto;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
	background-color: #fff;
}

.brands_wrapper .brand_item .brand_item_image img {
	max-width: 85%;
	width: auto;
	height: auto;
	max-height: 85%;
	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;
	padding: 13px 16px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
	background-color: #fff;
}
.alphabet_list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.alphabet_list li + li{
	margin-right: 20px;
}
.alphabet_list li.active a{
	color: var(--main_color);
}
.alphabet_list li:first-child{
	margin-right: 30px;
}
.alphabet_list li a{
	font-size: 16px;
	text-transform: uppercase;
}
.alphabet_list li:first-child a{
	text-transform: none;
}
.alphabet_title{
	color: var(--main_color);
	margin-right: 30px;
	font-size: 16px;
}
.brands_container_alphabet .all{
	margin-left: 30px;
	text-transform: uppercase;
}
.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;
	}
}

/* End */
/* /local/templates/drink/components/bitrix/system.pagenavigation/visual_1/style.css?17559663437249 */
/* /local/templates/drink/components/bitrix/news/brands/bitrix/news.list/brands/style.css?17559663432741 */
