body {
	margin: 0;
	padding: 0;
	font-family: 'Philosopher', sans-serif;
}

img {
	display: block;
	max-width: 100%;
	object-fit: cover;
	height: auto;
}

.header {
	background: url(../img/fon.jpg) no-repeat center top / cover;
	background-attachment: fixed;
	height: 100vh;
	font-family: 'Philosopher', sans-serif;
	position: relative;
}

.container {
	margin: 0 auto;
	padding-left: 100px;
	padding-right: 100px;
}

h1,
h2,
h3 {
	margin: 0px;
	padding: 0px;
}

strong {
	margin: 0;
	padding: 0;
}

.welcome {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 100px 100px;
}

.welcome__first {
	font-size: 70px;
	padding: 0;
	margin: 0;
	color: #fff;
	margin-bottom: 30px;
}

.welcome__second {
	font-size: 100px;
	margin: 0;
	padding: 0;
	color: #0077ff;
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	width: fit-content;
	padding: 15px 30px;
	margin-bottom: 30px;
}

.welcome__img-wrapper {
	display: flex;
	justify-content: center;
}

.welcome__img {
	max-height: 60vh;
}

.flex {
	display: flex;
}

.title h1 {
	font-size: 42px;
	color: #e0d0d0;
}

.title {
	padding-top: 0px;
	font-family: 'Philosopher', sans-serif;
}

.title_fon {
	width: 100%;
	background: #82b4ff;
	height: 50px;
	position: fixed;
	top: 0;
	z-index: 100;
}

.archive {
	background: #a7caff;
	font-family: 'Cuprum', sans-serif;
}

.first {
	width: 60%;
}

.information {
	text-align: center;
}

.stack {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.stack-up {
	align-items: start;
	display: flex;
	justify-content: space-between;
}

.column {
	flex-direction: column;
}

.post {
	font-family: 'Philosopher', sans-serif;
	font-size: 200px;
	color: #ffffff;
	text-align: center;
}

.post-small {
	padding-top: 250px;
	font-family: 'Philosopher', sans-serif;
	font-size: 50px;
	color: #ffffff;
	text-align: center;
}

.intro {
	padding-top: 320px;
	margin-left: 70px;
	width: 780px;
	font-family: 'Philosopher', sans-serif;
	font-size: 130px;
	color: #ffffff;
	text-align: left;
}

.intro2 {
	padding-top: 820px;
	padding-right: 100px;
	font-size: 30px;
	color: #ffffff;
}

.section1 {
	font-family: 'Cuprum', sans-serif;
	background: #a7caff;
	padding-top: 40px;
}

.red {
	color: rgb(172, 2, 2);
}

/* afisha */
.afisha {
	background-color: #ffdede;
	padding: 50px 0;
}

.container-afisha {
	margin: 0 auto;
	padding: 20px 50px;
	max-width: 1000px;
	background-color: #fff;
	text-align: center;
}

.afisha__title {
	margin: 0;
	font-size: 50px;
	margin-bottom: 20px;
}

.afisha__descr {
	margin: 0;
	font-size: 50px;
	margin-bottom: 20px;
}

.afisha__info {
	margin: 0;
	font-size: 30px;
	margin-bottom: 20px;
}

.afisha__info-bg {
	margin: 0;
	font-size: 30px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: rgba(182, 0, 0, 0.2);
}


.afisha_work-list {
	padding: 0;
	width: 280px;
	margin: 0 auto;
	list-style: none;
	text-align: left;
	font-size: 15px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.red-info {
	color: red;
	font-size: 40px;
}

.block-info {
	padding: 0px 130px;
	font-size: 25px;
}

.afisha__summ {
	margin: 0 auto;
	width: fit-content;
	font-size: 60px;
	color: red;
	font-weight: bold;
	padding: 10px 20px;
	border: 1px solid red;
	margin-bottom: 30px;
}

.remains {
	font-size: 40px;
	color: black;
}

.afisha__daniil {
	background-color: rgba(100, 100, 100, .1);
	
}

.perevod {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 50px;
}

.perevod__descr {
	font-size: 20px;
	width: 750px;

}

.tel {
	text-decoration: none;
}

.tel:hover {
	color: red;
}

.afisha__link {
	text-decoration: none;
	color: rgb(68, 59, 116);
	margin: 0;
	font-size: 30px;
	margin-bottom: 20px;
}

.green {
	color: green;
}

.underline {
	position: relative;
}

.underline::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: red;
}

/* rasp  */
.container-rasp {
	margin: 0 auto;
	max-width: 800px;
}

.rasp-title {
	margin: 0;
	padding: 30px 15px;
	text-align: center;
}

.day {
	margin-bottom: 20px;
}

.day:last-child {
	padding-bottom: 30px;
	border-bottom: 1px solid #88aae9;
	margin-bottom: 50px;
}

.rasp-date {
	margin: 0;
	font-size: 24px;
	text-align: center;
	/* border-bottom: 1px solid gray; */
	background: rgb(233, 233, 233);
	margin: 0px 10px 15px;
	padding-bottom: 5px;
	font-weight: 200;
	color: rgb(97, 97, 97);
}

strong {
	color: black;
}

.day-part {
	font-size: 20px;
	margin: 0px 10px;
	align-items: center;
	margin-bottom: 7px;
}

.day-time {
	margin: 0;
	font-weight: 600;
	padding: 5px;
	background: rgb(203, 225, 255);
	margin-right: 15px;
	min-width: 50px;

}

.temp {
	min-width: 140px;
	background-color: #fdd0d0;
}

.day-descr {
	margin: 0;
}

.red-text {
	margin: 0;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	color: red;
}

.red-cell {
	background-color: #ff0000;
	color: #ffd0d0;
}

.white-text {
	color: #fff;
}

.stack-title {
	margin-bottom: 20px;
	color: black;
}

.rasp {
	margin-bottom: 50px;
}

/* audio  */

.first {
	padding: 15px;
	border: 1px solid red;
	margin-bottom: 35px;
}
.audio {
	height: 100%;
	width: 600px;
}

.audio-title {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.second {
	margin-bottom: 35px;
}

.sobor {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 50%;
	margin-top: 100px;
	margin-bottom: 100px;
}

.button {
	margin-top: 100px;
}

.archive-btn {
	cursor: pointer;
	text-decoration: none;
	padding: 20px 40px;
	background-color: darkblue;
	color: #ffffff;
	font-size: 20px;
	border-radius: 20px;
	display: block;
	width: fit-content;
	margin: 50px 0;
}

.sponsor {
	/* margin-top: 30px; */
	/* margin-bottom: 30px; */
	font-family: 'Cuprum', sans-serif;
}

.rekvizity {
	padding-left: 100px;
	padding-right: 50px;
	padding-top: 15px;
	background: rgb(214, 240, 214);
	min-height: 100%;
}

.rekvizity p {
	font-size: 25px;
}

.audio h2 {
	margin-top: 5px;
}

.audio p {
	font-size: 20px;
}

.img1 {
	min-width: 355px;
	display: flex;
	flex-direction: column;
	padding: 0 10px 20px;
	align-items: center;
}

.img {
	width: 100%;
}

.img1 img {
	width: 250px;
}

.img h3 {
	font-size: 20px;
}

.img h2 {
	padding-bottom: 10px;
	font-size: 20px;
}

.stroika {
	padding-top: 30px;
	font-family: 'Cuprum', sans-serif;
	background: #ffe7c2;
}

.interview {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
}