

/* Start:/local/templates/.default/css/page-style/projects.css?17158808835484*/
.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*/

.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;
}
/*PAGINATOR*/

.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?17167937154758*/
.detail__page .detail-content a {
    font-size: 20px;
    color: #21AB78;
    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: #21AB78;
}


.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__img.noimage {
    background-attachment: fixed;
        background-position: right top;
        background-size: cover;
} */



.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.facebook:hover path {
    fill: rgb(50, 85, 152);
}
.share .shared__item.telegram:hover path {
    fill: rgb(39, 153, 226);
}
.share .shared__item.twitter:hover {
    /* fill: red; */
    filter: invert(1);
}
.share .shared__item.twitter:hover circle {
    stroke-width: 10;
}
.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/playicon1.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/new_en/components/bitrix/news.list/slick-slider/style.css?17340432608232*/
.slider-container {
  margin-bottom: 10px;
}

.fa-solid {
  font-family: "Font Awesome 6 Free" !important;
}

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

.slick-carousel {
  width: calc((100vw / 1.5) - 30px);
  margin: 0 auto;
  flex-shrink: 0;
}

.slick-carousel .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.main-slick-carousel .slick-track {
  height: 500px;
}
.thumbnail-slick-carousel .slick-track {
  height: 150px;
}

.main-slick-carousel img {
  /* max-height: 650px; Set this to a height that works for your layout */
  object-fit: contain; /* This ensures the image scales nicely while maintaining its aspect ratio */
  width: 100%;
  height: 100%; /* Makes sure the image fills the container's height */
  display: block;
  margin: 0 auto;
}

.thumbnail-slick-carousel img {
  /* max-height: 150px; Set this to a height that works for your layout */
  object-fit: contain; /* This ensures the image scales nicely while maintaining its aspect ratio */
  width: 100%;
  height: 100%; /* Makes sure the image fills the container's height */
  display: block;
  margin: 0 auto;
}

/* Common Styles for Slider */
.slick-slider {
  position: relative;
  /* margin: 20vh auto 20px auto; */
  margin: 20px auto;
}

.main-slick-carousel .video-wrapper.slick-slide {
  align-items: initial;
}

.slick-initialized .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.slick-slide {
  position: relative;
  margin: 0 5px;
}

/* Styling for Previous and Next Buttons */
.slick-prev,
.slick-next,
.fullscreen-prev,
.fullscreen-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s ease;
}

.thumbnail-slick-carousel .slick-prev,
.thumbnail-slick-carousel .slick-next {
  top: 30%;
  transform: none;
}

.slick-prev:hover,
.slick-next:hover,
.fullscreen-prev:hover,
.fullscreen-next:hover {
  background-color: rgba(0, 0, 0);
  color: #21ab78;
}

/* Positioning */
.slick-prev {
  left: -50px;
  /* Adjust to move closer or farther from the slider */
}

.slick-next {
  right: -50px;
  /* Adjust to move closer or farther from the slider */
}

.fullscreen-next {
  right: 50px;
}

.fullscreen-prev {
  left: 50px;
}

/* Icon for Buttons (Optional, if using custom arrows) */
.custom-prev::before,
.custom-next::before,
.slick-prev::before,
.slick-next::before {
  font-family: "slick";
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

/* Styling for Dots */
.slick-dots {
  text-align: center;
  margin-top: 20px;
  list-style: none;
  padding: 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li.slick-active button {
  background-color: #333;
}

.slick-dots li button:hover {
  background-color: #555;
}

/* Remove numbers and make dots visible */
.slick-dots li button {
  color: transparent;
  background: none;
  border: none;
  position: relative;
}

/* Default style for the dot */
.slick-dots li button::before {
  content: "";
  background-color: #000; /* Dot color */
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  transition: all 0.3s ease; /* Smooth transition */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the dot */
}

/* Animation for active dot */
.slick-dots li.slick-active button::before {
  background-color: #21ab78; /* Active dot color */
  width: 13.5px; /* Increase size of the active dot */
  height: 13.5px;
  transition: width 0.3s ease, height 0.3s ease; /* Smooth size transition */
}

/* Dot shift animation when moving from one dot to another */
.slick-dots li button:focus::before {
  transform: translate(-50%, -50%); /* Scale dot on focus */
  background-color: #21ab78; /* Active dot color on focus */
}

/* Move animation for dots during the transition */
.slick-dots li button {
  position: relative;
  transition: transform 0.3s ease; /* Transition between dot positions */
}

/* When the dot is active, make it move toward the next or previous dot */
.slick-dots li.slick-active button {
  animation: moveDot 0.3s forwards; /* Animate the dot position */
}

@keyframes moveDot {
  0% {
    transform: translateX(0); /* Start at current position */
  }
  50% {
    transform: translateX(
      5px
    ); /* Move slightly towards the next/previous dot */
  }
  100% {
    transform: translateX(0); /* End at the original position */
  }
}

/* Fade effect for fullscreen modal */
#fullscreen-modal {
  transition: opacity 0.3s ease-in-out;
}

/* #fullscreen-image,
#fullscreen-video {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#fullscreen-image.active,
#fullscreen-video.active {
  opacity: 1;
} */

/* Fullscreen button */
.fullscreen-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 5px;
  border-radius: 100%;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  width: 26px;
  height: 26px;
}

.fullscreen-button:hover {
  background-color: rgba(0, 0, 0); /* Darker on hover */
  color: #21ab78;
}

.fullscreen-button i {
  font-size: 16px; /* Size of the icon */
}

.fullscreen-button:focus {
  outline: none;
}

.fullscreen-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.9);
}

.fullscreen-modal img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70vw;
  height: 70vh;
  object-fit: contain;
  display: block;
}

.fullscreen-modal #fullscreen-video {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70vw;
  height: 70vh;
}

.fullscreen-modal .close-modal {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #000;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.slick-list .slick-track {
  display: flex;
  align-items: center;
}

.main-slick-carousel .slick-list,
.main-slick-carousel .slick-track,
.thumbnail-slick-carousel .slick-list,
.thumbnail-slick-carousel .slick-track {
  height: inherit !important;
}

.slider {
  -webkit-transition: opacity 2000s ease-in-out;
  -moz-transition: opacity 2000s ease-in-out;
  -ms-transition: opacity 2000s ease-in-out;
  -o-transition: opacity 2000s ease-in-out;
  opacity: 1;
}

.slick-prev,
.slick-next {
  width: 28px;
  height: 28px;
  transform: translateY(-60%);
}

.slick-prev {
  left: -30px;
}

.slick-next {
  right: -30px;
}

.video-wrapper iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.thumbnail-slick-carousel {
  display: inline-block !important;
  left: 50%;
  transform: translate(-50%);
}

.thumbnail-slick-carousel .video-wrapper iframe {
  aspect-ratio: initial;
}

.thumbnail-slick-carousel iframe {
  pointer-events: none;
}

@media screen and (max-width: 1440px) {
  /* .main-slick-carousel img {
    max-height: 550px;
  } */
}

@media screen and (max-width: 1024px) {
  .main-slick-carousel .slick-track {
    height: 400px;
  }
  .thumbnail-slick-carousel .slick-track {
    height: 125px;
  }
}

@media screen and (max-width: 768px) {
  /* .main-slick-carousel img {
    max-height: 400px;
  } */
  .main-slick-carousel .slick-track {
    height: 350px;
  }

  .thumbnail-slick-carousel .slick-track {
    height: 100px;
  }

  .fullscreen-next {
    right: 10px;
    width: 28px;
    height: 28px;
  }

  .fullscreen-prev {
    left: 10px;
    width: 28px;
    height: 28px;
  }
}

@media screen and (max-width: 600px) {
  .main-slick-carousel .slick-track {
    height: 200px;
  }
  .thumbnail-slick-carousel .slick-track {
    height: 80px;
  }
}

@media screen and (max-width: 500px) {
  /* .main-slick-carousel img {
    max-height: 350px;
  } */
}

/* End */


/* Start:/local/templates/.default/components/richcode/news.detail/posts1/style.css?1732707294256*/
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;
}

@media screen and (max-width: 1366px) {
  p > img {
    width: 100%;
    height: auto;
  }
}

/* End */
/* /local/templates/.default/css/page-style/projects.css?17158808835484 */
/* /local/templates/.default/css/page-style/detail.css?17167937154758 */
/* /local/templates/new_en/components/bitrix/news.list/slick-slider/style.css?17340432608232 */
/* /local/templates/.default/components/richcode/news.detail/posts1/style.css?1732707294256 */
