:root {
    --grey: #878787;
}
*,
*:before,
*:after{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 400;
}
html, body {
    height: 100%;
    margin: 0!important;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'Vremena Grotesk';
    font-weight: 400;
    background: #EBEDEA;
    font-size: 16px;
    line-height: 19px;
}
body.hidden {
    overflow: hidden;
}
main {
    max-width: 2560px;
    margin: 0 auto;
    padding-top: 64px;
    
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
li {
    list-style-type: none;
}
a {
	text-decoration: underline;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: inline-blockblock;
    cursor: pointer;
    color: #000;
}
a:hover {
    text-decoration: none;
}
b, strong {
    font-weight: 900;
}
input, textarea, button {
    outline: none;
    border: none;
    font-family: 'Vremena Grotesk';
}
.btn {
    font-size: 14px;
    line-height: 14px;
    border-radius: 4px;
    border: 1px solid;
    padding: 8px 16px;
    display: inline-block;
    color: #000;
    text-decoration: none;
}
.btn_white {
    color: #fff;
    border-color: #fff;
}
.btn:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

/* Swiper Base */
.swiper {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
}
.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.swiper-slide-active {
    z-index: 1;
}
.mobile_menu {
    display: none;
}
header {
    position: fixed;
    height: 66px;
    width: 100%;
    top: 0;
    z-index: 10;
    background: #EBEDEA;
}
.header_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 0;
    position: relative;
}

.header_logo {
    width: 202px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}
.home_content .header_logo {
    position: static;
}
.header_logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.menu_toggle {
    display: none;
}

.wrapper {
    padding: 0 16px;
}
.categories {
    margin-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    overflow-x: auto;
    overflow-y: hidden;
}
.category_link {
    text-decoration: none;
    color: var(--grey);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.category_link:hover {
    color: #000;
}
.category_link.active {
    color: #000;
}
.categories_grid {
    padding: 8px 0;
    margin: 24px -8px 0;
}
.categories_item {
    width: 25%;
    padding: 8px;
    text-decoration: none;
}
.categories_item .img {
    position: relative;
    width: 100%;   
}
.categories_item.hide {
    cursor: default;
}
.categories_item.hide .img:before {
    content:'';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(229,229,229,0.3);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

}
.categories_item.hide .img:after {
    content:'Coming Soon';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Vremena Grotesk;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #000;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
}
.categories_item.size_2_3 .img {
    padding-bottom: 133%;
}
.categories_item.size_3_2 .img {
    padding-bottom: 67%;
}
.categories_item.size_1_1 .img {
    padding-bottom: 100%;
}
.categories_item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.categories_item .title {
    margin-top: 8px;
    color: #000;
}
.categories_item .year {
    color: var(--grey);
}
footer {
    margin-top: 100px;
}
.footer_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 16px;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.footer_row a {
    color: #000;
    text-decoration: none;
}
.home_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 16px;
}
.home_banner img {
    max-width: 560px;
    width: 100%;
    height: 100%;
}
.home_slider {
    position: relative;
    margin: 0 16px;
}
.home_slider .slide {
    height: 800px;
    position: relative;
}
.home_slider .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.slide_overlay {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(49.72%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 49.72%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.72%, rgba(0, 0, 0, 0.6) 100%);
    padding: 16px;
}
.slide_title {
    font-size: 32px;
    line-height: 32px;
    color: #fff;
}
.slide_link {
    margin-top: 16px;
}
.swiper_pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
}
.swiper-pagination-bullet {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41px;
            flex: 0 0 41px;
    width: 41px;
    height: 4px;
    background: #87878780;
    cursor: pointer;
    outline: none;
}
.swiper-pagination-bullet-active {
    background: #878787;
    cursor: default;
}
.slide_nav {
    width: 28px;
    height: 28px;
    background: url(assets/images/arrow-slide.svg) no-repeat center/cover;
    position: absolute;
    top: calc(50% - 14px);
    z-index: 2;
    cursor: pointer;
}
.slide_prev {
    left: 24px;
}
.slide_next {
    right: 24px;
    -webkit-transform: scale(-1,1);
        -ms-transform: scale(-1,1);
            transform: scale(-1,1);
}

.about {
    margin-top: 48px;
    width: 933px;
}
.block_title {
    margin-bottom: 16px;
}
.about_content p {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
}
.about_content.hide {
    display: none;
}
.about_table {
    margin-top: 64px;
}
.table_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
}
.table_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 459px;
            flex: 0 0 459px;
    width: 459px;
}
.table_img img {
    width: 100%;
    display: none;
    margin-top: 35px;
    position: sticky;
    top: 66px;
    left: 16px;
}
.table_wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.table_inner {
    margin-bottom: 40px;
}
.table_body {
    margin-bottom: 16px;
}
.table_row {
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 8px;
    margin-bottom: 8px;
    background: #f5f5f4;
    border-radius: 4px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}
.table_body.hide .table_row.hide {
    display: none;
}
.table_row:hover {
    background: #000;
    color: #fff;
}
.table_cell:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.table_cell:first-child div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.table_cell:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
            flex: 0 0 35px;
}

.project_hero__img {
    height: 800px;
}
.project_hero__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.home_content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.home_content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 100%;
    padding: 16px;
    z-index: 30;
}
.home_content__top {
    top: 0;
    left: 0;   
}
.home_content__bottom {
    left: 0;
    bottom: 0;
}
.home_str {
    background: #f2f2f2;
}
.animation_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    z-index: -1;
}
.rmwidget {
    position: absolute;
    max-width: 100%;
}
.rmwidget img {
    width: 100%;
    height: 100%;
}

.rmwidget_1 {
    width: 62%;
    /*max-width: 1227px;*/
    z-index: 3;
    1offset: path("M 317 399.5") 0px 0deg;
    -webkit-animation-name: animation_91_1;
            animation-name: animation_91_1;
    -webkit-animation-duration: 31.6s;
            animation-duration: 31.6s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-fill-mode: none;
            animation-fill-mode: none;
}
@-webkit-keyframes animation_91_1 {
	0%, 5.063291139240507% {-webkit-transform: rotate(0deg) scale(1);transform: rotate(0deg) scale(1); opacity: 1; offset-distance: 0px; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out}
	100% {-webkit-transform: rotate(360deg) scale(1);transform: rotate(360deg) scale(1); opacity: 1; offset-distance: 0px; }
}
@keyframes animation_91_1 {
	0%, 5.063291139240507% {-webkit-transform: rotate(0deg) scale(1);transform: rotate(0deg) scale(1); opacity: 1; offset-distance: 0px; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out}
	100% {-webkit-transform: rotate(360deg) scale(1);transform: rotate(360deg) scale(1); opacity: 1; offset-distance: 0px; }
}

.rmwidget_2 {
    top: 20px;
    width: 56%;
    /*max-width: 1108px;*/
    z-index: 2;
    1offset: path("M 290 290") 0px 0deg;
    -webkit-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    opacity: 1;
    -webkit-animation-name: animation_2_1;
            animation-name: animation_2_1;
    -webkit-animation-duration: 33s;
            animation-duration: 33s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-fill-mode: none;
            animation-fill-mode: none;
}
@-webkit-keyframes animation_2_1 {
	0%, 9.090909090909092% {-webkit-transform: rotate(0deg) scale(1);transform: rotate(0deg) scale(1); opacity: 1; offset-distance: 0px; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out}
	100% {-webkit-transform: rotate(360deg) scale(1);transform: rotate(360deg) scale(1); opacity: 1; offset-distance: 0px; }
}
@keyframes animation_2_1 {
	0%, 9.090909090909092% {-webkit-transform: rotate(0deg) scale(1);transform: rotate(0deg) scale(1); opacity: 1; offset-distance: 0px; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out}
	100% {-webkit-transform: rotate(360deg) scale(1);transform: rotate(360deg) scale(1); opacity: 1; offset-distance: 0px; }
}

.rmwidget_3 {
    top: 58px;
    width: 80%;
    /*max-width: 1548px;*/
    z-index: 1;
    1offset: path("M 409 513") 0px 0deg;
    -webkit-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    opacity: 1;
    -webkit-animation-name: animation_3_1;
            animation-name: animation_3_1;
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-fill-mode: none;
            animation-fill-mode: none;
}
@-webkit-keyframes animation_3_1 {
	0% {-webkit-transform: rotate(0deg) scale(1);transform: rotate(0deg) scale(1); opacity: 1; offset-distance: 0px; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out}
	100% {-webkit-transform: rotate(360deg) scale(1);transform: rotate(360deg) scale(1); opacity: 1; offset-distance: 0px; }
}
@keyframes animation_3_1 {
	0% {-webkit-transform: rotate(0deg) scale(1);transform: rotate(0deg) scale(1); opacity: 1; offset-distance: 0px; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out}
	100% {-webkit-transform: rotate(360deg) scale(1);transform: rotate(360deg) scale(1); opacity: 1; offset-distance: 0px; }
}


.home_content__manifest {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 4;
}
.home_content__manifest p {
    width: 957px;
    max-width: 1000px;
    margin: 0;
    font-size: 20px;
    line-height: 20px;
}
.home_content__manifest p span {
    background: #EBEDEA;
}
.cursor {
    z-index: 25;
    position: absolute;
    width: 124px;
    height: 124px;
}
.cursor img {
    width: 124px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.cursor.reset {
    width: 15px;
    height: 15px;
}
.cursor.reset img {
    width: 15px;
}
.home_enter {
    display: none;
}


.the_content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.block_info {
    margin-bottom: 16px;
}
.block_info img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.block_info.no-full img {
    width: auto;
    position: relative;
    margin: 0 auto;
    display: block;
}

.block_info.columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
}
.block_info .column {
    position: relative;
}
.block_info.columns_two .column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.block_info .text {
   padding: 24px 0; 
}
.block_info .text p {
    margin: 0 0 10px 0;
}
.block_info .title {
    font-size: 32px;
    line-height: 32px;
}
.block_info.img_h .column {
    padding-bottom: 32.96%;
}
.block_info.img_v .column {
    padding-bottom: 61.8%;
}
.block_info.img_one .column {
    padding-bottom: 58%;
}
.block_info.columns_one {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.block_info.columns_one .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: 16px;    
}
.block_info.columns_img {
    gap: 0 16px;
}
.block_info.columns_img .column {
    padding-bottom: 42.6%;
}
.columns_smallright .column:first-child {
    width: 66.666%;
}
.columns_smallright .column:last-child {
    width: 32.691%;
}
.block_info.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.block_info.columns_three .column {
    width: 32.691%;
}
.block_info .authors {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.block_info .authors_cell {
    padding-bottom: 16px;
    flex: 0 0 50%;
}

.related {
    margin-top: 68px;
}
.related_title {
    font-size: 20px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.related .categories_grid {
    margin-top: 16px;
}
.events_wrapper,
.news_wrapper {
    margin-top: 64px;
}
.news_item {
   display: flex;
   justify-content: space-between;
   column-gap: 136px;
   border-bottom: 1px solid #878787;
   padding-bottom: 40px;
   margin-top: 40px;
}
.news_item:first-child {
    margin-top: 16px;
}
.news_content {
    display: flex;
    justify-content: space-between;
    column-gap: 16px;
}
.news_date {
    display: flex;
    column-gap: 16px;
}
.news_day {
    font-size: 56px;
    line-height: 49px;
    width: 103px;
}
.news_month {
    width: 220px;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.news_name {
    font-size: 32px;
    line-height: 35px;
    text-decoration: none;
    transition: 0.1s;
}
.news_name:hover {
    color: #5f5f5f;
}
.news_name.mobile {
    display: none;
}
.news_img.img_1_1 {
    width: 221px;
    flex: 0 0 221px;
    height: 221px;
}
.news_img.img_2_3 {
    width: 221px;
    flex: 0 0 221px;
    height: 330px;
}
.news_img.img_3_2 {
    width: 330px;
    flex: 0 0 330px;
    height: 221px;
}
.news_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single_news__title {
    font-size: 32px;
    line-height: 35px;
    margin: 48px 0 40px;
}
.single_news__content {
    width: 932px;
    margin-top: 40px;
}
.single_news__date {
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.back {
    padding: 0 16px;
    text-decoration: none;
    margin-top: 64px;
    display: block;
    font-size: 16px;
    line-height: 19px;
}

.events_wrapper {
    max-width: 1408px;
    margin: 64px auto 0;
}
.events_empty {
    font-size: 32px;
    line-height: 35px;
    width: 55%;
}
.tab_content {
    display: none;
}
.tab_content.active {
    display: block;
}
.events_category {
    margin-bottom: 40px;
    display: flex;
    column-gap: 32px;
}
.events_category .tab {
    font-size: 16px;
    line-height: 19px;
    color: #878787;
    cursor: pointer;
}
.events_category .tab.active {
    color: #000;
}
.events_item {
    display: flex;
    column-gap: 16px;
    border-bottom: 1px solid #878787;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.events_date {
    display: flex;
    flex: 0 0 auto;
}
.events_day {
    font-size: 56px;
    line-height: 49px;
    width: 103px;
}
.events_month {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    row-gap: 8px;
}
.events_month span {
    font-size: 16px;
    line-height: 19px;
    flex: 0 0 50%;
}
.events_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.events_img.img_3_2 {
    flex: 0 0 459px;
    width: 459px;
    height: 306px;
}
.events_img.img_2_3 {
    flex: 0 0 459px;
    width: 459px;
    height: 687px;
}
.events_img.img_1_1 {
    flex: 0 0 459px;
    width: 459px;
    height: 459px;
}
.events_text {
    padding-left: 48px;
    text-decoration: none;
}
.events_text:hover .title {
    color: #5f5f5f;
}
.events_img:hover + .events_text .title {
    color: #5f5f5f;
}
.events_text .subtitle {
    font-size: 24px;
    line-height: 28px;
    color: #878787;
}
.events_text .title {
    font-size: 32px;
    line-height: 35px;
    margin: 8px 0 20px;
    transition: 0.1s;
}
.events_text .status {
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.events_text .status:before {
    content:'';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100px;
}
.events_text .status.open:before {
    background: #00D81D;
}
.events_text .status.closed:before {
    background: #D80000;
}
.events_text .status.over:before {
    background: #747474;
}

.single_events__wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 40px auto 0;
    display: flex;
    column-gap: 16px;
}
.single_events__banner {
    flex: 1;
}
.single_events__banner img {
    width: 100%;
    position: sticky;
    top: 66px;
}
.single_events__content {
    padding: 0 48px;
    flex: 0 0 695px;
    width: 695px;
}
.single_events__head {
    display: flex;
    flex-wrap:wrap;
}
.single_events__head .date {
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    flex: 0 0 201px;
    width: 201px;
}
.single_events__head .address {
    color: #878787;
    text-decoration: underline;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-top: 8px;
}
.single_events__title {
    margin-top: 48px;
}
.single_events__title .subtitle {
    color: #878787;
    font-size: 24px;
    line-height: 28px;
}
.single_events__title .title {
    font-size: 32px;
    line-height: 35px;
    margin-top: 8px;
}
.single_events__content .button {
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: block;
    border: 1px solid;
    text-decoration: none;
    padding: 6px 16px;
    border-radius: 4px;
    margin: 24px 0;
}
.single_events__content .block_info.columns_one {
    display: block;
}
.single_events__content .block_info.columns_one .column {
    padding: 0;
}

.wrapper_404 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.page_404 .title {
    font-size: 30px;
    line-height: 35px;
}
.page_404 .text {
    background: #dddcdc;
    border-radius: 10px;
    padding: 20px;
    margin-top: 23px;
}
.page_404 .text span {
    font-weight: 500;
    font-size: 21px;
}
.page_404 .text p {
    margin: 16px 0 0;
}
.page_404 a {
    margin-top: 20px;
    text-decoration: none;
    color: #fff;
    background: #1a8ce7;
    font-size: 15px;
    border-radius: 21px;
    padding: 6px 17px;
    display: inline-block;
}

@media(min-width: 1920px) {
    .home_str {
        font-size: 24px;
    }
    .header_logo {
        width: 289px;
    }
    .home_content__manifest p {
        font-size: 25px;
        line-height: 25px;
    }
}
@media(min-width: 2400px) {
    .home_str {
        font-size: 35px;
    }
    .header_logo {
        width: 480px;
    }
    .home_content__manifest p {
        font-size: 35px;
        line-height: 35px;
    }
}
@media(max-width: 1200px) {
    .events_img.img_3_2 {
        flex: 0 0 371px;
        width: 371px;
        height: 247px;
    }
    .events_img.img_2_3 {
        flex: 0 0 371px;
        width: 371px;
        height: 555px;
    }
    .events_img.img_1_1 {
        flex: 0 0 371px;
        width: 371px;
        height: 371px;
    }
    .events_text {
        padding-left: 10px;
    }
    .events_date {
        flex: 0 0 233px;
        width: 233px;
    }
    .events_day {
        flex: 0 0 90px;
    }
    .events_month {
        flex: 0 0 172px;
    }
}
@media(max-width: 991px) {
    .rmwidget {
        width: 100%;
    }
    .rmwidget_1 {
        top: 105px;
    }
    .rmwidget_2 {
        top: 133px;
    }
    .rmwidget_3 {
        top: 120px;
    }
    .home_content__manifest,
    .home_content__manifest p {
        width: 90%;
    }
    .table_img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 280px;
                flex: 0 0 280px;
        width: 280px;
    }
    .about {
        width: 100%;
    }
    .home_banner img{
        max-width: 460px;
    }
    
    .news_item {
        column-gap: 70px;
    }
    .news_month {
        width: auto;
    }
    .news_content {
        flex-wrap: wrap;
    }
    .news_name {
        font-size: 24px;
        line-height: 28px;
    }
    .news_img.img_1_1 {
        width: 178px;
        flex: 0 0 178px;
        height: 178px;
    }
    .news_img.img_2_3 {
        width: 178px;
        flex: 0 0 178px;
        height: 267px;
    }
    .news_img.img_3_2 {
        width: 267px;
        flex: 0 0 267px;
        height: 178px;
    }
    
    .single_news__content {
        width: 612px;
    }
    
    .events_empty {
        width: 70%;
    }
    
    .events_item {
        display: grid;
        column-gap: 40px;
    }
    .events_date {
        grid-column-start: 2;
        grid-row-start: 1;
        width: auto;
        column-gap: 16px;
    }
    .events_day {
        flex: auto;
    }
    .events_month {
        flex: 0 0 177px;
        column-gap: 35px;
    }
    .events_month span {
        flex: auto;
    }
    .events_month span:first-child,
    .events_month span:nth-child(3) {
        flex: 0 0 50%;
    }
    .events_img {
        grid-column-start: 1;
        grid-row-start: 1;
        grid-row-end: 4;
    }
    .events_text {
        margin-top: 40px;
        padding: 0;
    }
    .events_text .subtitle {
        font-size: 20px;
        line-height: 24px;
    }
    .events_text .title {
        font-size: 24px;
        line-height: 28px;
    }
    
    .events_img.img_3_2 {
        1width: 364px;
        width: 47.396vw;
        height: 31.511vw;
    }
    .events_img.img_2_3 {
        width: 47.396vw;
        height: 70.834vw;
    }
    .events_img.img_1_1 {
        width: 47.396vw;
        height: 47.396vw;
    }
    
    .single_events__wrapper {
        display: block;
        max-width: 612px;
    }
    .single_events__content {
        width: 100%;
        padding: 0;
    }
    .single_events__head {
        margin-top: 16px;
    }
}
@media(max-width: 768px) {
    .header_logo {
        position: relative;
        margin: 0;
    }
    .header_row_block {
        display: none;
    }
    .menu_toggle {
        display: block!important;
    }
    .mobile_menu.active {
        display: block;
    }
    .mobile_menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(299,299,299,0.3);
        -webkit-backdrop-filter: blur(25px);
        backdrop-filter: blur(25px);
        z-index: 100;
    }
    .mobile_menu .header_row {
        margin-bottom: 32px;
    }
    .mobile_menu__links {
        border-bottom: 1px solid #878787;
    }
    .mobile_menu__links a {
        font-size: 24px;
        line-height: 20px;
        padding: 16px 0;
        border-top: 1px solid #878787;
        display: block;
        color: #000;
        text-decoration: none;
    }
    .mobile_menu__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 14px;
        padding: 16px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 100%;
    }
    .home_enter {
        width: 99px;
        height: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 4px;
        background: #fff;
        font-size: 14px;
        border: 1px solid;
        margin-top: 32px;
    }
    .cursor {
        display: none;
    }
    .home_slider .slide {
        height: 500px;
    }
    .slide_overlay {
        visibility: visible;
        opacity: 1;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    }
    .slide_link {
        width: 100%;
        text-align: center;
    }
    .table_img {
        display: none;
    }
    .footer_row div {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        font-size: 14px;
    }
    .footer_row div:nth-child(2) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    } 
    .footer_row div:nth-child(3) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        text-align: right;
    }
    .footer_row div:nth-child(4) {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        text-align: right;
    } 
    
    .project_hero__img {
        height: 500px;
    } 
    .block_info.columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 16px;
    }
    .block_info.img_h .column {
        padding-bottom: 65%;
    }
    .block_info.img_one .column {
        padding-bottom: 65%;
    }
    .block_info.columns_one .column {
        padding-left: 0;
    }
    .block_info.img_v .column {
        padding-bottom: 131.7%;
    }
    
    .columns_smallright .column:first-child {
        padding-bottom: 69.8%;
        width: 100%;
    }
    .columns_smallright .column:last-child {
        width: 100%;
        padding-bottom: 137.8%;
    }
    .block_info.columns_three .column {
        width: 100%;
        padding-bottom: 137.8%;
    }
    .block_info .text {
        padding: 16px 0 0 0;
    }
    .categories_item {
        width: 50%;
    }
    
    .main {
        padding-top: 50px;
    }
    .back {
        margin-top: 40px;
    }
    .single_news__content {
        width: 100%;
    }
    

}
@media(max-width: 575px) {
    .home_content__top .home_str {
        display: none;
    }
    .home_content__top {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    header {
        height: 56px;
    }
    main {
        padding-top: 56px;
    }
    .back {
        margin-top: 24px;
    }
    .news_wrapper {
        margin-top: 40px;
    }
    .news_item {
        display: block;
        position: relative;
        padding-bottom: 24px;
    }
    .news_name {
        display: none;
    }
    .news_name.mobile {
        display: block;
        margin-top: 24px;
    }
    .news_name.mobile:after {
        content: 'Learn more';
        display: block;
        width: 100%;
        text-align: center;
        border: 1px solid #000000;
        border-radius: 4px;
        padding: 1px 16px;
        margin-top: 24px;
        font-size: 14px;
    }
    .news_img {
        margin-top: 24px;
        display: block;
    }
    .news_img.img_1_1 {
        width: 100%;
        height: 87.8vw;
    }
    .news_img.img_2_3 {
        width: 100%;
        height: 126.5vw;
    }
    .news_img.img_3_2 {
        width: 100%;
        height: 61vw;
    }
    
    .events_empty {
        font-size: 22px;
        line-height: 26px;
        width: 100%;
    }

    .events_wrapper {
        margin-top: 24px;
    }
    .events_item {
        display: block;
        padding-bottom: 24px;
        margin-bottom: 40px;
    }
    .events_day {
        flex: 0 0 103px;
    }
    .events_img {
        display: block;
        margin: 24px 0;
        position: relative;
        height: auto!important;
    }
    .events_img img {
        position: absolute;
    }
    .events_img.img_3_2 {
        width: 100%;
        padding-bottom: 66.764%;
    }
    .events_img.img_2_3 {
        width: 100%;
        padding-bottom: 163.56%;
    }
    .events_img.img_1_1 {
        width: 100%;
        padding-bottom: 100%;
    }
    .events_text .title {
        margin: 8px 0 0;
    }
    .events_text .status {
        margin-top: 48px;
    }
    
    
    .single_events__head {
        justify-content: space-between;
    }
    .single_events__head .date {
        flex: auto;
        width: auto;
    }
    .single_events__title .subtitle {
        font-size: 20px;
        line-height: 24px;
    }
    .single_events__title .title {
        font-size: 24px;
        line-height: 28px;
    }
    .single_events__head .address {
        align-items: flex-start;
    }
}
@media(max-width: 480px) {
    .header_logo {
        width: 170px;
    }
    .home_content__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .rmwidget_1 {
        top: 0;
    }
    .rmwidget_2 {
        top: 80px;
    }
    .rmwidget_3 {
        top: 95px;
        width: 120%;
    }
    .home_content__manifest p {
        font-size: 16px;
        line-height: 16px;
        width: 80%;
    }
    .about_content p {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 16px;
    }
    .table_cell:first-child {
        display: block;
    }
    .js-more {
        width: 100%;
        text-align: center;
    }
    
    
    .categories_item {
        width: 100%;
    }

}
