.newcatalog-items.template-1 {
    padding: 0px 0px 0px 0px;
    width: 100%;
    margin-bottom: 40px;
}

.newcatalog-items.template-1 .item_block {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 25%;
}
.newcatalog-items.template-1 .item_block.catalog-item.obj.type1, .newcatalog-items.template-1 .item_block.catalog-item.obj.type1:hover {
    box-shadow: unset !important;
}

.newcatalog-items .item_block_wrapp.item {
    margin-bottom: -1px;
    position: relative;
}
.newcatalog-items .item_block_wrapp.item:hover {
    z-index: 60;
}

.newcatalog-items .item_block_wrapp.item:hover{
    z-index: 1;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}

.newcatalog-items .main_item_wrapper {
    box-shadow: 0 0 0 1px #f2f2f2 inset;
    margin: 0 -1px 0 0;
    text-align: center;
    background: #fff;
    white-space: normal;
    padding: 20px 19px 20px 20px;
    z-index: 1;
}
.newcatalog-items .main_item_wrapper:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 1px 17px 20px 0px;
}
.newcatalog-items .blk_status {
    left: -10px;
}
.newcatalog-items .image_wrapper_block, .newcatalog-items .image_wrapper_block>a {
    margin: 0px auto 10px;
    position: relative;
    min-width: 70px;
    /*height: 193px;
    line-height: 170px;*/
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    zoom: 1;
    display: block;
}

.newcatalog-items .image_wrapper_block img.img-responsive {
    /*position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;*/
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: none;
}
.newcatalog-items .image_wrapper_block img.img-responsive:first-child {
  display: block;
}

.newcatalog-items .fast_view_block {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: rgba(229, 229, 229, 0.9);
    text-decoration: none;
    border-radius: 2px;
    visibility: hidden;
    position: absolute;
    text-align: center;
    margin-left: -75px;
    margin-top: -20px;
    line-height: 36px;
    cursor: pointer;
    color: #666;
    height: 36px;
    width: 150px;
    opacity: 0;
    z-index: 99;
    left: 50%;
    top: 50%;
    font-size: 13px;
}
.newcatalog-items .item:hover .fast_view_block, .newcatalog-items .catalog_item:hover .fast_view_block, .newcatalog-items .catalog_item.hover .fast_view_block {
    visibility: visible;
    opacity: 1;
}
.newcatalog-items .fast_view_block a {
    text-decoration: none;
}
.newcatalog-items .item-title {
    margin-bottom: 10px;
}
.newcatalog-items .item-title a {
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    line-height: 17px;
    max-width: 100%;
    overflow-wrap: anywhere;
}
.newcatalog-items .item__price {
    margin: 11px 0px 8px;
    font-size: 18px;
    font-weight: bold;
    line-height: 15px;
    white-space: normal;
    text-align: left;
}
.newcatalog-items .item__footer {
    text-align: left;
    font-size: 13px;
    color: #333;
}
/*.newcatalog-items .main_item_wrapper:hover .item__footer {
    margin: 11px 0px 0px;
    height: auto;
}*/
.newcatalog-items .item-stock span.value {
    display: inline-block;
    font-size: 12px;
    color: #888;
    border-bottom: 1px dotted;
}
.newcatalog-items .incart-type1 .incart-num {
    box-sizing: border-box;
    border: 1px solid #36A0CA;
    background: #36A0CA;
    font-size: 0px;
    width: 100px;
    margin: 0px auto;
    /*display: inline-block;*/
    display: none;
    vertical-align: top;
    border-radius: 2px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 32px !important;
    transition: all .3s;
}
.newcatalog-items .cart-btn.mainmenubg {
    background: unset;
    display: flex;
    flex-wrap: wrap;
}
.newcatalog-items .incart-js, .newcatalog-items a.incart-js {
    display: inline-block;
    background-color: #599cc4;
    border-color: #599cc4;
    color: #ffffff;
    border-radius: 6px;
    height: 32px;
    padding: 0 9px;
    text-align: center;
    line-height: 32px;
}
.newcatalog-items .incart-type1 .incart-num input {
    margin-top: 0;
    height: 30px;
}
.incart-type1 .incart-num .icons:before {
    line-height: 32px;
}
.newcatalog-items .icons.i_cart:before, .cart-btn.active a.icons:before {
    content: '';
}
.cart-btn.active a.incart-js {
    display: none;
}
.cart-btn.active .newbtn__link {
    height: 30px;
    background: #fff;
    border: 2px solid #36A0CA;
    border-radius: 8px;
    padding: 0 20px;
    line-height: 32px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;

}
.cart-btn.active .newbtn__link svg {
    width: 20px;
    height: 30px;
    fill: #36A0CA;
}
.zone4 .newcatalog-items .catalog-item.obj {
    min-height: unset;
}
.item_info {
    margin-bottom: 10px;
}
.newcat__art {
    text-align: left;
    color: #888;
    position: relative;
    font-size: 12px;
    margin: 0 0 10px; 
    max-width: 100%; 
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.item-title span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.item__dopinfo {
    margin-bottom: 10px;
}
.item__avaible {
    text-align: left;
}
.newcatalog-items a.newbtn, .newcatalog-items a.newbtn {
    background: #36A0CA;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}
.newcatalog-items .incart-type1.active .incart-num {
    display: inline-block;
    margin-left: 0;
}
.newcatalog-items.owl-carousel .main_item_wrapper {
    box-shadow: none;
}
.orderprice {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.orderprice__left {
    margin-right: 50px;
}
.orderprice__left img {
    max-width: 100px;
}
.orderprice__right {
    font-weight: bold;
    font-size: 17px;
}
.ordermodal {
    padding: 20px 20px;
}
.modal-targeting .lightcase-contentInner {
    height: auto !important;
}
.hvr__images {
  position: relative;
}

.hvr__sectors {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}

.hvr__sector {
  flex-grow: 1;
}
.newcat__imgs {
  display: flex;
  overflow: hidden;
}

.newcat__imgs .image {
  display: block;
}

.hvr__dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hvr__dot {
  width: 5px;
  height: 5px;
  margin: 10px 2px 0;
  border-radius: 50%;
  background: #d6dbe0;
}
.hvr__dot--active {
  background: #000;
}
.newbtn__svg {
    display: none;
}
.newcatalog-items .incart-type1.active .newbtn__text {
    display: none;
}
.newcatalog-items .incart-type1.active .newbtn__svg {
    display: block;
}
.incart-type1.active a.newbtn {
    height: 30px;
    background: #fff;
    border: 2px solid #36A0CA;
    border-radius: 8px;
    padding: 0 20px;
}
.newbtn__svg svg {
    width: 20px;
    height: 30px;
    fill: #36A0CA;
}
.newcart__photo {
    display: flex;
    position: relative;
}
.newcart__photo .gallery-mini {
    display: flex;
    flex-direction: column;
    order: 1;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
}
.newcart__photo .owl-carousel {
    order: 2;
}
.newcart__photo .g_m_img img {
    width: 77px;
    height: 77px;
    position: relative;
    max-width: 100%;
    max-height: 100%;
}
.newcart__photo .g_m_img {
    width: 86px;
    height: 86px;
    margin: 0;
    margin-bottom: 9px;
    border-radius: 8px;
}
.newcart__photo .image-default:before {
    display: none;
}
.newcart__photo .g_m_img.active {
    border: 2px solid #529cc5;
    border-radius: 8px;
}
.subdiv-catalog .newcard #cart-info .tabs-body::after {
    display: none;
}
#cart-info-mini::after {
    margin-top: 30px;
    display: block;
    content: "Данная информация не является офертой, определяемой положениями статей 435, 437 Гражданского Кодекса РФ. Точную стоимость и наличие уточняйте у наших специалистов.";
    color: black;
    font-weight: bold;
}
.newcard .mainmenubg {
    background: unset;
    display: flex;
    flex-wrap: wrap;
}
.newcard .incart-num {
    box-sizing: border-box;
    border: 1px solid #36A0CA;
    background: #36A0CA;
    font-size: 0px;
    width: 100px;
    margin: 0px auto;
    /* display: inline-block; */
    display: none;
    vertical-align: top;
    border-radius: 2px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 45px !important;
    transition: all .3s;
    position: relative;
}
.newcard .incart-num input {
    margin-top: 0;
    height: 42px;
}
.newcard a.newbtn {
    border-color: #599cc4;
    background: #36A0CA;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}
.newcard .incart-num input {
    width: 42%;
    height: 42px;
    margin-top: 3px;
    text-align: center;
    color: rgba(28, 35, 54, 0.77);
    font-size: 16px;
    border-radius: 0;
    -moz-appearance: textfield;
}
.newcard .incart-num .icons {
    width: 29%;
    height: 100%;
    position: absolute;
    left: 0;
    color: #fff;
    text-align: center;
    cursor: pointer;
    right: 0;
    left: auto;
}
.newcard  .incart-num .icons {
    width: 29%;
    height: 100%;
    position: absolute;
    left: 0;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.newcard .incart-num .icons.incart_up {
    right: 0;
    left: auto;
}
.newcard .icons.i_cart:before, .newcard .cart-btn.active a.icons:before {
    content: '';
}
.newcard .incart-typefull2 {
    height: 45px;
    margin-bottom: 14px;
}
.newcard .incart-typefull2.active .newbtn__svg {
    display: block;
}
.newcard .incart-typefull2.active .incart-num {
    display: inline-block;
    margin-left: 0;
}
.newcard .incart-typefull2 .incart-num input {
    margin-top: 0;
    height: 43px;
}
.newcard .cart-btn.active .newbtn__link {
    height: 42px;
}
.newcard .cart-btn.active .newbtn__link svg {
    height: 42px;
}
.newcard .incart-typefull2 .incart-num .icons:before {
    line-height: 42px;
}
.newcard .content_info .cart-btn .incart_up:before, .newcard .content_info .cart-btn .incart_down:before {
    color: #fff !important;
    line-height: 42px;
    width: 100%;
    height: 100%;
    top: 0;
}
.newcard a.newbtn {
    box-sizing: border-box;
    margin-bottom: 14px;
    text-align: center;
}
.newcard .newcart__photo .gallery-mini {
    width: 150px;
    height: 633px;
    flex-grow: 1;
    overflow: hidden;
}

.newcard .newcart__photo .g_m_img {display: block;height: 86px;margin-bottom: 12px;overflow: unset;}

.newcard .owl-carousel.owl-incard .owl-item a img {
    width: auto;
    object-fit: initial;
    max-height: initial;
}
.newcard .owl-carousel.owl-incard {
    height: 633px;
}
.newtags {
    display: flex;
    flex-wrap: wrap;
    max-height: 160px;
    overflow-y: auto;
}
.newtag {
    text-decoration: none;
}
.newtag__label {
    display: flex;
    height: 32px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    border: 1px solid #F2F2F2;
    border-radius: 40px;
    background: #F2F2F2;
    color: #363A47;
    cursor: pointer;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color;
    transition-timing-function: ease;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 20px;
    box-shadow: inset 0 0 0 1px #ebebeb, 0px 3px 9px -2px #ebebeb;
}
.newtag__label svg {
    width: 17px;
}
.newtag__label path {
    fill: #363A47;;
}
.hidden {
    display: none;
}
.newcart__photo .gallery-mini {
    position: relative;
}
.g_m_img {
    position: absolute;
    width: 79px;
    height: 86px;
    transition: transform 0.3s ease;
}
.g_m_img:not(.showed) {
    opacity: 0;
}
.newcart__photo #prev {
    position: absolute;
    top: -15px;
    z-index: 1;
    background: none;
    border: none;
    left: 47px;
}
.newcart__photo #next, .newcart__photo #prev {
    display: none;
}
.newcart__photo #next {
    position: absolute;
    bottom: -20px;
    z-index: 1;
    background: none;
    border: none;
    left: 47px;
}
#next svg {
    transform: rotate(180deg);
}
#next svg, #prev svg {
    background: #429cc5;
    opacity: .8;
    border-radius: 5px;
    transition: all .3s;
}
#next svg:hover, #prev svg:hover {
    opacity: 1;
}

#next path, #prev path {
    fill: #fff;   
    stroke: #fff;
}
#hiddenCount {
    margin-left: 5px;
    margin-right: 2px;
}
#newtags__showAll svg {
    transform: rotate(180deg);
}
.newcart__delivery {
    margin: 20px 0;
}
.product-shipping__section {
  margin:0 0 24px;
  background:#f0f2f4;
  padding: 20px;
}
.newcart__delivery svg {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    fill: #429cc5;
}
.newcart__delivery path, .st0 {
    fill: #429cc5 !important;
}
.product-shipping__title {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}
.product-shipping__option {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.product-shipping__icon-wrapper {
    width: 40px;
}
.product-shipping__description {
    font-size: 14px;
    line-height: 1.4;
    margin-left: 10px;
    color: #0B1E43;
}
.cart-param>* {
    font-size: 15px;
}
input[name="copyemail"] {
    display: block;
    width: 2px;
    height: 2px;
    margin-bottom: -2px;
    border: none;
    padding: 0;
    opacity: 0.01;
}
@media (max-width: 991px) {
    .newcatalog-items.template-1 .item_block {
        width: calc(100% / 3);
    }
}

@media (max-width: 628px) {
    .newcatalog-items.template-1 .item_block {
        width: calc(100% / 2);
    }
}
@media (max-width: 500px) {
    .newcatalog-items.template-1 .item_block {
        width: 100%;
    }
    .newcatalog-items .item__footer {
        display: block;
        opacity: 1;
        visibility: visible;
        margin: 11px 0px 0px;
        height: auto;
    }
    .newcatalog-items .item__counter {
        width: 200px;
    }
}
@media (max-width: 1279px) {
    .newcard.template-type2 .content_info {
        width: calc(30% - 15px);
    }
    .newcard.template-type2 .gallery {
        width: 69%;
    }
}
@media (max-width: 781px) {
    .newcard .owl-carousel.owl-incard .owl-item a img {
        margin-top: 0;
    }
    #block46 .blk_body {
        text-align: left;
    }
    .newcart__photo {
        flex-direction: column;
    }

    .newcart__photo .owl-carousel.owl-incard {
        order: 1;
        height: 633px !important;
    }

    .newcart__photo .gallery-mini {
        flex-direction: row;
    }
    .newcard .newcart__photo .gallery-mini {
        height: auto;
        width: auto;
        margin-top: 10px;
    }
    .newcard .newcart__photo .g_m_img {
        padding-top: 2px;
    }
}
@media (max-width: 630px) {
    .newcart__photo .owl-carousel.owl-incard {
        order: 1;
        height: 600px !important;
    }
}
@media (max-width: 600px) {
    .newcart__photo .owl-carousel.owl-incard {
        height: 570px !important;
    }
}
@media (max-width: 570px) {
    .newcart__photo .owl-carousel.owl-incard {
        height: 540px !important;
    }
}
@media (max-width: 530px) {
    .newcart__photo .owl-carousel.owl-incard {
        height: 500px !important;
    }
}
@media (max-width: 490px) {
    .newcart__photo .owl-carousel.owl-incard {
        height: 460px !important;
    }
}
@media (max-width: 430px) {
    .newcart__photo .owl-carousel.owl-incard {
        height: 400px !important;
    }
}
@media (max-width: 390px) {
    .newcart__photo .owl-carousel.owl-incard {
        height: 360px !important;
    }
}
@media (max-width: 360px) {
    .newcart__photo .owl-carousel.owl-incard {
        height: 330px !important;
    }
}
@media (max-width: 320px) {
    .newcart__photo .owl-carousel.owl-incard {
        height: 290px !important;
    }
}