header.b-header {
    z-index: 10;
}

.bottom-mob-menu-line {
    display: none;
}

.b-header-middle__search-ico {
    display: none;
}

.b-header-mobile-phone {
    display: none;
}

.b-advantages__wrap--os-swiper .swiper-wrapper {
    justify-content: space-between;
}

.os-pc-hide {
    display: none;
}

.b-main-description__wrap h1:first-child {
    display: block;
}

.b-main-description__img+h1 {
    display: none;
}

.b-main-description__read-more-mob {
    display: none;
}

.b-brands .swiper-wrapper {
    justify-content: space-between;
    align-items: center;
}

.b-brands .swiper-slide {
    width: auto;
}

.b-brands h2 {
    display: none;
}

.os-page-empty-space {
    height: 28px;
}

.b-footer__footer-top .b-footer__info>img,
.b-footer__footer-top .b-footer__info>a img {
    width: 84px;
    margin: 16px 20px;
}

/* catalog.item  "new_goods_item" start */
.wrap-card--os-catalog-item .b-card__desc-sect {
    flex-flow: unset;
    flex-wrap: wrap;
    position: relative;
}

.wrap-card--os-catalog-item .b-card__desc-sect .b-card__title,
.wrap-card--os-catalog-item .b-card__desc-sect .b-price {
    flex: 0 0 100%;
}

.wrap-card--os-catalog-item .b-card__desc-sect .b-price {
    flex-flow: unset;
    justify-content: flex-start;
}

.wrap-card--os-catalog-item .b-card__desc-sect .b-price b {
    order: 1;
}

.wrap-card--os-catalog-item .b-card__desc-sect .b-price span {
    order: 2;
}

.wrap-card--os-catalog-item .b-card__desc-sect .b-price span+b {
    margin-left: 0;
    margin-right: 4px;
}

.wrap-card--os-catalog-item .b-card__desc-sect .b-card__title {
    margin: 0 0 6px 0;
}

div.os-promo-text {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    margin: 6px 0 0 0;
    line-height: 20px;
    /* position: absolute;
    top: 10px;
    left: 20px;
    z-index: 5; */
}

.site .wrap-card--os-catalog-item .b-card__img-sect img+img,
.site .wrap-card--os-catalog-item .b-card__img-sect img {
    height: 100%;
    object-fit: cover;
}

.b-main-new-goods .outer {
    background-color: transparent;
}

.b-main-new-goods .os-text-position {
    padding: 48px 0 20px 0;
    text-transform: uppercase;
}

.catalog_my_search.b-catalog-section {
    margin-left: 0;
}

.os-favorites-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.os-favorites-page .b-hist__main-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.os-favorites-page .b-hist__content {
    width: 100%;
    margin-left: -40px;
}

/* a.icon-heart_active {
    z-index: 1;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
} */

.os-favorites-page .b-redirect {
    display: none;
}

.top-icon-heart-wrapper {
    width: 20px;
    height: 20px;
    background: url(/local/templates/main/favorites.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 15px 0 0;
    cursor: pointer;
    position: relative;
}

#top-icon-heart {
    position: absolute;
    top: -12px;
    right: -11px;
    width: 18px;
    height: 18px;
    font-size: 10px;
    font-weight: 800;
    color: #4E63A0;
    text-align: center;
    line-height: 15px;
    border: 2px solid #4E63A0;
    border-radius: 50%;
    background-image: unset;
    margin-left: unset;
    margin-right: unset;
    padding-left: 0;
    background: #fff;
}

/* catalog.item  "new_goods_item" end */

a.icon-heart_active,
span.icon-heart_active {
    display: block;
    height: 20px;
    width: 20px;
    background-image: url(/local/templates/main/favorites.png);
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

a.icon-heart_active.infavor,
span.icon-heart_active.infavor,
a.icon-heart_active:hover,
span.icon-heart_active:hover {
    background-image: url(/local/templates/main/favorites_active.png);
}

.swiper-button-next,
.swiper-button-prev {
    display: none;
    color: white;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {

    font-size: 26px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 26px;
}

.swiper-button-next {
    text-align: right;
}

.mobile_sort_link {
    display: none;
}

.mobile_sort_link a {
    display: block;
    color: #1e2631;
    margin-bottom: 7px;
}

.smartcaptcha-error.b-form-row__error{
    margin-bottom: 10px;
}

.b-form-row__field .smart-captcha {
    min-width: auto;
}

button#\35 47zj4{
    margin-top: 20px;
}

@media(max-width:767px) {



    .b-nav-item .b-nav-item__content a {
        padding: 0;
    }

    span.top-bar__sort-title{
        display: block;
        padding: 4px 8px;
    }

    .site main.main {
        margin-top: 60px;
        padding: 0;
    }

    .mobile_sort_link {
        /* display: block; */
        position: absolute;
        top: 30px;
        left: 0px;
        z-index: 5;
        width: 100%;
        padding: 4px 8px;
        background: #fff;
        -webkit-box-shadow: 4px 4px 8px 0px rgba(30, 38, 49, 0.2);
        -moz-box-shadow: 4px 4px 8px 0px rgba(30, 38, 49, 0.2);
        box-shadow: 4px 4px 8px 0px rgba(30, 38, 49, 0.2);

    }


    .b-main-grid--cat-mobile .swiper-button-next,
    .b-main-grid--cat-mobile .swiper-button-prev {
        display: block;
        top: 50%;
    }



    .swiper-button-next,
    .swiper-button-prev {
        display: block;
        top: 40%;
    }

    .b-header-middle__menu-btn-box button,
    .b-header-middle__cart-box button,
    .b-header-middle__wrapper {
        height: auto;
    }

    .b-header-middle {
        padding: 0 16px;
        height: 60px;
        border-bottom: 1px solid rgba(229, 229, 229, 1);
    }

    .b-header-middle__menu-btn-box .js-menu-button {
        padding: 0;
        width: 18px;
        height: 16px;
        position: relative;
        overflow: hidden;
    }

    .js-menu-button__burger-line {
        position: absolute;
        width: 18px;
        height: 2px;
        background: rgba(30, 38, 49, 1);
    }

    .js-menu-button__burger-line:first-child {
        top: 0;
        left: 0;
        transition: 0.2s ease;
    }

    .js-menu-button__burger-line:nth-child(2) {
        top: calc(50% - 1px);
        left: 0;
        transition: 0.2s ease;
    }

    .js-menu-button__burger-line:last-child {
        bottom: 0;
        left: 0;
        transition: 0.2s ease;
    }

    .js-menu-open .js-menu-button__burger-line:first-child {
        transform: rotate(45deg);
        top: 8px;
    }

    .js-menu-open .js-menu-button__burger-line:nth-child(2) {
        left: -100%;
    }

    .js-menu-open .js-menu-button__burger-line:last-child {
        transform: rotate(-45deg);
        bottom: 6px;
    }

    .b-header-middle__wrapper {
        width: auto;
    }

    .b-header-middle__cart-box button {
        padding: 0;
    }

    .bottom-mob-menu-line {
        display: block;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;
    }

    .bottom-mob-menu-line__container {
        background: #fff;
        padding: 8px 16px;
        display: grid;
        gap: 4px;
        grid-template-columns: repeat(3, 1fr);
        /* grid-template-columns: repeat(5, 1fr);  с корзиной 5*/
        border-top: 1px solid rgba(229, 229, 229, 1);
    }

    .bottom-mob-menu-line__item {
        cursor: pointer;
    }

    .bottom-mob-menu-line__item-ico {
        width: 24px;
        height: 24px;
        margin: 0 auto;
    }

    .bottom-mob-menu-line__item-ico img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .bottom-mob-menu-line__item-text {
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        text-align: center;
        color: rgba(53, 53, 53, 1);
    }

    .b-header-middle__cart-box,
    .b-header-top__entry {
        display: none;
    }

    .site .b-header-middle__logo {
        height: 48px;
    }

    .b-header-middle__menu-btn-box {
        height: 18px;
    }

    .m-orange .b-header-middle__nav-section {
        top: 60px;
    }

    .b-header-middle__search-ico {
        display: block;
        height: 24px;
        margin: 0 16px 0 0;
    }

    .b-header-middle__nav-box {
        align-items: center;
    }

    .b-header-middle__phone {
        top: 3px;
    }

    div#smart-title-search {
        position: fixed;
        width: 100%;
        top: 60px;
        left: 0;
        z-index: 2;
        background: #fff;
        display: none;
    }

    div#smart-title-search #vue-searchbox {
        visibility: visible;
        pointer-events: all;
    }

    .b-header-middle__shop-clean {
        order: 1;
    }

    .b-header-middle__navigation {
        order: 2;
    }

    .b-nav-mobile__nav {
        order: 3;
    }

    .b-header-mobile-phone {
        display: block;
        visibility: hidden;
        /* order: 4; */
        border-top: 1px solid rgba(229, 229, 229, 1);
        background: rgba(241, 241, 241, 1);
        padding: 12px 16px;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
    }

    .js-menu-open .b-header-mobile-phone {
        visibility: visible;
    }

    .b-header-mobile-phone__text .b-header-middle__work-time {
        position: static;
    }

    .b-header-middle__nav-outer {
        padding: 0 0 70px 0;
        /* position: relative; */
        height: calc(100vh - 60px);
        overflow-y: auto;
    }

    .b-header-middle__shop-clean {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 12px 16px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        border-bottom: 1px solid rgba(229, 229, 229, 1);
    }

    .b-header-middle__shop-clean a {
        padding: 12px 0;
        background: rgba(241, 241, 241, 1);
        text-align: center;
    }

    .b-header-middle__shop-clean a+a {
        margin-left: 0;
    }

    .b-header-middle__navigation {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
    }

    .b-header-middle__navigation-wrap {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        padding: 8px 16px;
        border-bottom: 1px solid rgba(229, 229, 229, 1);
    }

    .b-header-middle__navigation-wrap .b-nav-item {
        flex: 0 0 100%;
        width: 100%;
        padding-left: 0;
        padding-top: 0;
    }

    .b-header-middle__navigation-wrap .b-nav-item a {
        line-height: 32px;
    }

    .b-header-middle__nav-outer .b-nav-mobile__nav {
        padding: 8px 16px;
    }

    .b-header-middle__nav-outer .b-nav-mobile__col a {
        padding-top: 0;
        line-height: 32px;
    }

    /* .js-menu-open .b-header .b-header-middle__nav-section {
        height: calc(100vh - 60px);
        overflow-y: auto;
    } */

    .b-header-mobile-phone__number {
        margin: 0 0 4px 0;
    }

    .b-header-mobile-phone__number {
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
    }

    .b-header-mobile-phone__text {
        text-align: center;
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
    }

    .b-main-slider__wrapper {
        height: calc(100vh - 117px);
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .b-main-slider__wrapper .slick-list {
        height: inherit;
    }

    .b-main-slider__wrapper .slick-dots {
        bottom: 40px;
    }

    .b-main-slider__wrapper .slick-dots li button {
        width: 32px;
        height: 2px;
        background: white;
        padding: 0;
        border: 1px solid #051836;
        box-sizing: content-box;
    }

    .b-main-slider__wrapper .slick-dots li.slick-active button {
        background: rgba(30, 38, 49, 1);
    }

    .b-main-slider__wrapper .slick-dots li {
        width: auto;
        height: auto;
        margin: 0 6px;
    }

    .b-main-slider__wrapper .slick-dots li::before,
    .b-main-slider__wrapper .slick-dots li button::before {
        display: none;
    }

    .b-advantages {
        display: block;
    }

    .b-advantages .outer {
        background-color: transparent;
    }

    .b-advantages__wrap--os-swiper {
        overflow: hidden;
        padding: 0;
    }

    .b-advantages__wrap--os-swiper .b-advantages__item {
        flex: 0 0 auto;
        padding: 24px 20px;
        background: #f1f1f1;
        align-items: center;
        height: 88px;
    }

    .b-advantages__item+.b-advantages__item {
        margin-top: 0;
    }

    .b-advantages__wrap--os-swiper .b-advantages__item p {
        min-width: unset;
        font-size: 12px;
        line-height: 16px;
    }

    .b-advantages__item img {
        margin-top: 0;
    }

    .os-mob-hide {
        display: none;
    }

    .os-pc-hide {
        display: block;
    }

    .b-main-grid--cat-mobile .outer {
        background-color: transparent;
    }

    .b-main-grid--cat-mobile .os-text-position {
        padding: 0 16px;
        margin: 0 0 12px 0;
    }

    .b-main-new-goods .os-text-position {
        padding: 40px 16px 12px 16px;
    }

    .b-main-grid--cat-mobile h2,
    .b-main-new-goods h2 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        text-transform: uppercase;
        color: rgba(30, 38, 49, 1);
    }

    .b-main-grid--cat-mobile .outer {
        padding-top: 40px;
    }

    .b-main-grid--cat-mobile .b-main-grid__item {
        height: 340px;
    }

    .b-main-grid--cat-mobile .b-main-grid__item a p {
        top: unset;
        bottom: 17px;
        left: unset;
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
    }

    .b-main-grid--cat-mobile .b-main-grid__item a p::after {
        top: 22px;
        left: calc(50% - 20px);
    }

    .b-main-description .outer {
        background-color: #fff;
    }

    .b-main-description__wrap h1:first-child {
        display: none;
    }

    .b-main-description__img+h1 {
        display: block;
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        padding: 0 16px;
    }

    .b-main-description__img {
        margin-bottom: 20px;
    }

    .b-main-description__text {
        padding: 0 16px;
    }

    .b-main-description__text p:first-child,
    .b-main-description__text p {
        font-size: 12px;
        line-height: 19px;
        margin-bottom: 12px;
    }

    .b-main-description__read-more-mob {
        display: block;
        text-decoration: underline;
        font-size: 12px;
    }

    .b-main-description__mob-text-hide {
        display: none;
    }

    .b-brands {
        display: block;
    }

    .b-brands .swiper-wrapper {
        justify-content: unset;
        align-items: center;
    }

    .b-brands .swiper-slide {
        width: 100%;
    }

    .b-brands__wrap--os-swiper {
        padding: 0;
    }

    .b-brands h2 {
        display: block;
        padding: 0 16px;
        margin: 0 0 12px 0;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .b-brands .outer {
        padding: 40px 16px;
    }

    .b-main-description__wrap {
        padding: 24px 0 28px 0;
    }

    .os-page-empty-space {
        display: none;
    }

    .site .subs {
        z-index: 1;
    }

    .b-footer__footer-outer-nav {
        display: none;
    }

    .b-footer .outer-external {
        padding: 0;
    }

    .b-main-description__img {
        width: 100%;
        left: 0;
    }

    .b-footer__footer-outer {
        padding: 40px 0px 80px 0;
    }

    .b-footer__footer-top .b-footer__info>img,
    .b-footer__footer-top .b-footer__info>a img {
        margin: 0;
    }

    .b-footer__footer-top .b-footer__info-wrapper p br {
        display: none;
    }

    .b-footer__footer-top .b-footer__info-wrapper p {
        color: #fff;
        font-size: 14px;
        margin: 0 0 24px 0;
    }

    .b-footer__info-wrapper {
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .b-footer__info {
        padding: 0 16px;
        border-bottom: 1px solid #E5E5E533;
    }

    .b-footer__sub-menu {
        padding: 14px 16px;
        margin-top: 0;
        border-bottom: 1px solid #E5E5E533;
    }

    .b-footer__info-wrapper span {
        font-size: 12px;
        color: #fff;
    }

    .b-footer__social,
    .b-footer__footer-bottom {
        padding: 0 16px;
    }

    .wrap-card--os-catalog-item .b-card__title p:last-child,
    .wrap-card--os-catalog-item .b-card__desc-sect .b-price b {
        font-size: 11px;
    }



    .wrap-card--os-catalog-item .b-card__desc-sect .b-price span {
        font-size: 9px;
    }

    div.os-promo-text {
        font-size: 9px;
        margin: 0;
    }

    .wrap-card--os-catalog-item .b-card__desc-sect .b-price {
        display: flex;
    }

    .wrap-card--os-catalog-item .b-card__desc-sect .b-price span {
        align-self: center;
    }

    .wrap-card--os-catalog-item .b-card__img-sect img {
        min-height: 240px;
    }

    .b-main-new-goods .block_text_section {
        padding-bottom: 16px;
    }

    .os-favorites-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .os-favorites-page .b-hist__content {
        margin-left: 0px;
    }

    .top-icon-heart-wrapper {
        display: none;
    }

    .os-favorites-page .b-redirect {
        display: none;
    }

    a.icon-heart_active,
    span.icon-heart_active {
        width: 16px;
        height: 16px;
    }

    .wrap-card--os-catalog-item .b-card__desc-sect .b-card__title {
        margin: 0;
    }

    .os-burger-btn-state .b-header-middle__navigation,
    .os-catalog-btn-state .b-nav-mobile__nav {
        display: none;
    }

    .row.product-item-list-col-3 {
        margin: unset;
    }

    .wrap-card--os-catalog-item .b-card__desc-sect {
        min-height: 90px;
    }

    .wrap-card--os-catalog-item .b-card__title p:last-child {
        line-height: 16px;
        /* white-space: nowrap;
        overflow: hidden;           */
    }

    .wrap-card--os-catalog-item div.b-card__title {
        max-width: 80%;
        padding-right: 0px;
        margin-right: 0px !important;

    }

    .wrap-card--os-catalog-item div.b-card__img-sect {
        min-height: 240px;
    }
}