.smartbanner {
    z-index: 999;
}

.smartbanner__info__title, .smartbanner__info__author, .smartbanner__info__price {
    font-size: 10px !important;
}

.smartbanner__button {
    font-size: 12px;
    color: #c8180f;
}

#bx-soa-order-form div[data-property-id-row="34"] {
    width: 100% !important
}

#bx-soa-order-form div[data-property-id-row="34"] .soa-property-container {
    background: var(--darkerblack_bg_black);
    border: 1px solid #ececec var(--stroke_black);
    border-radius: 3px;
    box-shadow: none;
    color: var(--white_text_black);
    font-size: 14px;
    outline: 0;
    height: 100px;
    position: relative
}

#bx-soa-order-form div[data-property-id-row="34"] input[type=file] {
    visibility: visible !important;
    background: var(--darkerblack_bg_black);
    color: var(--white_text_black);
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px
}

#bx-soa-order-form div[data-property-id-row="34"] input[type=button], .price_name.muted {
    display: none
}

#bx-soa-order-form div[data-property-id-row="34"] input[type=file]::file-selector-button {
    background: 0 0;
    border: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: transparent
}

.section_item .image .thumb span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background: center no-repeat
}

.section-block .section_item .image .thumb span {
    background-size: contain;
}

.price_group.min, .with_matrix:has(+.strike_block) {
    color: #c8180f
}

.section-slider .banner.item span {
    height: 750px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important
}

.orders_wrapper .sale-order-list-button, .sale-order-detail .sale-order-detail-payment-options-methods-button-element, a[href^='/order/payment/'] {
    display: none !important;
}

.grecaptcha-badge {
    visibility: hidden
}

.application__title{
    margin-top: 10px;
}

footer .application__icons .svg {
    position: relative;
    top: 0;
}

.application__icons {
    margin: 4px 0;
    border-radius: 3px;
    opacity: 0.5;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    min-width: 250px;
}

.application__icons:hover {
    color: #999999;
    background-color: #fff;
}
.application__icons:hover .svg{
    opacity: 1;
}
.application__icons:hover .svg path {
    fill: var(--d1b_dark_light)!important;
}

.application__icons svg {
    margin-right: 10px;
}

@media (min-width: 992px) {
    .wrapper1.with_left_block .catalog_section_list .col-lg-20 {
        width: 20%
    }
}

@media only screen and (max-width: 550px) {
    .section_item .image .thumb span {
        height: 150px
    }

    .section-slider .banner.item span {
        height: 450px
    }
}

@media only screen and (max-width: 400px) {
    .section_item .image .thumb span {
        height: 100px
    }
}