.form-result__title{
    font-size: 16px;
    font-weight: 500;
    line-height: 20.24px;
    text-align: center;
    margin-bottom: 8px;
}
.form-result__text{
    font-family: Stapel;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.71px;
    text-align: center;
    margin-bottom: 16px;
}

.del-profile{
    margin-left: 5px;
    cursor: pointer;
}
.del-profile svg{
    transform: translateY(8px);
}
.del-profile path {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    fill: var(--FF-D-Grey);
}
.profile-block-btn{
    margin-top: 16px;
    display: flex;
    justify-content: space-around;
}

#reviews{

}

.show-more-content {
    display: none;
}


.show-more-btn-filter {
    position: relative;
    color: #000;
    font-size: 12px;
    position: relative;
    cursor: pointer;
    transition: all .2s;
    letter-spacing: 0.5px;

}
.show-more-btn-filter-sep {
    display: block;
    width: 100%;
}
.show-more-btn-filter svg
{

    transform: translateY(7px);
}
.show-more-btn-filter.active svg {
    transform: rotate(-180deg) translateY(-8px);

}
.filter-list
{
    overflow: auto;
    max-height: 228px;
    padding-right: 5px;
}

.new-years-banner{
    background-image: url('../img/snowflakes.svg');
    background-color: #F5333F;
    padding: 0 10px;
}
.new-years-banner__block{
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: flex;
    position: relative;

}
.new-years-banner__text{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: white;
    padding: 11px 0;
    max-width: 900px;
    width: 100%;
}
.new-years-banner__close{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: calc(50% - 9px);
}
.new-years-banner__icon{
    margin-left: 30px;
}

.reviews .content__reviews__item__answer{
    border-radius: .4rem;
    background: #F7F8FA;
}
.reviews .answer__wrapper.not-itmes .answer__title{
    font-family: Stapel;
    color: rgb(23, 23, 23);
    font-size: 21px;
    font-weight: 500;
}
.reviews .answer__body{
    font-weight: 400;
    font-size: 16px;
    color: rgb(23, 23, 23);
}
.review_add__product .product__name p{
    font-family: Stapel;
}
.reviews textarea.input-text-reviews{
    font-family: Stapel;
}
.tooltip:hover .tooltip__content{
    z-index: 1000000000;
}
/*
#F7F8FA
*/
.reviews .answer__body{
    font-family: Stapel;
}


@media (max-width: 1040px){
    .new-years-banner__block{
        padding: 7px 30px;
    }
    .new-years-banner__icon{
        display: none;
    }
    .new-years-banner__text{
        padding-right: 40px;
    }
    .new-years-banner__close{
        right: 30px;
    }
}
@media (max-width: 768px){
    .new-years-banner{
        background-position: -624px 226px;
        background-size: 600%;
    }
}
.basket-btn-desc a{
    text-decoration: underline;
}