.swiper-slide {
    height: auto;
}

.news__grid-catalog {
    grid-gap: 30px;
}

.info__date {
    font-size: 1.8rem;
}

.dropdown-block {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    background: transparent;
}
.dropdown-block .container {
    background-color: var(--white);
    border-bottom: 1px solid #D7DCE2;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding-top: 2rem;
    margin-top: 1.6rem;
}
.dropdown-block .tags-list {
    padding: 0 3rem;
}

.items__dropdown-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
}

.items__dropdown .education__list {
    box-shadow: none;
    justify-content: left;
    flex-flow: column;
    padding: 0;
}

.items__dropdown .education__list-item {
    margin: 15px 0;
}

.items__dropdown .education__list .link-big {
    justify-content: center;
    width: 100%;
}

.items__dropdown-item {
    padding: 0 3rem;
}

.items__dropdown-item h2 {
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.6rem;
    margin-top: 1rem;
}

.items__dropdown-item:nth-child(2) {
    border-left: 1px dashed #D7DCE2;
    border-right: 1px dashed #D7DCE2;
}

.items__dropdown .card__text {
    margin-bottom: 0;
}

.items__dropdown .card-rubric__block {
    padding-top: 4rem;
    border-bottom: 1px dashed #D7DCE2;
}

.sections__dropdown-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
}

.sections__dropdown .education__list {
    box-shadow: none;
    justify-content: left;
    flex-flow: column;
    padding: 0;
}
.sections__dropdown .tags-list {
    margin: 2rem 0;
}
.sections__dropdown .education__list-item {
    margin: 15px 0;
}

.sections__dropdown .education__list .link-big {
    justify-content: center;
    width: 100%;
}

.sections__dropdown-item {
    padding: 0 3rem;
}

.sections__dropdown-item h2 {
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.6rem;
    margin-top: 1rem;
}

.sections__dropdown-item:nth-child(2) {
    border-left: 1px dashed #D7DCE2;
    border-right: 1px dashed #D7DCE2;
}

.sections__dropdown .info__label.label {
    display: none;
}

.sections__dropdown .card__text {
    margin-bottom: 0;
}

.sections__dropdown .card-rubric__block {
    padding-top: 4rem;
    border-bottom: 1px dashed #D7DCE2;
}

.header.hovered::before {
    background-color: var(--black);
}

.menu__link.link-menu {
    padding: 1rem;
    padding-right: 2rem;
}

.menu__link.link-menu::after {
    right: 1rem;
}

.header.hovered + .main::before {
    display: block;
    content: '';
    width: 100vw;
    height: 100%;
    background-color: var(--black);
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.header.hovered + .main .swiper-pagination {
    z-index: 1;
}
.header.hovered .header__link,
.header.hovered .menu__link.link-menu {
    color: var(--white);
}

.menu__link.link-menu.hovered {
    color: var(--black) !important;
    background-color: var(--white);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.header.hovered .link-menu::after {
    border-top-color: var(--white);
}

.header.hovered .menu__link.link-menu.hovered:after {
    border-top-color: var(--black);
}

.header__logo.hidden {
    display: none !important;
}

.programs__grid {
    justify-content: left;
}
.header__top {
    margin-bottom: 8px;

}
.header__link {
    padding: 1rem;
}

.card-rubric__block .card__text a,
.card-rubric__block .card__text a:hover,
.card-rubric__block .card__text a:visited {
    color: inherit;
}

.speaker-block__img img {
    width: 6.4rem;
    height: 6.4rem;
}

.product-card__content {
    justify-content: space-between;
}
.product-card__title {
    flex-grow: 2;
}
.one-project__slider {
    overflow: hidden;
}

.one-conferences h3, .one-project h3,
.one-conferences h4, .one-project h4 {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.1;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
#content .default-slider__pagination {
    text-align: center;
}
.hidden {
    display: none;
}
.education__link.link-big{
    border-radius: 1rem;
}

/*   events fixes  */

.conferences .card-standart .card__title,
.conferences .card-standart .card__text {
    color: var(--black);
}
.conferences .card-standart .card__tag.tag {
    color: var(--black-hov);
    border-color: var(--black-hov);
}
.conferences .card-standart .card__tag.tag:hover {
    color: var(--white);
}


@media (max-width: 1300px) {
    .banner__img {
        bottom: 0;
    }
}