/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

.header_1 .top-block .maxwidth-theme .top_menu_wrapper .slogan {
    position: relative;
}

.header_1 .top-block {
    height: 120px;
    text-shadow: #fff 1px 1px 3px, #fff -2px -2px 3px;
    ;
}

#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;

}

body .list-type-block.item-views.wide_img.image_right .item .image+.body-info,
.catalog.sections_1 .item {
    background: #fff;
}


.item-views {
    background-color: unset;
}


.top-block .colored {
    color: #000;
    font-weight: bold;
    font-size: 17px;
}

.header_1 .top-block .maxwidth-theme .top_menu_wrapper .slogan {
    max-height: 88px;
}

@media (min-width: 1440px) {
    body.big-banner_6 header {
        padding-top: 0;
    }
}

.whatsapp-block {
    position: absolute;
    bottom: 4px;
    white-space: nowrap;
    background-color: #e0f0d0;
    color: #000;
    padding: 0px 5px 0 26px;
    border-radius: 2px;

    left: 0;
    margin: auto;

    margin-left: 16px;

}

.whatsapp-block::before {
    content: '';
    background-image: url(/images/whatsapp.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    z-index: 1;
    position: absolute;
    left: 3px;
    top: 3px;

}

.whatsapp-block a {
    padding: 0 !important;
    color: #626060;
    font-size: 11px;
    text-decoration: underline !important;
}

.whatsapp-mobileblock {
    position: relative;
    padding: 16px 10px 16px 0px;
}

.whatsapp-mobileblock a:first-child {
    display: inline-block;
    background-image: url(/images/whatsapp.png);
    width: 28px;
    height: 28px;
    background-size: contain;
    background-position: center;
    position: relative;
}

.whatsapp-mobileblock a:nth-child(2) {
    display: inline-block;
    background-image: url(/images/telegram.png);
    width: 28px;
    height: 28px;
    background-size: contain;
    background-position: center;
    position: relative;
}