/* .dp-product {
	background: #fafafa !important;
	padding: 25px;
    border-radius: 15px !important;
}

.dp-product__header {
	text-align: center;
} */

/* .catalog-columns {
    height: 392px;
} */

/*proffiweb*/
.product-add-to-cart__price-not-authorized {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 100%;
}
.product-add-to-cart__price-club-wrapper {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.product-add-to-cart__price-ob-text {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
}
.product-add-to-cart__price-club-text {
    color: #2897dd;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    display: block;
}
.product-add-to-cart__price-not-authorized .product-add-to-cart__price-club-inner, .product-compact__price-club-inner {
    display: initial;
    gap: 4px;
    background: none;
    border-radius: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    white-space: nowrap;
    width: fit-content;
}
.product-add-to-cart__price-not-authorized .product-add-to-cart__price-club {
    color: #2897dd;
}
.product-add-to-cart__price-club-wrapper {
    display: initial;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: right;
}

/*proffiweb end*/

._orientationRight_b6f3 .button_f1de {
    margin-bottom: 90px !important;
}

.info-panel__container svg {
    fill: white;
}

.product-cart-form__block .button {
    width: 100%;
}
.icon-box__content .link-box__link {
    line-height: 1.3;
}

.home-block .category-thumb {
    background-color: #ebf8ff;
    border: 1px solid #17b3e221;
}

@media (max-width: 1023px) {
    .banner__background-image {
        max-height: 700px;
        margin: 0 auto;
    }
}

.about-partner__logo_04 {
    background-image: url('/wa-data/public/site/img/client__logo_04.png');
}

.about-partner__logo_05 {
    background-image: url('/wa-data/public/site/img/client__logo_05.png');
}

.about-partner__logo_06 {
    background-image: url('/wa-data/public/site/img/client__logo_06.png');
}

.about-partner__logo_07 {
    background-image: url('/wa-data/public/site/img/client__logo_07.png');
}

.about-partner__logo_08 {
    background-image: url('/wa-data/public/site/img/client__logo_08.png');
}

.about-partner__logo_09 {
    background-image: url('/wa-data/public/site/img/client__logo_09.png');
}

.about-partner_client {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.about-partner__description {
    flex: 3;
}

.about-partner__logo {
    height: 100px;
    width: 150px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 600px) {
    .about-partner_client {
        flex-direction: column;
    }
    .about-partner__description {
        text-align: center;
    }
}

.dp-page__warning {
    padding: 10px;
    color: #fb7b20;
    border: 1px solid #fb7b20;
    border-radius: 15px;
}

.buy1click2-button_click {
    border-radius: 15px !important;
    padding: 10px 0px !important;
}
