

/* Start:/local/templates/rubosport/components/bitrix/catalog/rubo-catalog/style.css?16481303701829*/
#catalog {

	margin-bottom: 100px;
}

#catalog .section-header {

	width: 370px;
	margin-bottom: 0px;
}

.catalog-heading {

	margin-bottom: 50px;
	display: flex;
	align-items: center;
}


.catalog-content {

	display: flex;
}

.catalog-filter {

	position: relative;
}

.filter-close {

	display: none;
	font-size: 24px;
	color: #FFF;
	position: absolute;
	top: 10px;
    right: -35px;
}

.catalog-products {

	flex-grow: 1;
	margin: -16px;
}

#sales {

	background: linear-gradient(45deg, #D93030, #FF4040);
	margin: 0 0 60px 0;
	padding: 60px 0px;
	position: relative;
	overflow: hidden;
}

.sales-inner-wrap {

	padding-left: 75px;
	padding-right: 75px;
	margin-left: -75px;
	margin-right: -75px;
}

#sales .section-header {

	color: #fff;
}

.sales-list, .offers-list,
.same-products-list {

	margin: 0 -15px;
}

#sales .products-slider-dot {

	background-color: #D93030;
}

#sales .slick-active .products-slider-dot {
	
	background-color: #FFFFFF;
}

/*#sales .slick-track,
#offers .slick-track,*/
.products-grid > .slick-list > .slick-track {

	display: flex !important;
}

#sales .slick-list,
#offers .slick-list,
#same-products .slick-list {

	overflow: visible;
}

/*#sales .slick-slide,
#offers .slick-slide,
#same-products .slick-slide*/ 

.products-grid > .slick-list > .slick-track > .slick-slide {

	transition: opacity .2s ease;
	height: inherit !important;
}

#sales .slick-slide:not(.slick-active),
#offers .slick-slide:not(.slick-active),
#same-products .slick-slide:not(.slick-active) {

	opacity: 0;
}

#offers,
#same-products {

	padding-left: 75px;
	padding-right: 75px;
	margin-left: -75px;
	margin-right: -75px;
	overflow: hidden;
	padding-bottom: 35px;
}

.price-sort-arrow {

	margin-left: 4px;
	stroke: #000;
	transition: stroke .2s ease;
}

.price-sort-arrow.rotated {

	transform: rotate(180deg);
}

/* End */


/* Start:/local/js/rubo/popup/dist/rubo.popup.bundle.css?16487149567565*/
/* added window */

#productAdded {

	display: none;
}

#productAdded.fancybox-content {

	background: none;
}

#productAdded .fancybox-close-small {

	color: #fff;
}

.added-content {

	background-color: #fff;
	width: 704px;
	border-radius: 6px;
	padding: 30px 25px;
	overflow: hidden;
	position: relative;
}

.added-window-heading {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 24px;
	margin-bottom: 24px;
}

.added-window-heading svg {

	margin-right: 30px;
}

.added-window-item {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	height: 160px;
	width: 100%;
	border-radius: 6px;
	border: 1px #F5F5F5 solid;
	margin-bottom: 15px;
}

.added-item-img {

	width: 160px;
	height: 160px;
	position: relative;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.added-item-gift-icon {

	position: absolute;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #D93030;
    border-radius: 4px;
    width: 24px;
    height: 24px;
}

.added-item-img img { 

	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.added-item-info {

	-webkit-box-flex: 1;

	    -ms-flex-positive: 1;

	        flex-grow: 1;
	padding: 10px 20px 20px 30px;
}

.added-item-row {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.added-item-row:nth-child(1) {
	
	margin-bottom: 32px;
}

.added-item-row:nth-child(2) {
	
	margin-bottom: 27px;
}

.added-item-header {

	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.3;
    max-height: 30px;
}

.added-item-size {

	font-size: 14px;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 2px;
    border: 1px #ccc solid;
    width: 112px;
    height: 28px;
    margin-right: 28px;
}

.added-item-size span {

	font-weight: 400;
    margin-left: 5px;
}

.added-item-color {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.added-item-color-icon {

	display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 3px;
    margin-right: 16px;
}

.added-item-color-icon-inner {

	border-radius: 100%;
	width: 100%;
	height: 100%;
}

.added-item-price {

	font-size: 18px;
	font-weight: 500;
	margin: 0px 20px 0px auto;
}

.added-item-favor-add {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    margin-right: 28px;
}

.added-item-heart-icon {

    -webkit-transition: fill .2s ease;

    -o-transition: fill .2s ease;

    transition: fill .2s ease;
    margin-right: 10.5px;
}

.added-item-favor-add.active .added-item-heart-icon {

    fill: #D93030;
}

.added-item-delivery-date {

	font-weight: 300;
}

.added-item-delivery-date span {

	font-weight: 400;
}

.added-item-old-price {

	font-size: 18px;
    color: #ccc;
    text-decoration: line-through;
    margin: 0 33px 0 auto;
}

.added-item-del path, .added-item-del rect {

    -webkit-transition: fill .2s ease;

    -o-transition: fill .2s ease;

    transition: fill .2s ease;
}

.added-item-del {

	cursor: pointer;
}

.added-item-del:hover path, .added-item-del:hover rect {

    fill: #D93030;
}

.added-window-cart-info {

	margin-top: 30px;
}

.added-window-cart-header {

	font-size: 24px;
	margin-bottom: 34px;
}

.added-window-row {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
}

.added-window-cart-params {

	-webkit-box-flex: 0;

	    -ms-flex: 0 1 50%;

	        flex: 0 1 50%;
	font-weight: 300;
	padding-right: 33px;
}

.added-window-cart-params li {

	padding: 12px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.added-window-cart-params li:first-child {

	margin-bottom: 20px;
}

.added-window-cart-params li span {

	font-weight: 500;
	font-size: 18px;
}

.added-window-cart-btns {

	-webkit-box-flex: 0;

	    -ms-flex: 0 1 50%;

	        flex: 0 1 50%;
	padding-left: 33px;
}

.added-window-order-link {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    border-radius: 6px;
    border: 1px solid #D93030;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 18px;
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
}

.added-window-order-link:hover {
	background: -o-linear-gradient(45deg, #D93030, #FF4040);
	background: linear-gradient(45deg, #D93030, #FF4040);
    color: #FFD080;
}

.added-window-cont-btn {

	outline: none;
	border: none;
	cursor: pointer;
    text-transform: uppercase;
    font-family: 'Rubik';
    font-size: 18px;
    color: #fff;
    border-radius: 6px;
    height: 40px;
    background: -o-linear-gradient(45deg, #D93030, #FF4040);
    background: linear-gradient(45deg, #D93030, #FF4040);
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    width: 100%;
}

.added-window-cont-btn:hover {

	color: #FFD080;
}

/* /added window */

/* preloader */

.added-preloader {

	position: absolute;
	top: 0; left: 0;
	width: 100%;
	min-height: 200px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: rgba(255,255,255,0.5);
}

.products-preloader {

	position: absolute;
	top: 0; left: 0;
	width: 100%;
	min-height: 490px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: rgba(255,255,255,0.5);
}

.lds-dual-ring {

	display: inline-block;
}

.lds-dual-ring:after {

	content: " ";
	display: block;
	width: 32px;
	height: 32px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #D93030;
	border-color: #D93030 transparent #D93030 transparent;
	-webkit-animation: lds-dual-ring 1.2s linear infinite;
	        animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes lds-dual-ring {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

/* /preloader */
/* End */


/* Start:/local/templates/rubosport/components/bitrix/catalog/rubo-catalog/bitrix/catalog.element/rubo-element-vue/style.css?175880965812539*/
.detail-heading {

    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

#product-detail .section-header {

	margin-bottom: 0;
	display: block;
}

.detail-back {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 28px;
    border-radius: 6px;
    border: 1px #D93030 solid;
    transition: color .3s ease, background-color .3s ease;
    font-size: 12px;
    margin-right: 30px;
}

.detail-back:hover {
    background-color: #D93030;
    color: #F5F5F5;
}

.detail-row {

	display: flex;
	position: relative;
}

.detail-gallery-wrap {

	position: relative;
}

.detail-gallery {

	display: flex;
	height: 600px;
	top: 0;
	margin-right: 60px;
}

.detail-side-slider {

	display: flex;
	align-items: center;
	position: relative;
	width: 118px;
	margin-right: 20px;
}

.detail-secondary-image {

	display: block;
	height: 118px;
	width: 118px;
	object-fit: cover;
	border-radius: 6px;
	background-color: #f5f5f5;
	border: 1px solid transparent;
}

.detail-secondary-image:hover {

	border: 1px solid #D93030;
}

.detail-gallery-prev {

	position: absolute;
	top: 0;
	left: 50px;
	cursor: pointer;
}

.detail-gallery-next {

	position: absolute;
	bottom: 0;
	left: 50px;
	cursor: pointer;
}

.detail-slide-wrap {

	margin: 10px 0px;
}

.detail-main-info {

	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.detail-show-box {

	border-radius: 6px;
	/* padding: 40px; */
	overflow: hidden;
	background-color: #f5f5f5;
	width: 600px;
	position: relative;
}

.detail-show-box img {

	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: zoom-in;
}

.detail-price-block {

	display: flex;
	align-items: center;
	width: 100%;
}

.detail-prices {

	display: flex;
	align-items: center;
}


.detail-favor-add {

	display: flex;
    align-items: center;
    text-transform: uppercase;
    transition: color .2s ease;
    cursor: pointer;
    margin-left: auto;
}

.detail-favor-add .heart-icon {
	
	margin-left: 10px;
    fill: #fff;
    transition: fill .2s ease;
}

.detail-favor-add.active .heart-icon {
	
    fill: #D93030;
}

.detail-favor-add .empty {

	color: #D93030;
}

.detail-actual-price {

	font-size: 40px;
	font-weight: 500;
}

.detail-old-price {

	font-size: 21px;
	color: #ccc;
	text-decoration: line-through;
	margin-left: 30px;
}

.detail-open-table {

	display: flex;
	align-items: center;
	cursor: pointer;
	font-weight: 500;
}

.detail-sizes-header {

	display: flex;
	justify-content: space-between;
	width: 100%;
	font-size: 12px;
}

.detail-sizes-icon {

	margin-left: 16px;
}

.detail-sizes-block {

	margin-top: 25px;
}

.detail-sizes-list {

	flex-wrap: wrap;
	margin-top: 17px;
	margin: 12.5px -4.5px -4.5px -4.5px;
	display: flex;
}

.detail-sizes-list .detail-size.checked {

	border-color: #D93030;
	color: #D93030;
}

.detail-size {

	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	border: 1px #f5f5f5 solid;
	transition: color .3s ease, border-color .3s ease;
	width: 63px;
	height: 28px;
	margin: 4.5px;
	cursor: pointer;
}

.detail-size.none {

	background-color: #f5f5f5;
}

.detail-colors-list {

	display: flex;
	margin-right: -27px;
}

.detail-color {

	display: flex;
	align-items: center;
	font-size: 12px;
	margin-right: 27px;
	margin-top: 5px;
	cursor: pointer;
}

.detail-color-icon {

	width: 24px;
	height: 24px;
	border: 3px #fff solid;
	border-radius: 50%;
	margin-right: 16px;
}

.detail-colors-list .detail-color.checked .detail-color-icon  {

	box-shadow: 0 0 0 1px #cccccc;
}




.detail-colors-block.detail-color_offers-block .detail-color-icon{
	width: 50px;
    height: 50px;
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	margin-right: 10px;
}

.detail-colors-block.detail-color_offers-block .detail-color{
	margin-right: 0;
}



.detail-colors-block.detail-color_offers-block + .detail-colors-block{
	display: none !important;
}
















.detail-colors-header,
.detail-additional-header {

	font-size: 12px;
	margin: 31px 0 16px 0px;
}

.detail-description {

	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	margin-top: 30px;
	flex-grow: 1;
}

.detail-add-block {

	align-items: center;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.detail-cart-add {

	cursor: pointer;
	outline: none;
	border: none;
	height: 64px;
	flex:  1 0 40%;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 6px;
	background: linear-gradient(45deg, #D93030, #FF4040);
	transition: color .2s ease;
	color: #fff;
	margin-right: 30px;
}

@media screen and (max-width: 1150px) {
	
	.detail-cart-add {
		flex: unset;
		width: 330px;
	}

	.detail-wb-link {
		flex: unset;
		width: 330px;
		margin-top: 20px;
	}
}


.detail-wb-link {

	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 64px;
	flex: 1 0 40%;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 6px;
	background: linear-gradient(90deg, #FC1C97 0%, #6B0570 100%);
	transition: box-shadow .2s ease;
	color: #fff;
}

.detail-wb-link:hover {
	box-shadow: 0 15px 15px -15px rgb(0 0 0 / 50%);
}

@media screen and (max-width: 480px) {

	.detail-wb-link {
		
	    font-size: 16px;
	    height: 45px;
	    width: 100%;
	}
}

.detail-cart-add.disabled {

	background: #f5f5f5;
}

.detail-cart-add:hover {

	color: #FFD080;
}

.detail-cart-add.disabled:hover {
	color: #FFFFFF;
}

.detail-button-side {
	flex: 1 0 40%;
}

.detail-wb-link + .detail-button-side {
	margin-top: 20px;
}

.detail-delivery-time {

	font-weight: 300;
	margin-bottom: 13px;
}

.detail-delivery-time  span {

	font-weight: 400;
}

.detail-delivery-link {

	font-size: 16px;
	font-weight: 300;
	color: #ccc;
	text-decoration: underline;
	text-underline-position: under;
	transition: color .2s ease;
}

.detail-delivery-link:hover {

	color: #D93030;
}

.detail-secondary-header {

	font-size: 36px;
	margin-bottom: 52px;
	width: 100%;
}

.detail-related-products {

	width: 740px;
	margin-right: 58px;
	flex-shrink: 0;
}

.related-products-grid {

	display: flex;
	margin: 0px -23.5px;
	flex-wrap: wrap;
}

.related-product {

	width: 215px;
	height: 100%;
	border: 1px #f5f5f5 solid;
	transition: border-color .2s ease;
	border-radius: 6px;
	overflow: hidden;
	padding-bottom: 68px;
	position: relative;
}

.related-product:hover {

	border-color: #ccc;
}

.related-product-img-wrap {

	padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    margin-bottom: 20px;
}

.related-product-img {

	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	background-color: #f5f5f5;
}

.related-product-name {

	display: block;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0px 30px 0px 20px;
	line-height: 1.3;
}

.related-product-prices {

	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	padding: 0px 20px;
	position: absolute;
	bottom: 25px;
}

.related-product-prices .old-price {

	color: #ccc;
	text-decoration: line-through;
	margin-right: 13px;
}

.detail-props {

	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.detail-props-list {

	width: 100%;
}

.detail-prop {

	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 20px;
}

.detail-prop .prop-value {

	font-weight: 400;
	text-align: right;
	line-height: 1.3;
}

.detail-bottom-content {

	margin-top: 62px;
}

.detail-props-footer {

	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-grow: 1;
	margin-top: 20px;
}

.detail-props-notification {

	font-weight: 300;
	color: #ccc;
	width: 50%;
}

.detail-brand-logo {

	max-width: 180px;
	height: 55px;
	object-fit: contain;
	filter: grayscale(100%);
	opacity: 0.2;
	transition: filter .2s ease, opacity .2s ease;
}

.detail-brand-logo:hover {

	opacity: 1;
	filter: grayscale(0%);
}

.detail-modifiers {

	position: absolute;
	top: 35px;
	left: 20px;
	margin: 0px -5px;
	display: flex;
}

.detail-modifier.new {

	background-color: #1470CC;
}

.detail-modifier.top {

	background-color: #E5A55C;
}

.detail-modifier.sale {
	
	background-color: #D93030;
}

.detail-modifier.exclusive {
	
	background-color: #3D424D;
}


.detail-modifier {

    width: 64px;
    height: 24px;
    border-radius: 4px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0px 5px;
    color: #fff;
}

.detail-video-link {

	position: absolute;
	top: 34px;
	right: 15px;
	display: flex;
	align-items: center;
	font-size: 12px;
	cursor: pointer;
}

.detail-video-link svg {

	margin-left: 8px;
}

#product-detail {

	margin-bottom: 81px;
}

#detailAdded {

	display: none;
}

#detailAdded.fancybox-content {

	background: none;
}

#detailAdded  .fancybox-close-small {

	color: #fff;
}

.related-products-grid .slick-track {

	margin: 0;
}

/* скрываем последний элемент ХК */

.bx-breadcrumb .bx-breadcrumb-item:nth-last-child(-n+2) {
	display: none;
}

.detail-gift-header {

	display: flex;
	align-items: center;
}

.detail-gift-icon {

	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #D93030;
	border-radius: 4px;
	width: 24px;
	height: 24px;
	margin-right: 15px;
}

.detail-gift-text b {

	font-weight: 500;
}

.detail-gift-list {

	margin-top: 20px;
	display: flex;
}

.detail-gift-list-item {
    display: flex;
    height: 64px;
	width: 64px;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #f5f5f5;
    margin: 0px 10px 10px 0px;
    transition: border-color .3s ease;
	cursor: pointer;
}

.detail-gift-list-item:hover {

	border-color: #cccccc;
}

.detail-gift-list-item.selected {
	border: 1px solid #D93030;
}

.detail-gift-list-item-img {

	background-color: #f5f5f5;
    height: 100%;
    width: 64px;
    /* padding: 5px; */
    flex-shrink: 0;
}

.detail-gift-list-item-name {
	font-size: 12px;
    line-height: 12px;
    flex: 1 0 25%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.detail-custom-label {

	display: flex;
}

@media screen and (max-width: 1024px) { 

	.detail-custom-label {

		display: block;
	}

	.detail-custom-label-info {

		margin-top: 15px;
	}

}

.detail-custom-label-input {
	margin-right: 30px;
	position: relative;
	width: 280px;
}

.detail-custom-label-input::after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 9px;
	top: 17px;
	border-radius: 50%;
	background: #cccccc;
}

.detail-custom-label.filled .detail-custom-label-input::after {

	background: #3687D9;
}

.detail-custom-label-clear {

	position: absolute;
	top: 14px;
	right: 14px;
	cursor: pointer;
	display: none;
}

.detail-custom-label.filled .detail-custom-label-clear {

	display: block;
}

.detail-custom-label-info {

	display: flex;
	align-items: center;
	color: #D93030;
}

.detail-custom-label-input input {

	display: block;
	padding: 12px 41px 11px 38px;
	font-family: 'Rubik';
	background: #F5F5F5;
	border: 1px solid #ffffff;
	border-radius: 6px;
	width: 100%;
}

.detail-custom-label-input input:focus {

	background: #FFFFFF;
	border: 1px solid #cccccc;
}

.detail-custom-label-info-icon {

	margin-right: 15px;
}

@media screen and (max-width: 1440px) { 

	/* detail page */

	.detail-show-box {

		width: 500px;
	}

	.detail-gallery {

		margin-right: 30px;
		height: 500px;
	}

	.detail-related-products {

		width: 635px;
		margin-right: 40px;
	}

	/* /detail page */

}


@media screen and (max-width: 1150px) { 


	/* detail page */

	.detail-gallery-next,
	.detail-gallery-prev {

		visibility: hidden;
	}

	.detail-side-slider .slick-track {

		margin-left: 0;
	}

	.detail-gallery {

		margin-right: 30px;
		flex-direction: column-reverse;
		justify-content: flex-end;
		height: auto;
	}

	.detail-bottom-content {

		flex-direction: column-reverse;
	}

	.detail-show-box {

		width: 400px;
		height: 400px;
	}

	.detail-side-slider {

		width: auto;
		margin: 0 -10px;
	}

	.detail-slide-wrap {

		margin: 10px 10px;
	}

	.detail-side-slider-content {

		width: 415px;
	}

	.detail-props {

		max-width: 550px;
		margin-bottom: 35px;
	}

	.detail-related-products {

		width: 100%;
		margin-right: 0px;
	}

	.detail-add-block {

		display: block;
	}

	.detail-delivery-time {

		margin-top: 15px;
	}

	/* /detial page */
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 770px) {

}

@media screen and (max-width: 480px) {

}
/* End */


/* Start:/local/templates/rubosport/components/bitrix/catalog.section/_rubo-products-slider-vue/style.css?165834341311279*/
.products-grid {

	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}

.product-item {

	width: 336px;
	height: auto;
	border-radius: 6px;
	border: 1px #F5F5F5 solid;
	margin: 15px;
	position: relative;
	background-color: #fff;
}

.product-change-wrap {

	position: absolute;
	width: 100%;
	top: 0;
	visibility: hidden;
	height: 0;
}

.product-change-wrap.active {

	visibility: visible;
	height: 100%;
}

.product-img-slider {

	position: relative;
	width: 100%;
	padding-top: 100%;
}

.product-img-slider .slick-list {

	height: 100%;
}

.product-img-controls {

	display: none;
	position: absolute;
	bottom: 10px;
	width: 100%;
	display: none;
    justify-content: center;
}

.product-item:hover .product-img-controls {

	display: flex;
}

.product-img-dots {

	display: flex;
	align-items: center;
	justify-content: center;
	height: 20px;
	max-width: 100%;
	width: 100%;
}

.product-img-dots > li {
	
	flex: 0 1 60px;
	display: flex;
	justify-content: center;
	padding: 0px 3px;
}


.product-img-dot {

	width: 100%;
	max-width: 30px;
	height: 5px;
	border-radius: 6px;
	background-color: #fff;
	/* margin: 0 15px; */
	cursor: pointer;
}

.slick-active > .product-img-dot {

	background-color: #ccc;
}

.product-image {

	width: 100%;
	height: 100%;
	background-color: #F5F5F5;
	overflow: hidden;
	position: absolute !important;
	top: 0; left: 0;
}

.product-image img {

	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-info {

	font-size: 18px;
	text-transform: uppercase;
	padding: 20px 20px 68px 25px;
	line-height: 1.3;
}

.product-price {

	display: flex;
	align-items: center;
	font-weight: 500;
	position: absolute;
	bottom: 25px;
	left: 0px;
	width: 100%;
	padding: 0px 20px 0px 25px;
}

.product-price .old-price {

	font-weight: 400;
	color: #cccccc;
	text-decoration: line-through;
	margin-right: 15px;
}

.product-expand-box {

	display: none;
	position: absolute;
	top: -2px; right: -2px;
	border-radius: 6px;
	overflow: hidden;
	border: 1px #cccccc solid;
	background-color: rgba(255,255,255,0.95);
	height: calc(100% + 70px);
	width: 400px;
	z-index: -1;
}

.product-item:hover {

	z-index: 2;
	/*border: 1px solid black;*/
}

.product-item:hover .product-expand-box {

	z-index: -1;
	display: block;
}

.product-side-box {

	width: 62px;
	height: 460px;
	display: flex;
	flex-wrap: wrap;
}

.product-bottom-box {

	width: 400px;
	height: 55px;
	display: none;
	align-items: center;
	background-color: transparent;
	padding-left: 64px;
	position: relative;
	position: absolute;
	bottom: -60px;
	right: 0px;
}

.product-item:hover .product-bottom-box {

	display: flex;
	justify-content: space-between;
	padding-right: 20px;
}

.product-more {

	float: right;
	font-size: 13px;
	font-weight: 300;
	display: none;
	transition: color .3s ease;
	margin-left: auto;
}

.product-more:hover {

	color: #D93030;
}

.product-item:hover .product-more {

	display: block;
}

.favor-add {

	display: flex;
	align-items: center;
	text-transform: uppercase;
	transition: color .2s ease;
	cursor: pointer;
}

.favor-add:hover {

	color: #D93030;
}

.favor-add .heart-icon {

	margin-right: 15px;
	fill: transparent;
	transition: fill .2s ease;
}

.favor-add.active .heart-icon {

	fill: #D93030;
}

.favor-add span {

	max-width: 83px;
}

.favor-add .empty {

	color: #D93030;
}

.btn-to-cart {

	outline: none;
	border-radius: 6px;
	border: 1px solid #D93030;
	background-color: transparent;
	font-size: 18px;
	font-family: 'Rubik';
	height: 40px;
	width: 150px;
	cursor: pointer;
}

.btn-to-cart:hover,
.btn-to-cart.added {

	background: linear-gradient(45deg, #D93030, #FF4040);
	color: #fff;
}


.product-size-list {

	width: 62px;
    padding-top: 2.5px;
    position: absolute;
    top: 0;
    left: -62px;
    display: none;
}

.product-item:hover .product-size-list {

	display: block;
}

.product-size-item {

	display: block;
	align-items: center;
	line-height: 25px;
	margin: 7.5px 0px;
	padding-left: 15px;
	cursor: pointer;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-size-item:hover {

	background-color: #f9f9f9;
}

.product-color-list {

	width: 100%;
	padding: 0px 0px 15px 20px;
	margin: -4px 0px;
	align-self: flex-end;
}

.product-color-item {

	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 3.5px solid #fff;
	box-shadow: unset;
	margin: 4px 0px;
	cursor: pointer;
}


.product-color-item.checked {

	box-shadow: 0 0 0 1px #bbbbbb;
}

.product-size-item.checked  {

	background-color: rgba(245, 245, 245, 0.97);
	color: #D93030;
	font-weight: 500;
}

.product-modifiers {

	position: absolute;
	top: 10px;
	left: 10px;
	margin: -5px 0px;
}

.added-item-modifiers {

	display: flex;
	margin: 0px -5px 0px auto;
}

.added-item-modifiers .product-modifier {

	margin: 0px 5px;
}

.product-modifier.new {

	background-color: #1470CC;
}

.product-modifier.top {

	background-color: #E5A55C;
}

.product-modifier.sale {
	
	background-color: #D93030;
}

.product-modifier.exclusive {
	
	background-color: #3D424D;
}

.product-modifier {

    width: 64px;
    height: 24px;
    border-radius: 4px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 5px 0px;
    color: #fff;
}

.product-video {

	display: flex;
	align-items: center;
	position: absolute;
	top: 10px; 
	right: 10px;
	cursor: pointer;
}

.product-video-label {

	margin-right: 8px;
	font-size: 12px;
	display: none;
}

.product-video-icon-expanded {

	display: none;
}

.product-item:hover .product-video-label,
.product-item:hover .product-video-icon-expanded {

	display: block;
}

.product-item:hover .product-video-icon {

	display: none;
}


/* added window */

#productAdded {

	display: none;
}

#productAdded.fancybox-content {

	background: none;
}

#productAdded .fancybox-close-small {

	color: #fff;
}

.added-content {

	background-color: #fff;
	width: 704px;
	border-radius: 6px;
	padding: 30px 25px;
	overflow: hidden;
	position: relative;
}

.added-window-heading {

	display: flex;
	align-items: center;
	font-size: 24px;
	margin-bottom: 24px;
}

.added-window-heading svg {

	margin-right: 30px;
}

.added-window-item {

	display: flex;
	height: 160px;
	width: 100%;
	border-radius: 6px;
	border: 1px #F5F5F5 solid;
}

.added-item-img {

	width: 160px;
	height: 160px;
}

.added-item-img img { 

	width: 100%;
	height: 100%;
	object-fit: cover;
}

.added-item-info {

	flex-grow: 1;
	padding: 10px 20px 20px 30px;
}

.added-item-row {

	display: flex;
	align-items: center;
}

.added-item-row:nth-child(1) {
	
	margin-bottom: 32px;
}

.added-item-row:nth-child(2) {
	
	margin-bottom: 27px;
}

.added-item-header {

	font-size: 18px;
	text-transform: uppercase;
}

.added-item-size {

	font-size: 14px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    border: 1px #ccc solid;
    width: 112px;
    height: 28px;
    margin-right: 28px;
}

.added-item-size span {

	font-weight: 400;
    margin-left: 5px;
}

.added-item-color {

    display: flex;
    align-items: center;
}

.added-item-color-icon {

	display: block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 3px;
    margin-right: 16px;
}

.added-item-color-icon-inner {

	border-radius: 100%;
	width: 100%;
	height: 100%;
}

.added-item-price {

	font-size: 18px;
	font-weight: 500;
	margin: 0px 20px 0px auto;
}

.added-item-favor-add {

	display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 28px;
}

.added-item-heart-icon {

    transition: fill .2s ease;
    margin-right: 10.5px;
}

.added-item-favor-add.active .added-item-heart-icon {

    fill: #D93030;
}

.added-item-delivery-date {

	font-weight: 300;
}

.added-item-delivery-date span {

	font-weight: 400;
}

.added-item-old-price {

	font-size: 18px;
    color: #ccc;
    text-decoration: line-through;
    margin: 0 33px 0 auto;
}

.added-item-del path, .added-item-del rect {

    transition: fill .2s ease;
}

.added-item-del {

	cursor: pointer;
}

.added-item-del:hover path, .added-item-del:hover rect {

    fill: #D93030;
}

.added-window-cart-info {

	margin-top: 30px;
}

.added-window-cart-header {

	font-size: 24px;
	margin-bottom: 34px;
}

.added-window-row {

	display: flex;
}

.added-window-cart-params {

	flex: 0 1 50%;
	font-weight: 300;
	padding-right: 33px;
}

.added-window-cart-params li {

	padding: 12px 0px;
	display: flex;
	justify-content: space-between;
}

.added-window-cart-params li:first-child {

	margin-bottom: 20px;
}

.added-window-cart-params li span {

	font-weight: 500;
	font-size: 18px;
}

.added-window-cart-btns {

	flex: 0 1 50%;
	padding-left: 33px;
}

.added-window-order-link {

	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 6px;
    border: 1px solid #D93030;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 18px;
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
}

.added-window-order-link:hover {
	background: linear-gradient(45deg, #D93030, #FF4040);
    color: #FFD080;
}

.added-window-cont-btn {

	outline: none;
	border: none;
	cursor: pointer;
    text-transform: uppercase;
    font-family: 'Rubik';
    font-size: 18px;
    color: #fff;
    border-radius: 6px;
    height: 40px;
    background: linear-gradient(45deg, #D93030, #FF4040);
    transition: color .2s ease;
    width: 100%;
}

.added-window-cont-btn:hover {

	color: #FFD080;
}

/* /added window */

/* preloader */

.added-preloader {

	position: absolute;
	top: 0; left: 0;
	width: 100%;
	min-height: 200px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.5);
}

.products-preloader {

	position: absolute;
	top: 0; left: 0;
	width: 100%;
	min-height: 490px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.5);
}

.lds-dual-ring {

	display: inline-block;
}

.lds-dual-ring:after {

	content: " ";
	display: block;
	width: 32px;
	height: 32px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #D93030;
	border-color: #D93030 transparent #D93030 transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* /preloader */

.products-slider-dots {

	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
}

.products-slider-dot {

	border-radius: 6px;
    width: 60px;
    height: 5px;
    background-color: #F5F5F5;
    margin: 0px 15.5px;
    cursor: pointer;
}

.slick-active .products-slider-dot {

    background-color: #CCCCCC;
}

.products-slider .slick-track {

	margin-left: 0;
}


/* expand to right */ 

.product-item-slide.slick-current .product-expand-box {

	left: -2px;
	right: unset;
}

.product-item-slide.slick-current .product-side-box {

	margin-left: auto;
}

.product-item-slide.slick-current .product-size-list {

	right: -62px;
	left: unset;
}

.product-item-slide.slick-current .product-item:hover .product-bottom-box {

	padding: 0px;
    width: 300px;
    flex-direction: row-reverse;
    left: 20px;
}


/* End */
/* /local/templates/rubosport/components/bitrix/catalog/rubo-catalog/style.css?16481303701829 */
/* /local/js/rubo/popup/dist/rubo.popup.bundle.css?16487149567565 */
/* /local/templates/rubosport/components/bitrix/catalog/rubo-catalog/bitrix/catalog.element/rubo-element-vue/style.css?175880965812539 */
/* /local/templates/rubosport/components/bitrix/catalog.section/_rubo-products-slider-vue/style.css?165834341311279 */
