

/* Start:/local/templates/.default/components/bitrix/news.list/watch-how-it-was/style.css?17054101622710*/
.watch-how-it-was {
    padding-bottom: 80px;
}

.watch-how-it-was__container {
    display: flex;
    justify-content: space-between;
}

.watch-how-it-was__video {
    flex: 0 0 auto;
    width: 50%;
    max-width: 552px;
    margin-right: 48px;
}

.watch-how-it-was__content {
    flex: 1;
}

.watch-how-it-was__content h2 {
    font-family: 'Proxima Nova', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    text-transform: unset;
    letter-spacing: unset;
}

.watch-how-it-was__info {
    margin-top: 24px;
    font-family: CirceLight, Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.watch-how-it-was__video-container {
    width: 100%;
    /*aspect-ratio: 23/16;*/
    position: relative;
    padding-top: 69.565%;
}

.watch-how-it-was__video-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    border-radius: 40px;
    opacity: 1;
    transition: .35s ease-in-out;
    overflow: hidden;
}

.watch-how-it-was__video-container.play .watch-how-it-was__video-preview {
    pointer-events: none;
    opacity: 0;
}

.watch-how-it-was__video-preview img {
    width: 100%;
    height: 100%;
}

.watch-how-it-was__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 104px;
    height: 104px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 8px 8px 40px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.watch-how-it-was__video-play img {
    width: 28.75px;
    height: 33.06px;
    margin-left: 9px;
}

.watch-how-it-was__video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.watch-how-it-was__video-container.play .watch-how-it-was__video-iframe {
    opacity: 1;
}

.watch-how-it-was__video iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .watch-how-it-was__content h2 {
        font-size: 64px;
        line-height: 64px;
    }
}

@media (max-width: 767px) {
    .watch-how-it-was__container {
        flex-direction: column;
    }

    .watch-how-it-was__video {
        max-width: unset;
        width: 100%;
        margin: 0 0 35px;
    }

    .watch-how-it-was__content h2 {
        font-size: 48px;
        line-height: 48px;
    }

    /*.watch-how-it-was__content h2 br {*/
    /*    display: none;*/
    /*}*/
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/main.speakers/style.css?170541016253*/
.bt-blsp {
    width: 100%;
    text-align: center;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/main.reason-visit-conf/style.css?17054101612733*/
.reasons {
	padding: 80px 0;
}

.reasons__title {
	font-family: 'Proxima Nova', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 42px;
	line-height: 64px;
	letter-spacing: unset;
}

.reasons__items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 24px;
	margin-top: 23px;
}

.reasons__item {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 10px 30px rgba(100, 100, 100, 0.1);
}

.reasons__item-top {
	position: relative;
	height: 120px;
}

.reasons__item-image {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 121%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

.reasons__item:nth-child(2) .reasons__item-image {
	object-position: top;
}

.reasons__item-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 19px 24px 32px;
}

.reasons__item-title {
	font-family: 'Proxima Nova', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 29px;
}

.reasons__item-title span {
	position: relative;
	display: inline;
	background: #fff;
	z-index: 1;
}

.reasons__item-title span:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -13px;
	width: 800px;
	height: 1px;
	border-bottom: 12px solid #fff;
	z-index: 1;
}

.reasons__item-title span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: calc(100% + 9px);
	height: 1px;
	border-bottom: 6px solid #FFE400;
	z-index: 1;
}

.reasons__item:nth-child(2) .reasons__item-title span:after {
	border-bottom-color: #212529;
}

.reasons__item-description {
	font-family: CirceLight, Verdana, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: unset;
}

.reasons__item-info {
	margin-bottom: 60px;
}

.reasons__item-button {
	margin-top: auto;
}

.reasons__item-button a {
	font-family: 'Proxima Nova', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px 0;
	width: 100%;
	text-align: center;
	background: #FFE400;
	display: block;
	border-radius: 40px;
}

.reasons__item:nth-child(2) .reasons__item-button a {
	color: #fff;
	background: #212529;
}

@media (max-width: 991px) {
	.reasons__title {
		font-size: 32px;
		line-height: 48px;
	}

	.reasons__items {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 660px) {
	.reasons__title {
		font-size: 24px;
		line-height: 32px;
	}

	.reasons__items {
		grid-template-columns: 1fr;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/watch-how-it-was/style.css?17054101622710 */
/* /local/templates/.default/components/bitrix/news.list/main.speakers/style.css?170541016253 */
/* /local/templates/.default/components/bitrix/news.list/main.reason-visit-conf/style.css?17054101612733 */
