@import url("block/popup.css");
@import url("block/cookies.css");
.webp .page--home .wrapper {
    background-image: none;
    background: #BF1CF5 ;
    background: linear-gradient(180deg,rgba(191, 28, 245, 1) 0%, rgba(6, 33, 149, 1) 6%, rgba(8, 29, 107, 1) 13%, rgba(144, 30, 221, 1) 30%, rgba(4, 28, 103, 1) 55%, rgba(144, 30, 221, 1) 70%, rgba(4, 28, 103, 1) 100%);
}

html {
    scrollbar-color: #ffffff #000000;
}
.contacts__item-telegram {
    vertical-align: middle;
    padding-right: 10px;
    padding-bottom: 3px;
}

.contacts__item-telegram svg {
    width: 26px;
    height: 26px;
}

.price__bottom {
    margin-top: 2.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.75rem
}

@media (max-width: 61.9988em) {
    .price__bottom {
        margin-top: 1.875rem;
    }
}

@media (max-width: 47.9988em) {
    .price__bottom {
        margin-top: 1.25rem;
        gap: 1.25rem;
    }
}

.callbackfoot__form-answer-black {
    margin-top: 20px;
}

.events__item-info p {
    padding-top: 10px;
    line-height: 23px;
}