/*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;  }*/
:root {
    --title-font: "Forum", serif;
}

.sticker__item,
.sticker__item--18 {
    --sticker_color: var(--theme-base-color);
}

.text-center {
    text-align: center;
}

body {
    font-family: "Montserrat", serif;
}

body * {
    font-family: "Montserrat", serif;
}

.main .switcher-title,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Forum", serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

.main .switcher-title *,
h1 *,
.h1 *,
h2 *,
.h2 *,
h3 *,
.h3 *,
h4 *,
.h4 *,
h5 *,
.h5 *,
h6 *,
.h6 * {
    font-family: "Forum", serif;
}

.gap--80 {
    --gap: clamp(40px, 3vw, 80px);
}

.index-block .line-block--gap>.sections-list__wrapper.line-block__item {
    width: calc(25% - 10px);
}

.index-block .line-block--gap>.line-block__item .sections-list__item-link {
    padding: 6px 16px 6px 16px;
    max-width: 340px;
}

.sticker__item,
.sticker__item--18 {
    --sticker_color: rgba(209, 209, 215, 0.8);
    ;
    color: #000000;
    font-size: 10px !important;
}

.catalog-block__info-brand a {
    text-decoration: none;
    font-family: var(--title-font);
    text-transform: uppercase;
}

.header__top-part .line-block.line-block--justify-between {
    justify-content: flex-end;
}

.header__top-part .line-block__item.header-menu.header-menu--long {
    margin-right: auto;
}

.header__bottom-part .scroll-header-tags__item svg {
    width: 16px;
    height: 16px;
}

/*button in catalog*/
.btn.btn-custom:not(:hover) {
    border-color: #b8b8b9 !important;
    background-color: #fff;
    color: #000 !important;
}

.btn.btn-custom:hover {
    border-color: #b8b8b9 !important;
    background-color: #e1e1e1;
    color: #000 !important;
}

.drag-block.container .banners-fon-list .card-banner__info-top .lineclamp-3 {
    -webkit-line-clamp: unset;
    -moz-line-clamp: unset;
    overflow: visible;
}


/*QUIZ*/
.wqec-button-def.wqec-blue {
    background-color: var(--theme-base-color);
}

form.wqec-form div.wqec-elements div.wqec-element.wqec-active label span.wqec-name {
    background: #E1E1E1;
}

form.wqec-form div.wqec-elements div.wqec-element.wqec-active label span.wqec-name span.wqec-text {
    color: #000;
}

div.wizard-quest-edition-concept2 div.wizard-quest-edition-concept-inner div.wqec-maincontent div.wqec-quests div.wqec-questname {
    font-family: 'Forum', sans-serif;
    font-size: 1.75rem !important;
    text-transform: uppercase;
}

div.wqec .bold {
    font-family: "Montserrat", serif;
    font-weight: 400;
}

div.wizard-quest-edition-concept2 div.wizard-quest-edition-concept-inner div.wqec-maincontent div.wqec-quests div.wqec-vertical-side-wrap div.wqec-vertical-side div.wqec-vertical-side-inner div.wqec-perc-info span.wqec-per-count,
form.wqec-form div.wqec-elements div.wqec-element label span.wqec-name span.wqec-text {
    color: var(--basic_text_black);
}

div.wizard-quest-edition-concept2 div.wizard-quest-edition-concept-inner div.wqec-maincontent div.wqec-quests div.wqec-vertical-side-wrap div.wqec-vertical-side div.wqec-vertical-side-inner div.weqc-tab-percent div.wqec-tab-per {
    background-color: var(--theme-base-color);
}

@media (min-width: 1200px) {
    .wqec-button-def.wqec-blue:hover {
        background-color: hsl(var(--theme-base-color-hue), var(--theme-base-color-saturation), calc(var(--theme-base-color-lightness) + var(--theme-lightness-hover-diff))) !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    div.wizard-quest-edition-concept2 div.wizard-quest-edition-concept-inner {
        width: 100% !important;
    }
}

div.wizard-quest-edition-concept2 div.wizard-quest-edition-concept-inner {
    width: 100%;
}

form.wqec-form div.wrap-agree span.wqec-text a {
    color: var(--theme-base-color);
    text-decoration: none;
}

div.wqec-modal.wqec-active {
    top: 7%;
}

/*END QUIZ*/
.smartfilter .form-checkbox .bx_filter_param_text::first-letter {
    text-transform: capitalize;
}

.smartfilter .form-checkbox .bx_filter_param_text {
    display: block;
}

header .menu-navigation,
header .menu-navigation__content {
    max-height: unset;
}

header .menu-navigation__content.scrollbar:not(.scroller) {
    overflow: unset;
}

.group_description_block.bottom {
    position: relative;
}

.group_description_block.bottom:not(.is-open) .group-description-inner {
    position: relative;
}

.group_description_block.bottom:not(.is-open) .group-description-inner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 48px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}


.catalog-block__wrapper .catalog-block__info-bottom .buttons .line-block.flexbox--direction-column {
    flex-direction: row;
}

.adult-confirm-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, .72);
    display: flex;
    align-items: center;
    justify-content: center;
}

.adult-confirm-popup__box {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    text-align: center;
}

.adult-confirm-popup__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.adult-confirm-popup__text {
    margin-bottom: 24px;
    line-height: 1.5;
}

.adult-confirm-popup__buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.adult-confirm-popup__buttons button {
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
}

div.image-list.adult img {
    filter: blur(18px);
}

.basket-dropdown .item_image.adult img,
span.adult img {
    filter: blur(8px);
}

.catalog-block__inner .img_block,
.catalog-table__inner .img_block,
.catalog-list__inner .img_block {
    position: relative;
    overflow: hidden;
}

.catalog-block__inner .adult-list-eye,
.catalog-table__inner .adult-list-eye,
.catalog-list__inner .adult-list-eye {
    position: absolute;
    transform: translateX(-50%);
    top: 40%;
    left: 50%;
    z-index: 40;
    transition: opacity .3s ease;
}

.catalog-table__inner .adult-list-eye {
    top: 14%;
}

.adult-list-confirmed {
    display: none;
    opacity: 0;
}

.image-list.adult .btn-fast-view,
.image-list.adult .side-icons {
    display: none;
}
.form .subscribe-form .licence_block {
    position: relative;
    bottom: auto;
    z-index: 1;
    opacity: 1;

}
.item-action-static-fill-svg .ocb_custom .item-action__wrapper path{
    fill: #000;
}
.grecaptcha-badge {
    display: none !important;
}
.dropdown-menu-wrapper.header-menu__dropdown-menu .dropdown-menu-inner
{
    min-height: unset;
}

body.theme-dark .chip--grey-border
{
    border-color: #b8b8b9 !important;
}

.footer__developer a {
    display: flex;
    gap: 7px;
    align-items: center;
}
#main .left_block .sticky-block.sticky-block--show-N:has(.bx_filter_vertical) {
    position: sticky;
}
