/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */
/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }
/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
/* Hide Recaptcha */
.grecaptcha-badge { visibility: hidden; }
/* fix search */
.search .dropdown-select.searchtype .dropdown-select__title > span{width:70px;}
.search .dropdown-select.searchtype {width: 70px;}
/*fix footer */
.footer__bottom-part > .maxwidth-theme {padding-left: 0; padding-right: 0;}
.footer__bottom-part-items-wrapper {width: 100%;}
.footer__bottom-part-items-wrapper  > .footer__part-item:first-of-type { order: 3; min-width: 100%; }
.footer__bottom-part-items-wrapper  > .footer__part-item  > .footer__copy {font-size: 12px; }
.footer__part-item .footer__license, .footer__part-item .footer__offer { white-space: nowrap; } 
/* Delivery &amp; Payments */
.dp__block { display: flex; flex-direction: column; gap: 20px; margin-bottom: 2rem; }
.dp__block-title { display: flex; items-align: flex-start; gap: 20px; }
@media  (max-width: 768px) {

    .dp__block-title { gap: 10px; flex-wrap: wrap;}
    .dp__block-title h2 {margin: 0;}
}
.dp__block-title  > span,
.dp__block-title  > div {
    background-color: var(--darkgrey_bg_black);
    border-radius: var(--border-radius);
    color: var(--white_text_black);
    padding: 6px 8px;
    height: fit-content;
    line-height: 1;
}
/* fix mobile header */
.mobileheader__item--right-icons .line-block__item[data-ajax-load-block='HEADER_MOBILE_TOGGLE_CART'] {display: none; }
/* Europost */
.awz-ep-bln-wrap {
margin-top: 24px;
background: #f8f8f8;
    padding: 12px;
    border-radius: 12px;
}
.awz-ep-bln-wrap  > div:first-of-type { font-size: 16px; line-height: 1.3;}
.awz-ep-bln-wrap  > div:last-of-type { font-size: 12px; line-height: 1.3;}
.btn.btn-delivery-pvz {width: 100%; margin-top: 24px;}
.awz-ep-modal-header {display: none;}
.awz-ep-modal-content-wrap {
    border-radius: 16px;
    overflow: hidden;
}
.awz-ep-select-pvz {
background-color: var(--theme-base-color);
    border-color: var(--theme-base-color);
    text-decoration: none;
    margin: 0px;
    border: 1px solid;
    border-radius: 8px;
    border-radius: var(--border-radius);
    overflow: hidden;
}
.awz-ep-select-pvz:hover {
    background: var(--theme-more-color);
    border-color: var(--theme-more-color);
}
@media (max-width: 600px) {
    body > .body:not(.index) > .main {
        overflow-x: hidden;
    }
    body > .body:not(.index) > .main .content > div {
        max-width: 100%;
    }
    table.colored_table {
        display: block;
        overflow-x: auto;
    }
}
@media (max-width: 991px) {
    .bottom-icons-panel_y .footer {
        padding-bottom: 32px;
    }
}
.footer__payyments { 
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    justify-content: flex-start;
    row-gap: 12px;
}
.footer__payyments  > svg {
    filter: grayscale(100%);
    transition: all 0.3s;
    opacity: 0.5;
    max-height: 26px;
    margin: 0 8px 0;
}
.footer__payyments  > svg:hover {
    opacity: 1;
    filter: grayscale(0%);
}
.buy_block-marketplace {
padding-top: 12px;
}
.btn-wb {
    background: linear-gradient(102.42deg,#da15b8 59.69%,#8d06cc);
    border-color: transparent;
    color: #fff;
}
.btn-ozon {
background-color: #005bff;
 border-color: #005bff;
   color: #fff;
}

blockquote {
    color: #222;
    color: var(--white_text_black);
    position: relative;
    padding: 0px 20px 0px 32px;
    border: none;
    font-weight: normal;
    font-size: 1em;
    line-height: calc(1em + 10px);
    margin: 32px 0px;
}


@media  (max-width: 991px) {
    .b24-widget-button-inner-container {
        display: none !important;
    }
    .header__search .search-wrapper {
        padding: 0 10px 0 3px;
    }
}

.mobileheader .phones__dropdown .dropdown {
    padding: 17px 10px 17px;
}

.form.popup .form-send.bordered {
    border-width: 0px;
}

.form.popup .form-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.form.popup .form-footer > div,
.form.popup .form-footer .btn {
    width: 100%;
}

.mobile-chat {
    display: flex; 
    align-items: center;
}

.banner.CROP.TOP_HEADER {
        border-bottom: 1px solid #efefef;
}