/*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;  }*/


.itb-copyright {
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    color: rgba(var(--copyright-color, 0, 0, 0), 0.4);
    transition: color ease-in-out 0.2s;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.itb-copyright__popup {
    display: none;
    position: absolute;
    border-radius: 4px;
    padding: 12px;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.08);
    background: #f5f5f5;
    top: 0;
    left: -8px;
    transform: translate(-1%, calc(-100% - 24px));
    width: 340px;
}

.itb-copyright.opened .itb-copyright__popup {
    display: block;
}

.itb-copyright__popup:after {
    content: '';
    border-radius: 2px;
    width: 12px;
    height: 12px;
    background: #f5f5f5;
    transform: rotate(-45deg);
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.itb-copyright__popup a {
    font-size: 14px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    transition: color ease-in-out 0.2s;
}

.itb-copyright__popup a:hover {
    color: rgba(0, 38, 174, 0.6);
}

.itb-copyright__popup a + a {
    margin-left: 24px;
}

.itb-copyright svg {
    fill: rgba(var(--copyright-color, 0, 0, 0), 0.4);
    transition: fill ease-in-out 0.2s;
    margin-left: 12px;
}

.itb-copyright:hover {
    color: rgba(var(--copyright-color, 0, 0, 0), 0.6);
}

.itb-copyright:hover svg {
    fill: rgba(var(--copyright-color, 0, 0, 0), 0.6);
}

.itb-copyright.blacked {
    color: rgba(var(--copyright-color, 255, 255, 255), 0.5);
}

.itb-copyright.blacked svg {
    fill: rgba(var(--copyright-color, 255, 255, 255), 0.5);
}

.itb-copyright.blacked:hover {
    color: rgba(var(--copyright-color, 255, 255, 255), 0.7);
}

.itb-copyright.blacked:hover svg {
    fill: rgba(var(--copyright-color, 255, 255, 255), 0.7);
}

.itb-copyright.blacked .itb-copyright__popup {
    background: #4d4d4d;
}

.itb-copyright.blacked .itb-copyright__popup:after {
    background: #4d4d4d;
}

.itb-copyright.blacked .itb-copyright__popup a {
    color: rgba(255, 255, 255, 0.7);
}

.itb-copyright.blacked .itb-copyright__popup a:hover {
    color: rgba(255, 255, 255, 1);
}

.itb-copyright.colored {
    color: rgba(var(--copyright-color, 255, 255, 255), 0.7);
}

.itb-copyright.colored svg {
    fill: rgba(var(--copyright-color, 255, 255, 255), 0.7);
}

.itb-copyright.colored:hover {
    color: rgba(var(--copyright-color, 255, 255, 255), 0.9);
}

.itb-copyright.colored:hover svg {
    fill: rgba(var(--copyright-color, 255, 255, 255), 0.9);
}

.itb-copyright.colored .itb-copyright__popup {
    background: #f5f5f5;
}

.itb-copyright.colored .itb-copyright__popup:after {
    background: #f5f5f5;
}

.itb-copyright.colored .itb-copyright__popup a {
    color: rgba(0, 0, 0, 0.6);
}

.itb-copyright.colored .itb-copyright__popup a:hover {
    color: rgba(0, 38, 174, 0.6);
}
img{
    max-width: 100%;
}
.menu.topest li a{
    font-weight: 600;
}
@media(max-width:1500px){
    .item-views .item .title.font_mlg{
        font-size: 14px;
        line-height: 17px;
        text-overflow: unset;
    }
    .item-views.sales2 .bg-fon-img{
        background-position: left;
    }
}
@media(max-width:1100px){
    .item-views.float_banners.type2 .item .inner-text .title-inner{
        max-height: fit-content;
    }
    .item-views.float_banners.type2 .item:hover .inner-text .previewtext{
        display: none;
    }
}
@media(max-width:570px){
    .itb-copyright__popup{
        width: unset;
    }
}
@media(max-width:380px){
    .catalog_section_list .section_info li.name a{
        word-break:unset;
    }
    .section-content-wrapper  .item_block:last-child .text-center{
        word-break:break-all;
    }
}