html, body{
	padding: 0;
	margin: 0;
	line-height: normal;
	font-family: "Muller", sans-serif;
	font-weight: 400;
	font-style: normal;
	background: #fff;
}

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

input,textarea{
  outline: none;
}

img {
	max-width: 100%;
	height: auto;
	align-self: center;
}

img.align-self {
	align-self: center;
}

button{
	width: 100%;
	cursor: pointer;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: "Muller", sans-serif;
	background: none;
}

input, textarea{
	font-family: "Muller", sans-serif;
}

a{
	text-decoration: none;
	transition: color 0.3s ease-in-out;
	cursor: pointer;
}

li{
	list-style-type: none;
}

.header{
	 max-width: 1110px;
	 width: calc(100% - 40px);
	 margin: 34px auto;
	 display:flex;
	 justify-content: space-between;
	 align-items: center;
 }

.header__list{
	display: flex;
}

.header__list li{
	margin-right: 58px;
	box-shadow: 25px;
}

.header__list a{
	transition:all 2s;
}

.header__list a:active{
	transition: 0.3s;
	color: #4f28a5;
}

.header__mobile{
	display: none;
}

.header__btn{
	width: auto;
}

.header__btn svg{
	fill:#6d31ee;
}


.header__btn:active svg{
	fill:#4f28a5;
}

.header__list a{
	font-weight: 400;
	font-size: 20px;
	color: #121723;
}

.header__list li:last-child{
	margin-right: 0;
}

.mains{
	max-width: 1110px;
	width: calc(100% - 40px);
	margin: 99px auto;
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.mains__block{
	width: 100%;
	max-width: 635px;
}

.mains__img{
	max-width: 349px;
	width: 100%;
	margin-left: 40px;
}

h1{
	font-weight: 700;
	font-size: 60px;
	line-height: 100%;
	color: #121723;
	margin-bottom: 9px;
}

span{
	font-style: italic;
	font-weight: 400;
}

.mains__text{
	font-size: 16px;
	line-height: 150%;
	color: #121723;
	margin-bottom: 45px;
}

.mains__link{
	border-radius: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 70px;
	padding: 0 15px;
	max-width: 245px;
	width: 100%;
	background: #6d31ee;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	transition: 0.3s;
}


.mains__link:active{
	transition: 0s;
	background: #4f28a5;
}

.podcasts{
	background: #F1F1F1;
	padding: 105px 0 84px 0;
	margin-bottom: 108px;
}

.podcasts__block{
	max-width: 1110px;
	width: calc(100% - 40px);
	margin: 0 auto;
}

h2{
	font-weight: 400;
	font-size: 48px;
	line-height: 100%;
	color: #121723;
	margin-bottom: 30px;
}

.podcasts__aside{
	display: flex;
	flex-wrap: wrap;
	margin-right: -30px;
	margin-bottom: -30px;
}

.podcasts__item{
	display: flex;
	width: calc(100% / 2 - 30px);
	margin-right: 30px;
	margin-bottom: 30px;
	min-height: 140px;
	transition: 0.3s;
}


.podcasts__item:active .podcasts__image p{
	transition: 0s;
	background: #6d31ee;
	color: #fff;
}

.podcasts__image{
	position: relative;
	width: 100%;
	max-width: 112px;
}

.podcasts__image img{
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.podcasts__image p{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: #e6e8ec;
	padding: 6px;
	font-size: 10px;
	text-align: center;
	color: #121723;
}

.podcasts__list{
	background: #fff;
	padding: 40px 30px;
	width: calc(100% - 112px);
}

.podcasts__list p:nth-child(1){
	font-size: 12px;
	color: #121723;
	margin-bottom: 8px;
}

.podcasts__list p:nth-child(2){
	font-size: 20px;
	color: #121723;
	margin-bottom: 4px;
}

.podcasts__list p:nth-child(3){
	font-size: 16px;
	color: #a1a6b4;
}

.telecast__block{
	max-width: 1110px;
	width: calc(100% - 40px);
	margin: 0 auto 94px auto;
	display: flex;
}

.telecast__main{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 440px;
	width: 100%;
	max-width: 255px;
	margin-right: 34px;
}

.telecast__link{
	border: 2px solid #121723;
	border-radius: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 15px;
	width: 100%;
	max-width: 160px;
	height: 40px;
	background: white;
	font-weight: 500;
	font-size: 16px;
	color: #121723;
	margin: 24px 0 12px 0;
}

.telecast__archive p{
	font-size: 16px;
	line-height: 150%;
	color: #a1a6b4;
}

.telecast__list{
	margin-top: 10px;
	margin-right: -26px;
	margin-bottom: -30px;
	display: flex;
	flex-wrap: wrap;
}

.telecast__item{
	margin-bottom: 30px;
	margin-right: 26px;
	width: calc(100% / 3 - 26px);
}

.telecast__image{
	position: relative;
	width: 100%;
	height: 148px;
}

.telecast__image img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.telecast__items{
	border: 1px solid #e6e8ec;
	padding: 20px 16px;
	min-height: 115px;
}

.telecast__people{
	font-weight: 500;
	font-size: 20px;
	color: #121723;
	margin-bottom: 4px;
}

.telecast__items p:nth-child(2){
	font-size: 12px;
	color: #a1a6b4;
	margin-bottom: 20px;
}


.telecast__links{
	font-style: italic;
	font-size: 16px;
	color: #121723;
	display: flex;
	align-items: center;
	transition: 0.3s;
}

.telecast__links:active{
	transition: 0s;
  color: #4f28a5;
}

.telecast__links:active svg{
  fill: #4f28a5;
}

.telecast__links svg{
	margin-left: 5px;
	fill:#121723;
}

.telecast__mobile{
	display: none;
}

.visitors{
	background: #121723;
	padding: 94px 0;
	margin-bottom: 94px;
}

.visitors__head{
	max-width: 1110px;
	width: calc(100% - 40px);
	margin: 0 auto;
}

.visitors__subtitle h2{
	font-size: 48px;
	line-height: 100%;
	color: #fff;
	margin-bottom: 12px;
}

.visitors__text{
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	color: #a1a6b4;
	margin-bottom: 8px;
}

.visitors__lead{
	font-size: 20px;
	line-height: 160%;
	color: #a1a6b4;
	width: 100%;
	max-width: 825px;
	margin-bottom: 50px;
}

.visitors__header{
	margin-bottom: -50px;
}

.visitors__desc{
	display: flex;
	margin-bottom: 50px;
	min-height: 272px;
}

.visitors__image{
	width: 100%;
	max-width: 432px;
}

.visitors__description{
	width: 100%;
	max-width: 458px;

}

.visitors__block{
	margin-left: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc(100% - 432px);
}


.visitors__name{
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	margin-bottom: 8px;
}

.visitors__excerpt{
	font-size: 16px;
	line-height: 180%;
	color: #a1a6b4;
}

.visitors__link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 77px;
	border: 2px solid #aa9dfa;
	padding: 0 15px;
	width: 100%;
	max-width: 160px;
	height: 40px;
	font-weight: 500;
	font-size: 16px;
	color: #aa9dfa;
	transition: all 0.3s;
}


.visitors__link:active{
	transition: 0s;
	background: #4f28a5;
	border:none;
	color: #fff;
}

.playlist__block{
	max-width: 1110px;
	width: calc(100% - 40px);
	margin: 0 auto 94px auto;
	display: flex;
}

.playlist__head{
	width: 100%;
	max-width: 350px;
}

.playlist__head h2{
	margin-bottom: 12px;
}

.playlist__text{
	font-size: 16px;
	line-height: 137%;
	color: #a1a6b4;
}

.playlist__excerpt{
	font-weight: 300;
	font-size: 16px;
	line-height: 137%;
	color: #a1a6b4;
	margin-bottom: 6px;
}

.playlist__list{
	margin-top: 15px;
	margin-right: -37px;
	margin-bottom: -30px;
	display: flex;
	flex-wrap: wrap;
}

.playlist__item{
	margin-bottom: 30px;
	margin-right: 37px;
	width: calc(100% / 4 - 37px);
}

.playlist__img{
	position: relative;
	height: 160px;
	width: 100%;
}

.playlist__img img:nth-child(2){
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	object-fit: cover;
	object-position: center center;
}


.playlist__img img:nth-child(1){
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

h3{
	font-weight: 500;
	font-size: 16px;
	color: #121723;
	margin-bottom: 4px;
}

.playlist__name{
	padding: 16px;
	border: 1px solid #e6e8ec;
}

.playlist__name p{
	font-weight: 400;
	font-size: 12px;
	color: #a1a6b4;
}

.description{
	background: #292e39;
	padding: 102px 0 140px 0;
}

.description__block{
	max-width: 1110px;
	width: calc(100% - 40px);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.description__img{
	position: relative;
	width: 100%;
	max-width: 630px;
}

.description__pic{
	position: absolute;
	top:0;
	left: 0;
}

.description__text{
	width: 100%;
	max-width: 445px;
}

.description__text h2{
	color: #f0d288;
	margin-bottom: 19px;
}

.description__desk{
	font-size: 16px;
	line-height: 180%;
	color: #fff;
	margin-top: 13px;
}

.description__price{
	font-weight: 500;
	font-size: 30px;
	color: #fff;
	margin: 25px 0;
}

.description__link{
	border: 2px solid #f0d288;
	border-radius: 100px;
	padding: 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 70px;
	max-width: 300px;
	width: 100%;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	color: #f0d288;
	transition: 0.3s;
}

.description__link img{
	margin-right: 5px;
}


.description__link:active{
	background: #bb973e;
	transition: 0s;
	border: 2px solid #bb973e;
}

.meta{
	background: #121723;
	padding: 94px 0;
}

.meta__block{
	max-width: 1110px;
	width: calc(100% - 40px);
	margin: 0 auto;
}

.meta__desk{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.meta__description{
	width: 100%;
	max-width: 634px;

}

.meta__description h2{
	color: #fff;
	margin-bottom: 12px;
}

.meta__texts{
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	color: #a1a6b4;
	margin-bottom: 8px;
}

.meta__text{
	font-size: 20px;
	line-height: 160%;
	color: #a1a6b4;
	font-weight: 400;
}

.meta__list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.meta__image{
	position: relative;
	height: 255px;
	width: 100%;
}

.meta__image img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.meta__item{
	width: calc(100% / 4 - 30px);
}


.meta__name{
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	margin-bottom: 8px;
}

.meta__excerpt{
	font-size: 16px;
	line-height: 150%;
	color: #a1a6b4;
}

.meta__people{
	margin-top: 30px;
}

.meta__form{
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 30px 32px;
	width: 100%;
	max-width: 920px;
	height: 150px;
	font-size: 20px;
	color: #a1a6b4;
	background: #121723;
	text-align: start;
	margin-bottom: 30px;
	transition:all 0.3s;
}

.meta__form:focus{
	transition: 0.3s;
	background: #292e39;
	border: 1px solid  #aa9dfa;
}

.meta__form:active{
	color: #fff;
	transition: 0s;
}

.meta__forms{
	border: 1px solid #fff;
	border-radius: 40px;
	padding: 10px 10px 10px 32px;
	width: 100%;
	max-width: 445px;
	height: 70px;
	background: #121723;
	font-size: 20px;
	color: #a1a6b4;
	transition: 0.3s;
}

.meta__forms:focus{
	transition: 0.3s;
	background: #292e39;
	border: 1px solid  #aa9dfa;
}

.meta__forms:active{
	color: #fff;
	transition: 0s;
}

.meta__email{
	border: 1px solid #fff;
	border-radius: 40px;
	padding: 10px 10px 10px 32px;
	width: 100%;
	max-width: 445px;
	height: 70px;
	background: #121723;
	font-size: 20px;
	color: #a1a6b4;
	margin-left: 30px;
	transition: 0.3s;
}

.meta__email:focus{
	transition: 0.3s;
	background: #292e39;
	border: 1px solid  #aa9dfa;
}

.meta__email:active{
	color: #fff;
	transition: 0s;
}

.meta__input{
	margin-bottom: 30px;
}

.meta__btn{
	background: #6d31ee;
	border-radius: 40px;
	padding: 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 70px;
	max-width: 212px;
	width: 100%;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	margin-bottom: 30px;
	transition: 0.3s;
}

.meta__btn:focus{
	transition: 0.3s;
	border: 2px solid #4f28a5;
	background: #aa9dfa;
}

.meta__btn:active{
	background: #4f28a5;
}

.meta__checkbox{
	display: flex;
	align-items: end;
}

.meta__check{
	font-weight: 500;
	font-size: 12px;
	color: #fff;
	margin-left: 8px;
}

.footer{
	background: #292e39;
	padding: 94px 32px 94px 0;
}

.footer__block{
	max-width: 1110px;
	width: calc(100% - 40px);
	margin: 0 auto;
}

.footer__social{
	display: flex;
	justify-content: space-between;
}

.footer__image{
	margin-bottom: 20px;
}

.footer__items{
	display: flex;
}

.footer__items li{
	margin-right: 21px;
}

.footer__items li:last-child{
	margin-right: 0;
}

.footer__list{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 413px;
}

.footer__item{
	width: calc(100% / 3 - 55px);
}

.footer__item li{
	margin-bottom: 20px;
}

.footer__item a{
	color: #121723;
	background: none;
	padding: 2px 2px 0 2px;
	transition: all 0.3s;
}

.footer__item a:active{
	transition: 0.3s;
	color: #4f28a5;
	background: none;
}

.copyright{
	background: #292e39;
}

.copyright p{
	text-align: center;
	font-size: 16px;
	line-height: 103%;
	color: #a1a6b4;
	padding: 10px 0;
}

.footer__items a svg{
	fill:#d2d5dd;
}

.footer__items a:active svg{
	fill:#4f28a5;
}

