.img-left {
	float: left;
	margin: 0 10px 10px 0;
}

.img-right {
	float: right;
	margin: 0 0 10px 10px;
}

.p10 { line-height: 15px !important;}
.p15 { line-height: 20px !important;}
.p20 { line-height: 30px !important;}

.table6 div {
font: 700 14px Arial;
color: #fa8543;
text-transform: uppercase;
text-decoration: none;
}

.td_padding_10 {
width:auto;
margin:0 0 20px 0;
}

.td_padding_10 td {
padding:10px;
}



.navigation {
padding:20px 0px;
}

.spoilerbutton {
    display:block;
    margin: 5px 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: relative;
    left: 50%;
    margin-top: 15px;
}
.spoiler {
    overflow:hidden;
}
.spoiler > div {
    -webkit-transition: all 0.2s ease;
    -moz-transition: margin 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: margin 0.2s ease;
}
.spoilerbutton[value="Show"] + .spoiler > div {
    margin-top:-1000%;
}
.spoilerbutton[value="Hide"] + .spoiler {
    padding:5px;
}

.spoilerbutton{
    background-color: white;
	border: none;
}
.spoilerbutton[value="Show"]{
    background-repeat: no-repeat;
    background-image: url(/bitrix/images/fileman/ar.png);
    background-position: 0px 2px;
}
.spoilerbutton[value="Hide"]{
        background-repeat: no-repeat;
    background-image: url(/bitrix/images/fileman/ar1.png);
    background-position: 0px 2px;
}
#left_menu_wr #menu_left li.active {
    display: none;
}

p.price_pro {
    color: #fa7a33;
    font-size: 20px;
    border: 2px solid #fa7a33;
    border-radius: 5px;
    display: inline-block;
    padding: 5px;
    margin-bottom: 30px;
}

.fancybox-slide--iframe .fancybox-content {
    height: 390px !important;
}

.fancybox-stage {
    background:rgba(53, 46, 46,.5);
}

.b1c-title-name > span{
display: none;
}

.lift.card__row {
    display: flex;
    gap: 20px;
}

.lift .card__row-item {
    width: 50%;
    display: flex;
    align-items: flex-start;

    border: 1px solid #d2d2d2;
    padding: 10px;
    margin-bottom: 20px;

    text-decoration: none;
    color: #000;
    outline: none;
    transition: box-shadow .2s linear;
}

.lift .card__row-item:hover {
    box-shadow: 0px 0px 20px 10px rgb(0 0 0 / 10%);
}

.lift .card__row-item--left, .lift .card__row-item--right {
    width: 50%;
}

.lift .card__row-item--left {
    padding-right: 15px;
}

/* .lift .card__row-item--right {
    height: 350px;
} */

.lift .card__row-item--right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lift .card__row-title {
    line-height: 1.3;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

.lift .card__row-price {
    font-size: 18px;
    color: #fc5a5a;
    margin-bottom: 15px;
}

.lift .card__row-about {
    line-height: 1.5;
    font-size: 15px;
}