.catalog-section-description {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.429;
    margin: 40px 0;
}

h3.product-item-title {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.25;
    width: 100%;
    padding: 5px;
    white-space: unset;
    height: auto;
    margin: 5px 0 !important;
}

.price-block{
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.price-block .price{
    width: 45%;
    float: left;
    text-align: center;
}

.price-block .price span{
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}


.price-block .buy-block{
    width: 55%;
    float: left;
    margin-top: 10px;
}

.product-item.mainCataloItem {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}

.bottonLinkBlock {
    height: 40px;
    margin: 15px 0;
}

.bottonLinkBlock a {
    display: block;
    padding: 10px 32px;
}

.bottonLinkBlock a:hover {
    color: #fff;
    text-decoration: none;
}

a.product-item-image-wrapper {
    width: 100%;
    height: 176px;
    display: block;
    padding-top: 0;
    overflow: hidden;
}

.product-item.mainCataloItem {
    border-width: 1px;
    border-color: rgb(246, 246, 246);
    border-style: solid;
    border-radius: 5px;
    /*background-color: rgb(255, 255, 255);*/
    /*box-shadow: 3.064px 2.571px 0px 0px rgb(0, 0, 0);;*/
}

.product-item-small-card {
    margin-bottom: 20px;
}

.previewBlock {
    font-size: 14px;
    color: rgb(76, 76, 76);
    line-height: 1.429;
    text-align: center;
}

.mainCatalog .btn-primary {
    color: #000!important;
    background-color: transparent;
    border-color: transparent;
    background-image: url(/bitrix/templates/kmktradeco/images/refresh.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.mainCatalog .btn-primary:focus,
.mainCatalog .btn-primary:active,
.mainCatalog .btn-primary:hover {
    color: #0069d9!important;
    border-color: transparent;
    background-color: transparent;
    background-image: url(/bitrix/templates/kmktradeco/images/refresh.png);
    background-position: left;
    background-repeat: no-repeat;
}

.row.bx-blue.mainCatalog {
    margin-top: -0.5rem;
}

.priceBlock {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.429;
    text-align: center;
    font-weight: bold;
    margin: 15px 0;
    width: 40%;
    float: left;
}

.bottonLinkBlock{
    width: 60%;
    float: left;
}

.priceBlock span {
    color: #1b469a;
    font-size: 20px;
}

.mainCatalog .text-center.mb-4 {
    margin-bottom: 0!important;
}

@media screen and (max-width: 450px){
    a.catalog-section-list-item-link{
        font-size: 12px !important;
    }
}