/* ===============
   atommedia2
   =============== */
/*
Theme Name: atommedia2
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0.0
License: 
License URI: 
Text Domain: atommedia2
Tags: 



CSS CONTENTS:
--------------------------
LINKS
HEADER

*/








.search-btn span {
    background-image: url(/wp-content/themes/atommedia2/img/search-icon.svg);
    width: 20px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.search-btn {
    width: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2B5D9B;
    margin-right: 1px;
    cursor: pointer;
}

.search-btn:hover {
    background: #18346F;
}




.masterhead-menu-mobile {
    justify-content: flex-end;
}

.burger-button {
    width: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2B5D9B;
    margin-right: 1px;
    cursor: pointer;
}

.burger-button span {
    background-image: url(/wp-content/themes/atommedia2/img/burger-icon.svg);
    width: 20px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.burger-button:hover {
    background: #18346F;
}

.burger-active span {
    background-image: url(/wp-content/themes/atommedia2/img/close.svg);
}

.menu-mobile {
    position: absolute;
    z-index: 4;
    right: 0px;
    top: 70px;
    background-color: #2B5D9B;
    /*padding: 15px;*/
    display: none;
}

.menu-mobile__in {
    padding: 15px 17px;
}

.menu-mobile ul {
    padding: unset;
}

.menu-mobile a {
    text-decoration: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
    color: white;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
}

.menu-mobile a:hover {
    color: white;
}

.menu-mobile li {
    display: block;
    text-transform: uppercase;
    margin: 19px 0px;
}

.menu-mobile .masterhead-social {
    height: 70px;
    margin-bottom: 15px;
}

.menu-mobile .masterhead-social a {
    width: 50px;
    background: #2B5D9B;
}

.menu-mobile .masterhead-social a+a {
    margin-left: 1px;
}

.menu-active {
    display: block;
}

.menu-mobile .archive {
    padding: unset;
    font-weight: bold;
    font-size: 21px;
    line-height: 123.3%;
    margin-bottom: 25px;
}


.submenu-container {
    position: absolute !important;
    left: 0px;
    right: 0px;
    z-index: 3;
    background-color: #2B5D9B;
}

.submenu-container .container {
    height: 100%;
}

.submenu-container li a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: white;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.submenu-container li {
    display: flex;
    padding-left: 14px;
    padding-right: 14px;
}

.submenu-container ul {
    padding: unset;
    display: flex;
    margin: unset;
    height: 100%;
}

.submenu-container .container-in {
    display: flex;
    margin-left: -15px;
    height: 50px;
    margin-right: -15px;
    justify-content: center;
}

.submenu-container li:hover {
    background: #18346F;
}

/* -шапка */

/* поиск в шапке */
.header-search {
    background: #2B5D9B;
    height: 70px;
    left: 190px;
    right: 15px;
    position: absolute;
    z-index: 2;
    display: none;
    opacity: 0;
}

.header-search .header-search-in {
    height: 100%;
}

.header-search #searchform {
    height: 100%;
}

.header-search .search-block__in {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-search .search-block__string {
    flex-grow: 1;
}

.header-search .search-block__string input {
    border: unset;
    background: none;
    color: white;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    width: 100%;
}

.header-search .search-submit {
    width: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2B5D9B;
    margin-left: 1px;
    cursor: pointer;
}

.header-search .search-submit span {
    background-image: url(/wp-content/themes/atommedia2/img/search-icon.svg);
    width: 20px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.header-search .search-submit:hover {
    background: #18346F;
}

.header-search .search-close {
    width: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2B5D9B;
    margin-right: 1px;
    cursor: pointer;
}

.header-search .search-close span {
    background-image: url(/wp-content/themes/atommedia2/img/close.svg);
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.header-search .search-close:hover {
    background: #18346F;
}

@media(max-width: 767px) {
    .header-search {
        left: 15px;
    }
}

/* -поиск в шапке */



/* -контейнер контент */






/* стили в единичной записи */
.single .post-meta {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.single .post-meta-in {
    font-family: Roboto;
    font-weight: normal;
    font-size: 14px;
    margin-right: 17px;
    color: #2B5D9B;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-right: unset;
}



.single .post-meta-in .topic-date {
    color: #8E8E8E;
    flex-shrink: 0;
    margin-right: 15px;
}

.single .post-meta-in .topic-date::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6.5' cy='6.05762' r='5.5' stroke='%238E8E8E'/%3E%3Cpath d='M9.26923 6.51923H6.5V3.75' stroke='%238E8E8E'/%3E%3C/svg%3E%0A");
    margin-right: 9px;
    width: 11px;
    display: flex;
    height: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.single .post-meta-in span {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.single .post-meta-in span a+a {
    margin-left: 9px;
}


.single .post-in h5 {
    margin-bottom: 1rem;
}

.single.content .post-in .post-img {
    margin-bottom: 35px;
}

.content .post-in>iframe {
    margin-top: 35px;
    margin-bottom: 35px;
}



@media(max-width: 768px) {
    .single .post-meta-in {
        justify-content: flex-start;
        flex-direction: column;
    }

    .post-media-downloads {
        justify-content: center;
        margin-top: 10px;
    }

    .post-media-downloads a+a {
        margin-left: 7px;
    }

    .post-media-downloads a {
        margin-left: 7px;
        margin-right: 7px;
    }
}




/* -стили в единичной записи */


/* топ блок на главной */
.section.content-top {
    margin-bottom: 15px;
}

.content-top-left-bottom {
    display: flex;
    justify-content: flex-end;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 30px;
}

.all-news-button {
    display: flex;
    align-items: center;
    text-decoration: underline;
    color: rgba(142, 142, 142, 0.5);
    position: relative;
}

.all-news-button span {
    text-decoration: unset;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin: unset;
    text-transform: lowercase;
}

.all-news-button:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' fill='%230085CE'/%3E%3Cpath d='M6 4L10 8L6 12' stroke='white'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 6px;
}





.content-top-left {
    flex-basis: 388px;
    flex-shrink: 0;
    padding-left: 15px;
    display: flex;
}

.content-top-left-in {
    background-color: white;
    /*padding-top: 22px;*/
    padding-bottom: 26px;
    flex-grow: 1;
}


.news-header {
    padding: 15px 22px;
    background-color: #18346F;
    margin-bottom: 22px;
}

.news-header-in * {
    margin: unset;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 105%;
    color: white;
}

.news-header-in a {
    text-decoration: underline;
}

.news-header-in a:hover {
    opacity: 0.6;
    color: white;
}

.news-list .news.news-list_one {
    border-bottom: 1px solid #F3F3F3;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.news-list .news.news-list_one:last-child {
    border-bottom: unset;
    margin-bottom: unset;
    padding-bottom: unset;
}


.content-top-right-bottom {
    background-color: #18346F;
    padding: 30px 40px;
}

@media(max-width: 768px) {
    .content-top-right-bottom {
        padding: 15px 20px;
    }

    .news-header-in * {
        font-size: 16px;
    }

}

.content-top-right-top figure {
    margin: unset;
}

.content-top-right-bottom * {
    color: white;
}

.content-top-right-bottom .home-top-block {
    display: none;
}

.content-top-right-bottom .right-title {
    text-align: center;
}


.content-top-right {
    display: flex;
    flex-grow: 1;
}

.content-top-right-in {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.content-top-right-top {
    flex-grow: 1;
    margin-bottom: 15px;
}

.content-top-right .content-top-right-top img {
    width: 100%;
}

.content-top-right-top .wp-block-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.content-top-right-top * {
    height: 100%;
}

.content-top-right-top iframe {
    width: 100%;
    min-height: 497px;
}


.content-top-right-bottom a {
    text-decoration: underline;
}

.content-top-right-bottom a:hover {
    opacity: 0.6;
    color: white;
}


@media(max-width: 1200px) {
    .content-top-in {
        flex-direction: column;
    }

    .content-top-left {
        order: 1;
        margin-top: 15px;
        padding-left: 0px;
        flex-basis: unset;
    }

    .content-top-right {
        order: 0;
    }

    .content-top-right-top {
        margin-bottom: unset;
    }
}

@media(min-width: 1200px) {
    .content-top-right-top * {
        height: unset;
    }

    .content-top-left .content-top-left-in {
        display: flex;
        flex-direction: column;
    }

    .content-top-left .news-list {
        overflow: hidden;
        position: relative;
        flex-basis: 100%;
    }

    .content-top-left .news-list-in {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
    }
}

@media(max-width: 768px) {
    .content-top-right-bottom .right-title {
        font-size: 20px;
    }
}

/* -топ блок на главной */

/* стиль блоков коротких новостей */
.post-type-news {
    margin-left: 25px;
    padding-left: 25px;
    border-left: 5px solid #F3F3F3;
    margin-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.post-type-news .news-title * {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 123.3%;
    color: black;
    margin-bottom: 0px;
}

.post-type-news .news-title:hover a * {
    color: #0056b3;
    text-decoration: underline;
}

.post-type-news .news-title p a {
    text-decoration: underline;
}

.post-type-news .news-title p a:hover {
    color: #0056b3;
}

.post-type-news .news-date {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 157.3%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #8E8E8E;
}

.post-type-news .news-date:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6.5' cy='6.05762' r='5.5' stroke='%238E8E8E'/%3E%3Cpath d='M9.26923 6.51923H6.5V3.75' stroke='%238E8E8E'/%3E%3C/svg%3E%0A");
    margin-right: 9px;
    width: 12px;
    display: flex;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media(max-width: 768px) {
    .post-type-news {
        margin-left: 15px;
        padding-left: 15px;
    }

    .post-type-news .news-title * {
        font-size: 15px;
    }
}

/* -стиль блоков коротких новостей */

/* блок контактов на главной */
/*
.contacts-block {
    margin-top: 60px;
}

.contacts-block .contacts-block-in {
    background-color: #18346F;
    padding: 30px;
    justify-content: center;
    text-align: center;
}

.contacts-block .contacts-block-in p {
    color: white;
    margin: unset;
    font-size: 20px;
    line-height: 24px;
}

.contacts-block .contacts-block-in a {
    color: white;
    font-weight: bold;
}

@media(max-width: 768px) {
    .contacts-block {
        margin-top: 30px;
    }

    .contacts-block .contacts-block-in p {
        font-size: 16px;
        line-height: 20px;
    }
}
*/
/* -блок контактов на главной */

/* блок справочных материалов */
.section.reference-block {
    margin-top: 55px;
}

.section.reference-block .reference-block-in {
    flex-direction: column;
}

.section.reference-block .section-title {
    font-weight: normal;
}

.reference-block-in-slider {
    width: 100%;
    position: relative;
}

.reference-block-out-slider {
    position: relative;
    width: 100%;
    /*overflow: hidden;*/
}

.reference-block-in-slider .owl-carousel {
    /*width: 92%;*/
    width: 100%;
}

.reference-block-in-slider .owl-carousel .owl-stage-outer {
    /*overflow: unset;*/
}

.slider-reference-block .owl-stage {
    display: flex;
    padding-left: unset !important;
}

.slider-reference-block .owl-item {
    display: flex;
    flex-basis: auto;
    flex-shrink: 0;
}

.open-reference-button {
    display: inline-block;
    padding: 7px 32px;
    border-radius: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #8E8E8E;
    border: 1px solid #8E8E8E;
}

.slider-reference-block .owl-nav>* {
    height: 26px;
    width: 26px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    position: absolute;
    z-index: 99;
    top: calc(50% - 13px);
    z-index: 2;
    opacity: 1;
    transition: opacity 0.5s;
}

.slider-reference-block .owl-nav .disabled {
    opacity: 0.5;
}

.slider-reference-block .owl-next {
    position: absolute;
    right: -38px;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='26' height='26' fill='%230085CE'/%3E%3Cpath d='M9.75 6.5L16.25 13L9.75 19.5' stroke='white'/%3E%3C/svg%3E%0A") !important;
}

.slider-reference-block .owl-prev {
    position: absolute;
    left: -38px;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='26' height='26' fill='%230085CE'/%3E%3Cpath d='M9.75 6.5L16.25 13L9.75 19.5' stroke='white'/%3E%3C/svg%3E%0A") !important;
    transform: rotate(180deg);
}

/* -блок справочных материалов */

/* стиль блока справочных материалов */
.post.post-type-reference {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.post.post-type-reference .post-img {
    margin: unset !important;
}

.post.post-type-reference .post-img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    object-fit: cover;
    cursor: unset;
}

.post.post-type-reference .post-img-in {
    padding-top: 62%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.post.post-type-reference .post-in {
    background: white;
    flex-grow: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.post.post-type-reference .post-text {
    padding: 15px 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.post.post-type-reference .post-content {
    /*margin-top: 18px;*/
    margin-bottom: 5px;
}

.post.post-type-reference .post-title span {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 123.3%;
    color: black;
}

.post.post-type-reference a {
    text-decoration: unset;
}


.archive-reference .post.post-type-reference {
    min-height: 344px;
}

/* -стиль блока справочных материалов */



/* стиль блока Читайте также */
.posts-readmore {
    margin-top: 11px;
}

.post-readmore-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 123.3%;
    color: #828282;
    margin-bottom: 10px;
    display: flex;
}

.posts-readmore.row {
    margin-right: -7px !important;
    margin-left: -7px !important;
}

.posts-readmore .post.post-type-reference {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

/* -стиль блока Читайте также */

/* стиль блока низа записей */
/*
.post-bottom {
    margin-top: 45px;
    margin-bottom: 55px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.post-social-title {
    display: flex;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 123.3%;
    color: black;
    margin-bottom: 17px;
}

.post-social div {
    display: flex;
    position: relative;
    margin-right: 9px;
}

.post-social .vk a {
    background-image: url(/wp-content/themes/atommedia2/img/share-vk.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
}

.post-social .telegram a {
    background-image: url(/wp-content/themes/atommedia2/img/share-telegram.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
}

.post-social .odnoklassniki a {
    background-image: url(/wp-content/themes/atommedia2/img/share-odnoklassniki.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
}


.post-bottom .post-text-download-button {
    display: inline-block;
    padding: 10px 32px;
    border-radius: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #8E8E8E;
    border: 1px solid #8E8E8E;
}

.post-bottom .post-text-download {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.post-bottom .post-media-download {
    display: flex;
    flex-direction: column;
}

.post-bottom .post-media-download a {
    font-size: 16px;
    line-height: 123.3%;
    text-align: right;
    text-decoration-line: underline;
    color: #8E8E8E;
}

.post-bottom .post-media-download {
    justify-content: flex-end;
}



@media(max-width: 767px) {
    .post-bottom {
        flex-direction: column;
        align-items: flex-end;
    }

    .post-bottom .post-media-download {
        justify-content: flex-start;
    }

    .post-bottom .post-text-download {
        justify-content: flex-start;
    }

    .post-bottom>div+div {
        margin-top: 20px;
    }
}
*/
/* -стиль блока низа записей */



/* Убрать обводку фреймов */
.content .post-in iframe {
    border: none;
}

/* Убрать обводку фреймов */



/* стиль всех новостей */
.content .posts .news.news-list_one {
    background-color: white;
    /*padding: 23px 32px;*/
    padding-top: 23px;
    padding-bottom: 23px;
    margin-bottom: 20px;
}

/* -стиль всех новостей */



/* блок слайдера */
.slider {
    margin-top: 35px;
    margin-bottom: 35px;
}

.slider .owl-dots {
    margin-top: 17px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.slider button.owl-dot.active {
    opacity: 1;
    background-color: #2B5D9B;
    border: 1px solid #2B5D9B !important;
}

.slider button.owl-dot {
    height: 10px !important;
    width: 10px !important;
    background-color: unset;
    margin-right: 9px;
    border: 1px solid black !important;
    padding: 0 !important;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    border-radius: 50%;
}

.slider .slide .post-img_img {
    padding-top: 56.7%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.slider .slide .post-img_img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    object-fit: cover;
}

.single.content .post-in .slider .slide .post-img {
    margin: unset;
}

.slider .slide .post-caption {
    display: flex;
    justify-content: center;
}

.slider .slide .post-caption span {
    font-family: Roboto;
    font-style: italic;
    font-weight: normal;
    font-size: 15px;
    line-height: 132.7%;
    text-align: center;
    color: black;
    display: flex;
}

.slider .owl-next {
    right: 0px;
    position: absolute;
    top: 0px;
    /*height: 81%;*/
    width: 7%;
}

.slider .owl-prev {
    top: 0px;
    position: absolute;
    left: 0px;
    /*height: 81%;*/
    width: 7%;
}

.slider .owl-nav button {
    opacity: 0.4;
}

.slider .owl-nav button:hover {
    opacity: 1;
}

.slider .owl-nav button.disabled {
    opacity: 0;
}

.slider .owl-nav button::after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
}

.slider .owl-nav button.owl-prev::after {
    margin-left: 50%;
    border-bottom: 5px solid black;
    border-left: 5px solid black;
}

.slider .owl-nav button.owl-next::after {
    margin-right: -50%;
    border-top: 5px solid black;
    border-right: 5px solid black;
}

.slider .slider-in .owl-carousel .owl-nav button.owl-next,
.slider .slider-in .owl-carousel .owl-nav button.owl-prev {
    padding-top: 56.7% !important;
}

/* блок слайдера */

/* цитата */
.wp-block-quote {
    padding: 6px 20px;
    margin-top: 35px;
    margin-bottom: 35px;
    border-left: 3px solid #18346F;
}

.wp-block-quote p {
    font-family: Roboto;
    margin: unset;
    font-size: 18px;
    color: black;
    line-height: 120%;
}

@media(min-width: 768px) {
    .wp-block-quote p {
        font-size: 0.93750vw;
    }
}

/* цитата */

/* список */
.list-style {
    background-color: white;
    padding: 20px 20px 20px 40px;
}

.post-in ul {
    font-size: 18px;
    color: black;
    line-height: 120%;
}

.post-in ul li::marker {
    color: #18346F;
}

@media(min-width: 768px) {
    .post-in ul {
        font-size: 0.93750vw;
    }
}

/* список */




/* селектор языка */
.set-lang-list {
    /* width: 140px; */
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #2B5D9B; */
    margin-right: 1px;
    cursor: pointer;
    margin-left: 9px;
}

.set-lang-list-in {
    display: flex;
}

.set-lang-list-in * {
    color: white;
}

.set-lang-list-in a {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    color: white;
    border-radius: 31px;
    border: 1px solid white;
    width: 72px;
    height: 58px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.3px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.set-lang-list-in a.current {
    color: #1785DC;
}

.set-lang-list-in a+a:before {
    content: "";
    border-left: 1px solid white;
    margin-left: 14px;
    margin-right: 14px;
}


.menu-mobile .set-lang-list-in a {
    display: inline-block;
}

.menu-mobile .set-lang-list {
    height: unset;
    width: 100%;
    margin-top: 20px;
}

/* -селектор языка */




/* страница поиска */
.content-search .title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 33px;
    line-height: 123.3%;
    color: black;
    margin-bottom: 31px;
}

.search-posts {
    padding: 35px 30px;
    background: white;
}

.search-posts .issue-img {
    width: 45px;
    margin-right: 17px;
    border: 1px solid #8E8E8E;
}

.search-posts .post {
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(142, 142, 142, 0.5);
    margin-bottom: 30px;
    margin-top: unset;
    align-items: center;
    min-height: unset;
}

.search-posts .post .post-title {
    margin-bottom: unset;
}

.search-posts .post-content {
    flex-grow: 1;
}

.search-posts .post-meta {
    margin-bottom: 4px;
    padding-bottom: unset;
    display: flex;
    align-items: center;
}

.search-posts .post-meta-in {
    font-family: Roboto;
    font-weight: normal;
    font-size: 14px;
    margin-right: 17px;
    color: #2B5D9B;
}

.search-posts .topic-date {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 157.3%;
    color: #8E8E8E;
}

.search-posts .post-meta-in span {
    display: flex;
    align-items: center;
}

.search-posts .topic-date:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6.5' cy='6.05762' r='5.5' stroke='%238E8E8E'/%3E%3Cpath d='M9.26923 6.51923H6.5V3.75' stroke='%238E8E8E'/%3E%3C/svg%3E%0A");
    margin-right: 9px;
    width: 11px;
    display: flex;
    height: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.search-posts .post .post-title a:hover {
    text-decoration: underline;
}

@media(max-width: 575px) {
    .search-posts .post-meta {
        align-items: unset;
        flex-direction: column;
    }

    .search-posts .post {
        flex-direction: column;
        align-items: unset;
    }

    .search-posts .issue-img {
        margin-right: unset;
        margin-bottom: 15px;
    }

    .search-posts .post-issue-download {
        margin-top: 15px;
    }
}

/* страница поиска */


/* убираем браузерную обводку ввода */
*:active,
*:focus {
    outline: none !important;
}

*::-moz-focus-inner {
    border: 0 !important;
}

button:active,
button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0 !important;
}

/* убираем браузерную обводку ввода */


/* стиль блоков с фото-видео */
.posts>.post.post-type-media {
    min-height: unset;
}

.post.post-type-media .post-title {
    margin-bottom: unset;
}

.post.post.post-type-media .post-text {
    padding: 16px 35px 16px 35px;
}

/* -стиль блоков с фото-видео */


/* -стиль блоков событий */
.post-type-event .content-event-top {
    padding-top: 66%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}

.post-type-event .post-in {
    background-color: unset;
}

.post-type-event .post-in>a {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.post-type-event .content-event-top-in {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.post-type-event .content-event-top-in * {
    width: 100%;
    height: 100%;
    margin: unset;
}

.post-type-event .content-event-top-in img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.post-type-event .content-event-bottom {
    background-color: #18346F;
    padding: 15px 20px;
    flex-grow: 1;
}

.post-type-event .content-event-bottom * {
    color: white;
}

.post-type-event .event-title {
    text-align: center;
}

/* -стиль блоков событий */


/* -стиль пресс-релизов в событиях */
.news2 .news2-text {
    overflow: hidden;
    /*height: 152px;*/
    margin-top: 10px;
}


.news2.active .news2-text {
    height: auto;
}


.news2 .news2-img-in {
    padding-top: 66%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.news2 .news2-img-in img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    object-fit: cover;
    cursor: unset;
}

.news2 .news2-img {
    flex-basis: 208px;
    flex-shrink: 0;
}

.news2-list_one-in.post-type-news2 {
    padding: 25px;
    background-color: white;
    position: relative;
}

.news2.news2-list_one {
    margin-bottom: 30px;
}

.news2 .news2-content-in {
    padding-left: 30px;
}

.news2-title * {
    font-weight: 700;
    font-size: 20px;
    line-height: 123.3%;
    letter-spacing: 0.01em;
    color: black;
    margin-bottom: 2px;
}

.news2-dolzhnost {
    font-weight: 700;
    font-size: 20px;
    line-height: 106.6%;
    letter-spacing: 0.01em;
    color: #8E8E8E;
}

.news2-text-in * {
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: black;
}

.news2-text-in a {
    color: #0068ff;
}

.news2-button {
    background-image: url("data:image/svg+xml,%3Csvg width='46' height='24' viewBox='0 0 46 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='46' width='24' height='46' transform='rotate(90 46 0)' fill='%230085CE'/%3E%3Cpath d='M29 9L23 15L17 9' stroke='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    content: "";
    width: 46px;
    height: 24px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    transition: transform 0.5s;
}

.news2.active .news2-button {
    transform: rotateX(180deg);
}


@media(max-width: 767px) {
    .news2-list_one-in.post-type-news2 {
        flex-direction: column;
    }

    .news2 .news2-content-in {
        padding-left: unset;
        margin-top: 15px;
    }


    .news2-title * {
        font-size: 16px;
    }

    .news2-text-in * {
        font-size: 14px;
        line-height: 20px;
    }

}

/* -стиль пресс-релизов в событиях */


/* стиль новостей в событиях */
.posts.posts-all .news.news-list_one {
    background-color: white;
    /* padding: 23px 32px; */
    padding-top: 23px;
    padding-bottom: 23px;
    margin-bottom: 30px;
}

.post-type-news2 .news2-date {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 157.3%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #8E8E8E;
}

.post-type-news2 .news2-date:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6.5' cy='6.05762' r='5.5' stroke='%238E8E8E'/%3E%3Cpath d='M9.26923 6.51923H6.5V3.75' stroke='%238E8E8E'/%3E%3C/svg%3E%0A");
    margin-right: 9px;
    width: 12px;
    display: flex;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* -стиль новостей в событиях */



/* стиль записей в событиях */
.name-post-type {
    background-color: #18346F;
    padding: 2px 15px;
    position: absolute;
    left: 0px;
    top: 0px;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    min-width: 110px;
    text-align: center;
}

.posts.posts-all>div {
    position: relative;
}

.single-event .section.post-block {
    margin-bottom: 60px;
}

@media(min-width: 768px) {
    .single-event .section.post-block {
        /* margin-bottom: 60px; */
        margin-bottom: 3.12500vw;
    }
}

/* -стиль записей в событиях */


/* стиль справочных материалов в событиях */
.single-event .section.media-block .section-title {
    font-weight: normal;
}

/* -стиль справочных материалов в событиях */


/* стиль топ новостей в событиях */
.single-event .content-top-left-in {
    padding-top: 22px;
}

/* -стиль топ новостей в событиях */


/* стиль событий на главной */
#main.home .section.event-block {
    margin-bottom: 30px;
}

/* -стиль событий на главной */


/* стиль пресс-релизов на главной */
#main.home .section.post-block {
    /*margin-top: 30px;*/
    /*margin-bottom: 30px;*/
}

/* -стиль пресс-релизов на главной */


/* стиль тени при наведении на блоки */
.hover-up {
    transition: transform 0.5s;
}

.hover-up:hover {
    transform: translateY(-10px);
}

.posts.horizontal .hover-up:hover {
    transform: none;
}


.hover-underline:hover {
    text-decoration: underline !important;
}

.underline {
    text-decoration: underline !important;
}

/* -стиль тени при наведении на блоки */


/* стиль подписей у фотографий */
.content .post-in .wp-block-image figcaption {
    margin-bottom: 1em;
    margin-top: .5em;
    font-size: 15px;
    color: black;
    line-height: 147.3%;
    padding-left: 15px;
    padding-right: 15px;
}

/* -стиль подписей у фотографий */

/* новый дизайн */

@charset "UTF-8";


@font-face {
    font-family: Roboto;
    src: url(/wp-content/themes/atommedia2/fonts/Roboto-Regular.woff) format("woff"),
        url(/wp-content/themes/atommedia2/fonts/Roboto-Regular.ttf) format("ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(/wp-content/themes/atommedia2/fonts/Roboto-RegularItalic.woff) format("woff"),
        url(/wp-content/themes/atommedia2/fonts/Roboto-RegularItalic.ttf) format("ttf");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    src: url(/wp-content/themes/atommedia2/fonts/Roboto-Medium.woff) format("woff"),
        url(/wp-content/themes/atommedia2/fonts/Roboto-Medium.ttf) format("ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(/wp-content/themes/atommedia2/fonts/Roboto-MediumItalic.woff) format("woff"),
        url(/wp-content/themes/atommedia2/fonts/Roboto-MediumItalic.ttf) format("ttf");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    src: url(/wp-content/themes/atommedia2/fonts/Roboto-Bold.woff) format("woff"),
        url(/wp-content/themes/atommedia2/fonts/Roboto-Bold.ttf) format("ttf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(/wp-content/themes/atommedia2/fonts/Roboto-BoldItalic.woff) format("woff"),
        url(/wp-content/themes/atommedia2/fonts/Roboto-BoldItalic.ttf) format("ttf");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    src: url(/wp-content/themes/atommedia2/fonts/Roboto-Light.woff) format("woff"),
        url(/wp-content/themes/atommedia2/fonts/Roboto-Light.ttf) format("ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(/wp-content/themes/atommedia2/fonts/Roboto-LightItalic.woff) format("woff"),
        url(/wp-content/themes/atommedia2/fonts/Roboto-LightItalic.ttf);
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    src: url(/wp-content/themes/atommedia2/fonts/Roboto-Thin.woff) format("woff"),
        url(/wp-content/themes/atommedia2/fonts/Roboto-Thin.ttf) format("ttf");
    font-weight: 100;
    font-style: normal;
}


@font-face {
    font-family: NEXT ART;
    src: url(/wp-content/themes/atommedia2/fonts/NEXTART-Regular.woff) format("woff"),
        url(/wp-content/themes/atommedia2/fonts/NEXTART-Regular.ttf) format("ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: NEXT ART;
    src: url(/wp-content/themes/atommedia2/fonts/NEXTART-Bold.woff) format("woff"),
        url(/wp-content/themes/atommedia2/fonts/NEXTART-Bold.ttf) format("ttf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: NEXT ART;
    src: url(/wp-content/themes/atommedia2/fonts/NEXTART-Light.woff) format("woff"),
        url(/wp-content/themes/atommedia2/fonts/NEXTART-Light.ttf) format("ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: NEXT ART;
    src: url(/wp-content/themes/atommedia2/fonts/NEXTART-SemiBold.woff) format("woff"),
        url(/wp-content/themes/atommedia2/fonts/NEXTART-SemiBold.ttf) format("ttf");
    font-weight: 600;
    font-style: normal;
}




.single-post .content.single {
    font-family: Roboto;
}

p {
    font-family: Roboto;
    font-weight: normal;
    color: black;
}

b,
strong {
    font-family: Roboto;
    font-weight: bold;
    /*color: black;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto;
    font-style: normal;
    color: black;
}

h1 {
    font-weight: bold;
    font-size: 41px;
    line-height: 110.3%;
}

h2 {
    font-weight: bold;
    font-size: 33px;
    line-height: 123.3%;
}

h3 {
    font-weight: 800;
    font-size: 23px;
    line-height: 123.3%;
}

h4 {
    font-weight: bold;
    font-size: 21px;
    line-height: 123.3%;
}

h5 {
    font-weight: bold;
    font-size: 19px;
    line-height: 123.3%;
}

h6 {
    font-weight: 800;
    font-size: 17px;
    line-height: 123.3%;
}

.content-title h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 33px;
    line-height: 123.3%;
}

.content-title h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 33px;
    line-height: 123.3%;
}

@media(max-width: 768px) {
    h1 {
        font-weight: bold;
        font-size: 36px;
        line-height: 110.3%;
    }

    h2 {
        font-weight: bold;
        font-size: 28px;
        line-height: 123.3%;
    }

    h3 {
        font-weight: 800;
        font-size: 18px;
        line-height: 123.3%;
    }

    h4 {
        font-weight: bold;
        font-size: 16px;
        line-height: 123.3%;
    }

    h5 {
        font-weight: bold;
        font-size: 14px;
        line-height: 123.3%;
    }

    h6 {
        font-weight: 800;
        font-size: 12px;
        line-height: 123.3%;
    }

    .content-title h2 {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 28px;
        line-height: 123.3%;
    }

    .content-title h1 {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 28px;
        line-height: 123.3%;
    }
}


.container {
    /*max-width: 1452px !important;*/
    max-width: 75.62500vw !important;
}

@media(min-width:1280px) and (max-width:1920px) {
    .container {
        max-width: 75.62500vw !important;
    }
}

html {
    overflow-x: hidden;
}

body {
    font-family: Roboto;
}

.bodymain {
    margin-left: auto;
    margin-right: auto;
    background: #F7F8FA;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    width: 100%;
}

#masthead {
    height: 124px;
    /* background: #18346F; */
    position: fixed;
    left: 0px;
    right: 0px;
    top: 50px;
    z-index: 0;
}

#page {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}


a {
    color: #0068ff;
}

.single-post .content .content-in .post-content>* {
    color: black;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media(min-width: 768px) {
    #masthead {
        /* height: 124px; */
        /* top: 50px; */
        height: 6.45833vw;
        top: 2.60417vw;
    }

    .single-post .content .content-in .post-content>* {
        font-size: 0.93750vw;
    }
}

@media(max-width: 767px) {
    .container {
        /*max-width: 1452px !important;*/
        max-width: 100vw !important;
    }
}


/* шапка */
.menu-menu1-container {
    display: inline-block;
    position: relative;
}

.masterhead-menu .sub-menu {
    display: none !important;
}

.menu-menu1-container .search-button>a::before {
    content: url(/wp-content/themes/atommedia2/img/search.svg);
    margin-right: 7px;
    width: 12px;
    display: inline-block;
    height: 14px;
}

.menu-menu2-container .search-button::before {
    content: url(/wp-content/themes/atommedia2/img/search.svg);
    margin-right: 7px;
    width: 12px;
    display: inline-block;
    height: 14px;
}


.masterhead-menu {
    text-align: right;
}

.masterhead-logo {
    position: relative;
}

.masterhead-logo img {
    max-width: 100%;
    width: 160px;
}


.masterhead-menu .menu-container li {
    display: flex;
    padding-left: 14px;
    padding-right: 14px;
}

.masterhead-menu .menu-container ul {
    padding: unset;
    display: flex;
    margin: unset;
    height: 100%;
}

.masterhead-menu .menu-container li a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: white;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}

.menu-container {
    height: 100%;
}

.masterhead-menu .menu-container li:hover {
    background: #2B5D9B;
}

/*
#masterheader {
    height: 100%;
    position: relative;
}
*/

#masterheader {
    height: 100%;
    position: relative;
    justify-content: space-between;
    display: flex;
}

/*
.masterhead-left {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

.masterhead-left-in {
    position: absolute;
    right: 0px;
    width: 100vw;
    display: flex;
    justify-content: flex-end;
    top: 0px;
    bottom: 0px;
    align-items: center;
    background: #18346F;
    border-radius: 0px 31px 31px 0px;
    overflow: hidden;
    padding: 24px 32px;
}

.masterhead-right {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.masterhead-right-in {
    position: absolute;
    left: 0px;
    width: 100vw;
    display: flex;
    justify-content: flex-start;
    top: 0px;
    bottom: 0px;
    align-items: center;
    background: #18346F;
    border-radius: 20px 0px 0px 20px;
    overflow: hidden;
    padding: 24px 32px;
}
*/

.masterhead-left {
    display: flex;
    align-items: center;
    /* width: calc((100vw - 1452px) / 2); */
    width: 12.2vw !important;
}

.masterhead-left-in {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #18346F;
    border-radius: 0px 31px 31px 0px;
    overflow: hidden;
    padding: 24px 32px;
    width: 100%;
    height: 100%;
}

.masterhead-right {
    display: flex;
    align-items: center;
    /* width: calc((100vw - 1452px) / 2); */
    width: 12.2vw !important;
}

.masterhead-right-in {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #18346F;
    border-radius: 20px 0px 0px 20px;
    overflow: hidden;
    padding: 24px 32px;
    width: 100%;
    height: 100%;
}

@media(min-width:1280px) and (max-width:1920px) {

    .masterhead-left {
        width: 12.2vw !important;
    }

    .masterhead-right {
        width: 12.2vw !important;
    }

}


.masterhead-block {
    height: 100%;
    position: relative;
}

.menu-container {
    display: flex;
    margin-left: -15px;
}

.masterhead-menu .menu-container li a {
    text-decoration: none;
}

.masterhead-menu {
    height: 100%;
    flex-basis: 500px;
}

.masterhead-logo {
    display: flex;
    align-items: center;
}


.masterhead-social span {
    width: 60%;
    height: 74%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.masterhead-social .telegram {
    /*background-image: url(/wp-content/themes/atommedia2/img/telegram-icon.svg);*/
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3999 31.0109L17.0999 33.9809C16.8437 34.2098 16.5343 34.3711 16.2 34.4499C15.8657 34.5288 15.5173 34.5226 15.1867 34.432C14.8562 34.3414 14.5541 34.1692 14.3083 33.9314C14.0624 33.6936 13.8807 33.3977 13.7799 33.0709L11.2699 25.0009C11.2265 24.8614 11.1506 24.7337 11.0482 24.6279C10.9458 24.522 10.8197 24.4409 10.6799 24.3909C8.26985 23.5809 1.21985 22.5309 3.19985 18.6909C3.44527 18.2133 3.8527 17.8378 4.34985 17.6309L33.2499 5.4709C33.6689 5.29405 34.1282 5.23442 34.5786 5.29837C35.029 5.36233 35.4535 5.54747 35.8068 5.83401C36.1601 6.12054 36.4288 6.4977 36.5844 6.92516C36.7399 7.35262 36.7764 7.81432 36.6898 8.2609L31.7399 33.4109C31.64 33.9215 31.4109 34.3977 31.0744 34.7945C30.7378 35.1912 30.305 35.4952 29.8169 35.6776C29.3289 35.86 28.802 35.9147 28.2861 35.8365C27.7703 35.7583 27.2828 35.5498 26.8699 35.2309L21.3799 30.9809C21.0465 30.7142 20.7199 30.7242 20.3999 31.0109ZM29.4799 12.5209C29.5533 12.4807 29.6386 12.4681 29.7205 12.4855C29.8024 12.5028 29.8754 12.5489 29.9262 12.6154C29.977 12.682 30.0022 12.7645 29.9974 12.848C29.9926 12.9316 29.958 13.0107 29.8999 13.0709C26.0532 16.6509 22.2465 20.2309 18.4799 23.8109C16.3599 25.8209 16.3099 28.0109 16.1599 30.7109C16.1332 31.2309 16.3132 31.3142 16.6999 30.9609L20.3199 27.6409C20.4208 27.5482 20.5508 27.4934 20.6877 27.4861C20.8245 27.4788 20.9597 27.5194 21.0699 27.6009L28.4899 33.2609C28.5529 33.3118 28.6282 33.3451 28.7083 33.3576C28.7885 33.3701 28.8707 33.3613 28.9472 33.3322C29.0237 33.303 29.0917 33.2544 29.1447 33.1911C29.1977 33.1278 29.234 33.052 29.2499 32.9709L34.0299 8.5009C34.1165 8.0609 33.9498 7.92756 33.5299 8.1009L6.17985 19.6109C5.67318 19.8242 5.67985 20.0176 6.19985 20.1909L12.7199 22.4109C13.0732 22.5309 13.4099 22.4909 13.7299 22.2909L29.4799 12.5209Z' fill='white'/%3E%3C/svg%3E%0A");
}

.masterhead-social .youtube {
    background-image: url(/wp-content/themes/atommedia2/img/youtube-icon.svg);
}

.masterhead-social .vk {
    background-image: url(/wp-content/themes/atommedia2/img/vk-icon.svg);
}

.masterhead-social {
    display: flex;
    flex-direction: row;
    /* height: 100%; */
    margin-right: 1px;
}

.masterhead-right-menu {
    display: flex;
    justify-content: ;
    align-content: ;
    justify-content: flex-end;
}

.masterhead-social a {
    display: flex;
    align-items: center;
    /* width: 47px; */
    justify-content: center;
    /* background: #2B5D9B; */
    border-radius: 31px;
    border: 1px solid white;
    width: 72px;
    height: 58px;
}

.masterhead-social a:hover {
    background: #18346F;
}



.content-nohome {
    margin-top: 50px;
}

@media(max-width: 767px) {
    .content-nohome {
        margin-top: 50px;
    }

    #masthead {
        /* height: 124px; */
        position: relative;
        height: 18.22430vw;
        top: 10px;
    }

    .masterhead-right {
        /* width: 12.2vw !important; */
        width: 36.2vw !important;
    }

    .masterhead-left {
        /* width: 12.2vw !important; */
        width: 36.2vw !important;
    }

    .masterhead-logo img {
        /* width: 8.33333vw; */
        width: 21.333vw;
    }

    .masterhead-right-in {
        /* border-radius: 20px 0px 0px 20px; */
        /* padding: 24px 32px; */
        border-radius: 7.24299vw 0px 0px 7.24299vw;
        padding: 3.50467vw 4.67290vw;
    }

    .masterhead-left-in {
        /* border-radius: 0px 31px 31px 0px; */
        /* padding: 24px 32px; */
        border-radius: 0px 7.24299vw 7.24299vw 0px;
        padding: 3.50467vw 4.67290vw;
    }

    .masterhead-social a {
        /* border-radius: 31px; */
        /* width: 72px; */
        /* height: 58px; */
        border-radius: 7.24299vw;
        width: 13.08411vw;
        height: 9.57944vw;
    }

    .set-lang-list-in a {
        /* font-size: 20px; */
        /* width: 72px; */
        /* height: 58px; */
        font-size: 3.50467vw;
        width: 13.08411vw;
        height: 9.57944vw;
    }


}


@media(min-width: 768px) {
    .masterhead-social a {
        /* border-radius: 31px; */
        /* width: 72px; */
        /* height: 58px; */
        border-radius: 1.61458vw;
        width: 3.75000vw;
        height: 3.02083vw;
    }

    .set-lang-list-in a {
        /* font-size: 20px; */
        /* width: 72px; */
        /* height: 58px; */
        border-radius: 1.61458vw;
        font-size: 1.04167vw;
        width: 3.75000vw;
        height: 3.02083vw;
    }

    .masterhead-right-in {
        /* border-radius: 20px 0px 0px 20px; */
        /* padding: 24px 32px; */
        border-radius: 1.61458vw 0px 0px 1.61458vw;
        padding: 1.25000vw 1.66667vw;
    }

    .masterhead-left-in {
        /* border-radius: 0px 31px 31px 0px; */
        /* padding: 24px 32px; */
        border-radius: 0px 1.61458vw 1.61458vw 0px;
        padding: 1.25000vw 1.66667vw;
    }

    .content-nohome {
        margin-top: 2.60417vw;
    }

}


.no-gutters {
    margin-right: 0 !important;
    ;
    margin-left: 0 !important;
    ;

    >.col,
    >[class*="col-"] {
        padding-right: 0 !important;
        ;
        padding-left: 0 !important;
        ;
    }
}

.row:not(.no-gutters) {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.row:not(.no-gutters)>[class^="col-"],
.row:not(.no-gutters)>[class*=" col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
}




/* контент main */
#main.home {
    margin-top: 50px;
    /*flex-grow: 1;*/
}

@media(max-width: 768px) {
    #main.home {
        margin-top: 30px;
    }
}

/* -контент main */


/* футер */
#footer {
    margin-top: 140px;
    padding-bottom: 7px;
}

.footer-in {
    height: 416px;
    align-items: center;
    width: 100%;
    position: relative;
    justify-content: space-between;
    display: flex;
}

.footer-in .block {
    display: flex;
    flex-direction: column;
}

.footer-left {
    display: flex;
    align-items: center;
    /* width: calc((100vw - 768px) / 2); */
    width: 30.20833vw;
    height: 100%;
}

.footer-left-in {
    display: flex;
    align-items: flex-start;
    background: #18346F;
    border-radius: 0px 31px 31px 0px;
    overflow: hidden;
    padding: 60px 33px 50px 33px;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.footer-left .text-style1 {
    color: white;
    font-family: NEXT ART;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 90px;
}

.footer-right {
    display: flex;
    align-items: center;
    /* width: calc((100vw - 768px) / 2); */
    width: 30.20833vw;
    height: 100%;
}

.footer-right-in {
    display: flex;
    align-items: flex-start;
    background: #18346F;
    border-radius: 20px 0px 0px 20px;
    overflow: hidden;
    padding: 60px 33px 50px 33px;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.footer-right .text-style-big {
    color: white;
    font-family: NEXT ART;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-right .subscribe-block-input {
    display: flex;
}

.footer-right .subscribe-email {
    border-radius: 31px;
    background: white;
    padding: 10px 14px;
    flex-grow: 1;
    text-transform: uppercase;
    border: unset;
    font-size: 24px;
}

.footer-right .subscribe-button {
    border-radius: 31px;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    color: white;
    text-align: center;
    font-family: NEXT ART;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-left: 5px;
    cursor: pointer;
}

.subscribe-block .response span {
    display: flex;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    color: white;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: -10px;
}

.subscribe-block .response span.error {
    color: #FF1402;
}

.subscribe-block input.input-text.error {
    border: 2px solid #FF1402 !important;
}

.footer-right .text-style2 {
    color: white;
    font-family: NEXT ART;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: unset;
}

.footer .sr-logo img {
    width: 210px;
    height: auto;
}

.footer .rosatom-logo img {
    width: 187px;
    height: auto;
}

@media(min-width: 768px) {

    #footer {
        /* margin-top: 140px; */
        /* padding-bottom: 7px; */
        margin-top: 7.29167vw;
        padding-bottom: 0.36458vw;
    }

    .footer-in {
        /* height: 416px; */
        height: 21.66667vw;
    }

    .footer-left-in {
        /* border-radius: 0px 20px 20px 0px; */
        /* padding: 60px 33px 50px 33px; */
        border-radius: 0px 1.61458vw 1.61458vw 0px;
        padding: 3.12500vw 1.71875vw 2.60417vw 1.71875vw;
    }

    .footer-left .text-style1 {
        /* font-size: 20px; */
        /* font-size: 1.04167vw; */
        font-size: 1.66667vw;
        margin-bottom: 4.6875vw;
    }

    .footer-right-in {
        /* border-radius: 20px 0px 0px 20px; */
        /* padding: 60px 33px 50px 33px; */
        border-radius: 1.61458vw 0px 0px 1.61458vw;
        padding: 3.12500vw 1.71875vw 2.60417vw 1.71875vw;
    }

    .footer-right .text-style-big {
        /* font-size: 32px; */
        font-size: 1.66667vw;
    }

    .footer-right .subscribe-email {
        /* border-radius: 22px; */
        /* padding: 10px 14px; */
        border-radius: 1.61458vw;
        padding: 0.52083vw 0.72917vw;
        font-size: 1.25000vw;
    }

    .footer-right .subscribe-button {
        /* border-radius: 22px; */
        /* padding: 16px; */
        /* font-size: 14px; */
        border-radius: 1.61458vw;
        padding: 0.83333vw;
        font-size: 0.83333vw;
    }

    .subscribe-block .response span {
        font-size: 1.04166vw;
        line-height: 1.30208vw;
        margin-top: 0.52083vw;
        margin-bottom: -0.52083vw;
    }

    .footer-right .text-style2 {
        /* font-size: 13px; */
        font-size: 0.67708vw;
    }

    .footer-center img {
        width: 7.91667vw;
        height: auto;
    }

    .footer-in .sr-logo img {
        /* width: 210px; */
        width: 10.93750vw;

    }

    .footer-in .rosatom-logo img {
        /* width: 187px; */
        /* width: 218px; */
        width: 11.35417vw;

    }

}


@media(max-width: 767px) {

    #footer {
        /* margin-top: 140px; */
        margin-top: 18.69159vw;
        padding-bottom: 150px;
    }

    .footer-in {
        /* height: 416px; */
        height: unset;
        flex-direction: column;
    }

    .footer-left {
        /* width: 30.20833vw; */
        /* width: calc((100vw - 768px) / 2); */
        width: unset;
        padding-left: 15px;
        padding-right: 15px;
        flex-grow: 1;
        width: 100%;
    }

    .footer-left-in {
        /* border-radius: 0px 31px 31px 0px; */
        /* padding: 60px 33px 50px 33px; */
        border-radius: 7.24299vw;
        padding: 9.34579vw 7.00935vw;
    }

    .footer-right {
        /* width: 30.20833vw; */
        width: unset;
        padding-left: 15px;
        padding-right: 15px;
        flex-grow: 1;
        width: 100%;
    }

    .footer-right-in {
        /* border-radius: 20px 0px 0px 20px; */
        /* padding: 60px 33px 50px 33px; */
        border-radius: 7.24299vw;
        padding: 9.34579vw 7.00935vw;
    }

    .footer-right .subscribe-block {
        margin-bottom: 7.00935vw;
    }

    .footer-right .subscribe-block-input {
        flex-direction: column;
    }

    .footer-right .subscribe-email {
        margin-bottom: 2.33645vw;
        border-radius: 7.24299vw;
        padding: 2.33645vw 3.27103vw;
        font-size: 3.73832vw;
    }

    .footer-right .subscribe-button {
        /* padding: 16px; */
        /* margin-left: 5px; */
        padding: 2.33645vw;
        margin-left: unset;
        font-size: 3.27103vw;
    }

    .subscribe-block .response span {
        font-size: 4.57665vw;
        line-height: 5.70776vw;
        margin-top: 2.27790vw;
        margin-bottom: -2.27790vw;
    }

    .footer-right .text-style-big {
        /* font-size: 32px; */
        font-size: 6.54206vw;
        margin-bottom: 7.00935vw;
    }

    .footer-right .text-style2 {
        font-size: 3.03738vw;
    }

    .footer-left .text-style1 {
        /* font-size: 20px; */
        /* font-size: 4.20561vw; */
        font-size: 6.54206vw;
        margin-bottom: 30px;
    }

    .footer-in .block {
        margin-bottom: 7.00935vw;
    }

    .footer-center {
        margin-top: 7.00935vw;
        margin-bottom: 7.00935vw;
    }

    .footer-in .rosatom-logo img {
        /* width: 187px; */
        /* width: 218px; */
        width: 50.93458vw;

    }

}

/* -футер */


/* топ блок на главной */
.section.content-hometop {
    margin-bottom: 50px;
}

.content-hometop .content-hometop-in {
    height: 124px;
    padding-left: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-hometop a.site-name {
    color: #18346F;
    font-family: NEXT ART;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 104%;
    text-transform: uppercase;
}

.content-hometop a.stream-inform {
    border-radius: 31px;
    background: linear-gradient(101deg, #2B5D9B 24.44%, #18346F 71.92%);
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: NEXT ART;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 28px 40px;
}

@media(min-width: 768px) {
    .content-hometop a.site-name {
        /* font-size: 40px; */
        font-size: 2.08333vw;
    }

    .content-hometop .content-hometop-in {
        /* height: 124px; */
        height: 6.45833vw;
    }

    .section.content-hometop {
        /* margin-bottom: 50px; */
        margin-bottom: 2.60417vw;
    }

    .content-hometop .content-hometop-in {
        /* padding-left: 25px; */
        padding-left: 1.30208vw;
    }

}

@media(max-width: 767px) {

    .content-hometop a.site-name {
        /* font-size: 40px; */
        font-size: 3.80190vw;
    }

    .content-hometop .content-hometop-in {
        /* height: 124px; */
        /* padding-left: 25px; */
        height: 15.88785vw;
        padding-left: 3.50467vw;
    }

    .section.content-hometop {
        /* margin-bottom: 50px; */
        margin-bottom: 4.67290vw;
    }

}

/* -топ блок на главной */


/* блок главное на главной */
.section.content-homeimportant .important-list-in {
    display: flex;
}

.section.content-homeimportant .important-list-in>.block {
    flex-basis: 21%;
    padding-left: 30px;
    padding-right: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.section.content-homeimportant .important-list-in>.block:before {
    content: "";
    position: absolute;
    left: 0px;
    border-left: 2px solid #2B5D9B;
    top: 0px;
    bottom: 0px;
    transition: border 0.5s;
}

.section.content-homeimportant .important-list-in>.block:hover:before {
    border-left: 2px solid black;
}

.section.content-homeimportant .important-list-in>.block:active:before {
    border-left: 2px solid white;
}

.section.content-homeimportant .important-title * {
    color: black;
    font-family: NEXT ART;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: unset;
    text-decoration: none;
    transition: color 0.5s;
}

.section.content-homeimportant .important-title a p:hover {
    color: #18346F;
}

.section.content-homeimportant .important-title a p:active {
    color: black;
    text-decoration: underline;
}

.section.content-homeimportant {
    margin-bottom: 30px;
}

.section.content-homeimportant .content-homeimportant-in {
    border: 1px solid #EEEDED;
    background: white;
    padding: 24px;
    border-radius: 31px;
}

.section.content-homeimportant .important-name {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 16%;
}

.section.content-homeimportant .important-name .name {
    color: #000;
    font-family: NEXT ART;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: unset;
}


@media(min-width: 768px) {
    .section.content-homeimportant .important-title p {
        /* font-size: 16px; */
        font-size: 0.83333vw;
    }

    .section.content-homeimportant .important-title a {
        /* font-size: 16px; */
        font-size: 0.83333vw;
    }

    .section.content-homeimportant .important-name .name {
        /* font-size: 28px; */
        font-size: 1.45833vw;
    }

    .section.content-homeimportant .content-homeimportant-in {
        /* padding: 24px; */
        /* border-radius: 31px; */
        padding: 1.25000vw;
        border-radius: 1.61458vw;
    }

    .section.content-homeimportant .important-list-in>.block {
        /* padding-left: 30px; */
        /* padding-right: 10px; */
        padding-left: 1.56250vw;
        padding-right: 0.52083vw;
    }

}


@media(max-width: 767px) {

    .section.content-homeimportant .content-homeimportant-in {
        /* padding: 24px; */
        /* border-radius: 31px; */
        padding: 3.50467vw;
        border-radius: 7.24299vw;
    }

    .section.content-homeimportant .important-name .name {
        /* font-size: 28px; */
        font-size: 4.90654vw;
    }

    .section.content-homeimportant .important-list-in {
        flex-direction: column;
    }

    .section.content-homeimportant .important-list-in>.block::before {
        /* border-left: 2px solid #2B5D9B; */
        /* bottom: 0px; */
        border-left: none;
        bottom: unset;
        border-top: 2px solid #2B5D9B;
        right: 0px;
    }

    .section.content-homeimportant .important-list-in>.block {
        /* padding-left: 30px; */
        /* padding-right: 10px; */
        padding-left: unset;
        padding-right: unset;
        padding-top: 3.50467vw;
        padding-bottom: 3.50467vw;
    }

    .section.content-homeimportant .important-name {
        padding-bottom: 2.33645vw;
    }

    .section.content-homeimportant .important-title p {
        /* font-size: 16px; */
        font-size: 3.27103vw;
    }

}

/* -блок главное на главной */


/* стиль секции блока пресс-релизы и т.д на главной */
.section-post-style .section-in {
    background: linear-gradient(180deg, #18346F 0%, #2B5D9B 100%);
    border-radius: 31px;
    /* border: 1px solid #EEEDED; */
    display: flex;
    position: relative;
}

.section-post-style .section-in-content {
    border-radius: 31px;
    /* border: 1px solid #EEEDED; */
    background: white;
    padding: 40px;
    z-index: 1;
    flex-grow: 1;
}

.section-post-style .section-title-block {
    /* background: linear-gradient(180deg, #18346F 0%, #2B5D9B 100%); */
    /* border-radius: 0px 31px 31px 0px; */
    /* border: 1px solid #EEEDED; */
    /* margin-left: -20px; */
    z-index: 0;
    /* display: flex; */
    /* flex-direction: column; */
    position: relative;
    flex-shrink: 0;
    width: 108px;
}

.section-post-style .section-title {
    /* margin-top: 40px; */
    color: white;
    font-family: NEXT ART;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: flex;
    transform: rotate(90deg) translateX(100%);
    transform-origin: top right;
    /* margin-right: 36px; */
    /* width: 500px; */
    position: absolute;
    right: 30px;
    top: 40px;
    width: 500px;
}


.section-post-style .posts {
    margin-left: -3px;
    margin-right: -3px;
    display: flex;
    flex-wrap: wrap;
}

.section-post-style .posts .post {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 42px;
    flex-basis: 33.3333%;
}

.section-post-style .section-title-block.transition {
    background: linear-gradient(180deg, #18346F 0%, #2B5D9B 100%);
    border-radius: 31px;
    transition: transform 0.5s;
}

.section-post-style .section-title-block.transition.left:hover {
    transform: translateX(-10px);
}

.section-post-style .section-title-block.transition.right:hover {
    transform: translateX(10px);
}

.post-block.w50 .post {
    flex-basis: 50%;
}

.post-block.w50 .posts .post-term .termlink:nth-child(n+3) {
    display: flex;
}

.post-block.w50 .posts .post-term .termlink:nth-child(n+4) {
    display: none;
}


@media(min-width: 768px) {

    .section-post-style .section-in-content {
        /* border-radius: 31px; */
        /* padding: 40px; */
        border-radius: 1.61458vw;
        padding: 2.08333vw;
    }

    .section-post-style .section-title-block.transition {
        /* border-radius: 31px; */
        border-radius: 1.61458vw;
    }

    .section-post-style .section-title-block {
        /* width: 108px; */
        width: 5.62500vw;
    }

    .section-post-style .section-title {
        /* font-size: 48px; */
        /* right: 30px; */
        /* top: 40px; */
        /* width: 500px; */
        font-size: 2.50000vw;
        right: 1.56250vw;
        top: 2.08333vw;
        width: 26.04167vw;
    }

    .section-post-style .posts .post {
        /* margin-bottom: 42px; */
        margin-bottom: 2.18750vw;
    }

    .posts>.post {
        /* margin-top: 15px; */
        /* min-height: 400px; */
        margin-top: 0.78125vw;
        min-height: 20.83333vw;
    }

    .posts .post-in {
        /* border-radius: 31px; */
        /* padding: 10px; */
        border-radius: 1.61458vw;
        padding: 0.52083vw;
    }

    .section-post-style .section-in {
        /* border-radius: 31px; */
        border-radius: 1.61458vw;
    }

}

@media(max-width: 767px) {

    .section-post-style .section-title {
        /* font-size: 48px; */
        /* right: 30px; */
        /* width: 500px; */
        font-size: 4.90654vw;
        right: 1.86916vw;
        width: 93.45794vw;
    }

    .section-post-style .section-title-block {
        /* width: 108px; */
        width: 9.34579vw;
    }

    .section-post-style .section-in-content {
        /* padding: 40px; */
        padding: 3.50467vw;
        border-radius: 7.24299vw;
    }

    .posts .post-in {
        /* padding: 10px; */
        padding: 1.16822vw;
    }

    .posts .post .post-text {
        /* padding: 16px 15px 15px 15px; */
        padding: 1.40187vw 1.16822vw 1.16822vw 1.16822vw;
    }

    .post .post-title span {
        /* font-size: 16px; */
        font-size: 3.27103vw;
    }

    .posts>.post {
        /* min-height: 320px; */
        min-height: 70.09346vw;
    }

    .section-post-style .posts .post {
        /* margin-bottom: 42px; */
        /* flex-basis: 33.3333%; */
        margin-bottom: 2.33645vw;
        flex-basis: 100%;
    }

    .posts>.post {
        /* margin-top: 15px; */
        margin-top: 2.33645vw;
    }

    .post .post-term .termlink {
        /* padding: 5px 15px; */
        padding: 0.46729vw 2.33645vw;
    }

    .post .post-term {
        /* min-height: 33px; */
        min-height: 5.84112vw;
    }

    .section-post-style .section-title-block.transition {
        /* border-radius: 31px; */
        border-radius: 7.24299vw;
    }

    .section-post-style .section-in {
        /* border-radius: 31px; */
        border-radius: 7.24299vw;
    }


}

/* -стиль секции блока пресс-релизы и т.д на главной */


/* блок пресс-релизы на главной */
#main.home .section.post-block {
    margin-bottom: 74px;
}


.content {
    /*max-width: 900px;*/
    position: relative;
}

.content .post-in>* {
    max-width: 100%;
}

.content img {
    max-width: 100%;
    height: auto;
}

.content h6 {
    font-family: Roboto;
    font-weight: 900;
    /*margin: 15px 0px;*/
}

.content .post {
    margin-bottom: 15px;
    margin-top: 15px;
}

.posts {
    flex-grow: 1;
}

.posts>.post {
    margin-bottom: 15px;
    margin-top: 15px;
    min-height: 400px;
}

.posts a {
    color: black;
    text-decoration: none;
}

.posts .post-img {
    /*padding-right: 10px;*/
    /*padding-left: 10px;*/
}

.post-img img {
    width: 100%;
    cursor: pointer;
}

.posts .post-img img {
    width: 100%;
    cursor: pointer;
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    object-fit: cover;
}

.posts .post-img-in {
    padding-top: 62.2%;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 31px;
}

.posts .post .post-text {
    /* padding: 16px 35px 30px 35px; */
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    text-align: center;
    padding-top: 10px;
}

.posts .post .post-text .post-text-bottom {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    text-align: center;
    width: 100%;
}


.post .post-title {
    margin-bottom: 17px;
}

.post .post-title span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 800;
    font-size: 17px;
    line-height: 123.3%;
    color: black;
    display: flex;
}

.posts .post-in {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 31px;
    border: 1px solid #EEEDED;
    background: #F7F7F7;
    padding: 10px;
}


.post-in p {
    font-size: 17px;
    color: black;
    line-height: 157.3%;
}


.post-date {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 157.3%;
    position: relative;
    padding-left: 22px;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.75);
    margin-top: auto;
    flex-shrink: 0;
}

.post-date::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5.5' cy='5.5' r='5' stroke='black' stroke-opacity='0.75'/%3E%3Cpath d='M7.5 7L5.5 5.92298V2.5' stroke='black' stroke-opacity='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.post .post-term {
    display: flex;
    margin-top: 10px;
    margin-right: -3px !important;
    margin-left: -3px !important;
    margin-bottom: 4px;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 33px;
    width: 100%;
}

.post .post-term .termlink {
    color: #18346F;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1.4px solid #2B5D9B;
    border-radius: 31px;
    padding: 5px 15px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 6px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.post .post-term .termlink:nth-child(n+3) {
    display: none;
}

.post.no-thumb .post-text {
    flex-grow: 0;
}

.post.no-thumb .post-date {
    margin-top: unset;
}

.post.no-thumb .post-title {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.post .post-title-top {
    display: none;
}

.post.no-thumb .post-title-bottom {
    display: none;
}

.posts .post .post-img-stub {
    display: none;
}

.posts.horizontal .post.no-thumb .post-text {
    z-index: 1;
}


@media(max-width: 768px) {
    .posts>.post {
        min-height: 320px;
    }

    .post .post-title span {
        font-size: 16px;
    }

    .post .post-title {
        margin-bottom: 10px;
    }

    .posts .post .post-text {
        padding: 16px 15px 15px 15px;
    }

}

@media(min-width: 768px) {
    #main.home {
        /* margin-top: 50px; */
        margin-top: 2.60417vw;
    }

    .posts .post-img-in {
        /* border-radius: 31px; */
        border-radius: 1.61458vw;
    }

    .post .post-title span {
        /* font-size: 17px; */
        font-size: 0.88542vw;
    }

    .post .post-title {
        /* margin-bottom: 17px; */
        margin-bottom: 0.88542vw;
    }

    .post-date {
        /* font-size: 14px; */
        font-size: 0.72917vw;
    }

    .posts>.post {
        /* margin-top: 15px; */
        /* min-height: 400px; */
        margin-top: 0.78125vw;
        min-height: 20.83333vw;
        margin-bottom: 0.78125vw;
    }

    .post .post-term {
        /* min-height: 33px; */
        min-height: 1.71875vw;
    }

    .post .post-term .termlink {
        /* font-size: 12px; */
        /* border-radius: 31px; */
        /* padding: 5px 15px; */
        font-size: 0.62500vw;
        border-radius: 1.61458vw;
        padding: 0.26042vw 0.78125vw;
    }


    #main.home .section.post-block {
        /* margin-bottom: 74px; */
        margin-bottom: 3.85417vw;
    }

    .post-date {
        /* padding-left: 22px; */
        padding-left: 1.14583vw;
    }

    .post-date::before {
        /* width: 13px; */
        /* height: 13px; */
        width: 0.67708vw;
        height: 0.67708vw;
    }

}

@media(max-width: 767px) {
    #main.home .section.post-block {
        /* margin-bottom: 74px; */
        margin-bottom: 7.00935vw;
    }

}

/* -блок пресс-релизы на главной */


/* стиль кнопки Загрузить ещё и Показать ещё */
.bottom-button {
    margin: 20px 0px;
    text-align: center;
}

.more-button {
    display: inline-block;
    cursor: pointer;
    border-radius: 17px;
    background: #2B5D9B;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: white;
    padding: 14px 31px;
}

.see-more-button {
    display: inline-block;
    cursor: pointer;
    border-radius: 17px;
    background: #2B5D9B;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: white;
    padding: 14px 31px;
}

@media(min-width: 768px) {
    .bottom-button {
        /* margin: 20px 0px; */
        margin: 1.04167vw 0px;
    }

    .see-more-button {
        /* border-radius: 17px; */
        /* font-size: 24px; */
        /* padding: 14px 31px; */
        border-radius: 0.88542vw;
        font-size: 1.25000vw;
        padding: 0.72917vw 1.61458vw;
    }

    .more-button {
        /* font-size: 24px; */
        /* padding: 14px 31px; */
        font-size: 1.25000vw;
        padding: 0.72917vw 1.61458vw;
    }

}


@media(max-width: 767px) {
    .see-more-button {
        /* border-radius: 17px; */
        /* font-size: 24px; */
        /* padding: 14px 31px; */
        border-radius: 3.97196vw;
        font-size: 3.73832vw;
        padding: 2.33645vw 4.67290vw;
    }

}

/* -стиль кнопки Загрузить ещё и Показать ещё */


/* стиль секции блока проекты темы фото видео и т.д на главной */
.section-post-style2.post-block .posts {
    margin-left: -3px;
    margin-right: -3px;
    display: flex;
    flex-wrap: wrap;
}

.section-post-style2.post-block .posts .post {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 42px;
    flex-basis: 33.3333%;
}

.section-post-style2 .section-in {
    background: linear-gradient(180deg, #18346F 0%, #2B5D9B 100%);
    border-radius: 31px;
    padding: 40px;
}

.section-post-style2 .section-title {
    color: white;
    font-family: NEXT ART;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.section-post-style2 .section-title-block {
    margin-left: 67px;
    margin-right: 67px;
    margin-top: 14px;
    margin-bottom: 60px;
}

.section-post-style2 .see-more-button {
    background: white;
    color: #18346F;
}


.section-post-style2.white .section-in {
    background: white;
}

.section-post-style2.white .see-more-button {
    background: #2B5D9B;
    color: white;
}

@media(min-width: 768px) {

    .section-post-style2 .section-in {
        /* border-radius: 31px; */
        /* padding: 18px 40px; */
        border-radius: 1.61458vw;
        padding: 2.08333vw;
    }

    .section-post-style2 .section-title-block {
        /* margin-left: 67px; */
        /* margin-top: 46px; */
        /* margin-bottom: 60px; */
        margin-left: 3.48958vw;
        margin-right: 3.48958vw;
        margin-top: 0.729166vw;
        margin-bottom: 3.12500vw;
    }

    .section-post-style2 .section-title {
        /* font-size: 48px; */
        font-size: 2.50000vw;
    }


    .section-post-style2.post-block .posts .post {
        /* margin-bottom: 42px; */
        margin-bottom: 2.18750vw;
    }


}

@media(max-width: 767px) {

    .section-post-style2 .section-in {
        /* border-radius: 31px; */
        /* padding: 18px 40px; */
        border-radius: 7.24299vw;
        padding: 3.50467vw;
    }

    .section-post-style2 .section-title {
        /* font-size: 48px; */
        font-size: 5.84112vw;
    }

    .section-post-style2 .section-title-block {
        /* margin-left: 67px; */
        /* margin-top: 46px; */
        /* margin-bottom: 60px; */
        margin-left: 7.00935vw;
        margin-right: 7.00935vw;
        margin-top: 4.67290vw;
        margin-bottom: 4.67290vw;
    }

}

/* -стиль секции блока проекты темы фото видео и т.д на главной */


/* стиль секции блока проекты и темы и т.д на главной */
.post-terms {
    margin-left: -9px;
    margin-right: -9px;
    display: flex;
    flex-wrap: wrap;
}

.post-terms .post-term {
    margin-left: 9px;
    margin-right: 9px;
    border-radius: 31px;
    border: 1px solid white;
    color: white;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 11px 23px;
    margin-top: 12px;
    margin-bottom: 12px;
}

@media(min-width: 768px) {

    .post-terms .post-term {
        /* margin-left: 9px; */
        /* margin-right: 9px; */
        /* border-radius: 31px; */
        /* font-size: 20px; */
        /* padding: 11px 23px; */
        /* margin-top: 12px; */
        /* margin-bottom: 12px; */
        margin-left: 0.46875vw;
        margin-right: 0.46875vw;
        border-radius: 1.61458vw;
        font-size: 1.04167vw;
        padding: 0.57292vw 1.19792vw;
        margin-top: 0.62500vw;
        margin-bottom: 0.62500vw;
    }

    .post-terms {
        /* margin-left: -9px; */
        /* margin-right: -9px; */
        margin-left: -0.46875vw;
        margin-right: -0.46875vw;
    }

}

@media(max-width: 767px) {

    .post-terms .post-term {
        /* margin-left: 9px; */
        /* margin-right: 9px; */
        /* border-radius: 31px; */
        /* font-size: 20px; */
        /* padding: 11px 23px; */
        /* margin-top: 12px; */
        /* margin-bottom: 12px; */
        margin-left: 1.16822vw;
        margin-right: 1.16822vw;
        border-radius: 7.24299vw;
        font-size: 3.27103vw;
        padding: 1.86916vw 3.50467vw;
        margin-top: 1.16822vw;
        margin-bottom: 1.16822vw;
    }

    .post-terms {
        /* margin-left: -9px; */
        /* margin-right: -9px; */
        margin-left: -1.16822vw;
        margin-right: -1.16822vw;
    }

}

/* -стиль секции блока проекты и темы и т.д на главной */

/* стиль секции календаря на главной */
.calendar-post-block .posts {
    display: flex;
    margin-left: -4px;
    margin-right: -4px;
    flex-wrap: wrap;
}

.calendar-post-block .post {
    flex-basis: 14.28%;
    padding-left: 4px;
    padding-right: 4px;
    min-height: 266px;
}

.calendar-post-block .post-types {
    display: flex;
    flex-direction: column;
}

.calendar-post-block a.post-type-link {
    border-radius: 10px;
    background: #2B5D9B;
    color: white;
    text-align: center;
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 8px 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.calendar-post-block .post-in {
    padding: 34px 17px;
}

.calendar-post-block .date {
    color: #000;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    margin-bottom: 2px;
}

.calendar-post-block .day {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.calendar-post-block .posts .post.active .post-in {
    background: white;
}

@media(min-width: 768px) {

    .calendar-post-block .post {
        /* min-height: 266px; */
        min-height: 13.85417vw;
    }

    .posts .post-in {
        /* border-radius: 31px; */
        border-radius: 1.61458vw;
    }

    .calendar-post-block .post-in {
        /* padding: 34px 17px; */
        padding: 1.77083vw 0.88542vw;
    }

    .section-post-style2.post-block .posts .post {
        /* margin-bottom: 42px; */
        margin-bottom: 2.18750vw;
    }

    .calendar-post-block .posts {
        /* margin-left: -4px; */
        /* margin-right: -4px; */
        margin-left: -0.20833vw;
        margin-right: -0.20833vw;
    }

    .calendar-post-block .post {
        /* padding-left: 4px; */
        /* padding-right: 4px; */
        padding-left: 0.20833vw;
        padding-right: 0.20833vw;
    }

    .calendar-post-block .date {
        /* font-size: 32px; */
        font-size: 1.66667vw;
    }

    .calendar-post-block .day {
        /* font-size: 20px; */
        /* margin-bottom: 20px; */
        font-size: 1.04167vw;
        margin-bottom: 1.04167vw;
    }

    .calendar-post-block a.post-type-link {
        /* border-radius: 10px; */
        /* font-size: 10px; */
        /* padding: 8px 10px; */
        /* margin-bottom: 5px; */
        border-radius: 0.52083vw;
        font-size: 0.52083vw;
        padding: 0.41667vw 0.52083vw;
        margin-bottom: 0.26042vw;
    }


}

@media(max-width: 767px) {

    .section-post-style2.post-block .posts .post {
        /* margin-bottom: 42px; */
        /* flex-basis: 33.3333%; */
        margin-bottom: 2.33645vw;
        flex-basis: 100%;
    }

    .posts>.post {
        /* margin-top: 15px; */
        margin-top: 2.33645vw;
        margin-bottom: 2.33645vw;
    }

    .posts .post-img-in {
        /* border-radius: 31px; */
        border-radius: 7.24299vw;
    }

    .posts .post-in {
        /* border-radius: 31px; */
        /* padding: 10px; */
        border-radius: 7.24299vw;
        padding: 2.33645vw;
    }


    .calendar-post-block .post {
        /* flex-basis: 14.28%; */
        /* min-height: 266px; */
        flex-basis: 50%;
        min-height: 240px;
    }

    .calendar-post-block .date {
        /* font-size: 32px; */
        font-size: 5.84112vw;
    }

    .calendar-post-block .day {
        /* font-size: 20px; */
        /* margin-bottom: 20px; */
        font-size: 3.73832vw;
        margin-bottom: 2.80374vw;
    }

    .calendar-post-block a.post-type-link {
        /* font-size: 10px; */
        /* padding: 8px 10px; */
        /* margin-bottom: 5px; */
        font-size: 2.33645vw;
        padding: 1.86916vw 1.16822vw;
        margin-bottom: 1.16822vw;
    }

    .calendar-post-block .post.correction-day {
        display: none;
    }

}

/* -стиль секции календаря на главной */


/* стиль секций в единичной записи пресс релизов и т.д */
.content-white-box .content-in {
    padding: 32px;
    border-radius: 31px;
    border: 1px solid #EEEDED;
    background: white;
}

.section-single-top-style {
    /*margin-bottom: 74px;*/
}

.section-single-top-style .section-in {
    background: #18346F;
    border-radius: 31px;
    /* border: 1px solid #EEEDED; */
    display: flex;
    position: relative;
    height: 100%;
    min-height: 33vw;
}

.section-single-top-style .section-in-content {
    border-radius: 31px;
    /* border: 1px solid #EEEDED; */
    background: white;
    /* padding: 40px; */
    z-index: 1;
    overflow: hidden;
    position: relative;
    flex-basis: 72%;
    background: linear-gradient(292deg, #2B5D9B 0%, #18346F 82.76%);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.section-single-top-style .section-title-block {
    /* background: linear-gradient(180deg, #18346F 0%, #2B5D9B 100%); */
    /* border-radius: 0px 31px 31px 0px; */
    /* border: 1px solid #EEEDED; */
    /* margin-left: -20px; */
    z-index: 0;
    /* display: flex; */
    /* flex-direction: column; */
    position: relative;
    flex-shrink: 1;
    flex-basis: 28%;
    flex-grow: 1;
    padding: 20px 32px 20px 32px;
    display: flex;
    flex-direction: column;
}

.section-single-top-style .section-title-block-bottom {
    display: flex;
}

/*
.section-single-top-style .content-text {
    color: white;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 3;
}
*/

.section-single-top-style .post-meta {
    padding: 4px 10% 20px 28px;
    z-index: 1;
}

.section-single-top-style .post-meta .post-term {
    min-height: unset;
}

.section-single-top-style .content-title {
    /*margin-bottom: 24px;*/
    padding: 20px 10% 20px 28px;
    width: 100%;
    flex-direction: column;
}


.section-single-top-style .content-title * {
    color: white;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-single-top-style .content-title .subtitle {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
}

/*
.section-single-top-style .post-img {
    height: 100%;
    width: 100%;
}
*/

.section-single-top-style .content-text {
    color: white;
    z-index: 0;
    /* padding: 20px 10% 20px 28px; */
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-grow: 1;
    width: 100%;
}

.section-single-top-style .content-text.no-thumb {
    justify-content: center;
}

.section-single-top-style .post-img {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: -1;
}

.section-single-top-style .post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section-single-top-style .post-back {
    position: absolute;
    top: 0px;
    bottom: -1px;
    left: 0px;
    right: -1px;
    /* background: linear-gradient(to top, black, #fff0); */
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 82.76%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 82.76%);
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 82.76%);
    background: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 82.76%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 82.76%);
    opacity: 0.6;
    z-index: 2;
}



.section-single-top-style .post-meta-in {
    display: flex;
    align-items: center;
    padding-left: 12px;
}

.section-single-top-style .post-meta .post-date {
    color: rgba(255, 255, 255, 0.75);
    margin-right: 38px;
    margin-top: unset;
}

.section-single-top-style .post-meta .post-date:before {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5.5' cy='5.5' r='5' stroke='white' stroke-opacity='0.75'/%3E%3Cpath d='M7.5 7L5.5 5.92298V2.5' stroke='white' stroke-opacity='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}


.section-single-top-style .post-meta .post-term {
    display: flex;
    margin-right: -3px !important;
    margin-left: -3px !important;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 4px;
    margin-bottom: 4px;
}

.section-single-top-style .post-meta .post-term .termlink {
    color: white;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1.4px solid white;
    border-radius: 31px;
    padding: 5px 15px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    text-transform: uppercase;
    margin-top: 3px;
}

.section-single-top-style .post-meta .termlink:nth-child(n+3) {
    display: flex;
}

.section-single-top-style .post-meta .termlink:nth-child(n+6) {
    display: none;
}


.section-single-top-style .section-title-block-top {
    flex-grow: 1;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
}

.section-single-top-style .section-title-block-top .section-title {
    color: white;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}

.single-post .section.post-content {
    padding: 64px 118px 20px 100px;
    /*text-align: justify;*/
}


@media(min-width: 768px) {
    .content-white-box .content-in {
        /* padding: 32px; */
        /* border-radius: 31px; */
        padding: 1.66667vw;
        border-radius: 1.61458vw;
    }

    .section-single-top-style .section-in {
        /* border-radius: 31px; */
        border-radius: 1.61458vw;
    }

    .section-single-top-style .section-in-content {
        /* border-radius: 31px; */
        border-radius: 1.61458vw;
    }

    .section-single-top-style .content-title {
        /* padding: 20px 10% 20px 28px; */
        padding: 1.04167vw 10% 1.04167vw 1.45833vw;
    }

    .section-single-top-style .content-title * {
        /* font-size: 36px; */
        font-size: 1.87500vw;
    }

    .section-single-top-style .content-title .subtitle {
        font-size: 0.83333vw;
        margin-bottom: 0.26042vw;
    }

    .section-single-top-style .post-meta {
        /* padding: 4px 10% 20px 28px; */
        padding: 0.20833vw 10% 1.04167vw 1.45833vw;
    }

    .section-single-top-style .post-meta-in {
        /* padding-left: 12px; */
        padding-left: 0.62500vw;
    }

    .section-single-top-style .post-meta .post-date {
        /* margin-right: 38px; */
        margin-right: 1.97917vw;
        padding-left: 1.14583vw;
    }

    .section-single-top-style .post-meta .post-term {
        /* margin-right: -3px !important; */
        /* margin-left: -3px !important; */
        /* margin-top: 4px; */
        /* margin-bottom: 4px; */
        margin-right: -0.15625vw !important;
        margin-left: -0.15625vw !important;
        margin-top: 0.20833vw;
        margin-bottom: 0.20833vw;
    }

    .section-single-top-style .post-meta .post-term .termlink {
        /* font-size: 12px; */
        /* border-radius: 31px; */
        /* padding: 5px 15px; */
        /* margin-left: 3px; */
        /* margin-right: 3px; */
        /* margin-bottom: 3px; */
        /* margin-top: 3px; */
        font-size: 0.62500vw;
        border-radius: 1.61458vw;
        padding: 0.26042vw 0.78125vw;
        margin-left: 0.15625vw;
        margin-right: 0.15625vw;
        margin-bottom: 0.15625vw;
        margin-top: 0.15625vw;
    }

    .section-single-top-style .section-title-block {
        /* padding: 20px 32px 20px 32px; */
        padding: 1.04167vw 1.66667vw 1.04167vw 1.66667vw;
    }

    .section-single-top-style .section-title-block-top .section-title {
        /* font-size: 32px; */
        font-size: 1.66667vw;
    }

    .single-post .section.post-content {
        padding: 3.33333vw 6.14583vw 1.04167vw 5.20833vw;
    }
}

@media(max-width: 767px) {
    .content-white-box .content-in {
        /* padding: 32px; */
        /* border-radius: 31px; */
        padding: 3.50467vw;
        border-radius: 7.24299vw;
    }

    .section-single-top-style .section-in {
        flex-direction: column;
    }

    .section-single-top-style .content-title * {
        /* font-size: 36px; */
        /* font-size: 5.60748vw; */
        font-size: 4.607vw;
        margin-bottom: 4vw;
    }

    .section-single-top-style .content-title .subtitle {
        font-size: 3.73832vw;
        margin-bottom: 4vw;
    }

    .section-single-top-style .post-meta-in {
        /* align-items: center; */
        /* padding-left: 12px; */
        align-items: flex-start;
        padding-left: unset;
        flex-direction: column;
    }

    .section-single-top-style .content-title {
        /* padding: 20px 10% 20px 28px; */
        /* padding: 3.50467vw; */
        padding: unset;
    }

    .section-single-top-style .post-meta {
        /* padding: 4px 10% 20px 28px; */
        /* padding: 0.93458vw 3.50467vw 3.50467vw 3.50467vw; */
        padding: unset;
        margin-bottom: 4vw;
    }

    .section-single-top-style .post-meta .post-date {
        /* margin-right: 38px; */
        margin-right: auto;
        font-size: 3.27103vw;
        padding-left: 5.14019vw;
    }

    .section-single-top-style .post-meta .post-date::before {
        width: 3.03738vw;
        height: 3.03738vw;
    }

    .section-single-top-style .post-meta .post-term {
        /* justify-content: center; */
        justify-content: flex-start;
    }

    .section-single-top-style .post-meta .post-term .termlink {
        font-size: 2.80374vw;
        border-radius: 7.24299vw;
        padding: 1.16822vw 3.50467vw;
        margin-left: 0.70093vw;
        margin-right: 0.70093vw;
        margin-bottom: 0.70093vw;
        margin-top: 0.70093vw;
    }

    .section-single-top-style .section-title-block {
        /* padding: 20px 32px 20px 32px; */
        padding: 3.50467vw;
    }

    .section-single-top-style .section-title-block-top .section-title {
        /* font-size: 32px; */
        font-size: 5.60748vw;
    }


    .single-post .section.post-content {
        /* padding: 64px 118px 20px 100px; */
        padding: 7.00935vw 0px 0px 0px;
    }

    .single-post .content .content-in .post-content>* {
        /* font-size: 18px; */
        font-size: 3.27103vw;
    }

    .wp-block-quote p {
        /* font-size: 18px; */
        font-size: 3.27103vw;
    }

    .wp-block-quote {
        /* margin-top: 35px; */
        /* margin-bottom: 35px; */
        margin-top: 5.84112vw;
        margin-bottom: 5.84112vw;
    }

    .section-single-top-style .content-text {
        height: 56vw;
    }

    .section-single-top-style .content-text.no-thumb {
        display: none;
    }

}

/* -стиль секций в единичной записи пресс релизов и т.д */



/* стиль кнопок загрузок */
.post-media-downloads {
    justify-content: flex-end;
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-shrink: 0;
}

.post-media-downloads a {
    display: flex;
    padding: 7px 16px 7px 8px;
    border-radius: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #18346F;
    border: 1px solid #2B5D9B;
    margin-top: 5px;
    margin-bottom: 5px;
    flex-basis: 88px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-family: NEXT ART;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.post-media-downloads a .icon {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21H5C3.9 21 3 20.1 3 19V5C3 3.9 3.9 3 5 3H16L21 8V19C21 20.1 20.1 21 19 21Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 21V13H7V21' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 3V8H15' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 8px;
}

.post-media-downloads a+a {
    margin-left: 15px;
}


.section-single-top-style .post-media-downloads a {
    color: white;
    font-size: 14px;
    padding: 10px 12px;
}

.section-single-top-style .post-media-downloads a .icon {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21H5C3.9 21 3 20.1 3 19V5C3 3.9 3.9 3 5 3H16L21 8V19C21 20.1 20.1 21 19 21Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 21V13H7V21' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 3V8H15' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media(min-width: 768px) {
    .section-single-top-style .post-media-downloads a {
        /* font-size: 14px; */
        /* padding: 10px 12px; */
        font-size: 0.72917vw;
        padding: 0.52083vw 0.62500vw;
    }

    .post-media-downloads a {
        /* border-radius: 15px; */
        /* flex-basis: 88px; */
        border-radius: 0.78125vw;
        flex-basis: 4.58333vw;
    }

    .section-single-top-style .post-media-downloads a .icon {
        /* width: 16px; */
        /* height: 16px; */
        width: 0.83333vw;
        height: 0.83333vw;
    }

    .post-media-downloads a .icon {
        /* margin-right: 8px; */
        margin-right: 0.41667vw;
    }

    .post-media-downloads a+a {
        /* margin-left: 15px; */
        margin-left: 0.78125vw;
    }

    .post-media-downloads a {
        /* padding: 7px 16px 7px 8px; */
        /* margin-top: 5px; */
        /* margin-bottom: 5px; */
        /* font-size: 16px; */
        padding: 0.36458vw 0.83333vw 0.36458vw 0.41667vw;
        margin-top: 0.26042vw;
        margin-bottom: 0.26042vw;
        font-size: 0.83333vw;
    }

    .post-media-downloads a .icon {
        /* width: 27px; */
        /* height: 27px; */
        width: 1.40625vw;
        height: 1.40625vw;
    }

}


@media(max-width: 767px) {
    .post-media-downloads {
        justify-content: flex-start;
        flex-wrap: wrap;
        flex-shrink: 1;
    }

    .post-media-downloads a+a {
        margin-left: 1.86916vw;
    }


    .post-media-downloads a .icon {
        /* width: 27px; */
        /* height: 27px; */
        width: 4.6729vw;
        height: 4.6729vw;
    }

    .post-media-downloads a {
        /* font-size: 16px; */
        font-size: 3.27103vw;
    }

    .section-single-top-style .post-media-downloads a {
        /* font-size: 14px; */
        /* padding: 10px 12px; */
        font-size: 2.80374vw;
        padding: 2.33645vw 2.33645vw;
        flex-basis: 20.56075vw;
        border-radius: 3.50467vw;
    }

    .section-single-top-style .post-media-downloads a .icon {
        width: 3.73832vw;
        height: 3.73832vw;
    }

}

/* -стиль кнопок загрузок */



/* стиль секции читайте ещё */
.post-block.post-readmore {
    margin-top: 71px;
}

.section-post-style3 .section-in {
    background: linear-gradient(180deg, #18346F 0%, #2B5D9B 100%);
    border-radius: 31px;
    padding: 40px;
    /*display: flex;*/
    position: relative;
}

.section-post-style3 .section-title {
    color: white;
    font-family: NEXT ART;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.section-post-style3 .section-title-block {
    /*margin-left: 67px;*/
    margin-top: 46px;
    margin-bottom: 36px;
}

.section-post-style3 .see-more-button {
    background: white;
    color: #18346F;
}

.section-post-style3 .section-in-content {
    border-radius: 31px;
    /* border: 1px solid #EEEDED; */
    /*background: white;*/
    /*padding: 40px;*/
    z-index: 1;
}

.section-post-style3 .posts {
    margin-left: -3px;
    margin-right: -3px;
    display: flex;
    flex-wrap: wrap;
}

.section-post-style3 .posts .post {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 42px;
    flex-basis: 25%;
}


.section-post-style3.white .section-in {
    background: white;
}

.section-post-style3.white .see-more-button {
    background: #2B5D9B;
    color: white;
}

@media(min-width: 768px) {

    .section-post-style3 .section-in {
        border-radius: 1.61458vw;
        padding: 2.08333vw;
    }

    .post-block.post-readmore {
        /* margin-top: 71px; */
        margin-top: 3.69792vw;
    }

    .section-post-style3 .section-title {
        /* font-size: 48px; */
        font-size: 2.50000vw;
    }

    .section-post-style3 .section-title-block {
        /* margin-top: 46px; */
        /* margin-bottom: 36px; */
        margin-top: 2.39583vw;
        margin-bottom: 1.87500vw;
    }


}

@media(max-width: 767px) {

    .section-post-style3 .section-in {
        /* border-radius: 31px; */
        /* padding: 18px 40px; */
        border-radius: 7.24299vw;
        padding: 3.50467vw;
    }

    .section-post-style3 .section-title {
        /* font-size: 48px; */
        font-size: 5.84112vw;
    }

    .section-post-style3 .section-title-block {
        margin-left: 7.00935vw;
        margin-top: 4.67290vw;
        margin-bottom: 4.67290vw;
    }

    .section-post-style3 .posts .post {
        /* margin-bottom: 42px; */
        /* flex-basis: 25%; */
        margin-bottom: 3.50467vw;
        flex-basis: 100%;
    }

}

/* -стиль секции читайте ещё */



/* стиль комментариев */

.single-post.comments .section-single-top-style .section-in-content {
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, rgba(0, 0, 0, 0.80) 82.76%);
}

.comments .comments-img-in {
    padding-top: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 31px;
}

.comments .comments-img-in img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    object-fit: cover;
    cursor: unset;
}

.comments .comments-img {
    flex-basis: 256px;
    flex-shrink: 0;
}

.comments .comments-content {

    display: flex;
    align-items: center;
}

.comments-list_one-in.post-type-comments {
    padding: 40px;
    /*! background-color: white; */
    position: relative;
    flex-grow: 1;
    align-items: center;
}

.comments.comments-list_one {
    margin-bottom: 30px;
}

.comments .comments-content-in {
    padding-left: 27px;
}

.comments .comments-title * {
    color: white;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.comments .comments-dolzhnost {
    color: white;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

@media(min-width: 768px) {
    .comments .comments-img-in {
        border-radius: 1.61458vw;
    }

    .comments .comments-img {
        flex-basis: 13.33333vw;
    }

    .comments-list_one-in.post-type-comments {
        padding: 2.08333vw;
    }

    .comments.comments-list_one {
        margin-bottom: 1.5625vw;
    }

    .comments .comments-content-in {
        padding-left: 1.40625vw;
    }

    .comments-title * {
        font-size: 1.875vw;
        margin-bottom: 0.52083vw;
    }

    .comments .comments-dolzhnost {
        font-size: 1.25vw;
    }
}


@media(max-width: 767px) {
    .comments-list_one-in.post-type-comments {
        flex-direction: column;
    }

    .comments .comments-content-in {
        padding-left: unset;
        margin-top: 3.50467vw;
    }

    .comments-list_one-in.post-type-comments {
        /* padding: 40px; */
        padding: unset;
        margin-bottom: 4vw;
    }

    .comments .comments-img {
        width: 100%;
    }

    .comments-title * {
        /* font-size: 36px; */
        /* margin-bottom: 10px; */
        /* 4.607vw: ; */
        font-size: 4.607vw;
        margin-bottom: 4vw;
    }

    .comments .comments-dolzhnost {
        /* font-size: 24px; */
        font-size: 3.73832vw;
    }

}

/* -стиль комментариев */



/* стиль секций в единичной записи события */
.single-event .section-single-top-style .post-meta-in {
    /* align-items: center; */
    align-items: flex-start;
    flex-direction: column;
}

.single-event .section-single-top-style .post-meta .post-term {
    /* justify-content: center; */
    justify-content: left;
}

.single-event .section-single-top-style .content-title {
    padding: unset;
}

.single-event .section-single-top-style .content-title * {
    color: white;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.single-event .section-single-top-style .post-meta {
    padding: unset;
}

.single-event .section-single-top-style .post-meta .post-date {
    /* margin-right: 38px; */
    margin-right: unset;
    margin-bottom: 10px;
}




.single-event .content-from-glavnoe figure {
    margin: unset;
}

.single-event .content-from-glavnoe {
    flex-grow: 1;
}

.single-event .content-from-glavnoe img {
    width: 100%;
}

.single-event .content-from-glavnoe .wp-block-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.single-event .content-from-glavnoe * {
    height: 100%;
}

.single-event .content-from-glavnoe iframe {
    width: 100%;
}


.single-event .section-post-style3 .section-in {
    background: none;
    padding: unset;
}

.single-event .section-post-style3 .section-title-block {
    display: none;
}


.post .post-term.post-type {
    display: flex;
    margin-top: 10px;
    margin-right: -3px !important;
    margin-left: -3px !important;
    margin-bottom: 0px;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 24px;
    width: 100%;
}

.post-term.post-type .post-type-link {
    color: white;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1.4px solid #2B5D9B;
    background-color: #2B5D9B;
    border-radius: 31px;
    padding: 3px 15px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 0px;
    text-transform: uppercase;
    flex-basis: 84%;
}

.single-event .section-post-style3 .see-more-button {
    background: #2B5D9B;
    color: white;
}


.single-event .section-single-top-style .subtitle {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 15px;
	color: white;
}


@media(min-width: 768px) {

    .single-event .section-single-top-style .content-title * {
        /* font-size: 36px; */
        font-size: 1.87500vw;
    }

    .single-event .section.post-block {
        /* margin-bottom: 60px; */
        margin-bottom: 3.12500vw;
    }

    .section-post-style3 .section-in {
        /* border-radius: 31px; */
        border-radius: 1.61458vw;
    }

    .section-post-style3 .section-in-content {
        /* border-radius: 31px; */
        border-radius: 1.61458vw;
    }

    .section-post-style3 .posts .post {
        /* padding-left: 3px; */
        /* padding-right: 3px; */
        /* margin-bottom: 42px; */
        padding-left: 0.15625vw;
        padding-right: 0.15625vw;
        margin-bottom: 2.18750vw;
    }

    .section-post-style3 .posts {
        /* margin-left: -3px; */
        /* margin-right: -3px; */
        margin-left: -0.15625vw;
        margin-right: -0.15625vw;
    }

    .single-event .section-single-top-style .subtitle {
        font-size: 0.9375vw;
        margin-bottom: 0.78125vw;
    }

}

@media(max-width: 767px) {
    .single-event .section-single-top-style .content-title * {
        /* font-size: 36px; */
        font-size: 5.60748vw;
    }

    .post-block.post-readmore {
        /* margin-top: 71px; */
        margin-top: 7.00935vw;
    }

    .single-event .section.post-block {
        /* margin-bottom: 60px; */
        margin-bottom: 4.67290vw;
    }

    .single-event .section-single-top-style .subtitle {
        font-size: 4.20561vw;
        margin-bottom: 3.50467vw;
    }

}

/* -стиль секций в единичной записи события */

/* стиль фильтра записей в событии проекте теме */
.post-type-filter .post-in {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 31px;
    border: 1px solid #EEEDED;
    background: linear-gradient(180deg, #18346F 0%, #2B5D9B 100%);
    padding: 46px 24px;
}

.post-type-filter .post-types {
    display: flex;
    flex-direction: column;
}

.post-type-filter a.post-type-link {
    border-radius: 31px;
    border: 1px solid white;
    color: white;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 15px 10px;
    margin-bottom: 12px;
}

.post-type-link.filter.active {
    background-color: white;
    color: #18346F;
}

.post-type-link.filter:hover {
    background-color: #2B5D9B;
    color: white;
}



@media(min-width: 768px) {
    .post-type-filter .post-in {
        /* border-radius: 31px; */
        /* padding: 46px 24px; */
        border-radius: 1.61458vw;
        padding: 2.39583vw 1.25000vw;
    }

    .post-type-filter a.post-type-link {
        /* border-radius: 31px; */
        /* font-size: 16px; */
        /* padding: 15px 10px; */
        /* margin-bottom: 12px; */
        border-radius: 1.61458vw;
        font-size: 0.83333vw;
        padding: 0.78125vw 0.52083vw;
        margin-bottom: 0.62500vw;
    }

    .post .post-term.post-type {
        /* margin-top: 10px; */
        /* min-height: 24px; */
        margin-top: 0.52083vw;
        min-height: 1.25000vw;
    }

    .post-term.post-type .post-type-link {
        /* font-size: 14px; */
        /* border-radius: 31px; */
        /* padding: 3px 15px; */
        font-size: 0.72917vw;
        border-radius: 1.61458vw;
        padding: 0.15625vw 0.78125vw;
    }
}

@media(max-width: 767px) {

    .post-type-filter .post-in {
        /* padding: 46px 24px; */
        padding: 7.00935vw 3.50467vw;
    }

    .post-type-filter a.post-type-link {
        /* padding: 15px 10px; */
        padding: 2.33645vw;
    }

}

/* -стиль фильтра записей в событии проекте теме */




/* стиль страницы календаря */
.single-calendar .section-in-content {
    border-radius: 31px;
    background: white;
    padding: 20px;
}

.single-calendar .posts .post .post-in {
    background: none;
}

.single-calendar .posts .post.active .post-in {
    background: #F7F7F7;
}

.single-calendar .calendar-title-block {
    padding-top: 26px;
    padding-bottom: 26px;
    width: 100%;
}


.single-calendar .calendar-title-block .month-name {
    color: #18346F;
    text-align: center;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: unset;
}

@media(min-width: 768px) {
    .single-calendar .section-in-content {
        border-radius: 1.61458vw;
        padding: 1.04166vw;
    }

    .single-calendar .calendar-title-block {
        padding-top: 1.35416vw;
        padding-bottom: 1.35416vw;
    }

    .single-calendar .calendar-title-block .month-name {
        font-size: 1.66666vw;
    }
}

@media(max-width: 767px) {
    .single-calendar .section-in-content {
        border-radius: 7.24299vw;
        padding: 3.50467vw;
    }

    .single-calendar .calendar-title-block {
        padding-top: 3.50467vw;
        padding-bottom: 3.50467vw;
    }

    .single-calendar .calendar-title-block .month-name {
        font-size: 6.07476vw;
    }

}

/* -стиль страницы календаря */



/* стиль архивов записей */
.section-filter-title .filter-title {
    color: white;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}

.section-filter-title {
    border-radius: 31px;
    background: #18346F;
    padding: 40px 81px;
    position: relative;
}

@media(min-width: 768px) {
    .section-filter-title {
        /* border-radius: 31px; */
        /* padding: 25px 81px; */
        border-radius: 1.61458vw;
        padding: 2.08333vw 4.21875vw;
    }

    .section-filter-title .filter-title {
        /* font-size: 36px; */
        font-size: 1.87500vw;
    }

}


@media(max-width: 767px) {
    .section-filter-title {
        /* border-radius: 31px; */
        /* padding: 25px 81px; */
        border-radius: 7.24299vw;
        padding: 4.33645vw 7.00935vw;
    }

    .section-filter-title .filter-title {
        /* font-size: 36px; */
        font-size: 5.60748vw;
    }

}


/* -стиль архивов записей */


/* меню */
.menu {
    display: none;
    position: fixed;
    bottom: 6px;
    z-index: 2;
    width: 734px;
    height: 97px;
    border-radius: 21px;
    background: #1E1E1E;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.menu .menu-in {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    flex-grow: 1;
}

.menu-block .text {
    color: white;
    text-align: center;
    font-family: NEXT ART;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    flex-shrink: 0;
}

.menu-block .icon {
    flex-grow: 1;
    height: 100%;
    padding: 11px 4px;
}

.menu-block .icon-in {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
    width: 100%;
}

.menu-block {
    display: flex;
    flex-direction: column;
    flex-basis: 14.2857%;
}

.menu-block.menu-event .icon-in {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 8C18 4.7 15.3 2 12 2C8.7 2 6 4.7 6 8C6 15 3 17 3 17H21C21 17 18 15 18 8Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.6998 21C13.0998 22 11.8998 22.3 10.9998 21.7C10.6998 21.5 10.3998 21.3 10.2998 21' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.menu-block.menu-post .icon-in {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 15C21 16.1 20.1 17 19 17H7L3 21V5C3 3.9 3.9 3 5 3H19C20.1 3 21 3.9 21 5V15Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.menu-block.menu-project .icon-in {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 15.9999V7.9999C20.9996 7.64918 20.9071 7.30471 20.7315 7.00106C20.556 6.69742 20.3037 6.44526 20 6.2699L13 2.2699C12.696 2.09437 12.3511 2.00195 12 2.00195C11.6489 2.00195 11.304 2.09437 11 2.2699L4 6.2699C3.69626 6.44526 3.44398 6.69742 3.26846 7.00106C3.09294 7.30471 3.00036 7.64918 3 7.9999V15.9999C3.00036 16.3506 3.09294 16.6951 3.26846 16.9987C3.44398 17.3024 3.69626 17.5545 4 17.7299L11 21.7299C11.304 21.9054 11.6489 21.9979 12 21.9979C12.3511 21.9979 12.696 21.9054 13 21.7299L20 17.7299C20.3037 17.5545 20.556 17.3024 20.7315 16.9987C20.9071 16.6951 20.9996 16.3506 21 15.9999Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.27002 6.96094L12 12.0109L20.73 6.96094' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 22.08V12' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.menu-block.menu-media .icon-in {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2H17C19.8 2 22 4.2 22 7V17C22 19.8 19.8 22 17 22H7C4.2 22 2 19.8 2 17V7C2 4.2 4.2 2 7 2Z' stroke='%23FFFDFD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.0002 11.4008C16.3002 13.6008 14.8002 15.6008 12.6002 15.9008C10.4002 16.2008 8.40017 14.7008 8.10017 12.5008C7.80017 10.4008 9.30017 8.30078 11.5002 8.00078C11.9002 7.90078 12.3002 7.90078 12.7002 8.00078C14.4002 8.30078 15.7002 9.60078 16.0002 11.4008Z' stroke='%23FFFDFD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='17.5' cy='6.5' r='1' fill='white'/%3E%3C/svg%3E%0A");
}

.menu-block.menu-calendar .icon-in {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 4H19C20.1 4 21 4.9 21 6V20C21 21.1 20.1 22 19 22H5C3.9 22 3 21.1 3 20V6C3 4.9 3.9 4 5 4Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 2V6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 2V6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 10H21' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.menu-block.menu-contacts .icon-in {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 21V19C17 16.8 15.2 15 13 15H5C2.8 15 1 16.8 1 19V21' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 11C11.2091 11 13 9.20914 13 7C13 4.79086 11.2091 3 9 3C6.79086 3 5 4.79086 5 7C5 9.20914 6.79086 11 9 11Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23 20.9996V18.9996C23 17.1996 21.8 15.5996 20 15.0996' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 3.09961C18.1 3.59961 19.4 5.79961 18.9 7.99961C18.5 9.39961 17.4 10.4996 16 10.8996' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.menu-block.menu-search .icon-in {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0001 20.9996L16.6001 16.5996' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

/* пока не все меню */
.menu-block {
    display: flex;
    flex-direction: column;
    flex-basis: 25%;
}

@media(min-width: 768px) {
    .menu {
        /* display: none; */
        /* width: 734px; */
        /* height: 97px; */
        /* border-radius: 21px; */
        display: flex;
        width: 38.22917vw;
        height: 5.05208vw;
        border-radius: 1.09375vw;
    }

    .menu-block .text {
        /* font-size: 12px; */
        font-size: 0.62500vw;
        height: 1.45833vw;
    }

    .menu .menu-in {
        /* padding: 8px 12px; */
        padding: 0.62500vw 0.41667vw;
    }

    .menu-block .icon {
        /* padding: 11px 4px; */
        /*padding: 0.57292vw 0.20833vw;*/
        padding: 0.47292vw 0.20833vw;
    }
}

@media(max-width: 767px) {
    .menu {
        /* display: none; */
        /* width: 734px; */
        /* height: 97px; */
        display: flex;
        width: 92.99065vw;
        height: 18.69159vw;
    }

    .menu-block .text {
        /* font-size: 12px; */
        font-size: 1.40187vw;
        height: 3.03738vw;
    }

    .menu-block .icon {
        /* padding: 11px 4px; */
        padding: 2.57009vw 1.93458vw;
    }

    .menu .menu-in {
        /* padding: 8px 12px; */
        padding: 1.86916vw 2.80374vw;
    }
}



.menu-search-block {
    background: #1E1E1E;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    z-index: 2;
    display: none;
    opacity: 0;
    top: 0px;
}

.menu-search-block .menu-search-block-in {
    height: 100%;
}

.menu-search-block #searchform {
    height: 100%;
}

.menu-search-block .search-block__in {
    height: 100%;
    display: flex;
    align-items: center;
}

.menu-search-block .search-submit {
    width: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1E1E1E;
    margin-left: 1px;
    cursor: pointer;
}

.menu-search-block .search-submit span {
    /*background-image: url(/wp-content/themes/atommedia/img/search-icon.svg);*/
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0001 20.9996L16.6001 16.5996' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.menu-search-block .search-block__string {
    flex-grow: 1;
}

.menu-search-block .search-block__string input {
    border: unset;
    color: rgba(0, 0, 0, 0.75);
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 21px;
    background: #FFF;
    height: 47px;
    padding: 10px 16px;
}

.menu-search-block .search-close {
    width: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1E1E1E;
    margin-right: 1px;
    cursor: pointer;
}

.menu-search-block .search-close span {
    background-image: url(/wp-content/themes/atommedia/img/close.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media(min-width: 768px) {
    .menu-search-block .search-submit {
        width: 3.64583vw;
    }

    .menu-search-block .search-submit span {
        width: 1.25000vw;
        height: 1.25000vw;
    }

    .menu-search-block .search-block__string input {
        font-size: 0.72917vw;

        line-height: 0.88542vw;
        border-radius: 1.09375vw;
        height: 2.44792vw;

        padding: 0.52083vw 0.83333vw;
    }

    .menu-search-block .search-close {
        width: 3.64583vw;
    }

    .menu-search-block .search-close span {
        width: 1.25000vw;
        height: 1.25000vw;
    }
}

@media(max-width: 767px) {
    .menu-search-block .search-submit {
        width: 16.35514vw;
    }

    .menu-search-block .search-submit span {
        width: 5.60748vw;
        height: 5.60748vw;
    }

    .menu-search-block .search-block__string input {
        font-size: 3.27103vw;
        line-height: 3.97196vw;
        border-radius: 4.90654vw;
        height: 10.98131vw;
        padding: 2.33645vw 3.73832vw;
    }

    .menu-search-block .search-close {
        width: 16.35514vw;
    }

    .menu-search-block .search-close span {
        width: 5.60748vw;
        height: 5.60748vw;
    }
}

/* -меню */


/* стиль горизонтальных записей */
@media(min-width: 768px) {
    .posts.horizontal .post.no-thumb .post-img-stub {
        display: flex;
        flex-grow: 0;
    }


    .post-block .posts.horizontal .post {
        /* flex-basis: 33.3333%; */
        flex-basis: 100%;
        /* min-height: 120px; */
        min-height: 6.25000vw;
        /*! overflow: hidden; */
        /* margin-top: 7px; */
        /* margin-bottom: 8px; */
        margin-top: 0.36458vw;
        margin-bottom: 0.41667vw;
    }

    .post-block .posts.horizontal .post.no-thumb .post-title-bottom {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
    }

    .post-block .posts.horizontal .post .post-title-top {
        display: none;
    }

    .posts.horizontal .post-in {
        /* flex-direction: column; */
        flex-direction: row;
        padding: unset;
    }

    .posts.horizontal .post-img {
        /* padding: 10px; */
        padding: 0.52083vw;
    }


    .posts.horizontal .post-in>a {
        /* flex-basis: 198px; */
        flex-basis: 10.31250vw;
        flex-shrink: 0;
    }

    .posts.horizontal .post .post-text {
        align-items: flex-start;
        text-align: left;
        flex-grow: 1;
        /* padding-top: 15px; */
        padding-top: 0.78125vw;
        padding-bottom: unset;
        /* padding-left: 32px; */
        /* padding-right: 32px; */
        padding-left: 1.66667vw;
        padding-right: 1.66667vw;
    }

    .posts.horizontal .post.no-thumb .post-text {
        /* border-radius: 31px; */
        border-radius: 1.61458vw;
        /*! border: 1px solid #EEEDED; */
        background: #F3F3F3;
        padding-bottom: unset;
    }

    .posts.horizontal .post .post-text .post-title {
        flex-grow: 1;
        display: flex;
        align-items: center;
        margin: unset;
    }


    .posts.horizontal .post .post-text .post-text-bottom {
        flex-direction: row;
        align-items: center;
        text-align: left;
        flex-grow: 0;
    }

    .posts.horizontal .post .post-text .post-text-bottom .post-date {
        margin: unset;
        /* margin-right: 30px; */
        margin-right: 1.56250vw;
    }

    .posts.horizontal .post .post-text .post-text-bottom .post-term {
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .posts.horizontal .post-term .termlink:nth-child(n+3) {
        display: flex;
    }

    .posts.horizontal .post-term .termlink:nth-child(n+6) {
        display: none;
    }

    .posts.horizontal .post-img-stub {
        flex-grow: 1;
        position: relative;
        z-index: 0;
    }

    .posts.horizontal .post-img-stub-in {
        /* border-radius: 31px; */
        border-radius: 1.61458vw;
        background: linear-gradient(180deg, #18346F 0%, #2B5D9B 100%);
        /* margin-right: -100px; */
        /* padding-right: 100px; */
        margin-right: -5.20833vw;
        padding-right: 5.20833vw;
        flex-grow: 1;
        padding-top: 62.2%;
    }

    .posts.horizontal .post.type-post .post-img-stub-in .icon {
        background-image: url("data:image/svg+xml,%3Csvg id='Слой_1' data-name='Слой 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cline class='cls-1' x1='15' y1='5' x2='1' y2='5'/%3E%3Cline class='cls-1' x1='19' y1='1' x2='1' y2='1'/%3E%3Cline class='cls-1' x1='19' y1='9' x2='1' y2='9'/%3E%3Cline class='cls-1' x1='15' y1='13' x2='1' y2='13'/%3E%3C/svg%3E");
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-position: center;
        background-repeat: no-repeat;
        /* background-size: 36px 36px; */
        background-size: 1.87500vw 1.87500vw;
    }

}

/* -стиль горизонтальных записей */

/* стиль в единичных записях кнопки Все материалы события */
.all-materials-btn {
    /* border-radius: 31px; */
    border-radius: 1.61458vw;
    border: 1px solid white;
    color: white;
    text-align: center;
    font-family: Roboto;
    /* font-size: 20px; */
    font-size: 1.04167vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    /* padding: 15px 16px; */
    padding: 0.78125vw 0.83333vw;
}

.all-materials-btn:hover {
    background-color: #2B5D9B;
    color: white;
}

@media(max-width: 767px) {
    .all-materials-btn {
        /* border-radius: 31px; */
        border-radius: 7.24299vw;
        /* font-size: 16px; */
        font-size: 3.73832vw;
        /* padding: 10px 15px; */
        padding: 2.33645vw 3.50467vw;
        /* margin-top: 10px; */
        /* margin-bottom: 10px; */
        margin-top: 2.33645vw;
        margin-bottom: 2.33645vw;
    }
}

/* -стиль в единичных записях кнопки Все материалы события */


/* стиль страницы 404 */
.page-error {
    text-align: center;
}

/* -стиль страницы 404 */


/* стиль в единичных записях термина Проекты и Темы */
.single-projects-and-topics>.content {
    z-index: 1;
}

.single-projects-and-topics .addinform-bottom {
    margin-top: -50px;
}

.single-projects-and-topics .addinform-bottom .section-in {
    padding-top: 50px;
}

.single-projects-and-topics .addinform-bottom .more-button {
    /* background: #2B5D9B; */
    /* color: white; */
    background: white;
    color: #18346F;
}

@media(min-width: 768px) {
    .single-projects-and-topics .addinform-bottom {
        margin-top: -2.60417vw;
    }

    .single-projects-and-topics .addinform-bottom .section-in {
        padding-top: 2.60417vw;
    }
}

@media(max-width: 767px) {
    .single-projects-and-topics .addinform-bottom {
        margin-top: -11.68224vw;
    }

    .single-projects-and-topics .addinform-bottom .section-in {
        padding-top: 11.68224vw;
    }
}

/* -стиль в единичных записях термина Проекты и Темы */


/* стиль на старнице поиска */
.single-search .post-block .more-button {
    /* background: #2B5D9B; */
    /* color: white; */
    background: white;
    color: #18346F;
}

@media (min-width: 768px) {
    .single-search .section-post-style3 .section-title {
        /* font-size: 48px; */
        font-size: 1.8vw;
    }
}

@media (max-width: 767px) {
    .section-post-style3 .section-title {
        /* font-size: 48px; */
        font-size: 2.84112vw;
    }
}

/* -стиль на старнице поиска */

/* страница контактов */
/*
.contacts-page-block {
    padding: 30px;
    background-color: white;
}

.contacts-page-block * {
    color: black;
    font-family: Roboto;
}

.contacts-page-block-in {
    display: flex;
}

.contacts-block-left {
    flex-grow: 1;
    padding-right: 15px;
}

.contacts-block-right img {
    max-width: 191px;
    width: 100%;
}

.contacts-page-block .contacts-block-left .contacts-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 106.6%;
    letter-spacing: 0.2px;
}

.contacts-page-block .contacts-block-left .contacts-fio {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 106.6%;
    letter-spacing: 0.2px;
    margin-bottom: 40px;
}

.contacts-page-block .contacts-info .icon {
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 17px;
}

.contacts-page-block .contacts-info {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.contacts-page-block .contacts-info.tel .icon {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' fill='%230085CE'/%3E%3Cg clip-path='url(%23clip0_411_656)'%3E%3Cpath d='M20.3812 11.8795C20.3801 11.2021 19.8756 10.6338 19.2041 10.5499L16.1586 10.168C15.5557 10.0942 14.9767 10.4305 14.7458 10.9905C11.5731 18.6871 15.2412 27.5003 22.9378 30.6731C23.4978 30.9039 24.1445 30.7301 24.517 30.2503L26.3921 27.8204C26.8058 27.2849 26.7582 26.5264 26.2783 26.0483L23.8047 23.5728C23.3848 23.1522 22.7365 23.056 22.2155 23.3399L20.3265 24.3555C18.5634 22.4167 17.5211 19.9125 17.388 17.2953L19.4385 16.6738C20.0083 16.501 20.3956 15.9764 20.3931 15.3821L20.3799 11.8826L20.3812 11.8795Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_411_656'%3E%3Crect width='17.2286' height='17.2286' fill='white' transform='translate(15.5664 9) rotate(22.4027)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.contacts-page-block .contacts-info.telegram .icon {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' fill='%230085CE'/%3E%3Cpath d='M28.993 14.3018C28.7436 16.9371 27.6642 23.3323 27.1149 26.2839C26.8826 27.5328 26.425 27.9516 25.9822 27.9926C25.0197 28.0817 24.2887 27.353 23.3564 26.7385C21.8975 25.777 21.0734 25.1784 19.6573 24.2401C18.0208 23.1558 19.0817 22.5601 20.0143 21.5856C20.2584 21.3307 24.4995 17.452 24.5815 17.1002C24.5918 17.0562 24.6016 16.8918 24.5044 16.8056C24.4072 16.7193 24.2645 16.7485 24.1612 16.772C24.0149 16.8054 21.6844 18.3542 17.1696 21.4184C16.5082 21.8752 15.909 22.0977 15.3722 22.086C14.7803 22.0732 13.6419 21.7496 12.7956 21.4729C11.7575 21.1337 10.9325 20.9543 11.0044 20.3782C11.0418 20.078 11.4528 19.7711 12.2375 19.4575C17.0695 17.3407 20.2917 15.9451 21.9038 15.2708C26.507 13.3457 27.4634 13.0113 28.0869 13.0001C28.224 12.9978 28.5306 13.032 28.7292 13.194C28.8613 13.3094 28.9455 13.4705 28.9651 13.6453C28.9988 13.8624 29.0081 14.0826 28.993 14.3018Z' fill='white'/%3E%3C/svg%3E%0A");
}

.contacts-page-block .contacts-info.email .icon {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' fill='%230085CE'/%3E%3Cpath d='M12.6875 13.25C11.7559 13.25 11 14.0059 11 14.9375C11 15.4684 11.2496 15.9676 11.675 16.2875L19.325 22.025C19.7258 22.3238 20.2742 22.3238 20.675 22.025L28.325 16.2875C28.7504 15.9676 29 15.4684 29 14.9375C29 14.0059 28.2441 13.25 27.3125 13.25H12.6875ZM11 17.1875V24.5C11 25.741 12.009 26.75 13.25 26.75H26.75C27.991 26.75 29 25.741 29 24.5V17.1875L21.35 22.925C20.5484 23.5262 19.4516 23.5262 18.65 22.925L11 17.1875Z' fill='white'/%3E%3C/svg%3E%0A");
}

.contacts-page-block .contacts-info .text a {
    color: #313131;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 106.6%;
    letter-spacing: 0.2px;
}

.contacts-page-block .contacts-info .text a:hover {
    text-decoration: underline;
}

@media(max-width: 600px) {

    .contacts-page-block-in {
        flex-direction: column;
    }

    .contacts-block-left {
        padding-right: unset;
        margin-bottom: 30px;
    }

    .contacts-block-right img {
        max-width: unset;
    }

}
*/
/* -страница контактов */


/* стиль на старнице контактов */
.single-contacts .section-in-content {
    border-radius: 31px;
    background: white;
    padding: 20px;
    margin-bottom: 22px;
}

.single-contacts .contacts-blocks {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}

.single-contacts .contacts-block {
    padding-left: 15px;
    padding-right: 15px;
    flex-basis: 50%;
    display: flex;
    flex-grow: 1;
}

.single-contacts .contacts-block-in {
    flex-grow: 1;
}

.single-contacts .posts>.post {
    min-height: unset;
}


.single-contacts .posts .post-img-in {
    /* padding-top: 62.2%; */
    padding-top: 100%;
}


.contacts-block-left .contact-title {
    color: black;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
}

.contacts-block-left .contact-position {
    color: black;
    font-family: Roboto;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.contacts-block-left .contact-info a {
    color: rgba(0, 0, 0, 0.75);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.contacts-block-left .posts.horizontal .post .post-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contacts-block-left .contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contacts-block-left .contact-info .icon {
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 8px;
}


.contacts-block-left .contact-info.email .icon {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4H20C21.1 4 22 4.9 22 6V18C22 19.1 21.1 20 20 20H4C2.9 20 2 19.1 2 18V6C2 4.9 2.9 4 4 4Z' stroke='%237A7A7A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 6L12 13L2 6' stroke='%237A7A7A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.contacts-block-left .contact-info.phone .icon {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.0002 16.9V19.9C22.0002 21 21.1002 21.9 20.0002 21.9C19.9002 21.9 19.9002 21.9 19.8002 21.9C16.7002 21.6 13.8002 20.5 11.2002 18.8C8.80024 17.3 6.70024 15.2 5.20024 12.8C3.50024 10.2 2.50024 7.2 2.10024 4.1C2.00024 3.1 2.80024 2.1 3.90024 2C4.00024 2 4.10024 2 4.10024 2H7.10024C8.10024 2 9.00024 2.7 9.10024 3.7C9.20024 4.7 9.50024 5.6 9.80024 6.5C10.1002 7.2 9.90024 8.1 9.40024 8.6L8.10024 9.9C9.50024 12.4 11.6002 14.5 14.1002 15.9L15.4002 14.6C16.0002 14.1 16.8002 13.9 17.5002 14.2C18.4002 14.5 19.3002 14.8 20.3002 14.9C21.3002 15 22.0002 15.9 22.0002 16.9Z' stroke='%237A7A7A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.contacts-block-left .contact-info.tg .icon {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1015_6830)'%3E%3Cpath d='M8.2501 12.6464L16.6782 20.062C16.7756 20.1483 16.8938 20.2077 17.0211 20.2344C17.1484 20.2612 17.2805 20.2544 17.4043 20.2147C17.5282 20.175 17.6396 20.1037 17.7276 20.0079C17.8157 19.9121 17.8772 19.7951 17.9063 19.6683L21.4313 4.27454C21.4609 4.14197 21.4539 4.00386 21.4111 3.87495C21.3683 3.74605 21.2913 3.63119 21.1883 3.54264C21.0853 3.45408 20.9602 3.39516 20.8263 3.37216C20.6925 3.34916 20.5549 3.36294 20.4282 3.41204L3.12197 10.2089C2.42822 10.4808 2.52197 11.4933 3.25322 11.6433L8.2501 12.6464Z' stroke='%237A7A7A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 12.6473L21.0094 3.43164' stroke='%237A7A7A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.4594 16.3496L9.53437 19.2746C9.43002 19.3806 9.29653 19.4531 9.15085 19.483C9.00517 19.5129 8.85388 19.4989 8.71622 19.4426C8.57856 19.3863 8.46073 19.2904 8.37772 19.167C8.2947 19.0436 8.25025 18.8983 8.25 18.7496V12.6465' stroke='%237A7A7A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1015_6830'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}


.contacts-block-right .contacts-block-in {
    border-radius: 30px;
    background: linear-gradient(123deg, #2B5D9B 3.02%, #2B5D9B 98.48%);
    display: flex;
    flex-direction: column;
    padding: 28px;
}

.contacts-block-right .contacts-block-title {
    color: white;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.feedback-block .feedback-block-input {
    display: flex;
    margin-bottom: 14px;
}

.feedback-block .feedback-block-input .input-title {
    flex-basis: 110px;
    color: white;
    padding-top: 10px;
}

.feedback-block .feedback-block-input .input-title p {
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: white;
}

.feedback-block .feedback-block-input .input-text {
    border-radius: 21px;
    background: #FFF;
    border: none;
    resize: none;
    padding: 10px 12px;
    flex-basis: 262px;
    color: black;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.feedback-block .feedback-block-input .feedback-text.feedback_text.input-text {
    flex-grow: 1;
    height: 127px;
}

.feedback-block .feedback-btn.feedback-button {
    border-radius: 31px;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    color: white;
    text-align: center;
    font-family: NEXT ART;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    cursor: pointer;
    margin-top: 20px;
}

.feedback-block .feedback-block-bottom {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.feedback-block .response span {
    display: flex;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    color: white;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: -10px;
}

.feedback-block .response span.error {
    color: #FF1402;
}

.feedback-block input.input-text.error,
.feedback-block textarea.input-text.error {
    border: 2px solid #FF1402 !important;
}


@media (min-width: 768px) {
    .single-contacts .posts.horizontal .post-img {
        /*flex-basis: 172px;*/
        flex-basis: 8.95833vw;
        flex-shrink: 0;
    }

    .contacts-block-left .posts.horizontal .post .post-text {
        /* padding-bottom: unset; */
        padding-bottom: 0.78125vw;
    }

    .single-contacts .section-in-content {
        border-radius: 1.61458vw;
        padding: 1.04166vw;
        margin-bottom: 1.14583vw;
    }

    .single-contacts .contacts-blocks {
        margin-left: -0.78125vw;
        margin-right: -0.78125vw;
    }

    .single-contacts .contacts-block {
        padding-left: 0.78125vw;
        padding-right: 0.78125vw;
    }

    .contacts-block-left .contact-title {
        font-size: 1.45833vw;
        margin-bottom: 0.26041vw;
    }

    .contacts-block-left .contact-position {
        font-size: 0.98958vw;
    }

    .contacts-block-left .contact-info a {
        font-size: 1.04166vw;
    }

    .contacts-block-left .contact-info {
        margin-bottom: 0.52083vw;
    }

    .contacts-block-left .contact-info .icon {
        width: 0.83333vw;
        height: 0.83333vw;
        margin-right: 0.41666vw;
    }

    .contacts-block-right .contacts-block-in {
        border-radius: 1.5625vw;
        padding: 1.45833vw;
    }

    .contacts-block-right .contacts-block-title {
        font-size: 1.04166vw;
        margin-bottom: 2.08333vw;
    }

    .feedback-block .feedback-block-input {
        margin-bottom: 0.72916vw;
    }

    .feedback-block .feedback-block-input .input-title {
        flex-basis: 5.72916vw;
        padding-top: 0.52083vw;
    }

    .feedback-block .feedback-block-input .input-title p {
        font-size: 0.72916vw;
    }

    .feedback-block .feedback-block-input .input-text {
        border-radius: 1.09375vw;
        padding: 0.52083vw 0.625vw;
        flex-basis: 13.64583vw;
        font-size: 0.72916vw;
    }

    .feedback-block .feedback-block-input .feedback-text.feedback_text.input-text {
        height: 6.61458vw;
    }

    .feedback-block .feedback-btn.feedback-button {
        border-radius: 1.61458vw;
        padding: 0.83333vw;
        font-size: 0.83333vw;
        margin-top: 1.04166vw;
    }

    .feedback-block .response span {
        font-size: 1.04166vw;
        line-height: 1.30208vw;
        margin-top: 0.52083vw;
        margin-bottom: -0.52083vw;
    }
}


@media (max-width: 767px) {
    .single-contacts .section-in-content {
        border-radius: 7.24299vw;
        padding: 4.67289vw;
        margin-bottom: 0px;
    }

    .single-contacts .contacts-blocks {
        margin-left: -3.50467vw;
        margin-right: -3.50467vw;
    }

    .single-contacts .contacts-block {
        padding-left: 3.50467vw;
        padding-right: 3.50467vw;
    }

    .contacts-block-left .contact-title {
        font-size: 6.54205vw;
        margin-bottom: 1.16822vw;
    }

    .contacts-block-left .contact-position {
        font-size: 4.43925vw;
    }

    .contacts-block-left .contact-info a {
        font-size: 4.67289vw;
    }

    .contacts-block-left .contact-info {
        margin-bottom: 2.33644vw;
    }

    .contacts-block-left .contact-info .icon {
        width: 3.73831vw;
        height: 3.73831vw;
        margin-right: 1.86915vw;
    }

    .contacts-block-right .contacts-block-in {
        border-radius: 7.00934vw;
        padding: 6.54205vw;
    }

    .contacts-block-right .contacts-block-title {
        font-size: 4.19580vw;
        margin-bottom: 4.67289vw;
    }

    .feedback-block .feedback-block-input {
        margin-bottom: 2.33644vw;
        flex-direction: column;
    }

    .feedback-block .feedback-block-input .input-title {
        flex-basis: unset;
        padding-top: 1.16822vw;
    }

    .feedback-block .feedback-block-input .input-title p {
        font-size: 3.25581vw;
        margin-bottom: 2.33644vw;
    }

    .feedback-block .feedback-block-input .input-text {
        border-radius: 4.87238vw;
        padding: 2.33644vw 2.77777vw;
        flex-basis: unset;
        font-size: 3.25581vw;
    }

    .feedback-block .feedback-block-input .feedback-text.feedback_text.input-text {
        height: 29.33025vw;
    }

    .feedback-block .feedback-btn.feedback-button {
        border-radius: 7.24299vw;
        padding: 3.73831vw;
        font-size: 3.73831vw;
        margin-top: 3.73831vw;
    }

    .feedback-block .response span {
        font-size: 3.92609vw;
        line-height: 4.67289vw;
        margin-top: 2.33644vw;
        margin-bottom: -2.33644vw;
    }

    .single-contacts .contacts-block-left {
        margin-bottom: 11.520737vw;
    }

}

/* -стиль на старнице контактов */


/* блок изображений */
@media (min-width: 768px) {
    .section.post-content>.wp-block-image {
        margin-top: 1.82291vw;
        margin-bottom: 1.82291vw;
        text-align: center;
    }

    .section.post-content .wp-block-image img {
        border-radius: 1.09375vw;
    }

    .section.post-content>.wp-block-image:not(.alignwide) img {
        max-width: 37.86458vw;
    }
}

@media (max-width: 767px) {
    .section.post-content>.wp-block-image {
        margin-top: 7.99086vw;
        margin-bottom: 7.99086vw;
        text-align: center;
    }

    .section.post-content .wp-block-image img {
        border-radius: 4.78359vw;
    }

    .section.post-content>.wp-block-image:not(.alignwide) img {
        max-width: 100%;
    }
}

/* блок изображений */


/* стиль низа блока записей */
.post-bottom {
    display: flex;
    align-items: center;
}

.post-bottom .author-photo {
    display: flex;
    color: rgba(0, 0, 0, 0.75);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    align-items: center;
}

.post-bottom .author-photo .icon {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 23px;
    width: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='23' viewBox='0 0 32 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='30' height='21' rx='3' stroke='black' stroke-opacity='0.75' stroke-width='2'/%3E%3Ccircle cx='15.5' cy='11.5' r='4.5' stroke='black' stroke-opacity='0.75' stroke-width='2'/%3E%3Ccircle cx='25' cy='6' r='1' stroke='black' stroke-opacity='0.75' stroke-width='2'/%3E%3C/svg%3E%0A");
    margin-right: 9px;
}

@media (min-width: 768px) {
    .post-bottom .author-photo {
        font-size: 1.04166vw;
    }

    .post-bottom .author-photo .icon {
        height: 1.19791vw;
        width: 1.66666vw;
        margin-right: 0.46875vw;
    }
}

@media (max-width: 767px) {
    .post-bottom {
        flex-direction: column;
    }

    .post-bottom .author-photo {
        font-size: 3.67816vw;
    }

    .post-bottom .author-photo .icon {
        height: 4.58715vw;
        width: 6.40732vw;
        margin-right: 2.05479vw;
    }

    .post-bottom .post-meta.post-author-photo {
        margin-bottom: 3.41685vw;
        margin-top: 3.41685vw;
    }


}

/* -стиль низа блока записей */



@media (min-width: 768px) {
    .no-mobile {
        display: flex !important;
    }

    .mobile {
        display: none !important;
    }
}


@media (max-width: 767px) {
    .no-mobile {
        display: none !important;
    }

    .mobile {
        display: flex !important;
    }
}


.section-title-block-mobile {
    flex-direction: column;
}



/* фильтры записей */
.section-filter-block .filter-button-out {
    padding-left: 5px;
    padding-right: 5px;
    flex-grow: 1;
    display: flex;
}

.section-filter-block .filter-button-out.date {
    flex-grow: 0;
    margin-left: auto;
    flex-basis: 20%;
    flex-shrink: 1;
}

.section-filter-block .filter-button-style {
    border-radius: 21px;
    border: 1px solid #FFF;
    background: #18346F;
    color: white;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    flex-grow: 1;
    padding: 14px 46px 14px 10px;
    cursor: pointer;
    position: relative;
    transition: color 0.5s, background-color 0.5s;
}

.section-filter-block .filter-button-style.active {
    background-color: #2B5D9B;
}

.section-filter-block .filter-button-style:not(.active):hover {
    background-color: #0E2046;
}

.section-filter-block .filter-button-style.active::after {
    transform: rotateX(180deg);
}

.filter-button-style:not(.reset)::after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M7 7L13 1' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    content: "";
    position: absolute;
    right: 18px;
    top: 0px;
    bottom: 0px;
    width: 14px;
    /* height: 8px; */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: transform 0.5s;
}

.filter-button-style.date {
    flex-grow: 0;
    flex-basis: 18%;
    margin-left: auto;
}

.section-filter-block .filters {
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    position: relative;
    margin-top: 20px;
    margin-bottom: -10px;
    flex-wrap: wrap;
}

.section-filter-block .filter-button-out.reset {
    flex-grow: 0;
}

.section-filter-block .filter-button-style.reset {
    width: 80px;
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L21 21' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M21 2L2 21' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: center;
}

.section-filter-block .filter-button-style.reset:active {
    background-color: #2B5D9B;
}



.section-filter-block .filters-lists {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
}

.section-filter-block .filters-list {
    position: absolute;
    left: 0px;
    right: 0px;
    border-radius: 21px;
    border: 1px solid #EEEDED;
    background: #FFF;
    top: 10px;
    padding: 25px;
    display: none;
    transition: opacity 0.5s;
    opacity: 0;
}

.section-filter-block .filters-list.active {
    display: block;
    opacity: 1;
}

.filters-list-el.text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 300px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: #F7F7F7 white;
}

.filters-list-el.text::-webkit-scrollbar {
    width: 2px;
}

.filters-list-el.text::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);*/
}

.filters-list-el.text::-webkit-scrollbar-thumb {
    background-color: #F7F7F7;
    outline: 1px solid #F7F7F7;
}


.filters-list-el.text .post-term {
    display: flex;
    text-align: center;
    justify-content: center;
    max-width: 160px;
    padding: 10px;
    color: black;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
    border-radius: 21px;
    margin-bottom: 5px;
}

.filters-list-el.text .post-term.active {
    background: #EEEDED;
}

/*
.filters-list-el.text .post-term:hover {
    background: #F7F6F6;
}
*/

.section-filter-block .filters-list.date {
    left: unset;
}

.filters-list.date .select-date-in {
    display: flex;
    align-items: center;
}


.filters-list.date .select-date-style {
    padding-left: 15px;
    padding-right: 15px;
}

.filters-list.date .select-date-style .select-date-in {
    border-radius: 21px;
    background: #F3F3F3;
}

.filters-list.date .select-year.select-date {
    /* margin-bottom: 46px; */
}

.filters-list.date .select-elem {
    /* width: 242px; */
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.filters-list.date .select-year .select-elem {
    width: 64px;
}

.filters-list.date .select-month .select-elem {
    width: 120px;
}

.filters-list.date .select-elem-one {
    display: none;
    color: black;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.filters-list.date .select-elem-one.active {
    display: flex;
    z-index: 1;
    background: #F3F3F3;
}

.filters-list.date .select-elem-one.current:not(.active) {
    opacity: 0.5;
    display: flex;
    z-index: 0;
}

.filters-list.date .select-btn {
    border: 1px solid #EEEDED;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L1 7' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 7L7 13' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26%;
    cursor: pointer;
    transition: background-color 0.5s;
    margin-left: 7px;
    margin-right: 7px;
    flex-shrink: 0;
}

.filters-list.date .select-btn:hover {
    background-color: #EEEDED;
}

.filters-list.date .select-btn:active {
    background-color: white;
}

.filters-list.date .select-btn-next.select-btn {
    transform: rotate(180deg);
}


.section-filter-block .filters-list-group {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.section-filter-block .select-day.select-date {
    margin-top: 40px;
}

.calendarjs table {
    clear: both;
    width: 100%;
    border-collapse: collapse;
    color: #444;
}

.calendarjs td {
    vertical-align: middle;
    color: #000;
    text-align: center;
    font-family: Roboto;
}

.calendarjs .cal_days td {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.calendarjs .cal_day td {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 57px;
    height: 57px;
    padding: 3px;
}

.calendarjs .cal_day td.not-current div {
    border: unset;
    background-color: unset;
}

.calendarjs .cal_day td div {
    border-radius: 12px;
    border: 1px solid #E2E2E2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.calendarjs .cal_day td.current div {
    border: 1px solid #E2E2E2;
    background-color: #F5F5F5;
}

.calendarjs .select-elem-day {
    cursor: pointer;
}

.calendarjs .cal_day td.active div {
    background-color: #7AA9D8;
}


.single-post.single-calendar .section-filter-block .select-day.select-date {
    display: none;
}



.filters-list-el.text .post-term.hide {
    opacity: 0.3;
    order: 1;
}

.filters-list-el.text .post-term {
    order: 0;
}


.section-filter-block .filters-control {
    margin-bottom: 20px;
}

.section-filter-block .filter-control-search {
    border-radius: 21px;
    background: #EEEDED;
    position: relative;
    display: flex;
    width: 196px;
}

.section-filter-block .filter-control-search::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z' stroke='%233A3A3A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0001 20.9996L16.6001 16.5996' stroke='%233A3A3A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    content: "";
    left: 13px;
    position: absolute;
    bottom: 0px;
    width: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 0px;
}


.section-filter-block .filter-control-search input {
    width: 100%;
    height: 100%;
    padding: 10px 10px 10px 47px;
    background: unset;
    border: unset;
    color: black;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}


@media (max-width: 767px) {
    .section-filter-block .filter-button-out {
        padding-left: 5px;
        padding-right: 5px;
        flex-basis: 50%;
        margin-bottom: 10px;
    }

    .section-filter-block .filter-button-style {
        border-radius: 21px;
        font-size: 16px;
        padding: 10px 30px 10px 10px;
    }

    .filter-button-style:not(.reset)::after {
        right: 11px;
        width: 14px;
    }

    .section-filter-block .filters {
        margin-left: -5px;
        margin-right: -5px;
        margin-top: 20px;
        margin-bottom: -10px;
        justify-content: flex-end;
        position: unset;
    }

    .section-filter-block .filter-button-style.reset {
        width: 80px;
        background-size: 18px;
        height: 40px;
    }

    .section-filter-block .filter-button-out.reset {
        flex-basis: auto;
    }

    .section-filter-block .filters-list {
        border-radius: 21px;
        top: 10px;
        padding: 25px;
    }

    .filters-list-el.text {
        height: 300px;
        flex-wrap: nowrap;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .filters-list-el.text .post-term {
        max-width: 100%;
        padding: 10px;
        font-size: 18px;
        border-radius: 21px;
        margin-bottom: 5px;
    }

    .filters-list.date .select-year.select-date {
        /* margin-bottom: 30px; */
    }

    .filters-list.date .select-date-style .select-date-in {
        border-radius: 21px;
    }

    .filters-list.date .select-date-style {
        margin-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-filter-block .filters-list.date {
        left: 0px;
    }

    .filters-list.date .select-elem {
        width: unset;
        height: 50px;
        flex-grow: 1;
    }

    .filters-list.date .select-elem-one {
        font-size: 18px;
    }

    .filters-list.date .select-btn {
        width: 34px;
        height: 34px;
    }


    .section-filter-block .filters-list-group {
        flex-direction: column;
        margin-left: -15px;
        margin-right: -15px;
    }


    .section-filter-block .select-day.select-date {
        margin-top: 30px;
    }

    .calendarjs table {
        border-radius: 3px;
    }

    .calendarjs .cal_days td {
        font-size: 16px;
    }

    .calendarjs .cal_day td {
        font-size: 20px;
        width: 45px;
        height: 45px;
        padding: 3px;
    }

    .calendarjs .cal_day td div {
        border-radius: 12px;
        border: 1px solid #E2E2E2;
    }

    .calendarjs .cal_day td.current div {
        border: 1px solid #E2E2E2;
    }

}

@media (min-width: 768px) {
    .section-filter-block .filter-button-out {
        padding-left: 0.26042vw;
        padding-right: 0.26042vw;
    }

    .section-filter-block .filter-button-style {
        border-radius: 1.09375vw;
        font-size: 1.04167vw;
        padding: 0.72917vw 2.39583vw 0.72917vw 0.52083vw;
    }

    .filter-button-style:not(.reset)::after {
        right: 0.9375vw;
        width: 0.72917vw;
    }

    .section-filter-block .filters {
        margin-left: -0.26042vw;
        margin-right: -0.26042vw;
        margin-top: 1.04167vw;
        margin-bottom: -0.52083vw;
    }

    .section-filter-block .filter-button-style.reset {
        width: 4.16667vw;
        background-size: 1.19792vw;
        margin-left: auto;
    }

    .section-filter-block .filters-list {
        border-radius: 1.09375vw;
        top: 0.52083vw;
        padding: 1.30208vw;
    }

    .filters-list-el.text {
        height: 15.625vw;
    }

    .filters-list-el.text .post-term {
        max-width: 8.33333vw;
        padding: 0.52083vw;
        font-size: 0.9375vw;
        border-radius: 1.09375vw;
        margin-bottom: 0.26042vw;
    }

    .filters-list-el.text .post-term:hover {
        background: #F7F6F6;
    }

    .filters-list.date .select-year.select-date {
        /* margin-bottom: 2.39583vw; */
    }

    .filters-list.date .select-year .select-elem {
        width: 3.33333vw;
    }

    .filters-list.date .select-date-style .select-date-in {
        border-radius: 1.09375vw;
    }

    .filters-list.date .select-elem {
        width: 12.60417vw;
        height: 3.02083vw;
    }

    .filters-list.date .select-month .select-elem {
        width: 6.25vw;
    }

    .filters-list.date .select-elem-one {
        font-size: 1.25vw;
    }

    .filters-list.date .select-btn {
        width: 1.77083vw;
        height: 1.77083vw;
    }

    .section-filter-block .filters-list-group {
        display: flex;
        margin-left: -0.78125vw;
        margin-right: -0.78125vw;
    }

    .filters-list.date .select-date-style {
        padding-left: 0.78125vw;
        padding-right: 0.78125vw;
    }

    .section-filter-block .select-day.select-date {
        margin-top: 2.08333vw;
    }

    .calendarjs table {
        border-radius: 0.15625vw;
    }

    .calendarjs .cal_days td {
        font-size: 0.83333vw;
    }

    .calendarjs .cal_day td {
        font-size: 1.25vw;
        width: 2.96875vw;
        height: 2.96875vw;
        padding: 0.15625vw;
    }

    .calendarjs .cal_day td div {
        border-radius: 0.625vw;
        border: 0.05208vw solid #E2E2E2;
    }

    .calendarjs .cal_day td.current div {
        border: 0.05208vw solid #E2E2E2;
    }


    .section-filter-block .filters-control {
        margin-bottom: 1.04167vw;
    }

    .section-filter-block .filter-control-search {
        border-radius: 1.09375vw;
        width: 10.20833vw;
    }

    .section-filter-block .filter-control-search::before {
        left: 0.67708vw;
        width: 1.25vw;
    }

    .section-filter-block .filter-control-search input {
        padding: 0.52083vw 0.52083vw 0.52083vw 2.44792vw;
        font-size: 0.9375vw;
    }

}

@media (max-width: 767px) {
    .section-filter-block .filter-button-out {
        padding-left: 1.16822vw;
        padding-right: 1.16822vw;
        flex-basis: 50%;
        margin-bottom: 2.33645vw;
    }

    .section-filter-block .filter-button-out.date {
        flex-basis: 50%;
    }

    .section-filter-block .filter-button-style {
        border-radius: 4.90654vw;
        font-size: 3.73832vw;
        padding: 2.33645vw 7.00935vw 2.33645vw 2.33645vw;
    }

    .section-filter-block .filter-button-style:not(.active):hover {
        background-color: inherit;
    }

    .filter-button-style:not(.reset)::after {
        right: 2.57009vw;
        width: 3.27103vw;
    }

    .section-filter-block .filters {
        margin-left: -1.16822vw;
        margin-right: -1.16822vw;
        margin-top: 4.6729vw;
        margin-bottom: -2.33645vw;
    }

    .section-filter-block .filter-button-style.reset {
        width: 18.69159vw;
        background-size: 4.20561vw;
        height: 9.34579vw;
    }

    .section-filter-block .filter-button-out.reset {
        flex-basis: auto;
        /* margin-left: auto; */
    }

    .section-filter-block .filter-button-style.reset:active {
        background-color: inherit;
    }

    .section-filter-block .filters-list {
        border-radius: 4.90654vw;
        top: 2.33645vw;
        padding: 5.84112vw;
    }

    .filters-list-el.text {
        height: 70.09346vw;
        flex-wrap: nowrap;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .filters-list-el.text .post-term {
        max-width: 100%;
        padding: 2.33645vw;
        font-size: 4.20561vw;
        border-radius: 4.90654vw;
        margin-bottom: 1.16822vw;
    }

    .filters-list.date .select-year.select-date {
        /* margin-bottom: 7.00935vw; */
    }

    .filters-list.date .select-date-style .select-date-in {
        border-radius: 4.90654vw;
    }

    .filters-list.date .select-date-style {
        margin-bottom: 3.50467vw;
        padding-left: 3.50467vw;
        padding-right: 3.50467vw;
    }

    .section-filter-block .filters-list.date {
        left: 0px;
    }

    .filters-list.date .select-elem {
        width: unset;
        height: 11.68224vw;
        flex-grow: 1;
    }

    .filters-list.date .select-elem-one {
        font-size: 4.20561vw;
    }

    .section-filter-block .filters-list-group {
        flex-direction: column;
        margin-left: -3.50467vw;
        margin-right: -3.50467vw;
    }

    .section-filter-block .select-day.select-date {
        margin-top: 7.00935vw;
    }

    .calendarjs .cal_days td {
        font-size: 3.73832vw;
    }

    .calendarjs .cal_day td {
        font-size: 4.6729vw;
        width: 10.51402vw;
        height: 10.51402vw;
        padding: 0.70093vw;
    }

    .calendarjs .cal_day td div {
        border-radius: 2.80374vw;
        border: 0.23364vw solid #E2E2E2;
    }

    .calendarjs .cal_day td.current div {
        border: 0.23364vw solid #E2E2E2;
    }


    .filters-list.date .select-btn {
        width: 7.94393vw;
        height: 7.94393vw;
        margin-left: 1.63551vw;
        margin-right: 1.63551vw;
    }

    .section-filter-block .filters-control {
        margin-bottom: 4.6729vw;
    }

    .section-filter-block .filter-control-search {
        border-radius: 4.90654vw;
        width: 100%;
    }

    .section-filter-block .filter-control-search::before {
        left: 3.03738vw;
        width: 5.60748vw;
    }

    .section-filter-block .filter-control-search input {
        padding: 2.33645vw 2.33645vw 2.33645vw 10.98131vw;
        font-size: 4.20561vw;
    }

}



.sorts-lists {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 82px;
}

.sorts-lists .sort-icon {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.4;
    cursor: pointer;
}

.sorts-lists .sort-icon.active {
    opacity: 1;
}

.sorts-lists .sort-one {
    display: flex;
    align-items: center;
}

.sorts-lists .sort-icons {
    display: flex;
}

.sorts-lists .name {
    color: rgba(0, 0, 0, 0.75);
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-right: 15px;
}

.sorts-lists .sort-icon.v {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='8' height='8' rx='1' fill='black'/%3E%3Crect x='10' width='8' height='8' rx='1' fill='black'/%3E%3Crect y='10' width='8' height='8' rx='1' fill='black'/%3E%3Crect x='10' y='10' width='8' height='8' rx='1' fill='black'/%3E%3C/svg%3E%0A");
    margin-right: 12px;
}

.sorts-lists .sort-icon.h {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='14' width='18' height='4' rx='1' fill='black'/%3E%3Crect y='7' width='18' height='4' rx='1' fill='black'/%3E%3Crect width='18' height='4' rx='1' fill='black'/%3E%3C/svg%3E%0A");
}

.sorts-lists .sort-order .sort-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 10L9.5 1' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M9.5 1L1 10' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M9.5 1.5V18' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.sorts-lists .sort-icon.asc {
    transform: rotate(180deg);
}

.sorts-lists .sort-icon.desc {
    margin-right: 6px;
}

.sorts-lists .sort-one.sort-show {
    margin-right: 50px;
}


@media (min-width: 768px) {
    .sorts-lists {
        margin-top: 1.5625vw;
        margin-bottom: 1.5625vw;
        margin-right: 4.27083vw;
    }

    .sorts-lists .sort-icon {
        width: 0.9375vw;
        height: 0.9375vw;
    }

    .sorts-lists .name {
        font-size: 0.625vw;
        margin-right: 0.78125vw;
    }

    .sorts-lists .sort-icon.v {
        margin-right: 0.625vw;
    }

    .sorts-lists .sort-icon.desc {
        margin-right: 0.3125vw;
    }

    .sorts-lists .sort-one.sort-show {
        margin-right: 2.60417vw;
    }
}

@media (max-width: 767px) {
    .sorts-lists {
        margin-top: 5.84112vw;
        margin-bottom: 5.84112vw;
        margin-right: 4.6729vw;
        flex-direction: column;
        align-items: flex-end;
    }

    .sorts-lists .sort-icon {
        width: 5.60748vw;
        height: 5.60748vw;
    }

    .sorts-lists .name {
        font-size: 3.73832vw;
        margin-right: 3.50467vw;
    }

    .sorts-lists .sort-icon.v {
        margin-right: 2.80374vw;
    }

    .sorts-lists .sort-icon.desc {
        margin-right: 2.57009vw;
    }

    .sorts-lists .sort-one.sort-show {
        margin-right: unset;
        margin-bottom: 4.6729vw;
        display: none;
    }
}

/* фильтры записей */


/* текст "ничего не найдено" в списке записей */
.no-posts {
    width: 100%;
    text-align: center;
    color: black;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 30px;
    margin-bottom: 30px;
}

.single-search .no-posts {
    color: white;
}

@media(min-width: 768px) {
    .no-posts {
        font-size: 1.04167vw;
        margin-top: 1.5625vw;
        margin-bottom: 1.5625vw;
    }
}

@media(max-width: 767px) {
    .no-posts {
        /* font-size: 20px; */
        /* margin-top: 30px; */
        /* margin-bottom: 30px; */
        font-size: 3.73832vw;
        margin-top: 4.6729vw;
        margin-bottom: 4.6729vw;
    }
}

/* -текст "ничего не найдено" в списке записей */



/* стиль закрепленных записей в событии */
.single-event .post.post-zakrep .post-in {
    border: 3px solid #7AA9D8;
    position: relative;
    margin: -2px;
}

.single-event .post.post-zakrep .post-in:after {
    content: "";
    position: absolute;
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.23525 13.7656L4.08398 15.9169' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.119 3.16428L8.03822 7.24872C8.03822 7.24872 6.22379 6.33743 4.27837 7.91089C4.22112 7.95725 4.17428 8.01518 4.1409 8.08088C4.10753 8.14658 4.08836 8.21858 4.08465 8.29219C4.08094 8.3658 4.09278 8.43937 4.11938 8.5081C4.14599 8.57683 4.18677 8.63917 4.23906 8.69106L11.3002 15.7585C11.3531 15.8124 11.4169 15.8541 11.4874 15.881C11.5579 15.9079 11.6333 15.9192 11.7086 15.9142C11.7838 15.9093 11.8571 15.8881 11.9234 15.8522C11.9897 15.8162 12.0475 15.7664 12.0928 15.7061C12.643 14.9784 13.5077 13.4705 12.7544 11.9691L16.8352 7.88466C16.8847 7.83586 16.924 7.77769 16.9509 7.71353C16.9777 7.64938 16.9915 7.58052 16.9915 7.51097C16.9915 7.44142 16.9777 7.37256 16.9509 7.3084C16.924 7.24425 16.8847 7.18607 16.8352 7.13727L12.8658 3.16428C12.817 3.11473 12.7589 3.07537 12.6948 3.04851C12.6307 3.02165 12.5619 3.00781 12.4924 3.00781C12.4229 3.00781 12.3541 3.02165 12.29 3.04851C12.2259 3.07537 12.1678 3.11473 12.119 3.16428Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    border-radius: 100%;
    background-color: #2B5D9B;
}


@media(min-width: 768px) {
    .single-event .post.post-zakrep .post-in {
        border: 0.15625vw solid #7AA9D8;
        margin: -0.10417vw;
    }

    .single-event .post.post-zakrep .post-in:after {
        top: 0.3125vw;
        right: 0.3125vw;
        width: 1.66667vw;
        height: 1.66667vw;
    }
}

@media(max-width: 767px) {
    .single-event .post.post-zakrep .post-in {
        border: 0.70093vw solid #7AA9D8;
        margin: -0.46729vw;
    }

    .single-event .post.post-zakrep .post-in:after {
        top: 1.40187vw;
        right: 1.40187vw;
        width: 7.47664vw;
        height: 7.47664vw;
    }
}

/* -стиль закрепленных записей в событии */



/* стиль должности комментария в обычном блоке */
.post .post-in .comments-dolzhnost {
    margin-bottom: 17px;
}

.post .post-in .comments-dolzhnost span {
    font-weight: 300;
    font-size: 16px;
    line-height: 123.3%;
    display: flex;
}

@media(min-width: 768px) {
    .post .post-in .comments-dolzhnost {
        margin-bottom: 0.88542vw;
    }

    .post .post-in .comments-dolzhnost span {
        font-size: 0.83333vw;
    }
}

@media(max-width: 767px) {
    .post .post-in .comments-dolzhnost {
        margin-bottom: 2.33645vw;
    }

    .post .post-in .comments-dolzhnost span {
        font-size: 3.73832vw;
    }
}

/* -стиль должности комментария в обычном блоке */



/* костыль */
@media (max-width: 767px) {
    .contact-info.tg a {
        font-size: 3.67289vw;
    }
}
/* -костыль */