

/* Start:/local/components/hawkart/catalog/templates/bikecentre/style.css?17459951642561*/
/*
* 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/components/hawkart/catalog/templates/bikecentre/bitrix/catalog.element/.default/style.css?177070944568458*/
body .content {
    position: relative;
    background: #fff;
}

.title-desk {
    display: none !important
}

.page_header .breadcrumbs {
    padding: 20px 0 12px;
    color: #647280;
}

.page_header .breadcrumbs a,
.page_header .breadcrumbs i {
    color: #647280!important;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .page_header .breadcrumbs {
        display: block;
        padding: 16px 0 0 0;
        font-size: 13px;
        margin: 0 -20px;
        max-width: 100vw;
    }
    .breadcrumbs i {
        font-size: 16px;
    }
    .breadcrumbs .swiper {
        padding: 0 20px;
    }
    .bredcrumbsScroll .swiper-slide a, .bredcrumbsScroll .swiper-slide span {
        line-height: 16px;
    }
}

.source {
    display: none
}

.content__wrapper, .product {
    display: grid;
    column-gap: 60px;
    grid-template-columns:minmax(768px, 1500px) minmax(430px, 430px);
    padding-bottom: 60px;
}

.product__image, .similar_products-wrap, .product-info__wrapper, .recommend_products-wrap  {
    grid-column-start: 1;
    grid-column-end: 2;
}

.product-info__wrapper {
    margin-top: 40px;
}

@media screen and (max-width: 1350px) {
    .content__wrapper, .product {
        gap: 28px;
        grid-template-columns:minmax(500px, 1000px) minmax(360px, 380px)
    }
}

@media screen and (max-width: 1024px) {
    .content__wrapper, .product {
        grid-template-columns:100%;
        grid-auto-rows: auto;
        margin-bottom: 20px
    }
}


@media screen and (max-width: 768px) {
    .content__wrapper, .product {
        gap: 12px;
    }
    .product-info__wrapper {
        margin-top: 20px;
    }
}

.content__container {
    background-color: #ffffff;
    padding-bottom: 36px;
}

.content__container .video_link {
    width: 100%;
    height: auto!important;
    aspect-ratio: 16/9;
    border-radius: 10px;
    overflow: hidden;
    background-color: #B9BABB;
}

.content__container iframe {
    border-width: 0
}

.product-tabs__wrapper {
    margin: 30px 0;
    max-height: max-content;
}
.product-tabs__wrapper .swiper-wrapper {
    max-height: max-content;
    height: max-content;
}

.product-tabs__wrapper,
.content__container,
.stats__container {
    min-width: 100%;
}

.stats__container {
    background-color: #fff;
}

.product-tabs__wrapper .swiper-slide.swiper-slide-active {
    max-height: max-content;
}

.product-tabs__wrapper .reviews__container.swiper-slide:not(.swiper-slide-active), .product-tabs__wrapper.questions__container .swiper-slide:not(.swiper-slide-active) {
    max-height: 0;
    overflow: hidden;
}

.reviews__container,
.questions__container {
    background-color: #fff;
    overflow: clip;
    width: 100%;
    transition: all 0.3s;
}
.product__buy-btns {
    width: 100%;
}
.product_n1__2 {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
}

.product__image {
    box-sizing: border-box;
    padding: 12px 0 28px;
    background-color: #fff;
    border-radius: 5px;
    position: relative
}

.slider__full-size {
    width: 100%;
    box-sizing: border-box
}

.product__info-wrapper {
    flex-grow: 2;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    height: max-content;
    position: sticky;
    top: 76px;
    bottom: 0;
    z-index: 1;
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 9;
    max-height: calc(100vh - 60px);
    overflow: hidden;
    padding: 0 20px;
    margin: 0 -20px;
    max-width: 100vw;

}

.swiper-fullscreen-modal {
    position: fixed;
    top: 0;
    display: flex;
    height: 100dvh;
    width: 100vw;
    background-color: #fff;
    z-index: 250;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.swiper-fullscreen-modal._open {
    opacity: 1;
    visibility: visible;
}
.swiper-fullscreen-clone {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
}

.swiper-fullscreen-modal .slider__open-gallery {
    display: none;
}

.swiper-fullscreen-modal .slider__full-size {
    overflow: visible;
    width: calc(100% - 40px - 100px);
    height: 100%;
}
.swiper-fullscreen-modal .slider__full-size .swiper-slide {
    opacity: 0;
    transition: opacity .2s ease;
}
.swiper-fullscreen-modal .slider__full-size .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.swiper-fullscreen-modal .slide__img-wrap {
    overflow: unset;
}

.swiper-fullscreen-modal._zoom .product_gallery__prev-square .swiper-button-prev,
.swiper-fullscreen-modal._zoom .product_gallery__next-square .swiper-button-next {
    opacity: 0;
    visibility: hidden;
}

.swiper-fullscreen-modal .product_gallery__prev-square .swiper-button-prev {
    left: 32px;
}

.swiper-fullscreen-modal .product_gallery__next-square .swiper-button-next {
    right: 72px;
}

.swiper-fullscreen-modal .slider__thumbs-wrap {
    transform: translateX(0);
    transition: all .3s ease-in-out;
    z-index: 2;
}

.swiper-fullscreen-modal._zoom .slider__thumbs-wrap {
   transform: translateX(-150%);
}

.main-slider__top-block {
    position: absolute;
    right: 0;
    left: 0;
    top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 0 40px;
    transition: all .3s ease;
}


.main-slider__slides-info {
    font-size: 20px;
    color: #bdbdbd;
    text-align: center;
    line-height: 24px;
    z-index: 2;
    transition: all .3s ease;
}


.main-slider__action-btns {
    display: flex;
    gap: 8px;
    align-items: center;
}

.main-slider__action-btn {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #bdbdbd;
    z-index: 2;
    transition: all .3s ease;
}

.main-slider__action-btn:hover {
    color: #333;
}

.main-slider__action-btns .video-sound.enable .sound-off, .main-slider__action-btns .video-sound:not(.enable) .sound-on {
    display: none;
}

.main-slider__action-btns.active-video-slide .zoom-full-size, .main-slider__action-btns:not(.active-video-slide) .video-sound {
    display: none;
}

@media screen and (max-width: 1024px) {
    .product__info-wrapper {
        position: relative;
        grid-column-start: 1;
        grid-row-start: 2;
        padding: 0 20px;
        margin: 0 calc(var(--offset-from-window) * -1) 20px;
        overflow: visible;
        width: auto;
        top: unset;
        max-height: fit-content;
    }
}

.product__info-right {
    transition: 0.3s;
    transform: translateY(0);
}

@media screen and (max-width: 1024px) {
    .product__info-right {
        margin: 0;
    }
}

.product__stat-wrapper,
.product__stat-wrapper_color,
.select-wrapper--color {
    overflow: hidden
}

.product__variant-colors .swiper-slide {
    width: 72px;
    height: 64px
}

@media screen and (max-width: 768px) {
    .product__variant-colors {
        margin: 0 calc(var(--offset-from-window) * -1);
        padding-left: calc(var(--offset-from-window))
    }

    .product__variant-colors .swiper-slide {
        width: 60px;
        height: 56px
    }
}

.product__variant-card {
    border-radius: 8px;
    padding: 4px;
    box-sizing: border-box;
    margin-right: 8px;
}

.product__variant-img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.slider__full-size .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

.slider__full-size .swiper-slide-active.swiper-slide-zoomed {
    z-index: 1;
}

.slider__full-size .swiper-slide img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swiper-fullscreen-modal._zoom .slider__full-size .swiper-slide img {
    width: auto;
}

.slide__img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-height: 700px;
    /*max-height: 820px;*/
    border-radius: 10px;
    background-repeat: no-repeat;
    min-height: 650px;
}

@media screen and (max-width: 1600px) {
    .slide__img-wrap {
        min-height: 550px;
    }
}

@media screen and (max-width: 1300px) {
    .slide__img-wrap {
        min-height: 500px;
    }
}

@media screen and (max-width: 768px) {
    .slide__img-wrap {
        min-height: 400px;
    }
}

.thumbs__img-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D8DBE2;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box
}

.thumbs__img-wrap:hover {
    border-color: #2A2C31
}

.swiper-slide-thumb-active .thumbs__img-wrap {
    border-color: #2A2C31
}

.product-label-list__wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
}

@media screen and (max-width: 768px) {
    .product-label-list__wrapper {
        gap: 2px;
    }
}

.product .product__articule {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #767986;
    display: flex;
    gap: 4px;
    align-items: center;
    position: relative;
    overflow: visible;
    padding: 0
}

.product__articule svg {
    fill: #767986;
}

.product__subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.product__subtitle-right {
    display: flex;
    gap: 20px;
}

.product__rating {
    font-size: 16px;
    display: flex;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: color .3s ease;
    line-height: normal;
    color: #33353C;
    overflow: hidden;
    padding: 0;
}

.product__rating::after {
    content: '';
    height: 4px;
    width: 4px;
    border-radius: 4px;
    position: absolute;
    right: -14px;
    bottom: 8px;
    background-color: #E6E8EF;
}

.product__bonus-auth button, .foundCheaper__auth-btn {
    color: #33353C;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.product__bonus-auth button::after, .foundCheaper__auth-btn::after {
    position: absolute;
    content: "";
    bottom: 0;
    display: block;
    height: 1px;
    left: 50%;
    background: #333;
    transition: width .3s ease 0s, left .3s ease 0s;
    width: 0;
    border-radius: 2px;
    text-decoration-line: none;
}

.product__bonus-auth button:hover::after, .foundCheaper__auth-btn:hover::after {
    width: 100%;
    left: 0
}


.product__star {
    margin-right: 8px
}

.product-header__wrapper {
    margin-bottom: 18px;
}

.product__price {
    color: #333;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    position: relative
}

.product__price-group {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    margin-bottom: 4px;
    gap: 12px;
}

#full_price {
    font-weight: 600;
    font-size: 22px;
    color: #888A8E;
    position: relative;
    overflow: hidden;
    line-height: 110%;
}

#full_price::before{
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #888A8E;
    transform: rotate(-5deg);
    top: 50%;
    bottom: 50%;
}

.slider__thumbs-wrap {
    position: relative;
    margin-right: 28px;
    max-height: fit-content;
}

.slider__thumbs .swiper-slide {
    width: 80px;
    height: 56px;
}

.slider__thumbs-wrap .swiper {
    max-height: 633px;
}

.slider__thumbs .swiper-wrapper .swiper-slide{
    margin-bottom: 8px;
}

.slider__thumbs .swiper-wrapper .swiper-slide:last-child {
    margin-bottom: 0!important;
}


.slider__thumbs .swiper-wrapper {
    flex-direction: column;
    transition-duration: .2s !important;
}

.product__card-wrapper {
    margin-top: 12px;
    padding: 18px 20px 20px 20px;
    margin-bottom: 22px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.05);

    transition: .3s;

    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .product__card-wrapper {
        margin-top: 8px;
        padding: 14px 16px 18px;
    }
}

.product__control-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: 4px;
}

@media screen and (max-width: 768px) {
    .product__control-btns {
        gap: 16px;
        margin-right: 0;
    }
}

.product__control-btn {
    box-sizing: border-box;
    position: relative;
    padding: 0;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: visible;
}

.product__control-btn svg {
    fill: #888A8E;
    transition: .3s ease all;
}

.product__control-btn svg path {
    transition: .3s ease all;
}

.product__control-btn--compare svg {
    fill: transparent;
}

.product__control-btn:last-of-type {
    margin: 0
}

.product__control-btn--compare svg,
.product__control-btn--compare svg line,
.product__control-btn--favorites svg,
.product__control-btn--favorites svg line {
    fill: #767986;
    transition: .3s
}

.product__control-btn--favorites svg{
    padding-top: 4px;
}

.product__control-btn--compare.active svg,
.product__control-btn--compare.active svg line,
.product__control-btn--compare.active svg path {
    transition: .3s all
}

.product__control-btn--compare svg {
    padding-top: 2px;
}

.product__control-btn--compare .docompare {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    appearance: none;
}

.product__control-btn.active svg path {
    fill: transparent;
    transition: .3s all
}


.product__control-btn:hover svg,
.product__control-btn.active svg path {
    fill: #33353C;
}

.product__control-btn--favorites:hover svg,
.product__control-btn--favorites.active svg path {
    fill: #E40514;
}

.product__buy-container {
    display: flex;
    gap: 12px;
}

.product__buy-container .btn {
    background: #1A1B1E;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    transition: .3s;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    box-sizing: border-box;
    height: 52px;
    width: 100%;
}

.fakeForm__submit:focus, .fakeForm__submit:hover,
.product__buy-container .btn:focus,
.product__buy-container .btn:hover {
    color: #fff;
    background-color: #6c6;
}

.video__play-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10
}

.video__play-icon {
    width: 30px;
    height: 30px;
    background: #d9d9d9;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    opacity: 0
}

.video__wrap:hover .video__play-icon {
    transition: .3s;
    opacity: 1
}

.video__wrap:hover .thumbs__img-wrap {
    border-color: #6c6;
    transition: .3s
}

.video__wrap {
    margin-right: 10px;
    position: relative
}

.thumbs__img-wrap .video_link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.thumbs__img-wrap img {
    object-fit: contain;
    height: 100%;
}

.product_gallery__prev,
.product_gallery__next {
    position: relative;
}

.product_gallery__prev .swiper-button-prev,
.product_gallery__next .swiper-button-next {
    background: #fff;
    opacity: .6;
    box-sizing: border-box;
    text-align: center;
    transition: .3s;
    z-index: 10;
    box-shadow: 0px -4px 20px 0px #0C11111A;
}

.product_gallery__next .swiper-button-next::before,
.product_gallery__prev .swiper-button-prev::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%) rotate(45deg)
}

.product_gallery__prev .swiper-button-prev::before {
    top: 56%;
    border-left: 2px solid #647280;
    border-top: 2px solid #647280;
}

.product_gallery__next .swiper-button-next::before {
    bottom: 30%;
    top: unset;
    border-right: 2px solid #647280;
    border-bottom: 2px solid #647280;
}


.slider__thumbs-wrap .product_gallery__prev .swiper-button-prev,
.slider__thumbs-wrap .product_gallery__next .swiper-button-next {
    position: absolute;
    left: 50%;
    height: 40px;
    width: 40px;
    border-radius: 20px;
}

.slider__thumbs-wrap .product_gallery__prev .swiper-button-prev {
    transform: translate(-50%, 8%);
    top: 0;
}

.slider__thumbs-wrap .product_gallery__next .swiper-button-next {
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 0;
}

.swiper-button-disabled {
    opacity: 0 !important;
}

.swiper-button-disabled::before {
    border: none;
}

.product_gallery__next-square{
    position: absolute;
    right: 0;
    top: 50%;
    transform: none;
    z-index: 10;
}


.product_gallery__prev-square .swiper-button-prev,
.product_gallery__next-square .swiper-button-next {
    background: #F1F3F6;
    opacity: .6;
    border-radius: 8px;
    width: 28px;
    height: 64px;
    text-align: center;
    transition: .3s;
    border: 1px solid #0C1111;
}


.product_gallery__prev-square .swiper-button-prev::before {
    top: 50%;
    transform: translate(-25%, -50%) rotate(-45deg);
}

.product_gallery__next-square .swiper-button-next::before  {
    bottom: unset;
    top: 50%;
    transform: translate(-75%, -50%) rotate(-45deg);
}

.product_gallery__prev .swiper-button-prev:hover,
.product_gallery__next .swiper-button-next:hover {
    background: #F1F3F6;
    opacity: 1;
}

.product_gallery__next .swiper-button-next::after,
.product_gallery__prev .swiper-button-prev::after {
    content: unset
}

.slide__img-wrap {
    background-position: 50% 50%;
    position: relative;
    overflow: hidden
}

.slide__img-wrap.slide__img {
    transition: opacity .5s;
    display: block;
    width: 100%
}


.product_gallery {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    position: relative;
}

@media screen and (max-width: 768px) {
    .product_gallery {
        margin: 0 calc(var(--offset-from-window) * -1);
        padding: 0 calc(var(--offset-from-window)) 20px;
        max-height: 424px
    }
    .swiper-fullscreen-modal .product_gallery {
        max-height: unset;
        flex-direction: column;
    }
    .swiper-fullscreen-modal .slider__full-size {
        width: 100%;
    }
    .swiper-fullscreen-modal .main-slider__top-block {
        padding: 0 15px;
    }
    .swiper-fullscreen-modal .slider__thumbs-wrap {
        display: block;
        width: 100%;
        margin: 0;
    }
    .swiper-fullscreen-modal .slider__thumbs .swiper-wrapper {
        flex-direction: row;
    }
    .swiper-fullscreen-modal._zoom .slider__thumbs-wrap {
        transform: translateX(0) translateY(150%);
    }
    .swiper-fullscreen-modal._zoom .slider__full-size .swiper-slide img {
        height: auto;
    }
    .slider__thumbs-wrap .swiper {
        padding-left: 15px;
    }
    .swiper-fullscreen-modal .swiper-pagination.full-size__pagination {
        display: none;
    }
}

.product_gallery .slide__img-wrap iframe#myIframeMini {
    border: none
}

.slider__open-gallery-wrap {
    position: absolute;
    bottom: 12px;
    right: 12px;
    border-radius: 8px;
    z-index: 10;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.slider__open-gallery {
    width: 36px;
    height: 36px;
    aspect-ratio: 1;
    background: #f1f3f699;
    box-sizing: border-box;
    padding: 6px;
    transform: scale(1.05);
    transition: .3s;
    overflow: hidden;
}

.slider__open-gallery:hover {
    transform: scale(1.2);
    transition: .3s
}

.slider__open-gallery svg {
    width: 100%;
    height: 100%;
}

.slide__img-background {
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.location-storages {
    transition: .5s
}

.location-storages__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #333;
    margin-bottom: 35px
}

.location_section__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #333;
    padding-bottom: 5px;
    padding-top: 2px;
    border-bottom: 1px solid #D8DBE2
}

.location_item {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.location_item__title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: flex;
    flex-direction: column;
    max-width: 260px;
}

.location_item__status {
    display: flex;
    align-items: center;
    justify-content: end
}

.location_item__status span {
    width: 33px;
    height: 4px;
    background-color: #D8DBE2;
    position: relative;
    margin-right: 3px
}

.location_item__status span:last-child {
    margin-right: 0
}

.location_item__status span.active {
    background-color: #333
}

.product__info-wrapper .product-label-list_item--hit,
.product__info-wrapper .product-label-list_item--new,
.product__info-wrapper .product-label-list_item.discount {
    display: flex;
    height: 25px;
    color: #fff;
    align-items: center;
    border-radius: 8px;
    line-height: 16px;
    padding: 0 14px;
    font-weight: 500;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 768px) {
    .product__info-wrapper .product-label-list_item--hit,
    .product__info-wrapper .product-label-list_item--new,
    .product__info-wrapper .product-label-list_item.discount {
        height: 18px;
    }
}

.product__info-wrapper .product-label-list_item.discount {
    background-color: #ff6666;
    z-index: 2
}

.product__info-wrapper .product-label-list_item--hit {
    font-weight: 500;
    background-color: #1A1B1E;
    z-index: 0
}

.product__info-wrapper .product-label-list_item--new {
    font-weight: 500;
    background-color: #1ABF7E;
    z-index: 1
}


.product-label-list_item--hit .discount__value,
.product-label-list_item--new .discount__value {
    margin-bottom: 2px
}


@media (max-width: 768px) {
    .product-label-list_item--hit .discount__value,
    .product-label-list_item--new .discount__value,
    .product-label-list_item.discount .discount__value {
        font-size: 12px;
    }
}

.product__price-container {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.product__delivery-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .product__delivery-wrap {
        margin-bottom: 16px
    }
}

.delivery-new__title {
    font-size: 16px;
    font-weight: 600;
}

.delivery-new__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0 !important
}

.product__size-text,
.delivery-new__list--link {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #9499AB;
    font-family: "Open Sans", Arial, sans-serif;
    padding-right: 16px;
    transition: .3s;
}
.product__size-text::before,
.delivery-new__list--link::before {
    content: "";
    position: absolute;
    right: 6px;
    bottom: 50%;
    width: 6px;
    height: 6px;
    border-right: 1px solid #767986;
    border-bottom: 1px solid #767986;
    transition: .3s;
    transform: translate(0%, 50%) rotate(-45deg);
}

.product__size-text:hover,
.delivery-new__list--link:hover {
    color: #0C1111;
}

.product__size-text:hover::before,
.delivery-new__list--link:hover::before {
    border-right: 1px solid #0C1111;
    border-bottom: 1px solid #0C1111;
    animation-name: slideArrow;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes slideArrow {
    from {transform: translate(0%, 50%) rotate(-45deg);}
    to {transform: translate(0%, 50%) rotate(-45deg);}
    25% {transform: translate(50%, 50%) rotate(-45deg);}
    75% {transform: translate(-50%, 50%) rotate(-45deg);}
}

.find-mistake-btn {
    margin-top: 16px;
}

#home-text, #pickup-text {
    position: relative;
    padding-left: 28px
}

.home-text.active::before,
.pickup-text.active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
    transition: 0.3s all;
}

.home-text.active::before {
    width: 20px;
    height: 14px;
    left: 4px;
}

.delivery-pickup, .delivery-сourier {
    position: relative
}

.delivery-pickup::before, .delivery-сourier::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -30px;
    width: 16px;
    height: 16px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain
}

.delivery-pickup::before, .pickup-text.active::before {
    background-image: url(/local/components/hawkart/catalog/images/selfpickup.svg)
}

.delivery-сourier::before, .home-text.active::before {
    background-image: url(/local/components/hawkart/catalog/images/delivery.svg)
}

.delivery-new__item {
    display: flex;
    justify-content: space-between;
    font-size: 14px
}

.delivery-new__item:hover::before,
.delivery-new__item:hover::before {
    animation-duration: .8s;
    animation-name: slideindelivery;
    animation-iteration-count: 1;
}

@keyframes slideindelivery {
    from {transform: translate(0% , -50%);}
    to {transform: translate(0% , -50%);}
    25% {transform: translate(-40% , -50%);}
    75% {transform: translate(40% , -50%);}
}

.delivery-new__item div {
    padding-left: 5px;
    display: inline-block;
    position: relative
}

.delivery-new__item div span:first-child {
    font-weight: 400
}

.delivery-new__item b {
    display: inline-block;
    white-space: nowrap;
    font-weight: 400;
    color: #333
}

.delivery-new__list .delivery-new__item:last-of-type {
    margin-bottom: 0;
    border: none
}

.delivery-new__warning {
    padding-left: 34px;
    position: relative
}

.delivery-new__warning::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20px;
    height: 13px;
    background-image: url(/local/templates/bikecenter_main/images/warning_icon.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain
}

.delivery-new__preloader {
    position: relative;
    max-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 45px;
}
.product__title {
    margin: 8px 0 16px;
}
.product-header__title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    display: inline;
}

.product__wide-title:hover::after {

    color: #333;
}

.product__wide-title::after {
    content: "ещё";
    position: absolute;
    right: 0;
    color: #9499AB;
    font-size: 16px;
    line-height: 34px;
    cursor: pointer;
    transition: all .3s ease;
}
@media screen and (max-width: 768px) {
    .product__wide-title::after {
        line-height: 28px;
    }
}
.product__wide-title::before {
    content: " для ...";
    font-size: 20px;
    margin-right: 44px;
    white-space: nowrap;
}
.product__wide-title {
    display: inline;
    text-transform: lowercase;
}
.product__wide-title:not(.open) {
    font-size: 0;
}
.product__wide-title.open {
    font-size: 20px;
}
.product__wide-title.open::after, .product__wide-title.open::before {
    display: none;
}

.slider__play-video, .slider__video-popup {
    display: none
}

.product__brand-block {
    margin-top: 12px;
    width: calc(100% - 2px);
    height: 40px;
    border: 1px solid #E3E6ED;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
    .product__brand-block {
        margin-top: 8px;
    }
}

.product__brand-block:hover {
    border: 1px solid #0C1111;
}

.product__brand-block .product__brand-title {
    color: #33353C;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 12px;
}

.product__brand-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    margin-right: 8px;
}

.product__brand-image img {
    max-width: 85%;
    max-height: 85%;
}

.mobile-popup, .mobile-popup__trigger {
    display: none
}

#check_sel.in-progress, .fakeForm__submit.in-progress {
    text-shadow: none;
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -webkit-linear-gradient(top, #f6f5f0, #e1e0dc);
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -moz-linear-gradient(top, #f6f5f0, #e1e0dc);
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -ms-linear-gradient(top, #f6f5f0, #e1e0dc);
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -o-linear-gradient(top, #f6f5f0, #e1e0dc);
    background: linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), linear-gradient(top, #f6f5f0, #e1e0dc);
    -pie-background: linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), linear-gradient(top, #f6f5f0, #e1e0dc);
    background-repeat: repeat;
    -webkit-background-size: 40px 40px, 100% 100%;
    -moz-background-size: 40px 40px, 100% 100%;
    -ms-background-size: 40px 40px, 100% 100%;
    -o-background-size: 40px 40px, 100% 100%;
    background-size: 40px 40px, 100% 100%;
    -webkit-background-position: 0 0;
    -moz-background-position: 0 0;
    -ms-background-position: 0 0;
    -o-background-position: 0 0;
    background-position: 0 0;
    -webkit-animation-name: progress-bar-stripes;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: progress-bar-stripes;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: progress-bar-stripes;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: progress-bar-stripes;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: progress-bar-stripes;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    color: #bdbbb9;
    border: 1px solid #d3d3d3;
    cursor: auto;
    text-shadow: #fff 0 1px 0;
    -webkit-box-shadow: #fff 0 1px 0 0 inset;
    -ms-box-shadow: #fff 0 1px 0 0 inset;
    -o-box-shadow: #fff 0 1px 0 0 inset;
    box-shadow: #fff 0 1px 0 0 inset;
    pointer-events: none
}

.found_cheaper_text {
    position: relative;
    /*margin-top: 24px;*/
    font-size: 14px;
    color: #444;
    cursor: pointer
}

.popup--FoundCheaper .mobile-popup__wrapper {
    max-width: 650px
}

@media screen and (max-width: 768px) {
    .popup--FoundCheaper .mobile-popup__wrapper {
        max-width: 100%
    }
}


.popup--FoundCheaper.active {
    display: block;
    position: fixed;
    z-index: 210;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.popup--FoundCheaper .mobile-popup__content {
    padding: 25px;
    min-height: 250px
}

@media screen and (max-width: 768px) {
    .popup--FoundCheaper .mobile-popup__content {
        padding-left: 0;
        padding-right: 0
    }
}

.popup--FoundCheaper .mobile-popup__content p {
    color: #666;
    font-size: 15px;
    margin: 0 0 5px
}

.popup--FoundCheaper .mobile-popup__content label {
    margin: 20px 0 10px;
    display: block
}

.popup--FoundCheaper .mobile-popup__content input {
    box-sizing: border-box;
    background: #f2f2f2;
    border-radius: 7px;
    border: none;
    height: 45px;
    padding: 3px 20px;
    outline: 0;
    border: 1px solid transparent
}

.submitFoundCheaper {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #fff;
    background-color: #333;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 10px;
    border: none;
    transition: ease-out .3s;
    margin: 30px 0 0
}

.submitFoundCheaper:hover {
    background: #90d32f
}

.popup--location {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .3s;
    z-index: 999
}

.popup--location.active {
    display: block;
    opacity: 1;
    transition: .3s
}

.mobile-popup__wrapper {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    max-width: 994px;
    max-height: none;
    background: #fff;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    z-index: 210;
    overflow: hidden
}

.mobile-popup__fade {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 209;
    background-color: rgba(12, 17, 17, 0.2) !important;
    opacity: 1;
    visibility: visible;
    transition: .3s ease;

}

.location-storages__title {
    background: #333;
    border-radius: 5px 5px 0 0;
    padding: 17px 31px 16px;
    color: #fff;
    margin: 0
}

.location_list {
    box-sizing: border-box;
    padding: 35px 30px 30px;
    display: flex;
    justify-content: space-between;
    max-height: 600px;
    overflow: auto
}

.location_list__col {
    width: 45%
}

@media screen and (max-width: 768px) {
    .location_list__col {
        width: 100%
    }
}

.location_list__section {
    padding: 15px 0 7px;
    display: flex;
    border-bottom: 1px solid #D8DBE2
}

.location_section__title {
    width: 100%;
    max-width: 50px;
    border: none
}

.location_list__col .location_list__section:last-of-type {
    border: none
}

.location_item-wrap {
    width: 100%
}

.location_item {
    padding: 7px 0
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

.select--error .color + .label, .select--error .size + .label {
    margin-top: 0
}

.product__control_avalible-cheaper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
}

@media (max-width: 1350px) {
    .product__control_avalible-cheaper {
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    .product__control_avalible-cheaper {
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    .product__control_avalible-cheaper {
        flex-direction: column;
        margin-top: 26px;
        gap: 8px;
    }
}

.found_cheaper-wrap {
    position: relative;
    cursor: pointer;
    width: calc(100% - 12px);
    height: 40px;
    border: 1px solid #E3E6ED;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
    transition: 0.3s;
}

.found_cheaper-wrap:hover {
    border: 1px solid #0C1111;
}

.found_cheaper-wrap:hover .product__available-arrow {
    border-bottom: 1px solid #0C1111;
    border-right: 1px solid #0C1111;
    animation-name: modalArrow;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes modalArrow {
    from {transform: translateX(0%) rotate(-45deg);}
    to {transform: translateX(0%)  rotate(-45deg);}
    25% {transform: translateX(50%)  rotate(-45deg);}
    75% {transform: translateX(-50%)  rotate(-45deg);}
}


.location-storages__trigger {
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #E3E6ED;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
    transition: 0.3s;
}

.location-storages__trigger:hover {
    border: 1px solid #0C1111;
}

.location-storages__trigger:hover .product__available-arrow{
    border-bottom: 1px solid #0C1111;
    border-right: 1px solid #0C1111;
}

.product__available-arrow {
    right: 8px;
    position: absolute;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #ABB0BF;
    border-right: 1px solid #ABB0BF;
    transform: rotate(-45deg);
    transition: .3s all;
}

@media (max-width: 1024px) {
    .product__available-arrow {
        right: 12px;
    }
}

.location-storages__trigger:hover .product__available-arrow {
    animation-name: modalArrow;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.product__control_available_block {
    width: 100%;
}

@media (max-width: 768px) {
    .product__control_available_block {
        margin: 0;
        position: relative;
        order: 1
    }

    .product__articule--desktop, .product__brand--desktop, .product__rating--desctop, .product_gallery__next, .product_gallery__prev, .slider__thumbs-wrap {
        display: none
    }

    .product__image {
        max-width: none;
        padding: 10px 0 0;
        border-radius: 0;
        margin-right: 0
    }

    .product-header__title {
        font-size: 20px;
        line-height: 26px;
        color: #2A2C31;
        margin-bottom: 8px
    }


    #full_price {
        font-size: 18px;
    }

    .mobile-popup .product-header__title {
        margin-bottom: 20px
    }

    .slider__play-video {
        display: block;
        position: absolute;
        bottom: 20px;
        right: 20px;
        z-index: 10;
        width: 36px;
        height: 36px;
        background: #fff;
        border: 1px solid #D8DBE2;
        box-sizing: border-box;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        border-radius: 5px;
        padding: 3px
    }

    .slider__play-video .video__play-icon {
        opacity: 1;
        width: 100%;
        height: 100%;
        background-color: #fff
    }

    .slider__video-popup {
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 100;
        background-color: #000;
        border-radius: 12px;
    }

    .slider__video-popup-close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        background: #fff;
        border: 1px solid #D8DBE2;
        border-radius: 10px;
        box-sizing: border-box;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        z-index: 101
    }

    .slider__video-popup-close::after, .slider__video-popup-close::before {
        content: "";
        width: 60%;
        height: 1px;
        background: #333;
        position: absolute;
        top: 50%;
        left: 50%
    }

    .slider__video-popup-close::before {
        transform: translate(-50%, -50%) rotate(45deg)
    }

    .slider__video-popup-close::after {
        transform: translate(-50%, -50%) rotate(-45deg)
    }

    .mobile-popup {
        display: block;
        position: fixed;
        top: auto;
        left: 0;
        right: 0;
        bottom: -100%;
        z-index: 1000;
        transition: .3s;
        overflow: hidden
    }

    .mobile-popup .mobile-sort__overlay {
        opacity: 0;
        transition: .3s
    }

    .mobile-popup--location {
        z-index: 1003
    }

    .popup--location .mobile-popup__wrapper {
        height: 100%;
        max-height: 500px
    }

    .mobile-popup.active {
        transition: .3s;
        bottom: 0;
        height: 100%
    }

    .mobile-popup.active .mobile-sort__overlay {
        opacity: 1
    }

    .mobile-popup .mobile-popup__fade {
        display: none
    }

    .mobile-popup.active .mobile-popup__fade {
        display: block;
        opacity: 1;
    }

    .mobile-popup__wrapper {
        max-height: none
    }

    .location_list {
        max-height: 400px;
        overflow-Y: auto
    }

    .mobile-popup__fade {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1001;
        opacity: 0
    }

    .mobile-popup__wrapper {
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        max-height: 90vh;
        z-index: 1002;
        background-color: #fff;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        padding: 65px 19px 19px;
        box-sizing: border-box;
        transition: .5s;
        transform: translate(0, 0);
        overflow: visible
    }

    .location-storages__title {
        color: #333
    }

    .location_list {
        flex-direction: column;
        padding: 0
    }

    .location-storages__title {
        background: 0 0;
        padding: 0
    }

    .popup--location {
        opacity: 1
    }

    .delivery-new__list {
        margin: 0
    }

    .delivery-new__item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #home-text {
        min-height: 20px;
    }

    .swipe-listener {
        position: absolute;
        width: 100%;
        height: 50px;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1000;
    }

    .swipe-listener::before {
        content: "";
        position: absolute;
        width: 26px;
        height: 4px;
        left: 50%;
        top: 50%;
        background: #D9D9D9;
        border-radius: 10px;
        transform: translate(-50%, -50%);
    }

    .product_n__buy_btn {
        height: 48px;
        line-height: 48px;
        font-size: 12px;
    }


    .location_list__section {
        flex-direction: column;
        border: none
    }

    .location_section__title {
        border-bottom: 1px solid #D8DBE2;
        max-width: none
    }

    .product__price {
        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
    }

    .product__price-wrapper {
        margin-bottom: 8px
    }

}


.btn-prompt {
    padding: 3px 10px;
    background-color: #333;
    border-radius: 7px;
    position: absolute;
    bottom: -26px;
    right: -4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    z-index: 10;
    display: none
}


.btn-prompt::before {
    content: "";
    position: absolute;
    top: -3px;
    right: 10px;
    width: 7px;
    height: 7px;
    background-color: #333;
    transform: rotate(45deg)
}

.product__control-btn--compare:focus .btn-prompt--compare,
.product__control-btn--compare:hover .btn-prompt--compare,
.product__control-btn--share:focus .btn-prompt--share,
.product__control-btn--share:hover .btn-prompt--share,
.product__articule:focus .btn-prompt--share,
.product__articule:hover .btn-prompt--share,
.product__control-btn--favorites:focus .btn-prompt--favorites,
.product__control-btn--favorites:hover .btn-prompt--favorites {
    display: block
}

.product__articule:hover .btn-prompt--share {
    rigth: 0;
}

.content__nav {
    position: sticky;
    top: 60px;
    left: 0;
    right: -2px;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 2;
}


/*!*линия во всю ширину контенера*!*/
/*!*нужна тк scrollbar табов должен быть ограничен по ширине*!*/
.content__nav-slider::after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #f2f2f2;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.content__nav.active {
    position: sticky;
    margin: 0 -25px;
    padding: 0 25px;
    top: 110px;
    z-index: 999;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px 0 rgba(34, 60, 80, .1);
    -moz-box-shadow: 0 1px 3px 0 rgba(34, 60, 80, .1);
    box-shadow: 0 1px 3px 0 rgba(34, 60, 80, .1)
}

@media (max-width: 768px) {
    .content__nav {
        top: 44px;
        margin: 0 -20px;
        max-width: 100vw;
    }

    .content__nav .content__nav-slider {
        padding: 16px 20px 10px 20px;
    }

    .content__nav.active::before {
        display: none
    }

    .content__block {
        margin: 0 !important
    }
}

.content__block .product-tabs__wrapper {
    overflow: clip;;
}

.content__nav-slider {
    position: relative;
    display: flex;
    align-items: center;
    padding: 16px 0 10px;
    overflow: hidden;
}

.content__nav-slide {
    padding: 16px;
    cursor: pointer;
    max-width: fit-content;
    /*min-width: 150px;*/
}

.content__nav-slider-wrap .content__nav-slide:first-child {
    padding-left: 0;
}


.content__nav-link {
    white-space: nowrap;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    transition: 0.3s;
    color: #888A8E;
}

@media (max-width: 768px) {
    .content__nav-link {
        font-size: 20px;
    }
}


.swiper-slide-thumb-active .content__nav-link,
.content__nav-link:focus,
.content__nav-link:hover {
    color: #33353C
}


.content__nav-link:before {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #33353C;
    transition: 0.3s ease;
}

.swiper-slide-thumb-active .content__nav-link:before {
    width: 100%;
    left: 0;
}

.kontent {
    width: 100%;
    margin-bottom: 16px;
}


.kontentaimg {
    width: 100%;
    text-align: center;
}

.kontentaimg > img {
    width: 100%;
    border-radius: 10px
}

.kontent ul {
    list-style: disc;
    margin-left: 20px;
}


.kontent img {
    height: auto !important;
    border-radius: 10px;
}

.out-of-stock--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    background-color: #f2f2f2;
    width: 100%;
    height: 56px;
    border-radius: 7px;
    color: #c4c4c4;
    font-size: 16px;
    font-weight: 600;
    box-sizing: border-box;
}


.reviews-wrapper,
.questions-wrapper {
    background-color: #ffffff;

}

@media screen and (max-width: 768px) {
    .reviews-wrapper,
    .questions-wrapper {
        background-color: unset;
        margin: unset;
        padding: 0;
        border-radius: unset;
    }
}

#animated-thumbnails-gallery {
    align-items: center
}


.stats-table table {
    width: 100%;
    border-collapse: collapse;
}

@media screen and (max-width: 768px) {
    .stats-table h3 {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 26px;
        text-transform: uppercase
    }
}

/* Таблица в две колонки */
.stats-table table[data-id=stats] tbody {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    column-gap: 36px;
}

@media screen and (max-width: 1300px) {
    .stats-table table[data-id=stats] tbody {
        grid-template-columns: 1fr;
    }
}

/* Заголовки групп характеристик - на всю ширину */
.stats-table table[data-id=stats] .stats-group-header {
    grid-column: 1 / -1;
}

.stats-table table[data-id=stats] .stats-group-header td {
    font-weight: bold;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #2A2C31;
}

.stats-table table[data-id=stats] .stats-group-header--first td,
.stats-table table[data-id=stats] .stats-group-header:first-child td {
    border-top: none;
    padding-top: 0;
}

/* Строки таблицы с характеристиками */
.stats-table table[data-id=stats] tr:not(.stats-group-header) {
    display: flex;
    min-height: 50px;
    align-items: center;
}

.stats-table table[data-id=stats] tr:not(.stats-group-header) td {
    padding-left: 16px;
    display: flex;
    align-items: center;
}

.stats-table table[data-id=stats] tr:not(.stats-group-header) td:first-of-type {
    font-weight: normal;
    color: #647280;
    padding-right: 8px;
}

.stats-table table[data-id=stats] tr:not(.stats-group-header) td.dots {
    flex-grow: 1;
    border-bottom: 1px dashed #E3E6ED;
    padding-bottom: 9px;
}

.stats-table table[data-id=stats] tr:not(.stats-group-header) td:last-of-type {
    color: #2A2C31;
    text-align: end;
    max-width: 260px;
}

@media screen and (max-width: 1300px) {
    .stats-table table[data-id=stats] tr:not(.stats-group-header) {
        grid-template-columns: 1fr;
    }
    
    .stats-table table[data-id=stats] tr:not(.stats-group-header) td:first-of-type {
        margin-bottom: 4px;
    }
}

.product__bonus {
    display: flex;
    align-items: center;
    margin-top: 12px;
    color: #FF8C00;
}

.product__bonus output {
    font-size: 14px;
    line-height: 14px;
    margin: 0 5px
}

.product__bonus span {
    font-size: 14px;
    line-height: 16px;
    color: #767986;
}

.product__bonus svg {
    margin-right: 4px;
}

.product__bonus-auth {
    font-size: 14px;
    line-height: 16px;
    color: #767986;
    margin: 16px 0;
}

@media (max-width: 768px) {
    .product__bonus-auth {
        margin: 4px 0;
    }
}



.product__stat-wrapper {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.product__stat-wrapper_color {
    width: 100%;
    display: block;
}

.product__stat-wrapper_color .product__stat-title {
    margin: 0 8px 8px 0
}

.product__color-value {
    margin-left: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #5B5C5F
}


.product__stat-title {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    margin-right: 12px;
    font-weight: 600
}

.product__color-wrapper, .product__size-wrapper {

    overflow: hidden;
    /*margin-bottom: 8px;*/
}

.product__size-wrapper .size + .label {
    min-width: 56px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #333;
    border-radius: 8px;
    border: 1px solid #D8DBE2;
    padding: 0 8px;
    height: 32px;
    box-sizing: border-box;
    cursor: pointer
}

.product__size-wrapper label{
    margin-right: 8px;
}

.color + .label {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    padding: 4px;
    border: 1px solid #E3E6ED;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .3s ease
}

.product__size-trigger {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 8px;
}



.product__size-wrapper .size:checked + .label {
    border-color: #0c1111
}

.label span.hint-color {
    position: absolute;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
    background-color: #333;
    border-radius: 7px !important;
    top: 0;
    transform: translateY(-130%);
    left: 25%;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    z-index: 10;
    display: none;
    width: auto;
    height: auto;
    overflow: visible
}

.product__color-wrapper .label:hover span.hint-color {
    display: block
}

.label span.hint-color::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 10px;
    width: 7px;
    height: 7px;
    background-color: #333;
    transform: rotate(45deg)
}

.color:checked + .label {
    border-color: #333
}

#myIframeMobile {
    border: none;
    border-radius: 10px
}


.mobile-popup__close {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 17px;
    right: 33px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    border: 1px solid #333
}

.mobile-popup__close::after, .mobile-popup__close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 1px;
    background: #333
}

.mobile-popup__close::before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.mobile-popup__close::after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.content_feature_image {
    float: left;
    padding-top: 5px;
    width: calc(13% - 20px);
    margin: 0 20px 20px 0;
}

.content_feature_text {
    float: right;
    width: 87%;
}

.content_feature_text p {
    padding: 0;
}

.content_bike_left,
.content_bike_right {
    text-align: center;
    float: left;
    width: 50%;
    margin-bottom: 25px;
}

.content_bike_left img,
.content_bike_right img {
    margin: auto;
    width: 97% !important;
}

.content_bike_left img {
    margin-left: 0;
}

.content_bike_right img {
    margin-right: 0;
}

.content_attention_image,
.content_attention_image_plus {
    float: left;
    padding-top: 5px;
    width: 13%;
    text-align: center;
}


@media (max-width:768px) {
    .product_gallery .swiper-pagination-bullet-active {
        background-color: #0C1111;
    }

    .product_gallery .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
    .product_gallery .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.75)!important;
    }
}

.mobile-popup__decor-close {
    display: none;
}

.content_feature_wrapper {
    border: 1px solid #f2f3f5;
    vertical-align: middle;
}

.kontent h3,
.kontent h4,
.page_promo h2 {
    text-transform: uppercase;
}

.dop_vid td,
.kontent .center,
.kontent h3 {
    text-align: center;
}

.kontent a {
    border-bottom: 1px dashed navy;
    color: #303030;
}

.kontentaimg a {
    border-bottom: 0;
}

.kontent h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: lighter;
    text-align: left;
}

.kontent h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
}

.kontent p {
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.kontent img {
    max-width: 100%;
    max-height: 100%;
}

.kontent iframe {
    height: auto!important;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.kont__main-text {
    /*font-size: 16px;*/
}

.kont__wrap-pair {
    display: flex;
    gap: 20px;
    justify-content: space-around;
    flex-wrap: wrap;
}

.kont__wrap-pair div {
    flex-basis: calc(50% - 10px);
}

.kont__wrap-pair img,
.kont__wrap-tripl img {
    min-height: 420px;
    object-fit: cover;
}

.kont__wrap-tripl {
    display: flex;
    gap: 20px;
    justify-content: space-around;
    flex-wrap: wrap;
}

.kont__wrap-tripl div {
    flex-basis: calc(33% - 10px);
}

@media screen and (max-width: 1500px) {
    .kont__wrap-tripl div {
        flex-basis: calc(50% - 10px);
    }

    .kont__wrap-pair img,
    .kont__wrap-tripl img {
        min-height: 360px;
    }
}

@media screen and (max-width: 1250px) {
    .kont__wrap-pair div,
    .kont__wrap-tripl div {
        flex-basis: calc(100%);
    }

    .kont__wrap-pair img,
    .kont__wrap-tripl img {
        min-height: unset;
    }
}

@media screen and (max-width: 1024px) {
    .kont__wrap-pair div,
    .kont__wrap-tripl div {
        flex-basis: calc(50% - 10px);
    }

    .kont__wrap-pair img,
    .kont__wrap-tripl img {
        min-height: 420px;
    }
}

@media screen and (max-width: 768px) {
    .kont__wrap-pair img,
    .kont__wrap-tripl img {
        min-height: 340px;
    }
}

@media screen and (max-width: 768px) {
    .kont__wrap-pair div,
    .kont__wrap-tripl div {
        flex-basis: calc(100%);
    }

    .kont__wrap-pair img,
    .kont__wrap-tripl img {
        min-height: unset;
    }
}


@media (max-width: 768px) {
    .mobile-popup__decor-close {
        display: block;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 26px;
        height: 5px;
        background-color: #d9d9d9;
        border-radius: 10px;
        opacity: 0
    }

    .mobile-popup__close {
        top: -12px;
        right: 20px;
        width: 45px;
        height: 45px;
        z-index: 1000
    }
}

.table-samokat {
    width: 100%;
    border: 1px solid #e3e3e3;
}

.table-samokat img {
    max-height: none;
}

.table-samokat td {
    text-align: center;
    padding: 0 5px !important;
    margin: 0 !important;
    border: 1px solid #e3e3e3;
    height: 40px;
    color: #444;
    font-size: 13px;
}

.table-samokat th,
.table-samokat-width th {
    font-weight: 600;
    background: #ffd400;
    height: 60px;
    padding: 0 5px !important;
    color: #444;
    font-size: 13px;
    margin: 0 !important;
    text-align: center;
}

.table-samokat-width {
    width: 100%;
    table-layout: fixed;
}

.table-samokat-width th {
    width: 100%;
}


.table-samokat-width td {
    text-align: center;
    padding: 0 5px !important;
    margin: 0 !important;
    border: 1px solid #e3e3e3;
    height: 40px;
    color: #444;
    font-size: 13px;
}

/*!* New modal-window *!*/

.new-modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 210;
    display: none;
    overflow: hidden;
    box-sizing: border-box;
}


.new-modal * {
    box-sizing: border-box;
}

.new-modal--open {
    display: block
}

.new-modal__overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    overflow-y: auto;
    text-align: center;
    white-space: nowrap;
    padding: 15px 15px;
}

@media (max-width:768px) {
    .new-modal__overlay {
        padding: 0
    }
}

.new-modal__overlay::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0;
    line-height: 0;
    width: 0
}

@media (max-width:1100px) {
    .new-modal__overlay::before {
        margin-left: -4px
    }
}

.new-modal__block {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    max-width: 500px;
    font-size: 0;
    line-height: 0;
    position: relative;
    white-space: pre-wrap;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width:768px) {
    .new-modal__block {
        vertical-align: bottom;
        border-radius: unset;
        overflow: visible;
    }
}

.new-modal__block * {
    font-size: initial;
    line-height: normal;
    white-space: normal;
    vertical-align: initial
}

.new-modal__up {
    vertical-align: inherit;
    position: relative;
    background: #333;
    padding: 0 30px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width:768px) {
    .new-modal__up {
        border-top-right-radius: 10px;
        border-top-left-radius:  10px;
    }
}

.new-modal__down {
    display: block;
    background-color: #fff;
    padding: 25px 30px;
}

@media (max-width:768px) {
    .new-modal__down {
        padding: 12px 20px;
    }
}

.new-modal__down iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.75;
}

.new-modal__down div.form-over__wrap-btn {
    margin-top: 0
}

.new-modal__caption {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.new-modal .form-over__wrap-btn {
    padding-bottom: 0
}

.new-modal__content {
    color: #0c1111;
    font-size: 14px;
    line-height: 20px;
}

.new-modal-close {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    background: #fff;
}

.new-modal-close::before,
.new-modal-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60%;
    width: 1px;
    background-color: #333;
    pointer-events: none;
}

.new-modal-close::after {
    -webkit-transform: rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.new-modal-close::before {
    -webkit-transform: rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 768px) {
    .new-modal-close {
        top: -22px;
        right: -6px;
        width: 45px;
        height: 45px;
        z-index: 1000;
    }
}

/*!* New modal-window --- end *!*/

.recommend_products, .similar_products {
    margin: 12px 0;
}

@media (max-width:768px) {
    .recommend_products, .similar_products {
        /*margin: 12px -16px;*/
    }
}

.reviews__info {
    height: 50px;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .reviews__info {
        flex-direction: column;
        gap: 20px;
        height: auto;
    }
}

.product-rating__value {
    white-space: nowrap;
    font-size: 26px;
    font-weight: 700;
    margin-right: 20px;
    line-height: 50px;
}

.vopros_header {
    display: flex
;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .vopros_header {
        display: block;
        margin-bottom: 20px;
    }
}


.fakeForm__submit:active, .product__buy-container .btn:active {
    background: #828282;
    transition: .3s
}

.count_field-wrap {
    display: none;
    align-items: center;
}

.count_field-wrap-active {
    display: flex;
}

.count_field__btn,
.count_field__val {
    box-sizing: border-box;
    width: 52px;
    height: 52px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 19px;
    font-weight: 400
}

.count_field__val {
    padding-left: 14px;
    font-size: 16px;
    text-align: center;
    pointer-events: none;
}
.quantity-alert {
    text-align: right;
}

.count_field__btn {
    border-radius: 10px;
    background-color: #f2f2f2;
    cursor: pointer;
    transition: .3s
}

.count_field__btn span {
    display: inline-block
}

.count_field__arrow-down span {
    margin-top: -3px
}

.count_field__arrow-up span {
    margin-right: -1px
}

.count_field__btn:focus, .count_field__btn:hover {
    background-color: #333;
    color: #fff;
    transition: .3s
}

.count_field__btn:active {
    background: #828282;
    color: #fff;
    transition: .3s
}

.fakeForm--desktop .fakeForm__submit {
    margin-bottom: 0;
    margin-right: 10px
}

.fakeForm__wrapper .product__price--end {
    font-size: 32px
}

.fakeForm__wrapper .product__price--end rub {
    margin-left: 4px
}

#count_field-wrap--fake {
    display: flex;
    align-items: center;
    position: relative
}

.fakeForm--desktop .count_field {
    width: 108px
}

.fakeForm .jq-selectbox__select-text {
    margin-top: -2px
}

/*.stats-table {*/
/*    margin-top: 60px*/
/*}*/

/*.stats-table h3 {*/
/*    font-size: 36px;*/
/*    font-weight: 700;*/
/*    margin-bottom: 40px*/
/*}*/


.color:checked + .label {
    border-color: #333;
    background-color: #ffffff;
    color: #333333;
}

label.noneHexColor .color:checked + .label {
    color: #333333;
}

.variant-disabled + .label {
    color: #BDBDBD;
}

.size[disabled="disabled"] + .label,
.color[disabled="disabled"] + .label,
.size.variant-disabled + .label,
.color.variant-disabled + .label{
    opacity: .60;
    pointer-events: none;
    overflow: hidden;
}

/*Крестики на товарах, которые нельзя купить*/
/*.size[disabled="disabled"] + .label::before,*/
/*.color[disabled="disabled"] + .label::before,*/
/*.size.variant-disabled + .label::before,*/
/*.color.variant-disabled + .label::before,*/
/*.size[disabled="disabled"] + .label::after,*/
/*.color[disabled="disabled"] + .label::after,*/
/*.size.variant-disabled + .label::after,*/
/*.color.variant-disabled + .label::after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 95px;*/
/*    height: 1px;*/
/*    background-color: #e0e0e0;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translateX(-50%) rotate(45deg);*/
/*}*/

/*.size[disabled="disabled"] + .label::after,*/
/*.color[disabled="disabled"] + .label::after,*/
/*.size.variant-disabled + .label::after,*/
/*.color.variant-disabled + .label::after {*/
/*    transform: translateX(-50%) rotate(-45deg);*/
/*}*/

/*.color[disabled="disabled"] + .label::before {*/
/*    width: 90px;*/
/*}*/

.content_desc-title {
    font-family: "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #33353C;
}
/* End */


/* Start:/local/components/bikecenter/get/templates/similar/style.css?177099049610636*/
/*!*Стили только для узких блоков с каруселью товаров*!*/
/*!*Применяются только на странице товара*!*/

.main_hits {
    background-color: #f2f3f5;
    border-radius: 20px;
    padding: 28px 0 24px 0;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
}

@media (max-width: 1350px)  {
    .main_hits {
        padding: 20px 0;
        max-width: 100vw;
    }
}

.hits_content  {
    position: relative;
}


.main_hits__content {
    padding: 0 20px;
    overflow: hidden;
}

.main_hits .bestsellers__title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 24px;
}

.main_hits .bestsellers__title span,
.recom-block-wrap .bestsellers__title span {
    font-family: "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #33353C;
}

@media (max-width: 768px)  {
    .main_hits .bestsellers__title span,
    .recom-block-wrap .bestsellers__title span {
        font-size: 20px;
    }
}

.bestsellers .swiper {
    padding: 20px 0 0;
    margin: 0;
    /*overflow: visible;*/
}

.main_hits .swiper-btn-prev-round,
.main_hits .swiper-btn-next-round {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background-color: #FFF;
    box-shadow: 0px 8px 16px 0px #00000014;
    left: 0;
    right: auto;
    transform: translateX(-50%);
    transition: 0.3s all;
    opacity: 0.6;
}

.main_hits .swiper-btn-next-round {
    left: auto;
    right: 0;
    transform: translateX(50%);
}

.main_hits .swiper-btn-prev-round:hover,
.main_hits .swiper-btn-next-round:hover {
    opacity: 1;
}


.swiper-btn-prev-round::before,
.swiper-btn-next-round::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    transform: translate(-35%, -50%) rotate(-45deg);
    border-left: 2px solid #647280;
    border-top: 2px solid #647280;
}
.swiper-btn-next-round::before {
    transform: translate(-65%, -50%) rotate(135deg);
}

.swiper-btn-prev-round::after,
.swiper-btn-next-round::after {
    display: none;
}


.swiper-wrapper .good {
    background-color: #fff;
    max-width: 273px;
    height: 448px;
    border-radius: 12px;
    transition: box-shadow .3s ease-in-out;
    overflow: hidden;
    transition-property: transform, box-shadow !important;
    box-sizing: border-box;
    position: relative;
    padding: 0 16px;
}

.good:hover,
.good:focus {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1350px)  {
    .swiper-wrapper .good {
        background-color: #fff;
        height: 426px;
        max-width: 236px;
        padding: 0 12px;
    }
}


.good__icon {
    position: absolute;
    top: 18px;
    right: 16px;
    cursor: pointer;
    z-index: 3;
}

@media (max-width: 1350px)  {
    .good__icon {
        top: 14px;
        right: 12px;
    }
}

.good__icon svg{
    fill: #ABB0BF;
    transition: 0.3s all;
}

@media (max-width: 1350px)  {
    .good__icon svg{
        width: 24px;
        height: 21px;
    }
}

.good__icon svg path{
    transition: 0.3s all;
}

.good__icon:hover svg,
.good__icon:focus svg {
    fill: #E40514;
}

.good__icon.active svg,
.good__icon.active svg path{
    fill: #E40514;
}


.good__badges {
    position: absolute;
    top: 16px;
    float: left;
    display: flex;
    gap: 4px;
    max-width: 80%;
    flex-wrap: wrap;
}

@media (max-width: 1350px)  {
    .good__badges {
        top: 12px;
        gap: 2px;
    }
}

.good__badge {
    height: 20px;
    border-radius: 6px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 6px;
    z-index: 1;
}

@media (max-width: 1350px)  {
    .good__badge {
        letter-spacing: 0.5px;
        height: 18px;
        font-size: 12px;
        line-height: 12px;
        font-family: "Montserrat", sans-serif;
    }
}

.good__discount {
    background-color: #FF6666;
}

.good__badges-hit {
    background-color: #0C1111;
}

.good__badges-new {
    background-color: #1ABF7E;
}


.good__image {
    border: none;
    max-height: none;
    width: 100%;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}


@media(max-width: 1350px) {
    .good__image  {
        height: 274px;
    }
}

.good__link-image {
    margin-top: 30px;
    height: 265px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

@media (max-width: 1350px) {
    .good__link-image {
        height: 240px;
    }
}

.good__link-image img {
    height: auto;
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

.good__wrap-price {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: unset;
    gap: 12px;
}

.good__cur-price {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #333333;
}

.good__old-price {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 12px;
    color: #ABB0BF;
    position: relative;
}

.good__old-price::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #ABB0BF;
    transform: rotate(-5deg);
    top: 50%;
    bottom: 50%;
}

.good__price-wrap {
    z-index: 1;
    position: relative;
}

.good__title {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    text-align: left;
    -webkit-line-clamp: 2;
    margin-top: 14px;
    line-height: 20px;
    max-height: 40px;
    height: 40px;
}

.good__details-wrap {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 1350px)  {
    .good__details-wrap {
        font-size: 12px;
        padding: 0;
    }
}

.good__desc p,
.good__desc {
    overflow: hidden;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
}
.good__colors-reting-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0 8px 0;
    margin: 0;
    height: 36px;
    box-sizing: border-box;
}
.good__colors-reting-wrapper .wrap-color {
    width: 20px;
    height: 20px;
    border: 1px solid #A3A3A3;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
}

.good__colors-reting-wrapper .wrap-color output {
    flex-grow: 1;
    min-width: 50%;
}
@media (max-width: 1350px)  {
    .good__colors-reting-wrapper .wrap-color {
        width: 15px;
        height: 15px;
    }
}

.good__reting {
    display: flex;
}

.good__reting-star{
    padding-right: 4px;
    padding-left: 4px;
}

.good__reting-count{
    color: #999;
    display: flex;
    align-items: center;
    padding-left: 4px;
    min-width: max-content;
    font-size: 13px;
}
.good__colors-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    gap: 12px;
    padding: 8px 0 8px 0;
    margin: 0;
    height: 36px;
    box-sizing: border-box;
}

@media (max-width: 1350px)  {
    .good__colors-wrapper {
        padding: 15px 0;
        height: 47px;
    }
}

.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%;
}


.good__color-wrapper span.good__color-hint {
    position: absolute;
    padding: 3px 10px;
    background-color: #333;
    border-radius: 7px;
    top: -12px;
    left: -4px;
    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 span.good__color-hint {
    display: block;
    margin-right: 15px;
    border-radius: 10px;
    border: 2px solid transparent;
}

.good__colors-wrapper span.good__color-hint::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 10px;
    width: 7px;
    height: 7px;
    background-color: #333;
    transform: rotate(45deg);
}


@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;
}

@media (max-width: 768px) {
    .recommend_products-wrap,
    .similar_products-wrap {
        margin: 0 -20px;
        overflow: hidden;
        max-width: 100vw;
    }

    .recommend_products-wrap .swiper,
    .similar_products-wrap .swiper {
        overflow: visible;
    }
}
.similar-block .promo-for-own {
    max-height: 40px;
    width: auto;
    position: absolute;
    left: 16px;
}
.similar-block .good__content {
    display: flex;
    height: 100%;
    flex-direction: column;
}
.similar-block .good__badges {
    margin-bottom: 8px;
    position: relative;
    top: unset;
    float: unset;
}
.similar-block .good__image {
    margin-bottom: auto;
}
.similar-block .swiper-wrapper .good {
    padding: 16px 16px;
    height: auto;
}

.new-good__desc p,
.new-good__desc{
    border: none;
    overflow: hidden;
    box-sizing: border-box;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    min-height: 20px;
}

@media (max-width: 1350px)  {
    .new-good__desc p {
        width: 200px;
    }
}
/* End */
/* /local/components/hawkart/catalog/templates/bikecentre/style.css?17459951642561 */
/* /local/components/hawkart/catalog/templates/bikecentre/bitrix/catalog.element/.default/style.css?177070944568458 */
/* /local/components/bikecenter/get/templates/similar/style.css?177099049610636 */
