

/* Start:/events-and-people/css/style.css?175512063913674*/
.detail_page-img_title-block {
	position: relative;
}

.detail_page-img img,
.modal-body iframe {
	height: 100% !important;
}

.detail_page-img_title-block {
	padding-top: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.detail_page-img img {
	width: 100% !important;
	height: 100% !important;

	border-radius: 30px !important;
	object-fit: none !important;
}

.crsl {
	overflow: hidden;
	margin: -40px auto 85px -50px;
}

.carousel-container {
	display: flex;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	margin: -28px 0 80px 0;
	padding: 0 0 2px 38px;
	background-color: white;
	z-index: 1;
	height: 40px;

}

.crsl::before {
	background: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #edeffd), color-stop(70.69%, rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(left, #edeffd 33.33%, rgba(255, 255, 255, 0) 70.69%);
	background: linear-gradient(90deg, #edeffd 33.33%, rgba(255, 255, 255, 0) 70.69%);
	left: 0;
}

.crsl::after {
	background: -webkit-gradient(linear, right top, left top, color-stop(33.33%, #edeffd), color-stop(70.69%, rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(right, #edeffd 33.33%, rgba(255, 255, 255, 0) 70.69%);
	background: linear-gradient(-90deg, #edeffd 33.33%, rgba(255, 255, 255, 0) 70.69%);
	right: 0;
}

.carousel {
	display: flex;
	transition: transform 0.3s ease;
}

.century-btn {
	width: 120px;
	height: 40px;
	border-radius: 100px;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	color: #FFFFFF;
	align-self: flex-start;
	border-radius: 100px;
	background-color: #80A0D4;
	margin: 0 10px;
	border: 1px solid #80A0D4;
	transition: 0.2s ease;
}

.century-btn:hover,
.century-btn.active {
	background: #FFFFFF;
	border: 1px solid #80A0D4;
	color: #00358E;
	cursor: pointer;
	transition: 0.3s;
}

.timeline-block {
	padding: 5px 0px 36px 0px;
	position: relative;
	display: none;
}

.timeline-block.active {
	display: block;
}

.left {
	display: flex;
	flex-flow: column;
	order: 1;
}

.right {
	display: flex;
	flex-flow: column;
	order: 2;
}

.date_block {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.slick-slide {}

.gray_line {
	width: 2px;
	height: 120%;
	background-color: #F5F5F5;
	position: absolute;
	z-index: -999;
	margin-top: -6%;
}

.oval_block {
	font-size: 20px;
	margin-top: -27px;
	border: 4px solid #FFFFFF;
	background-color: #F5F5F5;
	border-radius: 50%;
	/* border-width: 1; */
	border-color: white;
	border-style: solid;
	width: 123px;
	height: 123px;
	text-align: center;
	position: relative;
	z-index: 100;
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding: 10px;
}

.oval_block-text {
	color: #111111;
	font-size: 20px;
	font-family: 'IBM Plex Sans SemiBold', sans-serif;
	margin: 1px;
	font-weight: 700;
}

.oval_block-text span {
	color: #827E7E;
}

.small_oval_block {
	margin: 50px 58px;
	border: 4px solid #FFFFFF;
	background-color: #F5F5F5;
	border-radius: 50%;
	border-width: 1;
	border-color: white;
	border-style: solid;
	width: 68px;
	height: 68px;
	text-align: center;
	position: relative;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
}

.clock {
	display: flex;
	justify-content: center;
	align-items: center;
}

.clock img {
	width: 37px;
	height: 37px;
	border-radius: 50%;
	object-fit: cover;
	user-select: none;
	-webkit-user-drag: none;
}

.gray_block {
	border-radius: 30px;
	padding: 23px 26px 32px 56px;
	margin: 24px -98px;
	color: #394053;
	background: #F5F5F5;
	width: 100%;
	max-width: 1076px;
	display: flex;
	flex-flow: column;
	position: relative;
	z-index: 1;
}

.gray_block-text-block {
	display: flex;
	flex-flow: column;
}

.gray_block-title-text {
	font-family: 'IBM Plex Sans SemiBold', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	/* or 30px */
	color: #222222;
	opacity: 0.8;
	max-width: 60%;
	font-family: 'IBM Plex Sans SemiBold', sans-serif;
}

.gray_block-text {
	opacity: 0.8;
	color: #222222;
	font-family: "IBMPlexSans-Regular";
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
	line-height: 24px;
	margin-right: 18px;
	padding-bottom: 10px;
	padding-left: 3px;
}

.gray_block-img {
	margin: -32px 0 10px 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	max-width: 382px;
	overflow: hidden;
	z-index: 2;
}

.gray_block-img img,
.modal-body iframe {
	border-radius: 30px;
	object-fit: cover;
	max-width: 100%;
	height: auto;
}

.gray_block-img_descr {
	border-radius: 30px;
	background-color: #80A0D4;
	width: 88.5%;
	height: 102px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-top: -50px;
	z-index: -1;
}

.gray_block-img_descr-text {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 26px;
}

.publish_btn {
	display: flex;
	width: 263px;
	height: 50px;
	border-radius: 100px;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	align-self: flex-start;
	justify-content: center;
	align-items: center;
	border: 1px solid #80A0D4;
	border-radius: 100px;
	box-shadow: 0px 10px 10px rgba(128, 160, 212, 0.5);
	background-color: #80A0D4;
	transition: 0.3s ease;
	margin-bottom: 6px;
}

.publish_btn:hover,
.publish_btn.active {
	background: #FFFFFF;
	border: 1px solid #80A0D4;
	color: #80A0D4;
	cursor: pointer;
}

.modal-title {
	max-width: 853px;
}

.info-modal {
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #111111;
	margin-bottom: 28px;
}

.modal-header {
	padding: 5px 0 40px 0 !important;
}

.modal-text {
	font-size: 17px;
	line-height: 26px;
	color: #827E7E;
}

.modal-img {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
	margin: 30px 0 30px 0;
}

.modal-body iframe {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
	margin: 0 auto !important;
	padding: 0 !important;
}

.modal-img img,
.modal-body iframe {
	width: 100%;
	border-radius: 30px;
	box-shadow: 0px 10px 16px rgba(16, 16, 16, 0.5);
}

.gallery-block {
	border-bottom: unset !important;
}

.modal-body .gallery-block::after {
	display: none !important;
}

.slider-box {
	position: relative;
}


.prev_arrow,
.next_arrow {
	position: absolute;
	top: 45%;
	width: 43px !important;
	height: 82px !important;
	z-index: 1;
	cursor: pointer;
}

.prev_arrow {
	margin-left: -50px !important;
}

.next_arrow {
	right: 0;
	margin-right: -50px !important;
}



@media(min-width: 1199px) {

	.modal-img img {
		width: 382px !important;
	}

	.modal-body iframe,
	.gray_block-img img {
		height: 284px !important;
		width: 382px !important;
	}

	.modal-img img {
		object-fit: cover;
		width: 900px !important;
	}

	.modal-body iframe {
		height: 583px !important;
		width: 900px !important;
	}
}

@media(max-width: 1399px) {
	.gray_block-img {
		margin: 5px 28px 8px 0;
		max-width: 100%;
	}

	.crsl {
		margin: -20px auto 85px -30px;
	}
}

@media(max-width: 1199px) {
	.crsl {
		width: 120%;
		margin: 20px auto 65px -40px;
	}

	.left {
		order: 2;
		margin-top: 20px;
	}

	.right {
		order: 1;
		width: 100%;
	}

	.gray_block {
		max-width: 900px;
		display: flex;
		justify-content: center;
		align-items: center;
		align-self: center;
	}

	.gray_block-img {
		margin: 32px 28px 6px 0;
		max-width: 100%;
	}

	.modal-img img {
		width: 535px !important;
	}

	.modal-body iframe,
	.gray_block-img img {
		height: 330px !important;
		width: 535px !important;
	}

	.gallery-block .slick-list {
		/*margin-right: -50px !important;*/
	}

	.gallery-block .slick-list {
		/*margin-left: 12px !important;*/
		overflow: hidden !important;
		/*width: 118% !important;*/
		margin: 0 -20px !important;
		width: 115% !important;
	}

	.crsl .slick-list {
		/*margin-right: -50px !important;*/
	}

	.modal-img img {
		width: 595px !important;
		object-fit: cover;
	}

	.modal-body iframe {
		height: 386px !important;
		width: 595px !important;
		object-fit: cover;
	}

	.crsl .slick-list {
		/*margin-left: 12px !important;*/
		overflow: hidden !important;
		/*width: 118% !important;*/
		width: 115% !important;
	}
}

/* MOBILE */
@media (max-width: 991px) {


	.detail_page-img {
		margin-bottom: 11px !important;
	}

	.carousel-container {

		margin: 16px 0 15px 223px;
	}

	.carousel {
		display: block;
		height: 55px;
	}

	.oval_block {
		width: 141px;
		/* height: 51px; */
		border-radius: 30px;
		flex-flow: row;
		align-items: center;
		margin-top: 10px;
		background-color: #EBEBEB;
		height: auto;
		padding: 7px 3px;
	}

	.oval_block-text {
		color: #111111;
		font-size: 17px;
	}

	.oval_block-text span {
		color: #111111;
	}

	.small_oval_block {
		width: 77px;
		height: 50px;
		border-radius: 30px;
		margin: 14px 0 16px 0;
		background-color: #EBEBEB
	}

	.clock img {
		width: 29px;
		height: 29px;
	}



	.gray_line {
		background-color: #D8D8D8;
		height: 80%;
	}

	.gray_block {
		margin: unset;
	}

	.gray_block-title-text {
		margin: 20px 0 -5px 0;
		max-width: 100%;
	}

	.gray_block-img_descr {
		width: 85.5%;
		margin-top: -70px;
		height: 124px;
	}

	.gray_block-img_descr-text {
		line-height: 21px;
		width: 240px;
		text-align: center;
	}

	.modal-header {
		word-break: break-word;
	}




	.prev_arrow,
	.next_arrow {
		display: none !important;
	}

	.modal-img {
		margin: 10px 0 30px 0;
	}

	.modal-body iframe {
		margin: 10px 0 30px 0;
	}

	.modal-img img {
		width: 297px !important;
		object-fit: cover;
	}

	.modal-body iframe {
		height: 193px !important;
		width: 297px !important;
		object-fit: cover;
	}
}

@media(max-width: 767px) {

	.crsl {
		margin: 20px auto 50px -145px;
		width: 145%;
	}

	.detail_page-img img,
	.modal-body iframe {
		position: relative;
	}

	.carousel-container {
		margin: 16px 0 15px 133px;
	}

	.gray_block {
		padding: 20px 0 20px 26px;
		width: 110%;
		margin-left: -17px;
	}

	.gray_block-title-text {
		font-size: 17px;
	}

	.gray_block-text {
		margin-right: 25px;
		font-size: 15px;
	}

	.gray_block-img_descr {
		width: 75.5%;
	}

	.modal-img .gray_block-img_descr {
		width: 265px;
	}

	.publish_btn {
		align-self: center;
		margin: -6px 40px 20px 0;
	}

	.modal-img img {
		width: 400px !important;
	}

	.modal-body iframe,
	.gray_block-img img {
		height: 275px !important;
		width: 400px !important;
	}

}

@media(max-width: 576px) {
	.modal-body {
		padding: 0 15px !important;
	}

	.modal.modal-bottom .modal-header {
		font-size: 30px;
		line-height: 130%;
		padding: 10px 15px 35px 15px;
	}

	.crsl .slick-list {
		/*margin-left: 12px !important;*/
		/*width: 118% !important;*/
		margin: 0 !important;
		width: 115% !important;
		margin-left: -7% !important;
	}

	.crsl {
		margin: 20px auto 40px -15px;
		width: 106%;
	}

	.gallery-block .slick-list {
		/*margin-left: 12px !important;*/
		/*width: 118% !important;*/
		margin: 0 !important;
		width: 115% !important;
	}
}


@media(max-width: 480px) {
	.crsl {
		margin: 20px auto 40px -15px;
		width: 108%;
	}

	.carousel-container {
		margin: 16px 0 15px 80px;
		width: 100%;
	}

	.carousel {
		width: 100%;
	}

	.gray_block-img_descr {
		width: 85.5%;
	}

	.modal-img .gray_block-img_descr {
		width: 265px;
	}


}

@media(max-width: 414px) {
	.carousel-container {
		margin: 16px 0 15px 70px;
	}

	.gray_block {
		align-items: flex-start;
	}

	.modal-img img {
		width: 313px !important;
	}

	.modal-body iframe,
	.gray_block-img img {
		height: 238px !important;
		width: 313px !important;
	}

	.crsl .slick-list {
		/*margin-left: 12px !important;*/
		/*width: 118% !important;*/
		margin: 0 10px !important;
		width: 115% !important;
		margin-left: -7.6% !important;
	}

	.gallery-block .slick-list {
		/*margin-left: 12px !important;*/
		/*width: 118% !important;*/
		margin: 0 10px !important;
		width: 115% !important;
	}
}

@media(max-width: 400px) {
	.publish_btn {
		width: 230px;
	}

	.modal-img img {
		width: 280px !important;
	}

	.modal-body iframe,
	.gray_block-img img {
		height: 212px !important;
		width: 280px !important;
	}

	.carousel-container {
		margin: 16px 0 15px 50px;
	}



}



@media(max-width: 376px) {
	.modal-body .gallery-block .slick-slide {
		margin: 0 40px !important;
		width: 250px;
	}

	.crsl .slick-list {
		/*margin-left: 12px !important;*/
		/*width: 118% !important;*/
		width: 130% !important;
		margin-left: -14% !important;
	}

	.gallery-block .slick-list {
		/*margin-left: 12px !important;*/
		/*width: 118% !important;*/
		margin: 0 -5px !important;
		width: 130% !important;
	}
}

@media(max-width: 340px) {
	.carousel-container {
		margin: 16px 0 15px 20px;
	}
}

input {
	border-radius: 0;
	-webkit-appearance: none;
}



/*  ^(\s)*$\n */
/* End */
/* /events-and-people/css/style.css?175512063913674 */
