.breadcrumb{
    background-color: transparent;
}
a.card-article:hover{
    color:#fff;
}

.mb-4 > p {
    display: none;
}

.tcb-promo-options {
    margin-bottom: 24px !important;
}

.tcb-promo-options > div {
    margin-bottom: 12px;
}

.tcb-promo-options > div > input {
    display: none;
}

.tcb-promo-options > div > label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    padding-left: 20px;
}

.tcb-promo-options > div > label:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 4px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: #EEA593;
    opacity: 0;
    z-index: 3;
    transition: opacity .2s ease-in-out;
}
.order-option__name {
    margin-bottom: 12px;
}


.tcb-promo-options > div > label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    z-index: 1;
    transition: border .2s ease-in-out;
}


.tcb-promo-options > div > input:checked + label:after {
    border: 1px solid #EEA593;
}

.tcb-promo-options > div > input:checked + label:before {
    opacity: 1;
}

.slider-reviews{
    margin-bottom: 45px;
}

@media screen and (max-width: 575px) {
    .slider-reviews{
        margin-bottom: 0;
    }
}

.cursor-pointer{
    cursor: pointer;
}
.js-element-offer-image-fixed{
    width : 78px;
}

.split-pay .ya-pay-widget{
	height: 235px !important;
}

.form-license {
	font-size: 12px;
}

.sidebar-checkbox {
	text-align: left;
	margin-bottom: 8px;
}

.checkbox-title{
	display: block;
}

.checkbox-error-message{
	display: none;
	font-size: 13px;
	line-height: 25px;
	color: #f09870;
}

.input-error .checkbox-error-message{
	display: block;
}


.sidebar-checkbox.checkbox-label {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
}


.checkbox-label__icon {
	width: 16px;
	flex-shrink: 0;
	margin-right: 8px;
}

.checkbox-title {
	flex: 1;
	min-width: 0;
}

.checkbox-error-message {
	order: 1;
	width: 100%;
}

.disabled{
	opacity: .5;
	pointer-events: none;;
}
.yandex-cashback{
	margin-top: 16px;
}

.yandex-cashback--order{
	margin-bottom: 25px;
}

.card-product__parts+.split-badge-wrapper{
	margin-left: 0;
	position: relative;
	top: -12px;
}
.card-b__wrapper .card-b__bottom{
	height: 211px;
}

.product-detail__btns .btn {
	width: 100%;
}