.csi-logo {
    max-width: 290px;
    max-height: 140px;
    height: 140px;
    padding: 20px 45px;
    margin-bottom: 30px;
}

#catalog-products .right-side .catalog-section-info .csi-title, #catalog-products .right-side .catalog-section-info .csi-title * {
    line-height: 22px;
    margin-bottom: 20px;
    margin-left: 30px;
}

.w-break {
    white-space: nowrap;
    margin-left: 0px!important;
}

#catalog-products .right-side .catalog-section-info .csi-name {
    line-height: 20px;
    margin: 0 0 20px 0px;
    background-size: 15px 19px;
    background-position: left top;
}

#catalog-products .right-side .catalog-section-info .csi-email {
    line-height: 20px;
    margin: 0 0 20px 0px;
    background-size: 18px 18px;
    background-position: left 4px;
}

#catalog-products .right-side .catalog-section-info .csi-phones {
    line-height: 20px;
    font-size: 14px;
    color: #000000;
    padding-left: 30px;
    margin: 0 0 20px 0px;
}

.csi-ask {
    padding-left: 30px;
}
/*products*/
.catalog-sections-list::before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 840px;
    left: 0px;
    /*top: -15px;*/
    /*bottom: -35px;*/
    top: 0px;
    bottom: 0px;
    /* right: 70px; */
    border-radius: 25px;
    background-color: #f7f7f7;
}
.product-node .product-node-i {
    display: flex;
    text-align: left;
    position: relative;
    padding: 0 20px;
    flex-direction: column;
    align-content: center;
}

.product-node a {
    text-decoration: none !important;
    display: flex;
    width: 220px;
    /* text-align: center; */
    /* justify-content: center; */
}

.product-node .product-node-i .product-node-title {
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    /* max-height: 109px; */
    position: relative;
    /* padding-bottom: 5px; */
    /* padding-right: 20px; */
}

.product-node .product-node-i .product-node-price {
    margin-top: 23px;
    padding: 0px 0 5px 35px;

}

.product-node .product-node-i .product-node-img {
    display: inline-block;
    width: 110px;
    height: 110px;
    padding-bottom: 80%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: contain;
    margin: 0 auto;
}

.product-node .product-node-i .product-node-price span {
    color: #FCC200;
    font-weight: 600;
    line-height: 20px;
    font-size: 13px;
    display: inline-block;
    width: 0;
    height: 26px;
    margin-top: 2px;
    overflow: hidden;
    transition: all .2s ease-in;
}