::selection {
	background: #e6007e;
	color: #fff;
}

::-moz-selection {
	background: #e6007e;
	color: #fff;
}

::-webkit-selection {
	background: #e6007e;
	color: #fff;
}

#headerLine .headerLineContainer {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#headerLine .headerLineColumn {
    vertical-align: middle;
    display: flex;
}

#headerLine .headerLineTools .heading:first-child {
    display: inherit;
    
}

div.headerLineTools span.heading {
    font-family: "robotomedium";
    font-size: 16px;
}

div.limiter #error404 .errorText a{
	color: #e6007e;
}

div #main {
    background-color: #fff;
}

div #main-grey {
    background-color: #f9f9f9;    
}

div #main-grey::before {
    content: "";
    display: block;
    border-top: 2px dashed #e6007e;
}

div #main-grey::after {
    content: "";
    display: block;
    border-bottom: 2px dashed #e6007e;
}

#footerBottom {
    display: none;
}

.mainContainer .description h2.heading.noTabs {
    display: none;
}

hr.light {
    border: 1px solid #e7e8ea;
    margin: 36px 0;
}

#elementContainer .changeShortDescription {
    font-size: 16px;
    line-height: 1.2;
}

h1.changeName {
    font-size: 30px;
    font-weight: 600;
}

.figure-catalog-right {
    float: right;
    padding: 15px;
    border: 1px solid #ddd;
    width: auto;
    max-width: 220px;
    margin: 0 0 20px 20px;
}

.figure-catalog-left {
    float: left;
    padding: 15px;
    border: 1px solid #ddd;
    width: auto;
    max-width: 220px;
    margin: 0 20px 0 0;
}

.figure-catalog-left img {
    max-width: 100%;
}


.principle-operation-list, .smartbrane-vivo-list, .clinic-case-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.principle-operation-item, .smartbrane-vivo-item, .clinic-case-item {
    width: 50%;
    box-sizing: border-box;    
}

.clinic-case-item-big {
    width: 100%;
    box-sizing: border-box;     
}

.smartbrane-vivo-item, .clinic-case-item {
    padding: 10px; 
}

/*
.clinic-case-top {
    margin-top: 20px;
}
*/

.clinic-case-item-25 {
    width: 25%;
    box-sizing: border-box;
    padding: 10px;
}

.clinic-case-item-3 {
    width: 30%;
    box-sizing: border-box;
    padding: 10px;
}

.clinic-case-item-4 {
    width: 40%;
    box-sizing: border-box;
    padding: 10px;
}

.clinic-case-item-6 {
    width: 60%;
    box-sizing: border-box; 
    padding: 10px;    
}

.clinic-case-item-7 {
    width: 70%;
    box-sizing: border-box; 
    padding: 10px;    
}

.clinic-case-item-desc2col {
    padding-left: 10px;
    margin-top: -20px;
}

.clinic-case-item-desc2colx2 {
    padding-left: 10px;
    padding-bottom: 10px;
    margin-top: -10px;    
}

.h240p  {
    max-height: 240px;
}

.bottom-line::after {
    content: "";
    width: 100%;
    border-bottom: 1px dashed #e6007e;
}

.cc-heading {
    font-weight: bold;
}

.principle-operation-text, .usage-text {
    display: block;
    font-weight: 600;
}

.usage-list {
    display: flex;
    flex-wrap: wrap;
}

.usage-item {
    width: 33.33%;
}

.usage-item2 {
    padding: 10px;
}

.catalog-item-ul li {
    margin-bottom: 8px;
}

.hyadent-principle-operation-img {
    margin-top: 40px;
}

.sp-catalog-source-copy {
    display: block;
}

.div-smartbrane-img {
    width: 100%;
}

.smartbrane-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.smartbrane-tech {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.smartbrane-tech-item {
    width: 20%;
    border: 2px dashed #6b6866;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.smartbrane-tech-item:nth-child(n+2) {
    margin-left: 20px;
}


/*
.smartbrane-tech-item::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("/local/img/smartbrane-tech-arrow.png");
}
*/

ol.smartbrane-ol {
    list-style: none; 
    counter-reset: li; 
}

li.smartbrane-li::before {
    counter-increment: li;
    content: counters(li,".") ". "; 
}

.strong {
    font-weight: bold;
}

.center {
    text-align: center;
}

.property-detail-item {
    padding: 0 24px;
}

.img-detail-prop {
    width: 100%;
}

.paradent-property {
    margin-top: 24px;   
}

.paradent-property .heading {
    border-top: 1px solid #efefef;
    font-family: 'robotobold';
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 36px 24px;
    font-weight: 800;
    font-size: 20px;
    display: block;
}

/*
.property-detail-item p:first-of-type, .changeDescription p:first-of-type {
    margin-top: 0;
}
*/

.catalog-no-margin-top {
    margin-top: 0;
}

#elementContainer .paradent-property img {
    max-width: 100%;
}

.changePropertiesNoGroup, .changePropertiesGroup, #coupon {
    display: none;
}

.index-item-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

div.index-item {
    width: calc(100% / 3);
}

.index-item-first {
    border-left: 1px solid #e7e8ea;
}

.index-item-text {
    text-align: center;
}

.index-item-category {
    font-size: 12px;
    color: #B4B3B3;
}

div.index-item-list .name {
    line-height: 1;
    height: auto;
}

.d-first-index {
    margin-top: 40px;
    text-align: center;
}

.h-center {
    text-align: center;   
    margin-top: 40px;
}

.biomaterials-index-row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: 40px;
}

.biomaterials-index-col {
    width: calc((100% / 3) - 20px);
}

.biomaterials-index-col:nth-child(even) {
    padding-right: 20px;
    padding-left: 20px;   
}

.biomaterials-index-row-2 {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: 40px;
    justify-content: space-evenly;
}

.biomaterials-index-col-2 {
    width: calc(100% / 3);
}


.img-responsive {
    max-width: 100%;
}

ul.pink {
    padding-left: 20px;
}

ul.pink li {
    list-style: none;
    text-indent: -15px;
    padding-left: 10px;
}

ul.pink li::before {
    content: "•";
    color: #e6007e;
    font-size: 16px;
    margin-right: 10px;
}

div.biomaterials-index-row div.index-item-middle {
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
}

div.biomaterials-index-row .tabloid {
    height: 100%;
}

div.biomaterials-index-row .productTable {
    display: table;
    table-layout: fixed;
    width: 100%;
}

div.biomaterials-index-row .productColImage {
    width: 40%;
    min-width: 110px;
    max-width: 160px;
    padding-right: 12px;
    display: table-cell;
    vertical-align: middle;
}

div.biomaterials-index-row .productColText {
    display: table-cell;
    vertical-align: middle;
}

div.biomaterials-index-row .product .picture {
    height: 120px;
    line-height: 120px;
}

div.biomaterials-index-row .product .getFastView, .getFastView {
    display: none !important;
}


div.biomaterials-index-row .name {
    line-height: 1;
    height: auto;
}

.clean-seal-list {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: flex-start;
    margin-top: 30px;
}

.clean-seal-item {
    width: calc((100% / 3) - 20px);
    position: relative;
}

.clean-seal-item:nth-child(2) {
    padding-right: 20px;
    padding-left: 20px;   
}

ol.pink {
    list-style: none;
    counter-reset: rg-counter;
    padding-left: 20px;
}

ol.pink li {
    counter-increment: rg-counter;
    padding-left: 35px;
    margin-bottom: 10px;    
}

ol.pink li::before {
    content: counter(rg-counter);
    color: #e3137e;
    font-weight: bold;
    border: 1px solid #e3137e;
    border-radius: 50%;
    padding: 0px;
    left: 15px;
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
}


#newsContainer .item.article {
    width: 50%;
}

#newsContainer .item.article .title a {
    height: auto;
}

#newsContainer .item.article .title {
    margin-top: 18px;
}

#newsContainer .item .title a .middle {
    vertical-align: top;
}

.global-block-container div.social, div.row.share-items, div.row.delivery-button-container {
    display: none;
}

.global-block-container div.btn-simple-wrap.article {
    margin-top: 24px;
}

.article-pdf {
    width: 20px;
}

.art-files {
    margin-top: 20px;
}

.language {
    display: flex;
    margin-right: 28px;
}

div.headerLineContainer .headerLineColumn:last-child {
    display: flex;
}

ul.no-style {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

ul.flex {
    display: flex;
}

/*Убираем сравнение и избранное start*/

#subHeader4 div.topWishlist, #subHeader4 div.topCompare, .mainContainer div.wishCompWrap, #flushFooterCart .item:nth-child(1), #flushFooterCart .item:nth-child(2), #smallElementTools .secondTool .row:first-child, a.addWishlist.label, a.addCompare.label.changeID, #appBasket .lower .tools .icon, .elementSkuVariantLabel, a.addCompare.label {
    display: none;
}

/*Убираем  сравнение и избранное end*/


/*Быстрый просмотр товара start*/

.appFastViewDescriptionHeading {
    display: none;
}

div.appFastViewDescriptionText h2 {
    line-height: 21px;
    font-family: inherit;
    font-size: 16px;
}

/*Быстрый просмотр товара end*/

#mainMenu {
    display: flex;
    justify-content: center;
}

#rightFooter ul.list {
    display: none;
}

.partners-item {
    margin-top: 20px;
    margin-bottom: 20px;    
}

.partners-list:nth-child(n+2)::before {
    content: "";
    display: block;
    border-top: 2px dashed #e6007e; 
}

.partners-item {
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
}

.partner-photo {
    width: 200px;
    margin-right: 40px;
}

.img-partners {
    width: 200px;
    max-width: 100%;
    border-radius: 100%;
    border: 1px solid #e6007e;
}

.partner-text {
    width: calc(100% - 242px);
}

.pre-docs-list {
    width: 100%;
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
}

.pre-docs-list-bg {
    width: 100%;
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;    
}


.pre-docs-item {
    width: 50%;
}

.pre-docs-item-2 {
    max-width: calc(100% / 2);
}

.pre-docs-item-3 {
    max-width: calc(100% / 3);
}

.pre-docs-item-4 {
    max-width: calc(100% / 4);
}

/*
.pre-docs-item-6 {
    max-width: calc(100% / 6);
}
*/

.pre-docs-item-2:nth-child(n+2), .pre-docs-item-3:nth-child(n+2), .pre-docs-item-4:nth-child(n+2), .pre-docs-item-6:nth-child(n+2) {
    margin-left: 20px;
}

.pre-docs-item-img {
    max-width: 100%;
    max-height: 250px;
    outline: 1px dashed #e6007e;
}

.pre-docs-item-text {
    display: block;
    margin-top: 2px;
}

.a-decor {
    color: #e6007e;
    text-decoration: none;
    position: relative;    
}

.a-big-text {
    font-size: 16px;
}

.a-decor-img {
    text-decoration: none;
}

.a-decor-img:hover {
    text-decoration: none;   
    opacity: 0.7;
}

.a-decor:hover {
    color: #e6007e;
    text-decoration: none;
    position: relative;    
    opacity: 0.7;
}

.a-decor::after {
    content: "";
    border-bottom: 1px dashed #e6007e;
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
    bottom: -1px;
}

.seal {
    color: #e6007e;
}

.cc-block {
    display: flex;
}

.cc-item-img {
    height: 200px;
    outline: 1px dashed #e6007e;
}

.cc-item:last-child {
    margin-left: 20px;
}

div.cc-item p:nth-child(2) {
    margin-top: 0;
}

.index-video {
    text-align: center;
    margin-top: 40px;
}

.img-ccase {
    max-width: 500px;
    width: 100%;
}

#files .item .info .name {
    height: auto;
    font-size: 13px;
}

small.parentName {
    color: #888888;
}

div.index-item-list div.tabloid {
    height: 319px;
}

div.index-item-list .product {
    height: 320px;
}

.heading-phone {
    font-size: 16px;
}

.heading-mail {
    margin-right: 20px;
}

.reviewsBtnWrap {
    display: none !important;
}

#newsContainer .column .item .more {
    width: calc(100% - 8%);
    text-align: center;
}

.product .middle {
    font-weight: 700;
    font-size: 16px;
}

.index-item-category {
    color: #000;
}

.youtube-video {
    width: 560px;
    height: 315px;
}

#rightFooter p, #leftFooter a {
    color: #d2d2d2;
}

.measure {
    display: none;
}

.paradent-anons-files {
    margin-top: 20px;
}

#elementContainer .elementSkuPropertyName {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

#elementTools .fastBack, #appBasket .rating, #comp_612bca8bc93e72d23ec034a2c1e912bc .rating, #comp_612bca8bc93e72d23ec034a2c1e912bc .fastBack  {
    display: none;
}

.catalog-delivery {
    margin-bottom: 12px;
    line-height: 1.4;
    color: #717171;
    margin-top: 12px;
}

span.catalog-delivery-title, span.catalog-delivery-info {
    display: block;
    width: 250px;
}

#elementTools .catalog-delivery img {
    vertical-align: middle;
    padding-right: 6px;
    margin-top: -4px;
}

span.catalog-delivery-title {
    font-weight: 600;
    margin-bottom: 5px;    
}

.catalog-source {
    color: #888888;
    font-size: 12px;
    line-height: 1.3;
}

#elementContainer #detailText, #elementContainer #detailTags {
    padding-bottom: 0;
}

div.mobileFastBackContainer.row.columnRow {
    display: none!important;
}

.insta {
    width: 16px;
}

/* Исправляем баги со шрифтами START */

/*Roboto*/

/*
body, #elementContainer .description, h1, h2, h3, .btn-simple, .sale-order-link, .sale-order-history-link, .theme-link-dashed, .webFormTools input[type="submit"], .webFormTools input[type="reset"] {
	font-family: "Roboto Light", arial , sans-serif !important;
}

.ff-medium, .ff-bold, #personalCart #tabsControl .item .selected, #personalCart #tabsControl .item a, .fastBayLabel, #order .title, .orderAreas td:first-child span, .personSelectContainer td:first-child span, #personalMenu li .selected, table.sale-personal-profile-list-container th, div.bx_soc_comments_div .bx-catalog-tab-list li span, .active-link, .webFormItemCaption {
	font-family: "Roboto Medium" !important;
}

div.bx_soc_comments_div .bx-catalog-tab-list li span {
    font-weight: 500;
}
*/

/*Open Sans*/


body, #elementContainer .description, h1, h2, h3, .btn-simple, .sale-order-link, .sale-order-history-link, .theme-link-dashed, .webFormTools input[type="submit"], .webFormTools input[type="reset"] {
	font-family: "Open Sans", arial , sans-serif !important;
}

.ff-bold, #personalCart #tabsControl .item .selected, #personalCart #tabsControl .item a, .fastBayLabel, #order .title, .orderAreas td:first-child span, .personSelectContainer td:first-child span, #personalMenu li .selected, table.sale-personal-profile-list-container th, div.bx_soc_comments_div .bx-catalog-tab-list li span, .active-link, .webFormItemCaption, #order .dropDown .dropDownSelected, #leftFooter .heading {
	font-family: "Open Sans" !important;
}

.ff-medium, .heading-phone, .errorText, a.bigTitle {
	font-family: "Open Sans" !important;
    font-weight: 600;
}

#personalCart #tabsControl .item a, #order .title {
    font-weight: 600;    
}

#leftFooter .heading {
    font-size: 18px;
}

div.bx_soc_comments_div .bx-catalog-tab-list li span {
    font-weight: 500;
}



/* Исправляем баги со шрифтами END */

 #smallElementTools div.row.delivery-button-container, #catalogElement #smallElementTools .secondTool .share-items, #basketProductList .productList div.item.product.fastBayContainer {
        display: none;
}

.no-padding {
    padding: 0;
}

div.detail-text-wrap iframe {
    max-width: 100%;
}

#comp_612bca8bc93e72d23ec034a2c1e912bc {
    margin-bottom: 20px;
}

@media (max-width: 1800px) {
    div.index-item-list div.tabloid {
        height: 299px;
    }

    div.index-item-list .product {
        height: 300px;
    }
}



@media (min-width: 1281px) {
    #subHeader4 .subTableColumn:last-child {
        width: 190px;
    }    
}



@media (max-width: 1100px) {
    .figure-catalog-right {
        width: auto;
        max-width: 150px;
    }
    span.catalog-delivery-title, span.catalog-delivery-info {
        display: inline-block;
        width: auto;
    }    
}

@media (max-width: 1024px) {
    div.index-item-list div.tabloid {
        height: 259px;
    }

    div.index-item-list .product {
        height: 260px;
    }
}

@media (max-width: 1000px) {
    
    #headerLine .headerLineTools .heading:nth-child(2) {
        display: inherit;
    }

    }

/*
@media (max-width: 870px) {
    div.index-item {
    width: calc(100% / 2);
    }
}
*/

@media (max-width: 790px) {
    .usage-item {
        width: 50%;
    } 
    .pre-docs-list {
        flex-wrap: nowrap;
    }
    .pre-docs-item-6 {
        max-width: calc(100% / 4);
    }   

}


@media (max-width: 700px) {
    div.index-item {
    width: 100%;
    }
    
    .product:nth-child(n+2) {
        border-left: 1px solid #e7e8ea;
    }
    
    .biomaterials-index-col-2 {
        width: 100%;
    }
    
    div.biomaterials-index-col-2:first-child::after {
        content: "";
        display: block;
        border-bottom: 2px dashed #e6007e;      
        margin-bottom: 20px;
    }
    
    div.index-item-list div.tabloid {
        height: 100%;
    }

    div.index-item-list .product {
        height: 140px;
    }    

}


@media (max-width: 620px) {
    #detailText h2.heading {
        display: block;
    }
    
    .principle-operation-list, .smartbrane-vivo-list, .clinic-case-list {
        display: flex;
        flex-wrap: wrap;
    }
    
    .principle-operation-item, .smartbrane-vivo-item, .clinic-case-item, .clinic-case-item-25, .clinic-case-item-6, .clinic-case-item-4, .clinic-case-item-3, .clinic-case-item-7 {
        width: 100%;
    }
    
    .clinic-case-item-desc2col {
    margin-top: -10px;
}
    
    .smartbrane-tech-item {
        width: 40%;
    }
    .smartbrane-tech-item:nth-child(n+2) {
        margin-left: unset;
    }
    
    .paradent-property {
        padding: 0 24px;
    }
    
/*
    #principleOperation {
        margin-top: 0;
    }    
*/

    #smallElementTools .secondTool .row, #smallElementTools .price {
        text-align: center;
    }    
    
    .partners-item {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        text-align: center;
    }
    
    .partner-photo, .partner-text {
        width: 100% 
    }
    
    .cc-block {
        display: block;
    }   
    
    .cc-item:last-child {
        margin-left: auto;
    }   
    #files {
        margin-bottom: 24px;
    }   
    #smallElementTools div.row.delivery-button-container, #catalogElement #smallElementTools .secondTool .share-items, #basketProductList .productList div.item.product.fastBayContainer {
        display: none;
    }
    .pre-docs-list {
        flex-wrap: wrap;
    }    
    .pre-docs-item-3, .pre-docs-item-4, .pre-docs-item-6 {
        max-width: calc(100% / 2);
    }
    .pre-docs-item-3:nth-child(n+2), .pre-docs-item-4:nth-child(n+2), .pre-docs-item-6:nth-child(n+2) {
        margin-left: 0;
    }
    .pre-docs-item-3:nth-child(even), .pre-docs-item-4:nth-child(even), .pre-docs-item-6:nth-child(even) {
        margin-left: 20px;
    }  
    .pre-docs-item-3:nth-child(2n+3), .pre-docs-item-4:nth-child(2n+3), .pre-docs-item-6:nth-child(2n+3) {
        margin-top: 20px;
    }     
    
}

@media (max-width: 560px) {
    .youtube-video {
    width: auto;
    height: 315px;
    }
}


@media (max-width: 530px) {
    .language {
        margin-right: 20px;
    }
}

@media (max-width: 520px) {
    .pre-docs-list {
        flex-wrap: wrap;
    }     
    .pre-docs-item-2, .pre-docs-item-3, .pre-docs-item-4, .pre-docs-item-6 {
        max-width: 100%;
        width: 100%;
    }
    .pre-docs-item-3:nth-child(even), .pre-docs-item-4:nth-child(even), .pre-docs-item-6:nth-child(even) {
        margin-left: 0;
    }
    .pre-docs-item-3:nth-child(2n+3), .pre-docs-item-4:nth-child(2n+3), .pre-docs-item-6:nth-child(2n+3) {
        margin-top: 0;
    } 
    .pre-docs-item-3:nth-child(n+2), .pre-docs-item-4:nth-child(n+2), .pre-docs-item-6:nth-child(n+2) {
        margin-top: 20px;
    }      
}


@media (max-width: 500px) {
    div.headerLineContainer .headerLineColumn:last-child {
        width: 100%;
        justify-content: inherit;
    }
    
    .language {
        margin-right: auto;
    }
    
    .heading-mail {
        display: none;
    }
    
    li.top-auth-personal, li.top-auth-exit, li.top-auth-login, li.top-auth-register {
        position: static;
        top: 0;
    }

    div#topAuth ul {
        position: absolute;
        top: 100px;
    }
    #headerLine #topAuth ul li {
        margin-left: 6px;
    }   
    #headerLine #topAuth ul li:first-child {
        margin-left: 12px;
    }    
}


@media (min-width: 481px) and (max-width: 790px), (min-width: 887px) and (max-width: 1100px), (min-width: 1109px) {
        #elementContainer .elementSkuProperty li {
        width: 25%;
    }
    
}

@media (max-width: 480px) {
     .figure-catalog-right, .figure-catalog-left {
        float: none;
        width: auto;
        margin: auto;
        max-width: unset;
        margin-bottom: 20px;
    }  
    .smartbrane-tech-item, .usage-item, .biomaterials-index-col, .clean-seal-item {
        width: 100%;
    }
    .smartbrane-tech-item:nth-child(n+2) {
        margin-left: unset;
    }
    
    .biomaterials-index-col:nth-child(even), .clean-seal-item:nth-child(2) {
        padding-right: unset;
        padding-left: unset;   
    }
    
    #elementContainer .elementSkuProperty li {
        width: 50%;
    }
    
}