@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    color: #181818;
}

html {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
    font-family: 'Raleway', sans-serif;
    scroll-behavior: smooth;
    -moz-osx-font-smoothing: grayscale;
}

body {
    overflow-x: hidden;
}

.section__title {
    display: block;
    margin-bottom: 5rem;
    font-size: 6rem;
    font-weight: 900;
    line-height: 0.8;
}

.section__link {
    text-decoration: none;   
}

.slide {
    overflow: hidden;
    background-size: cover;    
    position: relative;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 120rem;
}

.header {
    position: relative;
}

.header__paper, .slide__paper, .hero__paper {
    position: absolute;
}

.hero__home {
    display: inline-block;
    margin: 2rem 0;
    padding: 1rem 2rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #FFF;
    text-decoration: none;
    background-color: #181818;
    font-size: 1.2rem;
    transform: skew( -15deg );
}

.hero__paper_right {
    right: -20%;
    bottom: 0 !important;
}

.header__paper_top {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.logo__text {
    display: block;
    font-weight: 900;
    font-size: 4rem;
    letter-spacing: -5px;
    line-height: 0.8;
    color: #604f37;
}

.logo__link {
    text-decoration: none;
}

.slide__paper_left {
    z-index: 0;
}

.header__box, .cap__partner {
    display: flex;
    align-items: flex-start;
}

.header__column {
    display: flex;
    justify-content: space-between;
    flex: 1;
    padding: 4rem 0 8rem;
}

.hero {
    overflow: hidden;
    padding-top: 5rem;
    padding-bottom: 10rem;
    position: relative;
}

.hero__image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.hero__title {
    position: relative;
    display: block;
    padding-top: 15.5rem;
    padding-bottom: 4rem;
    line-height: 0.8;
    font-size: 10rem;
    letter-spacing: -0.5rem;
    text-transform: uppercase;
    font-weight: 900;
    z-index: 1;
}

.hero__subtitle {
    display: block;
    position: relative;
    max-width: 55rem;
    font-size: 3rem;
    font-weight: 600;
    z-index: 1;
}

.hero__hr {
    margin: 7rem 0 13rem;
    width: 16rem;
    height: 1rem;
    background-color: #181818;
}

.hero__info {
    display: block;
    position: relative;
    margin-bottom: 3rem;
    max-width: 43rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 160%;
    text-shadow: 1px 1px 2px #fff;
    z-index: 1;
}

.header__column {
    position: relative;
    z-index: 1;
}

.header__column_fl2 {
    flex: 2;
}

.menu__cap {
    border-top: 1px solid #bcbcbc;
    padding: 2rem 0 5rem;
}

.menu__list {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 70%;
}

.menu__list_100 {
    max-width: none;
}

.menu__list-item {
    list-style-type: none;
}

.menu__list-item-link {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.6rem;
    letter-spacing: -1px;
}

.menu__list-item-link:before {
    content: '';
    position: absolute;
    bottom: -2rem;
    display: block;
    width: 100%;
    background-color: #181818;
    height: 1px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.menu__list-item-link:hover:before {
    opacity: 1;
    bottom: -1rem;
}

.swiper-container {
    width: 100%;
    height: 500px;
}

.events {
    padding: 13rem 0;
    overflow: hidden;
}

.events__box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5rem;
}

.events__box_mg3 {
    margin: 0 -3rem;
}

.events__link {
    display: block;
    padding: 2rem 0;
    max-width: 31rem;
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: none;
}

.events__time, .news__time, .article__time {
    display: block;
    margin-bottom: 5rem;
    font-size: 1.4rem;
    color: #bdbdbd;
}

.events__item {
    padding: 0 5rem;
    width: 50%;
}

.events__item_pd3 {
    padding: 0 3rem;
}

.events__cover {
    background-size: cover;
    height: 37rem;
}

.events__pic {
    margin-bottom: 0 !important;
}

.news__cover {
    background-size: cover;
}

.news__box {
    display: flex;
    flex-direction: column;
}

.news__column {
    display: flex;
}

.news__link {
    display: block;
    margin-bottom: 2rem;
    max-width: 27rem;
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: none;
}

.news__content_cover {
    width: 17rem;
    height: 17rem;
    margin-right: 5rem;
}

.news__column {
    margin-bottom: 5rem;
}

.news__column:last-child {
    margin-bottom: 0;
}

.city {
    padding: 13rem 0;
}

.city__box,
.cities__box {
    display: flex;
    margin: 0 -2.5rem;
}

.cities__box {
    margin: 0 -3rem;
    flex-wrap: wrap;
}

.city__column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 3rem 3rem;
    min-height: 45rem;
    background-color: #f0ebea;
}

.comrade__link {
    position: absolute;
    bottom: -2rem;
    text-decoration: underline;
}

.comrade__link_empty {
    bottom: -4.5rem;
}

.comrade__column {
    font-size: 1.8rem;
    font-weight: bold;
}

.comrade__column_border {
    height: 100%;
    background-color: #FFFFFF;
}

.city__column_mw,
.comrade__column_border
.comrade__column_mw
{
    max-width: calc(33.333% - 5rem);
}

.map {
    padding-top: 13rem;
}

.cities__column {
    width: calc(50% - 6rem);
    margin: 0 3rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 45rem;
    background-color: #f0ebea;
}

.city__column_mw-50 {
    width: 100%;
    max-width: calc(50% - 6rem);
}

.city__ico, .cities__ico {
    width: auto !important;
    padding-top: 5.5rem;
}

.city__link, .cities__link {
    position: relative;
}

.city__link::before,
.cities__link::before
{
    top: -3rem;
    content: url('images/point.png');
    position: absolute;
    width: 1.2rem;
    height: 1.6rem;
    left: 50%;
    transform: translateX(-50%);
}

.city__link,
.cities__link {
    display: block;
    padding-bottom: 3rem;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}

.memory {
    padding: 0 0 13rem;
}

.memory__link {
    display: block;
    margin-bottom: 3rem;
    max-width: 55rem;
    line-height: 0.85;
    font-size: 3rem;
    font-weight: 700;
    text-decoration: none;
}

.memory__description {
    width: 54rem;
    color: #525252;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 140%;
}

.memory__box {
    margin-bottom: 10rem;
}

.memory__box:last-child {
    margin-bottom: 0;
}

.memory__box_flex {
    margin-left: 15rem;
    display: flex;
    align-items: center;
}

.memory__column_cover {
    margin-right: 7rem;
    min-width: 30rem;
    min-height: 30rem;
    border-radius: 50%;
    background-size: cover;
}

.tree__box {
    bottom: 0;
    right: 0;
    position: absolute;
    width: 20rem;
    background-color: #000;
    text-align: center;
    animation: jump 1s infinite ease-out alternate;
}

@keyframes jump  {
    0% { bottom: 0; }
    100% { bottom: 2.5rem; }
}

.tree__relative {
    position: relative;
    bottom: auto;
    top: auto;
}

.tree__icon {
    display: flex;
    align-items: center;
    background-color: #edd8b9;
}

.tree__icon-image {
    display: block;
    position: relative;
    bottom: -3.5rem;
    margin: 0rem auto;
}

.tree__triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 100px 0 100px;
    border-color: #edd8b9 transparent transparent transparent;
}

.tree__container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    max-width: 120rem;
}

.tree__title {
    padding: 3rem 0;
    display: block;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #FFF;
    transition: all ease-in-out 0.7s;
    text-decoration: none;
}

.tree__title:hover {
    text-decoration: none;
    color: #edd8b9;
}

.editor__box {
    display: flex;
    margin: 0 -1rem;
    justify-content: space-between;    
}

.editor__box blockquote p {
    padding: 1rem 0 1rem 7rem;
    margin-bottom: 3rem;
    border-left: 1rem solid #181818;
    font-size: 3rem;
    font-weight: 700;
	line-height: 140%;
}

.editor__title {
    display: block;
    max-width: 75rem;
    margin-top: 3rem;
    margin-bottom: 13rem;
    line-height: 0.85;
    font-size: 5rem;
    letter-spacing: -0.25rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.05;
}

.editor__cover {
    width: 100%;
    max-width: auto;
}

.editor__column {
    width: 100%;
    margin: 0 1rem;
    max-width: 20rem;
}

.editor__column_center {
    max-width: 80rem;
}

.editor__paragraph, .editor__paragraph > p {
    max-width: 65rem;
    font-size: 3rem !important;
    line-height: 120% !important;
}

.main {
    padding: 13rem 0;
}

.project {
    padding: 13rem 0;
    background-color: #f0ebea;
}

.project__box {
    margin: 0 -5rem;
    display: flex;
    justify-content: space-between;
}

h4.project__subtitle p {
    display: block;
    margin-bottom: 10rem;
    font-size: 3rem;
    font-weight: 700;
    line-height: 120%;
}

.project__info {
    display: block;
    margin-bottom: 4rem;
    font-size: 1.6rem;
    line-height: 140%;
}

.project__hr {
    margin: 10rem 0 0;
    width: 16rem;
    height: 1rem;
    background-color: #181818;
}

.editor__hr {
    margin: 7rem 0 10rem;
    width: 16rem;
    height: 1rem;
    background-color: #181818;
}

.editor__column_center  p {
    display: block;
    font-size: 1.6rem;
    line-height: 160%;
    margin-bottom: 4rem;
    font-weight: 600;
}

.editor__column_center img {
    display: block;
    width: 100%;
	height: auto;
    margin-bottom: 4rem;
    max-width: 100%;
}

.project__column {
    flex: 1;
    padding: 0 5rem;
}

.project__column p {
    display: block;
    margin-bottom: 4rem;
    font-size: 1.6rem;
    line-height: 140%;
    font-weight: 600;
}

.meta {
    display: flex;
    justify-content: space-between;
}

.meta__column {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.meta__column_fl2 {
    flex: 2;
}

.copy {
    position: relative;
    margin-top: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.copy__description {
    display: block;
    margin-top: 3rem;
    max-width: 35rem;
    font-size: 1.2rem;
    text-align: center;
}

.copy__link {
    display: block;
    position: relative;
    margin-top: 5rem;
    font-size: 1.2rem;
    text-decoration: none;
}

.copy__link::after {
    content: ' ';
    position: absolute;
    width: 100%;
    background-color: #181818;
    height: 3px;
    left: 0;
    bottom: -1rem;
    transition: all ease-out 0.3s;
}

.copy__link:hover::after {
    bottom: -1.5rem;
}

.footer {
    border-top: 1px solid #d2d2d2;
    padding: 13rem 0;
}

.copy__ico {
    border: 5rem;
    background-color: #FFF;
    position: relative;
    border: 2rem solid #FFF;
    border-radius: 50%;
}

.copy__picture::before {
    content: '';
    position: absolute;
    display: block;
    top: 4.5rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d2d2d2;
}

.comrade {
    padding: 13rem 0;
    background-color: #f0ebea;;
}

.comrade__box {
    display: flex;
    margin: 0 -5rem;
}

.comrade__item {
    flex: 1;
    max-width: 45rem;    
}

.comrade__column {
    display: block;
    flex: 1;
    margin: 0 5rem;
    min-height: 48rem;
    background-size: cover;
}

.comrade__column-cover {
    width: 100%;
    height: auto;
}

.comrade__content {
    display: flex;
    margin: 0 -5rem 5rem;
}

.comrade__info {
    display: block;
    margin: 0 5rem 4rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 160%;
}

.comrades__box {
    display: flex;
    margin: 0 -3rem;
    flex-wrap: wrap;
}

.comrades__item {
    width: calc(50% - 6rem);
    margin: 0 3rem 7rem;
}



.comrade__column_border,
.friends__cover_border,
.friends__item_border
{
    border: 1px solid #bdbdbd;
}

.comrades__item_border
{
    border: 1px solid #bdbdbd;
    background-color: #FFF;
    min-height: 40rem;
    max-height: 40rem;
}

.comrades__item_border {
    position: relative;
}

.comrades__item_border::before,
.comrade__column_border::before,
.friends__item_border::before
{
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(30deg);
    position: absolute;
    width: 70%;
    height: 1px;
    background-color: #bdbdbd;
}

.comrades__item_border::after,
.comrade__column_border::after,
.friends__item_border::after
{
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    position: absolute;
    width: 70%;
    height: 1px;
    background-color: #bdbdbd;
}

.comrades__cover {
    width: 100%;
    background-size: cover;
}

.comrades__link {
    display: block;
    max-width: 30rem;
    margin: 1rem 0;
    font-size: 2.4rem;
    font-weight: 900;
    text-decoration: none;
    line-height: 1;
}

div.comrades__bio, div.comrades__bio p {
    display: block;
    max-width: 28rem;
    font-size: 1.2rem;
    color: #989898;
    font-style: italic;
    line-height: 160%;
}

.comrades__bio_mb {
    margin-bottom: 11rem;
}

.friends__cover {
    position: relative;
}

.friends__cover,
.friends__item_border
{
    width: 15rem;
    height: 18rem;
    background-size: cover;
}

.friends__link {
    display: block;
    margin-bottom: 1rem;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 900;
}

.friends__box {
    display: flex;
    flex-wrap: wrap;
}

.friends__item_mw {
    width: 100%;
    max-width: 30rem;
}

.friends__pic {
    display: block;
    max-width: 23.5rem;
    margin-right: 6rem;
    margin-bottom: 2rem;
}

.friends__item_padding {
    padding: 0 2rem;
}

.friends__column {
    width: 50%;
    margin-bottom: 5rem;
    display: flex;
    align-items: flex-start;
}

.friends__title {
    display: block;
    margin-bottom: 1rem;
    font-style: 1.8rem;
    font-weight: 900;
}

.friends__small p {
    font-size: 1.2rem;
    font-style: italic;
    color: #686868;
    line-height: 160%;
}

.history__pic {
    margin-bottom: 1rem !important;
}

.history__box {
    display: flex;
    margin-bottom: 13rem;
}

.history__box:last-child {
    margin-bottom: 0;
}


.history__list {
    width: 100%;
    padding: 2.5rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    list-style: none;
    box-shadow: 0px 7px 30px 0px rgba(34, 60, 80, 0.2);
}

.history__list-item {
    position: relative;
}

.history__list-item::before {
    content: '';
    top: 1.5rem;
    left: -3rem;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 3px solid #FFF;
    background-color: #000;
}

.history__list-item-link {
    display: block;
    padding: 1rem 0;
    font-size: 1.4rem;
    font-weight: 600;
}

.history__item {
    flex: 1;
}

.history__item_padding {
    padding-left: 6rem;
}

.history__small p {
    display: block;
    max-width: 17rem;
    font-size: 1.2rem;
    font-style: italic;
    color: #585858;
    line-height: 160%;
}

.history__title {
    display: block;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 900;
}

.history__item_mw {
    max-width: 25rem;
}

.cap {
    background-size: cover;
}

.cap__meta {
    width: 100%;
    display: flex;
}

.cap__column {
    flex: 1;
    position: relative;
}

.cap__column_fl2 {
    flex: 2;
}

.cap__partner {
    display: flex;
    padding: 7rem 0 11rem;
    width: 100%;
    justify-content: space-between;
}

.cap__-fl2 {
    flex: 2;
}

.cap__partent-pic {
    position: relative;
    margin-left: 3rem;
}

.cap__portrait {
    position: absolute;
    bottom: 0;
}

.cap__paper {
    position: absolute;
}

.cap__paper_center {
    right: 0;
}

.cap__paper_right {
    right: -10rem;
    top: -25rem;
}

.book__box {
    display: flex;
}

.book__column_mw {
    width: 100%;
    margin-right: 5rem;
    min-width: 21rem;
}

.book__link {
    display: block;
    margin-bottom: 2rem;
    padding: 1.5rem 1rem;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #FFF;
    text-align: center;
    width: 100%;
    background-color: #000;
    text-decoration: none;
}

.book__small {
    font-size: 1.2rem;
    font-style: italic;
    color: #989898;
}

.book__cover {
    width: 100%;
    max-width: 45rem !important;
}

.book__cover_shadow {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 1px 35px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 1px 35px 0px rgba(34, 60, 80, 0.2);
}

.breadcrumbs {
    font-size: 1.4rem;
    font-weight: 600;
}

.kb_sep {
    display: inline-block;
    padding: 0 1rem;
    font-size: 1.4rem;
    font-weight: 600;
}

.nav-links {
    font-size: 1.6rem;
}

.nav-links {
    border-top: 1px solid #d2d2d2;
    text-align: center;
    padding-top: 3rem;
    font-weight: 600;
    font-size: 2.4rem;
    
}

.page-numbers {
    padding: 0 1rem;
    text-decoration: none;
}

.page-numbers.current {
    font-weight: 900;
}

.next.page-numbers,
.prev.page-numbers
{
    display: none;
}

.alert {
    display: none;
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    background-color: #181818;
    border-bottom: 3px solid #f0ebea;
    box-shadow: 0px 7px 30px 0px rgba(34, 60, 80, 0.2);
}

.alert__box {
    text-align: center;
    padding: 1rem 0;
}

.alert__title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.8rem;
    letter-spacing: -1px;
    color: #f0ebea;
}

.sub-menu {
    position: absolute;
    display: none;
    padding: 1rem;
    top: 100%;
    font-size: 1.4rem;
    background-color: #FFFFFF;
    list-style: none;
    box-shadow: 0px 7px 30px 0px rgba(34, 60, 80, 0.2);
    z-index: 2;
}

.menu {
    list-style: none;
    position: relative;
    font-size: 1.4rem;
    font-weight: 600;
}

.menu > li > a {
    text-decoration-style: dotted;
}

.menu:hover > li > .sub-menu {
    width: 7rem;
    display: block;
}

.lang-item {
    padding: 0.5rem 0;
}

.news {
    padding: 13rem 0 0;
}

.article__box {
    display: flex;
}

.article__link {
    display: block;
    padding: 2rem 0;
    max-width: 31rem;
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: none;
}

.news__item {
    flex: 1;
}

.article__item {
    width: 33.333%;
}

.poems {
    padding: 0 0 13rem;
}

.poems__link {
    text-decoration: underline;
}

@media screen and (max-width: 1200px) { 
    .hero__paper_right {
        right: -50%;   
    }

    .hero__image {
        right: -20%;
    }

    .cap__paper_left {
        display: none;
    }
}


@media screen and (max-width: 1200px) { 
    .editor__column:first-child {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .events, .memory, .comrade, .project, .footer {
        padding: 5rem 0;
    }

    .news__column {
        margin-bottom: 3rem;
    }

    .events__time, .news__time {
        margin-bottom: 3rem;
    }

    .city__box, .comrade__box {
        margin: 0 -2rem;        
    }

    .city__column, .comrade__column {
        margin: 0 2rem 2rem;
    }

    .city__column_mw, .comrade__column_mw {
        max-width: calc(33.333% - 2rem);
    }

    .memory__box_flex {
        margin-left: 0;
    }

    h4.project__subtitle p {
        margin-bottom: 3rem;
    }

    .project__box {
        flex-direction: column;
    }

    .project__cover {
        margin-bottom: 3rem;
    }

    .meta {
        align-items: center;
        flex-direction: column;
    }

    .meta__column {
        justify-content: flex-start;
    }

    .menu__list {
        margin-bottom: 7rem;
        max-width: 100%;
    }

    .meta__column_fl2 {
        width: 100%;
        flex: 1;
    }

    .cap__paper_right {
        display: none;
    }

    .memory__description {
        width: auto;
    }
}

@media screen and (max-width: 992px) {
    .hero__paper_right, .slide__paper_left, .hero__image, .header__paper_top {
        display: none;
    }

    .hero__title {
        padding-top: 0;
    }
}

@media screen and (max-width: 850px) {
    .events__box {
        flex-direction: column;
    }

    .events__link {
        padding: 1rem 0;
        max-width: none;
    }

    .events__item {
        width: 100%;
    }

    .events__item:last-child {
        margin-top: 3rem;
    }

    .events__cover {
        height: auto;
        padding-top: 100%;
    }

    .friends__box {
        flex-direction: column;
    }

    .friends__column {
        width: 100%;
    }
}

@media screen and (max-width: 768px){
    .news__content_cover {
        width: 7rem;
        height: 7rem;
        margin-right: 3rem;
    }

    .city__box, .comrade__box {
        margin: 0;        
    }

    .city__column, .comrade__column {
        margin: 0;
    }

    .city__column_mw, .comrade__column_mw {
        max-width: none;
        width: 100%;
    }

    .city__box, .comrade__box {
        flex-direction: column;
    }

    .city__column, .comrade__column {
        width: 100%;
    }

    .comrade__column, .city__column {
        margin-bottom: 2rem;
    }

    .comrade__column:last-child, .city__column:last-child {
        margin-bottom: 0;
    }

    .city__column_mw, .comrade__column_mw {
        max-width: 100%;
    }

    .comrade__content {
        flex-direction: column;
    }

    .comrade__item {
        max-width: none;
    }

    .memory__column_cover {
        display: none;
    }

    .project__cover {
        width: 100%;
    }

    .project__hr {
        display: none;
    }

    .cap__portrait {
        display: none;
    }

    .cap__meta {
        flex-direction: column;
    }

    .cap__column:nth-child(2) {
        display: none;
    }

    .menu__cap {
        padding: 2rem 0 0;
    }

    .editor__title {
        max-width: none;
        margin-bottom: 5rem;
        font-size: 3.6rem;
    }

    .editor__column:last-child {
        display: none;
    }

    .editor__column_center {
        max-width: none;
    }

    .editor__box blockquote p {
        padding-left: 3rem;
        font-size: 2.4rem;
    }

    .comrades__box, .cities__box {
        margin: 0;
        flex-direction: column;
    }

    .comrades__item, .city__column_mw-50 {
        width: 100%;
        max-width: none;
        margin: 0;
        margin-bottom: 5rem;
    }

    .section__title {
        font-size: 5rem;
    }

    .alert {
        display: block;
    }

    .cap__partent-pic {
        width: 10rem;
    }

    .logo__text {
        font-size: 3rem;
    }

    .hero__home {
        margin-top: 0;
    }
}

@media screen and (max-width: 570px){
    .main {
        padding: 7rem 0;
    }

    .editor__title {
        font-size: 2.4rem;
    }

    .editor__paragraph {
        font-size: 2.4rem;
    }

    .header__box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header__column  {
        align-items: flex-start;
        padding-bottom: 4rem;
    }

    .header__partner {
        max-width: 10rem;
        margin: 0 2.5rem;
    }

    .menu__list-item-link {
        font-size: 1.2rem;
    }

    .meta__column {
        align-items: flex-start;
    }

    .meta__partner {
        max-width: 10rem;
        margin-left: 2rem;
        height: auto;
    }

    .hero__info {
        max-width: none;
    }

    .tree__box {
        position: inherit;
    }

    .hero {
        padding-bottom: 5rem;
    }

    .hero__title {
        padding-top: 0;
        font-size: 5rem;
    }

    .hero__subtitle {
        font-size: 2.4rem;
    }

    .hero__hr {
        margin-bottom: 5rem;
    }

    .hero__image, .hero__paper_right, .hero__paper_left, .header__paper_top, .slide__paper_left {
        display: none;
    }

    .history__box {
        flex-direction: column;
        margin-bottom: 5rem;
    }

    .history__item_padding {
        padding-left: 0;
    }

    .comrades__cover {
        margin-bottom: 2rem !important;
    }

    .comrade__column {
        min-height: auto;
    }

}