@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?55961671');
  src: url('../fonts/fontello.eot?55961671#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?55961671') format('woff2'),
       url('../fonts/fontello.woff?55961671') format('woff'),
       url('../fonts/fontello.ttf?55961671') format('truetype'),
       url('../fonts/fontello.svg?55961671#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?55961671#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-globe:before { content: '\e800'; } /* '' */
.icon-record:before { content: '\e801'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-file-pdf:before { content: '\f1c1'; } /* '' */
.icon-id-card-o:before { content: '\f2c3'; } /* '' */
.icon-telegram:before { content: '\f2c6'; } /* '' */
.icon-facebook-squared:before { content: '\f308'; } /* '' */
.icon-vkontakte-rect:before { content: '\f30a'; } /* '' */
.icon-youtube:before { content: '\f313'; } /* '' */

.o-icons-line {
	font-size: 1.5em;
}
.o-icons-line a {
	color: #a9adb0;
}
.o-icons-line a:hover {
	color: #85000a;
}

.o-event-wrapper {
	display: flex;
	flex-direction: column;
	position: relative;
}
.o-event-player {
	position: relative;
	flex: 2;
}
.o-event-player__nav {
	display: flex;
	align-items: flex-end;
	border-right: 1px solid #29353c;
}
.o-event-player__nav-button {
	flex: 1;
    flex-basis: 50%;
	margin-left: auto;
	
	border: none;
	background-color: #45505b;
	color: #45505b;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 80%);
    box-shadow: 0 0 10px rgb(0 0 0 / 80%);
	
	outline: none;
	position: relative;
	padding: 0;
	height: 40px;
	transition: all 0.5s ease;
}
.o-event-player__nav-button + .o-event-player__nav-button {
	margin-left: 10px;
}
.o-event-player__nav-button span {
	display: block;
    white-space: nowrap;
    overflow: visible;
	text-shadow: 0 1px rgba(255, 255, 255, .2), 0 -1px rgba(0, 0, 0, .8);
    text-transform: uppercase;
    font-size: 1.15em;
    font-weight: 900;
}
.o-event-player__nav-button:hover {
	color: #000;
}
.o-event-player__nav-button.is-active {
	color: #58D68D;
}
.o-event-player__nav-button.is-active span {
	font-size: 1.5em;
}
.o-event-player__wrapper {
	flex: 2;
	overflow: hidden;
	
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 80%);
    box-shadow: 0 0 10px rgb(0 0 0 / 80%);
	z-index: 1;
}
.o-event-player__main {
	min-height: 180px;
	flex: 1;
}
.o-event-player__info {
    background: #29353c;
	position: relative;
}

.o-event-player__info .fakeScroll__bar{
    background: rgba(255,255,255,.25);
}
.o-event-player__info-st {
    height: 0;
	padding: 0;
    width: 100%;
    background: rgba(41, 53, 60, 0.85);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	color: #fff;
	text-align: left;
}
.o-event-player__info-st.is-open {
    padding: 1.5em;
	height: 350px;
}
.o-event-player__info-nav {
    background: #29353c;
	display: flex;
}
.o-event-player__info-nav-button {
	flex: 1;
	
	display: inline-flex;
    justify-content: center;
    align-items: center;
	
	border: none;
	background-color: transparent;
	color: #fff;
	outline: none;
	height: 32px;
	position: relative;
	padding: 0;
	transition: background-color 0.5s ease;
}
.o-event-player__info-nav-button + .o-event-player__info-nav-button {
	border-left: 1px solid rgba(237, 237, 237, 0.25);
}
.o-event-player__info-nav-button:hover {
	color: #fff;
}
.o-event-player__info-nav-button span {
	display: block;
    white-space: nowrap;
    overflow: visible;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: 900;
}
.o-event-player__info-nav-button span [class^="icon-"] {
	color: #ff0000;
}


@media (min-width: 475px) {
	.o-event-player__nav {
		height: 55px;
	}
	.o-event-player__nav-button:hover {
		height: 45px;
	}
	.o-event-player__nav-button.is-active {
		height: 55px;
	}
	.o-event-player__nav-button + .o-event-player__nav-button {
		margin-left: 30px;
	}
	.o-event-player__info-nav-button span {
		font-size: 1em;
	}
}
@media (min-width: 992px) {
	.o-event-player {
		display: flex;
		flex-direction: column;
	}
	.o-event-player__wrapper {
		display: flex;
	}
	.o-event-player__info {
		width: 26px;
	}

	.o-event-player__nav {
		flex-direction: column;
		margin-left: -15px;
		height: initial;
		width: 65px;
	}
	.o-event-player__nav-button {
		height: initial;
		width: 50px;
	}
	.o-event-player__nav-button + .o-event-player__nav-button {
		margin-top: 30px;
		margin-left: 0;
	}
	.o-event-player__nav-button span {
		transform: rotate(-90deg);
	}
	.o-event-player__nav-button:hover {
		width: 55px;
	}
	.o-event-player__nav-button.is-active {
		width: 65px;
	}
	.o-event-player__info-st {
		position: absolute;
		top: 0;
		height: 100%;
		width: 400px;
		display: flex;
		z-index: 100;
		padding: 1.5em;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.o-event-player__info-st.is-open {
		height: 100%;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	.o-event-player__info-nav {
		flex-direction: column;
		position: absolute;
		z-index: 101;
		left: 0;
		top: 0;
		height: 100%;
		width: 26px;
	}
	.o-event-player__info-nav-button + .o-event-player__info-nav-button {
		border-top: 1px solid rgba(237, 237, 237, 0.25);
		border-left: none;
	}
	.o-event-player__info-nav-button span {
		transform: rotate(-90deg);
	}
}

.o-event-player__icon {
	background: transparent;
    border: none;
    display: block;
    color: #fff;
    font-size: 1.15rem;
    line-height: 1;
    padding: 0.25em 0;
    text-align: center;
}

.o-event-player__session {
	position: relative;
	height: 300px;
}
.o-event-player__session-day {
	font-size: 2em;
    font-weight: 900;
    text-transform: uppercase;
}
.o-event-player__session-time {
	font-size: 1.25em;
}
.o-event-player__session-title {
    font-size: 1.2em;
    font-weight: 900;
    line-height: 1;
	margin-top: 1em;
}
.o-event-player__session-info {
	font-style: italic;
    line-height: 1;
    margin-top: 1em;
}

.o-event-player__rept {
	margin-top: 1em;
}
.o-event-player__rept-title {
	font-size: 0.75em;
    font-weight: bold;
    line-height: 1.15;
    margin-bottom: 0.5em;
}

.o-event-player__session-speaker {
	display: flex;
    margin: 1em 0 0;
    color: #fff;
    align-items: center;
	border: 1px solid transparent;
}
.o-event-player__session-speaker:hover {
    color: #fff;
	border-color: rgba(237, 237, 237, 0.25);
}
.o-event-player__session-speaker img {
	height: 40px;
	margin-right: 1em;
}

@media (min-width: 992px) {
	.o-event-player__session {
		height: auto;
	}
}


.o-event-comments {
	background-color: #f5f5f5;
	width: 100%;
	
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 80%);
    box-shadow: 0 0 10px rgb(0 0 0 / 80%);
}
.o-event-comments__widget {
	display: none;
	overflow-x: hidden;
    overflow-y: scroll;
    max-height: 450px;
}
.o-event-comments__widget.is-active {
	display: block;
}

@media (min-width: 992px){
	.o-event-player {
		flex-direction: row;
	}
	.o-event-comments {
		margin-left: 50px;
		width: calc(100% - 50px);
	}
}
@media (min-width: 1530px){
    .o-event-wrapper {
		flex-direction: row;
	}
	.o-event-comments {
		margin-left: 0;
		width: 300px;
	}
	.o-event-comments__widget {
		max-height: 517px;
	}
}

/** sidebar */
.program-canvi {
	background: #ededed;
	z-index: 100000 !important;
}
.program-canvi__content {
	padding: 2em 1.5em;
}
.canvi-navbar .close-toggle {
	border: none;
	border-radius: 0;
	background: #29353c;
}
.canvi-navbar .close-toggle:hover {
	background: #85000a;
}

/** program */
.canvi-navbar .nav-pills .nav-link {
	color: #85000a;
}
.canvi-navbar .nav-pills .nav-link:hover {
	color: #29353c;
}
.canvi-navbar .nav-pills .nav-link.active {
	color: #fff;
    background-color: #85000a;
}

.c-live-prog {
	margin-bottom: 1.5rem
}
.c-live-prog__item {
	padding: 1.25rem;
	text-align: left;
}
.c-live-prog__item.is-box {
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1)
}
.c-live-prog__item:not(:last-child) {
	margin-bottom: 1rem
}
.row .c-live-prog__item {
	height: 100%;
}
.c-live-prog__item-hall {
    color: #85000a;
    font-size: 0.85em;
    font-weight: 700;
    text-transform: uppercase;
}
.c-live-prog__item-title {
	font-weight: 700
}
.c-live-prog__item-info {
    font-size: 0.85em;
	font-style: italic;
}
.c-live-prog__rept {
	margin-top: 1em;
}
.c-live-prog__rept:first-child {
	margin-top: 0;
}
.c-live-prog__rept-title {
	font-weight: bold;
    line-height: 1.15;
    font-size: .75em;
}
.c-live-prog__speaker {
	color: inherit !important;
	display: flex;
	margin-top: 0.5em;
}
.c-live-prog__speaker-img {
	height: 3em;
	min-width: 3em;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 1em;
}
.c-live-prog__speaker-img img {
	height: 3em;
	width: 3em;
	object-fit: cover;
}
.c-live-prog__speaker-info {
	font-size: 0.85em;
    line-height: 1.15;
}
.c-live-prog__speaker-info i {
	display: block;
}
.c-live-prog__speaker-info__en {
	margin-top: 0.5em;
}

/** main sponsor */
.ms-tabs {
	position: relative;
}
.ms-tabs__control {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-bottom: 10px;
}
.ms-tabs__control-btn {
	border: 1px solid rgb(41, 53, 60, 0.5);
    font-weight: bold;
    font-size: 15px;
    padding: 10px 14px;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    color: #fff;
    transition: background 0.4s;
}
.ms-tabs__control-btn:hover {
	background-color: #000!important;
	color: #fff;
}
.ms-tabs__control-btn.is-active {
    background-color: #FFF!important;
    color: #000;
}
.ms-tabs__stage {
	position: relative;
	box-shadow: 0 2px 5px rgb(0, 0, 0, 0.2), 0 4px 6px rgb(0, 0, 0, 0.2);
}
.ms-tabs__item {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	height: 0;
    width: 100%;
	
    opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease-out;
}
.ms-tabs__item.is-active {
	min-height: 520px;
	height: auto;
    opacity: 1;
	visibility: visible;
}
.ms-tabs__item-image {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
	position: relative;
	min-height: 250px;
}
.ms-tabs__item-image-logo {
	margin: 2em;
}
.ms-tabs__item-image-logo img {
	max-height: 130px;
    max-width: 250px;
    height: auto;
}
.ms-tabs__item-image-title {
    position: absolute;
    bottom: 20px;
    right: 40px;
    text-shadow: 0 0 12px rgb(0 0 0 / 50%), 0 2px 6px rgb(0 0 0 / 70%);
    text-align: right;
    color: #FFF;
    font-weight: bold;
}
.ms-tabs__item-image-title h4 {
	font-size: 36px;
	font-weight: 700;
    text-transform: uppercase;
}
.ms-tabs__item-image-title p {
	font-size: 1.5em;
    margin-top: 0.65em;
}
.ms-tabs__item-body {
	padding: 2em;
}
.ms-tabs__item-copy {
    color: #000;
	position: relative;
}
.ms-tabs__item-copy p {
    font-size: 16px;
    line-height: 1.35;
    margin: 0 0 0.85em 0;
}
.ms-tabs__item-copy a {
    color: #85000a;
}


@media screen and (min-width: 991px) {
	.ms-tabs__control {
		overflow: hidden;
		position: absolute;
		right: 30px;
		top: 15px;
		z-index: 10;
		justify-content: flex-end;
		box-shadow: 0 4px 12px rgb(0 0 0 / 20%), 0 16px 20px rgb(0 0 0 / 20%);
	}
	.ms-tabs__control-btn {
		overflow: hidden;
		position: relative;
	}
	.ms-tabs__control-btn:after {
		content: '';
		position: absolute;
		top: 0;
		height: 100%;
		width: 45px;
		transform: skewX(-45deg);
		animation: flareAnimation;
		left: -150%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
		animation: flareAnimation 3s infinite linear;
	}
	
	.ms-tabs__control-btn {
		border: none;
	}
	.ms-tabs__item {
		flex-direction: row;
	}
	.ms-tabs__item.is-active {
		height: 460px;
		min-height: 460px;
	}
	.ms-tabs__item-image {
		min-height: initial;
		width: 50%;
	}
	.ms-tabs__item-body {
		padding: 100px 2em 2em;
		width: 50%;
	}
	.ms-tabs__item-copy {
		height: 100%;
	}
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}


.o-btn-vgroup {
	display: flex;
	flex-direction: column;
}
.o-btn-vgroup .btn {
	margin: 0 auto 0.5rem 0;
	text-align: left;
}

/** 3d hover */
.hover3d * {
    box-sizing: border-box;
}    
.hover3d {
    margin: 20px 0;
}
.hover3d .info {
    transform: rotate3d(1, 0, 0, 90deg);
    width: 100%;
    height: 100%;
	overflow: hidden;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    pointer-events: none;
    background-color: rgba(41, 53, 60, 0.85);
}
.hover3d ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.hover3d li {
    perspective: 500px;
    position: relative;
	width: 100%;
    margin: 5px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
}

.hover3d li.big a {
	height: 400px;
}
.hover3d li.big .data__bg {
	max-height: 400px;
}

@media (min-width:767px){
    .hover3d li {
        width: calc(50% - 10px);
    }
	.hover3d li.big,
	.hover3d li.big-slim {
		width: 100%;
	}
	.hover3d li.big-slim {
	    perspective: 720px;
	}
}
@media (min-width:992px){
    .hover3d li.big,
	.hover3d li.big-slim {
        width: calc(50% - 10px);
    }
}
@media (min-width: 1150px){
    .hover3d li {
        width: calc(33% - 10px);
    }
	.hover3d li.big {
		width: calc(50% - 10px);
	}
}
@media (min-width: 1500px){
    .hover3d li {
        width: calc(25% - 10px);
    }
}

.hover3d li a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%; 
	position: relative;
}
.hover3d li .data__bg {
    object-fit: cover;
    object-position: center;
    min-width: 100%;
    max-height: 314px;
}
.hover3d li .data__logo {
    max-width: 300px;
    height: 60px;
    position: absolute;
    left: 1em;
    top: 1em;
	transition: opacity 0.5s;
	pointer-events: none;
}
.hover3d li .data__main {
    padding: 10px 15px;
	text-align: right;
    position: absolute;
    right: 1em;
    bottom: 1em;
	transition: opacity 0.5s;
	pointer-events: none;
}
.hover3d li .data__main > * {
    position: relative;
    z-index: 2;
}
.hover3d li .data__main:before {
    content: '';
    background-color: rgba(133,0,10,0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    bottom: 0;
    z-index: 0;
    -webkit-transform: skew(-5deg, -2deg);
	transform: skew(-10deg, -2deg);
}
.hover3d li .data__main:after {
    content: '';
    background-color: rgba(3, 55, 143, .5);
    position: absolute;
    left: 0;
    right: 10px;
    top: -10px;
    bottom: 0;
    z-index: 0;
    -webkit-transform: scale(1.2) skew(10deg, 6deg);
	transform: scale(1.05) skew(10deg, 6deg);
}
.hover3d li .data__main h4 {
	margin-bottom: 0;
}
.hover3d li:hover .data__logo,
.hover3d li:hover .data__main {
	opacity: 0;
}

.hover3d li h3 {
    margin: 0;
    font-size: 20px;
    color: #fff;
}
.hover3d li.big h3 {
    font-size: 30px;
}
.hover3d li h4 {
    margin: 0.5em 0 1em;
    font-size: 16px;
    color: #ededed; 
}
.hover3d li p {
    color: #fff;
}

.in-top .info {
    transform-origin: 50% 0%;
    animation: in-top 300ms ease 0ms 1 forwards;
}
.in-right .info {
    transform-origin: 100% 0%;
    animation: in-right 300ms ease 0ms 1 forwards;
}
.in-bottom .info {
    transform-origin: 50% 100%;
    animation: in-bottom 300ms ease 0ms 1 forwards;
}
.in-left .info {
    transform-origin: 0% 0%;
    animation: in-left 300ms ease 0ms 1 forwards;
}
.out-top .info {
    transform-origin: 50% 0%;
    animation: out-top 300ms ease 0ms 1 forwards;
}
.out-right .info {
    transform-origin: 100% 50%;
    animation: out-right 300ms ease 0ms 1 forwards;
}
.out-bottom .info {
    transform-origin: 50% 100%;
    animation: out-bottom 300ms ease 0ms 1 forwards;
}
.out-left .info {
    transform-origin: 0% 0%;
    animation: out-left 300ms ease 0ms 1 forwards;
}

.big .out-right .info {
    transform-origin: 100% 50%;
    animation: out-right-big 300ms ease 0ms 1 forwards;
}
.big .out-left .info {
    transform-origin: 0% 0%;
    animation: out-left-big 300ms ease 0ms 1 forwards;
}

@keyframes in-top {
    from {
        transform: rotate3d(-1, 0, 0, 90deg);
    }
    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}
@keyframes in-right {
    from {
        transform: rotate3d(0, -1, 0, 90deg);
    }
    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}
@keyframes in-bottom {
    from {
        transform: rotate3d(1, 0, 0, 90deg);
    }
    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}
@keyframes in-left {
    from {
        transform: rotate3d(0, 1, 0, 90deg);
    }
    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}
@keyframes out-top {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        transform: rotate3d(-1, 0, 0, 114deg);
    }
}
@keyframes out-right {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        transform: rotate3d(0, -1, 0, 114deg);
    }
}
@keyframes out-bottom {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        transform: rotate3d(1, 0, 0, 114deg);
    }
}
@keyframes out-left {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        transform: rotate3d(0, 1, 0, 114deg);
    }
}


@keyframes out-right-big {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        transform: rotate3d(0, -1, 0, 124deg);
    }
}
@keyframes out-left-big {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        transform: rotate3d(0, 1, 0, 124deg);
    }
}


/** swiper */
.swiper-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
}
.swiper-container { 
    box-sizing: border-box;
    width: 100%;
    height: 400px;
    transition: opacity .6s ease;
}
.swiper-container.swiper-container-coverflow {
    padding: 2% 0 calc(2% + 30px) 0;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
.swiper-slide .swiper-content {
    position: absolute;
    bottom: 4%;
    left: 2%;
    max-width: 70%;
    padding: 10px 16px;
    color: #fff;
    font-family: Verdana, sans-serif;   
    background: rgba(0,0,0,0.6);
}
.swiper-slide .swiper-content .swiper-title {
    font-size: 30px;
    margin-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;  
}
.swiper-slide .swiper-content .swiper-caption {
    display: block;
    font-size: 15px;
    line-height: 1.4;
}
[class^="swiper-button-"] {
    width: 44px;
    opacity: 0;
    visibility: hidden;
}
.swiper-button-prev {
    transform: translateX(50px);
}
.swiper-button-next {
    transform: translateX(-50px);
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
    bottom: 10px;
    position: relative;
    width: 12px;
    height: 12px;
    background-color: #337AB7;
    opacity: .5;
    transition: all .3s ease; 
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    border: 1px solid #337AB7;
    border-radius: 50%;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, 
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
@media (max-width: 767px) {
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        bottom: 4px;
    }
    .swiper-slide .swiper-content .swiper-title {
        font-size: 22px;
    }
    .swiper-slide .swiper-content .swiper-caption {
        font-size: 13px;
    }
}


/** c-program */
.c-program__title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #45505b;
}
.c-program__item {
	margin: 0 0 30px;
    padding: 0 0 30px;
	position: relative;
}
.c-program__item:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 10%;
	right: 10%;
	
    height: 1px;
    background-image: linear-gradient(to right, rgba(133, 0, 10, 0), rgba(133, 0, 10, 0.75), rgba(133, 0, 10, 0));
}
.c-program__item:last-child:after {
	content: none;
}

.c-program__item h4 {
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #85000a;
    margin-bottom: 0.75em;
}
.c-program__item h5 {
    margin-bottom:1.5em;
}
.c-program__item-text {
	font-weight: 300;
}

@media (min-width: 767px) {
	.c-program__player {
		max-width: 500px;
	}
}

.c-program__nav {
	border-width: 2px;
}
.c-program__nav .nav-link {
	color: #45505b;
    font-size: 32px;
    line-height: .88;
	padding: .75rem 1.25rem;
	margin-bottom: -2px;
    border-width: 2px;
}
.c-program__nav .nav-link.active, .c-program__nav .show>.nav-link {
	color: #85000a;
}

.js-survey-splide .splide__track {
	overflow: visible;
}
.js-survey-splide .splide__slide.is-active {
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 80%);
    box-shadow: 0 0 10px rgb(0 0 0 / 80%);
}