

/* Start:/local/components/hawkart/catalog/templates/bikecentre/style.css?17470571802561*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

@media (max-width: 768px) {
	.breadcrumbs {
		display: none;
	}
}

 .filter_preloader {
	 display: block;
	 box-sizing: border-box;
	 margin: 30px auto;
	 width: 42px;
	 height: 42px;
	 border: 4px solid #0C1111;
	 border-bottom-color: #f2f3f5;
	 border-radius: 50%;
	 -webkit-animation: rotation 1s linear infinite;
	 animation: rotation 1s linear infinite;
 }

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media screen and (min-width:769px) {
	.main_content__inner {
		padding: 40px;
	}
}


.stop-scroll #modef {
	box-sizing: border-box;
	width: calc(100% - 40px);
	left: 20px;
	right: 20px;
	bottom: 10px;
	border-radius: 5px;
	transition: .4s;
}

.stop-scroll .custom-chat__open {
	display: none;
}

@media (max-width: 768px) {
	.stop-scroll .sidebar {
		right: 0;
		border-radius: 10px 10px 0 0;
	}
}

.stop-scroll .sidebar-close {
	left: 0;
}

.main_content__inner {
	background: #fff;
	padding: 0;
}

.main_content__inner .text-l {
	padding: 20px !important;
}

.text-l {
	padding: 20px;
	font-size: 16px;
}

.text-l hr,
.text-l p,
.text-l ul {
	margin-bottom: 26px;
}

.text-l,
.text-m {
	line-height: 26px;
}
/* End */


/* Start:/local/templates/bikecenter_main/css/catalog-styles.css?175448624265465*/
/* main catalog styles */
/* все стили всех каталогов в одном месте. изменять и добавлять только в этот файл */
/* подключаются только в компонентах каталога */

.catalog {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sidebar_section__title_link {
    font-weight: 700;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sidebar_section {
    background: #fff;
}

.local_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*.scrollbar {*/
/*    overflow: auto;*/
/*}*/

.rub {
    /*font-family: ALSRublRegular;*/
    font-family: "Open Sans", Arial, sans-serif;
    /*font-weight: 400;*/
    font-style: normal;
}

.sidebar_section__content_c .ui-slider-handle {
    background-image: none !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    background-color: #333 !important;
    top: -7px !important;
}

#filter_price_range.ui-slider {
    height: 1px;
    border: none;
}

.price_line input[type='number'] {
    text-align: center;
    border-radius: 5px;
    background-color: #f2f2f2;
    border: none;
    max-height: 30px !important;
    font-size: 12px;
    height: 30px;
    max-width: 100px;
    padding: 0;
}

.price_line .inline_line_label {
    font-size: 16px;
}

@media (max-width: 1350px) {
    .price_line .inline_line_label {
        font-size: 12px;
    }
}

.sidebar_section__title,
.tgl-wrapper span {
    font-size: 16px;
}

@media (max-width: 1350px) {
    .sidebar_section__title,
    .tgl-wrapper span {
        font-size: 14px;
    }
}

.stop-scroll {
    overflow: hidden !important;
}

.stop-scroll .sidebar-close {
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(100% - 260px);
    z-index: 1006;
}

.stop-scroll .sidebar-close {
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.opened_nav,
.stop-scroll {
    height: 100%;
}

.shop__list {
    box-sizing: border-box;
    max-height: 260px;
    overflow: hidden;
    transition: .5s;
}

.shop__list li {
    box-sizing: border-box;
    /*border-bottom: 1px solid #f5f5f5;*/
    padding: 0px 0 20px 0;
    min-height: 58px;
    display: flex;
    align-items: center;
}

.shop__list li:last-of-type {
    border: none;
    min-height: auto;
}

.sidebar_section__title {
    border-radius: 10px;
    background: #F2F3F5;
    line-height: 20px;
    margin-bottom:6px;
    margin-top:6px;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 40px 15px 24px;
    text-transform: none;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.sidebar_section__title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: translateY(-50%) rotate(135deg);
    transition: .3s;
}
@media (max-width: 1350px) {
    .sidebar_section__title::before {
        right: 17px;
    }
}

.sidebar_section__title.opened::before {
    transform: translateY(-50%) rotate(-45deg);
    transition: .3s;
}

/*.shop .sidebar_section__title::before {*/
/*    transform: translateY(-50%) rotate(-45deg);*/
/*}*/

/*.shop .sidebar_section__title.opened::before {*/
/*    transform: translateY(-50%) rotate(135deg);*/
/*}*/

.shop__btn-height {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    transition: .2s;
    font-weight: 600;
    letter-spacing: 0.28px;
    border-bottom: 1px solid;
    padding: 0;
    margin: 10px 0 30px 20px;
}

.shop__btn-height:hover {
    color: #F66;
}

.sidebar_section__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 15px 40px 15px 24px;
    text-transform: none;
}

.sidebar_section__toggle_link {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-top: 17px;
}

#shops_form {
    overflow: hidden;
    transition: .3s;
}


.sidebar_section__title.opened+#shops_form .shop__btn-height {
    transition: .3s;
}

.range_block .ui-slider-handle:first-of-type {
    transform: translateX(8px);
}

.range_block {
    height: 65px;
}

.slidedown-filter {
    border-radius: 5px;
    overflow: hidden;
    display: block;
    padding-bottom: 18px;
}

@media (max-width: 768px) {
    .sidebar .slidedown-filter__close {
        background-image: none;
        background: #FFFFFF;
        border: 1px solid #333333;
        border-radius: 50%;

        box-sizing: border-box;
        width: 45px;
        height: 45px;

        position: absolute;
        top: -15px;
        right: 29px;
        z-index: 1001;
    }

    .sidebar .slidedown-filter__close::before,
    .sidebar .slidedown-filter__close::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60%;
        height: 1px;
        background-color: #333;
    }

    .sidebar .slidedown-filter__close::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .sidebar .slidedown-filter__close::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .sidebar .slidedown-filter {
        overflow: auto;
    }
}

.sidebar_section[data_id="342"] ul:first-of-type {
    overflow: hidden;
    transition: .3s;
}

.sidebar_section[data_id="342"] ul.opened:first-of-type {
    height: 80px;
    transition: .3s;
}

#smartfilterID {
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#smartfilterID .sidebar_section[data_id="300"] {
    order: 1;
}

#smartfilterID .sidebar_section {
    order: 2;
}

.sidebar {
    padding: 0;
    margin: 0;
}

@media (min-width: 769px) {
    .sidebar {
        display: block;
    }
}


@media (max-width: 768px) {
    .sidebar {
        bottom: -500px;
        right: 0;
        top: auto;
        position: fixed;
        width: 100%;
        z-index: 999;
        -webkit-transition: all .3s;
        transition: all .3s;
        max-height: 500px;
    }

    .stop-scroll .sidebar {
        transform: translateY(-100%);
        -webkit-box-shadow: -1px 0 5px #999;
        box-shadow: -1px 0 5px #999;
    }

    .catalog_control__view {
        display: none;
    }

    .sidebar .catalog_control {
        display: none;
    }
}
.content  {
    max-width: 100vw;
    overflow-x: hidden;
}

.content .wide-wrapper {
    max-width: 1760px;
    box-sizing: border-box;
    padding: 0 40px;
}

.wide-wrapper .page_header {
    max-width: 1680px;
}

@media(max-width: 1350px) {
    .content .wide-wrapper {
        padding: 0 20px;
    }
}

.catalog {
    gap: 16px;
}

@media(max-width: 980px) {
    .catalog {
        gap: 10px;
    }
}

@media(max-width: 600px) {
    .catalog {
        gap: 5px;
    }
}

.catalog.catalog__wrap{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(256px, 1fr));
    gap: 16px;
    margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
    .catalog.catalog__wrap {
        grid-template-columns: repeat(auto-fill, minmax(232px, 1fr));
    }
}

@media screen and (max-width: 768px) {
    .catalog.catalog__wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        padding-top: 10px;
        margin: 0 -10px;
    }
}

@media screen and (max-width: 374px) {
    .catalog.catalog__wrap {
        grid-template-columns: 1fr;
    }
}

.catalog-item-counter {
    opacity: 0;
    font-size: 14px;
    line-height: 14px;
    color: #FFF;
    background: #333333;
    padding: 7px 15px;
    border-radius: 15px;
    transition: all 0.3s ease-in;
}

@media (max-width: 768px) {
    .catalog-item-counter {
        height: 0;
        overflow: hidden;
        display: none!important;
    }
}


.catalog-categories__title {
    color:  #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    padding: 33px 0 15px 0;
    margin: 0;
    font-family: 'Open Sans'!important;
}

.catalog-categories {
    padding: 18px 18px 18px 18px;
    background: #FFF;
    border-radius: 10px;
}

@media (max-width: 1350px) {
    .catalog-categories {
        padding: 20px 16px;
    }
}

@media (max-width: 768px) {
    .catalog-categories {
        display: none;
    }
}


.sidebar_section__title {
    cursor: pointer;
    position: relative;
    user-select: none;
}

.inline_line_input,
.inline_line_label {
    display: inline-block;
    vertical-align: middle;
}

.sidebar_section__content .styler+span {
    color: #0c1111;
}

.sidebar_section__content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.big_sidebar_section .sidebar_section__content .scrollbar {
    max-height: 330px;
}

.inline_line {
    white-space: nowrap;
}

.inline_line_label {
    font-size: 14px;
}

.price_line_input_1,
.price_line_input_2 {
    width: 38%;
}

.price_line_label_1 {
    text-align: center;
    width: 9%;
}

.price_line_label_2 {
    text-align: right;
    width: 7%;
}

.catalog_banner,
.pagination a,
.reset_filter {
    text-align: center;
}

.price_line input[type=text] {
    text-align: center;
    padding: 0;
}

.reset_filter {
    display: none;
    padding: 10px 0;
    margin-bottom: 4px;
    margin-top: -6px;
}

.remove_filter {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.reset_filter-b {
    border-bottom: 1px solid #dfdfdf;
    margin-top: 5px;
}

.catalog_banner {
    background-position: center center;
    background-size: cover;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    height: 142px;
    margin-bottom: 14px;
}

.catalog_banner h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
    margin: 0 auto -2px;
    overflow: hidden;
    max-width: 660px;
}

.catalog_banner h1 span {
    display: inline-block;
    position: relative;
    padding: 0 32px;
    text-shadow: 1px 1px 2px #000, 0 0 1em #000;
}

.catalog_banner h1 span::after,
.catalog_banner h1 span::before {
    content: '';
    position: absolute;
    width: 1000px;
    height: 1px;
    background: #fff;
    top: 50%;
    right: 100%;
}

.catalog_banner h1 span::after {
    right: auto;
    left: 100%;
}

.catalog_banner h2 {
    font-weight: 400;
    font-style: italic;
    font-size: 26px;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 660px;
}

.catalog_banner_top {
    width: 100%;
    margin-bottom: 34px;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
}

.catalog_control form {
    margin-bottom: 0;
}

.catalog_control {
    align-items: center;
    display: flex;
    justify-content: start;
    gap: 16px;
}

@media(max-width: 768px) {
    .catalog_control {
        justify-content: space-between;
    }
}

.content .catalog_control.catalog_control-bottom {
    margin-bottom: 75px;
}

.catalog-select_overlay {
    position: absolute;
    display: none;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 101;
}

.sidebar_section__title_link {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 40px 5px 18px;
    text-transform: none;
}

.sidebar_section__content_c {
    border-top: none;
    padding: 7px 14px 14px 24px;
}

.sidebar_section__content_c .price_line,
.sidebar_section__content_c .range_block {
    padding-right: 10px;
}

.sidebar_section__content_c .range_block {
    margin-top: -20px;
    padding-top: 0px;
}

.sidebar_section__content li {
    padding-bottom: 8px;
    padding-top: 9px;
    font-size: 12px;
    z-index: 1;
    position: relative;
    background-color: #FFF;
}

@media (max-width: 1350px) {
    .sidebar_section__content li {
        padding-bottom: 2px;
        padding-top: 4px;
    }
}

.range_block {
    padding-top: 14px;
}

.sidebar_section__hidden_list {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.sidebar_section__hidden_list.active {
    max-height: fit-content;
}

.sidebar_section__toggle_link {
    float: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.28px;
    border-bottom: 1px solid;
    transition: .2s;
}

.sidebar_section__toggle_link:hover {
    color: #F66;
}

@media (max-width: 768px) {
    .sidebar_section__toggle_link {
        font-size: 14px;
    }
}

.sidebar_section__content_c::after {
    content: '';
    display: table;
    clear: both;
}

.catalog-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 24px 15px 24px;
    color: #252C41;
    font-size: 16px;
    border-radius: 10px;
    transition: all .2s linear;
}

@media (max-width: 1350px) {
    .catalog-category {
        font-size: 14px;
    }
}

.catalog-category span,
.catalog-category output {
    font-weight: 500;
}

.catalog-categories .catalog-category.active {
    background: #333!important;
    color: #FFF!important;
}

.catalog-categories .catalog-category:hover {
    background: #F2F2F2;
}

.local_menu {
    margin-bottom: 0;
}

.good__wrap-price {
    display: flex;
    justify-content: center;
    align-items: center;
}

.good__icon {
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer;
    z-index: 3;
}

.index .good__image {
    border: none;
    max-height: none;
    width: 100%;
    position: relative;
    z-index: 0;
}

.index .good__title {
    padding: 0;
    text-align: start;
    width: 100%;
}

.good__title {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    max-height: 40px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    text-align: left;
}

.good__cur-price {
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
}

.good__content-price-wrap {
    margin-left: 0;
    margin-right: auto;
    display: flex;
    align-items: center;
}

.good__title-block {
    height: 60px;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 19px;
}

.good__btn-wrap{
    padding-left: 8px;
}

.good__pagination {
    bottom: 20px !important;
}

.good__icon {
    background: none;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-left: auto;
}

.good__disc-value {
    background-color: #EA5455;
    border-radius: 4px;
    font-style: italic;
    font-size: 12px;
    line-height: 12px;
    font-family: 'GilroyRegular';
    padding: 3px 0;
    font-weight: normal;
    width: 34px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    justify-content: center;
}

.good__disc-value span {
    transform: translateY(0);
}

.good__disc-value span {
    margin-left: -1px;
}

.discount__value.new,
.discount__value.hit {
    font-family: "GilroyMedium";
    font-style: italic;
    border: none;
    border-radius: 0;
    font-size: 12px;
    line-height: 13px;
    padding: 3px 10px 0 0;
    color: #66cc66;
    letter-spacing: 1px;
}

.discount__value.hit {
    color: #333333;
}

.product-label-list_item--hit {
    order: 2;
}

.product-label-list_item--new {
    order: 1;
}

.good__disc[data-id="discount"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 20px;
    box-sizing: border-box;
}

.discount__value.new span,
.discount__value.hit span {
    transform: translateY(0);
}

[data-id="new_hit"] {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
}

.good__price-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .good__slide:hover,
    .good__slide:focus,
    .catalog.good:hover,
    .catalog.good:focus {
        position: relative;
        z-index: 10;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
        transition: .1s;
    }
}

.good__link-image img {
    height: auto;
    max-height: 100%;
    width: auto;
}

.good__delivery-img:hover+.good__delivery-desc {
    transform: translateX(0);
    transition: .3s;
}

.good__delivery {
    display: flex;
    align-items: center;
    cursor: default;
}

.good__delivery-desc {
    font-family: 'GilroyRegular';
    transform: translateX(100%);
    font-size: 14px;
    font-style: italic;
    letter-spacing: -0.05px;
    overflow: hidden;
    transition: .3s;
    background-color: #333;
    color: #fff;
    box-sizing: border-box;
    height: 22px;
    padding: 0 10px 2px 7px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-right: 0px;
    text-transform: lowercase;
    line-height: 90%;
    white-space: nowrap;
}

@media screen and (max-width: 1350px) {
    .good__delivery-desc {
        height: 18px;
        font-size: 12px;
        line-height: 12px;
    }
}

@media screen and (max-width: 500px) {
    .good__delivery-desc {
        height: 22px;
    }
}
.new-good__delivery-wrap {
    position: absolute;
    bottom: 36px;
    right: -4px;
    height: 22px;
    overflow: hidden;
    transition: .3s;
    z-index: 2;
}

@media screen and (max-width: 1350px) {
    .new-good__delivery-wrap {
        bottom: 33px;
        right: -4px;
    }
}
@media screen and (max-width: 768px) {
    .new-good__delivery-wrap {
        bottom: 16px;
    }
}

@media screen and (max-width: 500px) {
    .new-good__delivery-wrap {
        bottom: 18px;
        display: none;
    }
}

.good__delivery-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 18px;
    padding-top: 5px;
    z-index: 1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
}

@media screen and (max-width: 1350px) {
    .new-good__delivery-wrap .good__delivery-img {
        height: 14px;
        padding-top: 4px;
    }
}

@media screen and (max-width: 768px) {
    .new-good__delivery-wrap .good__delivery-img {
        font-size: 12px;
        line-height: 10px;
    }
}

@media screen and (max-width: 500px) {
    .new-good__delivery-wrap .good__delivery-img {
        height: 20px;
        font-size: 10px;
    }
}

.good__delivery-img img {
    margin-left: 5px;
    margin-top: -5px;
    width: 15px;
}

.good__delivery-img svg {
    width: 16px;
    height: 16px;
}

.good__delivery-img-icon {
    margin-left: 3px;
    margin-top: -4px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
}

@media screen and (max-width: 1350px) {
    .new-good__delivery-wrap .good__delivery-img-icon {
        width: 15px;
        height: 15px;
    }
}

.good__delivery-img-icon--home {
    background-image: url('/local/templates/bikecenter_main/images/icon_svg/home_new.svg');
}

.good__delivery-img-icon--delivery {
    background-image: url('/local/templates/bikecenter_main/images/icon_svg/delivery_new.svg');
}

.good__favorite {
    width: 20px;
    height: 20px;
    background-image: url('/local/templates/bikecenter_main/images/good__favorite1.svg');
    background-repeat: no-repeat;
    background-position: 1px 3px !important;
}

.good__favorite.active {
    background-image: url('/local/templates/bikecenter_main/images/good__favorite1--active.svg');
}

.good__cart {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/local/templates/bikecenter_main/images/good__cart.svg');
}

.good__sale {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/local/templates/bikecenter_main/images/good__sale.svg');
}

.good__reserved {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/local/templates/bikecenter_main/images/good__reserved.svg');
}

@media (max-width: 768px) {

    .main_hits .good__title {
        max-height: 36px;
    }
}


@media (max-width: 510px) {
    .index [data-id="discount"] {
        display: flex !important;
        left: auto !important;
    }

    .catalog.good {
        width: 45%;
        margin-right: 5px;
    }

    .catalog.good:nth-of-type(3n) {
        margin-right: 5px;
    }

    .catalog.good:nth-of-type(2n) {
        margin-right: 0 !important;
    }

    .good__wrap-price {
        flex-direction: row;
        align-items: center;
    }

    .good__old-price {
        margin-left: 0;
    }
}

.new-good__item {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    width: 100%;
    height: 491px;
    padding-bottom: 20px;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
    transition: box-shadow .3s ease-in-out;
}

.new-good__item:hover,
.new-good__item:focus {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1350px) {
    .new-good__item {
        height: 390px;
    }
}

@media (max-width: 768px) {
    .new-good__item {
        height: auto;
    }
}

.catalog.good {
    margin: 0!important;
}

/* Начало новых карточек товаров в слайдере */

#hitsSlider,
#novSlider {
    overflow: hidden;
    padding-top: 35px !important;
    padding-bottom: 50px !important;
}

@media (max-width: 1350px)  {
    .index .new-good__item {
        padding-bottom: 30px !important;
    }
}

.index .new-good__item {
    background-color: #fff;
    width: 314px;
    max-width: 314px;
    height: 491px;
    border-radius: 10px;
}

@media (max-width: 1350px)  {
    .index .new-good__item {
        background-color: #fff;
        height: 390px;
        max-width: 236px;
    }
}

.new-good__link-image {
    height: 270px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

@media (max-width: 1350px)  {
    .new-good__link-image {
        height: 170px;
        margin: 0 -4px;
    }
}
@media (max-width: 768px)  {
    .new-good__link-image {
        height: 150px;
    }
}

.index .new-good__title {
    padding: 0;
    text-align: start;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: start;
}


@media (max-width: 1350px)  {
    .index .new-good__title {
        overflow: hidden;
        align-items: start;
    }
}

.new-good__old-price {
    color: #999;
    line-height: 18px;
    text-decoration: line-through;
    font-size: 18px;
    margin-left: 10px;
    font-weight: 600;
}

@media (max-width: 1350px)  {
    .new-good__old-price {
        font-size: 14px;
        line-height: 14px;
    }
}

@media (max-width: 768px)  {
    .new-good__old-price {
        order: 3 !important;
    }
}

@media (max-width: 510px)  {
    .new-good__old-price {
        margin-left: 10px !important;
    }
}

.new-good__cur-price {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

@media (max-width: 1350px)  {
    .new-good__cur-price {
        font-size: 16px;
        line-height: 16px;
    }
}

.new-good__title-block {
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 19px;
    margin-top: 8px;
    box-sizing: border-box;
}
@media screen and (max-width: 1350px){
    .new-good__title-block {

    }
}

.new-good__desc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .new-good__desc {
        /*padding-left: 10px;*/
        max-width: 158px;
    }
}

.new-good__desc p,
.new-good__desc{
    border: none;
    overflow: hidden;
    box-sizing: border-box;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

@media (max-width: 768px)  {
    .new-good__desc p,
    .new-good__desc {
        font-size: 12px;
    }
}

.new-good__image  {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 295px;
    width: 100%;
    position: relative;
    z-index: 0;
}

@media(max-width: 1350px) {
    .new-good__image  {
        height: 200px;
    }
}

.preview-cart-discount-line .good__disc[data-id="discount"] {
    position: static;
    margin-bottom: 8px;
}


.new-good__content {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
}

@media (max-width: 1350px) {
    .new-good__content {
        height: auto;
        padding: 20px 14px 0 14px;
    }
}

.new-good__price-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    box-sizing: border-box;
}

@media(max-width: 1350px) {
    .new-good__price-wrapper {
        margin-top: 20px;
    }
}

.new-good__link-image img {
    height: auto;
    max-height: 100%;
    width: 100%;
    object-fit: contain;
}

.new-good__cart {
    border-radius: 10px;
    background: #F2F3F5;
    font-size: 14px;
    letter-spacing: 0.14px;
    padding: 6px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: auto;
    height: auto;
}

@media (max-width: 1350px) {
    .new-good__cart {
        display: none;
    }
}

.new-good__sale {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/local/templates/bikecenter_main/images/good__sale.svg');
    width: 60px;
    height: 32px;
    background-color: #FF9900;
}

.new-good__reserved {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/local/templates/bikecenter_main/images/good__reserved.svg');
    width: 60px;
    height: 32px;
}

.new-good__favorite {
    width: 20px;
    height: 20px;
}

.new-good__favorite svg {
    transition: .3s ease;
    stroke: #bdbdbd;
}
.new-good__favorite svg{
    transition: .3s ease;
}
.new-good__favorite:hover svg ,
.new-good__favorite:focus svg {
    stroke: #EB5757;
}

.new-good__favorite.active svg{
    fill: #EB5757;
    stroke: #EB5757;
}

@media (max-width: 768px) {
    .new-good__favorite {
        transform: scale(0.9);
    }
}

@media (max-width: 510px) {
    .new-good__item .good__wrap-price {
        order: unset;
    }
}

@media (max-width: 415px) {
    .new-good__item .good__wrap-price {
        order: unset;
    }
}


.new-good__details-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}


@media (max-width: 1350px)  {
    .new-good__details-wrap {
        font-size: 12px;
    }
}


/* Конец новых карточек товаров в слайдере */


/* начало классов для карточки с кастомным цветом и увеличенным изображением для новых карточек*/

.new-good__content-rich .new-good__link-image {
    height: 315px;
    margin: -20px -20px 0 -20px;
    max-width: none;
}

@media (max-width: 1350px) {
    .new-good__content-rich .new-good__link-image {
        height: 220px;
        margin: -20px -14px 0 -14px;
    }
}
@media (max-width: 768px) {
    .new-good__content-rich .new-good__link-image {
        height: 200px;
        margin: -15px -10px 0 -10px;
    }
}

.new-good__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
}

@media (max-width: 1350px) {
    .new-good__content {
        padding: 20px 14px 0 14px;
    }
}

@media (max-width: 768px) {
    .new-good__item .new-good__content {
        padding: 15px 10px 0 10px;
    }
}

.new-good__badges {
    width: 100%;
    min-height: 29px;
    position: absolute;
    top: -38px;
    box-sizing: border-box;
    right: 0;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 6px;
}

@media screen and (max-width: 1350px) {
    .new-good__badges {
        min-height: 23px;
        width: 100%;
        right: 0;
        top: -38px;
        padding-bottom: 4px;
    }
}

.new-good__title {
    padding: 0;
    text-align: start;
    width: 100%;
    height: 40px;
    overflow: hidden;
    display: flex;
    align-items: start;
}

@media (max-width: 1350px) {
    .new-good__title {
        overflow: hidden;
        align-items: start;
    }
}
@media (max-width: 768px) {
    .new-good__content .new-good__title {
        max-height: 40px;
    }
}

.new-good__discount {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-family: 'GilroySemibold';
    color:  #FFF;
    width: 47px;
    height: 22px;
    border-radius: 10px;
    background:  #F66;
    z-index: 1;
    position: relative;
}

@media (max-width: 1350px) {
    .new-good__discount {
        width: 38px;
        height: 18px;
    }
}

.new-good__discount span{
    cursor: default;
}

.new-good__badges-hit {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'GilroySemibold';
    width: 40px;
    height: 22px;
    border-radius: 10px;
    background:  #333;
    z-index: 1;
}

@media (max-width: 1350px) {
    .new-good__badges-hit {
        width: 33px;
        height: 18px;
    }
}

.new-good__badges-hit span{
    color:  #FFF;
    font-size: 14px;
    cursor: default;
    margin-bottom: 2px;
}

@media (max-width: 1350px) {
    .new-good__badges-hit span{
        font-size: 12px;
    }
}

.new-good__badges-new {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'GilroySemibold';
    width: 76px;
    height: 22px;
    border-radius: 10px;
    background: #CF3;
}

@media (max-width: 1350px) {
    .new-good__badges-new {
        width: 69px;
        height: 18px;
    }
}

.new-good__badges-new span{
    color: #0C1111;
    font-size: 14px;
    cursor: default;
    margin-bottom: 2px;
}

@media (max-width: 1350px) {
    .new-good__badges-new span{
        font-size: 12px;
    }
}


.new-good__badges-new.new-good__badges-long,
.new-good__badges-hit.new-good__badges-long   {
    padding-left: 30px;
    position: absolute;
    top: 0px;
    z-index: 0;
    left: 17px;
}

@media (max-width: 1350px) {
    .new-good__badges-new.new-good__badges-long,
    .new-good__badges-hit.new-good__badges-long   {
        left: 5px;
    }
}

.new-good__badges-names .new-good__badges-hit ~ .new-good__badges-new.new-good__badges-long {
    left: 8px;
}

@media (max-width: 1350px) {
    .new-good__badges-names .new-good__badges-hit ~ .new-good__badges-new.new-good__badges-long {
        left: 0;
    }
}

.good__content-price-wrap {
    position: relative;
    justify-content: space-between;
    width: 100%;
}

.new-good__cart {
    border-radius: 10px;
    background: #F2F3F5;
    font-size: 14px;
    letter-spacing: 0.14px;
    padding: 6px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: auto;
    height: auto;
    transition: all .3s ease-in-out;
}

.new-good__cart:hover,
.new-good__cart:focus {
    background: #333333;
    color: #FFF;
}


@media screen and (max-width: 1350px) {
    .new-good__cart {
        display: none;
    }
}

.good__colors-wrapper {
    position: relative;
    display: flex;
    gap: 12px;
    margin: 16px 20px;
    height: 22px;
    justify-content: flex-start;
    width: auto;
    min-width: 100%;
}

@media (max-width: 1350px)  {
    .good__colors-wrapper {
        margin: 15px 14px;
    }
}

@media (max-width: 768px)  {
    .good__colors-wrapper {
        height: 17px;
        margin: 6px 12px;
    }
}

.good__color-wrapper .good__color-hint {
    position: absolute;
    padding: 3px 10px;
    background-color: #333;
    border-radius: 7px;
    top: -130%;
    left: -2px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    white-space: nowrap;
    color: #FFFFFF;
    z-index: 10;
    display: none;
    width: auto;
    height: auto;
    overflow: visible;
}

.good__color-wrapper:hover .good__color-hint {
    display: block;
    margin-right: 15px;
    border-radius: 10px;
    border: 2px solid transparent;
}

.good__colors-wrapper .good__color-hint::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 10px;
    width: 7px;
    height: 7px;
    background-color: #333;
    transform: rotate(45deg);
}

.good__colors-wrapper .wrap-color {
    width: 20px;
    height: 20px;
    border: 1px solid #A3A3A3;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    transform: rotate(45deg);
}

.good__colors-wrapper .wrap-color output {
    flex-grow: 1;
    min-width: 50%;
}
@media (max-width: 1350px)  {
    .good__colors-wrapper .wrap-color {
        width: 15px;
        height: 15px;
    }
}

.good__color-text {
    border: solid 1px grey;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 12px;
    cursor: default;
    max-height: 18px;
    overflow: hidden;
    display: block;
}

.good__details-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 1350px)  {
    .good__details-wrap {
        padding: 0;
    }
}

@media (max-width: 768px)  {
    .good__details-wrap {
        padding: 0;
    }
}

.sidebar {
    max-width: 357px;
    width: 21.3%;
    min-width: 330px;
    margin-right: 25px;
    border-radius: 10px;
    margin-bottom: 60px;
    z-index: 5;
    float: left;
    transition: all .3s;
    background-color: #fff;
}

@media (max-width: 1350px) {
    .sidebar {
        margin-left: 0;
        margin-right: 15px;
    }
}

@media (max-width: 768px) {
    .sidebar {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }

    .sidebar .slidedown-filter__link {
        font-weight: bold;
        font-size: 20px;
        line-height: 27px;
        color: #000000;
        border: none;
        padding-top: 65px;
    }
}

.sidebar .slidedown-filter,
.main_content .sidebar .local_menu {
    border-radius: 10px;
}

.slidedown-filter__link {
    align-items: center;
    border-bottom: 2px solid #eee;
    display: flex;
    font-size: 1.5rem;
    justify-content: space-between;
    padding: 20px;
}



.slidedown-link {
    display: none;
}

@media (max-width: 768px) {
    .slidedown-link {
        display: flex;
    }
}

/* Начало стилизации боковых фильтров каталога */

.sidebar {
    background: #FFF;
    border-radius: 10px;
}


.sidebar .jq-checkbox {
    top: -2px;
    width: 20px;
    height: 20px;
    border: none;
    background: #F2F2F2;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    margin-right: 18px;
}

@media (max-width: 1350px) {
    .sidebar .jq-checkbox {
        margin-right: 11px;
    }
}


.sidebar .jq-checkbox.checked {
    background: #333;
}

.sidebar .jq-checkbox.checked .jq-checkbox__div {
    width: 16px;
    height: 16px;
    background: url('/local/templates/bikecenter_main/images/check.svg') no-repeat;
    position: absolute;
    left: 3px;
    top: 5px
}
.sidebar .jq-checkbox.focused {}
.sidebar .jq-checkbox.disabled {
    opacity: 0.55;
    filter: alpha(opacity=55);
}

.sidebar .jq-radio {
    width: 14px;
    height: 14px;
    border: 1px solid #bdbdbd;
    background: #fff;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
}
.sidebar .jq-radio.checked .jq-radio__div {
    width: 8px;
    height: 8px;
    margin: 3px 0 0 3px;
    background: #000000;
    border-radius: 50%;
}
.sidebar .jq-radio.focused {}
.sidebar .jq-radio.disabled {
    opacity: 0.55;
    filter: alpha(opacity=55);
}

.sidebar .jq-file {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}
.sidebar .jq-file input {
    cursor: pointer;
    height: auto;
    line-height: 24em;
}
.sidebar .jq-file__name {
    display: none;
}
.focused .sidebar .jq-file__name {}
.sidebar .jq-file__browse {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 108px;
    height: 29px;
    border: 1px solid #dfdfdf;
    background: #f7f7f7;
    background: linear-gradient(#fefefe,#f0f0f0);
    color: #0c1111;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.sidebar .jq-file:hover .jq-file__browse {
    border-color: #dfdfdf;
    background: #fefefe;
    background: linear-gradient(#f0f0f0,#fefefe);
    color: #0c1111;
}
.sidebar .jq-file:active .jq-file__browse {
    border-color: #dfdfdf;
    background: #f0f0f0;
    color: #0c1111;
}
.sidebar .jq-file.disabled .jq-file__name {}
.sidebar .jq-file.disabled,
.sidebar .jq-file.disabled .jq-file__browse {}

.sidebar .jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #0c1111;
}
.sidebar .jq-selectbox__select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    line-height: 38px;
    padding: 0 40px 0 14px;
    border: 1px solid #d7d7d7;
    background: #fff;
}
.sidebar .jq-selectbox__select:hover {}
.sidebar .jq-selectbox__select:active {}
.sidebar .jq-selectbox.focused .jq-selectbox__select {}
.sidebar .jq-selectbox.disabled .jq-selectbox__select {}
.sidebar .jq-selectbox__select-text {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sidebar .jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 100%;
}
.sidebar .jq-selectbox__trigger-arrow {
    position: absolute;
    top: 18px;
    right: 17px;
    width: 8px;
    height: 5px;
}
.sidebar .jq-selectbox:hover .jq-selectbox__trigger-arrow {}
.sidebar .jq-selectbox.disabled .jq-selectbox__trigger-arrow {}
.sidebar .jq-selectbox__dropdown {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 39px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #d7d7d7;
    background: #fff;
}
.sidebar .jq-selectbox ul {
    margin: 0 !important;
    padding: 0 !important;
}
.sidebar .jq-selectbox li {
    min-height: 20px;
    padding: 10px 10px 10px;
}
.sidebar .jq-selectbox li.selected {}
.sidebar .jq-selectbox li:hover {
    background-color: #efefef;
}
.sidebar .jq-selectbox li.disabled {
    color: #aaa;
}
.sidebar .jq-selectbox li.disabled:hover {
    background: none;
}
.sidebar .jq-selectbox li.optgroup {
    font-weight: bold;
}
.sidebar .jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}
.sidebar .jq-selectbox li.option {
    padding-left: 25px;
}
.sidebar .jq-selectbox__search {
    margin: 5px;
}
.sidebar .jq-selectbox__search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    outline: none;
    border: 1px solid #d5d5d5;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    -webkit-appearance: textfield;
}
.sidebar .jq-selectbox__search input::-webkit-search-cancel-button,
.sidebar .jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.sidebar .jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}

.sidebar .jq-select-multiple {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
    background: #FFF;
    color: #333;
    font: 14px/18px Arial, sans-serif;
    cursor: default;
}
.sidebar .jq-select-multiple.focused {
    border: 1px solid #5794BF;
}
.sidebar .jq-select-multiple.disabled {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}
.sidebar .jq-select-multiple ul {
    margin: 0;
    padding: 0;
}
.sidebar .jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
}
.sidebar .jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0;
}
.sidebar .jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px;
}
.sidebar .jq-select-multiple li.selected {
    background: #08C;
    color: #FFF;
}
.sidebar .jq-select-multiple li.disabled {
    color: #AAA;
}
.sidebar .jq-select-multiple.disabled li.selected,
.sidebar .jq-select-multiple li.selected.disabled {
    background: #CCC;
    color: #FFF;
}
.sidebar .jq-select-multiple li.optgroup {
    font-weight: bold;
}
.sidebar .jq-select-multiple li.option {
    padding-left: 25px;
}

/* Конец стилизации боковых фильтров каталога */


@media (max-width: 768px) {
    #SectionSmartFilter .shop {
        margin-right: 10px;
    }
}

@media (max-width: 768px) {
    .sidebar_section {
        margin-right: 10px;
    }
}

.good__colors-wrapper .wrap-color {
    width: 20px;
    height: 20px;
    border: 1px solid #A3A3A3;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
}

.good__colors-wrapper .wrap-color output {
    flex-grow: 1;
    min-width: 50%;
}
@media (max-width: 1350px)  {
    .good__colors-wrapper .wrap-color {
        width: 15px;
        height: 15px;
    }
}

@media(max-width: 768px) {
    .new-good__content .new-good__price-wrapper{
        margin-top: 4px;
    }
}
@media(max-width: 768px) {
    .new-good__item .preview-cart-discount-line {
        position: absolute!important;
        left: 0;
        right: 0;
        width: 100%;
    }
}



@media (max-width: 768px) {
    .new-good__content-rich .new-good__image,
    .new-good__content-rich .new-good__link-image {
        height: 185px!important;
    }
}

@media (max-width: 768px) {
    .new-good__item  .new-good__content-rich {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .new-good__content-rich .new-good__link-image {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .new-good__content-rich .new-good__price-wrapper,
    .new-good__content-rich .new-good__title-block {
        padding: 0 6px!important;
    }
}


.sidebar-section__wrapper,
#SectionSmartFilter {
    padding: 0 18px 18px 18px;
    background: #FFF;
    border-radius: 10px;
}


@media (max-width: 1350px) {
    .sidebar-section__wrapper,
    #SectionSmartFilter {
        padding: 0 15px 18px 15px;
    }
}


@media (max-width: 768px) {
    .sidebar-section__wrapper {
        overflow: auto;
        max-height: 300px;
    }

    #SectionSmartFilter .preloader-skeleton-first  {
        margin-top: 40px;
    }
}



#shops_form .shop__tgl + .shop__tgl-btn {
    min-width: 20px;
    width: auto;
    height: 20px;
    box-sizing: border-box;
    border: none;
    border-radius: 3px;
    background-color: #F2F2F2;
}

#shops_form .shop__tgl.checked + .shop__tgl-btn {
    background-color: #000000;
}

#shops_form [data-active] .jq-checkbox__div {
    width: 16px;
    height: 16px;
    background: url('/local/templates/bikecenter_main/images/check.svg') no-repeat;
    position: absolute;
    left: 3px;
    top: 5px;
    z-index: 1;
}

.range_block {
    position: relative;
}

.range_block .irs-to,
.range_block .irs-from,
.range_block .irs-max,
.range_block .irs-min {
    display: none;
}

.range_block .irs--round .irs-bar {
    background-color: #EA5455;
}

.range_block .irs--round .irs-handle {
    top: 30px;
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 15px;
    box-shadow: none;
    background-color: #EA5455;
    transition: 200ms transform ease;
    cursor: pointer;
}
.range_block .irs--round .irs-handle:hover,
.range_block .irs--round .state_hover {
    background-color: #EA5455 !important;
    transform: scale(1.2);
}

.range_block .irs-single {
    display: none !important;
}

.irs-with-grid .irs-grid {
    display: none !important;
}

.togglers {
    display: flex;
    align-items: center;
    width: 100%;
}

.sidebar_section__content {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: .3s;
}

.sidebar_section .tgl-wrapper .tgl-btn {
    display: none;
}

.catalog_control__sort {
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.catalog_control_select,
#element_sort_form,
#element_count_form2,
.jq-selectbox__select,
.jq-selectbox__dropdown {
    border-radius: 10px;
    border: none;
    position: relative;
}


#element_count_form .jq-selectbox__select {
    border-radius: 10px;
    height: 50px;
    line-height: 48px;
}


@media (max-width: 1350px) {
    #element_count_form .jq-selectbox__select {
        border-radius: 5px;
        height: 40px;
        line-height: 38px;
    }
}

#element_sort_form .jqselect {
    min-width: 230px;
    height: 50px;
    border-radius: 10px;
}

@media (max-width: 1350px) {
    #element_sort_form .jqselect {
        height: 40px;
        border-radius: 5px;
    }
}

#element_sort_form .jq-selectbox__dropdown {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    border: none !important;
    min-width: 230px;
    overflow: hidden;
}

#element_sort_form .jq-selectbox li:hover {
    background-color: #ececec;
}

.catalog_control {
    padding: 0 0 25px;
}

.main_content {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

@media (max-width: 1350px) {
    .catalog {
        justify-content: flex-start;
    }
}

@media (max-width: 1350px) {
    .catalog_control {
        z-index: 10;
    }
}

@media (max-width: 768px) {

    .catalog_control-bottom {
        margin-bottom: 40px;
    }

}

.catalog_control__view .jq-selectbox__dropdown {
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.catalog_control__view .jq-selectbox__dropdown li {
    text-align: center;
}

.catalog_control__view .jq-selectbox__dropdown li:hover,
.catalog_control__view .jq-selectbox__dropdown li:focus {
    background-color: #ececec;
}

.catalog_control__view .jq-selectbox__select:hover,
.catalog_control__view .jq-selectbox__select:focus {
    background: #ececec;
}

.catalog_control-bottom .catalog_control__view {
    display: none;
}

@media(max-width: 768px) {
    .catalog_control__view {
        display: none;
    }
}

.catalog_control__info {
    width: 240px;
    display: none;
}

@media all and (max-width: 590px) {
    .catalog_control__info {
        line-height: 20px;
        float: none;
        width: auto;
        margin-bottom: 10px;
    }
}

.sidebar .slidedown-item .slidedown-content{
    display: block;
}

.slidedown-item.opened::before {
    background-position: -190px -170px;
}

@media (min-width: 768px) {
    .slidedown-item {
        display: block;
    }

    .filter-btn {
        display: none;
    }
}

@media all and (max-width: 590px) {
    .catalog_control__grid {
        float: none;
        width: auto;
        margin-bottom: 0;
    }
}

@media all and (max-width: 420px) {
    .catalog_control__grid {
        display: none;
    }
}



.tgl,
.tgl::after,
.tgl::before,
.tgl *,
.tgl *::after,
.tgl *::before,
.tgl + .tgl-btn,
.shop__tgl,
.shop__tgl::after,
.shop__tgl::before,
.shop__tgl *,
.shop__tgl *::after,
.shop__tgl *::before,
.shop__tgl + .shop__tgl-btn {
    box-sizing: border-box;
}
.tgl::selection,
.tgl::after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl+.tgl-btn::selection,
.shop__tgl::selection,
.shop__tgl::after::selection,
.shop__tgl:before::selection,
.shop__tgl *::selection,
.shop__tgl *:after::selection,
.shop__tgl *:before::selection,
.shop__tgl+.shop__tgl-btn::selection {
    background: none;
}

.tgl+.tgl-btn,
.shop__tgl+.shop__tgl-btn {
    outline: 0;
    display: block;
    width: 32px;
    height: 18px;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.tgl+.tgl-btn::after,
.tgl+.tgl-btn::before,
.shop__tgl+.shop__tgl-btn::after,
.shop__tgl+.shop__tgl-btn::before {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
}

.tgl+.tgl-btn::after,
.shop__tgl+.shop__tgl-btn::after {
    left: 0;
}

.tgl+.tgl-btn::before,
.shop__tgl+.shop__tgl-btn::before {
    display: none;
}

.tgl.checked+.tgl-btn::after,
.shop__tgl.checked+.shop__tgl-btn::after {
    left: 50%;
}

.tgl-light.checked+.tgl-btn,
.shop__tgl-light.checked+.shop__tgl-btn {
    background-color: #333;
}

.shop__togglers {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.shop__list {
    padding-left: 20px;
    padding-right: 11px;
}


@media (max-width: 1350px) {
    .shop__list {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.tgl-btn,
.shop__tgl-btn {
    order: 2;
}

.tgl-btn+span {
    order: 1;
}

.address-list__city {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    order: inherit;
}

.address-list__city small{
    display: none;
}

.shop__tgl-btn {
    margin-right: 16px;
    order: inherit;
}

.shop .sidebar_section__title.opened+#shops_form .shop__list {
    margin: 0;
}


.label-show {
    width: 28px;
    height: 28px;
    background: #eb5757;
    position: relative;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    position: relative;
    transition: .3s;
}

.label-show::before,
.label-show::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
}

.label-show::before {
    width: 9px;
    height: 2px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

.label-show::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    left: calc(50% + 1px);
}

.filter_label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    background: #fff;
    padding: 0 5px 0 15px;
    height: 34px;
    width: auto;
    max-width: 200px;
    line-height: 20px;
    white-space: nowrap;
    z-index: 5;
    border-radius: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border: 1px solid #F2F2F2;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 0;
    transition: .3s;
}

@media screen and (max-width: 768px) {
    .filter_label {
        display: none !important;
    }
}


.filter_label.in-progress {
    text-shadow: none;
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), linear-gradient(top, #f6f5f0, #e1e0dc);
    background-repeat: repeat;
    background-size: 40px 40px, 100% 100%;
    background-position: 0 0;
    animation-name: filter-progress-bar-stripes;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    color: #bdbbb9;
    border: 1px solid #d3d3d3;
    cursor: auto;
    text-shadow: white 0 1px 0;
    box-shadow: white 0 1px 0 0 inset;
    pointer-events: none;
}

.filter_label.in-progress .label-show {
    opacity: 0.3;
}

@-webkit-keyframes filter-progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@-moz-keyframes filter-progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes filter-progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}


.filter_label:hover {
    background-color: #ececec;
    transition: .3s;
}

.filter_label:active {
    transform: scale(.98) translateY(2px);
    transition: .3s;
}

.sidebar li a.active {
    background-color: #333;
    color: #fff;
}

.mobile-sort__popup,
.sort-trigger {
    display: none;
}


@media (max-width: 768px) {
    .sort-trigger {
        display: block;
    }

    .mobile-sort__popup {
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        bottom: -100%;
        left: 0;
        right: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        z-index: 999;
    }

    .mobile-sort__popup.active {
        transform: translateY(-100%);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .mobile-sort__overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1000;
    }

    .mobile-sort__wrap {
        max-height: 430px;
        background-color: #fff;
        padding: 70px 20px 0;
        border-radius: 10px 10px 0 0;
        -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, .5);
        box-shadow: 0px 0px 50px rgba(0, 0, 0, .5);
        overflow: visible;
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1001;
    }

    .mobile-sort__title {
        font-weight: 700;
        font-size: 20px;
        line-height: 27px;

        color: #000;
        margin-bottom: 20px;
    }

    .mobile-sort__item {
        position: relative;
        border-bottom: 1px solid #F2F2F2;
        padding: 15px 0;
        cursor: pointer;

        font-size: 16px;
        line-height: 22px;
        color: #333333;
    }

    .mobile-sort__item:last-of-type {
        border: none;
    }

    .mobile-sort__item.active::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 30px;
        width: 13px;
        height: 6px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        -webkit-transform: translateY(-50%) rotate(135deg);
        -ms-transform: translateY(-50%) rotate(135deg);
        transform: translateY(-50%) rotate(135deg);
    }

    .sort-trigger {
        display: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        color: #333333;
        padding: 10px 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }

    .sort-trigger::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 5px;
        width: 15px;
        height: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url('/local/templates/bikecenter_main/components/bikecenter/catalog.section/section-rasprodaza/images/sort.svg');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .filter-btn {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 40px;
        line-height: 40px;
        margin-left: 10px;
        padding: 0 0 0 40px;
        position: relative;

        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        display: flex;
        align-items: center;
    }

    .filter-btn::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 5px;
        width: 15px;
        height: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url('/local/templates/bikecenter_main/components/bikecenter/catalog.section/section-rasprodaza/images/filters.svg');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .filter-btn output {
        background: #333333;
        border-radius: 7px;
        padding: 1px 5px;
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

        /* position: absolute; */
        /* top: 50%; */
        /* -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); */
        /* right: 5px; */

        font-size: 12px;
        line-height: 17px;
        font-weight: 600;
        color: #fff;
        min-width: 21px;
        box-sizing: border-box;
        margin-left: 10px;
    }

    .filter-btn.active output {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .btn__close-popup {
        background: #FFFFFF;
        border: 1px solid #333333;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 45px;
        height: 45px;
        position: absolute;
        top: -15px;
        right: 29px;
        z-index: 1001;
    }

    .btn__close-popup::before,
    .btn__close-popup::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60%;
        height: 1px;
        background-color: #333;
    }

    .btn__close-popup::before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .btn__close-popup::after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .mobile-sort__popup {
        display: block;
    }

    .catalog__wrap {
        padding-top: 60px;
    }

    .catalog_control {
        /* position: absolute; */
        width: 100%;
    }

    .catalog_control-bottom {
        position: relative;
    }

    .sort-trigger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #element_sort_form {
        display: none;
    }

    .catalog_control.active {
        /* position: fixed; */
        top: 0;
        left: 0;
        right: 0;
        background: #F2F2F2;
        z-index: 998;
        /* padding: 5px 15px; */
        /* min-height: 50px; */
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .btn-filter__clear {
        font-size: 14px;
        line-height: 20px;
        color: #BDBDBD;
        font-weight: 400;
        margin-bottom: -3px;
    }
}

@media (max-width: 768px) {
    .catalog__slider {
        margin-bottom: 20px;
    }

    .catalog__slider.swiper {
        margin: 0 -10px;
        padding: 0 10px;
    }

    .catalog__controls {
        right: 20px;
    }

    .catalog__slider .swiper-slide {
        max-width: 314px;
    }

    .catalog__wrap {
        margin: 0 -2.5px;
        box-sizing: border-box;
    }

    .catalog__controls {
        display: none;
    }

    .main_content__c .catalog__slider {
        margin-bottom: 0;
    }

    .main_content__c .catalog_control {
        padding-bottom: 0;
    }


    .catalog__wrap .catalog.good {
        width: 50%;
        margin: 0 0 6px !important;
        box-sizing: border-box;
        min-height: inherit;
        max-width: inherit;
        background-color: transparent;
        padding: 0 2.5px;
        display: flex;
        flex-direction: column;
    }

    .catalog__wrap .catalog.good:nth-of-type(2n) {
        margin: 0 0 6px !important;
    }

    .catalog.good .good__content{
        background-color: #fff;
        margin: 0;
    }

    .catalog.good .good__content {
        padding-bottom: 15px;
    }

    .catalog.good .good__content .good__image {
        margin-bottom: 15px;
    }

    .sidebar {
        z-index: 2 !important;
    }

    .catalog_control {
        z-index: 1;
    }

    .discount__value.new,
    .discount__value.hit {
        font-style: normal;
    }

    .discount__value.new {
        color: #27AE60;
    }

    .catalog.good .good__content .good__image {
        border-bottom: none;
        margin-bottom: 0;
    }

    .index .good__image {
        border: none;
    }

    .sidebar-close {
        transition: all 0.3s ease-in-out;
    }

    .stop-scroll .sidebar-close,
    .mobile-sort__overlay {
        background-color: rgba(12, 17, 17, 0.2) !important;
        opacity: 1;
    }
}



@media screen and (max-width: 768px) {
    .stop-scroll .sidebar {
        display: block;
        height: 100%;
        overflow: auto;
        position: fixed;
        -webkit-transition: .3s all;
        transition: .3s all;
    }
    .stop-scroll .sidebar {
        overflow: visible;
        z-index: 1000 !important;
    }

    .sidebar .slidedown-filter__close {
        opacity: 0;
    }

    .stop-scroll .sidebar .slidedown-filter__close {
        opacity: 1;
    }

    .stop-scroll .sidebar .slidedown-content {
        overflow: auto;
        max-height: 300px;
    }

}

.discount.is-desktop {
    position: absolute;
    right: 0;
}
.promo-for-own {
    position: absolute;
    left: 20px;
    z-index: 10;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}
@media screen and (max-width: 1350px) {
    .promo-for-own {
        left: 14px;
        max-height: 32px;
    }
}
/* End */


/* Start:/local/components/zaytal/banners.list/templates/.default/style.css?17352470333112*/
@media(min-width: 768px) {
    .catalog__slider,
    .catalog__slider .swiper-slide {
        min-height: 141px;
    }
}

.seo-tags {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    margin-bottom: 30px;
}

.seo-tags__wrapper {
    max-height: 35px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.seo-tags * {
    box-sizing: border-box;
}

.seo-tags__list {
    padding: 0;
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
}

.seo-tags__item {
    padding: 0 5px;
    margin-bottom: 10px;
}

.seo-tags__link {
    display: block;
    background-color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    padding: 8px 12px;
    border-radius: 18px;
    transition: all 0.2s linear;
    border: 1px solid transparent;
    overflow: hidden;
}
@media (max-width: 1350px) {
    .seo-tags__link {
        font-size: 12px;
        padding: 8px 15px;
    }
}
.seo-tags__link:hover,
.seo-tags__link:focus {
    background: #ececec;
}

.seo-tags__link-active {
    background: #333!important;
    color: #FFF!important;
}

.seo-tags__btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #333333;
    margin-top: 10px;
    cursor: pointer;
    margin-left: 10px;
}

.catalog__prev-wrap,
.catalog__next-wrap {
    position: absolute;
    height: 57px;
    width: 19px;
    top: calc(50% - 30px);
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    z-index: 2;
}

.catalog__prev-wrap .swiper-button-prev.catalog__prev,
.catalog__next-wrap .swiper-button-next.catalog__next {
    width: 100% !important;
    height: 100% !important;
    position: static !important;
}

.catalog__prev-wrap {
    left: 16px;
}

.catalog__next-wrap {
    right: 16px;
}

.catalog__controls svg {
    position: absolute;
    left: calc(50% - 5px);
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    pointer-events: none;
}

.catalog__fraction {
    position: absolute;
    z-index: 2;
    bottom: 14px;
    right: 4px;
    font-weight: 400;
    color: #fff;
    left: auto;
    background-color: rgba(51, 51, 51, 0.6);
    padding: 2px 8px;
    border-radius: 15px;
}

.catalog__controls {
    margin: 0;
}

@media (max-width: 1350px) {
    .seo-tags__btn {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .seo-tags {
        overflow: auto;
        position: relative;
        z-index: 1;
        margin: 0 -20px 30px -20px;
    }
    .seo-tags::-webkit-scrollbar {
        height: 0.3em;
    }
    .seo-tags__wrapper {
        overflow: visible;
        max-height: inherit;
    }
    .seo-tags__btn {
        display: none;
    }
    .seo-tags__list {
        flex-wrap: nowrap;
        padding: 0 20px;

    }
    .seo-tags__link {
        white-space: nowrap;
    }

    .catalog__slider .swiper-slide {
        max-width: 85%;
    }
}

/* End */


/* Start:/local/templates/bikecenter_main/components/bitrix/system.pagenavigation/arrows_mod/style.css?17544860932639*/
.catalog_control-bottom {
	width: 100%;
	margin: 0 0 50px 0;
}

.catalog_control__pagination {
	width: 100%;
	display: block;
}

.catalog_control__pagination .pagination {
	display: flex;
	justify-content: center;
	gap: 28px;
	padding-left: 5px;
}

@media (max-width: 1350px) {
	.catalog_control__pagination .pagination {
		gap: 10px;
	}
}

@media (max-width: 768px) {
	.catalog_control__pagination .pagination {
		gap: 4px;
	}
}

.pagination__bullets {
	display: flex;
	justify-content: center;
	gap: 20px;
}
@media (max-width: 1350px) {
	.pagination__bullets {
		gap: 10px;
	}
}

@media (max-width: 768px) {
	.pagination__bullets {
		gap: 4px;
	}
}

@media (max-width: 900px) {
	.pagination__bullets {
		flex: 1 1 100%;
	}
}

@media (max-width: 768px) {
	.pagination__bullets {
		flex: 0 1 36px;
	}
}

@media (max-width: 450px) {
	.pagination__bullets {
		flex: 1 1 100%;
	}
}


.link-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	max-width: 36px;
	height: 36px;
	border-radius: 7px;
	background-color: transparent;
	color: #333333;
	border: none ;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	transition: all 0.2s ease-in-out;
}

@media (max-width: 900px) {
	.link-pagination {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.link-pagination {
		width: 36px;
	}
}

@media (max-width: 450px) {
	.link-pagination {
		width: 100%;
	}
}

.link-pagination.active,
.link-pagination:hover,
.link-pagination:focus{
	background-color: #FFFFFF;
	font-weight: 700;
}

.pagination-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	padding: 0 30px;
	border-radius: 7px;
	background-color: #FFFFFF;
	color: #333333;
	border: none ;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	gap: 32px;
	transition: all 0.3s ease-in-out;
}

.pagination-btn .decor-el {
	width: 5px;
	height: 5px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	margin-top: 1px;
}

.pagination_next .decor-el {
	transform: rotate(45deg);
}

.pagination_prev .decor-el {
	transform: rotate(225deg);
}

@media (max-width: 1170px) {
	.pagination_mob-hide {
		display: none;
	}

	.catalog_control__pagination .pagination_next,
	.catalog_control__pagination .pagination_prev {
		padding: 0 15px !important;
		background-color: #333 !important;
		color: #fff;
	}

	.catalog_control__pagination .pagination_next .decor-el,
	.catalog_control__pagination .pagination_prev .decor-el {
		border-color: #fff;
	}
}

/* End */
/* /local/components/hawkart/catalog/templates/bikecentre/style.css?17470571802561 */
/* /local/templates/bikecenter_main/css/catalog-styles.css?175448624265465 */
/* /local/components/zaytal/banners.list/templates/.default/style.css?17352470333112 */
/* /local/templates/bikecenter_main/components/bitrix/system.pagenavigation/arrows_mod/style.css?17544860932639 */
