.content-item span.date {
    font-weight: 400;
    font-size: 18px;
}

.content-header > div {
    margin-top: 18px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.item-author .image {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
}

.item-author {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 20px 0;
}

.item-author a {
    font-size: 16px;
    color: var(--gray-color);
    text-transform: uppercase;
}

.item-tags {
    padding-left: 8px;
    border-left: 1px solid var(--gray-color);
}

.item-tags a {
    color: var(--gray-color);
    font-size: 16px;
}

.content-header {
    margin-bottom: 37px;
}

.content-item {
    padding: 0;
    display: flex;
    gap: 70px;
    margin-top: 100px;
}
.content-item.page-item {
    display: block;
}
.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;
}

blockquote {
    margin: 64px 0;
    padding: 24px 64px;
    background: var(--blue15-color);
    border-radius: 15px;
    border-left: 5px solid var(--blue-color);
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
    line-height: 28px;
}
.item-header-body {
    padding: 32px 0;
    background: #fff;
    border-radius: 30px;
    break-after: right;
    margin-top: -30px;
    position: relative;
}

.item-header-body .item-author a {
    font-size: 20px;
    font-weight: 600;
    color: var(--black-color);
}

.item-header-body h1 {
    margin-bottom: 16px;
}

.item-header-body .item-info {
    padding: 0;
    display: flex;
    gap: 24px;
    align-items: center;
    flex-direction: row;
    border: none;
}

.item-header-body .item-info span.date {
    font-weight: 400;
}

.item-header-body .item-info a {
    color: var(--gray-color);
}

ul.project-tasks li {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    gap: 8px;
}

ul.project-tasks li b {
    display: inline-block;
    color: var(--gray-color);
    text-align: center;
    font-size: 16px;
    width: 15px;
}
ul.project-tasks li span {
    font-size: 14px;
    display: block;
    flex: 1;
    font-weight: 500;
}

ul.project-tasks {
    padding: 0;
}

a.share {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(images/share.svg) center center;
    cursor: pointer;
}
.teams-list {
    display: flex;
    gap: 30px;
    justify-content: start;
}

.team-item {
    border-radius: 30px;
    overflow: hidden;
    flex: 0 0 31%;
}

.team-body {
    padding: 24px;
    border-bottom: 1px solid var(--blue15-color);
    border-left: 1px solid var(--blue15-color);
    border-right: 1px solid var(--blue15-color);
    border-radius: 0 0 30px 30px;
}

.team-item .image {
    height: 278px;
}

.team-body a.title {
    margin: 0;
    display: block;
    color: var(--blue-color);
}

.team-body span.post {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-top: 8px;
    text-transform: capitalize;
}
.documents-list {
    display: flex;
    gap: 30px;
}

.document-item {
    flex: 1;
    padding: 40px 50px;
    border: 1px solid var(--blue15-color);
    border-radius: 30px;
}

.document-body {
    margin-top: 21px;
}

.document-body a.title {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.document-item .image {
    height: 136px;
    width: 136px;
    margin: 0 auto;
}
.events-content-item {
    padding: 0;
}
.partners-list.content-list {
    border: 1px solid var(--blue15-color);
    border-radius: 30px;
    padding: 36px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.partner-item {
    width: 218px !important;
    padding: inherit;
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 20px;
}
.partner-logo {
    flex: 0 0 218px;
    height: 218px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--blue15-color);
}

.partner-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.partner-item-body a.title {
    font-size: 20px;
    margin: 0 0 20px;
}

.partner-item-body p {
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.partner-item .accept {
    position: absolute;
    left: 15px;
    top: 15px;
}
.queries-list.ql-partners {
    margin-top: 100px;
}

.ql-body {
    margin-top: 36px;
}

.partners-queries-list {
    padding: 36px;
}

.partners-queries-item {
    display: flex;
    padding: 16px;
    border-bottom: 1px solid var(--blue15-color);
    margin-bottom: 24px;
    justify-content: space-between;
}

.partners-queries-item .image {
    width: 45px;
    height: 45px;
    margin-right: 16px;
}

.partners-queries-item .title {
    font-size: 16px;
    font-weight: 400;
}

.pqi-info {
    display: flex;
}

.contacts-page {
    display: flex;
    gap: 30px;
}

.contacts-page > div {
    flex: 1;
    border: 1px solid var(--blue15-color);
    border-radius: 30px;
    padding: 48px 56px;
}

.contacts-page h2 {
    margin: 0 0 48px;
}

.contacts-page > div > ul > li {
    margin-bottom: 16px;
    display: flex;
    gap: 16px;
    font-weight: 600;
}

.contacts-page > div ul li b {
    color: var(--second-gray-color);
} 

.contacts-page > div ul {
    margin: 0;
}

.contacts-page > div ul li:last-child {
    margin: 0;
}
.field-content p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 22px;
}
.content-item.teams-item {
    padding: 0;
}

.content-item.teams-item .team-item {
    border-radius: 0;
    max-width: 100%;
    display: flex;
    gap: 30px;
}

.content-item.teams-item .team-body {
    border: none;
    padding: 10px;
    flex: 1;
}
.content-item .widget-title h3 {
    font-size: 35px;
}
.content-item.teams-item a.image {
    width: 360px;
}
.added-form-field-content {
    margin: 70px 0;
}
table td {
    border: 1px solid var(--blue15-color);
    padding: 10px 15px;
}
p.preview {
    margin-bottom: 0;
    font-size: 14px;
}

.item-header-body > div.item-header-body-content {
    width: 1170px;
    margin: 0 auto;
}
.item-header {
    width: 1170px;
    margin: 0 auto;
}

.news_photo {
    width: 100%;
    height: 424px;
    overflow: hidden;
    border-radius: 30px;
}

.news_photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.news-header-body.item-header-body {
    margin: 0;
    padding: 20px 0;
}
.content-item-info .share{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--light-blue-color);
    padding: 8px 12px;
    border-radius: 8px;
}
.content-item-info a.share{
    font-weight: 600;
    font-size: 14px;
    line-height: 16.8px;
    color: black;
}
.team-fields a.button.blue-border-button {
    display: none;
}

.team-fields .media-preview-container > div {
    margin: 0;
}
.partner-item.tiles {
    flex: 0 0 calc(33% - 30px);
    display: block;
    
    text-align: center;
}

.tiles .partner-logo {
    margin: 0 0 20px;
}

.tiles span.pending {
    display: block;
    text-align: right;
    margin-bottom: 10px;
    color: var(--gray-color);
}
.border-field-content {
    font-weight: 500;
}
footer .border-field-content{
    padding: 40px;
    border-radius: 30px;
}
.org-rekv {
    display: flex;
    gap: 30px;
}

.org-rekv > div {
    flex: 1;
    margin: 0;
}

.org-rekv .border-field-content ul li {
    margin-bottom: 16px;
    font-weight: 500;
    display: flex;
}

.org-rekv .border-field-content ul li img {
    max-width: 29px;
    max-height: 17px;
    margin: 0 5px;
}
.partner-logo img {
    object-fit: cover;
}
.content-item-empty {
    background: rgba(235, 241, 255, 1);
    border: none !important;
}

.content-item-empty .image {
    background: rgba(203, 214, 236, 1);
    height: 247px;
}

.content-item-empty span.date {
    background: rgba(203, 214, 236, 1);
    width: 72px;
    height: 17px;
    display: block;
    border-radius: 4px;
}

.content-item-empty .news-info, .content-item-empty .events-info, .content-item-empty .projects-info {
    padding: 24px;
}

.content-item-empty a.title {
    margin: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.content-item-empty a.title span {
    display: block;
    height: 24px;
    background: rgba(203, 214, 236, 1);
    border-radius: 4px;
}

.content-item-empty a.title span:first-child {
    width: 209px;
}

.content-item-empty a.title span:last-child {
    width: 180px;
}

.content-item-empty .item-info li {
    display: block;
    height: 17px;
    background: rgba(203, 214, 236, 1);
    border-radius: 4px;
}
.news-item-empty, .events-item-empty {
    opacity: 0.5;
}

.org-rekv {
    display: flex;
    gap: 30px;
}

.org-rekv>div {
    flex: 1;
    margin: 0;
}

.org-rekv .border-field-content ul li {
    margin-bottom: 8px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.org-rekv .border-field-content ul li img {
    max-width: 29px;
    max-height: 17px;
    margin: 0 5px;
}

.org-rekv h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}

.org-rekv li {
    display: flex;
    gap: 7px;
}

.org-rekv li b {
    flex: none;
    opacity: 0.5;
    font-weight: 400;
}

ul.org-rekv-ul li {
    padding: 5px 0;
}

.org-rekv-phones-container {
    width: 100%;
}

.smi-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.smi-item {
    border-radius: 8px;
    padding: 4px;
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
    position: relative;
    align-items: start;
    flex: 0 1 49%;
    /* max-width: 406px; */
}

.smi-pubdate {
    color: #B1B1B1;
    font-weight: 500;
    font-size: 12px;
    line-height: 14.4px;
}

.smi-title {
    /* width: 574px; */
}

.smi-title a {
    color: rgba(29, 29, 29, 1);
    font-weight: 600;
    font-size: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.smi-name {
    width: 250px;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.smi-name span{
    color: var(--second-gray-color);

}
.org-rekv ul {
    margin: 0;
}
.smi-item .document-menu {
    right: 69px;
    top: 37px;
}
.content-body h1 {
    margin-bottom: 40px;
    font-size: 32px;
    margin-top: 0;
    text-transform: none;
    font-weight: 700;
}

.content-body h2,  .content-body h3{
    font-weight: 600;
    font-size: var(--title-size) !important;
    line-height: 28px;
    text-transform: none;
}
.content-body .field-content{
    font-weight: 500;
    line-height: 19.6px;
}
.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-content-list {
    flex-wrap: wrap;
    display: flex;
    gap: 16px;
}

.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;
}

.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;
}
.content-body .widget {
    margin-top: 80px;
    padding-bottom: 86px;
}
.content-body .widget-buttons{
    left: 0;
    right: auto;
}