

/* Start:/local/components/bitrix/player/templates/.default/style.min.css?1669800506122*/
td.popupmenu div.popupitem .playlist-edit{background-image:url(/bitrix/components/bitrix/player/images/playlist_edit.gif)}
/* End */


/* Start:/bitrix/templates/inner2/components/bitrix/news.detail/about-videobl/style.css?1741265609379*/

.video-item {
    position: relative;
}
img.play-img {
    position: absolute;
    left: calc(50% - 82.5px);
    top: calc(50% - 43.5px);
    cursor: pointer;
    z-index: 1;
}
.vid-title {
    position: absolute;
    right: 85px;
    background-color: #9DFA3A;
    top: 106px;
    font-size: 28px;
    max-width: 442px;
    padding: 25px 45px;
    border-radius: 12px / 21px;
}
/* End */


/* Start:/bitrix/templates/inner2/components/bitrix/news.list/about-num/style.css?1748411417781*/
.num-bl {
    -webkit-text-stroke: 2px #000;
    color: #faebd700;
    font-size: 55px;
}
.text-n-bl {
    font-size: 25px;
    line-height: 30px;
    max-width: 340px;
}
.num-item{
	width: 45%;
}
.num-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
	row-gap: 60px;
}
@media (max-width: 767px) {
    .num-list{
        flex-direction: column;
        align-items: center;
        row-gap: 25px;
    }
    .num-item{
        width: 90%;
    }
    .num-bl {
        font-size: 40px;
    }
}

@media (max-width: 470px) {
    .num-bl {
        font-size: 35px;
        letter-spacing: 0px !important;
    }
    .num-item{
        width: 100%;
    }
    .text-n-bl {
        font-size: 19px;
        line-height: 20px;
    }

}
/* End */


/* Start:/bitrix/templates/inner2/components/bitrix/news.list/videoslider/style.css?1748417047765*/
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;
}
.item-rev-video {
    width: 418px;
    height: 234px;
    background-color: #fff;
    border-radius: 30px / 22px;
    overflow: hidden;
}

.review-video-carousel {
    display: flex;
    column-gap: 40px;
    flex-wrap: wrap;
    flex-direction: row;
}

.review-video-carousel {
    display: flex;
    column-gap: 40px;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
	width: max-content;
}
.review-video-items {
    overflow: hidden;
}
@media (max-width: 520px) {  
    .item-rev-video {
        width: 200px !important;
        height: 110px !important;
        border-radius: 10px;
    }
}

/* End */


/* Start:/bitrix/templates/inner2/components/bitrix/news.list/smi-list/style.css?17484182482921*/
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;
}

.news-preview {
  width: 330px;
  padding: 0 15px;
  height: 58px;
  background-color: #fff;
  /* margin: auto; */
  position: absolute;
  bottom: 14px;
  left: 18.5px;
  border-radius: 14px;
  display: flex
;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.news_btn {
  font-size: 11px !important;
  padding: 0 5px 2px 10px !important;
  width: 100px !important;
  height: 19px !important;
  border-radius: 5px !important;
  justify-content: space-between !important;
  border: solid 1.67px #000 !important;
  margin: 0 auto !important;
}

.card-news {
  width: 367px;
  height: 490px;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #d9dbda;
  /* padding: 0 30px 0 0; */
}
.news_img-news{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.news_btn:hover .more-i{
  stroke: #fff;
}
.card_text {
  margin-top: 14px;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #111111;
  height: 80px;
  text-align: justify;
}
.card_clear-news {
  font-size: 14px;
  font-weight: 600;
  width: 62%;
  font-family: 'AeroportBoldFont';
  line-height: 16px;
  /* margin-top: 26px; */
}
.u-radius-20 {
  border-radius: 20px; /* Радиус скругления */
  padding: 10px 10px 10px 10px;
}
.truncate {
   
	padding: 10px; /* Поля вокруг текста */
  white-space: pre-wrap; /* Текст не переносится */
  overflow: hidden; /* Обрезаем всё за пределами блока */
  text-overflow: ellipsis; /* Добавляем многоточие */
}
.news_btn svg {
  margin-top: 3px !important;
}

@media (max-width: 575px) {
  .card-news {
    width: 100%;
    height: 200px;
    padding: 0 20px 0 0;
    border-radius: 10px;
  }
  .news_img-news{
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
    .news_wrapper {
        display: flex !important;
        flex-direction: column;
        row-gap: 20px !important;
    }
    .news-preview{
      bottom: 0;
      border-radius: 10px;
      border: 2px solid;
      padding: 0 5px 0 20px;
  }
      .btn.btn_big.news_btn {
        width: 70px !important;
        border-width: 2px !important;
        height: 48px !important;
        margin: 0;
        border-radius: 10px !important;
        padding: 0 10px 2px !important;
    }
    .card_clear-news {
      width: 76%;
    }
      .news_btn span {
        display: none;
    }
    .news_btn svg {
        transform: scale(3);
        margin: 0 auto;
    }
}

@media screen and (min-width: 992px) {
  .news_wrapper {
      grid-template-columns: repeat(auto-fit, 386px) !important;
      gap: 37px 42px !important;
  }
}


/* End */
/* /local/components/bitrix/player/templates/.default/style.min.css?1669800506122 */
/* /bitrix/templates/inner2/components/bitrix/news.detail/about-videobl/style.css?1741265609379 */
/* /bitrix/templates/inner2/components/bitrix/news.list/about-num/style.css?1748411417781 */
/* /bitrix/templates/inner2/components/bitrix/news.list/videoslider/style.css?1748417047765 */
/* /bitrix/templates/inner2/components/bitrix/news.list/smi-list/style.css?17484182482921 */
