

/* Start:/information/open-day/style.css?17298412357370*/
/*---------------------------
	OPEN DAY
---------------------------*/

/*	BEGIN OPEN DAY BUTTONS	*/

.open-day-buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	padding-bottom: 30px;
}

.open-day-buttons > a, .open-day-buttons > span {
	align-items: center;
	background-color: #0050cf;
	border: 2px solid #0050cf;
	border-radius: 36px;
	color: #fff;
	display: flex;
	font-size: 15px;
	font-weight: 500;
	justify-content: center;
	text-decoration: none;
	min-height: 48px;
	width: 200px;
}

.open-day-buttons > a:active,
.open-day-buttons > a:focus {
	color: #fff;
}

.open-day-buttons > a:hover {
	color: #fff;
	text-decoration: none;
}

.open-day-broadcast-link {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 15px;
	padding-bottom: 30px;
}

.open-day-broadcast-link > a {
	align-items: center;
	background-color: #0050cf;
	border: 2px solid #0050cf;
	border-radius: 36px;
	color: #fff;
	display: flex;
	font-size: 15px;
	font-weight: 500;
	justify-content: center;
	padding: 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	min-height: 48px;
	width: 250px;
}

.open-day-broadcast-link > a:hover {
	color: #fff;
	text-decoration: none;
}

@media(max-width: 575px) {

	.open-day-buttons > a {
		width: 170px;
	}

}

/*	END OPEN DAY BUTTONS	*/


/*	BEGIN OPEN DAY TITLE	*/

.open-day-title {
	padding-bottom: 30px;
	text-align: center;
}

.content .open-day-title > h3 {
	color: #002147 !important;
	font-size: 22px;
	font-weight: 700 !important;
	position: relative;
}

.content .open-day-title > h4 {
	color: #002147 !important;
	font-size: 18px;
	font-weight: 700 !important;
	position: relative;
}

/*	END OPEN DAY TITLE	*/

.content > .open-day-block-title {
	padding-bottom: 30px;
}

.content > .open-day-block-title > h3 {
	color: #555 !important;
	font-size: 22px;
	font-weight: 700 !important;
	padding-bottom: 15px;
	position: relative;
}

.content > .open-day-block-title h3::before {
	background-color: #0050cf;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 115px;
}

/*	BEGIN SCHEDULE	*/

.open-day-schedule {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding-bottom: 40px;
	width: 100%;
}

.open-day-schedule-item {
	/*	border-bottom: 1px solid #e4e4e4;*/
	display: flex;
	flex-direction: row;
}

.open-day-schedule-item:last-child {
	border: none;
}

.open-day-schedule-item-left {
	align-items: center;
	background-image: url(/information/open-day/img/1.png);
	background-size: cover;
	background-color: #0050cf;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	min-width: 250px;
}

.open-day-schedule-item-left::before {
	background-color: rgba(0, 0, 0, .75);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.open-day-schedule-item-right {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0 30px 15px;
}

.open-day-schedule-item-right b {
	color: #343434;
	font-weight: 600;
}

.open-day-schedule-item-right a {
	color: #696968;
	text-decoration: underline;
}

.open-day-schedule-item-right a::before {
	display: none !important;
}

.open-day-schedule-item-date {
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	position: relative;
	z-index: 5;
}

.open-day-schedule-item-title {
	color: #002147;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
}

.open-day-schedule-item-location,
.open-day-schedule-item-time,
.open-day-schedule-item-reg,
.open-day-schedule-item-programm,
.open-day-schedule-item-broadcast {
	padding-left: 25px;
	position: relative;
}

.open-day-schedule-item-location::before,
.open-day-schedule-item-time::before,
.open-day-schedule-item-reg::before,
.open-day-schedule-item-programm::before,
.open-day-schedule-item-broadcast::before {
	background-color: #0050cf;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	height: 3px;
	width: 15px;
}

@media(max-width: 767px) {

	.open-day-schedule-item {
		flex-direction: column;
		gap: 15px;
	}

	.open-day-schedule-item-left {
		min-height: 100px;
		width: 100%;
	}

	.open-day-schedule-item-riht {
		width: 100%;
	}

}

/*	END SCHEDULE	*/

/*	BEGIN BLOCK LIST	*/

.open-day-block-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	padding-bottom: 40px;
}

.open-day-block-list-item {
	border-radius: 10px;
	box-shadow: 0px 0px 15px #e4e4e4;
	display: flex;
	flex-direction: column;
	gap: 15px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: all .4s ease;
}

.open-day-block-list.--video .open-day-block-list-item {

}

.open-day-block-list.--bg-color .open-day-block-list-item {
	background-color: #0050cf;
}

.open-day-block-list-item:hover {
	text-decoration: none;
}

.open-day-block-list-item-picture {
	border-bottom: 5px solid #0050cf;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 200px;
	transition: all .4s ease;
	width: 100%;
}

.open-day-block-list-item:hover .open-day-block-list-item-picture {
	opacity: .75;
}

.open-day-block-list-item-desc {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0 25px 25px;
}

.open-day-block-list-item-date {
	color: #6a6a6a;
	font-size: 14px;
}

.open-day-block-list-item-name {
	color: #000;
	font-size: 15px;
	font-weight: 600;
}

.open-day-block-list.--bg-color .open-day-block-list-item-name {
	color: #fff;
}

@media(max-width: 991px) {

	.open-day-block-list {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media(max-width: 767px) {

	.open-day-block-list {
		grid-template-columns: repeat(1, 1fr);
	}

}

/*	END BLOCK LIST	*/

/* TIMELINE */

.timeline ul, .timeline li {
    list-style: none;
    padding: 0;
}

.timeline {
    margin-top: 2rem;
    padding: 0;
    position: relative;
}

.timeline li {
    padding-bottom: 1.5rem;
    border-left: 1px solid #FF6E04;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
}
.timeline li:last-child {
    border: 0px;
    padding-bottom: 0;
}
.timeline li:before {
    content: "";
    width: 15px;
    height: 15px;
    background: white;
    border: 1px solid #FF6E04;
    box-shadow: 3px 3px 0px #FF6E04;
    box-shadow: 3px 3px 0px #FF6E04;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 0px;
}

.timeline .time {
    color: #2a2839;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
@media screen and (min-width: 601px) {
    .timeline .time {
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 600px) {
    .timeline .time {
        margin-bottom: 0.3rem;
        font-size: 0.85rem;
    }
}

.timeline p {
    color: #4f4f4f;
    font-family: sans-serif;
    line-height: 1.5;
    margin-top: 0.4rem;
}
@media screen and (max-width: 600px) {
    .timeline p {
        font-size: 0.9rem;
    }
}

.registration-btn {
    align-items: center;
    background-color: #0050cf;
    border: 2px solid #0050cf;
    border-radius: 36px;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    justify-content: center;
    text-decoration: none;
    min-height: 20px;
}

.registration-btn:hover {
    background-color: #0050cf;
    color: #fff;
    text-decoration: unset;
}

.timeline .address {
    color: #6f6f6f;
    font-size: 13px;
}

.row .col h5 {
    color: #0050cf !important;
    font-weight: 600 !important;
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1695123217675*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:0}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:0;padding-left:.5em}span.modern-page-current{font-weight:var(--ui-font-weight-bold)}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/bitrix/templates/j_page/components/bitrix/news.list/j_openday/style.css?17303016844104*/
.send-openday__wrap {
	margin: 40px 0 85px;
	text-align: center;
}

.openday-element__wrap {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 10px;
	margin: 20px 0 10px;
}

.openday-element {
	background-color: #fff;
	border: 7px solid #dce7ef;
	margin: 18px 35px 0;
	padding: 30px;
	position: relative;
}

.openday-element::before {
	border: 6px solid #375d88;
	content: '';
	position: absolute;
	top: -30px;
	height: 115px;
	width: 160px;
	z-index: -1;
}

.b-left .openday-element::before {
	left: -30px;

}

.b-right .openday-element::before {
	right: -30px;
}

.openday-element p {
	margin-bottom: 5px !important;
	padding: 0 !important;
}

.openday-element__photo {
	border-radius: 50%;
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
}

.b-left .openday-element__photo {
	float: left;
}

.b-right .openday-element__photo {
	float: right;
}

.openday-element__photo img {
	border-radius: 50%;
}

.openday-element__desc {
	margin: 15px 40px 0;
}

.openday-element__desc-date {
	color: #70787e;
	display: block;
	margin-bottom: 5px;
}

.openday-element__desc p {
	font-style: italic;
}

.b-left .openday-element__desc {
	text-align: left;
}

.b-right .openday-element__desc {
	text-align: right;
}

.modern-page-navigation {
	text-align: center;
}

.openday-form {
	background-color: #fff;
	box-shadow: 3px 3px 15px rgba(150, 150, 150, .5);
	margin-top: 25px;
	padding: 30px 22px 30px;
}

.openday-form .alert {
	display: none;
}

.openday-form input, .openday-form select {
	border: 1px solid #dad9d9;
	border-radius: 0;
	color: #4c4b4b;
	font-size: 1.135rem;
	margin-bottom: 20px;
	padding: 0 15px;
	height: 52px;
	width: 100%;
}

.openday-form textarea {
	border: 1px solid #dad9d9;
	border-radius: 0;
	color: #4c4b4b;
	font-size: 1.135rem;
	margin-bottom: 20px;
	padding: 15px;
	resize: none;
	height: 150px;
	width: 100%;
}

.openday-form .error input {
	border-color: #cb0000;
}

.openday-form .error input::-webkit-input-placeholder {
	color: #cb0000;
}

.openday-form .error input::-moz-placeholder {
	color: #cb0000;
}

.openday-form .error input:-ms-input-placeholder {
	color: #cb0000;
}

.openday-form .error input:-moz-placeholder {
	color: #cb0000;
}

.openday-form .error textarea {
	border-color: #cb0000;
}

.openday-form .error textarea::-webkit-input-placeholder {
	color: #cb0000;
}

.openday-form .error textarea::-moz-placeholder {
	color: #cb0000;
}

.openday-form .error textarea:-ms-input-placeholder {
	color: #cb0000;
}

.openday-form .error textarea:-moz-placeholder {
	color: #cb0000;
}

.openday-input-chekbox-wrap {
	overflow: hidden;
	margin-bottom: 25px;
	text-align: left;
}

.openday-input-chekbox {
	display: none;
}

.openday-input-chekbox-custom {
	cursor: pointer;
	display: block;
	font-size: 15px;
	padding-right: 45px;
	padding-top: 5px;
	position: relative;
	height: 35px;
}

.openday-input-chekbox-custom::before {
	border: 1px solid #000;
	border-radius: 0;
	content: '';
	color: #000;
	position: absolute;
	top: 3px;
	left: 0;
	height: 30px;
	width: 30px;
}

.openday-input-chekbox:checked + .openday-input-chekbox-custom::after {
	align-items: center;
	background-color: transparent;
	color: #002147;
	content: "\f00c";
	display: flex;
	font-size: 16px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	justify-content: center;
	position: absolute;
	top: 3px;
	left: 0;
	height: 30px;
	width: 30px;
}

.openday-input-chekbox[data-error = "error"] ~ .openday-input-chekbox-custom::before {
	border-color: red;
}

.openday-input-chekbox-label {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: .9em;
	line-height: 1.15;
	margin: 0;
	position: relative;
	height: 35px;
}

.openday-input-chekbox-link {
	color: #002147;
	display: contents;
	margin-left: 5px;
	text-decoration: underline;
}

.openday-input-chekbox-link::before {
	display: none !important;
}

@media only screen and (max-width: 768px) {

	.openday-element {
		margin: 18px 0 0;
	}

}
/* End */
/* /information/open-day/style.css?17298412357370 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1695123217675 */
/* /bitrix/templates/j_page/components/bitrix/news.list/j_openday/style.css?17303016844104 */
