/** КАТАЛОГ ОБЩИЕ - начало */
.main-wrapper main.content{
    overflow: visible;
}
.product .p-s:hover:after {
    bottom: -4px;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    border-color: rgba(49, 53, 65, 0);
    border-bottom-color: #313541;
    border-width: 4px;
    margin-left: -2px;
}
.btn-load-next-page{
    display: block;
    margin: 0 auto;
    line-height: 40px;
    border: 1px solid #A0BFF8;
    border-radius: 80px;
    font-weight: 500;
    font-size: 14px;
    color: #276EF1;
    max-width: 178px;
    padding-left: 48px;
    position: relative;
    text-transform: uppercase;
    text-align: left;
    cursor: pointer;
    margin-bottom: 53px;
}
.btn-load-next-page:before{
    content: ' ';
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/public/img/catalog/pagen-show-more.svg);
    background-repeat: no-repeat;
    background-position: center center;
    left: 16px;
    top: Calc(50% - 12px);
}
/** КАТАЛОГ ОБЩИЕ - конец */




/** HALLOWEEN EVENT BLOCK */

.halloBlock.active.finish .halloBlock__banner {
    display: none;
}
.halloBlock.notice .halloBlock__notice {
    display: block;
}
.halloBlock__img {
    position: fixed;
    z-index: 99;
    right: 31px;
    top: calc(50% - 95px);
    cursor: pointer;
}
.halloBlock__img img {
    pointer-events: none;
}
.halloBlock.active .halloBlock__img {
    display: none;
}
.halloBlock__banner {
    display: none;
    width: 430px;
    max-width: 100%;
    height: 189px;
    border-radius: 8px 0px 0px 8px;
    position: fixed;
    z-index: 999;
    right: 0px;
    top: calc(50% - 255px);
    padding: 22px 48px 22px 0;
    align-items: center;
    flex-grow: 1;
}
.halloBlock.active .halloBlock__banner {
    display: flex;
}
.halloBlock.type_1 .halloBlock__banner {
    background: url('/local/templates/public/img/halloween/1bg.svg') #FECDCA;
    box-shadow: 0px 4px 24px -4px #D92D20;
}
.halloBlock.type_2 .halloBlock__banner {
    background: url('/local/templates/public/img/halloween/2bg.svg') #EAECF5;
    box-shadow: 0px 4px 24px -4px #717BBC;
}
.halloBlock.type_3 .halloBlock__banner {
    background: url('/local/templates/public/img/halloween/3bg.svg') #FEC84B;
    box-shadow: 0px 4px 24px -4px #FDB022;
}
.halloBlock.block9 .halloBlock__banner {
    background: url('/local/templates/public/img/halloween/Defaultbg.svg') #F5FAFF !important;
    box-shadow: 0px 4px 24px -4px #1570EF !important;
}
.halloBlock.type_1 .halloBlock__banner .closeBtn::before {
    color: #F97066;
}
.halloBlock.type_2 .halloBlock__banner .closeBtn::before {
    color: #C8CCE5;
}
.halloBlock.type_3 .halloBlock__banner .closeBtn::before {
    color: #F97066;
}
.halloBlock.block9 .halloBlock__banner .closeBtn::before {
    color: #717BBC !important;
}
.halloBlock__banner .closeBtn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.halloBlock__banner .closeBtn::before {
    display: inline-block;
    font-family: 'nir-icons';
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: color 100ms;
    content: '\e96a';
    font-size: 9px;
    font-weight: 700;
    color: #717BBC;
}
.halloBlock__banner-img {
    width: 144px;
    margin-right: 4px;
}
.halloBlock__banner-img img {
    max-width: 100%;
    pointer-events: none;
}
.halloBlock__banner-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #42307D;
    margin-bottom: 12px;
}
.halloBlock__banner-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #344054;
}
.halloBlock__banner-link {
    margin-top: 20px;
    margin-left: -12px;
    width: 214px;
    height: 32px;
    display: none;
    justify-content: center;
    align-items: center;
    background: #1570EF;
    border-radius: 80px;
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    color: #EFF3FE;
}
.halloBlock__banner-link:hover,
.halloBlock__banner-link:focus {
    background: #175CD3;
    color: #EAECF5;
}
.halloBlock.block9 .halloBlock__banner-link {
    display: flex;
}
.halloBlock__notice {
    position: fixed;
    right: 0;
    top: calc(50% - 255px);
    display: none;
    width: 48px;
    height: 189px;
    background: url('/local/templates/public/img/halloween/notice.svg') center center no-repeat #F5FAFF;
    box-shadow: 0px 4px 24px -4px #1570EF;
    border-radius: 8px 0px 0px 8px;
    cursor: pointer;
    z-index: 999;
}

@media (max-width: 767px) {
    .halloBlock__banner {
        padding: 22px 45px 22px 0;
    }
    .halloBlock__banner-img {
        width: 122px;
    }
    .halloBlock__banner-text span {
        display: block;
        font-size: 12px;
        margin-top: 5px;
        line-height: 1;
    }
    .halloBlock__banner-title {
        font-size: 16px;
    }
    .halloBlock__banner-text {
        font-size: 14px;
    }
    .halloBlock__notice {
        top: calc(50% - 90px);
    }
    .halloBlock__banner {
        top: calc(50% - 90px);
    }
}

/** HALLOWEEN EVENT BLOCK - END */