@charset "UTF-8";

body {
    font-size: 14px !important;
    line-height: 1.2 !important;
}

img {
    vertical-align: baseline !important;
}

a {
    color: #000;
}

h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.desc-block ul {
    list-style: disc;
    padding-left: 40px;
}

.desc-block ul li {
    list-style: disc;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.btn-primary {
    color: #fff;
    background-color: #c41a50 !important;
    border-color: #c41a50 !important;
}

.contact-message {
    min-height: 150px;
}

.link {
    text-decoration: underline;
}

.btn-red {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #c41a50;
    border-radius: 4px;
    background-color: #c41a50;
    color: #fff;
}

#contact-result {
    font-size: 18px;
    color: #c41a50;
}

#bmhouse-search-block span {
    background-color: #c41a50;
}

.h1 {
    margin-bottom: 40px;
    font-size: 32px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    z-index: 999999;
    border-bottom: 1px solid #000;
}

.fixed .center-row {
    display: none;
}

.modal {
    z-index: 9999999 !important;
}

.header-404 {
    text-align: center;
    font-size: 140px;
    font-weight: bold;
}

@media(max-width: 767px) {
    .header-404 {
        font-size: 70px;
    }

    .mobile_main {
        display: none;
    }
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#info-page header .title {
    font-size: 36px;
    padding: 25px 0;
    text-transform: uppercase;
}

#info-page header, #info-page footer {
    background-color: #c41a50;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

#info-page article h3 {
    position: relative;
    width: 100%;
    background: #c41a50;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 25px 0;
}

#info-page article h3:after {
    content: '';
    position: absolute;
    bottom: -45px;
    left: calc(50% - 30px);
    border: 30px solid transparent;
    border-top: 15px solid #c41a50;
}

.article-content {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    height: auto;
    min-height: 350px;
    justify-content: space-around;
    align-items: center;
}

.article-content .block {
    width: 33%;
    max-width: 350px;
    height: 65%;
    float: left;
}

.article-content .image {
    position: relative;
    height: auto;
    text-align: center;
}

.article-content .block1 .image:after {
    content: '1';
}

.article-content .block2 .image:after {
    content: '2';
}

.article-content .block3 .image:after {
    content: '3';
}

.article-content .image:after {
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: -13%;
    right: 13%;
    width: 56px;
    height: 56px;
    border-radius: 26px;
    background-color: #c41a50;
    color: #fff;
    font-weight: bold;
    font-size: 48px;
    padding-top: 4px;
    font-family: 'PFB', sans-serif;
}

.article-content .text {
    color: #2b2b2b;
    font-weight: lighter;
    text-align: center;
    height: auto;
    align-self: start;
}

.article-content .text p {
    margin: 0;
}

#info-page .pay-page .title {
    position: relative;
    width: 100%;
    background: #c41a50;
}

#info-page .pay-page .title:after {
    content: '';
    position: absolute;
    bottom: -45px;
    left: calc(50% - 30px);
    border: 30px solid transparent;
    border-top: 15px solid #c41a50;
}

#info-page .pay-page footer h2 {
    padding: 0 0 30px;
}

.pay-page footer .bottom {
    width: 87%;
    margin: 0 auto;
}

.pay-page footer .left, .pay-page footer .right {
    width: 50%;
    text-align: left;
}

.pay-page .left, .pay-page .right {
    float: left;
    width: 50%;
}

.article-bottom {
    background: #c41a50;
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

.article-bottom p {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 30px;
}

.pay-page footer {
    display: inline-block;
    width: 100%;
    padding: 100px 0;
}

.footer__payment__item img {
    height: 45px;
}

.btn-primary {
    background-color: #c41a50;
    border-color: #c41a50;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

/*Шапка сайта*/
.top-header {
    width: 100%;
    padding: 10px 0;
    background-color: #f9f9f9;
}

.top-header__container {
    text-align: center;
}

.top-header__ul {
    display: inline-block;
    list-style: none;
    padding: 0;
}

.top-header__li {
    display: inline-block;
    margin-right: 40px;
}

.top-header__li:last-child {
    margin-right: 0;
}

.top-header__a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.logo img {
    width: 160px;
}

.logo span {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.top-time-p {
    padding-left: 0;
}

.time .fa {
    color: #c41a50;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 28px;
}

.viber-whats {
    float: left;
    padding-right: 8px;
}

.viber-whats i {
    color: #c41a50;
    margin-top: 1px;
    font-size: 30px;
}

.viber-whats i:first-child {
    /* padding-left: 57px; */
}

.viber-whats i:last-child {
    padding-left: 0px;
}

.top-menu-ul {
    padding: 23px 0 0 0px;
    margin-left: 16px;
    float: left;
}

.top-menu-ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
    vertical-align: middle;
}

.top-menu-ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    color: #595959;
}

.top-menu-ul li #about {}

.top-menu-ul li a:hover {
    text-decoration: underline;
}

.top-menu-ul li a i::before {
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.top-menu-ul li #bonus i::before {
    content: url("/upload/images/bonus.png");
}

.top-menu-ul li #payment i::before {
    content: url("/upload/images/payment.png");
}

.top-menu-ul li #credit i::before {
    content: url("/upload/images/credit.png");
}

.top-menu-ul li #delivery i::before {
    content: url("/upload/images/delivery.png");
}

.top-menu-ul li #about i::before {
    content: url("/upload/images/about.png");
}

.top-menu-ul li a span {}

.top-menu-ul li:last-child {
    max-width: 200px;
    margin-right: 20px;
}

.top-menu-ul li:last-child a {
    max-width: 200px;
}

.top-catalog-a {
    display: block;
    background: #c41a50;
    color: #fff;
    font-size: 18px;
    padding: 6px 15px;
    height: 32px;
    border-radius: 3px;
}

.top-catalog-a:hover {
    color: #fff;
    text-decoration: none;
}

.top-catalog-a i {
    float: right;
}

#bmhouse-search-block {
    width: 100%;
}

#bmhouse-search-block input {
    width: 95%;
}

.profile {
    display: block;
    background: #c41a50;
    color: #fff;
    font-size: 14px;
    padding: 8px 0px;
    height: 32px;
    text-align: center;
    border-radius: 3px;
}

.profile .top-panel__link {
    color: #fff;
}

.o-emoto {
    margin-left: 30px;
    margin-right: 0px;
}

.o-emoto a {
    vertical-align: top;
    line-height: 41px;
}

.o-emoto img {
    margin-top: 5px;
}

.header__info {
    margin-left: 0;
}

.tc-block {
    width: 255px;
    height: 68px;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 0px;
}

.motoservice-block {
    width: 46%;
    float: left;
    vertical-align: middle;
    height: 68px;
    padding: 11px 10px 0px 7px;
    color: #fff;
}

.motoservice-block a {
    color: #000;
}

.motoservice-block img {
    padding-top: 14px;
    margin-right: 5px;
}

.motoservice-block a span {
    vertical-align: top;
    line-height: 45px;
}

#top-cart-block-mobile {
    margin-top: 14px;
}

.motoservice-block a:hover span {
    text-decoration: underline;
}

.top-cart-block {
    position: relative;
    float: right;
    width: 135px;
    height: 40px;
    margin: 3px 0 0 0;
    padding: 0px 0px 0px 10px;
    vertical-align: middle;
    border-radius: 12px;
    background-color: #c41a50;
}

.top-cart-block a {
    color: #fff;
    vertical-align: top;
    line-height: 44px;
}

.top-cart-block a img {
    position: absolute;
    right: 16px;
    top: 7px;
}

.map__info__contact {
    margin-left: 0;
    padding-top: 6px;
}

.top-catalog-block {
    position: relative;
}

.top-menu-ul li.li-margin {
    margin-right: 10px;
}

/*Конец шапки сайта*/

/*Хлебные крошки*/
.breadcrumbs-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*Конец хлебных крошек*/

/*Нашли дешевле*/
.deshevle-container p {
    font-size: 16px;
    margin-bottom: 10px;
}

.deshevle-block {
    text-align: center;
    color: #ff0300;
    font-weight: bold;
    font-size: 24px;
    margin-top: 20px;
}

.deshevle-block a {
    color: #ff0300;
    text-decoration: underline;
}

/*Конец нашли дешевле*/

/*Разделы на главной*/
.sections-container {
    margin-top: 40px;
}

.main-header {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}

.header-line {
    position: absolute;
    top: 13px;
    right: 15px;
    border: 1px solid #959595;
    width: 52%;
}

.header-line__hits {
    position: absolute;
    top: 13px;
    right: 15px;
    border: 1px solid #959595;
    width: 80%;
}

/*Конец разделов на главной*/

/*Блок вконтакте на главной*/
.vk-news-container {
    margin-top: 20px;
}

/*Конец блока вконтакте на главной*/

/*Подвал сайта*/
.footer-block h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-block p {
    margin-bottom: 10px;
}

.footer-ul li {
    margin-bottom: 10px;
}

.footer-dukis {
    text-align: right;
}

/*Конец подвала сайта*/


/*Карточка товара*/
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-radius: 0;
    border-color: #dee2e6 #dee2e6 #fff;
    border-top: 3px solid #c41a50;
}

.nav-tabs .nav-link {
    font-size: 20px;
}

/*Конец карточки товара*/

/*Сортировка товара*/
.sort-row {
    margin-top: 40px;
    margin-bottom: 15px;
}

.sort-row p {
    float: left;
    margin-right: 15px;
    padding-top: 11px;
}

.sort-row select {
    width: 230px;
}

/*Конец сортировки товара*/

.custom-control-label {
    padding-top: 4px;
    cursor: pointer;
}

.btn-sizes {
    background-color: #c41a50;
    color: #fff;
}

.btn-sizes:hover {
    background-color: #ff0000;
    color: #fff;
    text-decoration: none;
    outline: none;
}

.btn-sizes:focus {
    outline: none;
}

/*----- Новости -----*/

/*----- Конец новостей -----*/
.tmu-has-sub {
    position: relative;
}

.tmu-has-sub ul {
    position: absolute;
    top: 39px;
    left: 0;
    display: none;
    width: 250px;
    padding: 15px 0;
    background-color: #fff;
    z-index: 99999;
    transition: 0.5s;
}

.tmu-has-sub:hover ul {
    display: block;
    transition: 0.5s;
}

.tmu-has-sub ul li {
    display: block;
    width: 100%;
    padding: 10px 15px;
}

.tmu-has-sub ul li:hover {
    color: #fff;
    background-color: #c41a50;
}

.tmu-has-sub ul li:hover a {
    color: #fff;
}

#buyer i {
    content: '';
    display: inline-block;
    width: 50px;
    height: 40px;
    margin-right: 10px;
    background-image: url('/upload/images/header/buyer.jpg');
}

#about-icon i {
    content: '';
    display: inline-block;
    width: 50px;
    height: 40px;
    margin-right: 10px;
    background-image: url('/upload/images/header/about.jpg');
}

#news-icon i {
    content: '';
    display: inline-block;
    width: 50px;
    height: 40px;
    margin-right: 10px;
    background-image: url('/upload/images/header/news.jpg');
}

#contact-icon i {
    content: '';
    display: inline-block;
    width: 50px;
    height: 40px;
    margin-right: 10px;
    background-image: url('/upload/images/header/contacts.jpg');
}

#service i {
    content: '';
    display: inline-block;
    width: 50px;
    height: 40px;
    margin-right: 10px;
    background-image: url('/upload/images/header/service.jpg');
}

ul.slimmenu li {
    width: 100% !important;
    background-color: #fff;
}

.footer-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 40px;
    background-color: #c41a50;
    text-align: center;
}

.footer-cart a {
    color: #fff;
}

.footer-cart a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100px;
}

@media screen and (max-width: 767.98px) {
    .footer-cart {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-line {
        display: none;
    }

    .header-line__hits {
        display: none;
    }

    /*Мобильная шапка*/
    .mobile-logo {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .mobile-top-icons {
        display: none;
        text-align: center;
    }

    .mobile-top-icons a {
        margin-right: 10px;
    }

    .mobile-top-icons a:last-child {
        margin-right: 0px;
    }

    #bonus-mobile i::before {
        content: url("/upload/images/bonus.png");
    }

    #payment-mobile i::before {
        content: url("/upload/images/payment.png");
    }

    #credit-mobile i::before {
        content: url("/upload/images/credit.png");
    }

    #delivery-mobile i::before {
        content: url("/upload/images/delivery.png");
    }

    #about-mobile i::before {
        content: url("/upload/images/header/about.jpg");
    }

    #o-emoto-mobile i::before {
        content: url("/upload/images/about.png");
    }

    .map__info__contact {
        margin-left: 0px;
        padding-top: 0px;
    }

    .header__info {
        margin-left: 0px;
    }

    .top-time-p {
        padding-left: 0px;
    }

    .time {
        margin-top: 0px;
    }

    .time .fa {
        display: inline-block;
        float: left;
        position: relative;
        top: 0px;
        left: 0px;
    }

    .phone {
        margin: 0px auto 5px auto;
        padding-left: calc(50% - 73px);
    }

    .time__item {
        text-align: center;
    }

    .tc-block {
        display: none;
        margin: 10px auto;
    }

    /*Конец мобильной шапки*/

    /*Поиск в модильной шапке*/
    .desctop-poisk {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #bmhouse-search-block input {
        width: 93%;
    }

    #bmhouse-search-result {
        width: calc(100% - 22px);
    }

    /* Конец поиска в мобильной версии*/
    #accordion {
        margin-bottom: 40px;
    }

    .sort-row p {
        float: none;
        margin-bottom: 10px;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .logo img {
        width: 100px;
    }

    .o-emoto {
        margin-left: 10px;
        margin-right: 0px;
        width: 93px;
        padding-top: 4px;
    }

    .o-emoto img {
        width: 25px;
    }

    .o-emoto a {
        vertical-align: top;
        line-height: 11px;
        float: right;
        width: 60px;
        font-size: 10px;
        display: inline-block;
        padding-top: 4px;
    }

    .phone {
        margin-left: 15px;
        font-size: 10px;
    }

    .time .fa {
        color: #c41a50;
        position: absolute;
        left: 0px;
        top: 1px;
        font-size: 22px;
    }

    .top-time-p {
        padding-left: 9px;
        font-size: 10px;
    }

    .viber-whats i {
        margin-top: 1px;
        font-size: 23px;
    }

    .viber-whats a {
        font-size: 10px;
    }

    .time {
        padding-left: 15px;
    }

    .map__info__contact {
        margin-left: 5px;
        font-size: 10px;
        padding-top: 5px;
    }

    .top-menu-ul li {
        margin-right: 0px;
    }

    .top-menu-ul li.li-margin {
        margin-right: -17px;
    }

    #top-cart-block a span {
        display: none;
    }

    #top-cart-count {
        color: #c41a50;
        background: #fff;
        display: inline-block;
        padding: 1px 4px;
        border-radius: 15px;
        font-weight: bold;
        position: absolute;
        top: 23px;
        font-size: 10px;
        right: 7px;
    }

    .top-cart-block {
        background: #c41a50;
        text-align: center;
        width: 45px;
        float: right;
        vertical-align: middle;
        height: 45px;
        padding: 0px 0px 0px 0px;
        position: relative;
        border-radius: 12px;
        margin-top: 4px;
    }

    .top-cart-block a {
        line-height: 56px;
    }

    .top-cart-block a img {
        position: relative;
        right: inherit;
        top: inherit;
        width: 20px;
    }

    .tc-block {
        width: 155px;
        height: 68px;
        border-radius: 12px;
        margin-top: 7px;
    }

    .motoservice-block {
        width: 110px;
        padding: 6px 10px 0px 7px;
    }

    .motoservice-block a span {
        line-height: 40px;
        font-size: 11px;
    }

    .motoservice-block img {
        padding-top: 11px;
    }

    .header__center {
        padding: 15px 0 0px 0px;
        height: 120px;
    }

    .top-menu-ul li a {
        font-size: 10px;
    }

    .top-menu-ul li #bonus i::before {
        content: '';
        width: 25px;
        height: 25px;
        margin-right: 5px;
        background-size: cover;
        background-image: url(/upload/images/bonus.png);
    }

    .top-menu-ul li #payment i::before {
        content: '';
        width: 30px;
        height: 25px;
        margin-right: 5px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(/upload/images/payment.png);
    }

    .top-menu-ul li #delivery i::before {
        content: '';
        width: 40px;
        height: 25px;
        margin-right: 5px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(/upload/images/delivery.png);
    }

    .top-menu-ul li #credit i::before {
        content: '';
        width: 25px;
        height: 25px;
        margin-right: 5px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(/upload/images/credit.png);
    }

    .top-menu-ul li #about i::before {
        content: '';
        width: 30px;
        height: 25px;
        margin-right: 5px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(/upload/images/about.png);
    }

    .top-menu-ul li:last-child a {
        max-width: 128px;
    }

    .top-catalog-a {
        font-size: 13px;
        padding: 8px 9px;
        height: 32px;
        border-radius: 3px;
    }

    .top-catalog-a i {
        padding-top: 2px;
    }

    #bmhouse-search-block input {
        width: 93%;
    }

    .profile {
        font-size: 8px;
        padding: 10px 0px;
    }

    .section-name-a {
        font-size: 14px;
    }

    .header-line {
        width: 20%;
    }

    .main-header {
        font-size: 20px;
    }

    .current-price {
        font-size: 14px;
    }

    .good-card-name {
        font-size: 12px;
    }

    .grey .accordion a {
        font-size: 10px;
    }

    .good-quantity-input {
        width: 100% !important;
        margin-bottom: 10px;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .logo img {
        width: 130px;
    }

    .o-emoto {
        margin-left: 10px;
        margin-right: 0px;
        width: 133px;
    }

    .o-emoto a {
        vertical-align: top;
        line-height: 14px;
        float: right;
        width: 85px;
        display: inline-block;
        padding-top: 7px;
    }

    .phone {
        margin-left: 15px;
    }

    .time .fa {
        color: #c41a50;
        position: absolute;
        left: 0px;
        top: 3px;
        font-size: 28px;
    }

    .time {
        padding-left: 15px;
    }

    .map__info__contact {
        margin-left: 5px;
    }

    .top-menu-ul li {
        margin-right: 0px;
    }

    .top-menu-ul li.li-margin {
        margin-right: -17px;
    }

    #top-cart-block a span {
        display: none;
    }

    .top-cart-block {
        background: #c41a50;
        text-align: center;
        width: 58px;
        float: right;
        vertical-align: middle;
        height: 40px;
        padding: 0px 0px 0px 0px;
        position: relative;
        border-radius: 12px;
    }

    .top-cart-block a img {
        position: relative;
        top: 4px;
        right: inherit;
    }

    .top-time-p {
        padding-left: 13px;
    }

    .tc-block {
        width: 183px;
        height: 68px;
        border-radius: 12px;
        margin-top: 7px;
    }

    .motoservice-block {
        width: 125px;
    }

    .motoservice-block a span {
        line-height: 40px;
    }

    .motoservice-block img {
        padding-top: 11px;
    }

    .header__center {
        padding: 15px 0 0px 0px;
        height: 140px;
    }

    .profile {
        font-size: 12px;
    }


    .section-name-a {
        font-size: 14px;
    }

    .header-line {
        width: 20%;
    }

    .main-header {
        font-size: 20px;
    }

    .current-price {
        font-size: 14px;
    }

    .good-card-name {
        font-size: 12px;
    }

    .grey .accordion a {
        font-size: 10px;
    }

    .good-quantity-input {
        width: 100% !important;
        margin-bottom: 10px;
    }
}

div.good-more-a {
    cursor: pointer;
}

.news-list .row .news-item {
    margin-right: 0px;
    margin-left: 0px;
}

.elem-count {
    font-size: 1rem;
    font-weight: 500;
    line-height: 0.9rem;
    position: absolute;
    box-sizing: border-box;
    width: 19px;
    height: 19px;
    padding: 0 .2rem;
    border: .1rem solid #fff;
    border-radius: 10rem;
    background-color: #c41a50;
    color: #fff;
    top: -.3rem;
    transform: translateX(1rem);
}

.func-block {
    display: flex;
}

.compare_block, .differed_block {
    display: flex;
    flex-direction: column;
    padding-top: 2px;
    align-items: center;
}

.compare_block {
    margin-right: 20px;
}

.differed_block a, .compare_block a {
    color: #595959;
}

.butt_exit {
    background-color: #c41a50;
}

.butt_exit:hover {
    background-color: #ff0000;
}

.wish-list, .differed {
    display: flex;
    position: relative;
    font-size: 22px;
}

.differed.mobile, .wish-list.mobile {
    color: #fff;
    margin-left: 20px;
}

.differed.mobile {
    margin-left: 30px;
}

.wish-list.mobile a, .differed.mobile a {
    width: unset;
}

.menu-collapser, .collapse-button .icon-bar {
    background-color: #c41a50;
}

.header__contacts {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.header-avito__link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: underline;
}

.header-avito__link::before {
    content: '';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-image: url('/upload/icons/avito-small.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.header-avito-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.header-avito-mobile__link {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-avito-mobile__link::before {
    content: '';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-image: url('/upload/icons/avito-small.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}