.nbCatalogItem {
    border: 1px solid #D9D9D9;
    padding: 3rem 1.5rem 0.25rem;
    position: relative;
    background: #fff;
	border-radius: 0.3125rem;
}

@media (max-width: 1400px) {
    .nbCatalogItem {
        padding: 2rem 1rem 0.25rem;
    }
}


.nbCatalogItem__title {
    padding-bottom: 2.25rem;
    font-size: 1.5rem;
    font-weight: 600;
    margin: -1.5rem 0 0;
}
/*
.productOfWeek__product .nbCatalogItem__stikers {
    left: 0;
}
.productOfWeek__product .nbCatalogItem__actions {
    right: 0;
}
*/
.nbCatalogItem._hover {
    z-index: 150;
    border-color: #e31f24;
}

.nbCatalogItem__stikers {
    position: absolute;
    left: 1.75rem;
    top: 1.25rem;
    width: 3.125rem;
    z-index: 5;
}

.nbCatalogItem__stiker {
    height: 1.25rem;
    width: 3.125rem;
    border-radius: 0.3125rem;
    margin-bottom: 0.375rem;
}

.nbCatalogItem__discount {
    height: 1.5rem;
    width: 3.125rem;
    background: #f98e3d;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.nbCatalogItem__actions {
    position: absolute;
    top: 0.25rem;
    right: 0.75rem;
    z-index: 5;
}

.nbCatalogItem__action {
    height: 3.125rem;
    width: 3.125rem;
    display: block;
    opacity: 0.6;
}

.nbCatalogItem__action._fav {
    font-size: 1.5rem;
}

.nbCatalogItem__action:hover {
    opacity: 1;
}

.nbCatalogItem__action.icon:before {
    transform: translate(-50%, -50%) scale(0.6);
}

.nbCatalogItem__imgContainer {
    height: 0;
    padding-top: 85%;
    position: relative;
    margin-bottom: 1rem;
}

.nbCatalogItem__imgFlex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: .5rem;
    left: .5rem;
    right: .5rem;
    bottom: .5rem;
}

.nbCatalogItem__img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.nbCatalogItem__img._active {
    display: inline;
}

.nbCatalogItem__count {
    background: #D32F23;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 0 .5rem;
    text-align: center;
    border-radius: 0.3125rem;
}
@media (max-width: 1400px) {
    .nbCatalogItem__count {
        font-size: 0.75rem;
    }
}
@media (max-width: 1200px) {
    .nbCatalogItem__count {
        font-size: 0.75rem;
        padding: 0.25rem .25rem;
        width: 65px;
        line-height: 1;
    }
}



.nbCatalogItem__corner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.75rem;
}

.nbCatalogItem__priceFrom {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0 0 0 .5rem;
    color: #000000;
}

@media (max-width: 1450px) {
    .nbCatalogItem__priceFrom {
        font-size: 1.375rem;
    }
}
@media (max-width: 1300px) {
    .nbCatalogItem__priceFrom {
        font-size: 1.25rem;
    }
}


.nbCatalogItem__name {
    letter-spacing: 0.6px;
    line-height: 1.3;
    max-height: 2.5rem;
    overflow: hidden;
    margin-bottom: 0.25rem;
    display: block;
    color: #000 !important;
    height: 2.5rem
}

.nbCatalogItem__addition {
    display: none;
}

.nbCatalogItem._hover .nbCatalogItem__addition {
    display: block;
}

.nbCatalogItem__art {
    font-size: 1rem;
    color: #959595;
    margin-bottom: 0.25rem;
    font-weight: 400;
}

.nbCatalogItem__artV {

    color: #000000;
}

.nbCatalogItem__variantsTitle {
    font-size: 1rem;
    color: #959595;
    margin-bottom: 0.25rem;
}

.nbCatalogItem__buy {
    margin: 0;
    padding-bottom: 0.75rem;
}

.nbCatalogItem__variantsItems {
    margin: 0 -0.375rem;
}

.nbCatalogItem__variantsItem {
    padding: 0 0.375rem 0.375rem;
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

.nbCatalogItem__variantsItemImg {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 0.3125rem solid #fff;
    height: 0;
    width: 100%;
    padding-top: calc(100% - 0.3125rem - 0.3125rem);
    box-shadow: 0 0 0 1px #e6e6e6;
    border-radius: 0.3125rem;
}

.nbCatalogItem__variantsItemImg:hover,
.nbCatalogItem__variantsItem._active .nbCatalogItem__variantsItemImg {
    cursor: pointer;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
}

.nbCatalogItem__offers {
    margin: 0 -.75rem;
    position: relative;
}

.nbCatalogItem__offer {
    display: none;
    padding: 0.5rem .75rem;
    position: relative;
}

.nbCatalogItem__offers:after,
.nbCatalogItem__offer:after {
    /*content: '';
    display: block;
    position: absolute;
    left: 0.75rem;
    right: 0.75rem;
    top: 0;
    height: 1px;
    background: #D9D9D9;*/
}
.nbCatalogItem__offers:after {
    background: #fff;
}




.nbCatalogItem__offer:hover {

}

.nbCatalogItem__offer._active {
    display: block;
}

.nbCatalogItem__offerProp {
    font-size: 0.8125rem;
    color: #6d6d6d;
    line-height: 1;
    margin-bottom: 0.125rem;
}

.nbCatalogItem__offerPrice {
    font-size: 1.125rem;
    color: #000;
    line-height: 1rem;
    font-weight: 600;
}

.nbCatalogItem__offerPrice._old {
    font-size: 0.75rem;
    color: #656565;
    text-decoration: line-through;
    font-weight: normal;
}

.nbCatalogItem__offerQ {
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    background: #D32F23;
    border-radius: 0.3125rem;
    padding: 1px 0.375rem;
    overflow: hidden;
}

.nbCatalogItem__offerCol._l {
    padding-right: 0.25rem !important;
}

.nbCatalogItem__offerCol._r {
    padding-left: 0.5rem !important;
}

.nbCatalogItem__qBtn._plus,
.nbCatalogItem__qBtn._minus {
    position: relative;
    display: block;
    min-width: 1.125rem;
    height: 1.875rem;
    border-radius: 0px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background 300ms ease, opacity 300ms ease;
    line-height: 1.875rem;
    color: #000;
    font-size: 0.875rem;
    background: #DFDFDF;
}


.nbCatalogItem__qBtn._plus:hover,
.nbCatalogItem__qBtn._minus:hover {
    background-color: #e6e6e6
}

.nbCatalogItem__qContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 150px;
    margin: 0 auto 0;
    border: 1px solid #DFDFDF;
    background: #DFDFDF;
    border-radius: 0.3125rem;
}

.nbCatalogItem__qContainer.load:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    z-index: 1;

    border-radius: 0.3125rem;
}

.nbCatalogItem__qContainer.load:before {
    background-image: url(images/loader.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1.5rem auto;
}

.nbCatalogItem__qContainer.load:after {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    line-height: 0.5;
    font-size: 1.25rem;
}

.nbCatalogItem__qContainer.loadSucces:before,
.nbCatalogItem__qContainer.loadError:before {
    background-image: none !important
}

.nbCatalogItem__qContainer.loadSucces:after {
    content: '\f00c';
    color: #8bc34a;
}

.nbCatalogItem__qContainer.loadError:after {
    content: '\f00d';
    color: #f44336;
}

.nbCatalogItem__qContainer.load.load:after {
    animation: 1s buyanimation;
}

@keyframes buyanimation {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.nbCatalogItem__qField {
    display: block;
    padding: 0;
    width: 100%;
    height: 1.875rem;
    border: none;
    border-radius: 0px;
    background: #fff !important;
    color: #444343;
    vertical-align: middle;
    text-align: center;
    line-height: 1.875rem;
    transition: border 300ms ease;
    font-size: 0.875rem;
    width: 2rem;
}

.nbCatalogItem__qContainer {
}

.nbCatalogItem__qContainer._disabled {
    position: relative;
    border-color: #e8e8e8;
    cursor: default;
}

.nbCatalogItem__qContainer._disabled:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 5;
    cursor: default;
}

/*
.nbCatalogItem:hover {border: 1px solid #e31f24;}
.nbCatalogItem:hover .nbCatalogItem__name {max-height: none;}
.nbCatalogItem:hover .nbCatalogItem__addition {display: block;}
*/

.nbCatalogItem._line {
    padding: 0.5rem;
}

.nbCatalogItem._line:hover {
    border: 1px solid #e31f24;
}

.nbCatalogItem._line .nbCatalogItem__addition {
    display: block;
    padding-top: 0.5rem;
}

.nbCatalogItem._line .nbCatalogItem__name {
    height: auto;
    padding-top: 0.625rem;
    font-size: 1.125rem;
    font-weight: 600;
}
.nbCatalogItem._line .nbCatalogItem__variants {
    padding-bottom: 0.5rem;
}
.nbCatalogItem._line .nbCatalogItem__variantsItem {
    width: 8%;
}

.nbCatalogItem._line .nbCatalogItem__col._left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.nbCatalogItem._line .nbCatalogItem__imgContainer {
    width: 100%;
    margin-bottom: 0;
}

.nbCatalogItem._line .nbCatalogItem__stikers {
    top: 0.75rem;
}

.nbCatalogItem._line .nbCatalogItem__actions {
    top: 0;
}

.nbCatalogItem._line .nbCatalogItem__corner {
    right: auto;
    left: 0.8125rem;
    bottom: 1rem;
}

.nbCatalogItem._line .nbCatalogItem__zoom {
    position: absolute;
    right: 0;
    bottom: -0.875rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_75_1484)'%3E%3Cpath d='M25.023 23.9096C30.063 18.2826 29.881 9.60162 24.4752 4.19608C18.946 -1.32789 10.0116 -1.40803 4.38429 4.0163C-1.24321 9.44031 -1.49156 18.3717 3.82559 24.1002C9.14287 29.8288 18.068 30.2455 23.8955 25.0371L30.5024 31.644C30.8142 31.9531 31.317 31.9518 31.6272 31.6414C31.9376 31.3312 31.9389 30.8284 31.6298 30.5166L25.023 23.9096ZM5.30925 23.3619C0.305129 18.404 0.267422 10.3281 5.22515 5.32345C10.1831 0.31932 18.2592 0.281614 23.2636 5.23928L23.3478 5.32345C28.321 10.2966 28.321 18.3885 23.3478 23.3619C18.3743 28.3354 10.2823 28.3351 5.30925 23.3619Z' fill='%23D32F23'/%3E%3Cpath d='M19.1113 13.5438H15.1242V9.56021C15.1242 9.12006 14.7675 8.76306 14.3271 8.76306C13.8872 8.76306 13.53 9.12006 13.53 9.56021V13.5438H9.5461C9.10621 13.5438 8.74902 13.9011 8.74902 14.341C8.74902 14.7813 9.10628 15.138 9.5461 15.138H13.53V19.1254C13.53 19.5656 13.8872 19.9225 14.3271 19.9225C14.7675 19.9225 15.1242 19.5656 15.1242 19.1254V15.1381H19.1113C19.5517 15.1381 19.9085 14.7813 19.9085 14.341C19.9085 13.9011 19.5517 13.5438 19.1113 13.5438Z' fill='%23D32F23'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_75_1484'%3E%3Crect width='34' height='34' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: contain;
    width: 2.125rem;
    height: 2.125rem;
    filter: grayscale(1);
    cursor: pointer;
    opacity: 0.5;
}

.nbCatalogItem._line .nbCatalogItem__zoom:hover {
    filter: grayscale(0);
    opacity: 1;
}

.nbCatalogItem._line .nbCatalogItem__offer._active {
    display: table-row;
}

.nbCatalogItem._line .nbCatalogItem__offer:hover {
    background: none;
}

.nbCatalogItem._line .nbCatalogItem__offers {
    margin: 0;
}

.nbCatalogItem._line .nbCatalogItem__offersTable {
    width: 100%;
    font-size: 1rem;
    color: #000;
}

.nbCatalogItem._line .nbCatalogItem__offersTable th {
    padding: 1rem 0.5rem;
    background: #F1F1F1;
    font-weight: 600;
    text-align: center;
}



.nbCatalogItem._line .nbCatalogItem__offersTable th._clear {

}
.nbCatalogItem._line .nbCatalogItem__offersTable td:first-child {
    font-weight: 600;
}

.nbCatalogItem._line .nbCatalogItem__offersTable td:first-child,
.nbCatalogItem._line .nbCatalogItem__offersTable th:first-child {
    border-radius: 0.3125rem 0 0 0.3125rem;
}

.nbCatalogItem._line .nbCatalogItem__offersTable td:last-child,
.nbCatalogItem._line .nbCatalogItem__offersTable th:last-child {
    border-radius: 0 0.3125rem 0.3125rem 0;
}


.nbCatalogItem._line .nbCatalogItem__offersTable td {
    padding: 0.5rem;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #e6e6e6;
    background: #fff;
}

.nbCatalogItem._line .nbCatalogItem__offersTable td._clear {

}

.nbCatalogItem._line .nbCatalogItem__offersTable td:first-child {
    border: none;
}

.nbCatalogItem._line .nbCatalogItem__offersTable .nbCatalogItem__offer._1 td {
    background: #f8f8f8;
}

.nbCatalogItem._line .nbCatalogItem__offersTable tfoot {
    position: relative;
}

.nbCatalogItem._line .nbCatalogItem__offersTableSep {
    height: 1rem;
}

.nbCatalogItem._line .nbCatalogItem__offersTableFoot {
    border-top: 1px solid #D9D9D9;
}

.nbCatalogItem._line .nbCatalogItem__offersTableFoot td {
    font-size: 1rem;
    padding: 0.75rem 0.5rem 0.75rem;
    border: none !important;
}

.nbCatalogItem._line .nbCatalogItem__seriesPLegend {
    text-align: left !important;
    padding-left: 0 !important
}

.nbCatalogItem._line .nbCatalogItem__seriesPValue {
    color: #e31f24;
    font-size: 1.125rem !important;
}

.nbCatalogItem._line .nbCatalogItem__offersTCol._q {
    width: 10%;
    padding-left: 1.5rem;
}

.nbCatalogItem._line .nbCatalogItem__offersTCol._b {
    width: 88px;
}

.nbCatalogItem._line .nbCatalogItem__buyBtn {
    position: relative;
    text-indent: -9999px;
    width: 4rem;
    width: 100%;
    cursor: pointer;
}

.nbCatalogItem._line .nbCatalogItem__buyBtn.disabled {
    cursor: default;
}

.nbCatalogItem._line .nbCatalogItem__buyBtn:before {
    background-position: 0 -9.375em;
}

.nbCatalogItem._line .nbCatalogItem__buyBtn:hover:before {
    background-position: 0 -40.625em;
}

.nbCatalogItem._line .nbCatalogItem__buyBtn.disabled:before {
    background-position: 0 -6.25em;
}

.nbCatalogItem._line .nbCatalogItem__offer:hover td {

}

.nbCatalogItem._line .nbCatalogItem__seriesBuy {
    display: none;
}

.nbCatalogItem._line .nbCatalogItem__seriesBuy._active {
    display: table-footer-group;
}


@media (min-width: 1600px) {
    .nbCatalogItem._line .nbCatalogItem__imgContainer {
        /*width: 246px;
        height: 246px;
        padding-top: 0;*/
    }
}

@media (max-width: 500px) {
    .nbCatalogItem__corner {

    }
    .nbCatalogItem__count {
        padding: 0.25rem 0.5rem;
        position: absolute;
        left: 0;
        top: -69px;
        font-size: 0.625rem;
        width: 55px;
    }
}
