.d-flex {
	display: flex;
}

main.content {
	display: flex;
	flex-direction: column;
}
main.content p {
	margin: 1em 0;
}
.block-right {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
}
.block-right_toggle-off {
	height: unset;
}
.block-right__toggle {
	display: none;
}


.scrolled_h {
	width: 100%;
  overflow-x: auto;
	cursor: move;
}
.scrolled_h > table {
	max-width: 9999em;
	margin-top: 20px;
	/*font-size: 80%;*/
}
.scrolled_h__top-scroll {
  position: absolute;
  height: 20px;
  overflow-x: auto;
}
.fake-scroll {
	height: 1px;
}

.table {
    font-size: 75%;
}


.page-wrapper {
	padding-top: 0;
	margin-top: 0;
}


/* header */
.block-page.block-header {
	left: 0px;
  right: 0px;
  position: sticky;
  top: 0;
  margin: 0;
}
.block-header__phones {
	margin-top: 10px;
}

.block-header__see {
	margin-top: 8px;
	line-height: 1;
}
.block-header__logo-img {
	float: left;
}
.block-header__logo-img_30 {
	height: 39px;
	width: 196px;
  margin-top: -5px;
}
.block-header__logo-text {
	float: left;
	line-height: 1em;
	margin: 5px 0 0 10px;
	padding-left: 10px;
	border-left: 1px solid #ef0032;
	color: #1E30AA;
	text-transform: uppercase;
}

.menu-top {
	margin-top: 0;
}


/* Слайдер на главной */
.home-top__b1 {
	padding: 95px 0 30px;
	box-shadow: 0 3px 16px rgba(0,0,0,0.5);
	background: url('//synergy.ru/assets/upload/v4/bg/home-top__2.jpg') no-repeat center top / cover;
}
.home-top__b1__h1 {
	margin-bottom: 0;
	padding-top: 88px;
	color: #fff;
	font-size: 56px;
	font-weight: 900;
	line-height: 1em;
	text-align: right;
  text-transform: uppercase;
}
.home-top__b1__h1-small {
	display: block;
	font-size: 44px;
	line-height: .7em;
}

.home-top__b1__trigger {
	display: block;
	border-bottom: 1px solid;
	padding: 14px 0;
	color: #fff;
	font-size: 20px;
	line-height: .8em;
	text-transform: uppercase;
}
.home-top__b1__trigger:first-child {
	border-top: 1px solid;
}
.home-top__b1__trigger strong {
	font-weight: 800;
}
.home-top__b1__btn {
	width: 100%;
	padding: 16px 70px;
	margin-top: 14px;
	font-size: 18px;
	line-height: 1.15em;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.home-top__b1__h1 {
		padding-top: 56px;
	}
}

@media (max-width: 991px) {
	.home-top__b1__h1 {
		margin-bottom: 1em;
		padding-top: 0;
		text-align: center;
	}
	.home-top__b1__h1-small	{
		line-height: 1em;
	}
}

@media (max-width: 767px) {
	.page-wrapper {
		padding-top: 0;
	}
	.home-top__b1 {
		padding-top: 145px;
	}
}

@media (max-width: 575px) {
	.home-top__b1__h1 {
		font-size: 35px;
	}
	.home-top__b1__h1-small {
		font-size: 30px;
	}
}


.block-slider__form {
	padding: 30px 0;
}

/* news */
.block-news__region .block-news__today-photo {
	height: auto;
	background: none;
}
.block-news__header {
	margin-bottom: 2rem;
	font-size: 36px;
}
@media (min-width: 992px) {
	.header-bzl {
		display: block;
		font-size: 26px;
	}
}
@media (min-width: 1200px) {
	.header-bzl {
		font-size: 32px;
	}
}


/* footer */
.block-footer__logo {
	margin-top: 0;
}

.capture-form__privacy-checkbox {
	vertical-align: top;
}

.fullnav__contacts-text {
	max-width: 90%;
}
.fullnav__contacts-icon-container {
	vertical-align: top;
}
.fullnav__contacts-icon-container_margin-left {
	margin-left: 0;
}
.fullnav__block-menu-item_level-1 > a {
	color: #4099ff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.4em;
	font-weight: 700;
}


.fullnav__nav_has-search {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


/* page-kopiya-raspisanie */
.content table {
	width: auto !important;
}
.content table td,
.content table th {
	width: auto !important;
	padding: 1rem;
	border: 1px solid #c7c9d2;
	white-space: normal;
}
.content table p {
	margin: 0 !important;
}
.page-kopiya-raspisanie table td {
	text-align: left !important;
	vertical-align: middle !important;
}


/* Карточки рограмм */
.card-program__level {
	margin-top: 0 !important;
}

/* Крошки */
.breadcrumb {
  margin-top: 2rem;
}

/* Таблицы по годам */
.scrolled-wrapper {
	margin: 0;
}
.scrolled-wrapper > table {
	margin: 36px auto;
}

.table-btns {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0;
}
.table-btns button {
    padding: 12px 20px;
    border: none;
    border-radius: 3px;
    background-color: #1060d8;
    line-height: 18px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.table-btns button.--active {
    background-color: #e33246;
  }
}