.new-elem-card .characteristic-new,
.new-section-card .characteristic-new{
    display: flex;
    flex-wrap: wrap;
}
.new-elem-card .characteristic-new-item,
.new-section-card .characteristic-new-item{
    width: 100%;
    height: 40px;
    background: #F2F2F2;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-elem-card .characteristic-new-item-big{
    width: 100%;
    height: 70px;
    background: #F2F2F2;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-elem-card .characteristic-new-item-big:last-child{
    margin-bottom: 5px;
}
.new-elem-card .characteristic-new-item-title,
.new-section-card .characteristic-new-item-title{
    padding-left: 15px;
    font-size: 16px;
}
.new-elem-card .characteristic-new-item-value,
.new-section-card .characteristic-new-item-value{
    display: block;
    width: 60%;
    color: #241D37;
    font-weight: bold;
    font-size: 16px;
}
.new-elem-card .characteristic-new-item-value > a,
.new-section-card .characteristic-new-item-value > a{
    color: #241D37;
    font-weight: bold;
    font-size: 16px;
}
.new-elem-card .characteristic-new-item-value > a:hover,
.new-section-card .characteristic-new-item-value > a:hover{
    text-decoration: none;
}
.new-elem-card .characteristic-new-item-value > a > .flag,
.new-section-card .characteristic-new-item-value > a > .flag {
    width: 28px;
    height: 20px;
    margin-left: 0;
}
.new-elem-card .characteristic-new-item-value > a > .flag > img,
.new-section-card .characteristic-new-item-value > a > .flag > img{
    width: 100%;
    padding-right: 3px;
}
.new-elem-card .new-col1{
    display: flex;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    width: 100px;
    justify-content: center;
    background: #fff;
}
.new-elem-card .new-col2{
    display: flex;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    width: 100px;
    justify-content: center;
    background: #CCCCCC;
}
.new-elem-card .quantity input{
    width: 50px;
}
.new-elem-card .new-col2 > input{
    width: 100%;
}
.new-elem-card .quantity .plus{
    background: url('../img/plusBtn.png');
}
.new-elem-card .quantity .minus{
    background: url('../img/minusBtn.png');
}
.new-elem-card .quantity .plus,
.new-elem-card .quantity .minus{
    width: 25px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 0;
    margin-right: 0;
}
.new-elem-card .btns-new{
    display: flex;
    justify-content: space-between;
}
.new-elem-card a.product-basket-link.to-basket-link{
    display: inline-block;
    width: 155px;
    padding: 15px;
    text-align: center;
    background: #FFAB1D;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: none;
    margin-left: 0;
}
.new-elem-card .product-basket-link.to-basket-link:hover{
    text-decoration: none;
}
.new-elem-card .box-right-bottom button.onclick-btn-new{
    border: none;
    width: 190px;
    padding: 15px;
    background: #53A72D;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.new-elem-card .box-right-bottom button.onclick-btn-new:hover{
    color: #fff;
}
.new-elem-card .modal-buttom{
    position: relative;
    float: unset;
    top: 0;
}
.new-elem-card .new-elems-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.new-elem-card .price-new-elem{
    color: #D00000;
    font-size: 16px;
    margin-bottom: 0;
}
.new-elem-card .price-new-elem.price-new-elem-one{
    color: #241D37;
}
.new-elem-card .price-new-elem-discount{
    color: #BBBBBB;
    font-size: 14px;
    font-weight: 100;
    text-decoration: line-through;
}
.new-elem-card .new-elems-container-item{
    text-transform: uppercase;
    border: none;
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    color: #FFAB1D;
    margin-left: 30px;
}
.new-elem-card a.new-elems-container-item.a_product_delay{
    text-decoration: none;
    font-size: 12px;
    color: #FFAB1D;
    margin-top: 0;
}
.new-elem-card .new-elems-container-item:hover{
    text-decoration: none;
    cursor: pointer;
}
.new-elem-card .m-sharing{
    float: left;
}
.new-elem-card .ask,
.new-elem-card .favnew,
.new-elem-card .otl{
    position: relative;
}
.new-elem-card .ask:before{
    background: url("../img/icon/askinew.png");
}
.new-elem-card .favnew:before{
    background: url("../img/icon/heart_new.png");
}
.new-elem-card .otl:before{
    background: url("../img/icon/timenew.png");
}
.new-elem-card .ask:before,
.new-elem-card .favnew:before,
.new-elem-card .otl:before{
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: calc(50% - 10px);
    left: -30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% 50%;
}
.new-elem-card .otl{
    margin-left: 20px;
}
.new-elem-card .otl:before{
    left: -20px;
}
.new-elem-card .new-elem-card-row-height{
    display: flex;
}
.new-elem-card .fotorama{
    border: 1px solid #F2F2F2;
    padding-bottom: 85px;
    height: 100%;
}
.new-elem-card .gallery-zoom-link .zoom{
    top: 5px;
    right: 5px;
}
.information-bordurs{
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.new-elem-card .info-icon{
    position: relative;
}
.new-elem-card .info-icon:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url('../img/icon/infonew.png') 50% 50%/contain no-repeat;
    position: absolute;
    top: 0;
    left: -30px;
}
.breadcrumb-element{
    padding: 20px 0;
    background: #f2f2f2;
}
.breadcrumb-element .breadcrumb > li > a{
    font-size: 14px;
    text-transform: none;
    text-decoration: none;
}
.breadcrumb-element .breadcrumb > li.active > a{
    color: #bbbbbb;
}
a.gallery-zoom-link{
    height: calc(100% - 50%);
}
.new-elem-card .collection-advantages{
    margin-top: 50px;
}
.new-elem-card .collection-advantages .item-text{
    color: #241D37;
    font-size: 17px;
    font-weight: bold;
    padding-top: 20px;
}
.new-elem-card div.box-right-bottom{
    position: unset;
    width: 100%;
    background: transparent;
    border: none;
    padding: 0;
    margin-top: 10px;
}
.new-elem-card div.box-right-top.box-elems{
    height: auto;
    padding: 0;
    background: transparent;
}
.item_card_page .new-elem-card .box-right-top .box-position{
    padding: 0;
    border: none;
    padding-left: 15px;
}
.item_card_page .box-right-bottom.notsale:after{
    display: none;
}
.item_card_page .new-elem-card .box-right-top .kolvo{
    width: 50px;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 35px;
    font-family: inherit;
    font-size: 16px;
    color: inherit;
    margin-right: 0;
    background: transparent;
    border: none;
    margin-top: 0;
}
.item_card_page .new-elem-card .box-right-top .new-col2 .kolvo{
    width: 100%;
}
.item_card_page .new-elem-card .box-right-top .kolvo:first-child{
    margin-left: 0;
}
.item_card_page .new-elem-card .box-right-bottom .link-buttom.notsale:after{
    display: none;
}
.item_card_page .new-elem-card .box-right-top{
    padding: 0;
    height: auto;
    background: transparent;
}
.new-section-card .sample-view-section{
    padding: 10px 0;
}
.new-section-card .sample-view-section > div > a{
    color: #FFAB1D;
    text-decoration: none;
}
.new-elem-card .summ-new-card{
    justify-content: flex-end;
    padding-right: 15px;
}
.new-elem-card .yes-in-nalich{
    color: #53A72D;
}
.new-elem-card .no-in-nalich{
    color: #D00000;
}

/*favorites*/
.usligi-pict__close_good{
    cursor: pointer;
}
.usligi-pict__close_good:before{
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    top: -12px;
    right: 6px;
    background: url(../img/favorite-close.svg) no-repeat;
}
.favorites-goods-and-coll .link{
    font-family: "DINPro-Bold", sans-serif;
    font-size: 15px;
    color: #241d37;
    text-decoration: underline;
}

.favorites-goods-and-coll .easy{
    font-family: "DINPro-Regular", sans-serif;
    font-size: 12px;
    color: #666;
}
div.favorites_page_new .box-position1{
    padding: 25px 10px 50px;
}
/*favorites*/

@media screen and (min-width: 768px) and (max-width: 991px) {
    .new-elem-card .characteristic-new-item-value,
    .new-section-card .characteristic-new-item-value
    {
        width: 50%;
    }
    .new-elem-card a.product-basket-link.to-basket-link,
    .new-elem-card .onclick-btn-new{
        width: auto;
        padding: 10px;
    }
    .information-bordurs{
        width: calc(70% - 30px);
        left: 20%;
    }
    .new-elem-card .new-elems-container{
        flex-wrap: wrap;
        justify-content: center;
    }
    .new-elem-card .new-elems-container-item{
        margin-bottom: 10px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 768px) {
    .new-elem-card .fotorama{
        padding-bottom: 0;
    }
    .panel .row{
        padding-bottom: 0;
        padding-top: 0;
    }
    .new-elem-card .new-elems-container{
        padding: 20px;
    }
    .new-elem-card .characteristic-new-item-value,
    .new-section-card .characteristic-new-item-value{
        width: 50%;
    }
}