

/* Start:/bitrix/templates/khanbass/components/bitrix/news/nominations/bitrix/news.detail/.default/style.css?17509975093261*/
.nomin {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.nomin-about {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-right: 15px;
	justify-content: space-around;
	width: 50%;
}
.nomin-banner {
	width: 600px;
	height: 600px;
	border-radius: 100%;
	margin-top: -50px;
	background-size: cover;
	background-position: 60% 50%;
}
.nomin-download {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}
.lainers-btn {
	color: #6a0dad;
	border: 2px solid #6a0dad;
	background-color: #FAF5FF;
	border-radius: 10px;
	font-weight: 600;
	padding: 10px 150px;
	transition: all 0.1s ease;
}
.lainers-btn:hover {
	background-color: #6a0dad;
	color: #D1ED00;
}
.nomin-form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	z-index: 10;
	margin-bottom: 50px;
}
#feedback-form {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

#feedback-form.show {
  max-height: 2000px; 
  padding-top: 10px;
}
.nomin-form-input {
	width: 45%;
	padding: 15px 10px;
	border-radius: 10px;
	border: 2px solid #666666;
	margin-bottom: 20px;
	outline: none;
}
.nomin-form-input:focus-visible {
	border: 2px solid #6a0dad;
}
.nomin-form-drag {
	border: 2px dashed #838383;
	padding: 20px;
	margin: 10px 0 10px -5px;
	width: 45%;
	color: #838383;
}
.nomin-form-drag {
	cursor: pointer;
}
.nomin-form-btn-block {
	width: 100%;
	display: flex;
	justify-content: center;
}
.captcha-block {
	width: 45%;
}
.nomin-form-btn {
	padding: 20px 15px;
	width: 100%;
	border: 0;
	border-radius: 10px;
	transition: all 0.1s ease;
	position: relative; /* обязательно */
    overflow: hidden;
}
.nomin-form-btn:hover {
	cursor: pointer;
	background-color: #6a0dad;
	color: #fff;
}
.konf {
	padding: 25px;
	background-color: #F4F4F4;
	font-size: 14px;
	border-radius: 10px;
	margin: 20px 0 40px;
}
.captcha-img {
	margin-bottom: -15px; margin-top: 20px;
}
.nomin-form-btn.loading {
    position: relative;
    color: transparent;
    pointer-events: none;
}

.nomin-form-btn.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 3px solid #000;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
.partners {
	display: flex;
	flex-direction: row;
	z-index: 10;
	border: 1px solid transparent;
	border-radius: 10px;
	transition: 0.1s all ease;
	margin-bottom: 25px;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.partners:hover {
	border: 1px solid white;
}
.partners-logo-nom {
	padding: 0 10px;
    background-color: white;
    width: 25%;
    display: flex;
    height: 100%;
    margin-right: 25px;
    align-items: center;
    border-radius: 8px;
}
.partners img {
	width: -webkit-fill-available;
}
.partners-about {
	display: flex;
	flex-direction: column;
}
.partners-about h3 {
	color: white;
}

#arrow {
	position: relative;
	left: 5px;
	top: 5px;
	display: inline-block;
  transition: transform 0.3s ease;
	width: 35px;
	height: 35px;
}

#arrow.rotate {
  transform: rotate(180deg);
}
/* End */


/* Start:/bitrix/templates/khanbass/components/bitrix/news.list/artist-list-nom/style.css?17533764984078*/
.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;
}
.vote-btn button:hover {
	background-color: #F0F0F0;
	color: #fff;
}

.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 */


/* Start:/bitrix/templates/khanbass/components/bitrix/news.list/comments/style.css?1749182190704*/
.vk-one-tap-container {
    width: 100% !important;
    min-height: 56px; /* можно увеличить, если нужно выше */
    display: flex;
    justify-content: center;
    align-items: center;
}
.comment {
	background-color: #FAF5FF;
	border: solid 2px #372E7F;
	border-radius: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: start;
	padding: 20px;
	align-items: center;
	gap: 50px;
	margin-top: 50px;
}

.comment img {
	width: 160px;
	border-radius: 25px;
}

.comment-text {
	display: flex;
	flex-direction: column;

}

.comment-name {
	font-size: 24px;
	font-weight: 600;
}

.comment p {
	margin: 15px 0;
}

.comment-content {
	line-height: 30px;
}
/* End */
/* /bitrix/templates/khanbass/components/bitrix/news/nominations/bitrix/news.detail/.default/style.css?17509975093261 */
/* /bitrix/templates/khanbass/components/bitrix/news.list/artist-list-nom/style.css?17533764984078 */
/* /bitrix/templates/khanbass/components/bitrix/news.list/comments/style.css?1749182190704 */
