body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    overflow-y: scroll;
}

header {
    overflow: hidden;
}
.header-interaction{
    display: flex;
    align-items: center;
    gap: 200px;
}
.mobile-menu-icon{
    display: none;
}
.header-title{
    display: none;
}
* {
    box-sizing: border-box;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
._container{
    width: 1392px;
    margin: 0 auto;
    position: relative;
}
.top {
    width: 1400px;
    margin: 0 auto;
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
}

.top .logo a {
    width: 286px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.top .logo a .logo-icon {
    flex: 0 0 44px;
    height: 44px;
    border-radius: 4px;
    overflow: hidden;
}

.top .logo a .logo-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.docs_list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.documents-item {
    width: 23%;
}

.doc-title {
    margin-top: 15px;
}

.doc-title a {
    color: #010101;
    font-size: 16px;
    font-weight: 500;
}
.top .logo a span {
    font-size: 14px;
}
nav ul.menu {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 4px;
}

nav ul.menu li a {
    padding: 13px 20px;
}

nav ul.menu li.active a {
    border: 1px solid #fff;
    border-radius: 22px;
    padding: 11px 18px;
}
.widget {
    margin: 120px auto 0;
    width: 1392px;
}

.widget h2 {
    margin-bottom: 40px;
    margin-top: 0px;
    text-transform: uppercase;
}

.news_list {
    display: flex;
    flex-wrap: wrap;
}

.news_list.news-list-tile {
    flex-direction: row;
    gap: 30px;
}

.news_list.news-list-tile .news-item {
    width: 327px;
}

.news-item .image {
    height: 220px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    background: var(--soft-blue-color);
    position: relative;
}
.news-item svg.img-error-svg {
    width: 100px;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.news-item span.date {
    display: block;
    margin-bottom: 12px;
}

.news-item 
 a.title {
    height: 65px;
    margin-bottom: 20px;
}

.tags li b {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
}
.projects_list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.projects_list > .project-item {
    flex: 0 0 49%;
    position: relative;
}
.project-item{
    max-width: 684px !important;
}
.project-item .image {
    height: 212px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-self: center;
    background-color: var(--soft-blue-color);
}
.project-item a.title{
    font-weight: 600;
    font-size: 24px;
    line-height: 28.8px;
}
.project-item p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22.4px;
    color: var(--text-color);
}
.project-item .tags li {
    color: var(--gray-color);
}

.project-status {
    padding: 9px 20px;
    font-weight: 500;
    background: var(--fade-color);
    width: max-content;
    font-size: 13px;
    line-height: 120%;
    border-radius: 17px;
}
.project-item .project-status {
    position: absolute;
    left: 20px;
    top: 20px;
}

.project-status.status-END {
    background: var(--end-color);
}

.project-status.status-WORK {
    background: var(--work-color);
}
.widget.full-screen-widget.full-events-list {
    background: var(--accent_fill-color);
}

.widget.full-screen-widget {
    width: auto;
    padding: 80px 0;
}

.event-item {
    display: flex !important;
    gap: 20px;
}
.event-item a.title{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;

}
.event-item .event-info {
    flex: 0 0 1090px;
}
.partners-list.partners_container_class {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.author-logo {
    width: 290px;
    display: flex;
    gap: 12px;
    align-items: center;
    font-weight: 500;
}

.event-info .author-logo {
    margin-bottom: 32px;
}

.author-logo .logo-icon {
    width: 44px;
    height: 44px;
}

span.logo-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.event-item .event-image .image {
    border-radius: 20px;
    overflow: hidden;
    max-height: 291px;
    width: 282px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #152F3F;

}
.event-item .event-image .image path{
    stroke: #DECB7F;
}
.event-item-footer {display: flex;align-items: center;gap: 40px;margin-top: 44px;}

.event-item-footer > div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.widget.full-screen-widget .more {
    border-color: var(--text-color);
}
footer {
    margin-top: 140px;
    overflow: hidden;
}

footer .org-rekv {
    width: 1400px;
    margin: 40px auto;
    color: #fff;
    display: flex;
    gap: 20px;
}

footer .org-rekv > div {
    flex: 1;
    padding: 40px;
}

h3 {
    font-size: 32px;
    margin: 0 0 40px;
    font-weight: 600;
}

footer .org-rekv ul {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

footer .org-rekv ul li {
    display: flex;
    gap: 12px;
    align-items: center;
    font-weight: 400;
}

footer .org-rekv ul li path {
    fill: var(--gray-color);
}

footer .org-rekv ul li b {
    color: var(--gray-color);
    font-weight: 500;
}

.bottom .logo {
    min-height: 32px;
}

.bottom .container {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    color: #fff;
    justify-content: space-between;
    padding: 25px 40px;
    align-items: center;
}

.bottom .logo span {
    color: #fff;
}

.bottom .logo a {
    display: flex;
    gap: 7px;
    width: 300px;
    align-items: center;
}

.bottom .logo a span.logo-icon {
    flex: 0 0 32px;
    height: 32px;
}
.content-item, .content-list {
    width: 1400px;
    margin: 100px auto;
}

.item-header-body > div.item-header-body-content {
    width: 1170px;
    margin: 0 auto;
}
.item-header > div {
    width: 1400px;
    margin: 0 auto;
}

.news_photo {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 30px;
}

.news_photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.content-header {
    margin-bottom: 37px;
}
.content-list {
    padding: 0;
    margin-top: 72px;
}
.content-item {
    /* padding: 0 25px; */
    display: flex;
    gap: 70px;
    margin-top: 72px;
}
.content-item.page-item {
    display: block;
    padding: 0;
}
.content-item h1, .content-list h1{
    margin-bottom: 40px !important;
    font-weight: 700;
    font-size: 32px;
    line-height: 38.4px;
    text-transform: uppercase;
}
.content-body{
    font-weight: 500;
}
.content-body img {
    max-width: 100%;
    margin-bottom: 64px;
    max-height: 500px;
}

.content-body p {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 27px;
}
.field-content p{
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;

}
.content-body h1 {
    margin-bottom: 80px;
    font-size: 32px;
    margin-top: 0;
}

.content-item-info > div {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.content-item-info > div div * {
    font-size: 14px !important;
    color: #000;
    font-weight: 500 !important;
}

.content-item-info > div div label {
    color: #8A97B1;
    font-weight: 400 !important;
}

.content-item-info {
    flex: 0 0 260px;
}

.content-item-info > div > div {
    display: flex;
    gap: 4px;
    flex-direction: column;
}

.content-item-info > div > div a.category {
    background: #f2f2f2;
    display: inline-block;
    width: max-content;
    padding: 7px 12px;
    border-radius: 4px;
    color: #586173;
}

.news-item-content {
    display: flex;
}

.news-item-content img {margin: 0;}

.news-item-content .image {
    flex: 0 0 76px;
    height: 76px;
    border-radius: 8px;
    overflow: hidden;
}

.news-item-content .news-info {
    padding: 0;
    display: flex;
    gap: 12px;
    flex-direction: column;
    justify-content: space-around;
}

.news-item-content .news-info .title {
    margin: 0;
    font-size: 16px;
    height: 40px;
    overflow: hidden;
}

.news-item-content .news-info .date {
    background: transparent;
    color: #b1b1b1;
    font-size: 12px;
    padding: 0;
    margin: 0;
}
.content-body .widget {
    margin-top: 100px;
    width: auto;
}
.events_list_container {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.teams-list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.teams-list .team-item {
    max-width: 33%;
    flex: 1;
}

.teams-list .team-item .image {
    height: 220px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.team-body .title {
    margin-bottom: 20px;
}
.content-item .border-field-content.contacts {
    margin-bottom: 50px;
}

.content-item .org-rekv ul {
    flex-direction: column;
    display: flex;
}

.content-item .rekv li b {
    display: block;
    margin: 20px 0 5px;
}

.content-item .org-rekv li path {
    stroke: var(--hard_fill-color);
}

.content-item .org-rekv li svg {
    margin-right: 10px;
}
.partners_widget{
    max-width: 1272px !important;
}
.partners_list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.partner-item {
    flex: 0 0 212px;
}

.partner-item .image {
    height: 212px;
    border: 1px solid var(--soft-blue-color);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partner-item .image svg {
    width: 180px;
}

.partner-item a.title {
    margin: 20px 0 0;
    font-weight: 700;
}
.about-top > div, .item-header > div {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.about-top h1, .item-header h1 {
    flex: 0 0 48%;
    color: #fff;
    margin: 0;
    font-size: 28px;
}
.about-top .image, .item-header .image {
    flex: 0 0 48%;
    border-radius: 20px;
    overflow: hidden;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-top h1 {
    flex: 1 1 auto;

}
.about-top .image {
    flex: 1 1 auto;
}
.socials {
    display: flex;
    align-items: center;
    gap: 8px;
}
.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.smi-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}

.smi-item {
    flex: 0 0 32%;
    padding: 4px;
}

.smi-name {
    font-weight: 600;
    margin-bottom: 8px;
}

.smi-name b {
    color: var(--fade-color);
    font-weight: 600;
}

.smi-title {
    font-weight: 600;
}

.smi-title a {
    color: #000;
    font-size: 16px;
}

.smi-pubdate {
    margin-top: 8px;
    color: #B1B1B1;
    font-weight: 500;
}
.item-header {
    background: #152F3F;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
}


.content-item .news-content-list {
    flex-wrap: wrap;
    display: flex;
    gap: 16px;
}

.content-item .news-content-list > div {
    flex: 0 0 49%;
    gap: 12px;
}

.news-item-content {
    display: flex;
}

.news-item-content img {margin: 0;}

.news-item-content .image {
    flex: 0 0 76px;
    height: 76px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--soft-blue-color);
}

.news-item-content .news-info {
    padding: 0;
    display: flex;
    gap: 12px;
    flex-direction: column;
    justify-content: space-around;
}

.news-item-content .news-info .title {
    margin: 0;
    font-size: 16px;
    height: 40px;
    overflow: hidden;
}

.news-item-content .news-info .date {
    background: transparent;
    color: #b1b1b1;
    font-size: 12px;
    padding: 0;
    margin: 0;
}
.news-item-content .news-info .event-date{
    display: flex;
    align-items: center;
    gap: 8px;
    color: black;
    font-weight: 500;
}
.projects-content-item h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;

}
