

/* Start:/local/templates/redan_light/components/bitrix/catalog.element/simple/style.css?17839737693592*/
.catalog-element__slider-item {
	position: relative; 
	display: block;
	background-size: cover;
	background-position: center;
}

.catalog-element__badge {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: /*white*/#08a518;
	color: /*black*/white;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 12px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	z-index: 2;
	white-space: nowrap;
	pointer-events: none;
}

.btn-primary.hide.to-order{
    display: none;
}


.btn-primary.to-order{
    display: block;
}

.catalog-element .catalog-element__btn-buy1click.hide {
    display: none;
}

h1 {
    display:none;
}
.catalog-block-header {
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    margin:126px 0 36px;
    padding-right: 140px;
}

.catalog-element__recommended-retail-price {
	width: max-content;
    display: inline-block;
    color: #2F2F2F;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    margin-top: 16px;
    margin-bottom: -16px;
    position: relative;
    background-color: #FFA800;
    padding: 2px 16px;
    border-radius: 6px;
}
.catalog-element__recommended-retail-price span {
    padding-left: 4px;
}
.catalog-element__recommended-retail-price:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
}
.recommended-retail-price__alert {
    display: none;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
    padding: 14px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #2F2F2F;
    position: absolute;
    left: calc(100% + 10px);
    top: 1px;
    width: 448px;
    cursor: default;
}
.catalog-element__recommended-retail-price.active .recommended-retail-price__alert {
    display: inline-block;
}

@media(max-width: 1239px) {
    .recommended-retail-price__alert {
        width: 320px;
    }
}
@media(max-width: 991px) {
    .catalog-element__recommended-retail-price {
        z-index: 3;
        margin-bottom: 0;
    }

    .recommended-retail-price__alert {
        left: 0;
        right: unset;
        width: 346px;
        top: 32px;
    }
}

.catalog-element-detail__toggle span {
    padding-left: 4px;
    color: #A3A3A3;
}

.catalog-element__detail span,
.catalog-element__detail svg {
    display: none !important;
}

.catalog-element__detail.needToggle span,
.catalog-element__detail.needToggle svg {
    display: block !important;
}

.catalog-element__motor-schemes {
    margin: 20px 0;
    padding: 16px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .04);
}

.catalog-element__motor-schemes-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #2f2f2f;
}

.catalog-element__motor-scheme {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #eff0f1;
    color: #2f2f2f;
    text-decoration: none;
}

.catalog-element__motor-scheme:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.catalog-element__motor-scheme-name {
    font-weight: 500;
    color: #006eb6;
}

.catalog-element__motor-scheme:hover .catalog-element__motor-scheme-name {
    color: #c2002f;
}

.catalog-element__motor-scheme-position {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    padding: 4px 8px;
    border-radius: 4px;
    background: #eff0f1;
    font-size: 12px;
    line-height: 130%;
    color: #2f2f2f;
}

/* End */


/* Start:/local/templates/redan_light/components/bitrix/catalog.item/bootstrap_v4/style.css?17847213751269*/

	.btn-link-new {
		color: #2f2f2f;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		font-size: 13px;
		font-family: Manrope;
		font-weight: 700;
		white-space: nowrap;
		padding: 7px 10px !important;
		line-height: 155%;
		border-radius: 30px;
		border: 1px solid #87001E;
		text-transform: uppercase;
		cursor: pointer;
	}

	.btn-link-new:hover {
		background: linear-gradient(176deg, #87001E 2.84%, #FF0037 153.39%);
 	 	color: #fff;
	}

    .product-item-pre-order {
        color: white !important;
        background: linear-gradient(176deg, #87001E 2.84%, #FF0037 153.39%) !important;
        white-space: nowrap;
        padding: 7px 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

	
	.product-item-image-original {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	line-height: 0;
}

.product-item-image-original img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.catalog-section .product-item-info-wrap {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    margin-top: 10px;
}
/* End */
/* /local/templates/redan_light/components/bitrix/catalog.element/simple/style.css?17839737693592 */
/* /local/templates/redan_light/components/bitrix/catalog.item/bootstrap_v4/style.css?17847213751269 */
