<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ÐºÑƒÐ¿Ð¸Ñ‚ÑŒ Ð±Ð¸Ð»ÐµÑ‚ */
.popup-btn {
	border: 2px solid #CB8819;
	background-color: #CB8819;
	display: block;
	margin: 15px auto;
	width: 240px;
	padding: 10px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	color: white;
	transition: .5s;
}
.sb-popup-btn:hover {
	background-color: white;
	color: #CB8819;
}

/* Ð³Ð»Ð°Ð²Ð½Ð°Ñ ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ð° */
.text-center {
	text-align: center;
}
.text-gold {
	color: #CB8819;
}
.text-big {
	font-size: 20px;
}
.special-p {
	margin: 0;
	font-size: 20px;
}
a.special-a {
	background: -webkit-gradient(linear, left top, left bottom, from(#C5C5C5), to(#A4A4A4));
	background: -webkit-linear-gradient(top, #C5C5C5, #A4A4A4);
	background: -moz-linear-gradient(top, #C5C5C5, #A4A4A4);
    background: -ms-linear-gradient(top, #C5C5C5, #A4A4A4);
    background: -o-linear-gradient(top, #C5C5C5, #A4A4A4);
    background-image: -ms-linear-gradient(top, #C5C5C5 0%, #A4A4A4 100%);
    padding: 8.5px 17px;
	border-radius: 28px;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-transform:uppercase;
	display: inline-block;
	margin: 10px;
}
a.special-a:hover {
	background: #C5C5C5;
	background: -webkit-gradient(linear, left top, left bottom, from(#A4A4A4), to(#C5C5C5));
	background: -webkit-linear-gradient(top, #A4A4A4, #C5C5C5);
	background: -moz-linear-gradient(top, #A4A4A4, #C5C5C5);
	background: -ms-linear-gradient(top, #A4A4A4, #C5C5C5);
    background: -o-linear-gradient(top, #A4A4A4, #C5C5C5);
	background-image: -ms-linear-gradient(top,  #A4A4A4 0%, #C5C5C5 100%);
}
@media screen and (max-width: 850px) {
	a.special-a {
		margin: 10px 5px;
	}
}

/* Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¼Ð° Ð¾Ð±ÑƒÑ‡ÐµÐ½Ð¸Ñ */
.etapy img {
	margin: 20px auto;
}

/* Ð¾ Ñ‚ÐµÐ°Ñ‚Ñ€Ðµ */
.piruet-tabs {
	text-align: center
}
.piruet-tabs li {
	float: none;
	display: inline-block;
	font-size: 22px;
}

/* Ð¾ Ð¿ÐµÐ´Ð°Ð³Ð¾Ð³Ð°Ñ… */
.teachers img {
	width: 250px;
}
@media screen and (max-width: 360px) {
	.teachers img {
		width: 100%;
	}
}

/* Ñ€ÐµÐ¿ÐµÑ€Ñ‚ÑƒÐ°Ñ€ */
.repertuar [class^="col"] {
	padding: 10px;
}
.repertuar p {
	padding-top: 10px;
	text-align: justify;
	font-size: 14px;
}

/* Ð²Ð¸Ð´ÐµÐ¾ */
.piruet-video-big {
	display: block;
	margin: 10px auto;
	width: 854px;
	height: 510px;
}
@media screen and (max-width: 991px) {
	.piruet-video-big {
		width: 570px;
		height: 340px;
	}
}
@media screen and (max-width: 650px) {
	.piruet-video-big {
		width: 100%;
		height: 250px;
	}
}

/* ÐºÐ°Ñ€Ñ‚Ð¸Ð½ÐºÐ¸ Ð² Ð½Ð¾Ð²Ð¾ÑÑ‚ÑÑ… */
.piruet-news-pic {
	height: 350px;
	margin: 5px;
}
@media screen and (max-width: 550px) {
	.piruet-news-pic {
		height:auto;
		max-width: 100%;
	}
}

.piruet-pic-news {
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	border: 1px solid transparent;
	box-shadow: 1px 2px 5px gray;
	transition: .3s;
}
.piruet-pic-news:hover {
	box-shadow: none;
}
.piruet-pic-news:before {
	content: '';
	display: block;
	margin-top: 60%;
}
@media screen and (min-width: 768px) {
	div.piruet-pic-news1 {
		margin-left: 12.5% !important; 
		margin-right: 12.5% !important;
	}
}

.afisha_img{
	display: block;
    margin: 0 auto;
    width: 50%;
}

@media (max-width: 425px) {
	.afisha_img{
		width: 100%;
	}
}</pre></body></html>