

/* Start:/bitrix/templates/khanbass/components/bitrix/news.list/zhuri-list/style.css?17510014854096*/
.musicians {
	background-color: #F0F0F0;
}

.musicians h3 {
	font-size: 60px;
	font-weight: 800;
	color: #62388A;
	text-align: center;
	margin: 80px 0;
}

.musicians-card {
	display: flex;
	background-color: white;
	border-radius: 40px;
	padding: 25px;
	margin-bottom: 50px;
	z-index: 10;
}

.card-left {
	display: flex;
	flex-direction: column;
	width: 20%;
}

.card-right {
	display: flex;
	flex-direction: column;
	margin-left: 50px;
	width: 70%;
	padding: 10px;
}

.card-avatar {
	margin-bottom: 20px;
	/* max-width: 100%; */
}

.card-avatar img {
	width: 100%;
	border-radius: 20px;
}

.vote-btn {
	display: flex;
	background-color: #62388A;
	border-radius: 15px;
	color: white;
	margin-bottom: 20px
}

.vote-btn button {
	font-size: 15px;
	padding: 12px;
	width: 70%;
	background-color: #62388A;
	color: white;
	border-color: transparent;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	cursor: pointer;
}
.vote-btn button:hover {
	background-color: #F0F0F0;
	color: #000;
}

.vote-number {
	display: flex;
	align-items: center;
	border-left: 1px solid white;
	justify-content: center;
	width: 30%;
	padding: 0 10px;
}

.already-voted {
	font-size: 12px;
	margin: auto;
	padding: 0 10px;
}

.vote-number p {
	margin-right: 5px;
	font-weight: 400;
	position: relative;
	top: 2px;
}

.vote-number img {
	width: 15px;
}

.social {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.social p {
	font-size: 12px;
}

.social img {
	width: 30px;
}

.card-name h4 {
	font-size: 50px;
	color: #62388A;
	font-weight: 800;
}

.card-name p {
	font-size: 30px;
	color: #62388A;
}

.city {
	display: flex;
	align-items: center;
	gap: 10px;
}

.city img {
	width: 30px;
}

.city p {
	font-size: 16px;
}

.style {
	align-items: center;
	display: flex;
	gap: 10px;
}
.style p {
	font-size: 16px;
}

.card-btn {
	display: flex;
	justify-content: center;
	align-items: end;
	margin-top: 35px;
	height: 100%;
	z-index: 10;
}

.card-btn button {
	background-color: #62388A;
	color: white;
	border-radius: 15px;
	padding: 12px 20px;
}
.filtr-block {
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
}
.filtr-btn {
	color: #6a0dad;
    border: 2px solid #6a0dad;
    background-color: #FAF5FF;
    border-radius: 10px;
    font-weight: 600;
    padding: 10px 150px;
    transition: all 0.1s ease;
	cursor: pointer;
}
.filtr-btn:hover {
    background-color: #6a0dad;
    color: #D1ED00;
}

@media (max-width: 450px) {
	.filtr-block {
		flex-wrap: wrap;
	}
	.container h3 {
		font-size: 30px;
		margin: 20px 0;
	}

	.musicians-card {
		flex-direction: column;
	}

	.card-left {
		width: 100%;
	}

	.card-right {
		width: 100%;
		margin-left: 0;
	}
	
	.card-avatar {
		width: 80%;
		margin: 0 auto 20px auto;
	}

	.musicians-card {
		font-size: 10px;
	}

	.social {
		margin-bottom: 20px;
	}

	.card-name h4 {
		font-size: 25px;
		text-align: center;
		margin-bottom: 5px;
	}
	.card-name p {
		font-size: 20px;
		text-align: center;
		margin-bottom: 5px;
	}

	.city {
		justify-content: center;
		margin-bottom: 5px;
	}

	.city p {
		font-size: 12px;
	}

	.style {
		margin-bottom: 10px;
	}

	.card-btn {
		height: 100%;
	}

	.card-btn button {
		font-size: 20px;
		padding: 10px 15px;
		margin: 0;
	}
}

@media (max-width: 800px) {
	.musicians-card {
		flex-direction: column;
	}

	.card-left {
		width: 100%;
	}

	.card-right {
		width: 100%;
		margin-left: 0;
	}
	
	.card-avatar {
		width: 80%;
		margin: 0 auto 20px auto;
		text-align: center;
	}

	.card-avatar img {
		max-height: 300px;
	}

	.musicians-card {
		font-size: 10px;
	}

	.vote-btn {
		max-width: 350px;
		justify-content: center;
		margin: 0 auto 20px auto;
	}

	.card-name h4 {
		font-size: 30px;
	}
	.card-name p {
		font-size: 20px;
	}

	.city p {
		font-size: 12px;
	}
}

@media (max-width: 900px) {

	.musicians-card {
		font-size: 12px;
	}

	.vote-btn button {
		font-size: 12px;
	}

}

@media (max-width: 1250px) {
	.musicians-card {
		font-size: 14px;
	}

	.card-name h4 {
		font-size: 30px;
	}

	.card-name p {
		font-size: 20px;
	}
}
/* End */
/* /bitrix/templates/khanbass/components/bitrix/news.list/zhuri-list/style.css?17510014854096 */
