.product-empty-box {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    /* margin: 0 -16px; */
    padding: 16px;
    background-color: #F4F5F6;
    color: #26292c;
    font-size: 14px;
    line-height: 18px
}

.product-empty-box__title {
    display: block;
    color: #c33;
    font-size: 16px;
    line-height: 22px;
}

.product-empty-box__message {
    margin: 8px 0 16px;
}

.product-empty-box-test {
    width: 100%;
    max-width: 470px;
    margin: 50px auto
}

.link-item {
    transition: background-color .3s;
    border-radius: 8px;
    box-sizing: border-box;
    border: none;
    display: inline-block;
    padding: 17px 0;
    color: #fff;
    cursor: pointer;
    font: 500 16px/22px Roboto, Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: top
}

.link-item_theme_blue {
    background-color: #085293
}

.link-item_theme_blue:hover {
    background-color: #064074
}

.callback-dialog {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    height: 100%;
    opacity: 0;
    width: 100%
}

.callback-dialog__holder {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 16px;
    width: 100%
}

.callback-dialog__box {
    position: relative;
    z-index: 10;
    border-radius: 8px;
    box-sizing: border-box;
    max-width: 400px;
    min-width: 288px;
    padding: 16px;
    width: 100%;
    background-color: #fff;
    color: #26292c;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.callback-dialog__close {
    transition: opacity .3s;
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    opacity: .5;
    width: 44px;
    background-image: url(assets/img/icons/dialog-close-icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer
}

.callback-dialog__close:hover {
    opacity: 1
}

.callback-dialog__heading {
    display: block;
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px
}

.callback-dialog.is-state-send .callback-dialog__info {
    display: none
}

.callback-dialog__form {
    margin-top: 16px
}

.callback-dialog__button {
    margin-top: 8px;
    width: 100%
}

.callback-dialog__message {
    display: none
}

.callback-dialog.is-state-send .callback-dialog__message {
    display: block;
}

.callback-dialog.is-state-send .callback-dialog__message p {
    margin: 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #14171A99;
}

.field-item {
    border-radius: 8px;
    box-sizing: border-box;
    border: none;
    outline: none;
    padding: 17px 16px;
    width: 100%;
    background-color: #F4F5F6;
    color: #26292c;
    font: normal 16px/22px Roboto, Arial, Helvetica, sans-serif
}

.field-item::-webkit-input-placeholder {
    opacity: 1;
    color: #9ca4ab
}

.field-item::-ms-input-placeholder {
    opacity: 1;
    color: #9ca4ab
}

.field-item::placeholder {
    opacity: 1;
    color: #9ca4ab
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin: 16px -4px 0;
}

@media screen and (max-width:1200px) {
    .breadcrumb {
        margin: 16px 0 0;
    }
}

.breadcrumb__item {
    position: relative;
    padding-right: 16px
}

.breadcrumb__item:after {
    position: absolute;
    bottom: 5px;
    right: 0;
    height: 16px;
    width: 16px;
    background: url(assets/img/icons/breadcrumb-arrow.svg) no-repeat;
    content: ""
}
.breadcrumb__item:last-child::after{
    display: none;
}

@media screen and (max-width:1199px) {
    .breadcrumb__item_view_desktop {
        display: none
    }

    .breadcrumb__item_view_mobile {
        display: block
    }


    .breadcrumb .breadcrumb__item_view_mobile span:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        position: absolute;
        bottom: 5px;
        left: 0;
        height: 16px;
        width: 16px;
        background: url(assets/img/icons/breadcrumb-arrow.svg) no-repeat;
        content: ""
    }

    .breadcrumb .breadcrumb__item_view_mobile span {
        position: relative;
        padding: 4px 8px 4px 20px
    }


    .breadcrumb__item_view_mobile {

        padding-right: 0
    }

    .breadcrumb__item_view_mobile:after {
        content: normal
    }
}


.breadcrumb a {
    display: block
}

.breadcrumb span {
    display: block;
    padding: 4px;
    color: #006DCC;
    line-height: 20px
}
.breadcrumb span:hover {
    color: #005299;
    transition: all 0.3s;
}
/*
.breadcrumb .breadcrumb__item_view_mobile span {
    position: relative;
    padding: 4px 8px 4px 20px
}*/
/*
.breadcrumb .breadcrumb__item_view_mobile span:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 16px;
    width: 16px;
    background: url(assets/img/icons/breadcrumb-arrow.svg) no-repeat;
    content: ""
}*/

#catalogBlock .rightBlock #catalogList.table-view {
    margin: 0 -8px
}

#catalogBlock .rightBlock #catalogList.table-view .catalogItem,
#catalogItem .similar-products .similar-products__list .catalogItem {
    border: none;
    display: block;
    margin-bottom: 0;
    padding: 0 8px 24px;
    width: 25%
}

#catalogBlock .search #catalogList.table-view .catalogItem {
    width: 20%;
}

#catalogItem .similar-products .similar-products__list .catalogItem {
    padding: 0;
}

@media screen and (max-width:750px) {
    #catalogBlock .rightBlock #catalogList.table-view .catalogItem,
    #catalogItem .similar-products .similar-products__list .catalogItem {
        width: 50%
    }
}

#catalogBlock .rightBlock #catalogList .catalogItem:hover,
#catalogItem .similar-products .similar-products__list .catalogItem:hover {
    border: none
}

#catalogBlock .rightBlock #catalogList.table-view .catalogItem .titleName,
#catalogItem .similar-products .similar-products__list .catalogItem .titleName {
    transition: color .3s;
    margin: 0;
    padding-top: 8px;
    color: #006DCC;
    font-size: 14px;
    font-weight: 400
}

#catalogBlock .rightBlock #catalogList.table-view .catalogItem .titleName:hover,
#catalogItem .similar-products .similar-products__list .catalogItem .titleName:hover {
    color: #005299;
}

#catalogBlock .rightBlock #catalogList.table-view .catalogItem .infoItem,
#catalogItem .similar-products .similar-products__list .catalogItem .infoItem {
    padding: 4px 0 0;
    color: #515456;
    font-size: 14px;
    line-height: 18px;
}

#catalogBlock .rightBlock #catalogList.table-view .catalogItem .infoItem:empty,
#catalogItem .similar-products .similar-products__list .catalogItem .infoItem:empty {
    padding: 0;
}

#catalogBlock .rightBlock #catalogList .catalogItem .columnItem .full_price_block,
#catalogItem .similar-products .similar-products__list .catalogItem .columnItem .full_price_block {
    padding: 2px 0 0
}

@media screen and (max-width:1200px) {
    #catalogBlock .rightBlock #catalogList .catalogItem .columnItem .full_price_block,
    #catalogItem .similar-products .similar-products__list .catalogItem .columnItem .full_price_block {
        flex-wrap: wrap
    }
}

#catalogBlock .rightBlock #catalogList .catalogItem .itemImg .catalog__img,
#catalogItem .similar-products .similar-products__list .catalogItem .itemImg .catalog__img {
    max-width: 90%
}

@media screen and (max-width:500px) {
    #catalogBlock .rightBlock #catalogList .catalogItem .itemImg .catalog__img,
    #catalogItem .similar-products .similar-products__list .catalogItem .itemImg .catalog__img {
        max-width: 100%
    }
}

.rightBlock #catalogList.table-view .catalogItem .price {
    padding-bottom: 0;
    width: auto;
    flex-direction: row;
    align-items: flex-end;
    color: #26292c;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

@media screen and (max-width:1199px) {
    .rightBlock #catalogList.table-view .catalogItem .price {
        width: 100%
    }
}

#catalogBlock .rightBlock #catalogList .catalogItem .price .price-val {
    margin-right: 4px;
    color: #26292c;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px
}

.catalog-card-button,
a.catalog-card-button {
    display: inline-flex;
    transition: opacity .3s, background-color .3s;
    border-radius: 8px;
    margin-top: 4px;
    padding: 6px 12px;
    background-color: #006DCC;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-card-button.addBasket,
a.catalog-card-button.addBasket {
    min-width: 90px;
    width: min-content;
}

a.border-button,
.border-button {
    display: inline-flex;
    border-radius: 8px;
    margin-top: 4px;
    padding: 4px 10px;
    border: 2px solid #006DCC;
    background-color: #fff;
    color: #006DCC;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    cursor: pointer;
    transition: color .3s, border-color .3s, background-color .3s;
}

@media (any-hover: hover) {
    .border-button:hover,
    a.border-button:hover {
        text-decoration: none;
        border-color: #005299;
        color: #005299;
    }

    .catalog-card-button:hover,
    a.catalog-card-button:hover {
        background-color: #005299;
        text-decoration: none;
        color: #fff;
    }
}

.border-button:active,
a.border-button:active {
    text-decoration: none;
    border-color: #005299;
    color: #005299;
}

.catalog-card-button:active,
a.catalog-card-button:active {
    background-color: #005299;
    text-decoration: none;
    color: #fff;
}

.product-card .catalog-card-button,
.columnItem .border-button,
.product-card .border-button,
.columnItem .catalog-card-button {
    align-self: flex-start;
}

.block-label {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dealer-label {
    border-radius: 14px;
    display: inline-flex;  
    padding: 5px 10px;
    color: #388E3C;
    background-color: #388e3c1a;
    font-size: 14px;
    line-height: 18px
}

.rating-label {
    border-radius: 14px;
    display: inline-flex;
    padding: 5px 10px;
    color: #26292C;
    background-color: #EBEBEB;
    font-size: 14px;
    line-height: 18px;
    transition: 0.3s;
}

.rating-label:hover {
    background-color: #E0E0E0;
}

.rating-label-inner {
    display: block;
    align-items: center;
    column-gap: 4px;
}

.dealer-label~h1 {
    margin: 8px 0 16px
}

.blog-page-navigation a, .blog-page-navigation span.blog-page-current {
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #26292c;
    font-size: 16px;
    line-height: 20px
}

.blog-page-navigation span.blog-page-current {
    background-color: #515456;
    color: #ffffff;
}

.blog-page-navigation .blog-page-current,
.blog-page-navigation a {
    width: 36px;
    height: 36px;
    border-radius: 8px !important;
}

.blog-page-navigation .blog-page-current {
    background-color: #26292C !important;
    color: #ffffff;
    border-radius: 8px !important;
}

.blog-page-navigation {
    width: 100%;
    justify-content: center;
}

.catalog-description {
    margin-top: 24px
}

.catalog-description .column.b-page-typography {
    margin-top: 0
}

.catalog-description__holder {
    transition: max-height .3s;
    max-height: 120px;
    overflow: hidden
}

.catalog-description__trigger {
    border-radius: 8px;
    display: inline-flex;
    margin-top: 16px;
    padding: 8px 16px;
    background-color: #EBEBEB;
    color: #26292c;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px
}
.catalog-description__trigger:hover {
    background-color: #E0E0E0;
    transition: all 0.3s;
}

.catalog-description__trigger.is-state-hidden {
    display: none
}

@media screen and (max-width:1199px) {
    .brand_cloud {
        flex-wrap: nowrap;
        margin-right: -15px;
        overflow: auto
    }

    .brand_cloud::-webkit-scrollbar {
        width: -1px
    }
}

.brand_cloud-item {
    border-radius: 24px;
    padding: 8px 16px;
    color: #26292C !important;
    white-space: nowrap
}

@media screen and (max-width:992px) {
    .brand_cloud-item:nth-child(n+9) {
        display: block
    }
}

@media screen and (max-width:382px) {
    .block-label {
        flex-wrap: wrap;
    }
}