.header__lang {
    display: none;
} 

.header__actions {
    margin-left: 45px;
}

.frontTabsNoContent {
    text-align: center;
}

.basePage__noContent {
    margin-bottom: 2em;
}

.download-block,
.rules-block {
    text-align: center;
}

.download-block {
    margin-top: 20px;
}

.rules-block {
    margin-top: 40px;
}

.searchLaureateCard__image {
    position: relative;
}

.searchCard__author a,
.searchInterviewCard__authors a {
    text-decoration: none;
    color: #000;
}

.searchCard__author a:hover,
.searchInterviewCard__authors a:hover {
    color: #c20000;
}

.searchCard--publication .searchCard__author {
    border-bottom: none;
}
.frontNotice {
    margin-left: -30px;
    margin-right: -30px;
}
.frontNotice__top {
    font-family: "Circe",sans-serif;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    color: #FAFAFA;
    background: #000000;
    padding: 11px 30px;
    font-weight: 600;
}
.frontNotice__text,
.frontNotice__columns {
    font-size: 14px;
    line-height: 170%;
    padding: 30px 30px 20px;
}
.tabs__content {
    display: none; /* по умолчанию прячем все блоки */
}
.tabs__content.active {
    display: block; /* по умолчанию показываем нужный блок */
}
.frontNotice__tabs {
    margin-bottom: 80px;
}
.frontNotice__tabs .tabs__caption {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 30px;
    padding-right: 30px;
}
.frontNotice__tabs .tabs__caption li,
.frontNotice__column-title {
    list-style: none;
    padding: 10px 0;
    cursor: pointer;
    transition: 0.3s;
    font-weight: bold;
    font-size: 16px;
    line-height: 103.5%;
}
.frontNotice__tabs .tabs__caption li.active, 
.frontNotice__tabs .tabs__caption li:hover {
    color: #C20000;
}
.frontNotice__tabs .tabs__caption li+li {
    margin-left: 42px;
}
.frontNotice__tabs .tabs__content {
    position: relative;
    background: #FAFAFA;
    border-top: 1px solid #ABABAB;
    border-bottom: 1px solid #ABABAB;
    padding-left: 30px;
    padding-right: 30px;
    padding: 20px 10% 20px 30px;
}
.tabs__close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    transition-duration: .3s;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3e%3cpath d='M28 1L1.12994 27.8701' stroke='%23c20000'/%3e%3cpath d='M1 1L27.8701 27.8701' stroke='%23c20000'/%3e%3c/svg%3e");
}
.tabs__close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.frontNotice__columns {
    display: flex;
    padding-bottom: 50px;
}
.frontNotice__column {
    width: 100%;
    max-width: 50%;
}
.frontNotice__column--people{
    padding-right: 30px;
}
.frontNotice__column--organizations{
    padding-left: 30px;
}
.disclaimerList {
    margin: 0 -30px 45px;
    padding: 8px 30px;
    list-style: none;
    font-size: 14px;
    line-height: 1.7;
    border-top: 1px solid #ABABAB;
    border-bottom: 1px solid #ABABAB;
}
.disclaimerList span {
    color: #C20000;
}
@media screen and (max-width: 1024px) {
    .frontNotice__columns {
        flex-wrap: wrap;
    }
    .frontNotice__column {
        max-width: 100%;
    }
    .frontNotice__column--people,
    .frontNotice__column--organizations {
        padding: 0;
    }
    .frontNotice__column--organizations {
        padding-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .frontNotice {
        margin-left: -10px;
        margin-right: -10px;
    }
    .frontNotice__top {
        padding: 10px;
        font-size: 14px;
        line-height: 1.32;
        letter-spacing: 0.05em;
    }
    .frontNotice__text,
    .frontNotice__columns {
        padding: 20px 10px;
        font-size: 14px;
        line-height: 1.7;
    }
    .frontNotice__tabs .tabs__content {
        padding: 20px 10% 20px 10px;
    }
    .frontNotice__tabs {
        margin-bottom: 40px;
    }
    .disclaimerList {
        margin: 0 -10px 15px;
        padding: 8px 14px;
    }
}
@media screen and (max-width: 374px) {
    .aboutAside__img {
        width: 137px;
        height: 151px;
    }
    .aboutAside:not(.aboutAside--reverse) .aboutAside__item:nth-child(2n-1) .aboutAside__name {
        margin-right: 81px;
    }
    .aboutAside:not(.aboutAside--reverse) .aboutAside__item:nth-child(2n) .aboutAside__name {
        margin-left: 81px;
    }
    .aboutAside:not(.aboutAside--reverse) .aboutAside__item:nth-child(2n) .aboutAside__socials {
        margin-left: 144px;
    }
    .aboutAside:not(.aboutAside--reverse) .aboutAside__item:nth-child(2n-1) .aboutAside__socials {
        margin-right: 144px;
    }
    .aboutAside__main {
        margin-top: -83px;
    }
}