.product_page .title_wrapper h1 {
    font-size: 36px !important;
}
.product_info{
    display: block !important;
}
.mini_images{
    float: left;
    width: 72px;
    list-style: none;
    padding: 50px 0;
}
.mini_images li{
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 4px;
}
.mini_images li a{
    
}
.mini_images li a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_images {
    position: relative;
    float: left;
    width: 575px;
    margin-left: 17px;
}
.main_images .action_label {
    position: absolute;
    bottom: 32px;
    left: 16px;
    z-index: 2;
    pointer-events: none;
    width: 72px;
}
.main_images .action_label img {
    max-width: 100%;
}
.main_images img {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
}
.main_images .video {
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
    width: 100%;
    height: 100%;
    display: block;
/*    z-index: 2;*/
}
.main_images .video iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
}
.info-tovar{
        float: left;
    width: 300px;
    margin-left: 20px;
}
.info-tovar-marker{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #282828;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    line-height: 17px;
    padding: 0px 5px;
    margin-bottom: 9px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 4px;
    text-transform: uppercase;
    border: 1px solid #333;
    background: #fff;
}
.info-tovar-warr{
    background-image: url(/images/kolba_new/product/product_icon_warranty.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 27px;
    color: #333;
    font-size: 14px;
    background-position: center left 5px;
    margin-bottom: 6px;
    height: 22px;
    line-height: 23px;
}
.info-tovar-rev{
    background-image: url(/images/kolba_new/product/product_icon_reviews.svg);
    background-repeat: no-repeat;
    background-size: auto 22px;
    padding-left: 27px;
    color: #333;
    font-size: 14px;
    line-height: 19px;
    background-position: center left 4px;
    margin-bottom: 6px;
    height: 22px;
    line-height: 23px;
}
.info-tovar-rev a{
        display: inline-block;
    vertical-align: top;
/*    margin-top: 3px;*/
    color: #333;
    text-decoration: none;
}
.info-tovar-video
{
    background-image: url(/images/img_kolba/video.png);
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 27px;
    color: #333;
    font-size: 14px;
    background-position: center left 4px;
    margin-bottom: 6px;
    height: 22px;
    line-height: 23px;
}
.info-tovar-certificate {
    background-image: url(/images/kolba_new/product/product_icon_certificate.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    padding-left: 27px;
    color: #333;
    font-size: 14px;
    background-position: center left 5px;
    margin-bottom: 5px;
    height: 22px;
    line-height: 23px;
}
.info-tovar-certificate a {
    text-decoration: none;
}
.info-tovar-video a
{
    color: #333;
    display: inline-block;
    vertical-align: top;
/*    margin-top: 3px;*/
    text-decoration: none;
}
.info-tovar-sale{
        color: #333;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
}
.info-tovar-short{
        font-size: 14px;
    margin: 25px 0;
}
.info-tovar-short span{
        font-weight: 600;
    margin-bottom: 5px;
    display: block;
    font-size: 16px;
}
.info-tovar-short p{
    line-height: 19px;
    color: #333;
}
.variations{
    width: 100%;
    border: none !important;
}
.variations .title{
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    font-size: 16px !important;
    padding: 0 !important;
    border-bottom: none !important;
}
.variations .vars{
    padding: 0 !important;
}
.variations ul{
    list-style: none;
    margin: 10px 0px;
    font-size: 14px;
}
.variations ul li{
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 7px;
}
.variations ul li.current{
        background: url(/images/kolba_new/variations_radio_on.svg) no-repeat center left;
    background-size: auto 100%;
    padding-left: 28px;
}
.variations ul li a{
        display: block;
    background: url(/images/kolba_new/variations_radio_off.svg) no-repeat center left;
    background-size: auto 77%;
    padding-left: 28px;
    color: #333;
    text-decoration: none;
}
.price-tovar{
    position: relative;
    float: right;
    width: 286px;
    margin-left: 5px;
}
.price-tovar .product_sku {
    font-size: 12px;
    color: #6f6f6f;
    position: absolute;
    top: -26px;
    left: 0;
    background-image: url(/images/kolba_new/product/product_icon_copy.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px;
    padding-left: 22px;
    line-height: 18px;
    height: 15px;
}
.price-tovar-old{
    color: #939393;
    font-weight: 400;
    text-decoration: line-through;
    font-size: 19px;
    display: inline-block;
    margin-left: 5px;
}
.price-tovar-new{
        color: #030303;
    font-weight: 600;
      font-size: 30px;
    margin-bottom: 8px;
}
a.add_to_cart_button {
        display: inline-block;
    height: 44px;
    width: 100%;
    background:#ffdd00;
    border-radius: 5px;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    color: #000;
    text-decoration: none;opacity: 0.9;
}
a.add_to_cart_button:hover{
  opacity: 1.0;
}
a.buy_one_click {
    display: inline-block;
    height: 44px;
    width: 100%;
    background: #c2c2c2;
    border-radius: 5px;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    color: #000;
    text-decoration: none;
    opacity: 0.9;
    margin-top: 6px;
}
a.buy_one_click:hover {
    background: #d3d3d3;
}
a.buy_one_click span {
    display: inline-block;
/*    background: url(/images/kolba_new/phone_icon_gray.svg) no-repeat center left;*/
/*    background-size: 14px;*/
/*    padding-left: 24px;*/
}
.qorder{
    display: inline-block;
    height: 44px;
    width: 100%;
    background: #fff9c9;
    border-radius: 5px;
    font-size: 19px;
    line-height: 44px;
    text-align: center;
    color: #000;
    text-decoration: none;
    margin-top: 10px;
}
.qorder:hover{
    color: #fff;
    background: #1075c3;
}
.cashback-p{
        font-size: 13px;
    margin: 10px 0;
    color: #666;
    text-align: center;
}
.cashback-p a{
    color: #333;
    white-space: nowrap;
}
.nalichie{
        margin: 10px 0 0 0;
    padding-top: 10px;
}
.nalichie>p{
font-weight: 600;
    margin-bottom: 9px;
    display: block;
    font-size: 16px;
}
.nalichie-item{
    margin-bottom: 10px;
    background-repeat: no-repeat;
    padding-left: 33px;
}
.nalichie-item div{
    padding-top: 4px;
    line-height: 18px;
}
.nalichie-item p{
        color: #686666;
    font-size: 14px;
    margin-top: 4px;
}
.nalichie-item div a{
   color: #2a5dfa;
}
.nalichie-samovivoz{
    background-image: url(/images/kolba_new/map_marker.svg?v=1);
    background-size: 18px;
    background-position: top 2px left 2px;
}
.nalichie-delivery{
    background-image: url(/images/kolba_new/delivery_truck.svg);
    background-size: 24px;
}
.nalichie-punkty{
    background-image: url(/images/img_kolba/punkt.svg)
}
.product_login_block {
    background: url(/images/kolba_new/promo_label.svg) no-repeat right -22px center, #eeeeee;
    background-size: 70px;
    padding: 12px 20px 12px 20px;
    border-radius: 4px;
    margin-top: 12px;
    line-height: 18px;
}
.product_login_block br {
    
}
@media screen and (max-width: 768px) {



.info-instruct{
    display: none;
}

    .product_login_block {
        background: none;
       background-size: 69px;
        padding: 0;
        border-radius: 4px;
        margin-top: 0;
        margin-bottom: 13px;
        font-size: 13px;
        text-align: center;
    }
    .product_login_block br {
        display: none;
    }
}

.clears{
    clear: both;
}
.tabs_header{
    list-style: none;
    margin: 48px 0 0;
    font-size: 20px;
    border-bottom: 1px solid #b6b6b6;
}
.tabs_header li{
     display: inline-block;
    margin-right: 20px;
    padding: 0 10px;
    line-height: 30px;
    height: 37px;
    cursor: pointer;
}
.tabs_header li span{
     font-size: 19px;
    color: #a3a3a3;
    display: inline-block;
    vertical-align: top;
    line-height: 17px;
    font-weight: 400;
}
.tabs_header li.active{
           font-weight: 600;
    border-bottom: 3px solid #5e5e5e;
    margin-bottom: -2px;
}
#interes{
    margin-top: 23px;
    padding: 10px;
    background: #f4f4f4;
}
#interes div{
        font-weight: 600;
    margin-bottom: 9px;
    display: block;
    font-size: 16px;
}
#interes p{
    color: #686666;
    font-size: 14px;
    margin-top: 2px;
    line-height: 19px;
}
#interes a{
color: #2a5dfa;
    font-size: 14px;
}
.qst-bon{
  display: inline-block;
    vertical-align: middle;
    cursor: pointer;    width: 15px;
    opacity: .7;
}
.qst-bon:hover{
    opacity: .9;
}
.price-tovar-main{
    position: relative;
    padding: 20px 15px 10px;
    border-radius: 6px;    background: #eeeeee;

}
.product_tabs .tabs_content .tab {
    padding: 0 56px 56px 56px;
}
.product_tabs .tabs_content .tab.tab_stock {
    padding: 0 50px 56px 0;
}

.price-tovar .credit {
    padding: 15px 15px 10px 0;
    margin-top: 20px;
    border-radius: 0;
    box-shadow: 0 0;
    border-top: 1px solid #c5c5c5;
}
.price-tovar .credit p {
    font-weight: 600;
    margin-bottom: 9px;
    display: block;
    font-size: 16px;
}
.price-tovar .credit ul {
    margin: 10px 0 10px;
}
.price-tovar .credit ul li {
    padding-left: 33px;
    background-image: url(/images/gal.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center left 3px;
    line-height: 26px;
    font-size: 14px;
}
.price-tovar .credit ul > li:not(:last-child) {
    
}
.price-tovar .credit a {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .mini_images {
        float: none;
        width: 100%;
        list-style: none;
        padding: 0px 0;
        order: 2;
    }
    .mini_images.splide {
        visibility: visible;
    }
    .mini_images .splide__list {
        width: 100%;
    }
    .mini_images .owl-nav,
    .mini_images .owl-dots {
        display: none;
    }
    .main_images {
        float: none;
        width: 100%;
        order: 1;
        margin: 0 0 8px 0;
        border-radius: 4px;
        overflow: hidden;
    }
    .product_page .product_info {
        position: relative;
        display: flex !important;
        flex-wrap: wrap;
    }
    .product_page .title_wrapper h1 {
        font-size: 22px !important;
    }
    .info-tovar {
        float: none;
        width: 100%;
        margin-left: 0;
        order: 3;
        display: flex;
        align-items: center;
    }
    .price-tovar-new {
        font-size: 28px;
        white-space: nowrap;
        /*text-align: right;*/
        margin-bottom: 0px;
    }
    .price-tovar-old:empty {
        display: none;
    }
    .price-tovar-main {
        position: fixed;
        left: 0;
        bottom: 50px;
        z-index: 99;
        width: 100%;
        box-sizing: border-box;
        background: #fff;
        padding: 4px 12px 7px 12px;
        font-size: 0;
        border-radius: 0;
        display: none;
    }
    a.add_to_cart_button {
        width: 49%;
        font-size: 15px;
        margin-right: 2%;
    }
    a.buy_one_click {
        width: 49%;
        font-size: 14px;
        white-space: nowrap;
    }
    a.buy_one_click span {
        background: none;
        padding-left: 0;
    }
    .mobile_price {
        margin-bottom: 10px;
        width: 50%;
    }
    .mobile_price .price_label {
        color: #686666;
        font-size: 13px;
        margin-bottom: 8px;
    }
    .mobile_price.align_left {
        text-align: left;
    }
    .mobile_price.align_left .price-tovar-new {
        text-align: left;
    }
    .cashback-p {
        line-height: 18px;
        text-align: left;
    }
    .mini_images li a img {
/*        border: 1px solid #e5e5e5;*/
        box-sizing: border-box;
        aspect-ratio: 1/1;
        object-fit: cover;
    }
    .mini_images li.video .znak-video-prod {
        z-index: 4;
        border: none;
    }
    .price-tovar .credit {
        padding: 16px 16px 16px 16px;
        background: #ececec;
        border: none;
        border-radius: 6px;
    }
    .price-tovar .credit > .credit_info {
        display: none;
        padding-top: 2px;
    }
    .price-tovar .credit p {
        position: relative;
        margin-bottom: 0;
    }
    .accessories:empty {
        display: none;
    }
    .price-tovar .credit p:after {
        content: '';
        position: absolute;
        top: -4px;
        right: 0px;
        width: 24px;
        height: 24px;
        background: url(/images/kolba_new/arrow_gray.svg) no-repeat center center;
        background-size: 6px auto;
        transition: all 0.4s;
        transform: rotate(90deg);
    }
    .price-tovar .credit.opened p:after {
        transform: rotate(-90deg);
    }
    #interes {
        display: none;
    }
    .info-tovar-marker {
         display: block;
    position: absolute;
    top: -10px;
    right: 0px;
    z-index: 2;
    font-size: 11px;
    }
    .info-tovar-warr,
    .info-tovar-rev,
    .info-tovar-video,
    .info-tovar-short,
    .info-tovar-certificate {
        display: none;
    }
    .price-tovar {
        float: none;
        width: 100%;
        margin-left: 0;
        order: 4;
    }
    .price-tovar .product_sku {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 0 10px 0;
    }
    .product_page .product_info .variations {
        width: 50%;
        margin-top: 8px;
        margin-bottom: 24px;
    }
    .nalichie {
        margin: 0;
    }
    .client_photos_items li img {
        height: 90px;
    }
    .tabs_header {
        border-bottom: none;
        order: 5;
        margin: 12px 0 0;
        white-space: nowrap;
        overflow-x: scroll;
        margin-top: 24px;
        display: flex;
        border-bottom: 1px solid #b6b6b6;
    }
    .tabs_header::-webkit-scrollbar {
        display: none;
    }
    .tabs_header li {
        height: 37px;
        width: auto;
        font-size: 16px;
        box-sizing: border-box;
        line-height: 37px;
        margin-right: 0;
        background: #ececec;
        margin-right: 8px;
        border-radius: 4px 4px 0 0;
    }
    .tabs_header li[data-tid="description"] {
        order: 1;
    }
    .tabs_header li[data-tid="char"] {
        order: 3;
    }
    .tabs_header li[data-tid="stock"] {
        order: 4;
    }
    .tabs_header li[data-tid="reviews"] {
        order: 2;
    }
    .tabs_header li[data-tid="video"] {
        order: 5;
    }
    .tabs_header li.active {
        font-weight: 600;
        border-bottom: none;
        margin-bottom: 0;
        background: #fff195;
    }
    .tabs_header li span {
font-size: 12px;
    color: #090909;
    display: inline-block;
    height: 17px;
    text-align: center;
    line-height: 20px;
    border-radius: 7px;
    padding: 0 0px;
    }
    .product_tabs .tabs_content .tab {
        padding: 10px 10px 56px 10px;
    }
    .product_tabs .tabs_content .tab .description_wrapper {
        height: 670px;
        overflow: hidden;
        position: relative;
    }
    .product_tabs .tabs_content .tab .description_wrapper.opened {
        height: auto;
        overflow: auto;
    }
    .product_tabs .tabs_content .tab .description_wrapper.opened:after {
        display: none;
    } 
    .product_tabs .tabs_content .tab .description_wrapper:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100px;
        background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
    }
    .product_tabs .tabs_content .tab .more_button {
        text-align: center;
        margin-bottom: 6px;
    }
    .product_tabs .tabs_content .tab .more_button a {
        border: 1px solid #c5c5c5;
        color: #767676;
        padding: 1px 12px;
        display: inline-block;
        text-decoration: none;
        border-radius: 4px;
        font-size: 14px;
    }
    .product_tabs .tabs_content .tab .show_more_reviews {
        text-align: center;
        margin-bottom: 24px;
    }
    .product_tabs .tabs_content .tab .show_more_reviews a {
        border: 1px solid #c5c5c5;
        color: #767676;
        padding: 1px 12px;
        display: inline-block;
        text-decoration: none;
        border-radius: 4px;
        font-size: 14px;
    }
    .product_page .container {
        background: #FFFFFF;
         padding: 18px 15px 0px 15px;
    }
    .product_tabs .tabs_content .tab.tab_video .title {
        font-weight: bold;
        font-size: 18px;
        line-height: 26px;
    }
    .product_tabs .tabs_content .tab.tab_video ul li:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .product_tabs .tabs_content .tab.tab_video ul li {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 32px;
    }
    .product_tabs .tabs_content .tab.tab_reviews .title {
        font-weight: bold;
        font-size: 18px;
        line-height: 26px;
    }   
    .product_tabs .tabs_content .tab.tab_reviews ul.items li.mobile_hidden {
        display: none;
    }
    .accessories ul.products.mini li .offers > form {
        display: block;
    }
    ul.products li .pl-item-info .submit-wrapper {
        margin-top: 8px;
    }
    .client_photos .view_reviews {
        text-align: center;
    }
    .client_photos .view_reviews a {
        border: 1px solid #c5c5c5;
        color: #767676;
        padding: 1px 12px;
        display: inline-block;
        text-decoration: none;
        border-radius: 4px;
        font-size: 14px;
    }
    .product_tabs .tabs_content .tab.tab_reviews ul.items li .review_images img {
        height: 150px;
    }
    .product_page .title_wrapper .like {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .product_page .title_wrapper .like .reviews_link {

    }
    .product_page .title_wrapper .like .reviews_link img {
        width: 12px;
        display: inline-block;
        vertical-align: top;
        margin-right: 2px;
    }
    .product_page .title_wrapper {
        padding-bottom: 0px;
        padding-top: 8px;
    }
    .product_page .title_wrapper .like a {
        font-size: 14px;
    }
    .product_page .title_wrapper .like a img {
        width: 14px;
        margin-right: 4px;
    }
}

.remodal[data-remodal-id="credit"] {

}
.remodal[data-remodal-id="credit"] .credit_title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 24px;
}
.remodal[data-remodal-id="credit"] .credit_text {
    text-align: left;
}
.remodal[data-remodal-id="credit"] .credit_text p {
    margin-bottom: 16px;
    font-weight: 500;
}
.remodal[data-remodal-id="credit"] .credit_text ol {
    margin-bottom: 16px;
    padding-left: 18px;
}
.remodal[data-remodal-id="credit"] .credit_text ol li {
    list-style-type: decimal;
}
.remodal[data-remodal-id="credit"] .credit_text ol > li:not(:last-child) {
    margin-bottom: 10px;
}
.remodal[data-remodal-id="credit"] .credit_text ul {
    margin-bottom: 16px;
    padding-left: 18px;
}
.remodal[data-remodal-id="credit"] .credit_text ul li {
    list-style-type: disc;
}
.remodal[data-remodal-id="credit"] .credit_text ul > li:not(:last-child) {
    margin-bottom: 10px;
}

.product_tabs .shops_list {
    position: sticky;
    top: 32px;
}

.product_benefites {
    padding: 0 24px 48px 24px;
}
.product_benefites ul {
    padding-left: 0 !important;
    list-style-type: none !important;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0 !important;
}
.product_benefites ul li {
    text-align: center;
    width: calc(100%/5);
    box-sizing: border-box;
    padding: 0 8px;
}
.product_benefites ul li .icon {
    margin-bottom: 8px;
}
.product_benefites ul li .icon img {
    margin-bottom: 0 !important;
    border-radius: 4px;
    filter: grayscale(1);
    opacity: .7;
}
.product_benefites ul li .text {
    font-size: 14px;
    line-height: 22px;
}
.product_benefites ul li .text b {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: bold;
}
.product_benefites ul li .text a {
    white-space: nowrap;
}

@media screen and (max-width: 768px) {




    .product_benefites {
        display: none;
    }
    .main_images .action_label {
        bottom: 16px;
        left: 0;
        width: 64px;
    }
}

a.buy_ucenka {
    display: inline-block;
    height: 44px;
    width: 100%;
    background: #ffdd00;
    border-radius: 5px;
    font-size: 19px;
    line-height: 44px;
    text-align: center;
    color: #000;
    text-decoration: none;
    margin-top: 6px;
}
a.buy_ucenka span {
    display: inline-block;
}

.mini_images li.video {
    position: relative;
    cursor: pointer;
}
.mini_images li.video .znak-video-prod {
    position: absolute;
    width: 24px;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    height: auto;
    object-fit: unset;
}




.dop-list {
    margin-top: 25px;
}
.dop-list-h{
    font-weight: 600;
    margin-bottom: 0px;    font-size: 16px !important;
}
.dop-list ul{
    margin: 5px 0;
    list-style: none;
    padding: 0;
/*    height: 230px;*/
/*    overflow-y: scroll;*/
}
.dop-list ul::-webkit-scrollbar {
    width: 4px;
}
.dop-list ul::-webkit-scrollbar-track {
    background: #e7e7e7;
}
.dop-list ul::-webkit-scrollbar-thumb {
    background-color: #adadad;
    border-radius: 0;
}
.dop-list ul li {
    position: relative;
}
.dop-list ul > li:not(:last-child) {
    border-bottom: 1px solid #dbdbdb;
}
.dop-list ul li .added_layout {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    z-index: 3;
    text-align: center;
    line-height: 56px;
    font-size: 14px;
    font-weight: bold;
}
.dop-list ul li .added_layout a {
    
}
.dop-list ul li.check-dop-act{
    cursor: auto;
}
.dop-list ul li img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 40px;
}
.dop-list ul li .check-name {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 48px - 70px - 32px);
    font-size: 13px;
    line-height: 16px;
}
.dop-list ul li .check-name span.product_name {
    display: inline-block;
    width: 100%;
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dop-list ul li .check-name span.product_name a {
    text-decoration: none;
    color: inherit;
}
.dop-list ul li .check-name span.already_in_cart {
    color: #ff7c00;
    font-size: 12px;
    line-height: 12px;
    border-radius: 4px;
    font-weight: 600;
}
.dop-list ul li .check-name span.check-name-why {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #0b7abb;
    color: #0b7abb;
    font-size: 13px;
}
.dop-list ul li .check-name span.check-name-why.opened {
    border: 1px dotted transparent;
    color: #959595;
}
.dop-list ul li .check-cost{
    display: inline-block;
    vertical-align: middle;
    width: 65px;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    font-weight: 400;
    font-family: 'Trebuchet MS', 'PT Sans';
    margin-right: 5px;
}
.dop-list ul li{
    cursor: pointer;
/*    background-image: url(/images/noact-gal_.png?v=1);*/
    background-repeat: no-repeat;
    background-position: left 16px;
    margin-bottom: 0;
/*    border-bottom: 1px solid #dbdbdb;*/
    padding: 8px 0 8px 0;
    font-size: 0;
    width: calc(100% - 8px);
}
.dop-list .dop-itogo{
    line-height: 30px;
    position: relative;
    margin-top: 12px;
}
.dop-list .dop-itogo span{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    text-align: right;
    font-weight: 600;
    font-family: 'Trebuchet MS', 'PT SAns';
}
.dop-list ul li span.check-button {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
}
.dop-list ul li span.check-button a {
    display: inline-block;
    width: 29px;
    height: 22px;
    background: url(/images/kolba_new/cart_icon.svg) no-repeat center center;
    border-radius: 3px;
    background-size: 13px;
    border: 1px solid #2f2d2e;
    box-sizing: border-box;
    opacity: 0.5;
}
.dop-list_wrapper ul li .check-name .product_name:hover{
    text-decoration: underline;
}

.dop-list ul li span.check-button a:hover {
    background: #ffe019 url(/images/kolba_new/cart_icon.svg) no-repeat center center;
    background-size: 13px;
    opacity: 1;
    border: 1px solid #ffe019;
}
.dop-list ul li.check-dop-act span.check-button a {
    display: block;
    width: 32px;
    height: 22px;
    background: #dbc500 url(/images/kolba_new/gal-w.svg?v=1) no-repeat center center;
    border-radius: 3px;
    background-size: 13px;
}
.dop-list .dop-itogo a{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 14px;
    background: #ff7c00;
    color: #fff;
    position: absolute;
    right: 0;
}
.dop-list .dop-itogo a:hover{
    opacity: .9;
}
.dop-list ul li .check-cost .check-oldcost{
    display: block;
/*    color: #f74242;*/
    opacity: 0.5;
    text-decoration: line-through;
    font-size: 13px;
}
.dop-list .dop-list_success {
    text-align: center;
    font-size: 14px;
    padding: 48px 16px;
    line-height: 18px;
    color: #666;
}
.dop-list .dop-list_success a {
    color: #ff8112;
}
.dop-list .dop-itogo a.shake {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    perspective: 1000px;
}
@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.product_page .share_block {
    margin-top: 12px;
}

.price-tovar .like {
    position: absolute;
    top: -26px;
    right: 0;
    line-height: 18px;
    height: 15px;
}
.price-tovar .like a {
    font-size: 12px;
    text-decoration: none;
    color: #6f6f6f;
    display: flex;
    align-items: center;
    gap: 5px;
}
.price-tovar .like img {
    width: 15px;
}

.price_in_shop {
    display: flex;
    margin: 0 0 10px 0;
    align-items: center;
    gap: 8px;
}
.price_in_shop .price_in_shop__cost {
    width: 146px;
    background: #4DB037;
    font-size: 30px;
    border-radius: 5px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    margin-right: 3px;
    font-weight: 500;
}
.price_in_shop .price_in_shop__text {
    font-size: 12px;
    line-height: 125%;
}
.price_in_shop .price_in_shop__text a {
    color: #4db037;
    text-decoration: none;
}





@media screen and (max-width: 768px) {


.price_in_shop .price_in_shop__cost {
        width: 135px;
        font-size: 27px;
        border-radius: 5px;
        color: #fff;
        line-height: 35px;
        text-align: center;
        margin-right: 5px;
        font-weight: 500;
}
.price_in_shop {
    margin: 0 0 7px 0;
}


}