.news__gallery-slider__wrapper {
    margin: 20px auto 40px;
}

#latest-news-banner {
    padding: 74px 0;
    position: relative;
    z-index: 1;
}

#latest-news-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 51, 101, 0.5);
    top: 0;
    left: 0;
    z-index: -1;
}

#latest-news-banner .latest-news__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
}

#latest-news-banner .latest-news__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.latest-news__block {
    border-radius: 8px;
    background-color: #ffffff;
    padding: 40px 48px;
    max-width: 470px;
}

#latest-news-banner .latest-news__title {
    font-family: "OpenSansCondensed", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 4px;
    border-bottom: 1px solid #000000;
    margin-bottom: 32px;
}

.latest-news-list__article {
    display: flex;
    gap: 24px;
}

.latest-news-list__article:not(:last-child) {
    margin-bottom: 24px;
}

.latest-news-list__image {
    max-width: 100px;
    max-height: 100px;
    width: 100%;
	border-radius: 4px;
	overflow: hidden;
}

.latest-news-list__image img {
    max-width: 100px !important;
    max-height: 100px !important;
    min-width: 100px !important;
    min-height: 100px !important;
    object-fit: cover;
    border-radius: 4px;
}

.blog__authors {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-right: 15px;
}

.article-page p .alignnone {
    /* display: block !important;
    margin: 0 auto !important; */
}

.article-page p .aligncenter {
    display: block !important;
    margin: 0 auto !important;
}

.blog-author {
    align-items: start !important;
}

.latest-news-list__content {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.latest-news-list__title {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.latest-news-list__title:hover {
    text-decoration: underline;
}

.article-date {
    background-color: #e7e9ff;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    padding: 10px 16px;
}

.latest-news-list .article-date {
    padding: 4px;
    font-size: 14px;
    line-height: 1.5;
    color: #0f143d;
}

.blog-posts {
    padding: 96px 0 179px;
}

.blog-posts__title {
    color: #000e7b;
    margin-bottom: 40px;
}

.blog-posts__title span {
    background-color: #000e7b;
}

.blog-posts__list {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px 30px;
    margin-bottom: 80px;
}

.blog-posts__image {
    display: block;
    margin-bottom: 16px;
    position: relative;
}

.blog-posts__image img {
    width: 100%;
    aspect-ratio: 1.425 / 1;
    max-height: 400px;
    object-fit: cover;
}

@media only screen and (min-width: 576px) {
    .blog-posts__image .article-date,
    .article-page__thumbnail .article-date {
        display: none;
    }
}

.blog-posts__image .article-date,
.article-page__thumbnail .article-date {
    position: absolute;
    bottom: 8px;
    right: 8px;
    font-size: 12px;
    padding: 8px 12px;
}

.about-person {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.about-person__info {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #000000;
}

.about-person__avatar {
    width: 50px;
    height: 50px;
}

.article__body hr {
    border-bottom: 1px solid #d4d2d2;
    margin: 60px 0;
}

.article__body .news-quote {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 70px;
}

.article__body .news-quote .news-quote-descr-wrapper::before {
    background: url("../img/icons/q-1.svg") left no-repeat !important;
    opacity: 1 !important;
    width: 45px !important;
    height: 25px !important;
    top: -14px !important;
    left: 0 !important;
}

.article__body .news-quote .news-quote-descr-wrapper::after {
    background: url("../img/icons/q-2.svg") left no-repeat !important;
    opacity: 1 !important;
    width: 45px !important;
    height: 25px !important;
    bottom: -14px !important;
    right: 0 !important;
}

.article__body .news-quote .news-quote-descr-wrapper p {
    font-weight: 700 !important;
    text-transform: none !important;
    color: rgb(101, 110, 191) !important;
    font-size: 32px !important;
    line-height: 150%;
    max-width: 1170px;
    margin-bottom: 0 !important;
}

.news-quote-block-small .news-quote .news-quote-descr-wrapper p {
    font-size: 22px !important;
}

.article__body .news-quote .news-quote-descr-wrapper {
    color: #071ab3 !important;
    text-align: center !important;
    width: fit-content !important;
    max-width: unset !important;
    min-width: unset !important;
    font-style: italic !important;
    margin-bottom: 36px !important;
}

.article__body .news-quote .news-quote-descr-name {
    color: #071ab3 !important;
    width: 100%;
}

.article__body .news-quote .news-quote-descr-name p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0 !important;
}

.article__body .news-quote {
    background: transparent !important;
    box-shadow: none !important;
    align-items: center;
    border-bottom: 1px solid #d4d2d2;
    border-radius: 0;
    padding-bottom: 32px;
}

.article__body .news-quote .news-quote-img-wrapper {
    width: 250px; /* ���������� �������� ������ ����������� ����� */
    height: 250px; /* ���������� �������� ������ ����������� ����� */
    border-radius: 50%; /* ������ ���������� ���� ������� */
    overflow: hidden; /* �������� �����������, ��������� �� ������� ����� */
    position: relative; /* ������������� ���������������� ������������ ���������� */
}

@media (max-width: 768px) {
    .article__body .news-quote .news-quote-img-wrapper {
        ! width: fit-content !important;
    }
}

.about-person__avatar img {
    max-width: 50px !important;
    max-height: 50px !important;
    border-radius: 100%;
}

.about-person__name {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
}

.about-person__position {
    font-weight: 600;
    font-size: 13px;
}

.blog-posts__date {
    font-size: 16px;
    padding: 8px 12px;
    color: #000000;
}

.blog-posts__name {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 12px;
    font-weight: 700;
}

.blog-posts__description {
    line-height: 1.5;
}

.list-block {
    margin: 56px 0;
    color: #000;
}

.list-block__item {
    display: flex;
    align-items: center;
    gap: 24px;
}

.list-block__item:not(:last-child) {
    margin-bottom: 40px;
}

.list-block__icon {
    max-width: 40px;
    width: 100%;
}

.list-block__icon img {
    max-width: 100%;
    display: block;
}

.list-block__text {
    font-size: 18px;
}

.diagram-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 28px;
    color: #000;
}

.diagram-block__image {
    max-width: 690px;
}

.diagram-block__image img {
    max-width: 100%;
    display: block;
}

.diagram-block p {
    text-align: center;
    margin-top: 12px;
    font-size: 20px;
}

.diagram-block__values {
    max-width: 370px;
    width: 100%;
    font-size: 14px;
}

.diagram-block__values ul li:not(:last-child) {
    margin-bottom: 16px;
}

.diagram-block__values ul li {
    display: flex;
    gap: 16px;
}

.item-color:before {
    content: "";
    display: inline-flex;
    min-width: 16px;
    height: 16px;
    border-radius: 100px;
    vertical-align: middle;
}

.item-color--mint:before {
    background-color: #61cdbb;
}

.item-color--orange:before {
    background-color: #e8a838;
}

.item-color--yellow:before {
    background-color: #f1e15b;
}

.item-color--coral:before {
    background-color: #f47560;
}

.item-color--darkblue:before {
    background-color: #003366;
}

.item-color--beige:before {
    background-color: #e8c1a0;
}

.item-color--violete:before {
    background-color: #a2539b;
}

.item-color--lavender:before {
    background-color: #b192e4;
}

.item-color--blue:before {
    background-color: #92c7e4;
}

.item-color--rose:before {
    background-color: #e492c8;
}

.list-block__description {
    font-size: 16px;
    color: #000;
    margin-top: 25px;
}

.list-block__description strong {
    font-weight: 600;
}

.list-block__description p {
    line-height: 1.4;
}

@media only screen and (max-width: 992px) {
    .diagram-block__image {
        max-width: 339px;
    }

    .list-block__text,
    .list-block__description {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .article__body .news-quote {
        margin-bottom: 66px;
    }

    .blog__authors {
        flex-direction: column;
    }

    .diagram-block__image {
        max-width: 100%;
    }

    .list-block__item:not(:last-child) {
        margin-bottom: 32px;
    }

    .list-block {
        margin: 32px 0;
    }

    .list-block__icon {
        max-width: 32px;
    }

    .list-block__item {
        gap: 12px;
    }

    .diagram-block p {
        font-size: 12px;
    }

    .diagram-block__values ul li {
        font-size: 13px;
    }

    .diagram-block__values ul li:not(:last-child) {
        margin-bottom: 8px;
    }

    .article-page__title {
        line-height: 44px !important;
    }
}

.article-page__title {
    color: #000e7b;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 32px;
    text-transform: uppercase;
    line-height: 60px;
}

.article-page__thumbnail {
    margin-top: 15px;
    margin-bottom: 31px;
    position: relative;
}

.article-page__thumbnail img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    max-height: 821px;
}

.article-page__top {
    margin-bottom: 53px;
}

.article-body p {
    color: #0f143d;
    font-size: 18px;
    line-height: 1.5;
    margin: 32px 0;
}

.article-body p strong {
    font-size: 16px;
    color: #000e7b;
}

.article-body blockquote {
    position: relative;
    margin: 113px 0 89px;
}

.article-body blockquote p {
    color: #071ab3;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    font-style: italic;
}

.article-body blockquote::before,
.article-body blockquote::after {
    content: "";
    position: absolute;
    background: url(../img/icons/quote-blue-1.svg) left no-repeat;
    background-size: cover;
    transform: translate(-50%, -30%);
    width: 45px;
    height: 25px;
}

.article-body blockquote::before {
    top: -20px;
    left: 0;
}

.article-body blockquote::after {
    bottom: 0;
    right: -20px;
}

.article-page {
    padding: 64px 0 120px;
}

.shared-block {
    margin-top: 66px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.shared-block-text {
    font-size: 18px;
    font-weight: 600;
}

.shared-block a {
    width: 32px;
    height: 32px;
}

.shared-block a img {
    width: 100%;
}

.article-body .news__gallery-slider {
    margin-bottom: 64px;
}

#latest-news-section {
    padding-bottom: 172px;
}

#latest-news-section .latest-news__title {
    color: #000e7b;
    margin-bottom: 42px;
    font-size: 48px;
}

#latest-news-section .latest-news__title span {
    background-color: #000e7b;
}

.latest-news-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 56px 30px;
    margin-bottom: 80px;
}

.latest-news-grid__image {
    margin-bottom: 16px;
    display: block;
	border-radius: 4px;
	overflow: hidden;
}

.latest-news-grid__image img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}

.latest-news-grid__title {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #0f143d;
}

.header-blog {
    position: static !important;
}

.date-blog {
    padding-top: 0 !important;
}

.footer-blog .social-footer__button {
    background-color: #f7385c;
    border-radius: 40px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.footer-blog .social-footer__items .social-footer__items {
    color: #000;
}

/* .header-blog .actions-header__burger {
	background-color: #f7385c;
	border-radius: 40px;
	width: 153px;
	height: auto;
	padding: 21px 32px;
	cursor: pointer;
} */
.latest-news__button {
    text-align: center;
}

.latest-news__more {
    padding: 21px 43px;
    display: inline-block;
}

.blog-posts .wpml-ls ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
    gap: 40px;
}

.blog-posts .wpml-ls .wpml-ls-item a {
    font-weight: 700;
    color: #0f143d;
    font-size: 16px;
    font-family: "OpenSansCondensed", sans-serif;
    padding: 14px 28px;
    background-color: #e7e9ff;
    border-radius: 4px;
    width: 170px;
    display: block;
    text-align: center;
    transition: all 0.5s ease;
}

.blog-posts .wpml-ls-current-language a,
.blog-posts .wpml-ls .wpml-ls-item a:hover {
    text-decoration: none;
    background-color: #000e7b !important;
    color: #ffffff !important;
}

.blog-posts .wpml-ls-legacy-list-horizontal li:last-child:before {
    display: none;
}

.white-theme .header {
    background-color: #ffffff;
}

.white-theme .header__menu .menu-item a {
    color: #0f143d;
    font-weight: 700;
    text-transform: none;
}

.btn-rose {
    background-color: #f7385c;
    border-radius: 40px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.actions-header__burger.btn-rose {
    width: 153px !important;
    height: auto !important;
    padding: 21px 32px !important;
    cursor: pointer;
    background-color:;
}

.actions-header__burger.btn-rose .menu__icon {
    font-weight: 600 !important;
    text-transform: uppercase !important;
    display: flex !important;
    align-items: center !important;
}

.actions-header__burger.btn-rose .menu__text {
    margin-left: 10px !important;
}

.btn-rose .icon-menu span,
.btn-rose .icon-menu::before,
.btn-rose .icon-menu::after {
    margin-right: 5px !important;
}

.header.header-shadow {
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 25%) !important;
}

.footer-blog {
    position: relative;
    background: repeat url("../img/footer_bg_white.png") !important;
}

.footer-blog .footer__lead {
    color: #000000 !important;
}

.footer-blog .footer__item {
    color: #000000 !important;
}

.footer-blog .footer__label {
    color: #000000 !important;
}

.footer-blog .social-footer__label {
    color: #000000 !important;
}

.footer-blog .social-footer__item::before,
.footer-blog .social-footer__item i::before {
    color: #000000 !important;
}

.footer-blog .footer__text p {
    color: #000000 !important;
}

.footer-blog .footer__text img:first-child {
    max-width: 70px !important;
    object-fit: contain !important;
}

.footer-blog .menu-item a {
    color: #000000 !important;
}

.footer-blog .footer__copy {
    color: #000000 !important;
}

.about-person__author {
    color: rgb(101, 110, 191);
    font-family: "OpenSans", sans-serif;
    font-style: italic;
    font-size: 13px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0%;
    margin-top: 8px;
}

.swiper-teams-about .swiper-button-prev,
.swiper-teams-about .swiper-button-next {
    color: #036 !important;
    opacity: 0.3 !important;
    top: 40% !important;
}

@media only screen and (min-width: 75em) {
    .white-theme .date {
        padding-top: 8rem;
    }
}

@media only screen and (max-width: 1600px) {
    .article-page__title {
        font-size: 39px;
        line-height: 52px;
    }

    .article-page__thumbnail img {
        max-height: 600px;
    }
}

@media only screen and (max-width: 1200px) {
    .article-body p {
        font-size: 16px;
    }

    .article-body blockquote {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .article-body blockquote p {
        font-size: 28px;
    }
}

@media only screen and (max-width: 992px) {
    .latest-news-grid {
        grid-template-columns: 1fr 1fr;
    }

    .blog-posts {
        padding-bottom: 150px;
    }
}

@media only screen and (max-width: 768px) {
    .article__body .news-quote .news-quote-descr-wrapper p {
        font-size: 28px !important;
    }

    .latest-news-grid__image img {
        max-height: 200px;
    }

    .latest-news-grid {
        grid-gap: 30px;
    }

    #latest-news-section .latest-news__title {
        margin-bottom: 30px;
        font-size: 40px;
    }

    #latest-news-section {
        padding-bottom: 150px;
    }

    .blog-posts__list {
        grid-template-columns: 1fr;
    }

    .article__body .news-quote .news-quote-descr-wrapper p {
        /* margin-top: 24px !important;
        margin-bottom: 24px !important; */
    }

    .article__body .news-quote .news-quote-descr-wrapper {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .article__body .news-quote .news-quote-descr-wrapper::before {
        background: url("../img/icons/q-1-s.svg") left/contain no-repeat !important;
        width: 30px !important;
        height: 15px !important;
    }

    .article__body .news-quote .news-quote-descr-wrapper::after {
        background: url("../img/icons/q-2-s.svg") left/contain no-repeat !important;
        width: 30px !important;
        height: 15px !important;
    }

    .swiper-teams-about .swiper-button-prev,
    .swiper-teams-about .swiper-button-next {
        display: none;
    }

    .swiper-teams-about,
    .teams-about__swiper {
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .slide-teams__label {
        margin-bottom: 5px;
    }

    .slide-teams__name {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 576px) {
    .article__body .news-quote .news-quote-descr-wrapper p {
        font-size: 16px !important;
    }

    .article-page__title {
        font-size: 22px;
        margin-bottom: 20px;
        letter-spacing: -0.02em;
        line-height: 29px !important;
    }

    .article-page__thumbnail img {
        max-height: 235px;
    }

    .article-page__top .article-date {
        display: none;
    }

    .about-person__avatar {
        width: 40px;
        height: 40px;
    }

    .about-person__name {
        font-size: 14px;
    }

    .about-person__position {
        font-size: 12px;
    }

    .article-page__top {
        margin-bottom: 39px;
    }

    .article-body p,
    .article-body p strong {
        font-size: 14px;
    }

    .article-body p {
        margin: 24px 0;
    }

    .list-block__text,
    .list-block__description {
        font-size: 16px;
    }

    .article-body blockquote {
        width: 100%;
        margin: 67px 0;
    }

    .article-body blockquote p {
        font-size: 16px;
    }

    .article-body blockquote::before,
    .article-body blockquote::after {
        width: 25px;
        height: 15px;
    }

    .article-body .news__gallery-slider {
        margin-bottom: 40px;
    }

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

    .shared-block-text {
        font-size: 14px;
    }

    .article-page {
        padding: 40px 0 80px;
    }

    #latest-news-section .latest-news__title {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .latest-news-grid {
        grid-gap: 24px 12px;
        margin-bottom: 40px;
    }

    .latest-news-grid__image {
        margin-bottom: 8px;
    }

    .latest-news-grid__image img {
        max-height: 108px;
    }

    .latest-news-grid__title {
        font-size: 12px;
    }

    .latest-news__more {
        font-size: 14px;
        padding: 16px 44px;
    }

    #latest-news-banner {
        padding: 40px 0;
    }

    .latest-news__block {
        padding: 24px;
    }

    #latest-news-banner .latest-news__title {
        font-size: 20px;
        padding-bottom: 8px;
        margin-bottom: 20px;
    }

    .latest-news-list__image {
        max-width: 90px;
    }

    .blog-posts {
        padding-top: 40px;
    }

    .blog-posts__title {
        margin-bottom: 24px;
    }

    .blog-posts__image img {
        /* max-height: 224px; */
    }

    .blog-posts__top .article-date {
        display: none;
    }

    .blog-posts__top .about-person {
        margin-bottom: 20px;
    }

    .blog-posts__name {
        font-size: 16px;
    }

    .blog-posts__description {
        font-size: 14px;
    }

    .blog-posts__list {
        margin-top: 56px;
        grid-gap: 56px;
        margin-bottom: 56px;
    }

    .blog-posts .pagging {
        margin-bottom: 0;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .blog-posts {
        padding-bottom: 130px;
    }

    .blog-posts .wpml-ls ul {
        gap: 12px;
        margin-bottom: 48px;
    }

    .blog-posts .wpml-ls .wpml-ls-item a {
        width: 162px;
    }

    .white-theme .header__logo a img {
        width: 60px !important;
    }

    .actions-header__burger.btn-rose .menu__text {
        font-size: 14px !important;
    }

    .actions-header__burger.btn-rose {
        width: 120px !important;
        padding: 18px 20px !important;
    }

    .btn-rose .icon-menu span,
    .btn-rose .icon-menu::before,
    .btn-rose .icon-menu::after {
        margin-right: 5px !important;
    }

    .white-theme .saerch-header__button::before {
        font-size: 20px !important;
    }

    .social-footer__button.btn-rose {
        padding: 16px 32px;
        font-size: 14px;
    }
}

.report2 .reports__photo {
    position: relative;
}

.reports__sub-title {
    padding: 4px 8px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0.25rem;
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 14px;
    line-height: 19px;
    box-shadow: 0px 4px 10px 0px rgba(0, 51, 102, 0.25);
}

.reports__sub-title_project {
    background-color: #fbc506;
}

.reports__sub-title_year {
    background-color: #003366;
}
