

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1706280784675*/
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:/local/templates/nvgrd_b/css/centr.css?17742704382532*/
.centr {
  position: relative;
  padding-bottom: 5rem;
}

.centr .d-flex {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.centr-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0.6265rem;
  padding-right: 0.625rem;
  padding-top: 3.125rem;
}

.centr-left_block {
  padding-top: 2.5rem;
}

.centr-left_block .d-flex {
  row-gap: 1.875rem;
}

.centr-left_block .bx {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.centr-more {
  padding-top: 2.5rem;
  text-align: center;
}

.centr-right {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.centr-right_block {
  padding-top: 2.5rem;
}

.centr-right_item {
  border-top: 1px solid rgba(14, 33, 86, 0.2);
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 101px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.centr-right_item:last-child {
  border-bottom: 1px solid rgba(14, 33, 86, 0.2);
}

.centr-right_item a {
  width: 100%;
  display: block;
}

.centr-right_bx {
  padding-top: 2.5rem;
}

.centr-right_bx .phone, .centr-right_bx .email {
  color: #0E2156;
  font-weight: 400;
  font-size: 1.125rem;
}

.centr-right_bx .phone a, .centr-right_bx .email a {
  color: #0E2156;
  font-weight: 400;
  font-size: 1.125rem;
}

.centr-right_bx .email {
  margin-top: 7px;
}

.centr-right_bx .email a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

@media (min-width: 576px) {
  .centr-left_block {
    padding-top: 3.125rem;
  }
  .centr-left_block .bx {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .centr-right_block {
    padding-top: 3.125rem;
  }
}

@media (min-width: 1200px) {
  .centr-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67%;
            flex: 0 0 67%;
    max-width: 67%;
    padding-top: 0;
  }
  .centr-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29%;
            flex: 0 0 29%;
    max-width: 29%;
    /*padding-top: 1.5rem;*/
  }
}
/*# sourceMappingURL=centr.css.map */
/* End */


/* Start:/local/templates/nvgrd_b/css/press-centr.css?17518902263187*/
.press-centr {
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
}

.press-centr_top .bx {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.press-centr_top .bx:first-child {
  margin-bottom: 1.875rem;
}

.press-centr_block {
  padding-top: 1.875rem;
}

.press-centr_slider {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.press-centr_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.press-centr_slider .bx {
  padding-left: 0.625rem;
  padding-right: 0.652rem;
  height: inherit;
}

.press-centr_slider .slick-list {
  padding: 10px 0;
}

.press-centr_cart {
  height: 100%;
  min-height: 400px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.press-centr_cart .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.press-centr_cart .image.bg:before
{
	content: ' ';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(25,37,81,0.7);	
	width: 100%;
	height: 100%;
}

.press-centr_cart .image img {
  opacity: 0;
  visibility: hidden;
}

.press-centr_cart-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 1.5rem 0.9375rem 1.5rem 0.9375rem;
}

.press-centr_cart.curr .date {
  background-color: #fff;
  color: #0E2156;
}

.press-centr_cart.curr .txt {
  color: #fff;
}

.press-centr_cart.curr .link {
  color: #fff;
}

.press-centr_cart.curr .link::after {
  background-color: #fff;
}

.press-centr_cart .date {
  min-width: 115px;
  text-align: center;
  padding: 4px 12px 6px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: -0.28px;
  color: #fff;
  background-color: #0E2156;
  display: inline-block;
}

.press-centr_cart .txt {
  letter-spacing: -0.48px;
  font-weight: 400;
  font-size: 1rem;
  color: #0E2156;
  margin-top: 1.875rem;
}

.press-centr_cart-bx:first-child {
  padding-bottom: 1.875rem;
}

.press-centr_bottom {
  padding-top: 1.875rem;
}

@media (min-width: 768px) {
  .press-centr {
    padding-top: 3.75rem;
    padding-bottom: 6.5rem;
  }
  .press-centr_top .bx {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    max-width: initial;
  }
  .press-centr_top .bx:first-child {
    margin-bottom: 0;
  }
  .press-centr_block {
    padding-top: 3.75rem;
  }
  .press-centr_cart-flex {
    padding-left: 1.5rem;
    padding-right: 3.125rem;
  }
}

@media (min-width: 1200px) {
  .press-centr_cart .txt {
    font-size: 1.5rem;
  }
}
/*# sourceMappingURL=press-centr.css.map */
/* End */


/* Start:/local/templates/nvgrd_b/components/bitrix/news.list/calendar/style.css?177427530513807*/
.calendar {

	margin-bottom: 40px;
	padding-left: 0.625rem;
	padding-right: 0.625rem;

	* {
		font-family: 'Montserrat';
	}

	.mont_line_right {
		cursor: pointer;
	}

	.mont_line {
		cursor: pointer;
	}

	.calendar-grid {
		transition: opacity 0.25s ease;
	}

	.calendar-grid.fade-out {
		opacity: 0;
	}

	.calendar-grid.fade-in {
		opacity: 1;
	}

	.day {
		transition: transform 0.15s ease, background 0.15s ease;
	}

	.animate-day {
		animation: selectPop 0.25s ease;
	}

	@keyframes selectPop {
		0% {
			transform: scale(0.7);
		}

		60% {
			transform: scale(1.15);
		}

		100% {
			transform: scale(1);
		}
	}


	.day.selected {
		border: 1px solid #0E2156;
		border-radius: 50%;
	}


	.event-dot {
		width: 6px;
		height: 6px;
		background: #0E2156;
		border-radius: 50%;
		display: block;
		margin: 4px auto 0 auto;
	}


	.calendar_title {
		opacity: 0;
		transition: opacity 0.35s ease;
		pointer-events: none;
		display: none;
	}

	.calendar_header_title {
		margin-bottom: 40px;
	}

	.calendar_header_title h1 {
		color: rgba(14, 33, 86, 1);
		font-weight: 500;
		font-size: 80px;
		line-height: 110%;
	}


	.calendar_flex {
		display: flex;
		align-items: flex-start;
		gap: 20px;
	}


	.calendar_block {
		min-width: 586px;
		background: #FFFFFF;
		border: 1px solid #C0C6D1;
		border-radius: 20px;
	}

	.calendar_info_block {
		align-items: center;
		text-align: center;
		padding: 30px;
	}

	.event-dot {
		width: 4px;
		height: 4px;
		background: #0E2156;
		border-radius: 50%;
		margin-top: 4px;
	}

	.calendar-header {
		text-align: center;
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 20px;

		display: flex;
		align-content: center;
		justify-content: space-around;
		align-items: center;
	}

	.month {
		color: rgba(14, 33, 86, 1);
		font-weight: 600;
		font-size: 24px;
	}

	.mont_line {
		padding: 10px 15px;
	}

	.mont_line_right {
		padding: 10px 15px;
	}

	.line {
		border-top: 1px solid rgba(192, 198, 209, 1);
		margin-bottom: 24px;
	}


	.calendar-grid {
		display: grid;
		grid-template-columns: repeat(7, 1fr);
		margin: 5px;
	}

	.day-name,
	.day-name-st {
		text-align: center;
		font-size: 18px;
		font-weight: 500;

		line-height: 23px;
	}

	.day-name {
		color: rgba(14, 33, 86, 1);
	}

	.day-name-st {
		color: rgba(21, 55, 149, 1);
	}

	.day {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		border-radius: 20px;
		font-size: 18px;
		margin-top: 26px;
		cursor: pointer;
		transition: 0.2s;
		font-weight: 400;
		line-height: 24px;
		position: relative;

	}

	.day .event-dot {
		position: absolute;
		bottom: -8px;
		left: 50%;
		transform: translateX(-50%);
	}

	/*.day:hover {
        background: #f0f0f0;
    }*/

	.other-month {
		color: rgba(124, 137, 163, 1);
	}


	.selected {
		background: rgba(14, 33, 86, 1);
		color: white;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 23px auto 0 auto;
		position: relative;
	}

	.selected .event-dot {
		background: #0E2156;
		bottom: -8px;
	}

	.day:hover:not(.selected) {
		/*background: #f0f0f0;*/
	}

	.calendar_title {
		min-width: 587px;
		padding: 28px;
		background: #FFFFFF;
		border: 1px solid #C0C6D1;
		border-radius: 20px;
	}

	.title_header {
		color: rgba(14, 33, 86, 1);
		font-weight: 600;
		font-size: 26px;
		margin-bottom: 24px;
		line-height: 100%;
	}

	.calendar_title_info {
		max-width: 531px;
	}

	.calendar_info {
		font-weight: 600;
		font-size: 24px;
		color: rgba(14, 33, 86, 1);
		margin-bottom: 22px;
		line-height: 130%;
	}

	.title_body {
		font-weight: 400;
		font-size: 22px;
		color: rgba(0, 0, 0, 1);
		line-height: 1.4;
		line-height: 130%;
		letter-spacing: 0%;
		margin-bottom: 50px;

	}

	/* ноутбук */
	@media (min-width: 1280px) and (max-width: 1919px) {

		.calendar_header_title {
			margin-bottom: 40px;
		}

		.calendar_header_title h1 {
			color: rgba(14, 33, 86, 1);
			font-weight: 500;
			font-size: 52px;
			line-height: 110%;
		}


		.calendar_flex {
			display: flex;
			align-items: flex-start;
			gap: 8px;
		}


		.calendar_block {
			min-width: 430px;
			background: #FFFFFF;
			border: 1px solid #C0C6D1;
			border-radius: 20px;

		}

		.calendar_info_block {
			align-items: center;
			text-align: center;
			padding: 30px;
			margin-bottom: 18px;
		}

		.event-dot {
			width: 4px;
			height: 4px;
			background: #0E2156;
			border-radius: 50%;
			margin-top: 4px;
		}

		.calendar-header {
			text-align: center;
			font-size: 18px;
			font-weight: 600;
			margin-bottom: 20px;
		}

		.month {
			color: rgba(14, 33, 86, 1);
			font-weight: 600;
			font-size: 24px;
		}

		.mont_line {
			/* margin-left: 69px; */
		}

		.mont_line_right {
			/* margin-right: 70px; */
		}

		.line {
			border-top: 1px solid rgba(192, 198, 209, 1);
			margin-bottom: 40px;
		}


		.calendar-grid {
			display: grid;
			grid-template-columns: repeat(7, 1fr);
			margin: -12px;
		}

		.day-name,
		.day-name-st {
			text-align: center;
			font-size: 18px;
			font-weight: 500;
			line-height: 23px;

		}

		.day-name {
			color: rgba(14, 33, 86, 1);
		}

		.day-name-st {
			color: rgba(21, 55, 149, 1);
		}

		.day {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			border-radius: 20px;
			font-size: 18px;
			margin-top: 25px;
			cursor: pointer;
			transition: 0.2s;
			font-weight: 400;
			line-height: 24px;
			position: relative;

		}

		.day .event-dot {
			position: absolute;
			bottom: -8px;
			left: 50%;
			transform: translateX(-50%);
		}

		.other-month {
			color: rgba(124, 137, 163, 1);
		}


		.selected {
			background: rgba(14, 33, 86, 1);
			color: white;
			width: 30px;
			height: 30px;
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			margin: 23px auto 0 auto;
			position: relative;
		}

		.selected .event-dot {
			background: #0E2156;
			bottom: -8px;
		}


		.calendar_title {
			min-width: 430px;
			padding: 30px;
			background: #FFFFFF;
			border: 1px solid #C0C6D1;
			border-radius: 20px;

		}

		.title_header {
			color: rgba(14, 33, 86, 1);
			font-weight: 600;
			font-size: 22px;
			margin-bottom: 46px;
			line-height: 100%;
		}

		.calendar_title_info {
			max-width: 370px;
		}

		.calendar_info {
			font-weight: 600;
			font-size: 22px;
			color: rgba(14, 33, 86, 1);
			margin-bottom: 21px;
			line-height: 130%;
		}

		.title_body {
			font-weight: 400;
			font-size: 18px;
			color: rgba(0, 0, 0, 1);
			line-height: 1.4;
			line-height: 130%;
			letter-spacing: 0%;
			margin-bottom: 69px;

		}

	}

	/* Для планшетов от 768px до 1279px */
	@media (min-width: 768px) and (max-width: 1279px) {

		.calendar_header_title {
			margin-bottom: 40px;
		}

		.calendar_header_title h1 {
			color: rgba(14, 33, 86, 1);
			font-weight: 500;
			font-size: 40px;
			line-height: 110%;
		}

		.calendar_flex {
			display: flex;
			align-items: flex-start;
			gap: 10px;
		}

		.calendar_block {
			min-width: 288px;
			background: #FFFFFF;
			border: 1px solid #C0C6D1;
			border-radius: 20px;
		}

		.calendar_info_block {
			align-items: center;
			text-align: center;
			padding: 16px;
			margin-bottom: 13px;
		}

		.event-dot {
			width: 4px;
			height: 4px;
			background: #0E2156;
			border-radius: 50%;
		}

		.calendar-header {
			display: flex;
			align-items: center;
			justify-content: center;
			text-align: center;
			font-size: 16px;
			font-weight: 600;
			margin-bottom: 10px;
		}

		.month {
			color: rgba(14, 33, 86, 1);
			font-weight: 600;
			font-size: 16px;
			margin: 0 62px;
		}

		.mont_line {
			margin-left: 0;
			display: flex;
			align-items: center;
		}

		.mont_line_right {
			margin-right: 0;
			display: flex;
			align-items: center;
		}

		.line {
			border-top: 1px solid rgba(192, 198, 209, 1);
			margin-bottom: 24px;
		}

		.calendar-grid {
			display: grid;
			grid-template-columns: repeat(7, 1fr);
			justify-items: center;
			align-items: center;
			margin: -5px;
		}

		.day-name,
		.day-name-st {
			text-align: center;
			font-size: 14px;
			font-weight: 500;
			line-height: 23px;
		}

		.day-name {
			color: rgba(14, 33, 86, 1);
		}

		.day-name-st {
			color: rgba(21, 55, 149, 1);
		}

		.day {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			border-radius: 20px;
			font-size: 14px;
			margin-top: 10px;
			cursor: pointer;
			transition: 0.2s;
			font-weight: 400;
			line-height: 24px;
			position: relative;
			width: 100%;
			max-width: 32px;
			aspect-ratio: 1;
		}

		.day .event-dot {
			position: absolute;
			bottom: -5px;
			left: 50%;
			transform: translateX(-50%);
		}

		.other-month {
			color: rgba(124, 137, 163, 1);
		}

		.selected {
			background: rgba(14, 33, 86, 1);
			color: white;
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			margin: 12px auto 0 auto;
			position: relative;
			width: 100%;
			max-width: 32px;
			aspect-ratio: 1;
		}

		.selected .event-dot {
			background: #0E2156;
			bottom: -5px;
		}


		.calendar_title {
			min-width: 440px;
			padding: 16px;
			background: #FFFFFF;
			border: 1px solid #C0C6D1;
			border-radius: 20px;

		}

		.title_header {
			color: rgba(14, 33, 86, 1);
			font-weight: 600;
			font-size: 16px;
			margin-bottom: 74px;
			line-height: 100%;
		}

		.calendar_title_info {
			max-width: 408px;
		}

		.calendar_info {
			font-weight: 600;
			font-size: 14px;
			color: rgba(14, 33, 86, 1);
			margin-bottom: 20px;
			line-height: 130%;
		}

		.title_body {
			font-weight: 400;
			font-size: 14px;
			color: rgba(0, 0, 0, 1);
			line-height: 1.4;
			line-height: 130%;
			letter-spacing: 0%;
			margin-bottom: 69px;

		}
	}

	/* для телефонов */
	@media (min-width: 320px) and (max-width: 767px) {
		.calendar {
			margin: 0 auto;
			width: fit-content;
			margin-bottom: 56px;
		}

		.calendar_header_title h1 {
			display: none;
		}

		.calendar_flex {
			display: flex;
			flex-direction: column;
			gap: 8px;
		}

		.calendar_block {
			min-width: 288px;
			background: #FFFFFF;
			border: 1px solid #C0C6D1;
			border-radius: 20px;
		}

		.calendar_info_block {
			align-items: center;
			text-align: center;
			padding: 16px;
			margin-bottom: 13px;
		}

		.event-dot {
			width: 4px;
			height: 4px;
			background: #0E2156;
			border-radius: 50%;
		}

		.calendar-header {
			display: flex;
			align-items: center;
			justify-content: center;
			text-align: center;
			font-size: 16px;
			font-weight: 600;
			margin-bottom: 10px;
		}

		.month {
			color: rgba(14, 33, 86, 1);
			font-weight: 600;
			font-size: 16px;
			margin: 0 62px;
		}

		.mont_line {
			margin-left: 0;
			display: flex;
			align-items: center;
		}

		.mont_line_right {
			margin-right: 0;
			display: flex;
			align-items: center;
		}

		.line {
			border-top: 1px solid rgba(192, 198, 209, 1);
			margin-bottom: 24px;
		}

		.calendar-grid {
			display: grid;
			grid-template-columns: repeat(7, 1fr);
			justify-items: center;
			align-items: center;
			margin: -5px;
		}

		.day-name,
		.day-name-st {
			text-align: center;
			font-size: 14px;
			font-weight: 500;
			line-height: 23px;
		}

		.day-name {
			color: rgba(14, 33, 86, 1);
		}

		.day-name-st {
			color: rgba(21, 55, 149, 1);
		}

		.day {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			border-radius: 20px;
			font-size: 14px;
			margin-top: 10px;
			cursor: pointer;
			transition: 0.2s;
			font-weight: 400;
			line-height: 24px;
			position: relative;
			width: 100%;
			max-width: 32px;
			aspect-ratio: 1;
		}

		.day .event-dot {
			position: absolute;
			bottom: -5px;
			left: 50%;
			transform: translateX(-50%);
		}

		/*.day:hover {
        background: #f0f0f0;
        border-radius: 50%;
    }*/
		.other-month {
			color: rgba(124, 137, 163, 1);
		}

		.selected {
			background: rgba(14, 33, 86, 1);
			color: white;
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			margin: 12px auto 0 auto;
			position: relative;
			max-width: 32px;
			aspect-ratio: 1;
		}

		.selected .event-dot {
			background: #0E2156;
			bottom: -5px;
		}


		.calendar_title {
			min-width: 290px;
			padding: 15px;
			background: #FFFFFF;
			border: 1px solid #C0C6D1;
			border-radius: 20px;
			/*display: flex;*/
			flex-direction: column;
		}

		.title_header {
			color: rgba(14, 33, 86, 1);
			font-weight: 600;
			font-size: 16px;
			margin-bottom: 20px;
			line-height: 100%;
		}

		.calendar_title_info {
			max-width: 258px;
			display: flex;
			flex-direction: column;
		}

		.calendar_info {
			font-weight: 600;
			font-size: 14px;
			color: rgba(14, 33, 86, 1);
			margin-bottom: 18px;
			line-height: 130%;
		}

		.title_body {
			font-weight: 400;
			font-size: 14px;
			color: rgba(0, 0, 0, 1);
			line-height: 130%;
			margin-bottom: 18px;
		}
	}

}
/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1706280784675 */
/* /local/templates/nvgrd_b/css/centr.css?17742704382532 */
/* /local/templates/nvgrd_b/css/press-centr.css?17518902263187 */
/* /local/templates/nvgrd_b/components/bitrix/news.list/calendar/style.css?177427530513807 */
