#error_donate {
    margin-top: 5px;
    font-size: 12px;
    line-height: 22px;
    color: #761c19;
}
._active_amount {
    border-color: #588400;
    color: #588400;
}

/*.vjs-poster {*/
/*    background-size: cover !important;*/
/*}*/

.theme__content__item:hover {
    color: #588400;
}
.theme:hover::after {
    content: '';
}

.lds-roller {
    margin: 0 auto;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #588400;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.article__content img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.news-poll__item a:hover {
    color: #588400;
}
/*.main-panel .articles .banner-block {*/
/*    margin-top: 48px;*/
/*}*/

/*.banner-block {*/
/*    display: block;*/
/*    text-align: center;*/
/*    margin: 0 auto;*/
/*}*/

#banner-17,
#banner-18 {
    margin-top: 0;
}

/* Основной контейнер переключателя */
.toggle-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 10px;
}

/* Стили для текста "Один раз" и "Щомісячно" */
.toggle-label {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

/* Скрываем стандартный чекбокс */
.toggle-switch input {
    display: none;
}

/* Контейнер слайдера */
.slider {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    background-color: #ccc;
    border-radius: 24px;
    transition: background-color 0.3s;
    cursor: pointer;
}

/* Круглая кнопка внутри переключателя */
.slider::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s;
}

/* Активное состояние переключателя */
input:checked + .slider {
    background-color: #1a1a1a;
}

/* Перемещение кнопки в активном состоянии */
input:checked + .slider::before {
    transform: translateX(26px);
}

.payment-logos {
    display: flex;
    justify-content: center;
    align-items: center;
}


.payment-logo-plata-by-mono img {
    width: 80%;
    margin-bottom: 5px;
    margin-left: 10%;
    margin-right: 10%;
}

.payment-logos-second {
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-logos-second img {
    width: 90%;
}

.form-group subscription-email {
    margin-top: 5px;
}

.thank-you-page {
    text-align: center;
    padding: 50px 20px;
}

.thank-you-container {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 40px;
    max-width: 600px;
    margin: auto;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.thank-you-actions {
    margin-top: 20px;
}

.thank-you-actions .btn {
    margin: 5px;
}

.payment-buttons-header {
    margin-left: 30px;
}    
@media (max-width: 767px) {
    .payment-buttons-header-hide-mobile {
        display: none;
    }
}    
