/* Common */
/* Media */
/* Content */
/* Blocks */
.p-dates-main { background: rgba(32, 60, 137, 0.04); box-shadow: 0 0.20833vw 0.78125vw rgba(28, 28, 28, 0.08); overflow: hidden; }

.p-dates-main__content { position: relative; display: flex; flex-direction: column; justify-content: space-between; }

.p-dates-main__title { margin-top: 1.66667vw; margin-bottom: 1.04167vw; font-size: 2.91667vw; letter-spacing: -0.02em; font-weight: 600; line-height: 1; }

.p-dates-main__title--accent { color: #203C89; }

.p-dates-main__desc { font-size: 1.45833vw; font-weight: 500; line-height: 1.3; letter-spacing: -0.01em; margin-bottom: 2.08333vw; }

.p-dates-school { margin-top: 4.16667vw; }

.p-dates-school__title { margin-bottom: 0.625vw; }

.p-dates-school__desc { font-size: 1.14583vw; font-weight: 500; line-height: 1.2; letter-spacing: -0.01em; margin-bottom: 1.66667vw; opacity: .5; }

.p-dates-school__content { padding: 1.25vw; border-radius: 0.625vw; background: rgba(32, 60, 137, 0.04); }

.p-dates-school__content-title { font-size: 1.35417vw; font-weight: 600; line-height: 1.1; letter-spacing: -0.015em; margin-bottom: 1.25vw; }

.p-dates-school__content-title--accent { color: #203C89; }

.p-dates-school__item { padding: 1.25vw; background: #fff; border-radius: 0.625vw; border: 1px solid rgba(28, 28, 28, 0.16); transition: all .25s ease-in-out; cursor: pointer; }

.p-dates-school__item-wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.625vw; }

.p-dates-school__item-title { position: relative; font-weight: 500; font-size: 0.72917vw; line-height: 1.4; letter-spacing: 0.01em; margin-bottom: 1.35417vw; transition: all .25s ease-in-out; }

.p-dates-school__item-date { font-size: 1.14583vw; font-weight: 600; line-height: 1.2; letter-spacing: -0.02em; color: #203C89; transition: all .25s ease-in-out; }

.p-dates-school__item-date-wrap { display: flex; justify-content: space-between; align-items: flex-end; gap: 0.625vw; }

.p-dates-school__item-icon { width: 1.66667vw; min-width: 1.66667vw; height: 1.66667vw; }

.p-dates-school__item-icon path { transition: all .25s ease-in-out; }

.p-dates-school__item .closed { display: none; }

.p-dates-school__item:hover { background: #203C89; border-color: #203C89; }

.p-dates-school__item:hover .p-dates-school__item-title, .p-dates-school__item:hover .p-dates-school__item-date { color: #fff; }

.p-dates-school__item:hover .p-dates-school__item-icon path { fill: #fff; }

.p-dates-school__item--closed { pointer-events: none; }

.p-dates-school__item--closed .open { display: none; }

.p-dates-school__item--closed .closed { display: inline-block; }

.p-dates-school__item--closed .p-dates-school__item-title, .p-dates-school__item--closed .p-dates-school__item-date { color: rgba(28, 28, 28, 0.5); }

.p-dates-school__item--closed .p-dates-school__item-icon path { fill: rgba(28, 28, 28, 0.5); }

.p-dates-programs { margin-top: 4.16667vw; }

.p-dates-programs__title { margin-bottom: 0.625vw; }

.p-dates-programs__desc { font-size: 1.14583vw; font-weight: 500; line-height: 1.2; letter-spacing: -0.01em; margin-bottom: 1.66667vw; opacity: .5; }

.p-dates-programs__content { padding: 1.25vw; border-radius: 0.625vw; background: rgba(32, 60, 137, 0.04); }

.p-dates-programs__content-title { font-size: 1.35417vw; font-weight: 600; line-height: 1.1; letter-spacing: -0.015em; margin-bottom: 1.25vw; }

.p-dates-programs__content-title--accent { color: #203C89; }

.p-dates-programs__item { padding: 1.25vw; background: #fff; border-radius: 0.625vw; border: 1px solid rgba(28, 28, 28, 0.16); }

.p-dates-programs__item-wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.625vw; }

.p-dates-programs__item-title { position: relative; font-weight: 600; font-size: 1.45833vw; line-height: 1.1; letter-spacing: 0.01em; color: #203C89; margin-bottom: 1.66667vw; }

.p-dates-programs__item-date { font-size: 0.9375vw; font-weight: 500; line-height: 1.4; }

.p-dates-holidays { padding-top: 4.16667vw; }

.p-dates-holidays__content { display: flex; gap: 1.04167vw; }

.p-dates-holidays__left, .p-dates-holidays__right { flex: 1 0 49%; display: flex; flex-direction: column; overflow: hidden; }

.p-dates-holidays__right { flex-direction: row; gap: 1.04167vw; }

.p-dates-holidays__list { padding: 0; margin: 0; list-style-type: none; display: flex; flex-direction: column; gap: 0.625vw; }

.p-dates-holidays__list-title { font-size: 1.35417vw; font-weight: 600; line-height: 1.1; letter-spacing: -0.015em; color: #203C89; margin-bottom: 2.60417vw; }

.p-dates-holidays__list-item { position: relative; font-size: 0.9375vw; font-weight: 500; letter-spacing: -0.02em; line-height: 1.4; padding-left: 1.04167vw; }

.p-dates-holidays__list-item:before { content: ''; position: absolute; top: 0.41667vw; left: 0; width: 0.41667vw; height: 0.41667vw; background: #203C89; border-radius: 50%; }

.p-dates-holidays__list-wrap { flex: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 1.25vw; border: 1px solid #D6D6D6; border-radius: 0.625vw; }

.p-dates-holidays__slider { height: 100%; }

.p-dates-holidays__slider:before { content: ''; position: absolute; bottom: -1.04167vw; left: 0; right: 0; width: 100%; height: 7.39583vw; background: linear-gradient(180deg, rgba(28, 28, 28, 0) 28%, #1c1c1c 100%); z-index: 5; }

.p-dates-holidays__slider-wrap { position: relative; flex: 1; border-radius: 0.625vw; overflow: hidden; }

.p-dates-holidays__slider-wrap .p-dates-holidays__slider-pagination { bottom: 1.82292vw; height: 0.52083vw; display: flex; align-items: center; justify-content: center; gap: 0.41667vw; }

.p-dates-holidays__slider-wrap .p-dates-holidays__slider-pagination .swiper-pagination-bullet { width: 0.41667vw; min-width: 0.41667vw; height: 0.41667vw; background: transparent; border: 1px solid #fff; margin: 0; opacity: 1; transition: all .15s ease-in-out; border-radius: 50%; backdrop-filter: blur(0.41667vw); }

.p-dates-holidays__slider-wrap .p-dates-holidays__slider-pagination .swiper-pagination-bullet-active { background: #fff; box-shadow: 0 0 0 1px #fff; }

.p-dates-holidays__slider-item { position: relative; }

.p-dates-holidays__slider-item-img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.p-dates-holidays__slider-arrows { position: absolute; bottom: 1.25vw; left: 0; right: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 1.25vw; z-index: 12; }

.p-dates-holidays__slider-arrows-prev, .p-dates-holidays__slider-arrows-next { display: flex; align-items: center; justify-content: center; width: 5.20833vw; height: 1.66667vw; border-radius: 0.41667vw; border: 1px solid #fff; backdrop-filter: blur(0.41667vw); }

.p-dates-holidays__slider-arrows-prev-icon, .p-dates-holidays__slider-arrows-next-icon { position: relative; width: 2.55208vw; height: 0.41667vw; }

.p-dates-holidays__slider-arrows-prev-icon { left: -1px; }

.p-dates-holidays__slider-arrows-next-icon { right: -1px; }
