.partner-block,
.news-bloc,
.telegram-block{
  display: none !important;
}
.min-max > p:not(:first-child) {
    display: none !important;
}
.socials__btn:not([href*="t.me"]) {
    display: none;
}
.wrapper ul li:nth-child(2) {
    display: none !important;
}
/* Скрываем Trustpilot блок */
header .registration{
    display: none !important;
}
.trustpilot {
    display: none;
}
.wrapper-mobile-left2{
    width: 0px !important;
}
.register-btn{
    display: none !important;
}
/* Скрываем WOT badge */
#wot-badge0 {
    display: none !important;
    opacity: 0 !important;
    height: 0px !important;
    width: 0px !important;
    visibility: hidden !important;
}
@media screen and (max-width: 19999px) {
    #wot-badge0 {
        display: none !important;
        opacity: 0 !important;
        height: 0px !important;
        width: 0px !important;
        visibility: hidden !important;
    }
}
@media screen and (max-width: 500px) {
    .other span{
        max-width: 250px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }
    .form-v2--input-order-form-btn .btn-submit-order{
        width: 100% !important;
    }
    .payment-data_content_header p {
        line-height: 1.5 !important;
    }
}
@media screen and (max-width: 1024px) {
    .dropdown__item{
        font-size: 18px !important;
    }

    .footer__content{
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center;
    }
    .footer__right{
        text-align: right !important;
    }
    .socials__btn::after {
        content: 'Поддержка Telegram' !important;
        position: absolute;
        bottom: -30px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        font-size: 14px !important;
        white-space: nowrap !important;
        color: white !important; /* или любой другой цвет текста */
    }
}
.socials__btn {
    position: relative;
    padding: 10px !important;
}

.socials__btn::after {
    content: 'Поддержка Telegram';
    position: absolute;
    bottom: 12px;
    left: 60px;

    font-size: 14px;
    white-space: nowrap;
    color: white; /* или любой другой цвет текста */
}

/* Если нужно добавить отступ для контейнера кнопок */
.socials {
    margin-bottom: 25px;
}

/* Скрываем заголовок "Ми в соціальних мережах" */
.socials__title {
    display: none;
}
.specification-top-item,
.right-block {
  display: none !important;
}
.header-wrapper .left-block{
    gap: 0px !important;
}
.faq-main-wrap a{
    display: none !important;
}
.reviews-bloc-date{
    display: none !important;
}
.menu li:nth-child(2) {
    display: none !important;
}
.dropdown__menu a:nth-child(2), .dropdown__menu a:nth-child(3){
    display: none !important;
}
.dropdown_fullwidth{
    border: none !important;
}
.dropdown__btn.dropdown__btn_hovered{
    display: none !important;
}

#bwc-wrap{
    display: none !important;
}
.form-order-time-left, .payment-data_date, .order-footer-block, .payment-data_header, .banner-money {
    display: none !important;
}

.container-1, .left-block{
    justify-content: center !important;
}
.join-buttonWrapper{
    display: none !important;
}

.header .logo img{
    width: 130px !important;
}


.notification-box.medium, .form-v2-currencySelector-choice{
    display: none !important;
}

.form-v2-currencySelector__tokens{
    border-top: none;
}
.dataInput--inputs div:nth-child(2) img{
    display: none !important;
}
.dropdown__menu{
    flex-direction: column !important;
}
.footer__right{
    text-align: right !important;
}

@media screen and (max-width: 1024px) {
    .registration{
        display: none !important;
    }
    .footer__content{
        flex-direction: row-reverse !important;
    }
    .footer__right{
        text-align: left !important;
    }

}

.faq-top{
    display: none !important;
}

.form--submitBlock__rates > div > p:last-child{
    display: none !important;
}

.give .min-max {
    display: none !important;
}

.form-v2--input .currency--selector__active svg{
    z-index: 10000 !important;
}