

/* Start:/bitrix/templates/c3solutions/components/bitrix/news/webinar_calendar/bitrix/news.list/.default/style.css?17459182434819*/
.events__item {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.events__item:nth-child(odd) {
    background: rgba(0, 0, 0, .04);
}

.events__item__inner {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    align-items: flex-start;
    position: relative;
    column-gap: 20px;
}

.events__item__date-block {
    display: flex;
    flex-shrink: 0;
    width: 130px;
    margin-right: 20px;
}

.events__item__date-block__day {
    display: flex;
    font-size: 36px;
    line-height: 36px;
    text-decoration: none;
    color: var(--black);
    column-gap: 10px;
    flex-direction: column;
}

.events__item__date-block__other {
    display: block;
    font-size: 13px;
    line-height: 16px;
}

.events__item__date-block__other__month {
    display: block;
}

.events__item__date-block__other__time {
    display: block;
    color: #999;
}

.events__item__content {
    width: 100%;
    padding-right: 25px;
}

.events__item__title {
    white-space: nowrap;
    font-size: 0;
    display: block;
    font-family: "Geometria-Bold", sans-serif;
    color: var(--black);
    margin-bottom: 0;
    text-decoration: none;
    transition: all .15s ease-in-out;
}

.events__item__title:hover {
    color: var(--primary);
}

.events__item__title__inner {
    white-space: normal;
    font-size: 18px;
    line-height: 1.3;
    margin-right: 8px;
    font-family: "Geometria", sans-serif;
}

.events__item__master-tag {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #999;
}

.events__item__bottom {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
}

@media (min-width: 1200px) {
    .videos__items-container {
        padding-left: 80px;
    }
}

.events__item {
    padding: 0;
    margin: 20px;
    background: white !important;
    border-bottom: 1px solid #48c2c7;
}

.webinar-item {
    width: 100%;
}

.webinar-item:last-of-type .events__item {
    border-bottom: none;
}

.events__items-container {
    border-top: 1px solid #48c2c7;
    border-bottom: 1px solid #48c2c7;
}

.mt-3 {
    margin-bottom: 1rem !important;
}

.events__item__date-block__day {
    /*width: 30%;*/
}

.events__item__content {
    width: 80%;
    padding-right: 0;
}

.events__item__inner {
    column-gap: 30px;
    padding-bottom: 20px;
}

.webinar-item:last-of-type .events__item__inner {
    border-bottom: none;
    padding-bottom: 0;
}

.events__item__date-block__other, .events__item__date-block__other__month, .events__item__date-block__other__time {
    font-size: 18px;
    color: #48c2c7;
    font-weight: 600;
}

.events__item__date-block__other__time {
    margin-top: 10px;
}

.events__item__date-block__other__month {
    margin-top: 4px;
}

.button-in-future {
    border-color: #48c2c7;
    color: #48c2c7;
}

.button-in-future:hover {
    background-color: #48c2c7;
    border-color: #48c2c7;
    color: #ffffff;
}

.webinar-items-video {
    margin-top: -50px !important
}

.videos__items-container {
    background-image: url(/images/calendar.png);
    background-size: 100% 100%;
    padding-top: 20%;
    padding-left: 3.5%;
    padding-right: 3.3%;
    padding-bottom: 15%;
}

.webinar__list h6 {
    margin: 30px 0;
    font-weight: normal
}

.webinar__list .videos__items-container h5 {
    text-align: center;
}

.video__item video {
    margin-top: 7%;
}

.test-radio {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    margin: 10px auto -10px auto;
    background-color: #4ECBCB;
    cursor: pointer;
}

@media (max-width: 768px) {

    .webinar-items-video {
        margin-top: 30px !important;
    }
}

/**/

.popup-webinar-modal {
    --bs-modal-width: 600px !important;
}

#popup-webinar {
    margin: 0 auto;
    padding: 0 20px 0 20px;
    background-color: white;
    max-width: 800px;
    width: 100%;
}

.popup-webinar__content {
    display: flex;
    width: 100%;
    font-family: "Geometria" !important;
}

.popup-webinar__content h4 {
    padding-bottom: 15px;
    display: block;
}

.popup-webinar__content h4, .webinar__content-right {
    color: #3e888b;
}

.webinar__content-right {
    font-size: 16px;
}

.webinar__content-left {
    width: 100%;
}

.webinar__content-left span, .webinar__content-left p {
    font-size: 16px;
    width: 90%;
}

center {
    margin-top: 35px;
}

.webinar__content-right video {
    margin-top: 30px;
}

.webinar__content-left p {
    margin-top: 30px;
}

.popup-webinar__bottom {
    padding-bottom: 20px;
}

a {
    cursor: pointer;
}

/* End */


/* Start:/bitrix/templates/c3solutions/components/bitrix/news.list/speakers_slider/style.css?17459232342822*/
.speaker__list h2 {
	text-align: center;
	display: block;
}

.speaker__list p.lead {
	text-align: center;
	margin: 0 auto 40px auto;
	max-width: 900px;
}

.speaker__photo {
	position: relative;
	display: flex;
	justify-content: center;
	height: 560px;
	background-size: cover;
	background-position: center;
	/*border-radius: 10px;*/
	overflow: hidden;
}

.speaker__desc {
	position: absolute;
	bottom: 0;
	color: white;
	padding: 30px;
	background: #48595df0;
	right: 0;
	left: 0;
}

.speaker__name h5 {
	color: white;
	font-size: 22px;
}

#popup.active {
	display: block;
}

.webinar .b_pop {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #32a5abf0;
	color: white;
	z-index: 2;
	height: 100%;
	/*border-radius: 10px;*/
	overflow: hidden;
}

.webinar .b_pop .b_close {
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	transition: 0.2s;
}

.webinar .b_pop .b_close:hover {
	opacity: 0.8;
}

.webinar .b_pop .b_pop_cont {
	padding: 50px 40px 38px 40px;
	min-height: 550px;
	height: 550px;
	overflow-y: scroll;
}

.webinar .b_pop .b_pop_cont p {
	margin: 0;
	padding: 10px 0 14px 0;
}

.slider-navigation {
	margin-top: 40px;
}

.slider-navigation__inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.org-pagination, .event-pagination, .links-pagination {
	width: auto!important;
	line-height: 1;
	display: flex;
	align-items: center;
}


.swiper-button-prev.org-button-prev,
.swiper-button-prev.event-button-prev {
	position: relative;
	left: initial;
	right: initial;
	margin-top: 0;
}

.swiper-button-next.org-button-next,
.swiper-button-next.event-button-next {
	right: initial;
	left: initial;
	position: relative;
	margin-top: 0;
}

.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: initial!important;
	transform: none!important;
	white-space: nowrap;
	top: 0;
	position: relative;
}

.event-pagination, .links-pagination {
	width: auto!important;
	line-height: 1;
	display: flex;
	align-items: center;
}

@media (min-width: 1400px) {
	.speaker__photo {
		height: 640px;
	}

	.webinar .b_pop .b_pop_cont {
		min-height: 640px;
		height: 640px;
	}
}

@media (max-width: 767px) {
	.speaker__photo {
		height: 500px;
	}

	.webinar .b_pop .b_pop_cont {
		min-height: 400px;
		height: 400px;
		padding: 40px 15px 15px 15px;
		font-size: 14px;
	}

	.speaker__desc {
		padding: 15px;
	}

	.speaker__name h5 {
		font-size: 18px;
	}

	.speaker__position {
		font-size: 14px;
		line-height: 1.3;
	}

	.speaker__list h2 {
		text-align: left;
		font-size: 26px;
		margin-bottom: 10px;
	}

	.speaker__list p.lead {
		font-size: 14px;
		margin-bottom: 20px;
		text-align: left;
	}

	.slider-navigation {
		margin-top: 20px;
	}
}
/* End */
/* /bitrix/templates/c3solutions/components/bitrix/news/webinar_calendar/bitrix/news.list/.default/style.css?17459182434819 */
/* /bitrix/templates/c3solutions/components/bitrix/news.list/speakers_slider/style.css?17459232342822 */
