.items {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -20px 0 0;
}

@media(max-width: 1260px) {
    .items {
        justify-content: center;
    }
}

.item {
    margin-top: 20px;
}

.item-mr {
    height: 100%;
    margin-right: 20px;
}

@media(max-width: 1600px) {
    .items {
        margin: -15px -15px 0 0;
    }
    .item {
        margin-top: 15px;
    }
    .item-mr {
        margin-right: 15px;
    }
}

/**/
.col1 {
    width: 70%;
}

.col2 {
    width: 30%;
}

@media(max-width: 991px) {
  .col1, .col2 {
    width: 100%;
  }
}

/*width 50% - begin*/
.w2 {
    width: 50%;
}

@media(max-width: 991px) {
    .w2 {
        width: 100%;
    }
}
/*width 50% - end*/

/*width 33.333% - begin*/
.w3, .item3 {
    width: 33.333%;
}

@media(max-width: 1260px) {
    .w3 {
        width: 50%;
    }
    .item3 {
        width: 50%;
    }
}

@media(max-width: 767px) {
    .item3 {
        width: 100%;
    }
}

@media(max-width: 600px) {
    .w3 {
        width: 100%;
    }
}
/*width 33.333% - end*/

/*4 items - begin*/
.w4 {
    width: 25%;
}

@media(max-width: 1260px) {
    .w4 {
        width: 33.333%;
    }
}

@media(max-width: 991px) {
    .w4 {
        width: 50%;
    }
}

@media(max-width: 630px) {
    .w4 {
        width: 100%;
    }
}
/*4 items - end*/

/*5 items - begin*/
.w5 {
    width: 20%;
}

@media(max-width: 1520px) {
    .w5 {
        width: 25%;
    }
}

@media(max-width: 1260px) {
    .w5 {
        width: 33.333%;
    }
}

@media(max-width: 992px) {
    .w5 {
        width: 50%;
    }
}

@media(max-width: 600px) {
    .w5 {
        width: 100%;
        max-width: 350px;
    }
}
/*5 items- end*/

.col-imgs .image-block {
    margin-top: 15px;
}

.col-imgs .image-block:first-child {
    margin-top: 0;
}

/*image - begin*/
.image-block {
    position: relative;
    height: 450px;
    background-color: #dddddd;
    border-radius: 20px;
    overflow: hidden;
    transition: .4s;
}

@media(max-width: 1700px) {
    .image-block {
        height: 370px;
    }
}

@media(max-width: 1260px) {
    .image-block {
        height: 320px;
    }
    .high-items .image-block {
        height: 370px;
    }
}
/*height-360 images - begin*/
.height-360 .image-block {
    height: 370px;
}

@media(max-width: 1700px) {
    .height-360 .image-block {
        height: 325px;
    }
    .products.height-360 .image-block {
        height: 300px;
    }
}

@media(max-width: 767px) {
    .height-360 .image-block {
        height: 290px;
    }
    .height-360 .item3 .image-block {
        height: 325px;
    }
    .high-items .image-block {
        height: auto;
    }
    .high-items .image {
        height: 250px;
        transform: scale(1) !important;
    }
}

@media(max-width: 600px) {
    .height-360 .image-block {
        height: 280px;
    }
}
/*height-360 images - end*/
.image {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    padding: 17px;
    transition: .4s;
}

.fl-start {
    justify-content: flex-start;
}

.image img {
    max-width: 100%;
    max-height: 100%;
}

.hover .image-block:hover {
    background-color: #f37239;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    transition: .4s;
}

.hover-scale .item:hover .image {
    transform: scale(1.13);
}

.no-bg {
    transform: none !important;
}

.hover-img {
    transition: .4s;
}

.hover-scale .item:hover .hover-img {
    transform: translateY(-50%) scale(1.13);
    transition: .4s;
}

.hover .image-block:hover .image,
.hover3 .item-cont:hover .img-bg.image {
    transform: scale(1.13);
    opacity: 0.93;
    transition: .4s;
}

.hover2 .item:hover .image-block,
.hover3 .item:hover .image-block {
    background-color: #e4dcd8;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

/*image - end*/

/*line in items - begin*/
.item-line {
    width: 100%;
    background-color: rgba(255,255,255,0.9);
}

.item-line p {
    line-height: 1.4;
}

.item-line.spb {
    padding-left: 40px;
}

@media(max-width: 1700px) {
    .item-line.spb {
        padding-left: 30px;
    }
}

@media(max-width: 1260px) {
    .item-line.spb {
        padding-left: 20px;
    }
}

@media(max-width: 600px) {
    .item-line.spb {
        padding-left: 0;
    }
}

.item-line.spb h6 {
    text-align: left;
}

.item-line.spb .note-text {
    width: 10%;
    flex: 1 1;
    text-align: left;
    padding-right: 30px;
}

@media(max-width: 1520px) {
    .line2.spb {
        background: none;
        padding: 0;
    }
    .line2.spb .note-text {
        width: 100%;
        flex: none;
        order: 2;
        background-color: #000;
        text-align: center;
    }
}

@media(max-width: 1260px) {
    .item-line.spb h6 {
        font-size: 19px;
    }
}

@media(max-width: 600px) {
    .item-line.spb .note-text {
        width: 100%;
        flex: none;
        text-align: center;
        padding: 18px 15px 10px 15px;
    }
    .item-line.spb h6 {
        text-align: center;
    }
}

@media(max-width: 1520px) {
    .line2.spb .note-text {
        padding: 20px 15px;
    }
}

@media(max-width: 1260px) {
    .item .btn.btn-style {
        min-width: 180px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width: 991px) {
    .item .btn-block {
        min-width: 40%;
    }
}

@media(max-width: 600px) {
    .item-line.spb .btn-block {
        min-width: auto;
        width: 100%;
        padding-left: 0;
    }
    .item-line.spb .btn:before {
        display: none;
    }
}

.item-line.jc {
    text-align: center;
    padding: 29px 15px 24px 15px;
}

.item-line.jc p {
    line-height: 1.5;
    margin-top: 4px;
}
/*line in items - end*/

.item-block, .item-cont {
    height: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.17);
    border-radius: 20px;
}

.item-block {
    padding: 40px 30px;
}

@media(max-width: 1520px) {
    .item-block {
        padding: 35px 20px;
    }
}

.item-block-pad2 {
    padding: 30px 25px;
}

@media(max-width: 1800px) {
    .item-block-pad2 {
        padding: 30px 20px;
    }
}

@media(max-width: 1260px) {
    .item-block-pad2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.item-cont {
    padding-bottom: 115px;
}

@media(max-width: 767px) {
    .item-cont {
        padding-bottom: 105px;
    }
}

.item-desc {
    text-align: center;
    padding: 30px 20px 0 20px;
}

@media(max-width: 1600px) {
    .item-desc {
        padding-top: 25px;
    }
}

@media(min-width: 992px) and (max-width: 1260px), (max-width: 767px) {
    .item-desc {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.item-cont .image-block {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/*products*/
.product-desc p {
    font-size: 20px;
    line-height: 1.4;
    text-transform: uppercase;
}

@media(max-width: 1600px) {
    .product-desc p {
        font-size: 18px;
    }
}

@media(max-width: 1260px) {
    .product-desc p {
        font-size: 17px;
    }
}

.price {
    height: 65px;
}

@media(max-width: 1800px) {
   .price h6 {
        font-size: 22px;
   }
}

@media(max-width: 767px) {
    .price h6 {
        font-size: 21px;
   }
}

.price:before {
    height: 65px;
    border-bottom-width: 65px;
}

@media(max-width: 1800px) {
    .price {
        height: 55px;
    }
   .price:before {
        height: 55px;
        border-bottom-width: 55px;
    }
}

.add-cart-block {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 35px;
    padding: 0 20px;
}

@media(min-width: 992px) and (max-width: 1260px), (max-width: 767px) {
    .add-cart-block {
        padding: 0 15px;
    }
}

.like {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    border-radius: 5px;
    border: 2px solid rgba(0,0,0,0.15);
    transition: .2s;
}

@media(max-width: 1600px) {
    .like {
        width: 48px;
        height: 48px;
    }
}

.like:hover {
    background-color: #000;
    border-color: #000;
    transition: .2s;
}

.like svg {
    fill: #000;
    transition: .2s;
}

.like:hover svg {
    fill: #fff;
    transition: .2s;
}

.add-cart-block svg, .add-cart-block img {
    height: 23px;
}

@media(max-width: 1600px) {
    .add-cart-block svg, .add-cart-block img {
        height: 20px;
    }
}

.add-cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 53px;
    font-family: 'Helveticaneuecyr-Bold';
    font-size: 18px;
    line-height: 1.1;
    color: #fff;
    background-color: #000;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 0 15px;
    transition: .4s;
}

@media(max-width: 1700px) {
    .add-cart-btn {
        font-size: 17px;
    }
}

@media(max-width: 1600px) {
    .add-cart-btn {
        font-size: 16px;
    }
}

.add-cart-btn:hover {
    background-color: #d23939;
    transition: .4s;
}

.add-cart-btn img {
    margin-right: 12px;
}

.add-cart-block .btn-block {
    width: 10%;
    flex: 1 1;
    display: flex;
    justify-content: flex-end;
    padding-left: 10px;
}

.status {
    position: absolute;
    z-index: 6;
    top: 15px;
    right: 15px;
}

@media(max-width: 1600px) {
    .status {
        max-height: 100px;
    }
}

.item-text {
    margin-top: 30px;
}

@media(max-width: 1600px) {
    .item-text {
        margin-top: 20px;
    }
}

.item-block-pad2 .item-text {
    margin-top: 20px;
}

@media(max-width: 991px) {
    .item-block-pad2 .item-text {
        margin-top: 15px;
    }
}

.item-block-pad2 p {
    margin-top: 15px;
}

@media(max-width: 991px) {
    .item-block-pad2 p {
        margin-top: 10px;
    }
}

.item-block-pad2 p:first-child {
    margin-top: 0;
}

.item-block-icon {
    height: 65px;
    margin-bottom: 35px;
}

.item-block-icon img {
    max-height: 65px;
    margin: 0 auto;
}

@media(max-width: 1260px) {
    .item-block-icon {
        height: 57px;
        margin-bottom: 25px;
    }
    .item-block-icon img {
        max-height: 57px;
        margin: 0 auto;
    }
}

/*line 2*/
.line2 {
    height: 93px;
    background-color: #000;
}

.line2 p {
    font-size: 20px;
    color: #fff;
}

@media(max-width: 1700px) {
    .line2 p {
        font-size: 17px;
        line-height: 1.5;
    }
}

@media(max-width: 1600px) {
    .line2 p {
        font-size: 16px;
    }
}

.line2 .btn {
    height: 93px;
}

.line2 .btn::before {
    border-bottom-width: 93px;
}

@media(max-width: 1700px) {
    .line2 {
        height: 80px;
        background-color: #000;
    }
    .line2 .btn {
        height: 80px;
    }
    .line2 .btn::before {
        border-bottom-width: 80px;
    }
}

.item .line2 .btn:before {
    display: block;
}

@media(max-width: 1520px) {
    .line2 {
        height: auto;
    }
    .line2 .btn-block {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .item .line2 .btn {
        width: auto;
        min-width: 160px;
        height: 45px;
        font-size: 16px;
        padding: 15px;
    }
    .line2 .btn::before {
        border-bottom-width: 45px;
    }
}