html {
  scroll-behavior: smooth;
}
.text-black{
    color:#1b1b1b!important;
}
.mb-5 {
    margin-bottom: 5em !important;
}
img.header-middle-bar__logo {
    max-width: 170px;
}
.photos .adress {
    margin-bottom: 10px;
}
.text-color {
    border-bottom: 1px dashed;
    border-color: var(--primary-color-alpha-5);
}
.page_searchpro .searchpro__field-container {
    border: 1px solid #ff5f0080;
}
.page_searchpro .searchpro__field {
    color: var(--dark-color-alpha-5);
}
.link-box_style_light .link-box__icon {
    color: var(--lt-color-gray-600);
}
.add-to-cart:hover:not(:disabled) {
    background-color: rgb(40 40 41);
}
.footer__content {
    padding: 30px 0 60px;
}
.slide__text {
    top: 5%;
    gap: 5px;
}
span.slide__body-text {
    line-height: 1.35;
}
ul.header-bottom-bar-links.header-bottom-bar-links_alt.header-bottom-bar-links_transparent.hide-links-menu.hide-links-menu_inited {
    display: flex;
    justify-content: space-evenly;
    gap: unset;
}

/* === почему мы === */
.promo-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin: 40px 0;
}
section.blocks__item.blocks__item_home.blocks__item-description .home-block.home-block_size_l {
    background: #fafafa;
    padding-top: 60px;
}


.promo-item {
    position: relative;
    background: #fff;
    border-radius: var(--inputs-buttons-border-radius);
    border: 1px solid #f2f2f2;
    padding: 32px;
    min-height: 300px;
    overflow: hidden;
    transition: all .1s linear;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.promo-item:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
}

.promo-orange {
    background: #e6552e;
    color: #fff;
}

.content-decorator .promo-subtitle {
    font-size: 15px;
    opacity: .75;
    margin-bottom: 8px;
}

.content-decorator .promo-title {
    font-size: 28px;
    margin-bottom: 12px;
    line-height: 1.2;
}

.content-decorator .promo-text {
    font-size: 16px;
    line-height: 1.45;
    max-width: 70%;
    margin-bottom: 20px;
}

.promo-orange .promo-subtitle,
.promo-orange .promo-title,
.promo-orange .promo-text {
    color: #fff;
}

.promo-btn {
    display: inline-block;
    background: var(--add_to_cart_button_color);
    color: #fff !important;
    padding: 10px 22px;
    border-radius: var(--inputs-buttons-border-radius);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    width: fit-content;
    transition: all .1s linear!important;
}
.promo-btn:hover {
    background-color: rgb(40 40 41);
}
a.button.button_style_inverse.button_size_l {
    width: fit-content;
}

a.button.button_style_inverse_white.button_size_l {
    background: #fff;
    border: 1px solid #fff;
    width: fit-content;
    color: var(--link-color);
}
a.button.button_style_inverse_white.button_size_l:hover {
    color: rgb(40 40 41);
}
.promo-link {
    display: inline-block;
    margin-top: 12px;
    font-weight: 600;
    text-decoration: none;
    color: inherit;
}

.promo-bg {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 180px;
    height: 180px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    pointer-events: none;
}

.bg-44fz {
    background-image: url(/wa-data/public/site/data/djimos.ru/44fz.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: right center;
    transform: rotate(15deg);
}

.bg-lowprice {
    background-image: url(/wa-data/public/site/data/djimos.ru/lowp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right center;
}

.bg-pay {
    background-image: url(/wa-data/public/shop/themes/prestige/img/pay.png);
    background-size: 115%;
    background-repeat: no-repeat;
    background-position: right center;
}



/* === наш магазин фото === */
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
    padding: 0;
    list-style: none;
}
.photos-item {
    width: 25%;
    padding: 12px;
    border-radius: var(--inputs-buttons-border-radius);
    overflow: hidden;
}
.photos-item img{
    border-radius: var(--inputs-buttons-border-radius);
    overflow: hidden;
}



/* === стр товара === */
a.button.button_style_transparent_gray {
    width: 100%;
}
input.storequickorder-button {
    width: 100%;
    margin-top: 15px;
    background: transparent;
    color: var(--add_to_cart_button_color);
    border: 1px solid;
    padding: 10px;
}
input.storequickorder-button:hover {
    background: rgb(40 40 41);
    color: #fff;
    border:1px solid rgb(40 40 41);
}


.up-button {
    bottom: 150px;
}


/* === купить в 1 клик === */
.storequickorder-window-product_info {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#storequickorder input[type="text"] {
    border-radius: 20px;
    width: 100%;
    padding: 10px 5px;
}
#storequickorder input.submit-button {
    border-radius: 30px;
    width: 100%;
    padding: 15px 5px!important;
}
#storequickorder .icon16.close {
    margin-top: -20px;
    margin-right: -20px;
}


/* === mediaqu === */
@media (max-width: 600px) {

    .promo-item {
        min-height: auto;
        padding: 34px 24px;
    }

    .promo-title {
        font-size: 22px;
    }

    .promo-text {
        max-width: 100%;
    }

    .promo-bg {
        width: 120px;
        height: 120px;
        opacity: 0.75;
    }
}

@media (max-width: 900px) {
a.r-header-contacts__navigator.button.button_size_xs.button_style_light.button_fill {
    padding: 10px;
}
.promo-block{
    margin-bottom: 0;
    grid-template-columns: 1fr;
}
.promo-btn {
    margin: 20px 0 0;
}
a.button.button_style_inverse_white.button_size_l {
    margin-top: 20px;
}
a.button.button_style_inverse.button_size_l {
    margin-top: 20px;
}
.photos .adress {
    margin-bottom: 15px;
}
.photos-item {
    width: 50%;
}
.r-footer__messengers-item a.button.button_style_inverse.button_size_l {
    width: 100%;
}
    
}
