.programs-filter button.programs-filter-active {
    background: green;
    color: white;
}

._select-open-stable .select__value:after {
    transform: none !important;
}

.select__options--hidden {
    display: none !important;
}

.form-input-error {
    color: crimson;
    font-size: 0.8rem;
}

a:where(:not(.wp-element-button)) {
    text-decoration: none;
}

/* COLORS */

.bg-moss {
    background-color: #00504F !important;
    color: white !important
}

.bg-cyan {
    background-color: #5EA9F5 !important;
    color: white !important
}

.dream__video-player iframe {
    pointer-events: none;
}

.catalog-main__locked.catalog-main__locked--active {
    background-color: rgba(var(--color-blck--rgb), .7);
}

form .form-input-message__red {
    color: var(--color-red-accent) !important;
}

form .form-input-message__green {
    color: var(--color-secondary) !important;
}

form .form-input-message {
    display: none;
}

.ask__form--result {
    padding: 5rem;
    text-align: center;
}

.ask__form--result-error .ask__form-title {
    color: var(--color-red-accent);
}

.tb-modal {
    z-index: 1101 !important;
}

.pwat-hero--full .pwat-hero__main {
    height: 100vh;
    border-radius: 0;
}

.remote .remote__btn {
    white-space: normal;
}

.form-control-none {
    width: 100%;
    display: block;
    font-size: 1rem;
    line-height: 1.25;
    padding: 0.875rem 1.5rem;
    border-radius: 100px;
    background-color: var(--color-gray);
    color: var(--color-black);
    border: none;
    outline: none;
    /* -webkit-user-select: none; */
    user-select: none;
}

.breadcrumbs__list {
    align-items: start;
}

.breadcrumbs__item.breadcrumbs__item-marker:after {
    content: "";
    --size: 4px;
    width: var(--size);
    height: var(--size);
    background-color: currentColor;
    border-radius: 50%;
}

.breadcrumbs__item:not(.breadcrumbs__item-marker):hover {
    text-decoration: none;
    color: rgba(var(--color-blck--rgb), .5);
}

.iti__country-container {
    height: 3rem;
}

.popup-materials__content {
    padding: 2rem;
}

.popup-materials .popup__close {
    width: 32px;
    height: 32px;
}

.popup-materials__desc {
    display: flex;
    justify-content: center;
}

.popup-materials__desc ul {
    text-align: left;
}

.banner__spoiler .banner__text {
    overflow-wrap: break-word;
}

.popup__content.popup__content--wide {
    max-width: 1200px;
}

.news__item.swiper-slide:hover .news__item-title {
    color: inherit;
}

a.news__item.swiper-slide:hover .news__item-title {
    color: var(--color-secondary);
}

.catalog .catalog-card__title {
    overflow-wrap: anywhere;
}

@media only screen and (min-width: 767.98px) {
    .catalog .filters__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .popup-materials__content {
        padding: 1.5rem;
    }

    .popup-materials .popup__close {
        width: 48px;
        height: 48px;
    }

    .breadcrumbs__list {
        align-items: center;
    }

    .iti__country-container {
        height: 4rem;
    }

    .form-control-none {
        padding: 1.375rem 2rem;
    }

    .form-control-none::placeholder {
        font-size: 1rem
    }

    .iec-w-70 {
        width: 70%;
    }

    .requirements__main-full {
        min-height: 420px;
    }
}

@media only screen and (min-width: 1365.98px) {
    .catalog .filters__list {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

.discount__list--single {
    display: block;
}

.offices__list-col>*:last-child {
    padding-bottom: 0;
}

.offices__list--single {
    grid-template-columns: auto;
}

.offices__list--single>*:nth-child(n+2) {
    display: none;
}

.offices__list--double {
    grid-template-columns: auto auto;
}

.offices__list--double>*:nth-child(n+3) {
    display: none;
}

.offices__list--tripple {
    grid-template-columns: auto auto auto;
}

.offices__list--tripple>*:nth-child(n+4) {
    display: none;
}

.filter-item__range-output-text {
    margin-right: 5px;
}

.popup__inner section {
    padding: 2rem 0;
}

.page-mini .section:nth-child(2) {
    padding: 0 !important;
}

@media only screen and (min-width: 1025px) {
    .necessity__reasons-item::before {
        margin-top: -8px;
    }

    .necessity__reasons-item::after {
        top: -8px;
    }
}

@media only screen and (max-width: 1023px) {
    .necessity__reasons-list {
        gap: 24px;
    }
}

.program-hero__title.h1 {
    word-wrap: break-word;
}

.ct-rate-this__stars--blocked,
.ct-rate-this__stars--blocked * {
    pointer-events: none;
}

.d-none {
    display: none !important;
}

#popup-video .popup-photo__frame > div > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.participation__program {
    height: unset;
    min-height: 16.25rem;
}
.participation__program p {
    padding-bottom: 10px;
}
@media only screen and (min-width: 1119.98px) {
    .participation__program {
        height: unset;
        min-height: 21.25rem;
    }
}
.participation__program-desc {
    max-width: unset;
}

.payment__show-more-btn {
    width: fit-content;
}
.payment__desc.hidden {
    display: none;
}

.agreement-iframe .payment__content {
    max-width: unset;
}
.agreement-iframe .payment__title {
    max-width: unset;
}

.payment__types {
    justify-content: center;
}

.schedule__item-body--text a {
    color: var(--color-primary);
    text-decoration: underline;
}
