

/* 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/components/hawkart/catalog/templates/bikecentre/bitrix/catalog.element/.default/style.css?1754308925138374*/
/*lg - lightgallery styles start*/
@font-face {
    font-family: 'lg';
    src: url("/local/components/hawkart/catalog/templates/bikecentre/bitrix/catalog.element/.default/./fonts/lg.woff2?io9a6k") format("woff2"),
    url("/local/components/hawkart/catalog/templates/bikecentre/bitrix/catalog.element/.default/./fonts/lg.ttf?io9a6k") format("truetype"),
    url("/local/components/hawkart/catalog/templates/bikecentre/bitrix/catalog.element/.default/./fonts/lg.woff?io9a6k") format("woff"),
    url("/local/components/hawkart/catalog/templates/bikecentre/bitrix/catalog.element/.default/./fonts/lg.svg?io9a6k#lg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.lg-icon {
    font-family: 'lg' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-container {
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.lg-next,
.lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #F5F5F5;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1084;
    outline: none;
    border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
    opacity: 0 !important;
    cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
    color: #fff;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
    display: none;
}

.lg-next {
    right: 20px;
}

.lg-next:before {
    content: '\e095';
}

.lg-prev {
    left: 20px;
}

.lg-prev:after {
    content: '\e094';
}


@keyframes lg-right-end {
    0% { left: 0; }
    50% { left: -30px; }
    100% { left: 0; }
}

@keyframes lg-left-end {
    0% { left: 0;}
    50% { left: 30px;}
    100% { left: 0;}
}

.lg-outer.lg-right-end .lg-object {
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.lg-media-overlap .lg-toolbar {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    will-change: color;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    background: none;
    border: none;
    box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
    font-size: 18px;
}

/*.lg-toolbar .lg-icon:hover {*/
/*    color: #fff;*/
/*}*/

.lg-toolbar .lg-close:after {
    content: '\e070';
}

.lg-toolbar .lg-maximize {
    font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
    content: '\e90a';
}

.lg-toolbar .lg-download:after {
    content: '\e0f2';
}

.lg-sub-html {
    color: #647280;
    font-size: 16px;
    padding: 10px 40px;
    text-align: center;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-out 0s;
    transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

.lg-sub-html a {
    color: inherit;
}

.lg-sub-html a:hover {
    text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.lg-error-msg {
    font-size: 14px;
    color: #999;
}

.lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    height: 47px;
    vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
    opacity: 0;
    transition: transform 0.08s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08s linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
    opacity: 0;
    -moz-transform: scale3d(0.5, 0.5, 0.5);
    -o-transform: scale3d(0.5, 0.5, 0.5);
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
    color: #fff;
    border-radius: 3px;
    outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
    border-radius: 8px;
    outline-offset: -5px;
}

.lg-group:after {
    content: '';
    display: table;
    clear: both;
}

.lg-container {
    display: none;
    outline: none;
}

.lg-container.lg-show {
    display: block;
}

.lg-on {
    scroll-behavior: unset;
}

.lg-overlay-open {
    overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
    opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
    opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0.001;
    outline: none;
    will-change: auto;
    overflow: hidden;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
    opacity: 1;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: grabbing;
}

.lg-outer .lg-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.lg-outer .lg-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
    white-space: nowrap;
}

.lg-outer .lg-item {
    display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress):after {
    content: '';
    display: inline-block !important;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 50%;
    border-top: 3px solid #bdbdbd;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    z-index: -1;
}
/*.lg-outer .lg-item:not(.lg-start-end-progress) {*/
/*    background: url("/local/components/hawkart/catalog/templates/bikecentre/bitrix/catalog.element/.default/../images/loading.gif") no-repeat scroll center center transparent;*/
/*}*/

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.lg-outer .lg-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    font-size: 0;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1060;
}

.lg-outer .lg-object {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
    display: none;
}

.lg-outer.lg-hide-download .lg-download {
    opacity: 0.75;
    pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
    position: absolute;
    top: 50%;
    left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
    opacity: 1;
    transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #fff;
    opacity: 0;
    will-change: auto;
    -webkit-transition: opacity 333ms ease-in 0s;
    -o-transition: opacity 333ms ease-in 0s;
    transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
    display: none;
}

.lg-container.lg-show {
    display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
    position: absolute;
}

.lg-inline .lg-backdrop {
    z-index: 1;
}

.lg-inline .lg-outer {
    z-index: 2;
}

.lg-inline .lg-maximize:after {
    content: '\e909';
}

.lg-components {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.35s ease-out 0s;
    -moz-transition: -moz-transform 0.35s ease-out 0s;
    -o-transition: -o-transform 0.35s ease-out 0s;
    transition: transform 0.35s ease-out 0s;
    z-index: 1080;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0ms !important;
    transition-duration: 0ms !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    will-change: transform;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
    -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
    transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    will-change: transform;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
    transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
    transition: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
    transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
    max-width: none !important;
    max-height: none !important;
    top: 50% !important;
    left: 50% !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
    transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
    top: 0 !important;
    left: 50% !important;
    max-width: none !important;
    max-height: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
    transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
    top: 50% !important;
    left: 0% !important;
    max-width: none !important;
    max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
    content: '\e311';
}

.lg-actual-size .lg-icon.lg-zoom-in {
    opacity: 0.5;
    pointer-events: none;
}

.lg-icon.lg-actual-size {
    font-size: 20px;
}

.lg-icon.lg-actual-size:after {
    content: '\e033';
}

.lg-icon.lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
    content: '\e312';
}

.lg-zoomed .lg-icon.lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer[data-lg-slide-type='video'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='video'] .lg-actual-size,
.lg-outer[data-lg-slide-type='video'] .lg-zoom-out,
.lg-outer[data-lg-slide-type='iframe'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='iframe'] .lg-actual-size,
.lg-outer[data-lg-slide-type='iframe'] .lg-zoom-out,
.lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
    opacity: 0.75;
    pointer-events: none;
}

.lg-outer .lg-video-cont {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.lg-outer .lg-video-cont .lg-object {
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-video-cont {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.lg-outer .lg-video-object {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 3;
}

.lg-outer .lg-video-poster {
    z-index: 1;
    transition: unset !important;
}

.lg-outer .lg-has-video .lg-video-object {
    opacity: 2;
    /* will-change: opacity; */
    /* -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in; */
    /* transition: opacity 0.3s ease-in; */
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
    opacity: 0 !important;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
    opacity: 1;
}

@keyframes lg-play-stroke {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes lg-play-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lg-video-play-button {
    width: 18%;
    max-width: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    cursor: pointer;
    transform: translate(-50%, -50%) scale(1);
    transition: unset !important;
    /* will-change: opacity, transform;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
    -o-transition: -o-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
    transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s; */
}

.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
    opacity: 1;
}

.lg-video-play-icon-bg {
    fill: none;
    stroke-width: 3%;
    stroke: #fcfcfc;
    opacity: 0.6;
    transition: unset !important;
    /* will-change: opacity;
    -webkit-transition: opacity 0.12s ease-in;
    -o-transition: opacity 0.12s ease-in;
    transition: opacity 0.12s ease-in; */
}

.lg-video-play-icon-circle {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    fill: none;
    stroke-width: 3%;
    stroke: rgba(30, 30, 30, 0.9);
    stroke-opacity: 1;
    stroke-linecap: round;
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
}

.lg-video-play-icon {
    position: absolute;
    width: 25%;
    max-width: 120px;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    opacity: 0.6;
    will-change: opacity;
    transition: unset !important;
}

.lg-video-play-icon .lg-video-play-icon-inner {
    fill: #fcfcfc;
    transition: unset !important;
}

.lg-video-loading .lg-video-play-icon-circle {
    animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
    transition: unset !important;
}

.lg-video-loaded .lg-video-play-button {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7);
    transition: unset !important;
}

.lg-outer .lg-thumb-outer {
    background-color: #fff;
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    float: left;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
    text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
    text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
    text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
    display: none;
}

.lg-outer .lg-thumb {
    padding: 5px 0;
    height: 100%;
    margin-bottom: -5px;
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .lg-outer .lg-thumb {
        padding: 10px 0;
    }
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border-radius: 2px;
    margin-bottom: 5px;
    will-change: border-color;
}

@media (min-width: 768px) {
    .lg-outer .lg-thumb-item {
        border-radius: 4px;
        border: 2px solid #fff;
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #6c6;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
    display: block;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
    content: '\e1ff';
}

.lg-outer.lg-animate-thumb .lg-thumb {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* ****************** lg - lightgallery styles end ******************  */

body .content {
    position: relative;
    background: #fff;
}

/*.main_content {*/
/*    position: static;*/
/*    padding: 0*/
/*}*/

/*.main_content .sect-comments .comments {*/
/*    display: flex;*/
/*    flex-direction: column*/
/*}*/

/*.main_content .sect-comments .comments .reviews-block-container {*/
/*    order: 1*/
/*}*/

/*.wrapper {*/
/*    max-width: 1760px !important;*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*    padding: 0 40px;*/
/*    box-sizing: border-box*/
/*}*/

/*@media screen and (max-width: 1350px) {*/
/*    .wrapper {*/
/*        padding: 0 20px*/
/*    }*/
/*}*/

.title-desk {
    display: none !important
}

/*.page_header {*/
/*    max-width: unset !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;
    }
}

/*.title-desk {*/
/*    margin-bottom: 0 !important*/
/*}*/

/*.content {*/
/*    background-color: #fff;*/
/*    overflow: hidden;*/
/*    transition: height 0.3s;*/
/*}*/

.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;
}

.product-tabs__wrapper,
.content__container,
.stats__container {
    min-width: 100%;
}

.stats__container {
    background-color: #fff;
}

.reviews__container,
.questions__container {
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    transition: all 0.3s;
}


/*.brend .read-more a {*/
/*    padding: 20px 0;*/
/*    display: inline-block*/
/*}*/

.product_n1__2 {
    position: relative;
    box-sizing: border-box;
    text-align: center;
}

.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
}

/*@media screen and (max-width: 768px) {*/
/*    .slider__full-size {*/
/*        margin-bottom: 16px;*/
/*        padding-bottom: 0;*/
/*    }*/

/*    .swiper-pagination {*/
/*        bottom: -36px!important;*/
/*    }*/
/*}*/

/*.product__image img {*/
/*    height: 100%*/
/*}*/

.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;

}

@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__info-wrapper.out-of-stock--info {*/
/*    !*position: sticky;*!*/
/*    top: 70px*/
/*}*/

/*.product__promo-block {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    position: absolute;*/
/*    z-index: 10;*/
/*    top: 20px;*/
/*    left: 0;*/
/*    right: 36px*/
/*}*/

.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
}

/*.product_detail_icons__wrapper {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    z-index: 100*/
/*}*/

.slider__full-size .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

.slider__full-size .swiper-slide img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.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 div.full-size__scrollbar {*!*/
/*!*    position: relative;*!*/
/*!*    height: 2px;*!*/
/*!*    background-color: #f2f2f2;*!*/
/*!*    width: 100%;*!*/
/*!*    left: 0;*!*/
/*!*    right: 0;*!*/
/*!*    margin: 30px 0 44px*!*/
/*!*}*!*/

/*!*.full-size__scrollbar .swiper-scrollbar-drag {*!*/
/*!*    background-color: #333*!*/
/*!*}*!*/

.product-label-list__wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
}

@media screen and (max-width: 768px) {
    .product-label-list__wrapper {
        gap: 2px;
    }
}


/*#discount_val {*/
/*    font-style: normal;*/
/*    font-weight: 700*/
/*}*/

/*.product .discount__value.new {*/
/*    margin-right: 18px*/
/*}*/

.product .product__articule {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #AAADB7;
}

.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;
}

.product__rating::after {
    content: '';
    height: 4px;
    width: 4px;
    border-radius: 4px;
    position: absolute;
    right: -14px;
    bottom: 8px;
    background-color: #E6E8EF;
}

.product__bonus-auth a {
    position: relative;
    text-decoration-line: none!important;
}

.product__bonus-auth a::after {
    position: absolute;
    content: "";
    bottom: 2px;
    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 a: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;
    /*justify-content: space-between;*/
}

#full_price {
    font-weight: 600;
    font-size: 16px;
    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%;
}

/*#full_price .rub {*/
/*    font-weight: 400;*/
/*}*/

/*.product__price-wrapper {*/
/*    margin-bottom: 16px*/
/*}*/

.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__promo-left {*/
/*    padding-top: 3px*/
/*}*/

/*.product__image .source {*/
/*    font-size: 12px;*/
/*    line-height: 12px;*/
/*    color: #a3a3a3*/
/*}*/

.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 3px 20px 0 rgba(12, 17, 17, .1);*/
    /*box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);*/
    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;
}

@media screen and (max-width: 768px) {
    .product__control-btn {
        /*width: 100%;*/
    }
}

.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;
}

/*.favorite-btn.active svg, .favorite-btn.active svg use path {*/
/*    fill: #ff6666;*/
/*    stroke: #ff6666;*/
/*    transition: .3s all*/
/*}*/

.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__control-btn--favorites:hover svg use ,*!*/
/*!*.product__control-btn--share:hover svg use {*!*/
/*!*    !*stroke: #ff6666;*!*!*/
/*!*    fill: #ff6666;*!*/
/*!*}*!*/

/*#productInfoForm {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    !*padding-top: 12px*!*/
/*}*/

/*#productInfoForm .jq-selectbox__select {*/
/*    background-color: #f2f2f2;*/
/*    border: none;*/
/*    border-radius: 7px;*/
/*    padding: 0;*/
/*    overflow: hidden*/
/*}*/

/*#productInfoForm .jq-selectbox__select-text {*/
/*    display: flex;*/
/*    align-self: center;*/
/*    justify-content: center;*/
/*    color: #828282;*/
/*    position: relative;*/
/*    transition: .3s*/
/*}*/

/*#productInfoForm .jq-selectbox__select-text:hover {*/
/*    background: #D8DBE2;*/
/*    transition: .3s*/
/*}*/

/*#productInfoForm .jq-selectbox__select-text::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 10px;*/
/*    top: 15px;*/
/*    width: 5px;*/
/*    height: 5px;*/
/*    border-top: 1px solid #333;*/
/*    border-right: 1px solid #333;*/
/*    transform: rotate(135deg)*/
/*}*/

/*#productInfoForm .jq-selectbox__trigger-arrow {*/
/*    display: none*/
/*}*/

/*#productInfoForm .jq-selectbox__dropdown {*/
/*    border: none;*/
/*    background: #fff;*/
/*    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);*/
/*    border-radius: 5px*/
/*}*/

/*#productInfoForm .jq-selectbox li {*/
/*    padding: 10px 16px;*/
/*    border-bottom: 1px solid #ececec*/
/*}*/

/*#productInfoForm .input_wrapper:hover {*/
/*    box-shadow: none*/
/*}*/

/*.jq-selectbox.error .jq-selectbox__select {*/
/*    border: 1px solid #ff6666 !important*/
/*}*/

/*.jq-selectbox.error .jq-selectbox__select-text {*/
/*    color: #ff6666 !important*/
/*}*/

/*.product__buy-container {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    width: 100%*/
/*}*/

/*.product .product_n1 {*/
/*    margin-bottom: 0*/
/*}*/

.product__buy-container .btn {
    background: #1A1B1E;
    border-radius: 10px;
    font-weight: 700;
    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;
    text-transform: uppercase;
}

.fakeForm__submit:focus, .fakeForm__submit:hover,
.product__buy-container .btn:focus,
.product__buy-container .btn:hover {
    color: #fff;
    background-color: #6c6;
}

/*.fakeForm__submit:active, .product__buy-container .btn:active {*/
/*    background: #828282;*/
/*    transition: .3s*/
/*}*/

/*#count_field-wrap {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    width: 108px*/
/*}*/

/*.content .count_field__btn, .content .count_field__val {*/
/*    box-sizing: border-box;*/
/*    width: 36px;*/
/*    height: 36px;*/
/*    border: none;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: 14px;*/
/*    line-height: 19px;*/
/*    padding: 0;*/
/*    font-weight: 400*/
/*}*/

/*.count_field__btn {*/
/*    border-radius: 5px;*/
/*    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*/
/*}*/

.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 {
    /*position: absolute;*/
    /*left: 50%;*/
    /*right: auto;*/
    background: #fff;
    opacity: .6;
    /*border-radius: 20px;*/
    box-sizing: border-box;
    /*width: 40px;*/
    /*height: 40px;*/
    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%, 56%);*/
    transform: translate(-50%, 8%);
    top: 0;
}

.slider__thumbs-wrap .product_gallery__next .swiper-button-next {
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 0;
}

/*.product_gallery__next .swiper-button-next:hover, .product_gallery__prev .swiper-button-prev :hover {*/
/*    background: #FFFFFF;*/
/*    opacity: 1;*/
/*}*/

.swiper-button-disabled {
    opacity: 0 !important;
}

.swiper-button-disabled::before {
    border: none;
}

/*.slider__thumbs-wrap .swiper-button-disabled + svg {*/
/*    opacity: 0 !important;*/
/*}*/

/*.product_gallery__prev-square .swiper-button-prev {*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/

.product_gallery__next-square{
    position: absolute;
    right: 0;
    top: 50%;
    transform: none;
    z-index: 10;
}

/*.product_gallery__next-square .swiper-button-next {*/
/*    transform: translate(-100%, -50%);*/
/*}*/


.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 .product_gallery__prev,*!*/
/*!*.product_gallery .product_gallery__next {*!*/
/*!*    position: absolute;*!*/
/*!*    top: 0;*!*/
/*!*    right: 50%;*!*/
/*!*    height: 40px;*!*/
/*!*    width: 40px;*!*/
/*!*    transform: translateX(-50%);*!*/
/*!*}*!*/

/*!*.product_gallery .product_gallery__next {*!*/
/*!*    top: unset;*!*/
/*!*    bottom: 0;*!*/
/*!*}*!*/

.product_gallery__next .swiper-button-next::after,
.product_gallery__prev .swiper-button-prev::after {
    content: unset
}

/*.properties_link {*/
/*    text-decoration: none;*/
/*    border-bottom: 1px dashed #000*/
/*}*/

.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;
    /*height: 100%*/
}

@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
    }

    /*.product_gallery .slider__full-size {*/
    /*    overflow: visible*/
    /*}*/
}

.product_gallery .slide__img-wrap iframe#myIframeMini {
    border: none
}

.slider__open-gallery-wrap {
    position: absolute;
    bottom: 4px;
    right: 4px;
    z-index: 10;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.slider__open-gallery {
    width: 32px;
    height: 32px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 3px;
    transform: scale(1.05);
    transition: .3s;
    overflow: hidden;
}

.slider__open-gallery:hover {
    transform: scale(1.2);
    transition: .3s
}

.slide__img-background {
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

/*.product__available-text {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 4px;*/
/*    transition: .3s;*/
/*    color: #333*/
/*}*/

/*.product__available-text svg {*/
/*    margin-right: 15px;*/
/*    transform: scale(1.05)*/
/*}*/

/*.product__available-text span {*/
/*    font-size: 16px;*/
/*    !*line-height: 19px*!*/
/*}*/

/*.product__available-text span output {*/
/*    font-weight: 600*/
/*}*/

/*.product__available-text:focus span, .product__available-text:hover span {*/
/*    color: #000*/
/*}*/

.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
}

/*.product__banners-wrapper {*/
/*    margin-top: 16px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between*/
/*}*/
/*.product__banners-wrapper .new-modal {*/
/*    position: fixed;*/
/*    left: 0;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    z-index: 210;*/
/*    display: none;*/
/*    overflow: hidden;*/
/*    box-sizing: border-box;*/
/*}*/
/*.product__banners-wrapper .new-modal.new-modal--open {*/
/*    display: block;*/
/*}*/

.location_item__status span.active {
    background-color: #333
}

/*.product__price-wrapper .none_good__disc-text {*/
/*    display: none*/
/*}*/

/*.none_good__disc-text {*/
/*    text-transform: lowercase*/
/*}*/

.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: 20px;
    color: #fff;
    align-items: center;
    border-radius: 6px;
    line-height: 16px;
    padding: 0 7px;
    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 {
    /*font-weight: 700;*/

    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;
    /*color: #FFF;*/
    background-color: #1ABF7E;
    z-index: 1
}


.product-label-list_item--hit .discount__value,
.product-label-list_item--new .discount__value {
    /*font-family: "MontserratSemiBold", sans-serif;*/
    margin-bottom: 2px
}

.product-label-list_item.discount .discount__value {
    /*font-family: "MontserratSemiBold", sans-serif;*/
    /*font-weight: 700;*/
    /*font-size: 12px;*/
    /*letter-spacing: 0.5px;*/
}

@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-family: "Montserrat", sans-serif;*!*/
        font-size: 12px;
    }

}


/*!*.product__info-wrapper .product-label-list_item.discount ~ .product-label-list_item--hit, .product__info-wrapper .product-label-list_item.discount ~ .product-label-list_item--new {*!*/
/*!*    margin-left: 4px*!*/
/*!*}*!*/

/*.product__price-container {*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    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 {*/
/*    margin-top: 12px;*/
/*}*/

.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/productLocation.svg)*/
    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/productDelivery.svg)*/
    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__articule--mobile {*/
/*    display: none*/
/*}*/

/*.product-header__top-line {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: flex-end*/
/*}*/

.product-header__title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 28px;
    margin: 8px 0 16px;
}

.slider__play-video, .slider__video-popup {
    display: none
}

/*.count_field--cart {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.count_field input {*/
/*    padding-right: 30px;*/
/*    padding-left: 0;*/
/*    text-align: center;*/
/*    font-weight: 700;*/
/*    height: 48px;*/
/*}*/

/*.count_field--cart input {*/
/*    width: 40px;*/
/*    height: 35px;*/
/*    padding: 0;*/
/*    border: none;*/
/*    background-color: #f2f3f5;*/
/*}*/


/*.count_field__arrow {*/
/*    width: 30px;*/
/*    height: 20px;*/
/*}*/

/*.count_field__arrow:focus,*/
/*.count_field__arrow:hover{*/
/*    background-color: #dee1e4;*/
/*}*/


/*.product-tabs__scrollbar .swiper-scrollbar-drag {*/
/*    width: 30px;*/
/*    background: #2A2C31;*/
/*}*/

/*.btn-full {*/
/*    padding: 0;*/
/*    width: 100%;*/
/*}*/

/*.product__count {*/
/*    -webkit-box-ordinal-group: 2;*/
/*    -moz-box-ordinal-group: 2;*/
/*    -ms-flex-order: 1;*/
/*    order: 1;*/
/*}*/

/*.product__brand--mobile {*/
/*    display: none*/
/*}*/

/*.product__brand img {*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*}*/

.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%;
}

/*.product__promo-left a.video_link {*/
/*    margin-left: -1px;*/
/*}*/

/*.product__promo-left a{*/
/*    text-align: center;*/
/*}*/

/*.recom-block-wrap {*/
/*    width: 100%;*/
/*}*/

.mobile-popup, .mobile-popup__trigger {
    display: none
}

/*#check_sel {*/
/*    position: relative*/
/*}*/

/*#check_sel.orange {*/
/*    background: orange*/
/*}*/

#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
}

/*!*.found_cheaper_text::after {*!*/
/*!*    content: "";*!*/
/*!*    position: absolute;*!*/
/*!*    left: 0;*!*/
/*!*    bottom: 2px;*!*/
/*!*    width: 100%;*!*/
/*!*    height: 1px;*!*/
/*!*    background-color: #333;*!*/
/*!*    transition: .3s*!*/
/*!*}*!*/

/*!*.found_cheaper_text:hover::after {*!*/
/*!*    transform: scale(0)*!*/
/*!*}*!*/

.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
    }
}

/*@-moz-keyframes progress-bar-stripes {*/
/*    from {*/
/*        background-position: 0 0*/
/*    }*/
/*    to {*/
/*        background-position: 40px 0*/
/*    }*/
/*}*/

/*@keyframes progress-bar-stripes {*/
/*    from {*/
/*        background-position: 0 0*/
/*    }*/
/*    to {*/
/*        background-position: 40px 0*/
/*    }*/
/*}*/

/*.select--error {*/
/*    animation-name: shakeError;*/
/*    animation-fill-mode: forwards;*/
/*    animation-duration: .6s;*/
/*    animation-timing-function: ease-in-out*/
/*}*/

/*.error.select--error {*/
/*    display: flex !important*/
/*}*/

/*.error.select--error .product__stat-title {*/
/*    color: #ff6666*/
/*}*/

/*#product_height_selection .product__stat-title {*/
/*    margin-bottom: 8px;*/
/*}*/

/*.select--error {*/
/*    border: 2px solid #ff6666;*/
/*    border-radius: 7px*/
/*}*/

.select--error .color + .label, .select--error .size + .label {
    margin-top: 0
}

/*.product__stat-wrapper.select--error {*/
/*    padding-top: 15px*/
/*}*/

/*.load {*/
/*    pointer-events: none*/
/*}*/

/*@keyframes shakeError {*/
/*    0% {*/
/*        transform: translateX(0)*/
/*    }*/
/*    15% {*/
/*        transform: translateX(.375rem)*/
/*    }*/
/*    30% {*/
/*        transform: translateX(-.375rem)*/
/*    }*/
/*    45% {*/
/*        transform: translateX(.375rem)*/
/*    }*/
/*    60% {*/
/*        transform: translateX(-.375rem)*/
/*    }*/
/*    75% {*/
/*        transform: translateX(.375rem)*/
/*    }*/
/*    90% {*/
/*        transform: translateX(-.375rem)*/
/*    }*/
/*    100% {*/
/*        transform: translateX(0)*/
/*    }*/
/*}*/

/*.mobile__product-info {*/
/*    display: block;*/
/*    overflow-y: scroll;*/
/*    max-width: 100%;*/
/*    max-height: 500px*/
/*}*/

/*.stockTimer .banners-badges > div {*/
/*    margin-bottom: 10px;*/
/*    margin-top: 5px*/
/*}*/

/*.product__available-text output {*/
/*    position: relative;*/
/*    font-size: 16px;*/
/*    font-weight: 600*/
/*}*/

/*!*.product__available-text output::before {*!*/
/*!*    content: "";*!*/
/*!*    position: absolute;*!*/
/*!*    bottom: 1px;*!*/
/*!*    width: 100%;*!*/
/*!*    height: 1px;*!*/
/*!*    background-color: #333;*!*/
/*!*    transition: .3s*!*/
/*!*}*!*/

/*!*.product__available-text:focus output::before, .product__available-text:hover output::before {*!*/
/*!*    transform: scale(0)*!*/
/*!*}*!*/

/*.product__available-text svg {*/
/*    transform: translateY(5px) scale(1.05)*/
/*}*/

/*.product__available-text:focus span::before, .product__available-text:hover span::before {*/
/*    transform: scale(0);*/
/*    transition: .3s*/
/*}*/

/*.product__available-text path {*/
/*    stroke: #333*/
/*}*/

/*#productInfoForm .jq-selectbox__select-text:hover {*/
/*    background: #D8DBE2;*/
/*    transition: .3s*/
/*}*/

/*.fakeForm__selects-wrapper {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    margin-bottom: 16px*/
/*}*/

/*.fakeForm select {*/
/*    box-sizing: border-box;*/
/*    width: 49%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    color: #9b9b9b;*/
/*    position: relative;*/
/*    font-size: 14px;*/
/*    background-color: #f2f2f2;*/
/*    border: none;*/
/*    border-radius: 7px;*/
/*    padding: 0;*/
/*    height: 44px;*/
/*    text-align: center;*/
/*    padding: 10px 16px*/
/*}*/

/*.fakeForm option {*/
/*    padding: 10px 16px;*/
/*    border: none;*/
/*    border-bottom: 1px solid #ececec;*/
/*    background-color: #fff*/
/*}*/

/*.fakeForm__submit {*/
/*    background: #333;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    height: 56px;*/
/*    width: 100%;*/
/*    border-radius: 10px;*/
/*    font-weight: 600;*/
/*    font-size: 16px;*/
/*    line-height: 22px;*/
/*    padding: 14px;*/
/*    margin-bottom: 20px*/
/*}*/

/*.fakeForm .fakeForm__submit {*/
/*    font-size: 14px;*/
/*    font-weight: 500;*/
/*    text-transform: uppercase;*/
/*}*/

/*.fakeForm .fakeForm__submit {*/
/*    background-color: #0C1111 !important;*/
/*}*/

/*.fakeForm .fakeForm__submit:hover {*/
/*    background-color: #27AE60 !important;*/
/*}*/

/*div.product__buy-container .btn {*/
/*    background-color: #0C1111 !important;*/
/*}*/

/*div.product__buy-container .btn:hover {*/
/*    background-color: #27AE60 !important;*/
/*}*/

/*.product__buy-btns {*/
/*    width: 100%;*/
/*}*/

/*.product__price--discount {*/
/*    -ms-flex-item-align: start;*/
/*    align-self: flex-end;*/
/*    color: #999;*/
/*    font-size: 1.1rem;*/
/*    !*text-decoration: line-through;*!*/
/*}*/


/*.fakeForm__submit.disabled {*/
/*    pointer-events: none;*/
/*    background-color: #bdbdbd*/
/*}*/

/*.select-wrapper {*/
/*    width: 49%*/
/*}*/

/*#productInfoForm .input_wrapper {*/
/*    width: 100%*/
/*}*/

/*.banner__btn .banner__btn-wrap {*/
/*    border: 0 !important*/
/*}*/

/*.content__wrapper .jq-selectbox__select, .mobile-popup .jq-selectbox__select {*/
/*    background: #f2f2f2;*/
/*    border-radius: 7px;*/
/*    border: none;*/
/*    padding: 12px 24px;*/
/*    font-size: 14px;*/
/*    line-height: 19px;*/
/*    color: #9b9b9b;*/
/*    text-align: center*/
/*}*/

/*.content__wrapper .jq-selectbox__dropdown, .mobile-popup .jq-selectbox__dropdown {*/
/*    border: none;*/
/*    background: #fff;*/
/*    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);*/
/*    border-radius: 5px*/
/*}*/

/*.content__wrapper .jq-selectbox__dropdown li, .mobile-popup .jq-selectbox__dropdown li {*/
/*    padding: 10px 16px;*/
/*    border-bottom: 1px solid #ececec*/
/*}*/

/*.product__available-text svg {*/
/*    display: none*/
/*}*/

/*.discount__value.new,*/
/*.discount__value.hit {*/
/*    font-style: normal;*/
/*}*/
.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;
    /*margin-top: 12px;*/
    /*width: calc(100% - 12px);*/
    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__rating--desctop:hover path {*/
/*    fill: #FF8C00;*/
/*}*/


.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;
}

/*.location-storages__trigger .product__available-text span,*/
/*.location-storages__trigger .product__available-text output {*/
/*    color: #2A2C31;*/
/*    font-family: "Open Sans", Arial, sans-serif;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*}*/

.product__control_available_block {
    width: 100%;
}

@media (max-width: 768px) {
    .product__control_available_block {
        margin: 0;
        position: relative;
        /*display: flex;*/
        /*align-items: center;*/
        /*padding: 15px 0;*/
        order: 1
    }

/*    .location-storages__trigger {*/
/*        width: 100%*/
/*    }*/

/*    .product__available-text {*/
/*        position: relative;*/
/*        width: 100%;*/
/*        padding: 0*/
/*    }*/

/*    .product__banners {*/
/*        border: none*/
/*    }*/

/*    .banners-badges .banner-badge {*/
/*        margin-right: 0 !important*/
/*    }*/

/*    !*.product__available-text::before {*!*/
/*    !*    content: "";*!*/
/*    !*    position: absolute;*!*/
/*    !*    top: 50%;*!*/
/*    !*    right: 0;*!*/
/*    !*    transform: translateY(-50%) rotate(45deg);*!*/
/*    !*    width: 7px;*!*/
/*    !*    height: 7px;*!*/
/*    !*    border-top: 1px solid #333;*!*/
/*    !*    border-right: 1px solid #333*!*/
/*    !*}*!*/

/*    .product__available-text:focus, .product__available-text:hover {*/
/*        background-color: transparent;*/
/*        padding: 0;*/
/*        transform: translate(0)*/
/*    }*/

/*    .product__articule--desktop {*/
/*        font-size: 14px;*/
/*        line-height: 22px*/
/*    }*/

/*    .product__buy-container {*/
/*        flex-direction: column*/
/*    }*/

/*    .product__buy-container .btn:focus, .product__buy-container .btn:hover {*/
/*        background-color: #333*/
/*    }*/

/*    .fakeForm__title {*/
/*        margin-bottom: 20px*/
/*    }*/

    .btn-prompt--favorites {
        /*display: none !important*/
    }

    .product__articule--desktop, .product__brand--desktop, .product__rating--desctop, .product_gallery__next, .product_gallery__prev, .slider__open-gallery, .slider__thumbs-wrap {
        display: none
    }

/*    .product__brand--mobile {*/
/*        display: block*/
/*    }*/

/*    .product__brand-wrapper {*/
/*        background: #fff;*/
/*        border-radius: 7px;*/
/*        margin: 10px 0*/
/*    }*/

/*    .product__brand-wrapper a {*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: space-between;*/
/*        padding: 24px 80px 24px 15px;*/
/*        position: relative;*/
/*        box-sizing: border-box;*/
/*        height: 60px*/
/*    }*/

/*    .product__brand-wrapper a::before {*/
/*        content: "";*/
/*        position: absolute;*/
/*        top: 50%;*/
/*        right: 15px;*/
/*        width: 5px;*/
/*        height: 5px;*/
/*        border-top: 1px solid #333;*/
/*        border-right: 1px solid #333;*/
/*        transform: translateY(-50%) rotate(45deg)*/
/*    }*/

/*    .product__brand-alt {*/
/*        font-weight: 600;*/
/*        font-size: 16px;*/
/*        line-height: 22px;*/
/*        color: #333*/
/*    }*/

    .product__image {
        max-width: none;
        padding: 10px 0 0;
        border-radius: 0;
        margin-right: 0
    }

/*    .slider__full-size .swiper-slide {*/
/*        min-width: inherit*/
/*    }*/

/*    .slider__full-size {*/
/*        margin-bottom: 8px*/
/*    }*/

/*    .slider__full-size .swiper-scrollbar {*/
/*        bottom: 0 !important*/
/*    }*/

/*    !*.full-size__scrollbar {*!*/
/*    !*    height: 2px !important*!*/
/*    !*}*!*/

/*    .product__promo-block {*/
/*        margin-bottom: 13px*/
/*    }*/

    .product-header__title {
        font-size: 20px;
        line-height: 26px;
        color: #2A2C31;
        margin-bottom: 8px
    }


/*    !*#full_price {*!*/
/*    !*    font-size: 14px;*!*/
/*    !*    line-height: 20px;*!*/
/*    !*}*!*/

/*    .product-header__wrapper {*/
/*        margin-bottom: 22px*/
/*    }*/

    .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)
    }

/*    .product__info-wrapper {*/
/*        display: flex;*/
/*        flex-direction: column*/
/*    }*/

/*    .source {*/
/*        display: none*/
/*    }*/

/*    .mobile-popup__trigger {*/
/*        box-sizing: border-box;*/
/*        position: fixed;*/
/*        bottom: 30px;*/
/*        right: 18px;*/
/*        left: 18px;*/
/*        z-index: 999;*/
/*        background: #0c1111;*/
/*        text-transform: uppercase;*/
/*        color: #fff;*/
/*        text-align: center;*/
/*        width: calc(100% - 36px);*/
/*        border-radius: 10px;*/
/*        font-weight: 500;*/
/*        font-size: 14px;*/
/*        line-height: 22px;*/
/*        padding: 14px*/
/*    }*/

    .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
    }

/*    .fakeForm__selects-wrapper {*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: space-between;*/
/*        margin-bottom: 16px*/
/*    }*/

/*    .fakeForm select {*/
/*        box-sizing: border-box;*/
/*        width: 49%;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*        color: #9b9b9b;*/
/*        position: relative;*/
/*        font-size: 14px;*/
/*        background-color: #f2f2f2;*/
/*        border: none;*/
/*        border-radius: 7px;*/
/*        padding: 0;*/
/*        height: 44px;*/
/*        text-align: center;*/
/*        padding: 10px 16px*/
/*    }*/

/*    .fakeForm option {*/
/*        padding: 10px 16px;*/
/*        border: none;*/
/*        border-bottom: 1px solid #ececec;*/
/*        background-color: #fff*/
/*    }*/

/*    .fakeForm__submit {*/
/*        background: #333;*/
/*        color: #fff;*/
/*        text-align: center;*/
/*        width: 100%;*/
/*        border-radius: 5px;*/
/*        font-weight: 600;*/
/*        font-size: 16px;*/
/*        line-height: 22px;*/
/*        padding: 14px;*/
/*        margin-bottom: 20px*/
/*    }*/

/*    .fakeForm__submit.disabled {*/
/*        pointer-events: none;*/
/*        background-color: #bdbdbd*/
/*    }*/

/*    .product__price-wrapper {*/
/*        margin-bottom: 0*/
/*    }*/

/*    .mobile__product-info .product__price-wrapper {*/
/*        margin-bottom: 20px*/
/*    }*/

/*    .fakeForm__title {*/
/*        font-weight: 600;*/
/*        font-size: 20px;*/
/*        line-height: 27px;*/
/*        color: #000*/
/*    }*/

/*    .product__price_c {*/
/*        display: none !important*/
/*    }*/

/*    .select-wrapper {*/
/*        width: 49%*/
/*    }*/

/*    .mobile-popup .jq-selectbox__select {*/
/*        background: #f2f2f2;*/
/*        border-radius: 7px;*/
/*        border: none;*/
/*        padding: 12px 24px;*/
/*        font-size: 14px;*/
/*        line-height: 19px;*/
/*        color: #9b9b9b*/
/*    }*/

/*    .mobile-popup .jq-selectbox__dropdown {*/
/*        border: none;*/
/*        background: #fff;*/
/*        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);*/
/*        border-radius: 5px*/
/*    }*/

/*    .mobile-popup .jq-selectbox__dropdown li {*/
/*        padding: 10px 16px;*/
/*        border-bottom: 1px solid #ececec*/
/*    }*/

    .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;
    }

    /*.delivery-new__item:nth-of-type(2) {*/
    /*    !*border-bottom: 1px solid #f2f2f2*!*/
    /*}*/

    /*.delivery-new__item.active {*/
    /*    !*border-bottom: 1px solid #f2f2f2*!*/
    /*}*/

    /*.delivery-new__item div::before {*/
    /*    display: none*/
    /*}*/

    .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;
    }

/*    .product_n__buy_btn .icon-basket {*/
/*        top: -2px;*/
/*        margin-right: 5px !important;*/
/*    }*/

    .location_list__section {
        flex-direction: column;
        border: none
    }

    .location_section__title {
        border-bottom: 1px solid #D8DBE2;
        max-width: none
    }

    /*.product__control-btns .btn-prompt {*/
    /*    !*display: none !important*!*/
    /*}*/

    .product__price {
        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
    }

    .product__price-wrapper {
        margin-bottom: 8px
    }

/*    .stockTimer .banners-badges > div {*/
/*        margin: 0;*/
/*        padding: 0*/
/*    }*/

/*    .product__available-text span {*/
/*        font-size: 16px;*/
/*        display: flex;*/
/*        justify-content: space-between*/
/*    }*/

/*    .product__available-text span::before {*/
/*        display: none !important*/
/*    }*/

/*    .product__available-text output {*/
/*        margin-right: 16px*/
/*    }*/

/*    !*.full-size__scrollbar {*!*/
/*    !*    display: block !important*!*/
/*    !*}*!*/

/*    product__info-wrapper .product-label-list_item.discount {*/
/*        font-size: 16px;*/
/*        line-height: 18px*/
/*    }*/

/*    .banners-badges .banner-badge {*/
/*        margin-bottom: 0 !important*/
/*    }*/

/*    .product__promo-block {*/
/*        left: 12px;*/
/*        right: 12px*/
/*    }*/
}

/*.source {*/
/*    background: #fff;*/
/*    padding: 20px;*/
/*    margin-bottom: 20px*/
/*}*/

/*.status-wrapper {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    width: 150px*/
/*}*/

/*.status-output {*/
/*    margin-left: 10px;*/
/*    margin-top: -3px;*/
/*    font-size: 12px;*/
/*    line-height: 14px;*/
/*    letter-spacing: .02em;*/
/*    color: #333*/
/*}*/

.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--share {*!*/
/*!*    left: -72px;*!*/
/*!*}*!*/

.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__control-btn--favorites:focus .btn-prompt--favorites,
.product__control-btn--favorites:hover .btn-prompt--favorites {
    display: block
}

/*.content {*/
/*    flex: 1 0 auto;*/
/*    overflow: visible !important*/
/*}*/

/*!*@media (max-width: 768px) {*!*/
/*!*    .content {*!*/
/*!*        overflow: hidden !important*!*/
/*!*    }*!*/
/*!*}*!*/

/*.content__nav .content__nav-slider-wrap {*/
/*    width: fit-content;*/
/*}*/

.content__nav {
    position: sticky;
    top: 60px;
    left: 0;
    right: -2px;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 2;
}

/*.content__nav.active {*/
/*    padding-top: 10px;*/
/*    top: 120px;*/
/*    border-radius: 5px 5px 0 0;*/
/*}*/

/*!*.content__nav::before {*!*/
/*!*    content: "";*!*/
/*!*    position: absolute;*!*/
/*!*    left: 0;*!*/
/*!*    right: 0;*!*/
/*!*    bottom: 100%;*!*/
/*!*    height: 12px;*!*/
/*!*    background-color: transparent;*!*/
/*!*}*!*/

/*!*.content__nav.active::before {*!*/
/*!*    background-color: #f2f3f5;*!*/
/*!*}*!*/

/*.product-tabs__scrollbar {*/
/*    height: 2px;*/
/*    width: 100%;*/
/*    background-color: #f2f2f2;*/
/*    position: absolute;*/
/*    bottom: 0px;*/
/*    left: 0;*/
/*}*/

/*!*линия во всю ширину контенера*!*/
/*!*нужна тк 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__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:nth-child(3n) {*!*/
/*!*    margin-right: 0!important;*!*/
/*!*    padding-right: 0;*!*/
/*!*}*!*/

/*!*.content__nav-slider-wrap .content__nav-slide:nth-child(3n) .content__nav-link {*!*/
/*!*    text-align: end;*!*/
/*!*}*!*/

.content__nav-slider-wrap .content__nav-slide:first-child {
    padding-left: 0;
}

/*!*@media (max-width: 768px) {*!*/
/*!*    .content__nav-slide {*!*/
/*!*        min-width: 170px;*!*/
/*!*    }*!*/
/*!*}*!*/

.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;
}

/*.content__nav-scrollbar {*/
/*    display: none !important*/
/*}*/

/*.decor-border {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background: #333;*/
/*    width: auto;*/
/*    height: 2px;*/
/*    transition: .3s ease;*/
/*    z-index: 1*/
/*}*/

/*.content__block {*/
/*    flex: 1 0 auto;*/
/*    box-sizing: border-box;*/
/*    position: relative;*/
/*    background-color: #fff;*/
/*    border-radius: 5px;*/
/*    width: 100%;*/
/*    padding-bottom: 20px;*/
/*}*/

/*.content__wrapper {*/
/*    position: relative;*/
/*    display: flex;*/
/*    width: 100%;*/
/*    margin-top: 36px*/
/*}*/

/*.content__wrapper .product__info-wrapper {*/
/*    box-sizing: border-box;*/
/*    position: sticky;*/
/*    top: 70px;*/
/*    bottom: 0;*/
/*    width: 100%*/
/*}*/

/*.news-btn {*/
/*    background: #333333;*/
/*    border-radius: 10px;*/
/*    font-weight: 600;*/
/*    font-size: 12px;*/
/*    line-height: 22px;*/
/*    color: #FFFFFF;*/
/*    transition: .3s;*/
/*    border: none;*/
/*    text-transform: uppercase;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    padding: 10px;*/
/*    max-width: 256px;*/
/*    width: 100%;*/
/*    box-sizing: border-box;*/
/*    height: 56px;*/
/*    text-decoration: none;*/
/*    text-transform: none;*/
/*    border: none;*/
/*}*/
/*.news-btn:hover {*/
/*    background-color: #66CC66;*/
/*    color: #fff;*/
/*}*/

.kontent {
    width: 100%;
    margin-bottom: 16px;
}

/*.kontent .news-btn {*/
/*    color: #fff;*/
/*    border: none;*/
/*}*/

/*.kontent .news-btn:hover {*/
/*    color: #fff;*/
/*}*/

.kontentaimg {
    width: 100%;
    text-align: center;
}

.kontentaimg > img {
    width: 100%;
    border-radius: 10px
}

.kontent ul {
    list-style: disc;
    margin-left: 20px;
}


/*.kontent .kontent__text_bold {*/
/*    font-weight: 700;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*.kontent .kontent__text {*/
/*    font-weight: 400;*/
/*}*/

/*.kontent .product_details_fancy_link {*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    background: #eee;*/
/*    border: 1px solid #ddd;*/
/*    padding: 5px 10px 5px 30px;*/
/*}*/

/*.kontent .product_details_fancy_link:focus,*/
/*.kontent .product_details_fancy_link:hover {*/
/*    border: 1px solid #ccc;*/
/*}*/

/*.kontent .product_details_fancy_link::before {*/
/*    background-image: url(/local/templates/bikecenter_main/images/sprite.png);*/
/*    content: "";*/
/*    width: 20px;*/
/*    height: 25px;*/
/*    display: inline-block;*/
/*    background-repeat: no-repeat;*/
/*    background-position: -80px -295px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 3px;*/
/*}*/

.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;
    text-transform: uppercase;
}


.reviews-wrapper,
.questions-wrapper {
    background-color: #ffffff;
    /*padding: 40px 20px;*/
/*    border-radius: 20px;*/
}

@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
}

/*.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*!*/
/*!*}*!*/

.stats-table table {
    width: 100%;
}

@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: 12px
}

@media screen and (max-width: 1250px) {
    .stats-table table[data-id=stats] tbody {
        grid-template-columns:1fr
    }
}

@media screen and (max-width: 1024px) {
    .stats-table table[data-id=stats] tbody {
        grid-template-columns:1fr 1fr;
    }
}


@media screen and (max-width: 768px) {
    .stats-table table[data-id=stats] tbody {
        grid-template-columns:1fr
    }
}

table[data-id=stats] th {
    text-align: start;
    padding: 20px 0
}

table[data-id=stats] th h3 {
    text-transform: uppercase;
    font-weight: lighter
}

table[data-id=stats] tr {
    display: grid;
    grid-template-columns:40% auto;
    min-height: 50px;
    padding: 8px 20px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f2f3f5;
    align-items: center;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    table[data-id=stats] tr {
        grid-template-columns:auto;
        min-height: 60px;
        padding: 4px 20px
    }
}

table[data-id=stats] tr td:first-of-type {
    min-height: 22px;
    width: 100%;
    overflow: hidden;
    color: #8c8e92
}

/*.content__nav-pagination {*/
/*    opacity: 0 !important*/
/*}*/

/*.product__info-wrapper--content .banners-badges {*/
/*    display: flex*/
/*}*/

/*.product__info-wrapper--content .banners-badges a {*/
/*    display: flex;*/
/*    align-items: center*/
/*}*/

/*.banners-badges .banner-badge {*/
/*    margin-bottom: 0 !important*/
/*}*/

/*@media (max-width: 1200px) {*/
/*    .content__nav.active {*/
/*        max-width: 600px*/
/*    }*/

/*    .product__info-wrapper--content {*/
/*        width: auto !important*/
/*    }*/
/*}*/

/*@media (max-width: 1024px) {*/
/*    .content__nav.active {*/
/*        max-width: 500px*/
/*    }*/

/*    .product__info-wrapper--content {*/
/*        max-width: none !important*/
/*    }*/

/*    body, html {*/
/*        height: 100%*/
/*    }*/

/*    .hiden {*/
/*        overflow: hidden;*/
/*        touch-action: none;*/
/*        -ms-touch-action: none;*/
/*        -webkit-overflow-scrolling: auto*/
/*    }*/
/*}*/

/*@media (max-width: 992px) {*/
/*    .content__nav.active {*/
/*        max-width: 400px*/
/*    }*/
/*}*/

/*@media (max-width: 768px) {*/
/*    body {*/
/*        overflow-x: hidden*/
/*    }*/

/*    .page_w {*/
/*        overflow: hidden !important*/
/*    }*/

/*    .content__block, .content__nav.active {*/
/*        max-width: 100vw*/
/*    }*/
/*    .product__banners-wrapper {*/
/*        flex-direction: column*/
/*    }*/

/*    .product__banners-wrapper .product__banners {*/
/*        width: 100%;*/
/*        order: 2*/
/*    }*/

/*    .product__banners-wrapper {*/
/*        border: none*/
/*    }*/


/*    .product__buy-container .btn:focus, .product__buy-container .btn:hover {*/
/*        background-color: #333*/
/*    }*/

    /*.banner-badge, .delivery-new__item, .product__available-text, .product__bonus {*/
    /*    font-size: 14px*/
    /*}*/

/*    .product__available-text svg {*/
/*        display: block;*/
/*        transform: translateY(0) scale(1)*/
/*    }*/

/*    .product__available-text path {*/
/*        stroke: #6c6 !important*/
/*    }*/

/*    .product__banners-wrapper {*/
/*        padding-bottom: 0;*/
/*        margin-bottom: 26px*/
/*    }*/
/*    .bestsellers__controls {*/
/*        display: none;*/
/*    }*/
/*}*/

.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__bonus-auth a {
    text-decoration-line: underline;
    color: #33353C
}

/*.fakeForm__selects-wrapper {*/
/*    flex-direction: column;*/
/*    align-items: flex-start*/
/*}*/

/*.product__size_block, .select-wrapper--size {*/
/*    width: 100%*/
/*}*/

.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-wrap {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    margin-bottom: 10px;*/
/*}*/

.product__stat-title {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    margin-right: 12px;
    font-weight: 600
}

.product__color-wrapper, .product__size-wrapper {
    /*display: flex;*/
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
    /*gap: 8px;*/
    overflow: hidden;
    /*margin-bottom: 8px;*/
}

/*.product__color-wrapper {*/
    /*margin-bottom: 4px;*/
/*}*/

/*!*#product_height_selection {*!*/
/*!*    margin-bottom: 4px;*!*/
/*!*}*!*/

/*!*#product_size_selection {*!*/
/*!*    padding-top: 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-text {*!*/
/*!*    font-size: 14px;*!*/
/*!*    margin-right: 20px;*!*/
/*!*}*!*/

/*!*.product__size-text-arrow {*!*/
/*!*    right: 12px;*!*/
/*!*    position: absolute;*!*/
/*!*    width: 5px;*!*/
/*!*    height: 5px;*!*/
/*!*    border-bottom: 1px solid #0C1111;*!*/
/*!*    border-right: 1px solid #0C1111;*!*/
/*!*    bottom: 49%;*!*/
/*!*    transform: translateY(-50%) rotate(-45deg);*!*/
/*!*    transition: .3s all;*!*/
/*!*}*!*/

/*!*.product__size-trigger:hover .product__size-text-arrow {*!*/
/*!*    transform: translateY(-50%) rotate(675deg);*!*/
/*!*}*!*/

/*label.noneHexColor .color + .label {*/
/*    width: 100%;*/
/*    margin-right: 8px;*/
/*    color: #333*/
/*}*/

/*label.noneHexColor .color + .label span {*/
/*    width: auto;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    padding: 5px 12px;*/
/*    height: auto;*/
/*    border-radius: 50%*/
/*}*/

/*.color + .label .wrap-color {*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    border: 1px solid #a3a3a3;*/
/*    transform: rotate(45deg);*/
/*    overflow: hidden;*/
/*    border-radius: 50%;*/
/*    display: flex;*/
/*    flex-wrap: wrap*/
/*}*/

/*.color + .label output {*/
/*    flex-grow: 1;*/
/*    min-width: 50%*/
/*}*/

/*.product__size-wrapper .label {*/
/*    transition: all .3s ease;*/
/*    box-shadow: unset*/
/*}*/

/*.color + .label:focus, .color + .label:hover, .product__size-wrapper .label:focus, .product__size-wrapper .label:hover {*/
/*    box-shadow: 0 0 8px 4px #f2f2f2*/
/*}*/

.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
}

/*label.noneHexColor .color:checked + .label {*/
/*    color: #333*/
/*}*/

/*.variant-disabled + .label {*/
/*    border: 1px solid #D8DBE2 !important*/
/*}*/

/*.color[disabled=disabled] + .label, .size.variant-disabled + .label, .size[disabled=disabled] + .label {*/
/*    opacity: .85;*/
/*    pointer-events: none;*/
/*    overflow: hidden*/
/*}*/

/*.color.variant-disabled + .label {*/
/*    opacity: .6;*/
/*    filter: blur(.6px);*/
/*    overflow: hidden*/
/*}*/

/*.color[disabled=disabled] + .label::after, .color[disabled=disabled] + .label::before, .size.variant-disabled + .label::after, .size.variant-disabled + .label::before, .size[disabled=disabled] + .label::after, .size[disabled=disabled] + .label::before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 55px;*/
/*    height: 1px;*/
/*    background-color: #D8DBE2;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translateX(-50%) rotate(45deg)*/
/*}*/

/*.color[disabled=disabled] + .label::after, .size.variant-disabled + .label::after, .size[disabled=disabled] + .label::after {*/
/*    transform: translateX(-50%) rotate(-45deg)*/
/*}*/

/*.color[disabled=disabled] + .label::before {*/
/*    width: 80px*/
/*}*/

/*.product__color-wrapper .loader::after, .product__size-wrapper .loader::after {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 100;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background-color: rgba(0, 0, 0, .1);*/
/*    border-radius: inherit;*/
/*    opacity: .8;*/
/*    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, transparent 75%, transparent), -webkit-linear-gradient(top, #f6f5f0, #e1e0dc);*/
/*    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, transparent 75%, transparent), -moz-linear-gradient(top, #f6f5f0, #e1e0dc);*/
/*    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, transparent 75%, transparent), -ms-linear-gradient(top, #f6f5f0, #e1e0dc);*/
/*    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, transparent 75%, transparent), -o-linear-gradient(top, #f6f5f0, #e1e0dc);*/
/*    background: linear-gradient(-45deg, rgba(255, 255, 255, 1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, transparent 75%, transparent), linear-gradient(top, #f6f5f0, #e1e0dc);*/
/*    background-size: 40px 40px, 100% 100%;*/
/*    background-position: 0 0;*/
/*    animation-name: progress-bar-stripes;*/
/*    animation-duration: 2s;*/
/*    animation-iteration-count: infinite;*/
/*    animation-timing-function: linear;*/
/*    color: #bdbbb9;*/
/*    cursor: auto;*/
/*    pointer-events: none*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .main_content__c {*/
/*        box-sizing: border-box*/
/*    }*/

/*    .product__buy-container .btn {*/
/*        max-width: none*/
/*    }*/

/*    #home-text, #pickup-text {*/
/*        !*padding: 16px 0*!*/
/*    }*/

/*    .delivery-new__item {*/
/*        align-items: flex-start*/
/*    }*/

/*    .delivery-pickup, .delivery-сourier {*/
/*        font-weight: 600;*/
/*        font-size: 14px;*/
/*        line-height: 17px;*/
/*        letter-spacing: .02em;*/
/*        color: #333;*/
/*        margin-bottom: 8px*/
/*    }*/

/*    .product__brand--mobile {*/
/*        border-radius: 10px*/
/*    }*/

/*    .product__image {*/
/*        border-top-left-radius: 10px;*/
/*        border-top-right-radius: 10px*/
/*    }*/

/*    .product__info-wrapper {*/
/*        border-bottom-left-radius: 10px;*/
/*        border-bottom-right-radius: 10px*/
/*    }*/

/*    .size + .label {*/
/*        white-space: nowrap*/
/*    }*/

/*    .product__bonus-auth {*/
/*        margin: 4px 0 0*/
/*    }*/

/*    .product__size_block, .select-wrapper--color {*/
/*        margin-bottom: 9px*/
/*    }*/

/*    .product__color-wrapper label, .product__color-wrapper > label, .product__size-wrapper label {*/
/*        margin: 0 0 8px*/
/*    }*/

/*    .product_n1 .product__buy-container {*/
/*        margin-top: 0*/
/*    }*/
/*}*/

/*@media (min-width: 768px) {*/
/*    .product .banners-badges .banner__btn {*/
/*        width: 44px;*/
/*        height: 44px*/
/*    }*/
/*}*/

/*.banner-badge a {*/
/*    display: flex;*/
/*    align-items: center*/
/*}*/

/*.sale-to-discount {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    max-width: 570px;*/
/*    width: 100%;*/
/*    background-color: #000;*/
/*    overflow: hidden*/
/*}*/

/*.sale-to-discount__link {*/
/*    color: #fff*/
/*}*/

/*.sale-to-discount__top {*/
/*    position: relative;*/
/*    background-color: #000*/
/*}*/

/*.sale-to-discount__top-container {*/
/*    background-image: url(/local/templates/bikecenter_main/images/sale-red.jpg);*/
/*    max-width: 100%;*/
/*    padding: 25px 27px 5px 25px;*/
/*    display: flex;*/
/*    justify-content: space-between*/
/*}*/

/*.sale-to-discount__top-item-box-left {*/
/*    font-weight: 700*/
/*}*/

/*.sale-to-discount__top-item-text-top {*/
/*    font-size: 28px;*/
/*    position: relative;*/
/*    color: #fff*/
/*}*/

/*.sale-to-discount__top-item-text-top p {*/
/*    margin-top: 10px;*/
/*    font-size: 21px;*/
/*    letter-spacing: .4px*/
/*}*/

/*.sale-to-discount__top-item-box-left .sale-to-discount__top-item-text-bottom {*/
/*    margin-top: 18px*/
/*}*/

/*.sale-to-discount__top-item-text-bottom a {*/
/*    font-size: 11px;*/
/*    text-decoration: underline;*/
/*    position: relative;*/
/*    color: #fff*/
/*}*/

/*.sale-to-discount__top-item-box-right .sale-to-discount__top-item-text-bottom {*/
/*    position: relative;*/
/*    color: #fff;*/
/*    font-size: 9px;*/
/*    margin-top: 14px*/
/*}*/

/*.sale-to-discount__top-item-box-right {*/
/*    flex-direction: column;*/
/*    display: flex;*/
/*    align-items: flex-end;*/
/*    justify-content: space-between*/
/*}*/

/*.sale-to-discount__top-item-box-font {*/
/*    text-align: center;*/
/*    height: 57px;*/
/*    background: #fff*/
/*}*/

/*.sale-to-discount__top-item-box-border {*/
/*    background: #fff;*/
/*    position: relative*/
/*}*/

/*.sale-to-discount__top-item-box-border::before {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 7px;*/
/*    right: -7px;*/
/*    top: 7px;*/
/*    bottom: -7px;*/
/*    border: 2px solid #fff*/
/*}*/

/*.sale-to-discount__top-item-box-font .product__price {*/
/*    padding: 16px 0*/
/*}*/

/*.sale-to-discount__bot {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-grow: 1;*/
/*    padding: 0 20px;*/
/*    background-position: 100% 0;*/
/*    height: 44px;*/
/*    justify-content: center*/
/*}*/

/*.sale-to-discount__timer {*/
/*    color: #fff;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    flex-grow: 1*/
/*}*/

/*.sale-to-discount__timer-title {*/
/*    font-size: 14px;*/
/*    line-height: 21px*/
/*}*/

/*@media (max-width: 1200px) {*/
/*    .sale-to-discount {*/
/*        max-width: 480px*/
/*    }*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .sale-to-discount {*/
/*        max-width: 414px*/
/*    }*/
/*}*/

/*@media (max-width: 480px) {*/
/*    .sale-to-discount__top-container {*/
/*        background-image: url(/local/templates/bikecenter_main/images/sale-red-mob.jpg);*/
/*        flex-direction: column;*/
/*        padding: 11px 11px 8px 11px*/
/*    }*/

/*    .sale-to-discount__top-item-text-top {*/
/*        display: inline;*/
/*        font-size: 14px;*/
/*        text-align: center*/
/*    }*/

/*    .sale-to-discount__top-item-text-top p {*/
/*        display: inline;*/
/*        font-size: 14px*/
/*    }*/

/*    .sale-to-discount__top-item-text-bottom {*/
/*        text-align: end*/
/*    }*/

/*    .sale-to-discount__top-item-box-left .sale-to-discount__top-item-text-bottom {*/
/*        margin-top: 0;*/
/*        margin-bottom: 4px*/
/*    }*/

/*    .sale-to-discount__top-item-box-right {*/
/*        align-items: center*/
/*    }*/

/*    .sale-to-discount__top-item-text-bottom a {*/
/*        padding: 0*/
/*    }*/
/*}*/

/*.banners-badges .banner-badge {*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding: 15px 0;*/
/*    border-bottom: 1px solid #ececec;*/
/*    margin-bottom: 15px*/
/*}*/

/*.banners-badges .banner-badge::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 0;*/
/*    transform: translateY(-50%) rotate(45deg);*/
/*    width: 7px;*/
/*    height: 7px;*/
/*    border-top: 1px solid #333;*/
/*    border-right: 1px solid #333*/
/*}*/

/*.banner-badge .banner__btn {*/
/*    margin-right: 15px*/
/*}*/

/*@media (min-width: 768px) {*/
/*    .banners-badges .banner-badge::before {*/
/*        display: none*/
/*    }*/

/*    .banners-badges .banner-badge {*/
/*        position: relative;*/
/*        margin-right: 10px;*/
/*        padding: 0;*/
/*        border: none*/
/*    }*/

/*    .banners-badges {*/
/*        display: flex;*/
/*        align-items: center*/
/*    }*/

/*    .banners-badges .banner__btn {*/
/*        box-sizing: border-box;*/
/*        background: #f2f2f2;*/
/*        border-radius: 10px;*/
/*        width: 50px;*/
/*        height: 50px;*/
/*        display: flex;*/
/*        justify-content: center;*/
/*        align-items: center;*/
/*        margin: 0;*/
/*        transition: .3s*/
/*    }*/

/*    .banner__btn .banner__btn-wrap {*/
/*        width: 25px;*/
/*        height: 25px;*/
/*        border-radius: 50%;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*        transition: .3s*/
/*    }*/

/*    .banner-badge .banner__name {*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*        padding: 3px 10px;*/
/*        background-color: #333;*/
/*        border-radius: 7px;*/
/*        position: absolute;*/
/*        top: -50%;*/
/*        left: 25%;*/
/*        font-weight: 600;*/
/*        font-size: 12px;*/
/*        line-height: 16px;*/
/*        text-decoration: none;*/
/*        white-space: nowrap;*/
/*        color: #fff;*/
/*        z-index: 10;*/
/*        display: none*/
/*    }*/

/*    .banner-badge .banner__name::before {*/
/*        content: "";*/
/*        position: absolute;*/
/*        bottom: -3px;*/
/*        left: 10px;*/
/*        width: 7px;*/
/*        height: 7px;*/
/*        background-color: #333;*/
/*        transform: rotate(45deg)*/
/*    }*/

/*    .banner-badge:focus .banner__name, .banner-badge:hover .banner__name {*/
/*        display: block*/
/*    }*/

/*    .banner-badge:focus .banner__btn, .banner-badge:hover .banner__btn {*/
/*        background: #fff;*/
/*        box-shadow: 0 0 10px rgba(0, 0, 0, .15);*/
/*        transform: scale(1.05);*/
/*        transition: .3s*/
/*    }*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .swiper-slide__dextop-only {*/
/*        display: none !important*/
/*    }*/
/*}*/

/*hr {*/
/*    border-top: none*/
/*}*/

/*.stats-table__footnote {*/
/*    margin-bottom: 20px*/
/*}*/

#myIframeMobile {
    border: none;
    border-radius: 10px
}

/*.product__control-btns-mob {*/
/*    display: none;*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .product__control-btns-mob {*/
/*        display: flex*/
/*    }*/
/*}*/

/*.icon-file {*/
/*    width: 38px;*/
/*    height: 49px;*/
/*    background-position: -180px -200px;*/
/*    margin-right: 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_right h3 {*/
/*    margin-left: 7px;*/
/*}*/

.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;
}


/*.content_bike_right_text {*/
/*    float: right;*/
/*    width: 77%;*/
/*}*/

@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;
    }


/*!*.product_gallery .swiper-horizontal>.swiper-pagination.full-size__pagination {*!*/
/*    !*    position: static;*!*/
/*    !*    margin: 12px auto 0;*!*/
/*    !*    border-radius: 0;*!*/
/*    !*    background-color: transparent;*!*/
/*    !*    transform: none;*!*/
/*    !*}*!*/

/*    !*.product_gallery .slider__full-size {*!*/
/*    !*    padding-bottom: 0 !important;*!*/
/*    !*}*!*/

/*    !*.product_gallery .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {*!*/
/*    !*    width: 26px;*!*/
/*    !*    height: 4px;*!*/
/*    !*    border-radius: 3px !important;*!*/
/*    !*    transition: all 0.3s ease-in-out;*!*/
/*    !*    background-color: transparent;*!*/
/*    !*    position: relative;*!*/
/*    !*}*!*/

/*    !*.product_gallery .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::before {*!*/
/*    !*    content: "";*!*/
/*    !*    position: absolute;*!*/
/*    !*    left: 0;*!*/
/*    !*    right: 0;*!*/
/*    !*    bottom: 0;*!*/
/*    !*    height: 2px;*!*/
/*    !*    background-color: #333333;*!*/
/*    !*    transition: all 0.3s ease-in-out;*!*/
/*    !*    border-radius: 3px !important;*!*/
/*    !*}*!*/

/*    !*.product_gallery .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {*!*/
/*    !*    height: 4px;*!*/
/*    !*}*!*/
}

/*.mobile-popup__fade {*/
/*    background-color: rgba(12, 17, 17, 0.2) !important;*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    transition: .3s ease;*/
/*}*/

/*@media (max-width: 768px) {*/


/*    .product__size_block,*/
/*    .select-wrapper--color {*/
/*        margin-bottom: 5px;*/
/*    }*/

/*    .delivery-new__item div span {*/
/*        !*display: block;*!*/
/*    }*/

/*    .delivery-new__item div span:first-child {*/
/*        font-size: 14px;*/
/*        line-height: 17px;*/
/*        margin-bottom: 9px;*/
/*    }*/

/*    .delivery-new__item div span:last-child {*/
/*        font-weight: 400;*/
/*        font-size: 14px;*/
/*        line-height: 17px;*/
/*    }*/

/*    .delivery-new__item b {*/
/*        font-size: 14px;*/
/*        line-height: 17px;*/
/*        text-transform: capitalize;*/
/*    }*/

/*    .delivery-new__item {*/
/*        align-items: flex-end;*/
/*    }*/
/*}*/

.mobile-popup__decor-close {
    display: none;
}

/*.input_wrapper:hover {*/
/*    -webkit-box-shadow: 0 0 2px #ccc;*/
/*    box-shadow: 0 0 2px #ccc;*/
/*}*/

/*.quantity-alert {*/
/*    position: absolute;*/
/*    top: calc(50% - 50px);*/
/*    right: -178px;*/
/*    z-index: 999;*/
/*    display: none;*/
/*    width: 200px;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    height: 32px;*/
/*    font-size: 14px;*/
/*    color: #ffffff;*/
/*    background-color: #f56571;*/
/*    border-radius: 7px;*/
/*}*/

/*.max-value-entered #QUANTITY_FIELD {*/
/*    border-color: #f56571;*/
/*}*/

/*.product-label-list_item.discount {*/
/*    background-color: transparent;*/
/*    border-radius: 0;*/
/*    padding: 0;*/
/*    text-align: center;*/
/*}*/


/*.product_n1 {*/
/*    display: -webkit-box;*/
/*    display: -moz-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -moz-box-orient: vertical;*/
/*    -moz-box-direction: normal;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    margin-bottom: 30px;*/
/*}*/

/*@media screen and (min-width:1110px) {*/
/*    .product_n1 {*/
/*        -webkit-box-orient: horizontal;*/
/*        -webkit-box-direction: normal;*/
/*        -moz-box-orient: horizontal;*/
/*        -moz-box-direction: normal;*/
/*        -ms-flex-direction: row;*/
/*        flex-direction: row;*/
/*    }*/
/*}*/


/*@media screen and (min-width:769px) {*/
/*    .product__brand {*/
/*        display: block;*/
/*    }*/
/*}*/


/*#element_product_brand {*/
/*    cursor: pointer;*/
/*}*/

/*.kontent .table_right {*/
/*    text-align: right;*/
/*    vertical-align: top;*/
/*}*/

/*.table-velo p {*/
/*    margin: 0;*/
/*}*/


.content_feature_wrapper {
    border: 1px solid #f2f3f5;
    vertical-align: middle;
}

/*.kontentapopup p {*/
/*    text-align: justify;*/
/*}*/

/*.center-img {*/
/*    display: block;*/
/*    margin: 0 auto;*/
/*}*/


.kontent h3,
.kontent h4,
.page_promo h2 {
    text-transform: uppercase;
}
/*@media (max-width: 768px) {*/
/*    .kontent hr {*/
/*        display: none;*/
/*    }*/
/*}*/

/*.video,*/
/*.video video {*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/

/*.btn[style*=orange] {*/
/*    border: 1px solid orange;*/
/*}*/

/*.btn[style*=orange]:focus,*/
/*.btn[style*=orange]:hover {*/
/*    border: 1px solid orange;*/
/*    background: #efc520 !important;*/
/*}*/

.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;
    }
}


/*.video {*/
/*    display: block;*/
/*}*/

/*.input_wrapper {*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    vertical-align: middle;*/
/*    position: relative;*/
/*}*/

/*.product__control_available {*/
/*    -ms-flex-item-align: start;*/
/*    align-self: flex-start;*/
/*    padding: 0;*/
/*    position: relative;*/
/*    color: #84c22a;*/
/*}*/


@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
     }
}

/*@media all and (max-width: 590px) {*/
/*    .product__brand {*/
/*        float: none;*/
/*        margin-top: 0;*/
/*        width: auto;*/
/*    }*/

/*    .product__title {*/
/*        margin-right: 0;*/
/*    }*/
/*}*/


/*@media all and (max-width: 1330px) {*/
/*    .popup_gallery .fancybox-next {*/
/*        margin-right: 0;*/
/*        right: -40px;*/
/*    }*/

/*    .popup_gallery .fancybox-prev {*/
/*        margin-left: 0;*/
/*        left: -40px;*/
/*    }*/
/*}*/


/*@media all and (max-width: 479px) {*/
/*    .location_list__col {*/
/*        width: 100%;*/
/*        padding: 0 !important;*/
/*    }*/
/*}*/

.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;
    }
}
/* End */


/* Start:/local/components/bikecenter/get/templates/similar/style.css?17543135339388*/
/*!*Стили только для узких блоков с каруселью товаров*!*/
/*!*Применяются только на странице товара*!*/

.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-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;
}

/* End */
/* /local/components/hawkart/catalog/templates/bikecentre/style.css?17470571802561 */
/* /local/components/hawkart/catalog/templates/bikecentre/bitrix/catalog.element/.default/style.css?1754308925138374 */
/* /local/components/bikecenter/get/templates/similar/style.css?17543135339388 */
