

/* Start:/bitrix/templates/infrastrada/components/bitrix/news.list/courses/style.min.css?17597392616178*/
.news-list-block {
  margin-bottom: 40px;
  padding: 0 14px;
}
.news-list-item-embed-audio,
.news-list-item-embed-video,
.news-list-item-embed-slider {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.news-list-item-embed-slider img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.news-list-item-embed-video {
  z-index: 1;
  display: block;
  background: url(/bitrix/templates/infrastrada/components/bitrix/news.list/courses/images/bx-video.png) no-repeat center;
  transition: opacity 0.3s ease;
}
.news-list-item-embed-slider {
  overflow: hidden;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}
.news-list-slider-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.news-list-slider-slide {
  z-index: 100;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.news-list-slider-slide img {
  border-radius: 3px 3px 0 0;
}
.news-list-item-embed-video {
  overflow: hidden;
  border-radius: 3px 3px 0 0;
}
.news-list-slider-arrow-container-left,
.news-list-slider-arrow-container-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  cursor: pointer;
}
.news-list-slider-arrow-container-left {
  left: 0;
}
.news-list-slider-arrow-container-right {
  right: 0;
}
.news-list-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 110;
  margin-top: -24px;
  width: 20px;
  height: 48px;
  color: #fff;
  vertical-align: middle;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  font-size: 48px;
  line-height: 34px;
  opacity: 0.5;
  cursor: pointer;
}
.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,
.news-list-slider-arrow-container-right:hover .news-list-slider-arrow {
  display: block;
  color: #fff;
  opacity: 1;
}
.news-list-slider-arrow-container-left .news-list-slider-arrow {
  left: 20px;
}
.news-list-slider-arrow-container-right .news-list-slider-arrow {
  right: 20px;
}
.news-list-slider-control {
  position: absolute;
  bottom: 10px;
  z-index: 110;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  word-spacing: -4px;
}
.news-list-slider-control li {
  display: inline-block;
  margin: 0 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  word-spacing: -4px;
  opacity: 0.5;
  cursor: pointer;
}
.news-list-slider-control li:hover,
.news-list-slider-control li.current {
  background: var(--primary);
  opacity: 1;
}
.news-list-slider-arrow,
.news-list-slider-control li {
  transition: opacity 0.3s ease;
}
.news-list .card-title,
.news-list .card-title a {
  color: var(--primary);
  font: 18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
  font-weight: var(--ui-font-weight-semi-bold, 600);
}
.news-list .card-title a:hover {
  border-bottom-color: transparent;
  text-decoration: none;
}
.news-list-post-params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.news-list-param,
.news-list-value {
  font-size: 13px;
  color: #a4a4a4;
  padding-left: 5px;
}
.news-list-icon {
  display: block;
  min-width: 15px;
  height: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.news-list-icon-eye {
  background-image: url(/bitrix/templates/infrastrada/components/bitrix/news.list/courses/images/eye.svg);
}
.news-list-icon-calendar {
  background-image: url(/bitrix/templates/infrastrada/components/bitrix/news.list/courses/images/calendar.svg);
}
.news-list-icon-tag {
  background-image: url(/bitrix/templates/infrastrada/components/bitrix/news.list/courses/images/tag.svg);
}
.news-list-icon-user {
  background-image: url(/bitrix/templates/infrastrada/components/bitrix/news.list/courses/images/user.svg);
}
.news-list-icon-comments {
  background-image: url(/bitrix/templates/infrastrada/components/bitrix/news.list/courses/images/comments.svg);
}

.card {
  border-radius: 20px;
  box-shadow: 6.43px 7.66px 10px 0px rgba(0, 32, 76, 0.1);
}

.card h4 {
  font-size: 24px !important;
}
.card h4 a {
  text-decoration: none;
}

.news-list-item:nth-child(2) .card {
  box-shadow: 12.86px 15.32px 10px 0px rgba(118, 199, 52, 0.1);
}

.card .button-blue {
  line-height: 40px;
  height: 40px;
  width: 130px;
}

.card .button-blue:hover {
  color: #00204c;
  background: transparent;
  border: 1px solid #00204c;
}

.card .program-logo {
  background: #fff;
  position: absolute;
  border-radius: 20px 0;
  height: 80px;
  width: 360px;
  bottom: 0;
  right: 0;
  object-fit: contain;
}

.card .program-logo .col-lg-4 {
  height: 50px;
}
.card .program-logo img {
  object-fit: contain;
  height: 100%;
}

.card-body {
  /*   position: absolute;
  width: 400px; */
  background: #fff;
  border-radius: 20px;
  flex: 1 1 auto;
  right: -70px;
  top: 70px;
  padding: 1rem 1rem;
}
.card-body .card-text {
  margin: 40px 40px 30px 40px;
  color: #00204c;
}
.card-title {
  background-color: #76c734;
  margin: -17px;
  border-radius: 20px 20px 0 0;
  padding: 20px;
}

.card-title.style-type-1 {
  background: linear-gradient(
    128deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 35%,
    rgba(0, 212, 255, 1) 100%
  );
}
.card-title.style-type-2 {
  background: linear-gradient(
    128deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 35%,
    rgba(255, 171, 0, 1) 100%
  );
}
.card-title.style-type-3 {
  background: linear-gradient(
    128deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 35%,
    rgba(145, 0, 255, 1) 100%
  );
}

.card-title.style-type-4 {
  background: linear-gradient(
    128deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 35%,
    rgba(0, 14, 255, 1) 100%
  );
}

.card-title.style-type-5 {
  background: linear-gradient(
    128deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 35%,
    rgba(255, 0, 254, 1) 100%
  );
}

.card-body .review-item .card-title {
  color: #fff;
}

.card-body .review-item .card-title span {
  color: #fff;
}

.card-body .review-item p {
  /* color: #fff; */
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.55rem - 1px);
  border-top-right-radius: calc(0.55rem - 1px);
  border-bottom-left-radius: calc(0.55rem - 1px);
  border-bottom-right-radius: calc(0.55rem - 1px);
}
.card .trailer {
  display: none;
}
.card iframe {
  display: none;
}

/* End */
/* /bitrix/templates/infrastrada/components/bitrix/news.list/courses/style.min.css?17597392616178 */
