

/* Start:/local/templates/diam/components/o2k/search.page/search_new/style.css?17060106258576*/
.search-page-form .radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
}

.search-page-form .radio-item input[type='radio'] {
    display: none;
}

.search-page-form .radio-item label {
    color: #000000;
    font-size: 16px;
}

.search-page-form .radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 4px;
    margin: 0 5px 0 0;
    width: 18px;
    height: 18px;
    border-radius: 11px;
    border: 1px solid #b0b0b0;
    background-color: transparent;
}

.search-page-form .radio-item input[type=radio]:checked + label {
    color: #550081;
}

.search-page-form .radio-item input[type=radio]:checked + label:before {
    border: 1px solid #550081;
    color: #550081;
}

.search-page-form .radio-item input[type=radio]:checked + label:after {
    border-radius: 11px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 10px;
    left: 12px;
    content: " ";
    display: block;
    background: #550081;
}


.search-page-form .subsearch {
    width: 650px;
    position: relative;
    text-align: left;
    margin-right: 10px;
}

.search-page-form .subsearch input[name="q"] {
    border: 1px solid #b0b0b0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    outline-style: none;
    padding: 0 16px;
    width: 100%;
}

.search-page-form .subsearch input[type="image"] {
    cursor: default;
    padding: 10px;
    position: absolute;
    right: 1px;
    top: 1px;
}

.search-page-form .search-page-input-block {
    display: flex;
    margin-top: 20px;

}

.base-text {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
}

.base-group {
    /*  padding-top: 8px;
      padding-bottom: 20px;*/
    padding-bottom: 23px;
}


.base-line {
    border-top: 1px solid #cacfd0;
    margin-top: 20px;
}

.base-body-format b {
    color: #550081;

}

.news__img {
    border: 1px solid #ebebeb;
}

.news__category-link--bold {
    font-weight: bold;
}

.news__category-link--dashed {
    border-bottom: 1px dashed #000000;
    cursor: pointer;
}

.news__more-block {
    text-align: right;
}

.news__more-btn,
.news__all-link {
    text-decoration: none;
    letter-spacing: normal;
    color: #000;
    cursor: pointer;
    font-size: 14px;
}

.news__all-block {
    text-align: right;
}

.news__list {
    max-width: unset !important;
}

.news__list .news__item {
    padding: 0.056%;
    width: 20%;
}

.news__item-wrap {
    height: 100%;
    box-sizing: border-box;
    padding: 12px;
}

.news__item-wrap_highlight {
    background-color: #ebebeb;
}

.img__label {
    position: absolute;
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
    background-color: #5c3795;
    font-size: 10px;
    padding: 7px 16px;
    font-weight: bold;
}

#supsearchblock .select-for-order,
#supsearchblock table.for_order {
    display: none;
}

@media (max-width: 1920px) {
    .news__img-wrap {
        height: 210px;
    }
}


#searchResult h2.base-section {
    margin-top: 28px;
    margin-bottom: 28px;
    font-size: 18px;
}

#searchResult h2 {
    margin-top: 4px;
}

a.filter-section {
    font-size: 14px;
    color: #000000;
    margin-left: 16px;
    font-weight: bold;
}

a.filter-section.selected {
    color: red;
}

.search-selected b {
    background: #5c37954f !important;
    color: #000000 !important;
}

.search_highlight {
    background-color: #5c37954f;
}

.news__link {
    cursor: pointer;
}

.news__title_link {
    text-decoration: none;
}

.search-language {
    display: block;
    width: 650px;
    margin-top: 12px;
    margin-bottom: 12px;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
}

.search-language-guess {
    display: inline-block;
    margin-left: 4px;
    max-width: 69%;
}

.search-language-guess a {
    display: inline-block;
    width: 90px;
    height: 24px;
    line-height: 24px;
    background-color: #fff;
    border: 1px solid #550081;
    border-radius: 4px;
    color: #550081;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    /* margin-left: 8px;*/
}


.search-language-guess-active {
    display: inline-block;
    float: right;
    margin-right: 4px;
    position: relative;
}

.search-language-guess-original {
    font-weight: bold;
}

#language-guess-active {
    display: none;
}

.search-language-input-checkbox input[type=checkbox]:checked + .search-language-input-checkbox__label:after {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/checkbox.png);
    border: 1px solid transparent;
}

.search-language-input-checkbox__label {
    display: block;
    cursor: pointer;
    padding-top: 2px;
}

.search-language-input-checkbox__label:after {
    content: '';
    display: block;
    box-sizing: border-box;
    height: 20px;
    width: 20px;
    border: 1px solid #b0b0b0;
    border-radius: 3px;
    position: absolute;
    top: 2px;
    left: -30px;
}

.search-language-input-checkbox__label span {
    display: inline-block;
    line-height: 20px;
    height: 20px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    color: #666666;
}

@media screen and (max-width: 768px) {
    .search-language {
        width: 100%;
    }

    .search-language-guess {
        width: 100%;
        max-width: 100%;
    }

    .search-language-guess-active {
        float: unset;
        margin-left: 34px;
        margin-top: 12px;
    }

    .search-language-guess .search-language-guess__message {
        display: inline-block;
        max-width: 66%;
    }

    .search-language-guess a {
        float: none;
    }
}

@media screen and (max-width: 550px) {
    .search-language-guess a {
        float: right;
        margin-right: 18px;
    }
}

@media screen and (max-width: 400px) {
    .search-language-guess a {
        margin-right: 4px;
    }

    .search-language-guess .search-language-guess__message {
        max-width: 50%;
    }
}

#searchResult #blog-list {
    padding-top: 0;
}

.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;
}

.vendor-price-text p {
    font-size: 12px;
    line-height: 1.4;
}

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

.reagents__img {
    margin-right: 15px;
    width: 50px;
}

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

.reagents__link {
    font-family: Arial;
    color: #000099;
}

font.notetext {
    color: green;
}


/*#new*/

.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: 5%;
}

.abcam-th_article {
    width: 7%;
}

.abcam-th_name {
    width: 40%;
}

.abcam-th_price {
    width: 7%;
}

.abcam-th_amount {
    width: 9%;
}

.abcam-th_discount {
    width: 5%;
}

.abcam-th_price-final {
    width: 7%;
}

.abcam-th_value {
    width: 7%;
}

.abcam-th_store {
    width: 6%;
}


.abcam-th_cas {
    width: 7%;
}

.abcam-table__row {
    /*height: 65px;*/
}
.abcam-th_basket{
    width: 9%;
}

.abcam-table__row td {
    position: relative;
    border-bottom: 2px solid #efefef;
}

.js-abcam-name {
    text-align: left;
    padding: 10px 0 10px 20px;
}

.js-abcam-name a {

    color: #000000;
    text-decoration: none;
}

.abcam-description {
    color: #6a6d6f;
    font-size: 13px;
    padding-top: 10px;
}




.js-abcam-th_basket .basket-add {
    display: flex;
    justify-content: center;
}




/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?152908645364*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */
/* /local/templates/diam/components/o2k/search.page/search_new/style.css?17060106258576 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?152908645364 */
