.best-quality-guarantee__description li {
    list-style: none;
}
.d-none {
    display: none;
}

.Card-product__img.Bgi.Bgi--first.revert-vkh{
    -moz-transform: translate(30%) scale(-1, 1);
    -o-transform: translate(30%) scale(-1, 1);
    -webkit-transform: translate(30%) scale(-1, 1);
    transform: translate(30%) scale(-1, 1);
}
.compares-options__btns {
    margin-top: 30px;
}
.selected-color {
    color: #0894d3;
}
.Picture__img, .Picture__img-source {
    object-fit: contain;
}
.article .Swiper-links {
    margin-top:0;
}
/**
======== ОБЩИЙ КОНТЕНТНЫЙ СТИЛЬ =========
**/

.container-content_inner p {
    margin-top: 30px;
    font-size: 18px;
    color: #272f35;
    text-align: justify;
}
.container-content_inner ul, .container-content_inner ol {
    margin-top: 30px;
    font-size: 18px;
    color: #272f35;
    padding-left: 35px;
}

.container-content_inner ul  {
    list-style: circle;
}
.container-content_inner ol  {
    list-style: decimal;
    counter-reset: num;
}

.container-content_inner  h2  {
    margin-top: 30px;
    font-weight: 600;
    color: #272f35;
    font-size: 1.5em;
}
.container-content_inner  h3  {
    margin-top: 30px;
    font-weight: 600;
    color: #272f35;
    font-size: 1.3em;
}


/**--------------------------------------
======== ОБЩИЙ КОНТЕНТНЫЙ СТИЛЬ =========
**/

.popup-cluster {
    align-items: flex-start;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    overflow: auto;
}
.popup-preloader {
    /*margin-top:20%;*/
}

/*.article-detailed {*/
/*    padding-top: 50px;*/
/*}*/

.faq-page__wrapper .Dropdowns-desc :last-child .Dropdown-desc__wrapper{
    margin-top: -7px;
}
.Dropdowns-desc__content ul li {
    list-style: inherit;
}
.privacy-policy-page__wrapper .Dropdown-desc__icon--left {
    margin-top: 14px;
}
.Feedback-form__wrapper form {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
}
.Feedback-form__inner {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    /*margin-right: 70px !important;*/

}
.Title h1 {
    font-weight: 600;
}
.success_msg_title {
    font-size: 0.5em;
}

.resSuccess {
    color: #367e2a;
}
.resError {
    color: #915638;
}

/**=============================== PRINTING STYLE ==========================================
**/
@media print {
    html, body{
        height: 297mm;
        width: 210mm;
        font-size: 14px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    *, *:before, *:after {
        color: #000;
        box-shadow: none;
        text-shadow: none;
    }
    @media print {
        .noprint,.noprint * {
            display: none!important;
        }
    }
    .wrapper {
        width: auto;
        margin: 0;
        padding: 0;
    }
    ul, ol, table {
        page-break-inside: avoid;
    }
    article {
        page-break-inside: always;
    }
    a[href^="http"]:after {
        content: " (" attr(href) ")";
    }
}
@page {
    margin: 10mm 10mm 10mm 20mm;
}
@media screen {
    .print_hide {
        display: none;
    }
}
/**=============================== PRINTING STYLE ==========================================
**/
.ya-share2 {
    position: absolute;
    top: -6px;
}
.ya-share2__link_more, .ya-share2__link_more:hover {
    opacity: 0 !important;
}
.popup-special-offers .Button {
    width: 100%;
}
/**
===========================================================================================
**/
.rebrand_input {
    margin-left: 0px !important;
}
.rebrand_madal-width {
    display: block;
}
.rebrand_modal-height {
    min-height: 208px;
}
/**
==================================== FILTER CATALOG  TIMED =================================
**/
/*.Checkbox--default .Checkbox__input {*/
/*    position: relative;*/
/*    padding-right: 19px;*/
/*}*/
.active-checked {
    -webkit-box-shadow: inset 2px 2px 2px rgb(52 63 91 / 10%);
    box-shadow: inset 2px 2px 2px rgb(52 63 91 / 10%);
    color: #fff;
    background: #0894d3;
}
/*.Card-product__link .Bgi {*/
/*    -o-object-fit: contain;*/
/*    object-fit: contain;*/
/*}*/
.Title-upper {
    text-transform: uppercase;
}
.Product-description__counter-title-text {
    font-size: 15px;
}

/***
/
 */
.preloadProductCSS {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: table;
    text-align: center;
    padding-top: 61%;
    background-color: #ffffffa6;
}
.preloadProductCSS-line {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    text-align: center;
    background-color: #ffffffa6;
    grid-template-columns: repeat(1,1fr);
    max-width: 100%;
}
.punct-l-line {
    margin-top: 83px;
}
.company_data { display: none; }
.ordering-page__list-item--buyer .ordering-page__wrapper-form .Input__label-text {
    width: 178px;
    padding: 0 20px 0 0;
}
.Link--blue-decor {     font-size: 18px; }
/* Скрываю бэйджик гугл капчи */
.grecaptcha-badge {
    visibility: hidden;
}