html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle;padding:0}.clearfix:after {content:'';display:block;clear:both}a,input,button,select,textarea,textarea:focus,input:focus{outline:none}input,button,select,textarea{border-radius:0;box-shadow:none}input[type="radio"]{border-radius:50%}textarea{overflow:auto;resize:none}:required{box-shadow:none}button::-moz-focus-inner{border:none}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}input[disabled],textarea[disabled],select[disabled='disabled']{-webkit-opacity:1}

@font-face {
    font-family: 'Gilroy Light';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy Light';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy Bold';
    src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Caviar Dreams Bold';
    src: url('../fonts/CaviarDreams-Bold.woff2') format('woff2'),
        url('../fonts/CaviarDreams-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bebas Neue Book';
    src: url('../fonts/BebasNeueBook.woff2') format('woff2'),
        url('../fonts/BebasNeueBook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Hello Sunshine';
    src: url('../fonts/HelloSunshinePersonalUse.woff2') format('woff2'),
        url('../fonts/HelloSunshinePersonalUse.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Streetbrush';
    src: url('../fonts/Streetbrush.woff2') format('woff2'),
        url('../fonts/Streetbrush.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html{-webkit-text-size-adjust:100%;}
html, body {
    min-width: 320px;
}
body, input {
    font-family: 'Gilroy Light', sans-serif;
    font-size: 16.67px;
}

.wrap {
    padding: 0 20px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.wrap.small {
    max-width: 693px;
}

.but {
    font-size: 11.08px;
    text-align: center;
    text-decoration: none;
    color: #020346;
    border: 1px solid #020346;
    border-radius: 100px;
    line-height: 29px;
    height: 31px;
    padding: 0 28px;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none; 
}
.but:hover {
    color: #fff;
    background: #020346;
}
.but.white {
    color: #fff;
    border-color: #fff;
}
.but.white:hover {
    color: #020346;
    background-color: #fff;
}
.but.filled {
    color: #fff;
    background: #020346;
}
.but.filled:hover {
    color: #020346;
    background: #fff;
}

.mmenu {
    text-align: left;
    width: 27px;
    height: 20px;
    position: relative; 
}
.mmenu:after, .mmenu:before, .mmenu div {
    content: '';
    background: #fff;
    border-radius: 3px;
    height: 3px;
    width: 100%;
    position: absolute;
    transition: 0.2s;
}
.mmenu:before {
    top:0;
}
.mmenu:after {
    bottom: 0;
}
.mmenu div {
    margin: auto;
    top: 0;
    bottom: 0;
}
.active .mmenu:after, .active .mmenu:before {
    margin:auto;
    top: 0;
    bottom: 0;
}
.active .mmenu:before {
-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
.active .mmenu:after {
-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.active .mmenu div {
-webkit-transform: scale(0.1);
	-ms-transform: scale(0.1);
        transform: scale(0.1)
}
.mback {
    background: rgba(0, 0, 0, 0.7);
	position: fixed;
    z-index: 990;
	top: 0; bottom: 0;
	left: 0; right: 0;
    opacity: 0;
	cursor: pointer;
-webkit-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	    transform: translate3d(100%, 0, 0);
    transition: 0.3s;
}
#top .header .lang .mback {
-webkit-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	    transform: translate3d(0, -100%, 0);
}

.preload-bg {
    position: relative;
}
.preload-bg img, .preload-block img {
    opacity: 0;
    transition: opacity 0.5s;
}
.preload-bg .wrap {
    position: relative;
    z-index: 1;
}
.preload-bg:after, .preload-content:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    transition: opacity 0.5s, visibility 0.5s;
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.preload-content:after {
    background: #f4f4f4;
    background: -webkit-linear-gradient(left, #f4f4f4 8%, #f3f3f3 38%, #f4f4f4 54%);
    background: linear-gradient(to right, #f4f4f4 8%, #f3f3f3 38%, #f4f4f4 54%);
    background-size: 1000px 640px;
    animation-name: gradient;
}
.preload-block.dark .preload-content:after {
    background: #f4f4f4;
    background: -webkit-linear-gradient(left, #666 8%, #777 38%, #666 54%);
    background: linear-gradient(to right, #666 8%, #777 38%, #666 54%);
    background-size: 1000px 640px;
    animation-name: gradient;
}
.preload-bg:after {
    background: #666;
    background: -webkit-linear-gradient(left, #666 8%, #777 38%, #666 54%);
    background: linear-gradient(to right, #666 8%, #777 38%, #666 54%);
    background-size: 4000px;
    animation-name: gradient_big;
}
.preload-bg.light:after {
    background: #ddd;
    background: -webkit-linear-gradient(left, #ddd 8%, #eee 38%, #ddd 54%);
    background: linear-gradient(to right, #ddd 8%, #eee 38%, #ddd 54%);
}
.preload-bg.loaded-bg:after, .preload-block.loaded .preload-content:after {
    opacity: 0;
    visibility: hidden;
}
.preload-bg.loaded img, .preload-block.loaded img {
    opacity: 1;
}
@keyframes gradient {
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}
@keyframes gradient_big {
    0%{
        background-position: -2000px 0
    }
    100%{
        background-position: 2000px 0
    }
}
.icon-wrap {
    display: inline-block;
}

.info-block {
    background: linear-gradient(white, white) padding-box, linear-gradient(to bottom, #51127f,#d70a84) border-box;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 35px 70px 35px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info-block .info-cap {
	font-family: 'Caviar Dreams Bold', sans-serif;
	font-size: 25px;
	letter-spacing: -0.025em;
}
.info-block .info-cap.big {
    font-size: 29.17px;
}
.info-block .info-sub {
    font-size: 20.83px;
    line-height: 1.2;
    margin-top: 5px;
}
.info-block .info-desc {
	font-size: 14.58px;
    line-height: 1.2;
    margin-top: 12px;
}
.info-block .actions {
    margin-left: 20px;
}
.info-block .actions a {
    transition: opacity 0.3s;
}
.info-block .actions a:hover {
    opacity: 0.7;
}

#top {
    color: #fff;
}
#top.home {
    background: url('../img/top-home.jpg') no-repeat center top;
    height: 720px;
    position: relative;
}
#top.home:before {
    content: '';
    background: url('../img/ss-logo-white.svg') no-repeat center;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    opacity: 0.33;
    display: none;
}
#top.home .wrap {
    position: relative;
    z-index: 1;
}
#top.studio {
    background: url('../img/top-studio.jpg') no-repeat center top;
    height: 479px;
}
#top.music {
    background: url('../img/contacts.jpg') no-repeat center -30px;
    height: 500px;
}
#top.events {
    background: url('../img/contacts.jpg') no-repeat center -30px;
    height: 413px;
}
#top.events.pop-camp {
    background: url('../img/pop-camp.jpg') no-repeat center top;
    background-size: cover;
    height: 413px;
}
#top.gallery {
    background: url('../img/top-gallery.jpg') no-repeat center top;
    height: 469px;
}
#top.kids {
    background: url('../img/top-kids.jpg') no-repeat center top;
    height: 483px;
}
#top.team {
    background: #ba75a0;
    background: -moz-linear-gradient(left,  #ba75a0 0%, #5a315c 100%);
    background: -webkit-linear-gradient(left,  #ba75a0 0%,#5a315c 100%);
    background: linear-gradient(to right,  #ba75a0 0%,#5a315c 100%);
    height: 451px;
}
#top .header {
    padding-top: 13px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
-webkit-align-items: center;
     -ms-flex-align: center;
        align-items: center;
}
#top .header .logo {
    margin-right: 12px;
}
#top .header .social {
    height: 33px;
}
#top .header .social a {
    margin-right: 3px;
}
#top .header .social a, #top .header .logo a {
    transition: opacity 0.3s;
}
#top .header .social a:hover, #top .header .logo a:hover {
    opacity: 0.7;
}
#top .header .menu {
    position: relative;
    top: -1.5px;
    order: 1;
}
#top .header .menu .title {
cursor: pointer;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none; 
}
#top .header .menu .dropdown {
    background: #fff;
	border: 1px solid #e5e5e5;
    border-radius: 3px;
    box-shadow: 0 4px 12px 0 rgba(32,32,36,.15);
    margin-top: 20px;
	position: absolute;
	z-index: 99;
	top: 100%;
	right: -8px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s, visibility 0.5s, margin 0.5s;
}
#top .header .menu .dropdown:before {
	content: '';
    background: #fff;
	border-top: 1px solid;
	border-left: 1px solid;
	border-color: #e5e5e5;
    width: 13px;
	height: 13px;
	position: absolute;
	top: -7px;
	right: 12px;
-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
#top .header .menu.active .dropdown {
    margin-top: 15px;
	opacity: 1;
	visibility: visible;
}
#top .header .menu .dropdown li {
    display: block;
}
#top .header .menu .dropdown li:not(:first-child) {
	border-top: 1px solid #dad9d9;
}
#top .header .menu .dropdown li a, #top .header .menu .dropdown li span {
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    color: #000;
    padding: 20px;
	display: block;
}
#top .header .menu .dropdown li a:hover {
    color: #ba75a0;
}
#top .header .menu .dropdown li.active a, #top .header .menu .dropdown li.active span {
    font-weight: bold;
}
#top .header .menu span, #top .header .menu .mmenu {
    display: inline-block;
    vertical-align: middle;
}
#top .header .menu .title span {
    padding-right: 8px;
}
#top .header .lang {
    margin-left: auto;
    margin-right: 15px;
    position: relative;
}
#top .header .lang .label {
    font-size: 15px;
    padding-right: 22px;
    position: relative;
    cursor: pointer;
    user-select: none;
}
#top .header .lang .label:after {
    content: '';
    background: url('../img/language.svg') no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
    position: absolute;
    top: -1px; right: 0;
}
#top .header .lang .dropdown {
    text-align: left;
    background: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 4px 12px 0 rgba(32,32,36,.15);
	border-radius: 3px;
    min-width: 120px;
    margin-top: 25px;
	position: absolute;
	z-index: 99;
	top: 100%;
	right: -12px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s, visibility 0.5s, margin 0.5s;
}
#top .header .lang.active .dropdown {
    margin-top: 20px;
	opacity: 1;
	visibility: visible;
}
#top .header .lang .dropdown:before {
	content: '';
    background: #fff;
	border-top: 1px solid;
	border-left: 1px solid;
	border-color: #e5e5e5;
    width: 13px;
	height: 13px;
	position: absolute;
	top: -7px;
	right: 12px;
	transform: rotate(45deg);
}
#top .header .lang .dropdown li {
	font-size: 15px;
	color: #000;
	background: #fff;
    display: block;
    position: relative;
	cursor: pointer;
}#top .header .lang .dropdown li a {    color: #000;    text-decoration: none;    padding: 20px;	padding-right: 50px;    display: block;}
#top .header .lang .dropdown li.title {
    padding: 20px;
}
#top .header .lang .dropdown li:not(:last-child) {
	border-bottom: 1px solid #dad9d9;
}
#top .header .lang .dropdown li.active:after {
	content: '';
    background: url('../img/drop-active.svg') no-repeat;
	background-size: contain;
    width: 16px;
	height: 10px;
    margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
}
#top .header .lang .dropdown li:not(.title):hover, #top .header .lang .dropdown li a:hover {
    color: #ba75a0;
}
#top .content {
    text-align: center;
}
#top.home .content {
    margin-top: 180px;
}
#top .content .capt, #top .content .sub {
    font-family: 'Bebas Neue Book', sans-serif;
    letter-spacing: 0.025em;
}
#top .content .capt {
    font-size: 60.96px;
    margin-top: 41px;
}
#top .content .sub {
    font-size: 30.48px;
    padding-bottom: 30px;
    position: relative;
}
#top.home .header .logo {
    display: none;
}
#top.home .content .desc {
    font-size: 14.58px;
    line-height: 1.2;
    max-width: 610px;
    margin: auto;
}
#top.home .content .desc .but {
    margin-top: 25px;
}
#top.home .content .contacts {
    margin-top: 130px;
}
#top.home .content .contacts a {
    color: #fff;
    transition: opacity 0.3s;
}
#top.home .content .contacts a:hover {
    opacity: 0.7;
}
#top.home .content .contacts .phone, #top.home .content .contacts .address {
    padding-left: 45px;
    display: inline-block;
    margin: 15px;
    position: relative;
}
#top.home .content .contacts .phone:before, #top.home .content .contacts .address:before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: -9px;
}
#top.home .content .contacts .phone:before {
    background-image: url('../img/whatsapp.svg');
}
#top.home .content .contacts .address:before {
    background-image: url('../img/location.svg');
}
#top .content .centered {
    font-size: 29.17px;    
    line-height: 1.2;
    text-align: left;
    display: inline-block;
    margin-top: 150px;
}
#top.studio .content .centered {
    max-width: 720px;
    margin-top: 156px;
}
#top.studio.distance .content .centered {
    max-width: 700px;
    margin-top: 165px;
    margin-left: 0px;
}
#top.music .content .centered {
    max-width: 514px;
    margin-top: 143px;
}
#top.events .content .centered {
    max-width: 500px;
    margin-top: 109px;
    margin-left: 40px;
}
#top.gallery .content .centered {
    max-width: 500px;
    margin-top: 113px;
    margin-left: 93px;
}
#top.kids .content .centered {
    margin-top: 160px;
    margin-left: 30px;
}
#top.team .content .centered {
    max-width: 500px;
    margin-top: 116px;
    margin-left: 40px;
}
#top .content .head {
    font-family: 'Gilroy Bold', sans-serif;
    margin-bottom: 13px;
}
#top .content .head span, #top .content .head img {
    vertical-align: middle;
}
#top .content .head img {
    margin-right: 15px;
}
#top .content .head span {
    position: relative;
    top: 1px;
}
#top.events .content .head, #top.team .content .head, #top.pop-piano .content .head {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 37.5px;
    letter-spacing: -0.025em;
}
#top.studio .content .head, #top.music .content .head, #top.studio.distance .content .head, #top.kids .content .head {
    margin-bottom: 0;
}
#top.team .content .head {
    margin-bottom: 22px;
}
#top.events .content .desc, #top.gallery .content .desc, #top.team .content .desc {
    font-size: 16.67px;
}
#top .content .sub:after {
    content: '';
    background: #fff;
    width: 348px;
    height: 3px;
    margin: auto;
    position: absolute;
    left: 0; right: 0;
    bottom: 0;
}
#top .content .desc {
    font-size: 20.83px;
    margin-top: 5px;
}
#top .content .logo-blurred {
    opacity: 0.2;
    margin-top: 50px;
}
#top .content .logo-blurred .stein-music {
    font-family: 'Streetbrush', sans-serif;
    font-size: 76.76px;
    color: #fff;
}
#top.studio .content .logo-blurred {
    margin-top: 79px;
}
#top.music .content .logo-blurred {
    margin-top: 57px;
}
#top.studio.distance .logo-blurred {
    margin-top: 34px;
}
#top.kids .logo-blurred {
    margin-top: 75px;
}

#programs {
    margin-top: 60px;
    margin-bottom: 77px;
}
#programs .head {
	font-family: 'Caviar Dreams Bold', sans-serif;
	font-size: 29.17px;
	letter-spacing: -0.025em;
}
#programs .head img, #programs .head span {
	vertical-align: middle;
}
#programs .head img {
	margin-right: 14px;
}
#programs .desc {
    line-height: 1.2;
    margin-top: 10px;
}
#programs .items {
    display: flex;
    margin: 0 -10px;
    margin-top: 30px;
}
#programs .item {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}
#programs .item .box {
    background: linear-gradient(white, white) padding-box, linear-gradient(to bottom, #51127f,#d70a84) border-box;
    border: 2px solid transparent;
    border-radius: 10px;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
#programs .item .cap {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 29.17px;
	letter-spacing: -0.025em;
}
#programs .item .sub {
    font-size: 23px;
	letter-spacing: -0.025em;
    margin-top: 5px;
}
#programs .item-desc {
    font-size: 14.58px;
    line-height: 1.2;
    padding: 15px 0;
    margin: auto 0;
}
#programs .item-desc li {
    list-style: none;
    position: relative;
}
#programs .item-desc li:before {
    content: '•';
    margin-right: 5px;
}
#programs .item-desc li:not(:last-child) {
    margin-bottom: 15px;
}
#programs .item .but {
    width: 100%;
    padding: 0;
}
#programs .info-block {
    margin-top: 60px;
}
#programs .bg-box {
    background: #f8f8f8;
    border-radius: 10px;
    display: flex;
    margin-top: 30px;
}
#programs .bg-box .main, #programs .bg-box .secondary {
    flex: 1;
    padding: 50px 35px;
}
#programs .bg-box .main {
    background: linear-gradient(white, white) padding-box, linear-gradient(to bottom, #51127f,#d70a84) border-box;
    border: 2px solid transparent;
    border-radius: 10px;
}
#programs .bg-box .cap {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 22.92px;
    letter-spacing: -0.025em;
}
#programs .bg-box .cap + .tabs-content {
    margin-top: 20px;
}
#programs .bg-box .tabs-head {
    margin: 5px 0;
}
#programs .bg-box .tabs-head li {
    font-size: 12.5px;
    border-radius: 30px;
	padding: 5px 20px;
	box-sizing: border-box;
	display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
	position: relative;
    user-select: none;
    cursor: pointer;
}
#programs .bg-box .tabs-head li:after {
	content: '';
	background: linear-gradient(white, white) padding-box, linear-gradient(to bottom, #51127f,#d70a84) border-box;
	border: 1px solid transparent;
	border-radius: 30px;
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
}
#programs .bg-box .tabs-head li span {
    position: relative;
    z-index: 1;
}
#programs .bg-box .tabs-head li:hover, #programs .bg-box .tabs-head li.active {
	color: #fff;
	background: linear-gradient(to bottom, #51127f,#d70a84);
}
#programs .bg-box .tabs-head li:hover:after, #programs .bg-box .tabs-head li.active:after {
    display: none;
}
#programs .bg-box .tabs-content, #programs .bg-box .secondary {
    line-height: 1.2;
}
#programs .bg-box .tabs-content li, #programs .bg-box .secondary li {
    list-style: none;
}
#programs .bg-box .tabs-content li:before, #programs .bg-box .secondary li:before {
    content: '•';
    margin-right: 5px;
}
#programs .bg-box .tabs-content div:not(:last-child):not(.tab-item) {
    margin-bottom: 30px;
}
#programs .bg-box .tabs-content ul + p {
    margin-top: 30px;
}
#programs .bg-box .tab-item:not(.active) {
    display: none;
}
#programs .bg-box .main {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#programs .bg-box .secondary {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#programs .bg-box .main, #programs .bg-box .secondary {
    min-height: 250px;
    box-sizing: border-box;
}
#programs .bg-box .secondary p:not(:last-child), #programs .bg-box .secondary ul:not(:last-child), #programs .bg-box .secondary div:not(:last-child) {
    margin-bottom: 30px;
}
#programs .bg-box .secondary .cap:not(:last-child) {
    margin-bottom: 20px;
}
#programs .bg-box .secondary div p:not(:last-child) {
    margin-bottom: 0;
}
#programs .bg-box + .info-block {
    margin-top: 100px;
}

#benefits {
    background: #f0f0f0;
    padding: 80px 0;
}
#benefits .head {
	font-family: 'Caviar Dreams Bold', sans-serif;
	font-size: 37.5px;
	letter-spacing: -0.025em;
}
#benefits .head img, #benefits .head span {
	vertical-align: middle;
}
#benefits .head img {
	margin-right: 12px;
}
#benefits .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 40px;
    margin-left: -22px;
    margin-right: -22px;
}
#benefits .col {
    padding-left: 22px;
    padding-right: 22px;
-webkit-flex: 1;
    -ms-flex: 1;
        flex: 1;
}
#benefits .capt {
    height: 59px;
}
#benefits .capt.music {
    font-family: 'Streetbrush', sans-serif;
    font-size: 62.47px;
}
#benefits .capt.kids {
    font-family: 'Hello Sunshine', sans-serif;
    font-size: 34px;
    padding-top: 8px;
    box-sizing: border-box;
}
#benefits .capt.kids img {
	margin-right: 9px;
}
#benefits .capt.kids img, #benefits .capt.kids span {
    vertical-align: top;
}
#benefits .capt.pop {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 37.5px;
    letter-spacing: -0.025em;
}
#benefits .capt.pop img, #benefits .capt.pop span {
    vertical-align: middle;
}
#benefits .capt.pop img {
    margin-right: 15px;
}
#benefits .desc {
    font-size: 14.58px;
    line-height: 1.2;
    margin-bottom: 20px;
}

#video {
    text-align: center;
    background: url('../img/video.jpg') no-repeat center top;
    height: 430px;
    padding-top: 93px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
#video .head {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 29.17px;
    line-height: 1.2;
    max-width: 340px;
    display: inline-block;
    margin-bottom: 60px;
}
#video .logo {
    position: relative;
}
#video .play-but {
    background: url('../img/youtube-play.svg') no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    margin: auto;
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    opacity: 0;
    transition: opacity 0.5s;
}
#video.loaded .play-but {
    opacity: 1;
}
#video iframe {
    display: none;
}
#video.active {
    background: #000;
    padding-top: 0;
    cursor: auto;
}
#video.active .head, #video.active .logo, #video.active .play-but {
    display: none;
}
#video.active iframe {
    max-width: 100%;
    display: block;
}

#achievements {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.025em;
    padding-top: 80px;
    padding-bottom: 49px;
}
#achievements .row {
    display: table;
    margin: 0 -10px;
}
#achievements .tr {
    display: table-row;
}
#achievements .col {
    padding: 0 10px;
    padding-bottom: 62px;
    box-sizing: border-box;
    display: table-cell;
}
#achievements .head {
    font-family: 'Gilroy Bold', sans-serif;
    text-align: center;
    margin-bottom: 40px;
}
#achievements p:first-child {
    font-family: 'Gilroy Bold', sans-serif;
}

#team {
    color: #fff;
    background: #ba75a0;
    background: -moz-linear-gradient(left,  #ba75a0 0%, #5a315c 100%);
    background: -webkit-linear-gradient(left,  #ba75a0 0%,#5a315c 100%);
    background: linear-gradient(to right,  #ba75a0 0%,#5a315c 100%);
    padding-top: 50px;
    padding-bottom: 50px;
}
#team .head {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 37.5px;
    letter-spacing: -0.025em;
}
#team .head img, #team .head span {
    vertical-align: middle;
}
#team .head img {
	margin-right: 14px;
}
#team .head span {
	position: relative;
	top: 2px;
}
#team .desc {
    line-height: 1.2;
    margin-top: 22px;
    margin-bottom: 28px;
}
#team .items {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
#team .item {
    width: 25%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 25px;
}
#team .item img {
    max-width: 100%;
}
#team .item .name {
    font-weight: bold;
    margin-top: 10px;
}
#team .item-desc {
    font-size: 12.5px;
    line-height: 1.2;
    margin-top: 2px;
}

#program {
    color: #fff;
    background: #ba75a0;
    background: -moz-linear-gradient(left,  #ba75a0 0%, #5a315c 100%);
    background: -webkit-linear-gradient(left,  #ba75a0 0%,#5a315c 100%);
    background: linear-gradient(to right,  #ba75a0 0%,#5a315c 100%);
    padding-top: 146px;
    padding-bottom: 162px;
}
#program .head {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 29.17px;
    letter-spacing: -0.025em;
}
#program .head img, #program .head span {
    vertical-align: middle;
}
#program .head img {
	margin-right: 9px;
}
#program .desc {
    line-height: 1.2;
    margin-top: 12px;
    margin-left: 4px;
}

#online {
    color: #fff;
    background: #ba75a0;
    background: -moz-linear-gradient(left,  #ba75a0 0%, #5a315c 100%);
    background: -webkit-linear-gradient(left,  #ba75a0 0%,#5a315c 100%);
    background: linear-gradient(to right,  #ba75a0 0%,#5a315c 100%);
    padding-top: 153px;
    padding-bottom: 174px;
}
#online .head {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 29.17px;
    letter-spacing: -0.025em;
}
#online .head img, #online .head span {
    vertical-align: middle;
}
#online .head img {
	margin-right: 9px;
}
#online .desc {
    line-height: 1.2;
    margin-top: 12px;
    margin-left: 4px;
}

#distance {
    color: #fff;
    background: #020346;
    padding: 74px 0;
}
#distance.white {
    color: #000;
    background: none;
}
#distance .head {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 29.17px;
    letter-spacing: -0.025em;
}
#distance .head img, #distance .head span {
    vertical-align: middle;
}
#distance .head img {
	margin-right: 10px;
}
#distance .head span {
	position: relative;
	top: -1px;
}
#distance .desc {
    font-size: 17.78px;
    line-height: 1.2;
    margin: 33px 0;
}

#pop-piano {
    padding: 74px 0;
}
#pop-piano.blue {
    color: #fff;
    background: #020346;
}
#pop-piano .head {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 37.5px;
    letter-spacing: -0.025em;
}
#pop-piano .head img, #pop-piano .head span {
    vertical-align: middle;
}
#pop-piano .head img {
	margin-right: 12px;
}
#pop-piano .desc {
    line-height: 1.2;
    margin-top: 14px;
    margin-bottom: 24px;
}

#events {
    color: #fff;
    background: #020346;
    padding-top: 133px;
    padding-bottom: 146px;
}
#events .head {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 37.5px;
    letter-spacing: -0.025em;
}
#events .head img, #events .head span {
    vertical-align: middle;
}
#events .head img {
	margin-right: 12px;
}
#events .head span {
	position: relative;
	top: 2px;
}
#events .desc {
    line-height: 1.2;
    margin-top: 14px;
    margin-bottom: 24px;
}

#reviews {
	padding-top: 116px;
	padding-bottom: 106px;
}
#reviews .head {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 37.5px;
    letter-spacing: -0.025em;
    margin-right: 27px;
}
#reviews .logos {
    min-height: 56px;
    margin-top: 15px;
}
#reviews .head img, #reviews .head span {
    vertical-align: middle;
}
#reviews .head img {
	margin-right: 12px;
}
#reviews .logos img {
    vertical-align: middle;
    margin-right: 15px;
}
#reviews .logos a:hover img {
    opacity: 0.7;
}

#gallery {
    color: #fff;
    background: url('../img/gallery.jpg') no-repeat center top;
    height: 514px;
    padding-top: 65px;
    box-sizing: border-box;
}
#gallery a {
    text-decoration: none;
}
#gallery .head {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 37.5px;
    letter-spacing: -0.025em;
}
#gallery .head img, #gallery .head span {
    vertical-align: top;
}
#gallery .head img {
	margin-right: 14px;
}
#gallery .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -10px;
    margin-top: 29px;
}
#gallery .col {
    width: 20%;
    padding: 0 10px;
    box-sizing: border-box;
}
#gallery .title {
    font-size: 15.45px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin-top: 10px;
}
#gallery .img {
    background: #fff;
    border-radius: 18px;
    padding-top: 124.57%;
    position: relative;
    overflow: hidden;
}
#gallery .img img {
    border-radius: 18px;
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    display: block;
    transition: opacity 0.2s;
}
#gallery a:hover .img img {
    opacity: 0.8;
}
#gallery .all {
    margin-top: 36px;
}
#gallery .all .but {
    width: 167px;
    box-sizing: border-box;
}

#comments {
    padding-top: 66px;
    padding-bottom: 55px;
}
#comments .head {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 37.5px;
    letter-spacing: -0.025em;
    margin-bottom: 27px;
}
#comments .head .rating {
    font-size: 12.5px;
    font-style: normal;
    display: block
}
#comments .head img, #comments .head span {
    display: inline-block;
    vertical-align: middle;
}
#comments .head img {
	margin-right: 14px;
}
#comments .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
}
#comments .col {
    width: 50%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
#comments .col:nth-child(2n) {
    text-align: right;
}
#comments .all .but {
    width: 167px;
    box-sizing: border-box;
    margin-top: 3px;
}

#about {
    padding-top: 81px;
    padding-bottom: 88px;
}
#about.kids {
    padding-top: 125px;
    padding-bottom: 112px;
}
#about .sub {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 18.75px;
    letter-spacing: -0.025em;
    margin-top: 11px;
}
#about .head span, #about .head img {
    vertical-align: middle;
}
#about.music .head {
    font-family: 'Streetbrush', sans-serif;
    font-size: 76.76px;
}
#about.music .head span {
    margin-right: 35px;
}
#about.kids .head {
    font-family: 'Hello Sunshine', sans-serif;
    font-size: 31.66px;
}
#about.kids .head img {
    margin-right: 15px;
}
#about .desc {
    line-height: 1.2;
    margin-top: 20px;
}
#about.music .desc {
    margin-top: 0;
}
#about.kids .desc {
    margin-top: 12px;
}
#about .desc p:not(:last-child) {
    margin-bottom: 20px;
}
#about .desc a {
    color: #020346;
}
#about .desc a:hover {
    color: #ba75a0;
}

#services {
    margin-top: 100px;
    margin-bottom: 140px;
}
#services .head {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 29.17px;
    letter-spacing: -0.025em;
}
#services .items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    margin-top: 30px;
}
#services .row {
    text-align: center;
}
#services .col {
    text-align: left;
    width: 340px;
    display: inline-block;
    vertical-align: top;
    margin: 0 40px;
}
#services .item {
    width: 33.33%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 47px;
}
#services .col .item {
    width: auto;
    padding: 0;
}
#services .col-2 .item {
    width: 50%;
}
#services .capt {
    font-weight: bold;
    font-size: 16.7px;
    letter-spacing: -0.025em;
    line-height: 1.2;
    padding: 5px 0;
    padding-left: 30px;
    margin-bottom: 10px;
}
#services .preload-block.loaded .capt {
    background: url('../img/medal.svg') no-repeat left center;
}
#services .desc {
    font-size: 14.58px;
    line-height: 1.2;
}
#services .info-block {
    margin-top: 30px;
}

#plan {
    font-size: 17.78px;
    line-height: 1.2;
    color: #fff;
    background: #020346;
    padding: 76px 0;
}
#plan .head {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 46.57px;
    letter-spacing: -0.025em;
}
#plan .head img, #plan .head span {
    vertical-align: middle;
}
#plan .head img {
	margin-right: 13px;
}
#plan .head span {
	position: relative;
	top: -1px;
}
#plan .desc {
    font-size: 17.78px;
    line-height: 1.2;
    margin-top: 18px;
    margin-bottom: 34px;
}
#plan .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -50px;
}
#plan .col {
    padding: 0 50px;
-webkit-flex: 1;
    -ms-flex: 1;
        flex: 1;
}
#plan .capt {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 25.4px;
    letter-spacing: -0.025em;
    margin-bottom: 29px;
}

#production {
    color: #fff;
    background: #020346;
    padding-top: 107px;
    padding-bottom: 92px;
}
#production .head {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 46.57px;
    letter-spacing: -0.025em;
    margin-bottom: 42px;
}
#production .head img, #production .head span {
    vertical-align: middle;
}
#production .head img {
	margin-right: 19px;
}
#production .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -60px;
}
#production .col {
    padding: 0 60px;
-webkit-flex: 1;
    -ms-flex: 1;
        flex: 1;
}
#production li {
    font-size: 17.97px;
    line-height: 35.93px;
    letter-spacing: 0.025em;
    list-style: none;
}
#production li:before {
    content: '•';
    margin-right: 5px;
}

#stages {
    color: #fff;
    background: #ba75a0;
    background: -moz-linear-gradient(left,  #ba75a0 0%, #5a315c 100%);
    background: -webkit-linear-gradient(left,  #ba75a0 0%,#5a315c 100%);
    background: linear-gradient(to right,  #ba75a0 0%,#5a315c 100%);
    padding-top: 94px;
    padding-bottom: 108px;
}
#stages .head {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 29.17px;
    letter-spacing: -0.025em;
    margin-bottom: 54px;
}
#stages .head img, #stages .head span {
    vertical-align: middle;
}
#stages .head img {
	margin-right: 15px;
}
#stages .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -30px;
}
#stages .col {
    line-height: 25px;
    padding: 0 30px;
-webkit-flex: 1;
    -ms-flex: 1;
        flex: 1;
}
#stages .capt {
    font-family: 'Gilroy Bold', sans-serif;
}
#stages li {
    letter-spacing: 0.025em;
    list-style: none;
}
#stages li:before {
    content: '•';
    margin-right: 5px;
}

.music-tracks {
    padding-top: 59px;
}
.music-tracks .head {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 29.17px;
    letter-spacing: -0.025em;
    margin-bottom: 27px;
}
.music-tracks .title {
    margin-top: 5px;
    margin-bottom: 12px;
}
.music-tracks .social {
    height: 32px;
}
.music-tracks .social a {
    transition: opacity 0.3s;
}
.music-tracks .social a:hover {
    opacity: 0.7;
}
.music-tracks .capt {
    font-size: 23.08px;
    color: #333;
}
.music-tracks .name {
    font-size: 17.31px;
    color: #676767;
}
.music-tracks .img img {
    border-radius: 5px;
    transition: opacity 0.2s;
}
.music-tracks .item:hover .img img {
    opacity: 0.8;
}
.music-tracks .social img {
    vertical-align: middle;
    margin-right: 7px;
}
.music-tracks .items {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
    margin: 0 -6.5px;
    margin-bottom: -6px;
}
.music-tracks .item {
    width: 25%;
    padding: 0 6.5px;
    box-sizing: border-box;
    margin-bottom: 57px;
    margin-bottom: 57px;
}
.music-tracks .item .img {
    border-radius: 4px;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.music-tracks .item .img img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
}

#main-benefit {
    color: #fff;
    background: url('../img/main-benefit.jpg') no-repeat center top;
    height: 380px;
    padding-top: 116px;
    box-sizing: border-box;
}
#main-benefit .desc {
    line-height: 1.2;
    margin-top: 6px;
    margin-bottom: 20px;
}

#event-page {
    margin-top: 45px;
    margin-bottom: 100px;
}
#event-page .head {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 29.17px;
    letter-spacing: -0.025em;
}
#event-page .head img, #event-page .head span {
    vertical-align: middle;
}
#event-page .head img {
	margin-right: 14px;
}
#event-page .sub {
    line-height: 1.2;
    margin-top: 10px;
}
#event-page .description {
    margin-top: 75px;
    margin-bottom: 37px;
}
#event-page .description .capt {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 29.14px;
    letter-spacing: -0.025em;
    margin-bottom: 9px;
}
#event-page .description p {
    line-height: 1.2;
    letter-spacing: -0.025em;
    margin-bottom: 80px;
}
#event-page .description .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -30px;
}
#event-page .description .col {
    padding: 0 30px;
-webkit-flex: 1;
    -ms-flex: 1;
        flex: 1;
}
#event-page .gallery .head {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 29.14px;
    letter-spacing: -0.025em;
    margin-bottom: 20px;
}
#event-page .gallery .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
    margin: 0 -5px;
}
#event-page .gallery .col {
    width: 20%;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
#event-page .gallery .item {
    border-radius: 4px;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
#event-page .gallery .item img {
    border-radius: 4px;
    width: 100%;
    position: absolute;
    top: 0; left: 0;
    transition: opacity 0.2s;
}
#event-page .gallery .item:hover img {
    opacity: 0.8;
}
#event-page .camp {
    margin-top: 92px;
}
#event-page .camp-description .head {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 29.17px;
    letter-spacing: -0.025em;
    margin-bottom: 12px;
}
#event-page .camp-description .head img, #event-page .camp-description .head span {
    vertical-align: middle;
}
#event-page .camp-description .head img {
    margin-right: 15px;
}
#event-page .camp-description .desc {
    line-height: 1.2;
    letter-spacing: -0.025em;
}
#event-page .camp #video {
    margin-top: 50px;
}
#event-page .camp .gallery {
    margin-top: 29px;
    margin-bottom: 52px;
}

#gallery-page .gallery {
    padding-top: 46px;
    padding-bottom: 16px;
}
#gallery-page .gallery .head {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 29.14px;
    letter-spacing: -0.025em;
    margin-bottom: 14px;
}
#gallery-page .gallery .head span, #gallery-page .gallery .head img {
    vertical-align: top;
}
#gallery-page .gallery .head img {
    margin-right: 12px;
}
#gallery-page .gallery .head span {
    position: relative;
    top: 4px;
}
#gallery-page .gallery .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
    margin: 0 -5px;
}
#gallery-page .gallery .col {
    width: 25%;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 44px;
}
#gallery-page .gallery.inner .col {
    margin-bottom: 10px;
}
#gallery-page .gallery .item {
    border-radius: 4px;
    padding-top: 100%;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
}
#gallery-page .gallery.inner .item {
    margin-bottom: 0;
}
#gallery-page .gallery .item img {
    border-radius: 4px;
    width: 100%;
    position: absolute;
    top: 0; left: 0;
    transition: opacity 0.2s;
}
#gallery-page .gallery a:hover img {
    opacity: 0.8;
}
#gallery-page .gallery .col a {
    text-decoration: none;
    color: #000;
}
#gallery-page .back {
    margin-bottom: 190px;
}

#team-page {
    padding-top: 85px;
    padding-bottom: 28px;
}
#team-page .head {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 29.17px;
    letter-spacing: -0.025em;
}
#team-page .main {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
-webkit-align-items: center;
     -ms-flex-align: center;
        align-items: center;
    margin-top: 30px;
    margin-bottom: 88px;
}
#team-page .main .img-block {
    width: 320px;
    margin-right: 27px;
-webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
        flex-shrink: 0;
}
#team-page .main .img {
	border-radius: 4px;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
#team-page .main .img img {
    border-radius: 4px;
    width: 100%;
    position: absolute;
    top: 0; left: 0;
}
#team-page .main .name {
    font-family: 'Streetbrush', sans-serif;
    font-size: 80px;
    margin-right: 34px;
}
#team-page .main .name, #team-page .main .social {
    display: inline-block;
    vertical-align: middle;
}
#team-page .main .social {
    position: relative;
    top: -8px;
}
#team-page .social img {
    width: 38px;
    height: 38px;
    margin-right: 10px;
}
#team-page .social a:hover img {
    opacity: 0.6;
}
#team-page .desc {
    line-height: 1.2;
    letter-spacing: 0.025em;
    margin-top: 7px;
}
#team-page .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
    margin: 0 -50px;
}
#team-page .col {
    width: 50%;
    padding: 0 50px;
    box-sizing: border-box;
    margin-bottom: 60px;
}
#team-page .sub {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 25px;
    letter-spacing: -0.025em;
    margin-bottom: 14px;
}
#team-page .item .img-block {
    width: 160px;
    float: left;
    margin-right: 21px;
    margin-bottom: 18px;
}
#team-page .item .img {
	border-radius: 4px;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
#team-page .item .img img {
    border-radius: 4px;
    width: 100%;
    position: absolute;
    top: 0; left: 0;
}
#team-page .item .name {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 28.94px;
    letter-spacing: -0.025em;
    margin-top: 65px;
    margin-bottom: 18px;
}
#team-page .item .social img {
    margin-right: 5px;
}
#team-page .item .desc {
    clear: left;
}

#contacts {
    line-height: 1.2;
    letter-spacing: -0.025em;
    text-align: center;
    color: #fff;
    background: url('../img/contacts.jpg') no-repeat center top;
    height: 651px;
    padding-top: 125px;
    box-sizing: border-box;
}
#contacts .box {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#contacts a {
    text-decoration: none;
    color: #fff;
    transition: opacity 0.3s;
}
#contacts a:hover {
    opacity: 0.7;
}
#contacts .content {
    max-width: 300px;
    display: inline-block;
}
#contacts .head {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 37.5px;
}
#contacts .desc {
	margin-top: 8px;
	margin-bottom: 55px;
}
#contacts .sub {
    font-family: 'Caviar Dreams Bold', sans-serif;
    font-size: 25.41px;
    margin-bottom: 13px;
}
#contacts .phone {
    font-size: 22.87px;
    margin-bottom: 40px;
}
#contacts .social img {
    margin: 0 5px;
}
#contacts .form {
    text-align: left;
    max-width: 250px;
    position: relative;
}
#contacts .form input {
    font-size: 12.5px;
    background: #fff;
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 34px;
    padding: 0 17px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
#contacts .form .but {
    font-size: 12.5px;
    line-height: 32px;
    background: none;
    border: 1px solid;
    border-radius: 4px;
    width: 100%;
    height: 34px;
   -webkit-appearance:none;
}
#contacts .form .but:hover {
    background: #fff;
    color: #020346;
}
#contacts .form .error {
    font-size: 12.5px;
    text-align: center;
    color: #ff4f4f;
    margin-top: 10px;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
}

#top.contacts-page {
    background: url('../img/contacts-page.jpg') no-repeat center;
    background-size: cover;
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#top.contacts-page .wrap {
    width: 1000px;
    max-width: 100%;
    box-sizing: border-box;
}
#top.contacts-page > .wrap {
    z-index: 2;
}
#top.contacts-page .contacts-content {
    padding-top: 70px;
    padding-bottom: 50px;
}
#top.contacts-page .contacts-content .cols {
    display: flex;
    margin: 0 -20px;
}
#top.contacts-page .contacts-content .col {
    flex: 1;
    padding: 0 20px;
}
#top.contacts-page .contacts-content .box {
    border-radius: 10px;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
#top.contacts-page .contacts-content .text .box {
    border: 1px solid #fff;
    padding: 70px 40px;
}
#top.contacts-page .contacts-content a {
    text-decoration: none;
    color: #fff;
    transition: opacity 0.3s;
}
#top.contacts-page .contacts-content a:hover {
    opacity: 0.7;
}
#top.contacts-page .contacts-content .col {
    position: relative;
}
#top.contacts-page .contacts-content .label {
    font-size: 24px;
    margin-bottom: 20px;
    position: absolute;
    left: 20px; right: 20px;
    bottom: 100%;
}
#top.contacts-page .contacts-content .text .cap {
    font-family: 'Caviar Dreams Bold', sans-serif;
	font-size: 25.41px;
}
#top.contacts-page .contacts-content .text .phone, #top.contacts-page .contacts-content .text .address {
    font-size: 22px;
    line-height: 1.2;
    margin: 15px 0;
}
#top.contacts-page .contacts-content .text .social img, #top.contacts-page .contacts-content .text .icons img {
    margin-right: 8px;
    vertical-align: middle;
}
#top.contacts-page .contacts-content .text .cap {
    margin-bottom: 15px;
}
#top.contacts-page .contacts-content .text .inner-col + .inner-col {
    margin-top: 65px;
}
#top.contacts-page .contacts-content .video .box {
    background: url('../img/contacts-way.png') no-repeat center;
    background-size: cover;
    position: relative;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.5s;
}       
#top.contacts-page .contacts-content .video .box:after {
    content: '';
    background: url('../img/youtube-play.svg') no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    margin: auto;
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    transition: opacity 0.3s;
}
#top.contacts-page .contacts-content .map .box {
    background: url('../img/contacts-map.png') no-repeat center;
    background-size: cover;
    position: relative;
    opacity: 0;
    transition: opacity 0.5s;
}       
#top.contacts-page .contacts-content .map .box:after {
    content: '';
    background: url('../img/google-maps-color.svg') no-repeat;
    background-size: contain;
    width: 65px;
    height: 65px;
    margin: auto;
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    transition: opacity 0.3s;
}
#top.contacts-page .contacts-content .video:hover .box:after, #top.contacts-page .contacts-content .map:hover .box:after {
    opacity: 0.8;
}
#top.contacts-page .contacts-content .video a:hover, #top.contacts-page .contacts-content .map a:hover {
    opacity: 1;
}
#top.contacts-page.loaded .contacts-content .video .box, #top.contacts-page.loaded .contacts-content .map .box {
    opacity: 1;
}
#top.contacts-page #footer {
    background: none;
    padding-top: 0;
}
#footer {
    font-size: 17.78px;
    line-height: 1.2;
    letter-spacing: -0.025em;
    text-align: center;
    color: #fff;
    background: #000;
    padding: 31px 0;
}
#footer a {
    text-decoration: none;
    color: #fff;
    transition: opacity 0.3s;
}
#footer a:hover {
    opacity: 0.7;
}
#footer .menu {
    font-size: 0;
}
#footer .menu li {
    font-size: 14px;
    display: inline-block;
    margin: 2px 0;
}
#footer .menu li:not(:last-child):after {
    content: '•';
    margin: 0 8px;
}

@media screen and (min-width: 1900px) {
    #top, #video, #gallery, #contacts, #main-benefit {
        background-size: cover !important;
    }
    #top.home {
        background-position: center 20%;
    }
}
@media screen and (max-width: 1100px) {
    #plan .row, #production .row, #stages .row, #team-page .row {
        margin: 0 -20px;
    }
    #plan .col, #production .col, #stages .col, #team-page .col {
        padding: 0 20px;
    }
}
@media screen and (max-width: 1024px) {
    #benefits .row, #event-page .description .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    #benefits .col, #event-page .description .col {
        padding-left: 20px;
        padding-right: 20px;
    }
    #benefits img {
        max-width: 100%;
    }
    #benefits .capt.kids img, #benefits .capt.kids span {
        vertical-align: middle;
    }
    #benefits .desc br {
        display: none;
    }
    #distance .head, #events .head, #pop-piano .head, #benefits .head {
        line-height: 1.2;
    }
    #distance .head span, #events .head span, #pop-piano .head span, #benefits .head span {
        display: inline-block;
        max-width: calc(100% - 72px);
    }
    #reviews {
        padding-top: 96px;
        padding-bottom: 86px;
    }
    #reviews .head {
        margin: 20px 0;
    }
    .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe {
        width: 100% !important;
        box-sizing: border-box;
    }
    #services .col {
        width: calc(50% - 4px);
        padding: 0 30px;
        box-sizing: border-box;
        margin: 0;
    }
    #production .head span {
        display: inline-block;
        max-width: calc(100% - 59px);
    }
    #team-page .item .img-block {
        max-width: 43%;
    }
    #team-page .item .name {
        margin-top: 30px;
    }
    #team-page .item .social {
        white-space: nowrap;
    }
    #programs .items {
        flex-wrap: wrap;
        margin-bottom: -20px;
    }
    #programs .item {
        width: 50%;
        margin-bottom: 20px;
    }
    #top.contacts-page .contacts-content .cols {
        margin: 0 -10px;
    }
    #top.contacts-page .contacts-content .col {
        padding: 0 10px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
    #benefits .capt.music {
        font-size: 53px;
    }
    #benefits .capt.kids {
        font-size: 24px;
    }
    #benefits .capt {
        height: auto;
        min-height: 55px;
    }
}
@media screen and (min-width: 769px) {
    .mmob {
        display: none !important;
    }    
    #top .header .menu .dropdown li.mmob + li {
        border-top: none;
    }
    #top .header .menu .title, #top .header .lang .label {
        transition: opacity 0.3s;
    }
    #top .header .menu .title:hover, #top .header .lang .label:hover {
        opacity: 0.7;
    }
    #top .header .lang .dropdown li.title {
        display: none;
    }
    #top.studio .content .logo-blurred {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .wrap {
        padding: 0 10px;
    }
    #top .wrap {
        padding: 0 10px;
    }
    #top .header .menu .dropdown, #top .header .lang .dropdown {
        background: #fff;
        border-radius: 0;
        width: 270px;
        margin: 0;
        position: fixed;
        z-index: 991;
        right: 0;
        top: 0;
        bottom: 0;
-webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
        visibility: visible;
        overflow-y: auto;
-webkit-overflow-scrolling: touch;
        transition: -webkit-transform 0.3s, -ms-transform 0.3s, transform 0.3s, opacity 0.3s;
    }
    #top .header .menu.active .dropdown {
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
        margin: 0;
-webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        transition: -webkit-transform 0.3s, -ms-transform 0.3s, transform 0.3s;
    }
    #top .header .menu .dropdown li.mmob {
        font-family: 'Caviar Dreams Bold', sans-serif;
        font-size: 20px;
        color: #000;
        padding: 18px 20px;
    }
    #top .header .menu.active .title {
        position: fixed;
        z-index: 992;
        top: 16px;
        right: 10px;
    }
    #top .header .menu .title span {
        transition: 0.5s;
        display: none;
    }
    #top .header .menu.active .title span {
        display: none;
    }
    #top .header .menu .dropdown li.social a {
        padding: 0;
        display: inline-block;
        margin-right: 10px;
    }
    .active .mmenu:after, .active .mmenu:before, .active .mmenu div {
        background: #000;
    }
    #top .header .lang .dropdown {
        width: auto;
        margin: 0;
        bottom: auto;
        top: 0; left: 0; right: 0;
        visibility: visible;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        transition: transform 0.3s, opacity 0.3s;
    }
    #top .header .lang.active .dropdown {
        margin-top: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    #top .header .lang .dropdown li.title {
        font-family: 'Caviar Dreams Bold', sans-serif;
        font-size: 21px;
        letter-spacing: -0.025em;
        padding-right: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: auto;
    }
    #top .header .lang .dropdown li.title span {
        width: 20px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    #top .header .lang .dropdown li.title span:before, #top .header .lang .dropdown li.title span:after {
        content: '';
        background: #000;
        height: 2px;
        width: 20px;
        position: absolute;
        top: 0; bottom: 0;
        left: 0; right: 0;
        margin: auto;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #top .header .lang .dropdown li.title span:after {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #top .header .menu.active .mback, #top .header .lang.active .mback {
        opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    #top .header .menu.active + .lang {
        margin-right: 42px;
    }
    #top:not(.home) .header .social {
        display: none;
    }
    #top .header .social img {
        width: 30px;
        height: 30px;
    }
    #top.home {
        background-position: right -600px top 0;
        height: auto;
        padding-bottom: 136px;
    }
    #top:before {
        content: '';
        background: url('../img/ss-logo-white.svg') no-repeat center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.33;
    }
    #top:before, #top.home:before {
        width: 340px;
        height: 90px;
        max-width: 90%;
        margin: auto;
        top: auto;
        bottom: 19px;
    }
    #top.music:before, #top.team:before, #top.gallery:before, #top.contacts-page:before {
        display: none;
    }
    #top .content .capt {
        font-size: 40.43px;
    }
    #top .content .sub {
        font-size: 20.22px;
        padding-bottom: 19px;
    }
    #top .content .sub:after {
        width: 232px;
    }
    #top.home {
        padding-bottom: 50px;
    }
    #top.home .content .head img {
        max-width: 100%;
        height: auto;
        margin-right: 0;
    }
    #top.home .content {
        margin-top: 100px;
    }
    #top.home .content .desc p {
        margin-bottom: 15px;
    }
    #top.home .content .desc .but {
        margin-top: 10px;
    }
    #top.home .content .contacts {
        font-size: 12px;
        letter-spacing: -0.025em;
        margin-top: 50px;
    }
    #top.home .content .contacts .phone, #top.home .content .contacts .address {
        padding-left: 31px;
        margin: 10px 5px;
    }
    #top.home .content .contacts .phone:before, #top.home .content .contacts .address:before {
        width: 27px;
        height: 27px;
        top: -9px;
    }
    #benefits {
        padding-top: 44px;
        padding-bottom: 65px;
    }
    #benefits .head {
        margin-bottom: 30px;
    }
    #benefits .capt {
        height: auto;
    }
    #benefits .capt.music {
        font-size: 49.77px;
    }
    #benefits .capt.pop {
        font-size: 33.33px;
    }
    #benefits .desc {
         margin-top: 10px;
    }
    #benefits .row {
        display: block;
        margin: 0;
    }
    #benefits .col {
        padding: 0;
    }
    #benefits .col:not(:last-child) {
        margin-bottom: 50px;
    }
    #achievements {
        padding-top: 59px;
        padding-bottom: 32px;
    }
    #achievements .head {
        margin-bottom: 26px;
    }
    #achievements .row {
        display: block;
    }
    #achievements .tr {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
    }
    #achievements .col {
        width: 50%;
        display: block;
        box-sizing: border-box;
    }
    #reviews .head {
        display: block;
    }
    #reviews .head span, #stages .head span {
        display: inline-block;
        max-width: calc(100% - 72px);
    }
    #program .head span {
        display: inline-block;
        max-width: calc(100% - 51px);
    }
    #reviews .logos img {
        margin-bottom: 30px;
    }
    #gallery .col {
        width: 25%;
    }
    #gallery .col:nth-child(4) ~ .col {
        display: none;
    }
    #gallery .title {
        font-size: 13.28px;
    }
    #comments .row {
        display: block;
        margin: 0;
    }
    #comments .col {
        width: auto;
        padding: 0;
    }
    #comments .col:nth-child(2) ~ .col {
        display: none;
    }
    #team {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    #team .head {
        font-size: 29.17px;
    }
    #team .head img {
        width: 35px;
        height: 35px;
    }
    #team .desc {
        font-size: 14.58px;
        margin-bottom: 30px;
        margin-top: 15px;
    }
    #team .items {
        margin: 0 -10px;
    }
    #team .item {
        width: 50%;
        padding: 0 10px;
    }
    #team .item img {
        max-width: 80%;
    }
    #team .item .name {
        font-size: 13.16px;
    }
    #team .item-desc {
        font-size: 9.87px;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    #distance, #events, #pop-piano {
        padding: 100px 0;
    }
    #benefits, #reviews {
        padding: 70px 0;
    }
    #distance .desc {
        margin: 19px 0;
    }
    #distance .head, #events .head, #pop-piano .head {
        font-size: 20.83px;
    }
    #benefits .head, #reviews .head, #comments .head {
        font-size: 25px;
    }
    #distance .head img, #events .head img, #pop-piano .head img, #comments .head img {
        width: 40px;
        height: 40px;
    }
    #benefits .head img, #reviews .head img {
        width: 50px;
        height: auto;
    }
    #distance .desc, #events .desc, #pop-piano .desc {
        font-size: 14.58px;
        margin-top: 15px;
        margin-bottom: 40px;
    }
    #distance .but, #events .but, #pop-piano .but, #benefits .but {
        font-size: 8.84px;
        line-height: 23px;
        height: 25px;
    }
    #reviews .head {
        margin: 30px 0;
    }
    #reviews .logos img {
        margin-bottom: 40px;
    }
    #gallery .all {
        margin-top: 50px;
    }
    #comments {
        padding-top: 93px;
        padding-bottom: 85px;
    }
    #contacts {
        background-size: cover;
        height: auto;
        padding-top: 85px;
        padding-bottom: 120px;
    }
    #contacts .box {
        display: block;
    }
    #contacts .form {
        text-align: center;
        margin: auto;
        margin-top: 50px;
    }
    #footer {
        padding: 30px 0;
    }
    #footer .wrap {
        display: flex;
        justify-content: space-between;
    }
    #footer .menu {
        text-align: left;
        margin-left: 20px;
    }
    #footer .menu li {
        display: block;
    }
    #footer .menu li:before {
        content: '•';
        margin-right: 8px;
    }
    #footer .menu li:after {
        display: none;
    }
    #footer .copyright {
        text-align: right;
        margin-top: auto;
        margin-right: 20px;
    }        
    #top .content .logo-blurred {
        display: none;
    }
    #top.music .content .logo-blurred {
        display: block;
        margin-top: 0;
    }
    #top .content .desc {
        font-size: 14.58px;
    }
    #top.studio {
        background-position: 15% top;
        height: 460px;
    }
    #top.music {
        height: 458px;
    }
    #top.gallery {
        height: 463px;
    }
    #top.studio .wrap, #top.music .wrap, #top.kids .wrap, #top.team .wrap, #top.events .wrap, #top.gallery .wrap {
        height: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
-webkit-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;
    }
    #top.studio .content, #top.music .content, #top.kids .content, #top.team .content, #top.events .content, #top.gallery .content {
        margin: auto;
    }
    #top.studio .content .centered, #top.music .content .centered, #top.kids .content .centered, #top.team .content .centered, #top.studio.distance .content .centered, #top.events .content .centered, #top.gallery .content .centered {
        margin-top: 0;
        margin-left: 25px;
        margin-bottom: 20px;
    }
    #top.music .content .centered {
        margin-bottom: 30px;
        margin-top: 50px;
    }
    #top.events .content .centered, #top.gallery .content .centered {
        margin-left: 10px;
    }
    #about {
        padding-top: 39px;
        padding-bottom: 58px;
    }
    #about .desc {
        margin-top: 14px;
    }
    #program {
        padding-top: 84px;
        padding-bottom: 83px;
    }
    #services {
        margin-top: 90px;
        margin-bottom: 110px;
    }
    #services .items {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    #services .item, #services .col-2 .item {
        width: auto;
        padding: 0;
        margin-bottom: 40px;
    }
    #services .col {
        width: auto;
        padding: 0;
        display: block;
    }
    #services .info-block {
        margin-top: 90px;
    }
    #services #video {
        margin: 0 -20px;
        margin-top: 66px;
        margin-bottom: 95px;
    }
    #services #program {
        text-align: left;
        margin: 0 -20px;
        margin-top: 66px;
        margin-bottom: 66px;
    }
    #plan {
        padding-top: 51px;
        padding-bottom: 60px;
    }
    #plan .head {
        font-size: 29.17px;
    }
    #plan .desc {
        margin-top: 29px;
        margin-bottom: 57px;
    }
    #plan .capt {
        margin-bottom: 5px;
    }
    #plan .row {
        display: block;
        margin: 0;
    }
    #plan .col {
        padding: 0;
    }
    #plan .col:not(:last-child) {
        margin-bottom: 44px;
    }
    #about {
        padding-top: 84px;
        padding-bottom: 79px;
    }
    #top.distance + #about {
        padding-top: 42px;
        padding-bottom: 51px;
    }
    #about.music .head {
        font-size: 66.82px;
        margin-bottom: 33px;
    }
    #about.music .head span {
        margin-right: 25px;
    }
    #production {
        padding-top: 92px;
        padding-bottom: 95px;
    }
    #production .head {
        font-size: 29.17px;
        line-height: 1.2;
    }
    #production .row {
        display: block;
        margin: 0;
    }
    #production .col {
        padding: 0;
    }
    .music-tracks {
        padding-top: 51px;
        padding-bottom: 21px;
    }
    .music-tracks .head {
        margin-bottom: 21px;
    }
    .music-tracks .item {
        width: 33.33%;
    }
    .music-tracks .social {
        height: 25px;
    }
    .music-tracks .social img {
        margin-right: 4px;
    }
    .music-tracks .social img[src*="youtube-big.svg"] {
        width: 30px;
        height: 22px;
    }
    .music-tracks .social img[src*="spotify.svg"] {
        width: 23px;
        height: 23px;
    }
    .music-tracks .social img[src*="music.svg"] {
        width: 25px;
        height: 25px;
    }
    .music-tracks .capt {
        font-size: 16.67px;
    }
    .music-tracks .name {
        font-size: 12.5px;
    }
    #stages {
        padding-top: 57px;
        padding-bottom: 26px;
    }
    #stages .head {
        margin-bottom: 32px;
    }
    #stages .row {
        display: block;
        margin: 0;
    }
    #stages .col {
        line-height: 22px;
        padding: 0;
        margin-bottom: 52px;
    }
    #main-benefit {
        height: 314px;
        padding-top: 50px;
    }
    #top.kids {
        height: 460px;
    }
    #about.kids {
        padding-top: 56px;
        padding-bottom: 62px;
    }
    #team-page {
        padding-top: 38px;
        padding-bottom: 0;
    }
    #team-page .head {
        display: none;
    }
    #team-page .main {
        margin-top: 0;
    }
    #team-page .main .img-block {
        width: 40%;
        margin-bottom: 17px;
    }
    #team-page .head + .name {
        font-family: 'Streetbrush', sans-serif;
        font-size: 80px;
    }
    #team-page .main .social {
        margin-top: 18px;
        top: 0;
    }
    #team-page .sub {
        display: none;
    }
    #team-page .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    #team-page .col {
        padding-left: 10px;
        padding-right: 10px;
    }
    #online {
        padding-bottom: 134px;
    }
    #event-page .description .capt {
        font-size: 20.38px;
    }
    #event-page .description p {
        font-size: 14.58px;
        margin-bottom: 40px;
    }
    #event-page .description .row {
        display: block;
        margin: 0;
    }
    #event-page .description .col {
        padding: 0;
    }
    #event-page .gallery {
        margin-top: 80px;
    }
    #gallery, #main-benefit {
        background-position: 70% center;
    }
    #video.active iframe {
        width: calc(100% + 20px);
        max-width: none;
        margin-left: -10px;
    }
    #event-page .description {
        margin-top: 35px;
        margin-bottom: -16px;
    }
    #event-page .camp {
        margin-top: 100px;
    }
    #event-page .camp #video {
        margin-top: 32px;
    }
    #gallery-page .gallery {
        padding-top: 51px;
    }
    #gallery-page .back {
        margin-bottom: 90px;
    }
    #programs {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    #programs .head, #event-page .head {
        font-size: 20.83px;
        line-height: 1.2;
    }
    #programs .head img, #event-page .head img {
        width: 42px;
        height: 42px;
    }
    #programs .head img {
        margin-right: 9px;
    }
    #programs .head span, #event-page .head span {
        display: inline-block;
        max-width: calc(100% - 70px);
    }
    #programs .desc {
        font-size: 13.54px;
    }
    #programs .items {
        margin-left: -8px;
        margin-right: -8px;
        margin-bottom: -16px;
        margin-top: 25px;
    }
    #programs .item {
        padding: 0 8px;
        margin-bottom: 16px;
    }
    #programs .item .box {
        padding: 20px;
    }
    #programs .item .cap {
        font-size: 21.26px;
    }
    #programs .item .sub {
        font-size: 16.7px;
    }
    #programs .item-desc {
        font-size: 10.63px;
    }
    #programs .item-desc li:not(:last-child) {
        margin-bottom: 10px;
    }
    #programs .item .but {
        font-size: 8.75px;
        line-height: 22px;
        height: 24px;
    }
    #programs .info-block {
        margin-top: 25px;
    }
    #programs .bg-box + .info-block {
        margin-top: 90px;
    }
    #programs .bg-box {
        display: block;
    }
    #programs .bg-box .main,  #programs .bg-box .secondary {
        padding: 40px 20px;
    }
    #programs .bg-box .tabs-head li {
        font-size: 9.69px;
        padding: 5px 15px;
    }
    #programs .bg-box .tabs-content, #programs .bg-box .secondary {
        font-size: 14.58px;
    }
    #programs .bg-box .tabs-content ul + p {
        margin-top: 15px;
    }
    #programs .bg-box .tabs-content div:not(:last-child):not(.tab-item)  {
        margin-bottom: 15px;
    }
    #programs .bg-box .secondary p:not(:last-child), #programs .bg-box .secondary ul:not(:last-child) {
        margin-bottom: 15px;
    }
    #programs .bg-box .secondary div p:not(:last-child) {
        margin-bottom: 15px;
    }
    .info-block {
        padding: 50px 35px;
        display: block;
    }
    .info-block .info-cap {
        font-size: 18.75px;
        line-height: 1.2;
    }
    .info-block .info-cap.big {
        font-size: 20.83px;
    }
    .info-block .info-desc {
        margin-top: 20px;
    }
    .info-block .info-desc p:not(:last-child) {
        margin-bottom: 20px;
    }
    .info-block .actions {
        margin-left: 0;
        margin-top: 25px;
    }
    #top.contacts-page .contacts-content {
        padding-top: 30px;
    }
    #top.contacts-page .contacts-content .cols {
        flex-wrap: wrap;
        margin: 0;
    }
    #top.contacts-page .contacts-content .col {
        padding: 0 20px;
        flex: 0 1 auto;
        box-sizing: border-box;
    }
    #top.contacts-page .contacts-content .col.text {
        width: 100%;
        margin-bottom: 50px;
    }
    #top.contacts-page .contacts-content .col.video, #top.contacts-page .contacts-content .col.map {
        width: 50%;
    }
    #top.contacts-page .contacts-content .box {
        height: auto;
    }
    #top.contacts-page .contacts-content .text .box {
        padding: 40px 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #top.contacts-page .contacts-content .text .inner-col {
        margin: 30px 15px !important;
    }
    #top.contacts-page .contacts-content .video .box, #top.contacts-page .contacts-content .map .box {
        height: auto;
        min-height: 495px;
    }
    #top.contacts-page .contacts-content .label {
        position: static;
    }
    #top.contacts-page #footer {
        background: #000;
        padding-top: 40px;
    }
}
@media screen and (max-width: 600px) {
    #gallery .col {
        width: 33.33%;
    }
    #gallery .col:nth-child(3) ~ .col {
        display: none;
    }
    #team-page .row {
        display: block;
        margin: 0;
    }
    #team-page .col {
        width: auto;
        padding: 0;
        margin-bottom: 80px;
    }
    #team-page .item .name {
        padding-top: 20px;
        margin-top: 0;
    }
    #team-page .item .img-block {
        max-width: 47%;
    }
    #event-page .gallery .col, #gallery-page .gallery .col {
        width: 33.33%;
    }
}
@media screen and (max-width: 500px) {
    #team-page .main {
        display: block;
    }
    #team-page .head + .name {
        text-align: center;
    }
    #team-page .main .img-block {
        width: 320px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    #top.contacts-page .contacts-content .col.video, #top.contacts-page .contacts-content .col.map {
        width: 100%;
    }
    #top.contacts-page .contacts-content .col.video {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 400px) {
    #contacts {
        background-image: url('../img/contacts-mobile.jpg');
        background-size: cover;
    }
    #top.music {
        background-image: url('../img/top-music-mobile.jpg');
        background-position: center top;
        background-size: cover;
    }
    #top.kids {
        background-image: url('../img/top-kids-mobile.jpg');
        background-size: cover;
    }
    #top.events {
        background-image: url('../img/contacts-mobile.jpg');
        background-size: cover;
        background-position: center;
        height: 500px;
    }
    #top.gallery {
        background-image: url('../img/top-gallery-mobile.jpg');
        background-size: cover;
    }
    #achievements .col {
        width: 100%;
        padding-bottom: 25px;
    }
    #reviews .logos {
        text-align: center;
    }
    #gallery .col {
        width: 50%;
    }
    #gallery .col:nth-child(2) ~ .col {
        display: none;
    }
    .music-tracks .item {
        width: 50%;
    }
    #event-page .gallery .col, #gallery-page .gallery .col {
        width: 50%;
    }
}
@media screen and (max-width: 350px) {
    #about.music .head {
        font-size: 55px;
    }
    #programs .bg-box .tabs-head li {
        padding: 5px 10px;
    }
}