

/* Start:/local/templates/.default/css/page-style/projects.css?16031781365502*/
.about__block {
    font-size: 20px;
}
.about__block .right__col {
    margin: -10px auto 0;
    padding: 0 110px 0 30px;
}
span.MCIS {
    font-size: 30px;
}

.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_overlay {
    position: absolute;
    width: 70px;
    height: 70px !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.event_image_main {
    object-fit: cover;
}


.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_text_block {
    padding: 35px 27px 35px 27px;
    min-height: 345px;
}

.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;
}

/*ПАГИНАТОР*/

.paginator {
    display: flex;
    justify-content: center;
    text-align: center;
}

.paginator .paginator__link {
    width: 20px;
}

.paginator a {
    color: black;
    transition: 0.1s ease-out;
    text-decoration: none;
}

.paginator a, .paginator span {
    display: inline-table;
    padding: 20px 21px;
    border-radius: 30px;
}

.paginator span.active, span.disabled  {
    opacity: 0.5;
    cursor: default;
}

.paginator a:hover, .paginator span:not(.active):not(.disabled):hover {
    background-color: black;
    color: white;
}
/*ПАГИНАТОР*/

.more_about_block {
    margin-top: 100px;
}


@media (max-width: 479px) {

    .found_block {
        width: 85%
    }

    .found_article h3 {
        font-size: 5.5vw;
        line-height: 6.5vw;
    }

    .paginator {
        font-size: 14px;
        display: block;
    }

    .paginator__prev_link, .paginator__next_link {
        display: block !important;
    }

    .paginator a, .paginator span {
        padding: 3.8vw 3.75vw;
    }

}

@media (max-width: 479px) {

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

    .event_image_main {
        height: 65vw;
    }

    .more_about_title {
        margin: 30px 0 20px;
        text-align: center;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .event_block {
        width: 48%;
    }

    .event_image_main {
        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;
    }

    .paginator {
        display: block;
    }

    .paginator__prev_link, .paginator__next_link {
        display: block !important;
    }

    .paginator a, .paginator span {
        padding: 3vw 2.95vw;
    }

    .more_about_title {
        margin: 50px 0 50px;
        text-align: center;
    }
}

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

    .event_image_main {
        height: 24vw;
    }

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

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

    .paginator a, .paginator span {
        padding: 1.9vw 1.85vw;
    }
}

@media (min-width: 768px) {

    .about__block {
        display: flex;
        flex-direction: row;
        margin-top: 55px;
    }
    .about__block .left__col {
        max-width: 655px;
        line-height: 34px;
    }
    .events {
        margin-top: 55px;
    }
}

@media (max-width: 768px) {

    .about__block .right__col {
        display: none;
    }
    .about__page .follow {
        margin-top: 0;
    }

    .more_about_block {
         margin-top: 0; 
    }

}
/* End */


/* Start:/local/templates/.default/css/page-style/detail.css?16266792064352*/
.detail__page .detail-content a {
    font-size: 20px;
    color: #3a6cd7;
    text-decoration: none;
    transition: 0.2s ease-out;
    word-break: break-word;
}
.detail__page .detail-content a:hover {
    color: #22d1bc;
}

.detail-head {
    height: 600px;
}
.video-block__video {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
}
.video-block__video_wrpr {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 61.11%;
}
.video-block__video_wrpr.blue {
    background-color: #00A5D8;
}
.video-block__video_wrpr.turquoise {
    background-color: #22D1BC;
}
.video-block__video_wrpr.orange {
    background-color: #FF7300;
}
.video-block__video_wrpr.pink {
    background-color: #EF3094;
}
.video-block__video_wrpr.darkblue {
    background-color: #3A6CD7;
}


.video-block__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%!important;
    height: 100%!important;
    transition: all 600ms cubic-bezier(.23,1,.32,1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    background-size: cover;
    -webkit-perspective-origin: 100px;
    perspective-origin: 100px;
    -webkit-user-drag: none;
}
.video-block__img.centered {
    background-position: 50% 50%;
}
.video-block__img.blacked {
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.6);
}



.video-block__information {
    position: absolute;
    z-index: 1;
    max-width: 1170px; /*640*/
    margin-top: -350px;
    color: #ffffff;
}
.video-block__information .vb-title {
    max-width: 700px;
    font-size: 54px;
    line-height: 54px;
    font-family: TTFirsNeue-DemiBold;
}
.video-block__information .vb-date {
    margin-top: 25px;
    text-transform: lowercase;
}


.share {
    display: flex;
    flex-direction: row;
    height: 37px;
}
.shared__item path {
    transition: 0.1s ease-out;
}
.shared__item:nth-child(n+2) {
    margin-left: 7px;
}
/*.shared__item.twitter:hover path {
    fill: red;
}*/
.share .shared__item:hover path {
    fill: #3a6cd7;
}
.detail-item {
    display: flex;
    flex-direction: row;
}
.detail-item .detail-text {
    font-size: 20px;
}
.detail-item .detail-text h3 {
    font-size: 30px;
}

.video-block__link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.video-block__link:before {
    content: url("/local/templates/.default/images/playbtn.png");
    position: absolute;
    border-radius: 8px;
    width: 108px;
    height: 78px;
    top: 50px;
}
.video-block__link:after {
    content: '';
    position: absolute;
    top: 264px;
    left: 50%;
    margin: 0 0 0 -265px;
}

.video-block__video iframe {
    max-height: 600px;
}
.video-active .video-block__video {
    margin: 0 0 22px;
}
.video-active .video-block__video_wrpr {
    opacity: 0;
    width: 0;
    height: 0;
}
.video-active .detail-head {
    height: 1000px;
    background-color: black;
    transition: .9s ease-out;
}
.video-active .video-block__link,  .video-active .video-block__img.blacked {
    display: none;
}


@media (min-width: 769px){
    .detail-item {
        padding-top: 125px;
    }
    .detail-item .share  {
        min-width: 200px;
    }
}
@media (max-width: 1340px) {
    .video-block__link:before {
        margin: 0 15px;
    }
}
@media (min-width: 1341px) {
    .video-block__link:before {
        left: 50%;
        margin: 0 0 0 -585px;
    }
}
@media (max-width: 768px) {

    .detail-item {
        padding-top: 30px;
        flex-direction: column;
    }
    .detail-item .detail-text {
        order: 1;
    }
    .detail-item .share {
        order: 2;
        align-self: center;
        margin: 40px auto 0;
    }
    .video-block__information .vb-title {
        font-size: 7vw;
        line-height: 7vw;
    }
    .video-block__information .vb-date {
        font-size: 2.8vw;
    }
}
@media (max-width: 600px) {
    .detail-item .detail-text, .detail__page .detail-content a {
        font-size: 4vw;
    }
    .hp_logo svg {
        width: 100vw;
    }

}
@media (max-width: 1024px) {
    .video-block__information .vb-title {
        font-size: 5.3vw;
        line-height: 5.3vw;
    }
}
@media (min-width: 585px) {
    .hp_logo svg {
        position: absolute;
        right: 8vw;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/projects/style.css?1599743606155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */
/* /local/templates/.default/css/page-style/projects.css?16031781365502 */
/* /local/templates/.default/css/page-style/detail.css?16266792064352 */
/* /local/templates/.default/components/bitrix/news.detail/projects/style.css?1599743606155 */
