

/* Start:/bitrix/templates/unlimtech/vendor/calendar/css/quick-events.css?176527324119355*/
/* Calendar */
.calendar-table a {
	text-decoration: none !important;
}

.day--disabled {
	color: rgba(152, 160, 166, 0.6);
	/* background-color: #ffffff; */
	background: #FAFAFA;
	/* background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f9f9fa' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E"); */
	cursor: not-allowed;
}

.calendar-table a:hover {
	text-decoration: none !important;
}
.section-body a {
	text-decoration: none !important;
}
.section-body a:hover {
	text-decoration: none !important;
}
.quick-events .events-calendar {
	-webkit-box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}
.quick-events .events-calendar .calendar-header {
	padding: 20px;
    float: left;
    width: 100%;
    box-sizing: border-box;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}
.quick-events .events-calendar .calendar-header .current-date {
	float: left;
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	width: fit-content;
	background: #F4F4F5;
}
.quick-events .events-calendar .calendar-header .current-date span {
	color: #f21e4e;
	margin-left: 3px;
}
.quick-events .events-calendar .calendar-header .nav-time {
	float: right;
}
.quick-events .events-calendar .calendar-header .nav-time .btn-change-date {
	border: 1px solid #f21e4e;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 10px;
	padding: 5px 10px;
    background: #f21e4e;
    color: #fff;
	cursor: pointer;
	font-size: 15px;
}
.quick-events .events-calendar .calendar-header .nav-time .btn-change-date:first-child {
	margin-left: 0;
}
.quick-events .events-calendar .calendar-header .nav-time .btn-change-date:hover {
	background: #fff;
	border: 1px solid #f21e4e;
	color: #f21e4e;
}
.quick-events .events-calendar .calendar-header .nav-time .btn-change-date#current {
	font-size: 15px;
}
.quick-events .events-calendar .calendar-table {
	width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
}
.quick-events .events-calendar .calendar-table tr th, 
.quick-events .events-calendar .calendar-table tr td {
	padding: 12px;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;

}
.quick-events .events-calendar .calendar-table tr th:last-child,
.quick-events .events-calendar .calendar-table tr td:last-child {
	border-right: none;
}
.quick-events .events-calendar .calendar-table tr th {
	text-align: center;
	 background: #e9ecf4;
	font-size: 15px;
}
.quick-events .events-calendar .calendar-table .calendar-day {
	width: 14.2%;
	height: 70px;
	padding: 6px 12px 14px 12px;
	text-align: right;
	line-height: 20px;
	position: relative;
}
.quick-events .events-calendar .calendar-table .calendar-day .day-num {
	font-size: 15px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
}
.quick-events .events-calendar .calendar-table .calendar-day.weekend .day-num {
	color: #f21e4e;
}
/*.quick-events .events-calendar .calendar-table .calendar-day.today {
	padding-right: 6px;
}*/
.quick-events .events-calendar .calendar-table .calendar-day.today .day-num {
	color: #fff;
    background: #f21e4e;
    border-radius: 100%;
    width: 22px; 
    font-size: 14px;
    text-align: center;
}
.quick-events .events-calendar .calendar-table .calendar-day .event-title {
	color: #ffffff;
	background: #567BD2;
	font-size: 11px;
	margin-top: 6px;
	text-align: left;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	line-height: 20px;
	padding: 0 10px;
	cursor: pointer;
}
.quick-events .events-calendar .calendar-table .calendar-day .event-title.hidden-title-first {
	opacity: 0;
    visibility: hidden;
	margin-right: -13px;
}
.quick-events .events-calendar .calendar-table .calendar-day .event-title.hidden-title {
	opacity: 0;
	visibility: hidden;
}
.quick-events .events-calendar .calendar-table .calendar-day .event-title span {
	font-size: 11px;
	line-height: 20px;
}
.quick-events .events-calendar .calendar-table .calendar-day .event-title.middle-day-today {
	/*margin-left: -13px;
	margin-right: -13px;*/
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.quick-events .events-calendar .calendar-table .calendar-day .event-title.middle-day-today span {
	margin-right: 14px;
}
.quick-events .events-calendar .calendar-table .calendar-day .event-title.no-name {
	opacity: 0;
	visibility: hidden;
}
/*.quick-events .events-calendar .calendar-table .calendar-day .event-title.color-1, .event-title.color-2, .event-title.color-3, .event-title.color-4, .event-title.color-5 {
	background: #186db3;
}*/
.quick-events .events-calendar .calendar-table .calendar-day .event-title.color-8 {
	background: transparent;
	color: #000;
}
/*IT*/
.quick-events .events-calendar .calendar-table .calendar-day .event-title.color-1 {
	background: #464850;
	color: #ffffff !important;
}
/*RTS*/
.quick-events .events-calendar .calendar-table .calendar-day .event-title.color-2 {
	background: #6f2575;
	color: #ffffff !important;
}
/*FTI*/
.quick-events .events-calendar .calendar-table .calendar-day .event-title.color-3 {
	background: #b1a649;
	color: #ffffff !important;
}
/*KBISP*/
.quick-events .events-calendar .calendar-table .calendar-day .event-title.color-4 {
	background: #0b5d7d;
	color: #ffffff !important;
}
/*TXT*/
.quick-events .events-calendar .calendar-table .calendar-day .event-title.color-5 {
	background: #ad729f;
	color: #ffffff !important;
}
/*IK*/
.quick-events .events-calendar .calendar-table .calendar-day .event-title.color-6 {
	background: #027243;
	color: #ffffff !important;
}
/*ITU*/
.quick-events .events-calendar .calendar-table .calendar-day .event-title.color-7 {
	background: #cd5a36;
	color: #ffffff !important;
}
.quick-events .events-calendar .calendar-table .calendar-day .event-title.first-day {
	margin-right: -13px;
	-moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}
.quick-events .events-calendar .calendar-table .calendar-day .event-title.middle-day {
	/*margin-left: -13px;
	margin-right: -13px;*/
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.quick-events .events-calendar .calendar-table .calendar-day .event-title.middle-day span {
	/*opacity: 0;*/
	margin-right: 14px;
}
.quick-events .events-calendar .calendar-table .calendar-day .event-title.middle-day-0 {
	/*margin-left: -13px;
	margin-right: -13px;*/
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.quick-events .events-calendar .calendar-table .calendar-day .event-title.middle-day-0 span {
	margin-right: 14px;
}
.quick-events .events-calendar .calendar-table .calendar-day .event-title.last-day {
	/*margin-left: -13px;*/
	-moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}
.quick-events .events-calendar .calendar-table .calendar-day .event-title.last-day span {
	/*opacity: 0;*/
}
.quick-events .events-calendar .calendar-table .calendar-day .event-title.last-day-today {
	/*margin-left: -13px;*/
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}
.quick-events .events-calendar .calendar-table .calendar-day .event-title.last-day-today span {
	margin-right: 14px;
}

/* Compact Calendar */
.quick-events .events-calendar.compact .calendar-header {
	position: relative;
}
.quick-events .events-calendar.compact .calendar-header .current-date {
	float: none;
	font-size: 18px;
	line-height: 20px;
	text-align:center;
}
.quick-events .events-calendar.compact .calendar-header .nav-time {
	float: none;
	position: absolute;
	left: 15px; 
	top: 50%;
 	transform: translateY(-50%);
}
.quick-events .events-calendar.compact .calendar-header .nav-time.right {
	left: auto;
	right: 15px;
}
.quick-events .events-calendar.compact .calendar-header .nav-time .btn-change-date {
	margin-left: 6px;
	line-height: 30px;
}
.quick-events .events-calendar.compact .calendar-header .nav-time .btn-change-date:first-child {
	margin-left: 0;
}
.quick-events .events-calendar.compact .calendar-table tr th {
	font-size: 14px;
	padding: 6px;
}
.quick-events .events-calendar.compact .calendar-table .calendar-day {
	text-align: center;
	height: 36px;
    padding: 10px 0;
}
.quick-events .events-calendar.compact .calendar-table .calendar-day.today {
	background: #f5f5f5;
}
.quick-events .events-calendar.compact .calendar-table .calendar-day .day-num {
	height: auto;
	line-height: normal;
}
.quick-events .events-calendar.compact .calendar-table .calendar-day.today .day-num {
	background: none;
	color: inherit;
	border-radius: 0;
    width: auto;
    font-size: 15px;
    padding-top: 0;
}
.quick-events .events-calendar.compact .calendar-table .calendar-day .event-mark {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #f21e4e;
	margin: 3px auto;
	cursor: pointer;
}

/* Events List */
.quick-events .events-list .event-item {
	-webkit-box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
.quick-events .events-list.compact .event-item,
.quick-events .events-list.grid .event-item {
	padding: 0;
}
.quick-events .events-list .event-item .event-image {
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    cursor: pointer;
}
.quick-events .events-list.compact .event-item .event-image,
.quick-events .events-list.grid .event-item .event-image {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.quick-events .events-list .event-item .event-image img {
	width: 100%;
    border-radius: 10px;
}
.quick-events .events-list.compact .event-item .event-image img,
.quick-events .events-list.grid .event-item .event-image img {
	border-radius: 0;
}
.quick-events .events-list .event-item .event-info {
	-ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 20px;
    box-sizing: border-box;
}
.quick-events .events-list.compact .event-item .event-info,
.quick-events .events-list.grid .event-item .event-info {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px;
}
.quick-events .events-list .event-item .event-info .event-title {
	font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #454360;
    margin-top: -3px;
    margin-bottom: 8px;
    cursor: pointer;
}
.quick-events .events-list .event-item .event-info .event-meta {
	font-size: 14px;
	line-height: 20px;
    color: #8b88b1;
    margin-bottom: 5px;
}
.quick-events .events-list .event-item .event-info .event-meta > div {
	margin-bottom: 3px;
}
.quick-events .events-list .event-item .event-info .event-meta i {
	margin-right: 8px;
}
.quick-events .events-list .event-item .event-info .event-intro {
	font-size: 15px;
    line-height: 22px;
}

/* Events Grid */
.quick-events .events-list.grid {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.quick-events .events-list.grid .event-item-wrap {
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

/* Popup */
.my-mfp-zoom-in.mfp-bg {
	background: #000;
	opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.my-mfp-zoom-in.mfp-bg.mfp-removing {
	opacity: 0;
}
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
	background: #fff;
	max-width: 500px;
	height: 650px;
	overflow-y: auto;
    margin: 0 auto;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
	opacity: 0;
}
.my-mfp-zoom-in .zoom-anim-dialog .mfp-close {
	color: #fff;
    opacity: 1;
}
.my-mfp-zoom-in .zoom-anim-dialog .event-item {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 40px;
}
.my-mfp-zoom-in .zoom-anim-dialog .event-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.my-mfp-zoom-in .zoom-anim-dialog .event-item .event-image img {
	width: 100%;
}
.my-mfp-zoom-in .zoom-anim-dialog .event-item .event-info {
	padding: 20px;
}
.my-mfp-zoom-in .zoom-anim-dialog .event-item .event-info .event-title {
	font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #454360;
    margin-top: -3px;
    margin-bottom: 10px;
}
.my-mfp-zoom-in .zoom-anim-dialog .event-item .event-info .event-meta {
	font-size: 14px;
	line-height: 20px;
    color: #8b88b1;
    margin-bottom: 8px;
}
.my-mfp-zoom-in .zoom-anim-dialog .event-item .event-info .event-meta > div {
	margin-bottom: 3px;
}
.my-mfp-zoom-in .zoom-anim-dialog .event-item .event-info .event-meta i {
	margin-right: 10px;
}
.my-mfp-zoom-in .zoom-anim-dialog .event-item .event-info .event-intro {
	font-size: 15px;
    line-height: 22px;
}
.my-mfp-zoom-in .zoom-anim-dialog .event-item .event-info .event-intro p {
	margin-bottom: 10px;
}

.month-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    /* padding: 10px 0; */
}

.nav-arrow {
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    padding: 0;
    user-select: none;
    transition: color 0.2s;
	background: #F4F4F5;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 34px;
	color: #0066cc;
}
.nav-arrow.prev-month {
	border-radius: 10px 0 0 10px;
}
.nav-arrow.next-month {
	border-radius: 0 10px 10px 0;
}
.current-date {
    margin: 0;
    min-width: 200px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.view-options {
	display: flex;
	align-items: center;
}
.view-option {
	padding: 4px 16px;
	background: transparent;
	color: #000;
	font-weight: 400;
	line-height: 140%;
	font-size: 16px;
	border: none;
	border-radius: 10px;
	cursor: pointer;
}
.view-option.active {
	color: #fff;
	background: #DC2626;
}
.navigation-container {
	display: flex;
}




.day-view {
    width: 100%;
}

.day-timeline {
    border: 1px solid #eee;
    border-radius: 4px;
}

.time-slot {
    display: flex;
    border-bottom: 1px solid #eee;
    min-height: 60px;
}

.time-slot:last-child {
    border-bottom: none;
}

.time-label {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 80px;
    padding: 10px;
    text-align: right;
    font-weight: bold;
    background: #f9f9f9;
}

.day-timeline .time-slot:last-child .time-label {
    border-radius: 0 0 0 15px;
}

.time-events {
    flex: 1;
    padding: 10px;
}

.day-timeline {
	display: flex;
	flex-direction: column;
}

.day-event {
    display: block;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
	background-color: transparent;
}

.day-event:hover {
    background-color: #f5f5f5;
}

.event-time {
    font-weight: bold;
    margin-bottom: 3px;
    color: #666;
}

.event-title {
    margin-bottom: 3px;
}

.event-location {
    font-size: 0.9em;
    color: #777;
}

/* Общие стили для ячеек с событиями */
.has-events {
    background-color: rgba(82, 197, 206, 0.1) !important;
	border-top: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
    position: relative;
}

/* Для месячного календаря */
.calendar-day.has-events {
    background-color: rgba(82, 197, 206, 0.1);
	border-top: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
}

/* Для недельного календаря */
.calendar-table .has-events {
    background-color: rgba(82, 197, 206, 0.1);
	border-top: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
}

/* Для дневного календаря */
.day-timeline .has-events .time-events {
    background-color: rgba(82, 197, 206, 0.1);
	border-left: 3px solid #5FC1CF !important;
	/* border-top: 1px solid #dee2e6 !important; */
    /* border-right: 1px solid #dee2e6 !important; */
}


.has-events {
	border-left: 3px solid #5FC1CF !important;
    background-color: rgba(82, 197, 206, 0.1) !important; /* #52C5CE1A с прозрачностью 90% */
    position: relative;
}
.day-timeline .has-events {
	border-left: none !important;
}
.time-slot.disabled-message {
	display: flex;
	align-items: center;
	justify-content: center;
}




/* Responsive */
@media screen and (max-width: 991px) {
	/* Events list */
	.quick-events .events-list .event-item .event-image {
		-ms-flex: 0 0 40%;
	    flex: 0 0 40%;
	    max-width: 40%;
	}
	.quick-events .events-list .event-item .event-info {
	    -ms-flex: 0 0 60%;
	    flex: 0 0 60%;
	    max-width: 60%;
	}

	/* Events grid */
	.quick-events .events-list.grid .event-item-wrap {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
}
@media screen and (max-width: 767px) {
	/* Events list */
	.quick-events .events-list .event-item {
		padding: 0;
	}
	.quick-events .events-list .event-item .event-image {
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.quick-events .events-list .event-item .event-image img {
		border-radius: 0;
	}
	.quick-events .events-list .event-item .event-info {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    padding: 20px;
	}

	/* Events grid */
	.quick-events .events-list.grid .event-item-wrap {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
}
@media screen and (max-width: 414px) {
	/* Compact Calendar */
	.quick-events .events-calendar.compact .calendar-header .current-date {
		font-size: 14px;
	}
}
/* End */


/* Start:/bitrix/templates/unlimtech/components/bitrix/system.pagenavigation/uikit/style.css?16932592952557*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #196bb1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #196bb1;
	color: #000;
}

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #196bb1;
	color: #fff;
}

/* End */
/* /bitrix/templates/unlimtech/vendor/calendar/css/quick-events.css?176527324119355 */
/* /bitrix/templates/unlimtech/components/bitrix/system.pagenavigation/uikit/style.css?16932592952557 */
