/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */
/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }
/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.btn:disabled {
    background-color: #999999;
}

.btn._loader {
    background-image: url(../images/loaders/loader-white.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
}
.btn._loader > span {
    opacity: 0;
}

.logo_reon {
    width: 205px;
    height: 23px;
    position: relative;
}

.logo_reon img {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .3s ease, visibility .3s ease;
}

.logo_reon:hover img {
    opacity: 0;
    visibility: hidden;
}

.logo_reon:hover img._hover {
    opacity: 1;
    visibility: visible;
}

.logo_reon ._hover {
    opacity: 0;
    visibility: hidden;
}

#mobileheader {
    height: 90px !important;
}
#mobileheader *[class^="mobileheader-"] {
    height: 78% !important;
}
#mobilemenu .logo_reon{
    padding: 19px 20px 40px 19px;
}
#mobilemenu .logo_reon img{
    max-width: 200px;
}
body .ajax_load.block .catalog_item:hover .footer_button{
    margin-top: 5px;
}
.currency-text {padding-top:10px;font-weight:700;margin-bottom: 0;color:#000;}
@media (max-width:991.98px) {
    .currency-text br {
        display:none !important;
    }
    .currency-text {font-size:10px;padding-top:0;}
}

.delivery-block {
    display: flex;
    gap: 32px;
}
@media ( max-width: 767px ) {
    .delivery-block {
        flex-direction: column;
    }
}

.delivery-block > div:first-child {
    flex-grow: 1;
}

.delivery-block__calc {
    flex: 0 0 332px;
}

.delivery-block__calc iframe {
    margin: unset;
}

.delivery-block h3 {
    margin-top: 0;
}

.is-hide-text-after-icon > button > span,
.is-hide-text-after-icon > div > div > a > span,
.is-hide-text-after-icon > div > div > div > a > span {
    display: none !important;
}

.performance-history {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.performance-history-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.performance-history-card__description {
    color: #b6b5b5;
    font-size: 14px;
}

.bx-pagination-container ul li:before {
    content: unset;
}

/* Таблицы */
.table-wrapper {
    overflow: auto
}

.tbl {
    width: 100%;
}

.tbl th,
.tbl-th {
    background-color: #F8F8F9;
    text-align: center;
    font-weight: 700;
}

.tbl th,
.tbl td {
    border: 1px solid #383838;
    padding: 4px;
}

/* Для мелкой шапки в ПП */
#headerfixed.is-show:not( .fixed ) {
    position: static;
}
#headerfixed.fixed.is-show ~ #content {
    margin-top: 64px;
}
#headerfixed.is-show ~ #content .top_inner_block_wrapper {
    padding: 0;
    margin-bottom: 16px;
}
#headerfixed.is-show ~ #content .page-top.maxwidth-theme {
    padding: 16px 30px;
}
#headerfixed.is-show ~ #content .breadcrumbs {
    margin: 0;
    padding: 0;
    line-height: 14px;
}
#headerfixed.is-show ~ #content .breadcrumbs .bx-breadcrumb-item {
    line-height: 14px;
}
#headerfixed.is-show ~ #content .breadcrumbs > .separator {
    line-height: 14px;
}
#headerfixed.is-show ~ #content .page-top.maxwidth-theme h1 {
    padding: 0;
    margin-bottom: 16px;
}
#headerfixed.is-show ~ #content .wrapper__results {
    border: unset;
    padding: 0;
}
#headerfixed.is-show ~ #content .results-back {
    margin-bottom: 16px;
}