.props_list_wrapp {
    margin: 0;
    padding: 10px 0px 0px;
}

table.item_detail {
    width: 100%;
}

table.item_detail tbody {
    vertical-align: top;
}

table.item_detail .item_detail_properties {
    padding: 0 60px 20px 0;
    width: 50%;
}

.item_detail_no_table {
    display: none;
}

.props_list .props_item::before {
    color: #157f24;
    content: "\25CF";
}

.catalog_detail .props_list .props_item span {
    padding-left: 8px;
}

.props_list .props_item {
    font-size: 14px;
}

.props_list_wrapp.equipment_slide {
    padding: 0 !important;
}

/*-----------------modified-stiles-----------------*/
@media (max-width: 500px) {
    .top_inner_block_wrapper section.page-top {
        padding-top: 0;
    }

    .hide-on-catalog-detail-xs {
        display: none !important;
    }
}

/*-----------------/modified-stiles-----------------*/

.catalog_detail__ecoquality {
    position: absolute;
    z-index: 2;
    right: 8%;
    top: 5%;
    line-height: 0;
    width: 18%;
}

.catalog.detail .item:not(.wg) + .drag_block.tizers {
    margin-top: -25px;
}

.detail .drag_block {
    clear: both;
}

.drag_block:not(.goods) {
    position: relative;
    z-index: 1;
}

.tizers_block2.linked {
    padding: 21px 36px 25px;
}

.tizers_block2 {
    padding: 28px 0;
}

.row {
    margin-left: -16px;
    margin-right: -16px;
}

.row::after, .row::before {
    display: table;
    content: " ";
}

.tizers_block2 .item {
    padding: 20px 0;
}


.tizers_block2 .item .img img {
    max-width: 100%;
    max-height: 100%;
}

.detail img {
    max-width: 100%;
    max-height: 100%;
}

.tizers_block2 .item:not(.wti) .title {
    padding-left: 79px;
}

.tizers_block2 .item .title {
    margin: -6px 0;
}

.tizers_block2 .item .title {
    text-align: left;
    padding: 0 0 0 84px;
    padding-left: 84px;
    white-space: normal;
}

.tizers_block2 .item > div {
    vertical-align: top;
}

.tizers_block2.linked .item .title .top-text {
    font-size: 1em;
}

.tizers_block2 .item .title .top-text {
    font-weight: 400;
    font-size: 1.0667em;
    margin-top: -2px;
    color: #555;
}

.tizers_block2 .item .title span {
    display: block;
}

.tizers_block2.linked .item .title .desc-text {
    margin-top: 2px;
    font-size: .9333em;
    line-height: 1.4286em;
    color: #a3a3a3;
}

.tizers_block2 .item .title .desc-text {
    margin: 5px 0 0;
    margin-top: 5px;
    font-size: .9333em;
    color: #666;
    line-height: 1.4286em;
}

.tizers_block2 .item .title span {
    display: block;
}

.tizers_block2.linked .item .img {
    width: 53px;
    height: 53px;
    min-width: 53px;
}

.tizers_block2 .item .img {
    float: left;
    width: 61px;
    height: 60px;
}

.tizers_block2 .item > div {
    vertical-align: top;
}

.drag_block.tizers {
    margin: 10px 0 15px;
}

@media (max-width: 500px) {
    .tizers_block2 .item_wrap {
        width: 100%;
    }
}

@media (min-width: 500px) and (max-width: 1150px) {
    .tizers_block2 .item_wrap {
        width: 50%;
    }
}

.itemcalc__inner-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding-top: 5px;
    padding-bottom: 5px;
}

.itemcalc__body {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.itemcalc__image {
    flex: 1 0 auto;
}

.itemcalc__image img {
    width: 20px;
    max-width: 100%;
    max-height: 100%;
}

.itemcalc__footer {
    text-align: left;
}

.itemcalc__text {
    text-align: left;
    margin-right: 7px;
    display: inline-block;
}

.itemcalc__footer > a {
    display: inline-block;
    border-bottom: 1px dashed #555;
    text-decoration: none;
}

.ec-calc-result__header {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.ec-calc-result-table {
    border: none !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.ec-calc-error, .ec-calc-result, .ec-calc-result-table thead, .ec-delivery .ec-calc-layout .ec-calc .ec-calc__close {
    display: none;
    margin: 30px;
}

.ec-calc-result-table tbody {
    display: block !important;
    width: 100% !important;
}

.ec-calc-result-table tbody tr {
    display: block !important;
    padding: 10px 0 !important;
    width: 100% !important;
}

.ec-calc-result-table tbody td {
    border: none !important;
    display: block !important;
    width: 100% !important;
}

.ec-calc-result-table__rouble {
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-right: 10px !important;
}

.ec-calc-result-table__days {
    color: #999 !important;
    display: inline-block !important;
}

.ec-calc-result-table tbody tr + tr {
    border-top: 1px solid #ddd !important;
}

#deliveryCalcWindow ul li:before {
    content: unset !important;
}

#deliveryCalcWindow ul li {
    margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
    .catalog_detail__ecoquality {
        right: 1.5%;
        top: 1.5%;
    }
}

.rassr_price {
     display: inline-block;
 }

.rassr_price > a {
    border-bottom: 1px dashed #666;
}

.rassr_price > a:hover {
    border-bottom: 1px solid transparent;
}

.prices_block .rassr_price {
    display: inline-block;
    cursor: pointer;
    margin-right: 7px;
}

.tooltip-question-mark-rassr svg {
    width: 15px;
    position: relative;
    bottom: -2px;
    left: -2px;
    fill: #555;
}

.tooltip-rassr_price {
    display: inline-block;
    margin-top: 3px;
    color: #fff;
    text-decoration: underline;
}

.prices .credit_price {
    padding-bottom: 5px;
    display: inline-block;
    cursor: pointer;
    margin-right: 7px;
}

.tooltip-question-mark-credit svg {
    width: 15px;
    position: relative;
    bottom: -2px;
    left: -2px;
    fill: #555;
}


.tooltip-credit_price {
    display: inline-block;
    margin-top: 3px;
    color: #fff;
    text-decoration: underline;
}

/* Таблица сравнения товаров  */
.element_compare_block table td {
    border: 1px solid #f2f2f2;
    padding: 22px;
}

.element_compare_block table {
    width: 100%;
}

.element_compare_block table tr.element_compare_table_first {
    font-weight: bold;
    text-align: center;
}

.element_compare_block table td.first {
    font-weight: bold;
}

.element_compare_block table td.good {
    background: #D8EAD2;
    color: #000;
}

.element_compare_block table td.bad {
    background: #F4CCCC;
    color: #000;
}


@media (min-width: 768px) {

}

@media (max-width: 768px) {
    .element_compare_block table td {
        padding: 12px;
    }

    .element_compare_block table {
        width: 100%;
        word-break: break-word;
    }

    .element_compare_block table td.first {
        width: 30%;
    }

    .element_compare_block table td.good {
        width: 35%;
    }

    .element_compare_block table td.bad {
        width: 35%;
    }

    .element_compare_block_table {
        font-size: 13px;
    }

    .element_compare_block.with-photo td {
        vertical-align: top;
    }

    .element_compare_block.with-photo .first-photo td {
        vertical-align: bottom;
    }

    .element_compare_block_table.four td {
        width: 25% !important;
    }
}



/*  отсюда с фото */
.element_compare_block.with-photo img {
    max-width: 400px;
    width: 100%;
    margin-top: 15px;
}

.element_compare_block_table_minus_title {
    font-weight: bold;
}

.element_compare_block.with-photo {
    margin-top: 15px;
}

.element_compare_block.with-photo td.plus {
    text-align: left;
}
.element_compare_block.with-photo td.minus {
    text-align: right;
}

.minus-text {
    margin-right: 50px;
    display: inline-block;
    width: 78%;
}
.plus-text {
    margin-left: 50px;
    display: inline-block;
    width: 78%;
}

.minus-pic {
    display: inline-block;
}

.plus-pic {
    display: inline-block;
}

.plus-minus-mobile {
    display: none;
}

.plus-minus-desc {
    display: block;
}

@media (max-width: 1365px) {
    .element_compare_block.with-photo img {
        width: 150px;
    }

    .minus-text {
        width: 100%;
        margin-right: 0;
    }

    .plus-text {
        width: 100%;
        margin-left: 0;
    }


    .minus-pic {
        display: block;
        width: 10%;
    }

    .plus-pic {
        display: block;
        width: 10%;
        margin-left: auto;
    }

    .plus-minus-mobile {
        display: block;
    }

    .plus-minus-desc {
        display: none;
    }

    .element_compare_block.with-photo {
        margin-top: -10px;
    }

    .element_compare_block.with-photo td.plus {
        text-align: right;
    }

    .element_compare_block.with-photo td.minus {
        text-align: left;
    }
}

/* Таблица сравнения товаров  */