

/* Start:/local/templates/.default/css/page-style/main.css?160650595412549*/
.block_1 {
    margin-bottom: 130px;
}

.title_block {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.title_main_text {
    font-size: 20px;
    width: 100%;
    line-height: 34px;
    padding-top: 32px;
}

.title_main {
    margin-top: 30px;
    max-width: 780px;
}

.title_main a {
    text-decoration: none;
    color: #000;
}
.title_main a:hover {
    text-decoration: underline;
}

.title_main_icon {
    padding: 30px 0 0 50px;
    line-height: 0;
}

.title_main_icon img {
    width: 100%;
}

/*СЛАЙДЕР В ШАПКЕ САЙТА*/
.head__slider .slick-list {
    overflow: hidden;
}
.head__slider .slick-track{
    display: flex;
}
.head__slider .slick-slide {
    cursor: default;
}
.head__slider .slick-slide:active {
    cursor: grabbing;
}
.head__slider .slick-dots{
    display: flex;
    margin-top: 50px;
    justify-content: center;
}
.head__slider .slick-dots li{
    list-style: none;
    margin: 0 15px 0 0;
}
.head__slider .slick-dots li.slick-active button{
    background-color: #3A6CD7;
}
.head__slider .slick-dots li button{
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: #cbcbcb;
    border-radius: 50%;
    cursor: pointer;
}
/* /. СЛАЙДЕР В ШАПКЕ САЙТА*/


.goTo {
    text-align: center;
}

.goTo img {
    max-width: 4.6%;
    border-radius: 50%;
    transition: 0.3s ease-out;
}

.goTo img:hover {
    cursor: pointer;
}

.event_filter_block {
    margin-bottom: 65px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.event_filter_block a {
    text-decoration: none;
    color: black;
    border-radius: 25px;
}

.event_filter {
    display: inline-block;
    border-radius: 25px;
    padding: 15px 38px;
    background-color: transparent;
    transition: 0.2s ease-out;
    position: relative;
}

.event_filter:hover {
    color: white;
}

.event_filter::before, .event_filter::after {
    position: absolute;
    content: "";
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    border-radius: 25px;
}

.event_filter::before {
    background-color: #F2F2F2;
    border: 1px #B3B3B3 solid;
    z-index: -2;
}

.event_filter::after {
    transform: scaleX(0.8);
    transition: 0.2s ease-in-out 0s;
    z-index: -1;
}

.event_filter:hover::after {
    transform: scaleX(1);
}

.event_filter.all {
    color: white;
}

.event_filter.all:after {
    background-color: #3B6BD6;
    transform: scaleX(1);
}
.event_filter:hover::after {
    background-color: #3B6BD6;
    transform: scaleX(1);
}

/*
.event_filter.all:after {
    background-color: #3B6BD6;
    transform: scaleX(1);
}

.event_filter.lectures:hover::after {
    background-color: #A1725B;
}

.event_filter.press-about-us:hover::after {
    background-color: #2A9674;
}

.event_filter.acts:hover::after {
    background-color: #BD7E0A;
}

.event_filter.books:hover::after {
    background-color: #1db09e;
}

.event_filter.will-and-consciousness:hover::after {
    background-color: #9A233A;
}
 */

.events {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.event_block {
    border: 1px #B3B3B3 solid;
    margin-bottom: 15px;
    transition: 0.2s ease-out;
    width: 33%;
    position: relative;
}

.event_block:hover {
    border: 1px black solid;
    color: white;
    background-color: black;
}

.event_block a {
    text-decoration: none;
    color: black;
    transition: 0.2s ease-out;
    cursor: pointer;
}

.event_block:hover a {
    color: white;
    transition: 0.2s ease-out;
}

.event_block a:hover {
    text-decoration: underline;
}

.event_image {
    position: relative;
}

.event_image_main, .event_block iframe {
    width: 100%;
    height: 275px;
}
.event_image_main.blue {
    background-color: #00A5D8;
}
.event_image_main.turquoise {
    background-color: #22D1BC;
}
.event_image_main.orange {
    background-color: #FF7300;
}
.event_image_main.pink {
    background-color: #EF3094;
}
.event_image_main.darkblue {
    background-color: #3A6CD7;
}

.event_image_overlay {
    position: absolute;
    width: 70px;
    height: 70px !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.event_image_main {
    object-fit: cover;
}

.event_text_block {
    padding: 35px 27px 35px 27px;
    min-height: 415px;
}

.event_topic {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 28px;
}

.event_topic_icon {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #3B6BD6;
    margin-right: 10px;
}

.event_topic_text {
    font-size: 12px;
    text-transform: uppercase;
}

.event_title {
    margin-bottom: 20px;
    max-width: 340px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event_title:hover {
    color: white;
}

.event_text {
    margin-bottom: 20px;
    max-width: 340px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event_text a {
    font-family: TTFirsNeue-DemiBold;
}

.event_source_text {
    font-size: 14px;
}

.event_source {
    font-family: TTFirsNeue-DemiBold;
}

.event_date {
    font-family: TTFirsNeue-DemiBold;
    position: absolute;
    bottom: 33px;
    left: 26px;
    text-transform: lowercase;
}

.articles_block {
    margin-bottom: 142px;
}

.articles {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.article_block, .article_block .slick-slide {
    border: 1px #B3B3B3 solid;
    padding: 25px 20px 48px 29px;
    background-color: white;
    margin-right: -1px;
    cursor: ew-resize;
}
.article_text_block {
    flex-direction: column;
    display: flex;
    min-height: 100%;
}
.article_body {
    margin-top: 48px;
    flex: 1 0 auto;
}
.article_author {
    font-family: TTFirsNeue-DemiBold;
    font-size: 24px;
    /*margin-bottom: 48px;*/
    text-transform: uppercase;
}

.article_title {
    /*font-size: 36px;*/
    /*line-height: 40px;*/
    font-size: 29px;
    line-height: 29px;
    max-width: 370px;
    margin-bottom: 25px;
}

.articles_block .article_title_link {
    color: #0E63AF;
    text-decoration: none;
    transition: 0.2s ease-out;
}

.articles_block .article_title_link:hover {
    color: black !important;
    cursor: pointer;
}

.articles_block .article_text {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 125px;
    max-width: 422px;
}

.articles_block .article_date {
    font-family: TTFirsNeue-DemiBold;
    text-transform: lowercase;
    flex: 0 0 auto;
    margin-bottom: 20px;
}

.articles_block .articles_slider {
    position: relative;
}

.articles_block .slider button {
    font-size: 0;
}

.articles_block .slick-prev {
    right: 140px;
    background: url("/images/arrow_left_white.svg") 0 no-repeat;
}

.articles_block .slick-next {
    right: 90px;
    /*background: url("/images/arrow_right_white.svg") 0 no-repeat;*/
}

.articles_block .slider_articles_nav_arrows {
    display: flex;
    flex-direction: row;
    position: absolute;
    z-index: 3;
    bottom: 6.5%;
    right: 3.5%;
}

.articles_block .slider_articles_nav_arrows div {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: white;
    font-size: 21px;
    background-color: black;
    transition: 0.2s ease-out;
}

.articles_block .slider_articles_nav_arrows div:hover {
    background-color: white;
    cursor: pointer;
}

.articles_block .nav_arrow_left, .nav_arrow_right {
    display: flex;
    align-items: center;
}

.articles_block .slider_articles_nav_arrows svg {
    width: 20px;
    height: 15px;
}

.articles_block .nav_arrow_left svg {
    margin: 0 3px 0 auto;
}

.articles_block .nav_arrow_right svg {
    margin-left: 3px;
}

.articles_block .slider_articles_nav_arrows path {
    transition: 0.2s ease-out;
}

.articles_block .slick-track {
    display: flex;
    flex-direction: row;
    margin-left: 10vw;
}

.articles_block .slick-list {
    overflow: hidden;
}


/*ДОПОЛНИТЕЛЬНО*/
/*ВЫРАВНИВАНИЕ ШРИФТОВ*/

.podcast_block_button_text {
    padding-top: 2px;
}


/*МЕДИА-ЗАПРОСЫ*/


@media (min-width: 769px) {
    .article_block, .article_block .slick-slide {
        min-width: 422px;
    }
}
@media (max-width: 768px) {
    .articles_block .slick-track {
        margin-left: 15px;
    }
}
@media (max-width: 425px) {
    .article_author {
        font-size: 5vw;
    }
    .article_title {
        font-size: 6vw;
        max-width: 75vw;
    }
}

/*ДО 479px*/
@media (max-width: 479px) {

    .content h3 {
        font-size: 5vw !important;
        line-height: 6vw !important;
    }

    .block_1 {
        margin-bottom: 30px;
    }

    .goTo img {
        max-width: 12%;
    }

    .title_block {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .title_main {
        min-width: 0;
    }

    .title_main h1 {
        font-size: 5.8vw;
        line-height: normal;
    }

    .title_main_text {
        font-size: 4vw;
        padding-top: 10px;
        line-height: 6vw;
    }

    .title_main_icon {
        padding: 0;
    }

    .title_main_icon img {
        width: 40%;
        padding: 10px 0 0 0;
    }

    .event_block {
        width: 100%;
    }

    .event_image_main, .event_block iframe {
        height: 65vw;
    }

    .event_filter_block {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .event_filter {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 12px;
        padding: 10px 20px;
    }

    .event_text_block {
        min-height: 320px;
    }

    .event_source_text {
        font-size: 14px;
    }

}


/*ДО 767px*/
@media (min-width: 480px) and (max-width: 768px) {

    .block_1 {
        margin-bottom: 30px;
    }

    .title_block {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .title_main {
        min-width: 0;
    }

    .title_main h1 {
        font-size: 5.8vw !important;
        line-height: normal !important;
    }

    .title_main_text {
        font-size: 3.2vw;
        padding-top: 10px;
        line-height: 6vw;
    }

    .title_main_icon {
        padding: 0;
    }

    .title_main_icon img {
        width: 35%;
        padding: 10px 0 0 0;
    }

    .goTo img {
        max-width: 8%;
    }

    .event_block {
        width: 48%;
    }

    .event_image_main, .event_block iframe {
        height: 30vw;
    }

    .event_filter_block {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .event_filter {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 12px;
        padding: 10px 20px;
    }

    .event_source_text {
        font-size: 14px;
    }

}

@media (min-width: 769px) and (max-width: 1170px) {

    .block_1 {
        margin-bottom: 30px;
    }

    .title_block {
        /*text-align: center;*/
    }

    .title_main {
        min-width: 0;
    }

    .title_main h1 {
        font-size: 5.8vw!important;
        line-height: normal!important;
    }

    .title_main_text {
        font-size: 2.2vw;
        padding-top: 10px;
        line-height: 4vw;
    }

    .title_main_icon {
        padding: 0;
    }

    .title_main_icon {
        width: 90%;
    }

    .title_main_icon img {
        width: 70%;
        padding: 15px 0 0 0;
    }

    .event_image_main, .event_block iframe {
        height: 24vw;
    }

    .event_filter_block {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .event_filter {
        display: inline-block;
        margin-bottom: 10px;
    }

}
@media (min-width: 1171px) {
    .title_main a {
        font-size: 92px;
    }
}
/*ОСТАВИТЬ ЗДЕСЬ*/

.events div[id^="bx_incl_area_"] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.slick-track div[id^="bx_incl_area_"] {
    display: flex;
    flex-direction: row;
}

/*ОСТАВИТЬ ЗДЕСЬ*/

.article_block.empty_slide {
    border: none;
    border-left: 1px solid #B3B3B3;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/main-head-slider/style.css?1601629123150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/.default/css/page-style/main.css?160650595412549 */
/* /local/templates/.default/components/bitrix/news.list/main-head-slider/style.css?1601629123150 */
