@charset "UTF-8";

.white-space-no {
    white-space: nowrap;
}

.header-social-link svg {
    width: 24px;
    height: 24px;
}

.header-callback {
    display: inline-flex;
    margin: 4px 20px 0px 0;
    padding: 7px 0 0 0;
}

.header-feedback {
    display: inline-flex;
    margin: 4px 0 0px 0;
    padding: 7px 0 0 0;
}

.logo__text {
    font-size: 20px;
    color: #fff;
}

#callback-modal-form .smart-captcha {
    margin-bottom: 20px;
}

#feedback-modal-form .smart-captcha {
    margin-bottom: 20px;
}

.callback-modal__result {
    display: none;
    text-align: center;
}

.callback-modal__submit-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

#desktop-sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
}

#desktop-sticky-header .logo {
    width: 150px;
    margin-right: 30px;
}

#desktop-sticky-header .logo__text {
    font-size: 14px;
}

#desktop-sticky-header .header-search {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 150px;
    margin-right: 20px !important;
}

#desktop-sticky-header .header-search > :last-child {
    margin-left: 0.25rem;
}

#desktop-sticky-header .header-tools__item {
    padding: 0;
}

.main-container {
    padding-top: 40px;
    padding-bottom: 80px;
}

.pc__article {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1;
}

.catalog-section-sort-row {
    display: flex;
    align-items: center;
}

.product-card__price {
    display: flex;
    flex-direction: column;
}

.catalog-section__views {
    display: flex;
    align-items: center;
    gap: 10px;
}

.catalog-section-type-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 22px;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.catalog-section-type-btn svg path {
    fill: #bababa;
    transition: fill 0.5s;
}

.catalog-section-type-btn:focus-visible svg path {
    fill: #1f80c4;
}

.catalog-section-type-btn:hover svg path {
    fill: #1f80c4;
}

.catalog-section-type-btn:active svg path {
    fill: #1f80c4;
}

.catalog-section-type-btn_active svg path {
    fill: #1f80c4;
}

.catalog-section-list-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.list-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #1f80c4;
    border-radius: 10px;
}

.list-product__img-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
}

.list-product__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.list-product__left {
    display: flex;
    gap: 10px;
    width: calc(100% - 245px);
}

.list-product__name-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc(100% - 50px);
}

.list-product__name {
    align-self: flex-start;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
}

.header_sticky-bg_dark a.list-product__name {
    color: #000;
}

.list-product__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    flex-shrink: 0;
    width: 245px;
}

.list-product__prices {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.list-product__price {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}

.list-product__btn {
    padding: 5px 20px;
}

.list-product__btn_in-cart {
    background-color: #F6CD46;
}

.detail-product__btn_in-cart {
    background-color: #F6CD46;
}

.actions-top-text {
    margin-bottom: 40px;
}

.header-center__right {
    display: flex;
    flex-wrap: wrap;
}

.header-center__right-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.catalog-section__description-text {
    margin-top: 10px;
}

#products-grid {
    gap: 30px 0;
}

.cart-block-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.block-product-btn__add-to-cart {
    padding: 0.375rem 15px;
    background-color:#1f80c4;
    color: #fff;
    transition: background-color 0.5s;
}

.block-product-btn__add-to-cart:focus-visible {
    background-color: #f6cd46;
    color: #fff;
}

.block-product-btn__add-to-cart:hover {
    background-color: #f6cd46;
    color: #fff;
}

.block-product-btn__add-to-cart:active {
    background-color: #f6cd46;
    color: #fff;
}

.block-product__btn_in-cart {
    background-color: #f6cd46;
}

.cart-block__add-to-favorite {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 36px;
    background: none;
    border: none;
    color: #1f80c4;
    cursor: pointer;
}

.detail-product__add-to-favorite {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 52px;
    height: 52px;
    background: none;
    border: none;
    color: #1f80c4;
    cursor: pointer;
}

.detail-product__add-to-favorite svg {
    width: 25px;
    height: 25px;
}

.block-product__nums {
    display: flex;
    align-items: center;
}

.block-product__nums-minus {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 15px;
    height: 36px;
    background-color: #fff;
    border: 1px solid #1f80c4;
    font-size: 18px;
    line-height: 1;
    color: #1f80c4;
    cursor: pointer;
    transition: background-color 0.5s, color 0.5s;
}

.block-product__nums-minus:focus-visible {
    background-color: #1f80c4;
    color: #fff;
}

.block-product__nums-minus:hover {
    background-color: #1f80c4;
    color: #fff;
}

.block-product__nums-minus:active {
    background-color: #1f80c4;
    color: #fff;
}

.block-product__nums-plus {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 15px;
    height: 36px;
    background-color: #fff;
    border: 1px solid #1f80c4;
    font-size: 18px;
    line-height: 1;
    color: #1f80c4;
    cursor: pointer;
    transition: background-color 0.5s, color 0.5s;
}

.block-product__nums-plus:focus-visible {
    background-color: #1f80c4;
    color: #fff;
}

.block-product__nums-plus:hover {
    background-color: #1f80c4;
    color: #fff;
}

.block-product__nums-plus:active {
    background-color: #1f80c4;
    color: #fff;
}

.block-product__nums-input {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 25px;
    height: 36px;
    background-color: #fff;
    border: none;
    border-top: 1px solid #1f80c4;
    border-bottom: 1px solid #1f80c4;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    color: #1f80c4;
    cursor: pointer;
    transition: background-color 0.5s, color 0.5s;
}

.block-product__nums-input:focus-visible {
    background-color: #fff;
    border: none;
    border-top: 1px solid #1f80c4;
    border-bottom: 1px solid #1f80c4;
    color: #1f80c4;
}

.block-product__nums-input:hover {
    background-color: #fff;
    border: none;
    border-top: 1px solid #1f80c4;
    border-bottom: 1px solid #1f80c4;
    color: #1f80c4;
}

.block-product__nums-input:active {
    background-color: #fff;
    border: none;
    border-top: 1px solid #1f80c4;
    border-bottom: 1px solid #1f80c4;
    color: #1f80c4;
}

.list-product-btns-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pc__img-wrapper {
    position: relative;
}

.catalog-stickers {
    z-index: 500;
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.catalog-sticker {
    height: 20px;
}

.block-product__btn_in-favorites {
    background-color: #1f80c4;
}

.block-product__btn_in-favorites svg path {
    color: #fff;
}

.detail-product__btn_in-favorites {
    background-color: #1f80c4;
}

.detail-product__btn_in-favorites svg path {
    color: #fff;
}

.catalog-section-favorites-sort-row {
    display: flex;
	justify-content: flex-end;
    align-items: center;
	margin-bottom: 20px;
}

.list-nums .block-product__nums-input {
    width: 40px;
}

.search-sections__row {
    overflow: hidden;
    gap: 10px;
}

.search-sections__row-text {
    padding: 5px;
    margin-top: 10px;
    font-size: 0.75rem;
}

.search-sections__row .btn.btn-primary {
    padding: 5px;
}

.mobile-news-header {
    width: 100%;
    text-align: center;
}

@media(max-width: 1500px) {
    .header-desk_type_6 .logo {
        margin-right: 10px;
    }

    .search-sections__row .btn.btn-primary {
        font-size: 0.75rem;
    }

    .main-container {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .catalog-section-h1 {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 1;
    }

    #catalog-section-list {
        flex-wrap: wrap;
    }

    .catalog-section-sort-row {
        justify-content: space-between;
        width: 100%;
    }

    .list-product {
        flex-wrap: wrap;
    }

    .list-product__left {
        width: 100%;
    }

    .list-product__name-wrapper {
        width: 100%;
    }

    .list-product__name {
        font-size: 14px;
    }

    .list-product__prices {
        justify-content: flex-end;
        gap: 20px;
    }

    .list-product__price {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-bottom: 5px;
    }

    .list-product__right {
        width: 100%;
    }

    #collections-tab {
        flex-direction: column;
    }

    #collections-tab .nav-link_underscore {
        padding: 10px 0 0 0;
    }

    #collections-tab .nav-link_underscore:after {
        left: 0;
    }

    .mobile-news-tabs {
        position: relative;
    }

    .mobile-news-all-link {
        position: absolute;
        top: 46px;
        right: 0;
        display: none;
        padding: 5px 10px;
        border: 1px solid #1f80c4;
        font-size: 16px;
        line-height: 1;
        text-decoration: none;
    }

    .mobile-news-all-link_active {
        display: inline-flex;
    }

    .featured-products {
        margin-bottom: 40px;
    }
}

.add-to-cart__text-span {
    display: inline-flex;
}

.add-to-cart__svg-span {
    display: none;
}

.add-to-cart__svg-span svg {
    width: 24px;
    height: auto;
}

.add-to-cart__svg-span svg path {
    stroke: #fff;
}

@media(max-width: 767px) {
    .anim_appear-bottom.position-absolute.cart-block-row {
        bottom: 0.625rem;
        opacity: 1;
        visibility: visible;
    }

    .add-to-cart__text-span {
        display: none;
    }

    .add-to-cart__svg-span {
        display: inline-flex;
    }

    .block-product-btn__add-to-cart {
        padding: 0.375rem 10px;
    }
}