.homepage-content {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

/* Bootstrap: html { font-size: 62.5% } — Tailwind rem на главной становится ~60% меньше внутренних страниц */
html.index-page {
  font-size: 100%;
}

body.index {
  font-size: 16px;
  line-height: 1.5;
}

body.index header .description {
  font-size: 16px;
  line-height: 28px;
}

body.index .homepage-content .container {
  max-width: 1520px !important;
padding: 0 40px !important; 
 width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

body.index .ag-footer-legal {
  max-width: 1520px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

@media (max-width: 767px) {
  body.index .ag-footer-legal {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

body.index .main-block .big-banner {
  min-height: 200px;
}

@media (min-width: 1280px) {
  body.index .main-block .big-banner {
    min-height: 420px;
  }
}

body.index section.programs,
body.index section.exposition,
body.index section.authors,
body.index section.interviews,
body.index section.news {
  content-visibility: auto;
  contain-intrinsic-size: auto 480px;
}

.INFOBLOCK_INDEX .img {
  padding: 0 0 80px 0;
}

.INFOBLOCK_INDEX .img img {
  bottom: 80px !important;
}

.INFOBLOCK_INDEX .item-views .item {
  min-height: 500px !important;
  max-height: 800px !important;
}

.center.book a{
	display: block;
	background: #fff;
	text-align: center;
	padding: 15px 10px 10px;
	border-radius: 20px;
}
.center.book a img{
	margin: 0 auto;
}
.swiper-wrapper .orange{
	border-radius: 15px;
	background: #ff3b01;
	color: #fff;
	line-height: 20px;
	padding: 10px 15px;
	display: inline-block;
	max-width: 250px;
}

section.py-10.xl\:py-20{
	padding-top: 20px !important;
}
.row.indent10{margin:0px -10px;}

.orange, .orange:before{
	background: #ff3b01 !important;
}

/* Главная: мобильная вёрстка */
body.index {
	overflow-x: hidden;
}

@media (max-width: 767px) {
	body.index .main-block > .container {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	body.index .main-block a.group {
		padding: 16px 20px !important;
		line-height: 1.35 !important;
	}

	body.index .big-banner .swiper-button-prev,
	body.index .big-banner .swiper-button-next {
		display: none !important;
	}

	body.index .big-banner .swiper-slide {
		min-height: 260px;
	}

	body.index section.authors .swiper-slide {
		padding-top: 7rem !important;
	}

	body.index section.authors .swiper-slide .absolute.-top-43 {
		top: -5rem !important;
	}

	body.index section.exposition .swiper-wrapper.w-10\/12 {
		width: 100% !important;
	}
}

@media (max-width: 770px) {
	#fixed{
		position: relative;
	}
	.swiper-wrapper .orange{
		font-size: 14px;
		max-width: 100%;
		padding: 5px 15px;
		line-height: 10px;
	}
}

footer .copy,
footer:not(.footer_v12) .info {
	padding: 0px 0 0px;
	max-width: 25%;
}

footer .info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 24px;
	max-width: 25%;
}

@media (max-width: 1023px) {
	footer .copy,
	footer:not(.footer_v12) .info,
	footer .info {
		max-width: 100% !important;
	}
}
