.aff-partners-description {
  color: #000;
  opacity: 0.5;
  max-width: 205px;
}
.aff-partners img {
  max-width: 160px;
  max-height: 50px;
}
.aff-partners .lmm-text__s16 {
  opacity: 0.5;
}

/* NLMK case */
.lmm-logo-with-text {
  list-style-type: none;
}
@media (min-width: 720px) {
  .lmm-logo-with-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 719px) {
  .lmm-logo-with-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 720px) {
  .lmm-logo-with-text__item--logo {
    border-right: 1px solid #C4C4C4;
    padding-right: 35px;
  }
}
@media (min-width: 720px) {
  .lmm-logo-with-text__item--text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 35px;
  }
}
@media (max-width: 719px) {
  .lmm-logo-with-text__item--text {
    margin-top: 8px;
  }
}
.lmm-logo-with-text__item--text:first-child {
  margin-top: 0;
}
.lmm-logo-with-text__item--text:last-child {
  margin-bottom: 0;
}
.lmm-text__congress-blue {
  color: #004A8B;
}
.lmm-bg__congress-blue {
  background: #004A8B;
}
.lmm-line.congress-blue {
  background: rgba(0, 74, 139, 0.15);
}
.lmm-line.congress-blue:before {
  content: "";
  background: #004A8B;
}
.lmm-img__screen--shadow {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}
.lmm-img__screen--shadow img {
  border: none;
}
.lmm-img__screen--shadow .lmm-img__shadow {
  display: none;
}
.lmm-text__lh24 {
  line-height: 24px;
}

/* Красная кнопка */
.btn--red,
.btn--red:active,
.btn--red:visited,
.btn--red:focus {
  padding: 8px 23px 9px 22px;
  background-color: #f44336 !important;
  border-color: transparent;
  border-radius: 30px;
  transition: background-color 0.2s;
  font-size: 14px;
  color: #fff !important;
  font-weight: 500;
}
.btn--red:hover {
  background-color: #f55a4f !important;
}

/* Лицензия в подвале */
.lmm-sub-footer__small-link {
	display: block;
	font-family: 'Montserrat-Medium';
	font-size: 12px;
	line-height: 17px;
    color: rgba(79, 79, 79, 0.75);
}

.lmm-sub-footer__small-link + .lmm-sub-footer__small-link {
	margin-top: 8px;
}

.lmm-sub-footer__small-link:hover {
    color: rgba(13, 125, 206, 0.75);
}

@media (max-width: 719px) {
	.lmm-sub-footer__small-link {
		font-size: 10px;
		line-height: 14px;
	}
}


/* Статусы в плашках курсов */

.ss-course__item,
.lmm-course__item {
	display: block;
	position: relative;
}

.ss-course__item, .ss-course__item:active, .ss-course__item:focus, .ss-course__item:hover, .ss-course__item:visited {
	padding: 10px 5px;
}

.ss-course__item-wrap {
	overflow: hidden;
}

.ss-course__tags {
	position: absolute;
	top: 5px;
	left: 24px;
}

.lmm-course__tags {
	position: absolute;
	top: -5px;
	left: 18px;
}

.ss-course-tags {
	display: flex;
}

.ss-course-tags__item {
	margin-left: 4px;
	font-size: 0;
	line-height: 0;
}

.ss-course-tags__item:first-child {
	margin-left: 0;
}

.ss-course__tag {
	display: inline-block;
	position: relative;
	overflow: hidden;
	border-radius: 25px;
	user-select: none;
	white-space: nowrap;
	letter-spacing: -0.02em;
	font-weight: 500;
	font-size: 11px;
	line-height: 16px;
	text-shadow: 1px 1px 0px rgba(82, 152, 88, 0.25);
	color: #fff;
}

.ss-course__tag--small {
	height: 21px;
	padding: 2px 10px 3px;
}

.ss-course__tag--medium {
	height: 25px;
	padding: 4px 12px 5px;
}

.ss-course__tag--red {
	background: linear-gradient(90deg, #EE5D88 0%, #F37D58 100%);
}

.ss-course__tag--green {
	background: linear-gradient(90deg, #4AB86F 0%, #9EDC65 100%);
}

@media all and (max-width: 719px) {
	.ss-course__tags {
		left: 10px;
	}
}

/* Детальная курса */
.ds-tags {
	display: flex;
	margin-bottom: 25px;
}

.ds-tags__item {
	margin-left: 6px;
	font-size: 0;
	line-height: 0;
}

.ds-tags__item:first-child {
	margin-left: 0;
}


/* Soft skills */
.lmm__soft-skills-header {
	margin: 0;
	letter-spacing: -0.02em;
	font-weight: 800;
	font-family: 'Montserrat';
	font-size: 50px;
	line-height: 1;
	background: linear-gradient(90deg, #1438D1, #376DEC);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media all and (min-width: 720px) and (max-width: 1000px) {
	.lmm__soft-skills-header {
		font-size: 4.5vw;
	}
}

@media all and (max-width: 719px) {
	.lmm__soft-skills-header {
		font-size: 33px;
	}
}


/* Hard Skills */
.lmm__hard-skills-header {
	margin: 0 0 0 -6px;
	letter-spacing: -0.005em;
	white-space: nowrap;
	font-weight: 800;
	font-family: 'Montserrat';
	font-size: 90px;
	line-height: 1;
	background: linear-gradient(90deg, #20529b, #5192de);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media all and (max-width: 719px) {
	.lmm__hard-skills-header {
		font-size: 15.5vw;
	}
}


/* Фикс о компании */
.lmm-text__black {
	color: #000;
}

/* Свернуть-развернуть */
.js-course-detail-collapse-trigger {
	display: block;
	position: relative;
	padding-right: 40px;
	cursor: pointer;
	user-select: none;
	transition: color .3s;
}

.js-course-detail-collapse-trigger:before,
.js-course-detail-collapse-trigger:after {
	position: absolute;
	border-radius: 2px;
	background-color: #0060EF;
	transition: background-color .3s;
	content: '';
}

.js-course-detail-collapse-trigger:before {
	top: 2px;
	right: 8px;
	width: 2px;
	height: 18px;
}

.js-course-detail-collapse-trigger:after {
  top: 10px;
  right: 0;
  width: 18px;
  height: 2px;
}

.js-course-detail-collapse-content {
	display: none;
}

.js-course-detail-collapse-parent.is-uncollapsed .js-course-detail-collapse-content {
	display: block;
}

.js-course-detail-collapse-parent.is-uncollapsed .js-course-detail-collapse-trigger {
	color: #000;
}

.js-course-detail-collapse-parent.is-uncollapsed .js-course-detail-collapse-trigger:before {
	content: normal;
}

.js-course-detail-collapse-parent.is-uncollapsed .js-course-detail-collapse-trigger:before,
.js-course-detail-collapse-parent.is-uncollapsed .js-course-detail-collapse-trigger:after {
	background-color: #000;
}

@media all and (max-width: 719px) {
	.js-course-detail-collapse-trigger:before {
		top: 1px;
		right: 7px;
		height: 16px;
	}

	.js-course-detail-collapse-trigger:after {
		top: 8px;
		width: 16px;
	}
}


/* Не было минимальной высоты на скачивании */
.lmm-download__item {
	min-height: 88px;
}


/* Цвет для кейса Авиа */
.lmm-text__ar {
	color: #00519d;
}

.lmm-bg__ar {
	background-color: #00519d;
}

.case-ar-logo .lmm-logo__item:first-child {
	padding: 10px 0 0;
	border: none;
}

.case-ar-logo img {
	max-width: 260px;
}

@media all and (max-width: 720px) {
	.case-ar-logo .lmm-logo__item:first-child {
		padding-top: 0;
		width: 100%;
		text-align: left;
	}

	.case-ar-logo img {
		max-width: 220px;
	}
}

.lmm-bg__mred {
	background: #eb3c42;
}

.lmm-text__mred {
	color: #eb3c42;
}

.lmm-slider--theme-mred .slick-dots li.slick-active {
	background: #eb3c42;
}

.lmm-slider--theme-mred .slick-dots li {
	background: rgba(235, 60, 66, .36);
}

.lmm-slider--theme-mred .slick-arrow.slick-prev {
	background-image: url("data:image/svg+xml,%3Csvg width='58' height='58' viewBox='0 0 58 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='58' height='58' fill='%23eb3c42'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.9397 29L34 22.3785L32.5301 21L24 29L32.5301 37L34 35.6215L26.9397 29Z' fill='white'/%3E%3C/svg%3E");
}

.lmm-slider--theme-mred .slick-arrow.slick-next {
background-image: url("data:image/svg+xml,%3Csvg width='58' height='58' viewBox='0 0 58 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='58' height='58' transform='matrix(-1 0 0 1 58 0)' fill='%23eb3c42'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.0603 29L24 22.3785L25.4699 21L34 29L25.4699 37L24 35.6215L31.0603 29Z' fill='white'/%3E%3C/svg%3E");
}

.responsive-video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.lmm-bg__x5 {
	background-color: #5faf2d;
}