.catalog-element{
    max-width: 1310px;
    /*display: table;*/
    margin: 0px auto 0;
    width: 100%;
    position: relative;
    z-index: 10;
}
.breadcrumbs {
    position: relative;
    z-index: 10;
    padding: 0 0 12px;
    margin-bottom: 22px;
}
.breadcrumbs>li {
    vertical-align: top;
    font-size: 13px;
}
.breadcrumbs>li, .breadcrumbs>li>a {
    position: relative;
    color:#1D2126;
    display: inline-block;
}
.breadcrumbs>li>a {
    position: relative;
    color: #9A9ECC;
    display: inline-block;
}
.breadcrumbs>li:not(:first-child):before {
    display: inline-block;
    content: "вЂ”";
    margin: 0 5px;
}
.title h1{
    font-size: 22px;
    line-height: 140%;
    font-weight: 800;
    color:rgba(31, 33, 49, 1);
    margin-bottom: 27px;
}
.item-right{
    position: relative;
    z-index: 10;
    float: right;
    width: calc(50% - 10px);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.item-left{
    position: relative;
    z-index: 2;
    float: left;
    width: calc(50% - 10px);
}
.right-col{
    width: calc(50% - 10px);
    margin-left: auto
}
.left-col{
    width: calc(50% - 10px);
}
.item-right .artikul{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 27px;
}
.item-right .availability{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 27px;
    color:rgba(40, 196, 8, 1);
    padding-left: 17px;
    position: relative;
    margin-left: 26px;
}
.item-right .availability.green::after{
    content: '';
    display: table;
    position: absolute;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    width: 12px;
    height: 12px;
    left:0px;
    top:0px;
    background: rgba(40, 196, 8, 1);
}
.left-col .reviews{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    margin-bottom: 29px;
}
.left-col .rating{
    font-weight: 800;
    font-size: 15px;
    margin-left: 13px;
}
.product-info{
    margin-bottom: 29px;
}
.product-links{
    margin-bottom: 25px;
}
.link_3d{
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    color:#000000;
}
.link_3d span{text-decoration: underline
}
.link_3d svg{
    margin-right: 13px;
}
.element-actions .action{
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.element-actions .butn{
    font-size: 17px;
    display: block;
    font-weight: 700;
    line-height: 48px;
    background: rgba(225, 53, 76, 1);
    text-align: center;
    width: 100%;
    color: #fff;
    cursor: pointer;
}
.cart-minus,.cart-plus{
    display: none;
}
.element-actions .butn.cart-minus, 
.element-actions .butn.cart-plus{
    width: 52px;
    font-size: 18px;
    display: none;
}
.element-actions .butn.cart-minus{
    margin-right: 5px;
}
.element-actions .butn.cart-plus{
    margin-left: 5px;
}
.action.active .cart-minus,
.action.active .cart-plus{
    display: table
}
.element-actions .cart-buy svg{
    fill: #fff;
    float: left;
    margin: 15px 8px 10px 0;
}
.element-actions .cart-onclick{
    background: transparent;
    border:1px solid rgba(225, 53, 76, 1);
    color: rgba(225, 53, 76, 1);
}
.lamp-title{
    font-size: 22px;
    line-height: 43px;
    margin-bottom: 40px;
    opacity: .87;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 28px;
}
.lamp-title a.link{
    font-size: 14px;
    color: #9FA2CE;
    display: table;
    border-bottom: 1px dashed #9FA2CE;
    line-height: 23px;
}

.catalog-element::after{
    content: '';
    clear: both;
    display: table
}
.product-line{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.product-line .link_3d a{
    margin-left: 15px;
    font: 14px 'Gilroy';
    text-decoration: underline;
}
.product-line .link_3d a:hover{
    color: #4ACF60;
    text-decoration: none
}
.mobile-view{
    display: none;
}
.reviews_box{
    margin-bottom: 37px;
    display: none;
}
.reviews_box_title{
    font-size: 16px;
    font-weight: 500;
    color:#8A8A9E;
    margin-bottom:11px;
}
.reviews_list{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;

    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    grid-gap: 8px;
}
.review_photo img{
    width: 54px;
    display: table;
    border: 1px solid #DFDFEC;
}
@media(min-width:1441px){
    .reviews_box.pc{
        display: block;
    }
}
@media(min-width:1080px) and (max-width:1440px){
    .reviews_box.plan{
        display: block;
    }
    .item-left{
    width: calc(29% - 10px);
    }
    .item-right{
    width: calc(71% - 10px);
    }
}
@media(max-width:960px){
    .left-col .characters-tables{
        display: none;
    }
    .product-slider{
        margin-bottom: 10px;
    }
    .catalog-element{
        margin-top: 0px;
    }
    .left-col,.right-col,
    .item-left,.item-right{
        width: 100%;
        float:inherit
    }
    .right-col{
        order: 1;
    }
    .left-col{
        order: 2;
    }
    .mobile-view{
        display: table;
    }
    .favorite-action-butn.mobile-view{
        
    }
    .mobile-view{
        position: absolute;
        right:0px;
        z-index: 10;
    }
    .product-info .favorite-action-butn{
        display: none;
    }
    .item-right{
        flex-wrap: wrap; 
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .pp_two_box{
        display: none;
    }
}
#icon-delivery2 .crl{
    fill:#9FA2CE
}
#icon-delivery2 .crl2{
    stroke:#9FA2CE
}
.delivery-check{
    margin-bottom: 13px;
    line-height: 26px;
}
.delivery-check div:nth-child(2){
    margin-left: 26px;
}
.characters-show_more{
    font-size: 16px;
    font-weight: 600;
    color:#E1354C;
    display: table;
    cursor: pointer
}
.product-slider .thumbs-arr {
    position: absolute;
    padding: 0;
    top: 38px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    background: rgba(112, 108, 128, 0.2)
    
} 
.product-slider .thumbs-arr.disabled{
    opacity: 0.5;
    cursor: default
}
.product-slider .thumbs-arr:not(.disabled):hover svg{
    stroke: #66c736;
}
.product-slider .thumbs-next{
    right: 0px;
}
.product-slider .thumbs-prev{
    left: 0px;
}
.product-slider .thumbs-prev svg{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); 
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.product-slider .thumbs-arr svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 12px;
    margin: -6px 0 0 -4px;
    stroke: #494949;
}
.product-slider .product-thumbs {
    z-index: 2;
    position: relative;
    border: 0;
    padding: 20px 51px;
    display: table;
    margin: 0 auto;
}
.thumbs__wrapper__items{
    overflow: hidden
}
.thumbs__wrapper__items .thumbs__wrapper__inner{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    transition: transform 0.5s ease;
    max-width: 312px;
}
.product-thumbs .thumb {
    position: relative;
    padding: 0px 3px;
}
.product-thumbs .thumb .thumb-item {
    position: relative;
    cursor: pointer;
    border: 1px solid #fff;
    overflow: hidden
}
.product-thumbs .thumb .thumb-item picture{
    display: table
}
.product-thumbs .thumb .thumb-item img{
    display: table;
    width: max-content;
    height: fit-content;
    max-width: max-content;
}
.product-thumbs .active .thumb-item {
    border: 1px solid rgba(134, 129, 153, 1)
}
.catalog-element .product-label{
    position: absolute;
    top: 8px;
    right: 0;
    /*background: #66C736;*/
    border: 1px solid #575757;
    background: #fff;
    color:#575757;
    padding: 2px 5px 2px 6px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    z-index: 2;
}
.catalog-element .label-icon svg{
    width: 16px;
    height: 16px;
    fill:#575757;
    margin-right: 2px;
}
.catalog-element .label-text{
    font-size: 9px;
    color:#575757;
    line-height: 17px;
    padding-right: 5px;
}
.slider__item{
    flex-shrink: 0!important;
}
.slider__item a{
    display: table;
    margin: 0 auto;
}
.delivery_info{
    margin-bottom: 13px;
}
.delivery_box{
    font-size: 15px;
    color: #1F2131;
    margin-bottom: 17px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 100%;
}
.delivery_text{
    margin-left: 13px;
}

.catalog-element .favorite-action-butn{
    position: absolute;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: none;
    border: none;
    cursor: pointer;
    right: 0px;
    top: 33px;
    z-index: 1;
}
.cart-buy::after{
    clear: both;
    content: '';
}
.buy_btn_text p{
    display: inline-block;
    margin-right: 3px;
}
.catalog-element .favorite-action-butn svg{
    fill: #fff;
    stroke: #676684;
    width: 19px;
    height: 18px;
    margin: 16px;
}
.element-actions .favorite-action-butn.active svg{
    fill: #fff;
    stroke: #fff;
}
.fixed-actions{
    margin-bottom: 10px;
    z-index: 2
}
.product_show{
    display: none;
}
.pp_two_box{
}
.pp_right{
    margin-left: auto
    
}
@media(max-width:840px) {
    .product-thumbs{
        display: none!important;
    }
    .right-col .delivery_info{
        display: none;
    }
    .delivery_info{
        flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
    }
    .pp_right{
        display: none;
    }
    .pp_left{
        width: 100%;
    }
    .fixed-actions{
        background: #fff;
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding: 10px 14px;
        width: 100%;
        margin: 0;
        -webkit-box-shadow: 0px 4px 8px 6px rgba(34, 60, 80, 0.2);
        -moz-box-shadow: 0px 4px 8px 6px rgba(34, 60, 80, 0.2);
        box-shadow: 0px 4px 8px 6px rgba(34, 60, 80, 0.2);
        -ms-box-shadow: 0px 4px 8px 6px rgba(34, 60, 80, 0.2);
        -o-box-shadow: 0px 4px 8px 6px rgba(34, 60, 80, 0.2);
        -khtml-box-shadow: 0px 4px 8px 6px rgba(34, 60, 80, 0.2);
    }
    .fixed-actions>.butn{
        width: calc(50% - 10px);
        max-width: 50%;
    }
    .action .cart-minus, .action .cart-plus{
        display: none;
    }
    .action.active .buy_btn_text p{display: none}
    .product_show{
        display: block;
        font:16px 'Gilroy';
        font-weight: bold;
        color: #4F70E5;
        margin-left: 10px;
    }
}
.cart-video,.cart-discount{
    display: block;
    background: transparent;
    border: none;
    color:#4F70E5;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}
.cart-video{
    margin-bottom: 7px;
}
.cart-video svg{
    margin: -2px 10px 0 0;
    float: left;
    stroke: #4f70e5;
}
.product-price{
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.product-price .old{
    font-size: 20px;
    margin-left: 16px;
    font-weight: 700;
    color: rgba(171, 173, 201, 1);
    text-decoration: line-through;
}
.economy-price{
    margin-left: 16px;
    position: relative;
    height: 23px;
    font-size: 20px;
    border: 1px solid #3C8AFF;
    color: #3C8AFF;
    background: #3C8AFF26;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    padding: 2px 10px; 
}

.design-banner{
    width: 100%;
    position: relative;
    padding: 8px 25px;
    order: 4;
}
.desing-back{
    position: absolute;
    background: linear-gradient(153.43deg, rgba(226, 237, 255, 0.2) 16.67%, rgba(167, 245, 255, 0.2) 100%);
    left:0px;
    height: 100%;
    width: 100%;
    top:0;
    z-index: 1;
    border: 1px solid #D4F6FF;
   
}
.desing-back svg{
    position: absolute;
    top:0px;
    bottom:0px;
    height: 100%;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.desing-info{
    position: relative;
    z-index: 2;
    display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;

align-items: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
}
.design-text{
    font-size:18px;
    font-weight: 800;
    color:#3C8AFF;
}

.design-call{
    margin-left: auto;
}
.design-call a{
    max-width: 115px;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.design-call:first-child{
    margin-left: auto
}
.design-call:last-child{
    margin-left: 29px;
}
.design-call span{
    margin-left: 9px;
    min-width: 77px;
}
.design-call svg{
    width: 29px;
    height: 29px;
    flex-basis: 100%;
}

@media(max-width:600px){
    .design-call span{
        display: none;
    }
    .design-call:last-child {
        margin-left: 22px;
    }
    .design-text{
        font-size: 16px;
    }
}

.advantages{
    margin-top: 20px;
}
.advantages .advantages-text {
    font-weight: 600;
    line-height: 26px;
    font-size: 15px;
}
.advantages .advantages-text.green{
    color:#66C736
}
.advantages .advantages-text.green svg{
    stroke:#66C736;
    fill:#66C736
}
.advantages-text:hover .hidden-info-text{
    display: table!important;
}
.advantages-info{
    position: relative;
}
.advantages-info svg{
    padding-top: 1px;
}
.hidden-info-text{
    position: absolute;
    left: -125px;
    bottom: -52px;
    width: 250px;
    padding: 10px 15px;
    background: #f3f3f3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 8px 0px rgb(34 60 80 / 20%);
    -moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 4px 8px 0px rgb(34 60 80 / 20%);
    -ms-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -o-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -khtml-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    text-align: center
}
.hidden-info-text::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -19px;
    margin-left: -4px;
    border: 10px solid transparent;
    border-bottom: 10px solid #f3f3f3;
}

.cart-video:hover,.cart-discount:hover{
    color:#66C736
}
.cart-video:hover svg{
    stroke:#66C736
}
#digi-image-search-product-button .digi-image-search-product-button svg path{
    stroke:#001a34!important;
}
#digi-image-search-product-button .digi-image-search-product-button__text {
    font-size: 14px!important;
    font-weight: 600!important;
    color: #001a34!important;
}
#digi-image-search-product-button .digi-image-search-product-button{
    border: 1px solid #001a34!important;
}
#digi-image-search-product-button .digi-image-search-product-button:hover{
    background: #001a34!important;
}

#digi-image-search-product-button .digi-image-search-product-button:hover .digi-image-search-product-button__text{
    color:#fff!important
}
#digi-image-search-product-button .digi-image-search-product-button:hover svg path{
    stroke:#fff!important;
}