.cat-list__item-container {
    border-radius: 5px;
    padding: 0 2px 12px 2px;
    border: 1px solid #dcdcdc !important;
    color: #333;
    font-family: Cuprum;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 100%;
}

.cat-list__item-container:hover {
    border: 1px solid #4a86e8 !important;
}

.cat-list__title {
    width: 95% !important;
    max-width: 95% !important;
    margin: 0 auto 5px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    line-height: 18px;
}

.cat-list__title a {
    color: #acc75e;
    text-decoration: none;
    display: block;
    word-wrap: break-word;
}

.cat-list__title a:hover {
    color: #acc75e;
    text-decoration: none;
}

.cat-list__item-images {
    padding-bottom: 10px;
    width: 60%;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
}

.cat-list__item-images::after {
    content: '';
    padding-top: 100%;
    display: block;
}

.cat-list__nadpis-pod-tovarom {
    display: block;
    margin-top: -10%;
    padding: 6px;
    font-size: 12px;
    text-align: center;
}

.cat-list__nadpis-pod-tovarom-yellow {
    background-color: #f9da32;
}

.cat-list__nadpis-pod-tovarom-green {
    background-color: #c4db47;
}

.cat-list__nadpis-pod-tovarom-blue {
    background-color: #b6d7e4;
}

.cat-list__price {
    display: flex;
    max-width: 90% !important;
    margin: 0 auto;
    padding: 10px 0;
    align-items: center;
}

.cat-list__price-name {
    width: 50%;
}

.cat-list__price-item {
    width: 50%;
    text-align: right;
    font-size: 20px !important;
}

.cat-list__item-old-price {
    color: #bb3737;
    font-size: 15px;
    display: inline-block;
    position: relative;
}

.cat-list__item-old-price:before {
    content: "";
    border-bottom: 2px solid rgba(255,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 50%;
    transform: rotate(-12deg);
}

.cat-list__item-controls-blocktwo {
    padding-top: 10px;
    text-align: center;
}

.cat-list__item-articuls {
    max-width: 90% !important;
    margin: 0 auto;
    padding: 5px 0;
}

.cat-list__item-articul {
    display: flex;
    padding: 5px 0;
    align-items: center;
    border-bottom: 1px dashed #dcdcdc !important;
}

.cat-list__item-articul-name {
    width: 50%;
    color: #a3a3a3;
}

.cat-list__item-articul-val {
    width: 50%;
    font-weight: 600;
    text-align: right;
}

.cat-list__home {
    display: block;
}

.cat-list__home.row {
    margin-right: 0;
    margin-left: 0;
}

.cat-list__home .bx_bt_button {
    color: #fff;
    background-color: #4a86e8;
    border-color: #4a86e8;

    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
}

.cat-list__home .bx_bt_button:hover {
    color: #fff;
    background-color: #3c7de6;
    border-color: #3c7de6;
}

.popup-window-titlebar {
    display: flex;
    padding-right: 50px;
    align-items: center;
}

.cat-list__item-icon-v-kredit {
    position: absolute;
    width: 50px;
    height: 47px;
    top: 60px;
    left: 5px;
    background: url('images/pokupay_sticker_credit_new.png') no-repeat;
    background-size: 100% 100%;
}

.cat-list__sort {
    padding-left: 10px;
    background: #eee;
    margin: 0 0 28px 0;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    border-radius: 4px;
}

.cat-list__sort-select {
    padding: 9px;
    color: #34495e;
    cursor: pointer;
    border: 0;
    background: #eee;
}

@media (max-width: 500px) {
    .catalog__sesl-block {
        padding-top: 0;
        padding-bottom: 0;
    }

    .catalog__sesl-block .btn {
        font-size: 13px !important;
        display: block;
        margin-right: 0 !important;
    }

    .cat-list__sort-select {
        width: 97%;
    }

    .cat-list__item {
        padding: .2rem;
    }

    .cat-list__title a {
        font-size: 12px;
    }

    .cat-list__price {
        display: block;
    }

    .cat-list__price-name {
        display: none;
    }

    .cat-list__price-item {
        width: 100%;
        text-align: center;
        font-size: 16px !important;
    }

    .cat-list__item-articul {
        padding: 3px 0;
    }

    .cat-list__item-articul-name {
        font-size: 11px;
    }

    .cat-list__item-articul-val {
        font-size: 11px;
    }
}
