

/* Start:/local/templates/diam/components/bitrix/news.detail/vendors_title/style.css?174731503224224*/
.kd-vendor-wrapper {
    margin-top: 25px;
}

.kd-vendor-wrapper--background {
  padding: 8px;
  background-color: #F2F2F2;
}


.kd-vendor-wrapper h2 {
    color: #010101;
    margin-bottom:12px;
}


.kd-vendor-preview .kd-preview-picture {
    text-align: right;
    margin-bottom: 20px;
}

.kd-vendor-preview .kd-preview-picture img {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.kd-vendor-wrapper-org-cat,
.kd-vendor-wrapper-search {
    clear: both;
    margin-top: 12px;
}

.kd-nav-block {
    padding-bottom: 60px;
    clear: both;
}

ul.kd-nav-ul-block li {
    float: left;
    display: block;
    padding: 9px 12px;
    color: #550081;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid #550081;
    border-radius: 5px;
    margin-right: 15px;
}

ul.kd-nav-ul-block li.selected {
    color: #fff;
    background-color: #550081;
    cursor: unset;
}

.kd-vendor-preview .kd-sec-table-items-preview {
    margin-top: 6px;
    text-align: right;
}


.kd-nav-ul-block-detail {
}

.kd-nav-ul-block-detail a,
.kd-ul-block-vendor-reactive a,
.kd-ul-block-vendor-video a,
.kd-ul-block-vendor-catalogs a {
    text-decoration: underline;
    color: #000000;
}

.kd-nav-ul-block-detail ul,
.kd-ul-block-vendor-reactive ul {
    margin-left: 16px;
    list-style: none;
}

.kd-nav-ul-block-detail li,
.kd-ul-block-vendor-reactive li {
    position: relative;
}

.kd-nav-ul-block-detail li:not(.catr):before,
.kd-ul-block-vendor-reactive li:not(.catr):before {
    position: absolute;
    content: '';
    display: block;
    left: -14px;
    top: 5px;
    background-color: #5c3795;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}


.kd-nav-ul-block-detail .depth_level_2_head,
.kd-nav-ul-block-detail .depth_level_2,
.kd-ul-block-vendor-reactive ul {
    margin-top: 10px;
    margin-bottom: 10px;
}
.kd-nav-ul-block-detail .depth_level_2_head a {
    color: #3e3633;
    text-decoration: underline;
}
.kd-nav-ul-block-detail ul li a {
    color: #6a6d6f;
    text-decoration: underline;
}

.kd-vendor-preview-title h1.kd-vendor-preview-title_float {
    float: left;
}
.kd-vendor-preview {
    float:none;
}

.kd-vendor-preview-title:after {
    content:"";
    clear:both;
    display:block;
}

.kd-vendor-wrapper-content {
    margin-bottom: 25px;
}

.kd-new-block-row {
    margin-left: 20px;
}

.kd-ul-block-vendor-video .videos {
    font-size: 16px;
    padding: 0px 15px 5px 23px;
    margin: 7px 5px 2px 3px;
    background: url(/images/video01small.gif) left top no-repeat;
}

.kd-ul-block-vendor-catalogs .catalogs {
    font-size: 16px;
    padding: 0px 15px 5px 23px;
    margin: 7px 5px 2px 3px;
    background: url(/images/catalog02small.gif) left top no-repeat;
}

.kd-ul-block-vendor-urls a,
.kd-vendor-wrapper-fulltext a {
    color: #5c3795;
}

.kd-vendor-wrapper-content .kd-text-block img {
    margin-left: 20px;
    margin-bottom: 20px;
}

.kd-vendor-wrapper-content .kd-text-block > table {
    width: auto;
}

@media (max-width: 768px) {

    .btn.fast-search__btn {
        width: 100%;
    }

    ul.kd-nav-ul-block li {
        font-size: 18px;
    }
}


.vendor-new {
    display:grid;
    grid-template-columns:390px calc(100% - 470px);
    grid-gap:80px;
}
.vendor-new .col {position:relative;}
.vendor-new .col .slide {
    position: sticky;
    top:0;
    padding-top:20px;
}
.vendor-new a {color:#5C3795;}

.vendor-logo-block {
    width:390px;
    min-height:220px;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    border-radius:4px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom:20px;
}

.vendor-site {
    margin-bottom:20px;
}

.vendor-form-search {
    margin-bottom:10px;
}
.vendor-form-search form {
    width:100%;
    border: 2px solid #5C3795;
    border-radius: 5px;
    display:flex;
    flex-wrap:nowrap;
    box-sizing: border-box;
}
.vendor-form-search form input[type="text"],
.vendor-form-search form input:not([type]) {
    border:0 none;
    background: transparent;
    width:100%;
    padding: 0 14px;
    font-size: 16px;
}
.vendor-form-search form input[type="submit"] {
    background: #5C3795 url(/local/templates/diam/img/search-icon.svg) center center no-repeat;
    border: 0 none;
    width: 40px;
    height:38px;
    color: transparent;
    cursor: pointer;
}

.vendor-form-btn {
    background-color: #5C3795;
    line-height:42px;
    height:42px;
    color:#fff;
    text-align:center;
    margin-bottom:20px;
    border-radius:5px;
    display:block;
}
.vendor-new a.vendor-form-btn {
    color:#fff;
    text-decoration:none;
}

.order-by-articul {
    margin-top:10px;
    background:#fff;
    max-width:600px;
    box-sizing: border-box;
    padding:50px 60px;
    max-height:90%;
    overflow:hidden;
    overflow-y: auto;
    border-radius:4px;
    display:none;
    top:0 !important;
    position: fixed !important;
}

.order-by-articul #openorderblock * {font-size:14px;}
.order-by-articul #openorderblock #label_block label {font-size:16px;}
.order-by-articul #openorderblock h2 {margin:0 0 10px 0; font-size:20px;}
.order-by-articul #openorderblock .note {margin:0 0 15px 0; font-size:16px;}
.order-by-articul #openorderblock td input:not([type="checkbox"]):not([type="radio"]),
.order-by-articul #openorderblock td textarea:not(:first-child) {
    margin-bottom:12px;
}
.order-by-articul #openorderblock td input[type="submit"] {
    margin-top:3px;
}

.form-abcam .kd-form__input-wrapper {
    position: relative;
}
#d-front-form .form-abcam .kd-form__input-wrapper:last-of-type {
    padding-right: 19px;
}

.kd-form__input-wrapper::after {
    content: 'или';
    position: absolute;
    top: 37px;
    right: -4px;
    color: #a1a7ab;
    font-size: 14px;
    line-height: 16px;
}
.kd-form__input-wrapper:last-child:after {
    content: '';
}
.kd-form__label {
    white-space: nowrap;
}

.form-abcam .form-abcam-result {
    width: 100%;
    position: absolute;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 1;
    display: none;
    overflow-y: auto;
    max-height: 500px;
}
.form-abcam .form-abcam-result > div {
    padding: 8px 15px;
    font-size: 13px;
}
.form-abcam .form-abcam-result > div:hover {
    background: #ccc;
    cursor: pointer;
}
.search-abcam {
    position: relative;
    margin: 10px 0 20px;
    padding: 10px;
    border: 1px solid #cccccc;
    /*width: 393px;*/
}
.form-app {
    padding: 20px 0 45px;
    position: relative;
}
.form-app:after {
    content:"";
    clear:both;
    display:block;
}

.form-app .abcam_title-link {
    line-height: 19px;
    display: block;
    text-align: center;
}


.abcam-val-switch {
    text-align: right;
    padding: 10px 0;
}
.abcam-val-switch span {
    font-size: 13px;
}
.abcam-val-switch span.abcam-val-title {
    font-weight: bold;
}
.abcam-val-switch span.abcam-val-opt {
    text-decoration: underline;
    cursor: pointer;
}
.abcam-val-switch span.switch {
    font-weight: bold;
    text-decoration: none;
    cursor: default;
}
.form-app .abcam-modal-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    outline: 0;
}
.form-app .abcam-modal-body {
    width: 500px;
    height: 270px;
    padding: 50px 115px;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.form-app .abcam-modal-text {
    font-size: 20px;
    margin-bottom: 45px;
    line-height: 26px;
}
.form-app .abcam-bottom {
    display: none;
    float: right;
}
.form-app .abcam-summ {
    margin-right: 50px;
    font-size: 18px;
    font-weight: bold;
}
.form-app .abcam-clear {
    cursor: pointer;
    font-size: 12px;
    margin-left: 20px;
    border-bottom: 1px dashed;
}
.form-app .abcam-clear:hover {
    border-bottom: 1px solid;
}

.form-app .kd-form__group {margin-bottom:0;}

.clearfix {
    clear: both;
}
.cart-link-back {
    color: #5c3795;
    font: normal 14px Arial, sans-serif;
    position: relative;
    margin-left: 20px;
}
.cart-link-back:hover {
    color: #452675;
}
.cart-link-back:before {
    content: '';
    background-image: url(/images/arrow_left.png);
    width: 10px;
    height: 10px;
    position: absolute;
    background-repeat: no-repeat;
    top: 4px;
    left: -17px;
}
.cart-desc-wrapper {
    text-align: center;
}
.cart-desc {
    font: bold 18px Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cart-btn {
    color: #fefefe;
    background-color: #5c3795;
    font: normal 13px Arial, sans-serif;
    padding: 13px;
    min-width: 205px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    outline: none;
}
.cart-btn:hover {
    background-color: #452675;
}
.footer_menu {
    margin-left: 0;
    margin-top: 175px;
}

.abcam-table {
    text-align: center;
    font: normal 14px Arial, sans-serif;
    border-collapse: collapse;
    margin-bottom: 30px;
    width: 100%;
}
.abcam-table td {
    font: normal 14px Arial, sans-serif;
}

.abcam-table td .shortdescr {
    font: normal 14px Arial, sans-serif;
}

.abcam-table__head {
    height: 70px;
    /*background-color: #f8f8f8;*/
}

.abcam-table__head.background_yellow {
    /*background-color: #fffae4;*/
}

.abcam-table__head.background_purple {
    /*background-color: #faefff;*/
}

.abcam-table__head th {
    padding: 0 10px;
}
.abcam-table .td-count {
    min-width: 125px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.abcam-table .abcam-td_empty td {
    padding: 20px;
    font-size: 20px;
}
.abcam-th_num {
    width: 3.5%;
}
.abcam-th_article {
    width: 4.5%;
}
.abcam-th_name {
    width: 36%;
}
.abcam-th_price {
    width: 5.8%;
}
.abcam-th_amount {
    width: 7%;
}
.abcam-th_discount {
    width: 3.2%;
}
.abcam-th_price-final {
    width: 6%;
}
.abcam-th_value {
    width: 7%;
}
.abcam-th_store {
    width: 6%;
}
.abcam-th_delivery-time {
    width: 5%;
}
.abcam-th_spec-cond {
    width: 9.5%;
}
.abcam-th_delete {
    width: 2%;
}
.abcam-th_cas {
    width: 4.5%;
}
.abcam-table__row {
    /*height: 65px;*/
}
.abcam-table__row td {
    position: relative;
    border-bottom: 2px solid #efefef;
}
.js-abcam-name {
    text-align: left;
    padding: 10px 0 10px 20px;
}
.abcam-description {
    color: #6a6d6f;
    font-size: 13px;
    padding-top: 10px;
}

#basket_form .abcam-td-name a {
    text-decoration: none;
    color: #000000;
}

.abcam-td_spec-cond .kd-help-block {
    margin: 0 auto;
}

.abcam-td_spec-cond.abcam-td_spec-cond_warn {
    font-size: 13px;
    color: #ed073b;
}
.abcam-td_delete {
    position: relative;
}
.cross-symbol {
    position: absolute;
    right: 13px;
    top: 45%;
    width: 10px;
    height: 10px;
    cursor: pointer;
}
.cross-symbol:after,
.cross-symbol:before {
    position: absolute;
    left: 4px;
    content: ' ';
    height: 11px;
    width: 2px;
    background-color: #5c3795;
}
.cross-symbol:before {
    transform: rotate(45deg);
}
.cross-symbol:after {
    transform: rotate(-45deg);
}

/*New style 23.09.2021*/

.vendor-new .kd-section-block-descr h2,
.vendor-new .kd-section-block-descr h3,
.vendor-new .kd-section-block-descr h4 {color:black !important;}

#d-front-form {
    /*width: 1137px;*/
    max-width: 100%;
    margin: 0 auto 15px;
    box-sizing: border-box;
    padding: 45px 10px 35px;
    border: none;
    background: #f8f8f8;
}
#d-front-form .form-abcam {
    display: flex;
}
#d-front-form .kd-form__input-wrapper {
    padding: 0 19px;
    flex: 1;
    padding-right: 38px;
}
#d-front-form .kd-form__input {
    height: 44px;
    width: 100%;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    padding-left: 17px;
}
#d-front-form .kd-form__input:focus {
    border-color: #333333;
}
#d-front-form .kd-form__input::-moz-placeholder {
    color: #000000;
}
#d-front-form .kd-form__input::-webkit-input-placeholder {
    color: #000;
}
#d-front-form .kd-form__input::-ms-input-placeholder {
    color: #000;
}
#d-front-form .kd-form__input::placeholder {
    color: #000;
}
.dvendor-link {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding-bottom: 4px;
    border-bottom: 1px dashed #000000;
    padding-top: 20px;
    display: inline-block;
    text-decoration: none;
}

.d-point-box {
    margin-top: 60px;
}
.d-point-item {
    display: flex;
    width: 960px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto 35px auto;
    justify-content: space-between;
}
.d-point-item:nth-child(1) .div-point {
    border: 1px solid #a67efc;
}
.d-point-item:nth-child(2) .div-point {
    border: 1px solid #61aaff;
}
.d-point-item:nth-child(3) .div-point {
    border: 1px solid #3fdb4f;
}
.d-point-item:nth-child(1) p {
    color: #a67efc;
}
.d-point-item:nth-child(2) p {
    color: #61aaff;
}
.d-point-item:nth-child(3) p {
    color: #3fdb4f;
}
.div-point {
    width: 870px;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0 25px;
    height: 112px;
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
}
.d-point-item p {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 90px;
    line-height: 103px;
    color: #61aaff;
}
.dprev-react {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    padding-top: 30px;
    margin: 0;
}
.dh-react {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 28px;
    color: #550081;
    margin-bottom: 27px;
}
.dh-react.search-art {
    color:black;
    margin:0;
}
.dopinfo-box {
    text-align: center;
}
.link-dopinfo {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #000099;
    border-bottom: 2px solid #000099;
    text-decoration: none;
}
.form-abcam-result .result {
    position: relative;
}
.add_item__tooltip {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 160px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: #9e9e9e;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    /*filter: drop-shadow(0px 3px 21.5px rgba(0,0,0,0.25));*/
    box-shadow: 0px 3px 21.5px rgba(0,0,0,0.25);
}
.add_item__tooltip::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 0;
    border: 16px solid transparent;
    border-right: 11px solid #9e9e9e;
}
.description {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 50px;
}

.reagents__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reagents__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 425px;
    margin-bottom: 40px;
}

.reagents__img {
    margin-right: 25px;
    width: 100px;
    height: 100px;
}

.reagents__description {
    margin: 0;
    margin-bottom: 9px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.reagents__link {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000099;
}

@media screen and (max-width: 768px) {
    .link-dopinfo {
        font-family: Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        color: #000099;
        border-bottom: 1px solid #000099;
        text-decoration: none;
    }
    .dh-react {
        font-size: 18px;
        line-height: 22px;
    }
    .dprev-react {
        font-size: 14px;
        line-height: 20px;
        padding-top: 15px;
    }
    .div-point {
        height: auto;
        font-size: 14px;
        line-height: 20px;
        width: 100%;
    }
    .d-point-item p {
        padding-right: 10px;
        font-size: 50px;
        line-height: 80px;
    }
    .d-point-item {
        margin: 0 auto 20px auto;
        width: 100%;
    }
    #d-front-form {
        width: 100%;
        padding: 0;
        margin-bottom: 35px;
    }
    #d-front-form .form-abcam {
        flex-wrap: wrap;
    }
    #d-front-form .kd-form__input-wrapper {
        padding: 0;
        flex: none;
        width: 100%;
    }
    .dvendor-link {
        padding-top: 10px;
        font-size: 14px;
    }
    #d-front-form .dabcam_name {
        margin-top: 35px;
    }
    #d-front-form .kd-form__input {
        max-width: 100%;
    }
    .form-abcam-result {
        max-width: calc(100vw - 65px);
    }
    .add_item__tooltip {
        width: 84px;
        height: 38px;
        margin-right: -45px;
        font-size: 14px;
        line-height: 18px;
    }
    .add_item__tooltip::before {
        left: -28px;
        border: 19px solid transparent;
        border-right: 11px solid #9e9e9e;
    }
    #d-front-form .dabcam_art {
        margin-top: 35px;
    }
}
input[disabled] {
    opacity: 0.3;
}

.kd-vendor-wrapper .kd-preview-picture img {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.vendor-block-wrapper {
    overflow:hidden;

    position:relative;
}
.vendor-block-wrapper:after {
    position:absolute;
    left:0; right:0; bottom:0;
    content:"";
    height:15px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.vendor-block-wrapper.no-hide:after {
    display:none;
}
.vendor-block-wrapper a,
.kd-text-block.vendor-txt a,
.kd-text-block.vendor-txt a:not(.i-fancy):not(.kd-all-dashed),
.kd-text-block.vendor-txt a:not(.i-fancy),
.vendor-txt a {
    color:#333;
}

.kd-nav-ul-detail-wrapper .vendor-block-wrapper,
.js-vendor-reactive .vendor-block-wrapper {
    max-height: 486px;
}
.js-vendor-catalogs .vendor-block-wrapper,
.js-vendor-videos .vendor-block-wrapper {
    max-height:247px;
    margin-top:40px;
}
.kd-vendor-wrapper.kd-ul-block-vendor-urls {
    margin-top:40px;
}
.js-vendor-toggler.vendor-block-opened .vendor-block-wrapper{
    max-height: initial;
}

.show-more-btn {
    color:#5D3595;
    position: relative;
    margin-right: 20px;
    cursor:pointer;
    display:inline-block;
    margin-top: 16px;
    padding-bottom:1px;
    border-bottom:1px dotted #5D3595;

}
.show-more-btn:hover {
    border-bottom-color:transparent;
}
.show-more-btn:after {
    border-bottom: 1px solid #5D3595;
    border-right: 1px solid #5D3595;
    content: "";
    height: 5px;
    width: 5px;
    position: absolute;
    right: -20px;
    top: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.show-more-btn.opened:after {
    top: 60%;
    transform: translate(-50%, -50%) rotate(-135deg);
}

.vendor-block-opened .vendor-block-wrapper + .show-more-btn,
.show-more-btn + .opened {display:none;}
.vendor-block-opened .vendor-block-wrapper + .show-more-btn + .opened {display:inline-block;}

.reactive_separate_cols {
    column-count: 2;
    column-width: 0;
}

.vendor-new .col:first-child {
    margin-top: -20px;
}

#fulltext table {display:flex;}
#fulltext table tr {display:flex; justify-content:space-around; align-items: center; gap: 20px 10px; flex-wrap: wrap;}
#fulltext table tr td {display:flex; max-width:100%}
#fulltext table tr td iframe {max-width: unset !important;}
#fulltext table img {max-width:100%;object-fit: cover;}

.abcam-table-wrapper {display:none;}

#abcam_cas+.form-abcam-result,
#abcam_art+.form-abcam-result {max-width: calc(100% - 57px);}
#abcam_name+.form-abcam-result {max-width: calc(100% - 38px);}

.vendor-new #fulltext a,
.kd-vendor-preview .kd-text-block a {color:#333;}
.custom-galery .galery-body-block .title a,
.custom-galery_only-photo .galery-body-block .title a {color:#000;}
#fulltext ul ul {margin-left:20px;}

@media (max-width:1310px) {
    .vendor-new {
        display: block;
    }
    .vendor-new .col:first-child {
        margin-top:0;
    }
    .vendor-new .col .slide {
        position:static;
        max-width: 390px;
        padding-top:0;
    }
}
@media (max-width:768px) {
    .vendor-logo-block {
        margin-left:auto;
        margin-right:auto;
    }
    #d-front-form .form-abcam .kd-form__input-wrapper,
    #d-front-form .form-abcam .kd-form__input-wrapper:last-of-type {
        padding-right:25px;
    }
    ul.kd-nav-ul-block li {
        margin-bottom: 10px;
    }

    .kd-vendor-wrapper .kd-nav-block {
        max-width:calc(100vw - 27px);
        padding-bottom:0;
    }
    .kd-vendor-wrapper .kd-nav-ul-block {
        white-space: nowrap;
        overflow-x: scroll;
        margin-right:-15px;
        position:relative;
    }
    .kd-vendor-wrapper .kd-nav-ul-block li {
        display: inline-block;
        float: none;
    }

    .reactive_separate_cols {
        column-count: 1;
    }

    #abcam_cas+.form-abcam-result,
    #abcam_art+.form-abcam-result,
    #abcam_name+.form-abcam-result {max-width: calc(100% - 25px);}
}

@media (max-width:618px) {
    .order-by-articul {
        padding: 50px 20px;
        margin: 0 5px;
        inset:0 !important;
        max-height:100%;
    }
}

@media (max-width:430px) {
    .vendor-logo-block {width:auto; max-width:100%;}
    .vendor-logo-block img {max-width:330px; height:auto;}
}

.kd-vendor-preview .kd-text-block {text-align: initial;}

/*popup*/
#another_vendor{
    border-radius: 5px;
    padding: 60px;
}
#another_vendor .popup_text{
    padding-bottom: 30px;
    font-size: 24px;
    text-align: center;
}
#another_vendor .popup_text a{
    color: #176def;
}
#another_vendor .popup_button{
    width: fit-content;
    margin: auto;
}
#another_vendor .popup_button a{
    text-align: center;
    background: #5C3795;
    color: white;
    text-decoration: none;
    font-size: 16px;
    line-height: 32px;
    padding: 10px 16px;
    border-radius: 5px;
    display: inline-block;
    margin: auto;
}


#another_vendor .popup-window-close-icon{
    cursor: pointer; position: absolute; top: 20px; right: 15px; opacity: 1;
}
#another_vendor .popup-window-close-icon:before, #another_vendor .popup-window-close-icon:after {content: ""; position: absolute; width: 18px; height: 1px; background: black;}
#another_vendor .popup-window-close-icon:before{
    transform: rotate(45deg);
    top: 10px;
}
#another_vendor .popup-window-close-icon:after{
    transform: rotate(-45deg);
    top: 10px;
    left: unset;
}

.kd-ul-block-vendor-reactive {
    margin-top: 0;
    padding: 0 8px 8px;
    background-color: #F2F2F2;
}
.kd-ul-block-vendor-reactive > h2:first-child {
    margin-top: 0;
}

@media (min-width: 768px) {
    .kd-vendor-wrapper--background {
        padding: 16px;
    }
    .kd-ul-block-vendor-reactive {
        padding: 0 16px 16px;
    }    
}

.depth_level_1_head > a {
    font-weight: bold;
}

.vendor-block-wrapper:after {
    background: linear-gradient(to bottom, transparent, #f2f2f2) !important;
}
/* End */


/* Start:/local/templates/diam/components/bitrix/photo.section/galery_vendors/style.css?17418638997114*/
.custom-galery {
    max-width: 100%;
    margin: 40px auto;
    position: relative;
}
.custom-galery_only-photo {
    margin: 40px 0;
    position: relative;
}

.custom-galery .galery-title-block,
.custom-galery_only-photo .galery-title-block {
    /*font-size: 12pt;*/
    /*margin-bottom: 8px;*/
    /*margin-top: 12px;*/
    /*text-align: left;*/
    /*font-weight: bold;*/
    /*color: #000000;*/
    font-size: 14px;
    margin: 4px 0px;
    color: #550081;
}

.custom-galery .galery-body-block,
.custom-galery_only-photo .galery-body-block {
    position: relative;
    display: flex;
}


.custom-galery .galery-body-block .item,
.custom-galery_only-photo .galery-body-block .item {
    height: 286px;
    /*  border: 1px solid red;*/
}
.custom-galery .galery-body-block .item .with_description {
    height: 286px;
    display: flex;
    justify-content: center;
}

.custom-galery .galery-body-block .item .text-block,
.custom-galery_only-photo .galery-body-block .item .text-block {
    height: 20%;
    color: #000;
    margin-top: 6px;
    text-align: center;
}

.custom-galery .galery-body-block .item .text-block .title,
.custom-galery_only-photo .galery-body-block .item .text-block .title {
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    height: 3.9em;
}

.custom-galery .galery-body-block .item .text-block .descr,
.custom-galery_only-photo .galery-body-block .item .text-block .descr {
    margin-top: 6px;
    font-size: 12px;
}

.custom-galery .galery-body-block .item .with_description .descr {
    font-size: 14px;
    width: fit-content;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    height: 19.5em;
    word-break: break-word;
}

.custom-galery .galery-body-block .item .with_product .descr {
    height: fit-content;
    -webkit-line-clamp: 7;
}

.custom-galery .galery-body-block .item .with_product .more_btn {
    display: block;
    text-align: center;
    color: white;
    background: #5c3795;
    border-radius: 5px;
    cursor: pointer;
    height: 36px;
    position: absolute;
    width: auto;
    bottom: 0;
}

.custom-galery .galery-body-block .item .with_product .more_btn_text {
    display: inline-block;
    bottom: -8px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.fancybox-overlay .preview-text-block {
    color: #000;
    margin-top: 6px;
}

.fancybox-overlay .preview-text-block .title {
    font-size: 14px;
    font-weight: bold;
}

.fancybox-overlay .preview-text-block .descr {
    font-size: 12px;
}


.custom-galery .galery-body-block .item img,
.custom-galery_only-photo .galery-body-block .item img {
    height: 80%;
    width: 100%;
    object-fit: contain;
    min-width: 167px;
}

.custom-galery .galery-body-block .item .with_description img {
    height: 80%;
    object-fit: contain;
    width: 97%;
}

.custom-galery .galery-body-block .custom-nav,
.custom-galery_only-photo .galery-body-block .custom-nav{
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}

.custom-galery .galery-body-block .owl-prev,
.custom-galery .galery-body-block .owl-next,
.custom-galery_only-photo .galery-body-block .owl-prev,
.custom-galery_only-photo .galery-body-block .owl-next{
    position: absolute;
    height: fit-content;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
    opacity: 1 !important;
    outline: none;
}

.custom-galery .galery-body-block .owl-prev,
.custom-galery_only-photo .galery-body-block .owl-prev {
    left: 0;
}

.custom-galery .galery-body-block .owl-next,
.custom-galery_only-photo .galery-body-block .owl-next{
    right: 0;
}

.custom-galery .galery-body-block .owl-nav,
.custom-galery .galery-body-block .owl-dots,
.custom-galery_only-photo .galery-body-block .owl-nav,
.custom-galery_only-photo .galery-body-block .owl-dots{
    display: block !important;
}

.custom-galery .galery-body-block .owl-theme .owl-nav [class*=owl-],
.custom-galery_only-photo .galery-body-block .owl-theme .owl-nav [class*=owl-]{
    background: none !important;
    margin: 0px;
}

.custom-galery .galery-body-block .owl-theme .owl-nav,
.custom-galery_only-photo .galery-body-block .owl-theme .owl-nav{
    margin-top: 120px !important;
}

.fancybox-nav {
    width: 50px;
}

.custom-galery .galery-body-block .left-arrow,
.custom-galery_only-photo .galery-body-block .left-arrow,
.fancybox-wrap .fancybox-prev span {
    background: url(/local/templates/diam/css/images/arrow_left.png) no-repeat;
}

.custom-galery .galery-body-block .right-arrow,
.custom-galery_only-photo .galery-body-block .right-arrow,
.fancybox-wrap .fancybox-next span {
    background: url(/local/templates/diam/css/images/arrow_right.png) no-repeat;
}

.fancybox-wrap .fancybox-nav span {
    visibility: visible;
}

.fancybox-wrap .fancybox-prev {
    left: -65px;
}

.fancybox-wrap .fancybox-next {
    right: -65px;
}

.custom-galery .galery-body-block .right-arrow, .custom-galery .left-arrow,
.custom-galery_only-photo .galery-body-block .right-arrow, .custom-galery_only-photo .left-arrow{
    width: 34px;
    height: 34px;
    transition: all .3s;
    display: block;
}

.custom-galery .owl-prev, .custom-galery .owl-next,
.custom-galery_only-photo .owl-prev, .custom-galery_only-photo .owl-next{
    top: 35%;
}

.custom-galery .galery-body-block .owl-theme .owl-dots .owl-dot,
.custom-galery_only-photo .galery-body-block .owl-theme .owl-dots .owl-dot{
    outline: none;
}

.custom-galery .galery-body-block .owl-theme .owl-dots .owl-dot.active span,
.custom-galery .galery-body-block .owl-theme .owl-dots .owl-dot:hover span,
.custom-galery_only-photo .galery-body-block .owl-theme .owl-dots .owl-dot.active span,
.custom-galery_only-photo .galery-body-block .owl-theme .owl-dots .owl-dot:hover span{
    background: #5c3795 !important;
}

.custom-galery .galery-body-block .item .with_product .text-block {
    text-align: left;
    width: 400px;
}

.custom-galery .galery-body-block .item .with_product .text-block .title {
    margin-bottom: 15px;
}

.custom-galery .galery-body-block .item .with_product .article {
    font-size: 14px;
}

@media (max-width: 960px) {
    .custom-galery .galery-body-block .item .with_description {
        flex-direction: column;
        height: unset;
    }
    .custom-galery .galery-body-block .item {
        height: unset;
    }
    .custom-galery .galery-body-block .item .with_product .text-block {
        text-align: left;
        width: unset;
    }
    .custom-galery .galery-body-block .item .with_description img {
        height: 150px;
    }
    .custom-galery .galery-body-block .item .text-block .title {
        -webkit-line-clamp: 2;
        height: 2.6em;
    }
    .custom-galery .galery-body-block .item .with_product .more_btn {
        position: static;
    }
}

@media (max-width: 1100px) {
    .custom-galery {
        margin: 40px 0;
    }
}
/* End */


/* Start:/local/templates/diam/vendor/css/owl.carousel.min.css?16117350213351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/diam/vendor/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/diam/vendor/css/owl.theme.default.min.css?16117350211013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */
/* /local/templates/diam/components/bitrix/news.detail/vendors_title/style.css?174731503224224 */
/* /local/templates/diam/components/bitrix/photo.section/galery_vendors/style.css?17418638997114 */
/* /local/templates/diam/vendor/css/owl.carousel.min.css?16117350213351 */
/* /local/templates/diam/vendor/css/owl.theme.default.min.css?16117350211013 */
