

/* Start:/local/templates/kcm/components/bitrix/news/events/style.css?1773644195254*/
/*header {
    background-color: #DFAD68 !important;
    padding-bottom: 0px !important;
    margin-bottom: 80px !important;
}
header #navbarNavDropdown .dropdown-menu {
    background-color: #DFAD68 !important;
    border: none;
    padding-top: 0;
}
*/
/* End */


/* Start:/local/templates/kcm/components/bitrix/news.list/events/style.css?17736441956818*/
a {
	text-decoration: none;
	color: #333333;
}

.section {
	width: 100%;
	margin: 60px 0;
	font-weight: 300;
}

.container-events {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 80px;
}

.header.columt2 {
	position: relative;
	margin-bottom: 40px;
	top: 0;
	display: flex;
	flex-direction: row;
	gap: 60px;
}

.dropdown-wrapper {
	width: 270px;
	height: 27px;
	border-bottom: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px 10px;
	cursor: pointer;
	background-color: #fff;
	position: relative;
	font-size: 14px;
}

.dropdown-month,
.dropdown-year {
	color: #333333;
	font-size: 14px;
}

.header-wrapper {
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
}

.header-events {
	font-weight: 300;
	line-height: 43.71px;
	font-size: 44px;
}

.card-event-wrapper {
	display: grid;
	grid-auto-flow: row;
	grid-template-columns: repeat(7, 1fr);
	gap: 30px;
}

.card-event {
	display: flex;
	flex-flow: column nowrap;
	background: #f3f3f3;
	height: 365px;
	padding: 30px;
	border-radius: 6px;
	grid-column: span 4;
}

.card-event:nth-child(3n + 1) {
	grid-column: span 3;
	grid-row: span 2;
	height: auto;
}

.card-event:nth-child(3n + 2),
.card-event:nth-child(3n + 3),
.card-event:nth-child(3n + 5) {
	flex-flow: row nowrap;
	height: auto;
}

.card-event-header {
	font-weight: 300;
	font-size: 22px;
	line-height: 24.2px;
	margin-bottom: 20px;
}

.card-event-text {
	font-weight: 300;
	font-size: 16px;
	line-height: 17.6px;
	margin-bottom: 30px;
}

.btn-events {
	display: flex !important;
	flex-flow: row nowrap !important;
	align-items: center !important;
	gap: 20px !important;
	cursor: pointer !important;
	font-size: 16px !important;
	line-height: 16px !important;
	color: #333333 !important;

}

.btn-text {
	font-size: 16px !important;
	line-height: 16px !important;
	color: #333333 !important;
	font-weight: 400 !important;
}

.header-wrapper .btn-events {
	font-weight: 300;
	font-size: 17px;
	line-height: 16px;
}

.btn-icon {
	background: url(/local/templates/kcm/img/arrow.svg) no-repeat center center;
	background-size: contain;
	width: 32px;
	height: 21px;

}

.card-event-img {
	position: relative;
	height: 305px;
	margin-top: 30px;
	border-radius: 6px;
}

.card-event-img img {
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 6px;
}

.event-date {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 7px;
	margin-top: 30px;
}

.event-date-icon {
	background: url(/local/templates/kcm/img/calendar.svg) no-repeat center center;
	width: 14px;
	height: 13px;
	background-size: contain;
}

.event-date-text {
	font-weight: 300;
	font-size: 14px;
	color: #939599;
}

.card-event-column1 {
	display: flex;
	background: #F3F3F3;
	padding-right: 30px;
	flex-direction: column;
	flex: 3;
	justify-content: space-between;
}

.card-event-column2 {
	flex: 4;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.card-event-column2 .btn-events {
	margin-top: auto;
}

.card-event-img {
	height: 305px;
	border-radius: 6px;
}

.card-event-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.card-event-column1-img {
	height: 212px;
	border-radius: 6px;
}

.card-event-column1-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.more-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 78px;
}



.dropdown-wrapper {
	width: 270px;
	height: 27px;
	border-bottom: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px 10px;
	cursor: pointer;
	background-color: #fff;
	position: relative;
	padding-right: 30px;
}

.dropdown-wrapper::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	width: 16px;
	height: 16px;
	background: url(/local/templates/kcm/img/down.svg) no-repeat center;
	background-size: contain;
	transform: translateY(-50%);
}

.dropdown-wrapper.active::after {
	background: url(/local/templates/kcm/img/close.svg) no-repeat center;
	background-size: contain;
}

.dropdown-wrapper .dropdown {
	display: none;
	position: absolute;
	margin-top: 10px;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 242px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
	border: 2px solid #F1F1F1;
	border-radius: 4px;
	z-index: 10;
}

.dropdown-wrapper.active .dropdown {
	display: block;
}

.dropdown-wrapper .dropdown div {
	font-family: "helveticaneuecyr";
	color: #939599;
	font-weight: 300;
	font-size: 17px;
	line-height: 34px;
	width: 270px;
	height: 40px;
	padding: 5px 10px;
	cursor: pointer;
}

.dropdown-wrapper .dropdown div:hover {
	background-color: #eee;
	color: #333333;
}

.column1 {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
}

@media (min-width: 768px) and (max-width: 1200px) {

	.card-event-wrapper {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.card-event:nth-child(3n + 1) {
		flex-flow: row-reverse nowrap;
		height: auto;
	}

	.card-event-img {
		height: 212px;
		margin-top: 0;
	}

	.card-event-img img {
		object-fit: cover;
	}

	.card-event-column1-img {
		height: 212px;
	}

	.card-event-column1-img img {
		object-fit: cover;
	}


	.column1 {
		display: flex;
		background: #F3F3F3;
		padding-right: 30px;
		flex-direction: column;
		flex: 3;
	}

	.column2 {
		flex: 4;
		display: flex;
		flex-direction: column;
	}

	.column2 .btn-events {
		margin-top: auto;
	}

	.card-event-text {
		flex: 1;
	}

	.card-event-column2 {
		height: auto;
	}



}

@media (min-width: 0px) and (max-width: 767px) {

	.container-events {
		padding: 0 24px;
	}

	.header-wrapper {
		align-items: self-start;
	}

	.dropdown-wrapper {
		width: 100%;
	}

	.dropdown-wrapper .dropdown div {
		width: 100%;
	}

	.card-event-wrapper {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.card-event {
		display: flex;
		flex-direction: column !important;
		padding: 0;
	}

	.header.columt2 {
		flex-direction: column;
	}

	.card-event-column1 {
		display: flex;
		background: #F3F3F3;
		padding: 0 30px;
		flex-direction: column;
		flex: 3;
	}

	.card-event-column2 {
		flex: 4;
		display: flex;
		flex-direction: column;
		height: 100%;
		padding: 0 30px 30px 30px;
	}

	.card-event:nth-child(3n + 1) {
		flex-flow: column-reverse !important;
	}

	.card-event-img {
		height: 212px;
		margin-top: 0;

	}

	.card-event-img img {
		object-fit: cover;
		border-radius: 6px;
	}

	.event-date {
		margin: 20px 0;
		padding: 0 30px;
	}

	.card-event-header {
		font-size: 18px;
		line-height: 19.8px;
		margin-bottom: 10px;

	}

	.card-event-text {
		font-size: 14px;
		line-height: 15.4px;
	}

	.card-event-column1 {
		padding: 0;
	}

	.card-event-column1-img img {
		border-radius: 6px;
	}

	.column2 {
		padding: 0 30px 30px 30px
	}

	.btn-events {
		font-size: 12px;
		line-height: 16px;
	}



}
/* End */
/* /local/templates/kcm/components/bitrix/news/events/style.css?1773644195254 */
/* /local/templates/kcm/components/bitrix/news.list/events/style.css?17736441956818 */
