@charset "UTF-8";
@font-face {
  font-family: 'Koryaka';
  src: url("../fonts/Koryaka Free Rounded/fonts/Koryaka Free Rounded.eot");
  src: local("☺"), url("../fonts/Koryaka Free Rounded/fonts/Koryaka Free Rounded.woff") format("woff"), url("../fonts/Koryaka Free Rounded/fonts/Koryaka Free Rounded.ttf") format("truetype"), url("../fonts/Koryaka Free Rounded/fonts/Koryaka Free Rounded.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'LaoMN';
  src: url("../fonts/LaoMN/fonts/LaoMN.eot");
  src: local("☺"), url("../fonts/LaoMN/fonts/LaoMN.woff") format("woff"), url("../fonts/LaoMN/fonts/LaoMN.ttf") format("truetype"), url("../fonts/LaoMN/fonts/LaoMN.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'LaoMN-Bold';
  src: url("../fonts/LaoMN-Bold/fonts/LaoMN-Bold.eot");
  src: local("☺"), url("../fonts/LaoMN-Bold/fonts/LaoMN-Bold.woff") format("woff"), url("../fonts/LaoMN-Bold/fonts/LaoMN-Bold.ttf") format("truetype"), url("../fonts/LaoMN-Bold/fonts/LaoMN-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MyriadPro';
  src: url("../fonts/MyriadPro-Regular/fonts/MyriadPro-Regular.eot");
  src: local("☺"), url("../fonts/MyriadPro-Regular/fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular/fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular/fonts/MyriadPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GOTHIC';
  src: local("☺"), url("../fonts/GOTHIC.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GOTHICB';
  src: local("☺"), url("../fonts/GOTHICB.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GOTHICBI';
  src: local("☺"), url("../fonts/GOTHICBI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GOTHICI';
  src: local("☺"), url("../fonts/GOTHICI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
body {
  font-size: 14px;
  background: #fff;
  font-family: 'GOTHIC',sans-serif; }

.container {
  max-width: 1600px; }
  video {
          width: 100%;
      }
ul {
  padding: 0;
  margin: 0;
  list-style: none; }
[name="input-rr"] {
        position: absolute;
    left: -99999999px;
    top: -999999px;
}
#jGrowl{
    display: none!important;
}
header {
  background: #191e27;
  color: #fff; }
  header .logo-mobile {
    display: none; }
  header .btn-mobile-show-menu {
    display: none; }
  header a {
    color: #fff; }
    header a:hover {
        color: #eebdd5; 
        text-decoration: none; }
  header ul {
    display: flex;
    flex-wrap: wrap;
    min-height: 45px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: "MyriadPro",sans-serif; }
    header ul li {
      padding-left: 40px;
      position: relative; }
      header ul li:after {
        content: '';
        display: block;
        position: absolute;
        width: 2px;
        height: 26px;
        background: #fff;
        left: 20px;
        top: 50%;
        margin-top: -13px; }
      header ul li:first-child:after {
        display: none; }

.main-banner {
  background: url("../img/bg/header-bg.jpg") center/cover;
  border-bottom: 5px solid #191e27; }
  .main-banner .content {
    height: auto;
    padding: 0;
    display: flex;
    align-items: center; }
  .main-banner .img-logo {
    width: 35%;
    padding: 30px; }
    .main-banner .img-logo img {
      max-width: 100%; }
  .main-banner .text {
    width: 65%;
    text-align: right;
    font-size: 100px;
    font-family: Koryaka,sans-serif;
    line-height: 0.9; }
.error-page-content {
        text-align: center;
    color: #fff;
}

.error-page-content .number {
    font-size: 200px;
        line-height: 1.2;
}
.error-page-content .text {
    font-size: 24px;
}
.head-menu {
  background: #eebdd5; }
  .head-menu ul {
    display: flex;
    flex-wrap: wrap;
    min-height: 45px;
    align-items: center;
    justify-content: center; }
    .head-menu ul li {
      padding: 0 30px; }
      .head-menu ul li.active a:after {
        content: '';
        display: block;
        width: 86%;
        height: 1px;
        background: #191e27;
        bottom: 5px;
        left: 7%;
        position: absolute;
        text-decoration: none; }
      .head-menu ul li a {
        font-size: 14px;
        font-family: LaoMN-Bold,sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        color: #191e27;
        display: inline-block;
        position: relative;
        padding: 0; }
        .head-menu ul li a:hover {
          text-decoration: none; }
          .head-menu ul li a:hover:after {
            content: '';
            display: block;
            width: 86%;
            height: 1px;
            background: #191e27;
            bottom: 5px;
            left: 7%;
            position: absolute;
            text-decoration: none; }

.section__home-about {
  padding: 50px 0 125px;
  background: url("../img/bg/bg-balet.jpg") center/cover no-repeat;}
  .section__home-about .img {
    width: 38%;
    padding-right: 30px; }
    .section__home-about .img .img-wrap {
      display: block;
      width: 100%;
      overflow: hidden;
      border-radius: 15px;
      margin-top: 10px; }
    .section__home-about .img img {
      width: 100%; }
  .section__home-about .content {
    width: 62%;
    padding-left: 30px;
    padding-top: 0px;
    color: #fff; }
    .section__home-about .content .text p {
      margin: 0 0 20px; }
  .section__home-about.section__music {
    background: url("../img/bg/music.png") center bottom/cover;
    padding-bottom: 125px; }
    .section__home-about.section__music .content {
      padding-top: 0; }
  .section__home-about .title-section:after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    bottom: -5px;
    width: 150px;
    height: 2px;
    background: #eebdd5;
    border-radius: 2px; }

.title-section {
  font-size: 28px;
  font-family: 'GOTHIC',sans-serif;
  position: relative;
  margin-bottom: 50px; }

.title-section-bold {
  font-family: GOTHICB,sans-serif; }

.title-center {
  text-align: center; }

.title-section-line span {
  position: relative;
  top: -20px; }
.title-section-line a {
  color: inherit;
  transition: 0.3s; }
  .title-section-line a:hover {
    text-decoration: none;
    color: #eebdd5; }
.title-section-line span:after {
  position: absolute;
  content: '';
  display: block;
  left: 10%;
  bottom: -15px;
  width: 80%;
  height: 2px;
  background: #eebdd5;
  border-radius: 2px; }

.section-content-flex {
  display: flex;
  flex-wrap: wrap; }

.section__home-gallery {
  background: url("../img/bg/line.png") center top/cover;
  margin-top: -130px;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
  margin-bottom: -100px; }

.home_gallery {
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 80px;
  padding-right: 80px; }
  .home_gallery * {
    outline: none; }
  .home_gallery .item {
    width: 450px;
    padding: 0 10px 10px; }
    .home_gallery .item .content {
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 3px 3px 5px 0px #a2a2a2; }
    .home_gallery .item .img {
      border-radius: 5px;
      position: relative;
      z-index: 2;
      overflow: hidden;
      height: 160px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
    .home_gallery .item .text {
      border-radius: 0 0 10px 10px;
      background: #f3d386;
      text-align: center;
      position: relative;
      z-index: 1;
      padding-top: 20px;
      margin-top: -20px;
      min-height: 55px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }

.slick-prev-gray,
.slick-next-gray {
  background: none;
  outline: none;
  width: 30px;
  height: 30px;
  border-left: 5px solid #8c8e93;
  border-top: 5px solid #8c8e93;
  border-bottom: 0;
  border-right: 0;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer; }
  .slick-prev-gray:focus,
  .slick-next-gray:focus {
    outline: none; }

.slick-prev-gray {
  left: 55px;
  transform: rotate(-45deg); }

.slick-next-gray {
  right: 55px;
  transform: rotate(135deg); }

.section__our-promotions {
  background: #000000;
  color: #fff;
  padding-top: 130px;
  padding-bottom: 30px;
  position: relative; }
  .section__our-promotions .stick {
    position: absolute;
    top: 8px;
    left: 40%;
    z-index: 5; }
    .section__our-promotions .stick img{
    width: 150px;}
  .section__our-promotions .section-content-flex {
    flex-wrap: nowrap; }
  .section__our-promotions .bulb {
    width: 50%; }
    .section__our-promotions .bulb .item {
      background: url(../img/bubl.png) center/cover;
      width: 300px;
      height: 250px;
      font-size: 12px;
      color: #191e27;
      margin-left: 120px;
      padding: 37px 65px 0px 89px;
      text-align: center;}
  .section__our-promotions .slider-prom-wrap {
    width: 50%;
    padding: 0px 200px 30px 20px; }
    .section__our-promotions .slider-prom-wrap * {
      outline: none; }
    .section__our-promotions .slider-prom-wrap .slider-prom {
      padding-bottom: 40px;
    padding-right: 10px; }
    .section__our-promotions .slider-prom-wrap .title {
      margin-bottom: 40px; }
      .section__our-promotions .slider-prom-wrap .title a {
        color: inherit;
        transition: 0.3s; }
        .section__our-promotions .slider-prom-wrap .title a:hover {
          text-decoration: none;
          color: #eebdd5; }
      .section__our-promotions .slider-prom-wrap .title:after {
        position: absolute;
        content: '';
        display: block;
        left: 0;
        bottom: -15px;
        width: 230px;
        height: 2px;
        background: #eebdd5;
        border-radius: 2px; }
  .section__our-promotions .slick-prev {
    background: url("../img/prev-prom.png") center/cover;
    width: 41px;
    height: 33px;
    position: absolute;
    bottom: -50px;
    left: 0;
    border: 0;
    outline: none;
    cursor: pointer; }
  .section__our-promotions .slick-next {
    background: url("../img/next-prom.png") center/cover;
    width: 86px;
    height: 33px;
    position: absolute;
    bottom: -50px;
    left: 80px;
    border: 0;
    outline: none;
    cursor: pointer;
    z-index: 10; }
  .section__our-promotions:after {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/bills.png) center/cover;
    width: 300px;
    height: 250px;
    bottom: 20px;
    right: 20px; }
  .section__our-promotions:before {
    content: '';
    display: block;
    background: url(../img/ball.png) center/cover;
    width: 250px;
    height: 250px;
    position: absolute;
    z-index: 1;
    bottom: -120px;
    left: -150px; }

.mopup-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}
.mopup-box .flex {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 17px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.mopup-box .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
}
.mopup-box .content__popup {
    position: relative;
    z-index: 10;
    background: #f4f0ea;
    width: 500px;
    max-width:96%;
    padding: 20px 30px 30px;
    border-radius: 10px;
}

.mopup-box .content__popup .title {
    text-align: center;
    font-size: 25px;
    font-family: "Museo Cyrl 700", sans-serif;
    color: #5a4f3e;
    margin-bottom: 15px;
}

.mopup-box .content__popup .btns {
        display: flex;
    align-items: flex-start;
    justify-content: center;
}

.mopup-box .content__popup .btns button{
        background: none;
    border: 1px solid #000;
    margin: 0 20px;
    border-radius: 35px;
    height: 35px;
    padding: 5px 25px;
    outline: none;
    cursor: pointer;
}

.mopup-box .content__popup .btns button.no {
    background: #e095b6;
    color: #fff;
    border-color: #e095b6;
}

footer {
  background: #eebdd5;
  padding: 30px 0 20px; }
  footer.footer-center .footer-content {
    justify-content: center;
    padding-right: 0; }
  footer .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: start; }
    footer .footer-content .specials {
      width: 33.33333%;
      padding: 0 80px 0 80px;
      display: flex;
      flex-wrap: wrap; }
      footer .footer-content .specials .title-spec {
        width: 100%; }
      footer .footer-content .specials .ul-1 {
        width: 50%; }
      footer .footer-content .specials .ul-2 {
        width: 50%; }
        footer .footer-content .specials .ul-2 li {
          text-align: center;
          margin-bottom: 7px; }
        footer .footer-content .specials .ul-2 a {
          font-size: 14px; }
    footer .footer-content .title-spec {
      font-size: 18px;
      font-family: LaoMN-Bold,sans-serif;
      margin-bottom: 6px;
      text-align: center; }
    footer .footer-content .specials-two {
      width: 33.33333%; }
      footer .footer-content .specials-two ul {
        text-align: center;
        margin-top: 0; }
        footer .footer-content .specials-two ul:first-of-type {
          margin-bottom: 20px; }
      footer .footer-content .specials-two ul.footer-socials {
        margin-top: 0; }
    footer .footer-content .subscribe {
      width: 33.33333%;
      padding: 0 80px 0 80px; }
      footer .footer-content .subscribe .title-spec:first-of-type {
        text-align: center; }
    footer .footer-content ul a {
      font-size: 14px;
      font-family: LaoMN,sans-serif;
      color: #191e27;
      display: inline-block;
      margin-bottom: 0px; }
  footer .footer-form {
    margin: 15px auto 50px;
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    footer .footer-form input.search {
      width: 95%;
      display: block;
      height: 36px;
      background: #fff;
      border-radius: 30px;
      padding: 0 20px;
      font-size: 14px;
      border: 0;
      outline: none;
      margin-bottom: 20px;
      text-align: center; }
      footer .footer-form input.search::placeholder {
        color: #a4a5a7; }
      footer .footer-form input.search::-webkit-input-placeholder {
        color: #a4a5a7; }
      footer .footer-form input.search:-moz-placeholder {
        color: #a4a5a7; }
        footer .footer-form input.search.error::placeholder {
            color:red;
        }
        footer .footer-form input.search.error {
            color:red;
        }
        footer .footer-form input.search.error::-webkit-input-placeholder {
        color:red; }
      footer .footer-form input.search.error:-moz-placeholder {
        color:red; }
    footer .footer-form .submit {
      width: 190px;
      height: 36px;
      background: #e095b6;
      color: #fff;
      border: 0;
      border-radius: 30px;
      text-align: center;
      font-size: 14px;
      cursor: pointer;
      outline: none; }
  footer .footer-socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    footer .footer-socials li {
      margin-right: 15px; }
      footer .footer-socials li:last-of-type {
        margin-right: 0; }
    footer .footer-socials a {
      display: block; }
    footer .footer-socials svg {
      width: 20px;
      height: 20px;
      transition: 0.3s; }
      footer .footer-socials span svg {
          fill: #838383;
      }
      footer .footer-socials a svg:hover {
        fill: #e095b6; }

.section__after-school {
  padding: 50px 0 0; }
  .section__after-school .after-content {
    /*width: 85%;*/
    margin: 0 auto;
  padding: 0 20px 20px 20px; }
    .section__after-school .after-content .content {
      display: block;
      overflow: hidden;
      height: auto;
      border-radius: 5px;
      margin-bottom: 30px;
      position: relative; }
      .section__after-school .after-content .content:hover img {
        /*transform: scale(1.1); */}
      .section__after-school .after-content .content img {
        width: 100%;
        transition: 0.4s; }
      .section__after-school .after-content .content .img {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 190px;
        overflow: hidden; }
        .section__after-school .after-content .content .img:after {
          content: '';
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-color: #151616;
          opacity: 0.549;
          z-index: 1; }
    .section__after-school .after-content .col-4, .section__after-school .after-content .col-12 {
      padding: 0 15px;
     }
    .section__after-school .after-content .col-12 .content {
      height: 260px; }
    .section__after-school .after-content .title {
      position: absolute;
      z-index: 5;
      width: 100%;
      text-align: right;
      color: #fff;
      font-size: 20px;
      padding: 15px 25px 20px;
      bottom: 0;
      right: 0;
      line-height: 1.3; }

.container-min {
  max-width: 1270px; }

.section__after {
  padding: 50px 0 0; }
  .section__after .after__landing {
    margin-top: 40px; }
  .section__after .item {
    padding: 60px 0; }
    .section__after .item:nth-child(2n) {
      background: #25292f;
      color: #fff; }
      .section__after .item:nth-child(2n) .img {
        order: 1; }
      .section__after .item:nth-child(2n) .content {
        padding-left: 0;
        padding-right: 50px; }
    .section__after .item .img {
      width: 37%; }
      .section__after .item .img .img-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 250px;
        overflow: hidden;
        border-radius: 10px; }
      .section__after .item .img img {
        height: 100%; }
    .section__after .item .content {
      width: 63%;
      padding-left: 50px; }
      .section__after .item .content .title-section {
        font-size: 28px; }
      .section__after .item .content .title-section:after {
        position: absolute;
        content: '';
        display: block;
        left: 0;
        bottom: -5px;
        width: 235px;
        height: 2px;
        background: #eebdd5;
        border-radius: 2px; }
      .section__after .item .content .text p {
        margin: 0 0 20px;
        line-height: 1.9; }

.title-section-line-fix {
  position: relative; }
  .title-section-line-fix:after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    bottom: -5px;
    width: 235px;
    height: 2px;
    background: #eebdd5;
    border-radius: 2px; }

.schedule__box {
  padding: 50px 0; }
  .schedule__box .title-section {
    font-size: 28px; }

.schedule__table .row-table {
  display: flex;
  text-align: center; }
.schedule__table .coll {
  width: 14.29%;
  padding: 0 3px; }
  .schedule__table .coll .con {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .schedule__table .coll:first-of-type {
    padding-left: 0; }
  .schedule__table .coll:last-of-type {
    padding-right: 0; }
.schedule__table .head-table .coll:first-of-type .con {
  background: #eebdd5;
  color: #191e27; }
.schedule__table .head-table .con {
  min-height: 42px;
  background: #191e27;
  color: #fff;
  font-size: 22px; }
.schedule__table .body-table {
  border: 1px solid #191e27;
  margin-top: -1px; }
  .schedule__table .body-table .row-table {
    border-bottom: 1px solid #191e27; }
    .schedule__table .body-table .row-table:last-of-type {
      border-bottom: 0; }
  .schedule__table .body-table .con {
    min-height: 50px;
    padding: 5px;
    line-height: 1.1; }
  .schedule__table .body-table .coll {
    border-right: 1px solid #191e27; }
    .schedule__table .body-table .coll:last-of-type {
      border-right: 0; }

.section__wrap {
  padding: 50px 0; }

.gallery__body__video {
  display: none;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .gallery__body__video.active {
    display: flex; }
  .gallery__body__video .item {
    width: 33.333333%;
    padding: 15px; }
    .gallery__body__video .item .img {
      position: relative;
      cursor: pointer;
      overflow: hidden;
      height:258px;
      border-radius: 10px; }
      .gallery__body__video .item .img:before {
        width: 120px;
        height: 120px;
        background: url(../img/play1.svg) 50% 50% no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        content: '';
        display: block;
        position: absolute;
        z-index: 10;
        top: 40%;
        left: 50%;
        margin: -60px 0 0 -60px; }
      .gallery__body__video .item .img:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
        content: '';
        display: block; }
    .gallery__body__video .item .vid {
      display: none; }
    .gallery__body__video .item img {
      height: 100%; }
      .gallery__body__video .item .title {
              border-radius: 0 0 10px 10px;
    background: #f3d386;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    padding-top: 0;
    margin-top: -20px;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: initial;
      }

.mfp-content .vid {
  width: 1400px;
  max-width: 100%;
  height: 700px;
  max-height: 90%;
  margin: 0 auto;
  position: relative; }
  .mfp-content .vid iframe, .mfp-content .vid video {
    width: 100%;
    height: 100%; }

@media screen and (max-height: 800px) {
  .mfp-content .vid {
    height: 500px; } }
@media screen and (max-height: 500px) {
  .mfp-content .vid {
    height: 300px; } }
.mfp-video .mfp-content .mfp-close {
  font-size: 50px;
  top: -50px;
  color: #fff; }

.gallery__tabs {
  border-bottom: 1px solid #191e27;
  position: relative;
  margin-bottom: 50px; }
  .gallery__tabs * {
    outline: none; }
  .gallery__tabs:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/pals.png") center/cover;
    width: 181px;
    height: 81px;
    right: 0;
    bottom: 3px; }
  .gallery__tabs button {
    background: none;
    display: inline-block;
    margin-right: 5px;
    padding: 0;
    border: 0;
    cursor: pointer;
    outline: none; }
    .gallery__tabs button span {
      display: flex;
      flex-wrap: wrap;
      height: 51px;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      font-family: GOTHICB,sans-serif;
      text-transform: uppercase;
      padding: 0 15px;
      border-radius: 5px 5px 0 0; }
    .gallery__tabs button:hover span {
      background: #eebdd5; }
    .gallery__tabs button.active span {
      background: #191e27;
      color: #fff; }

.gallery__body {
  display: none;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .gallery__body.active {
    display: flex; }
  .gallery__body .item {
    width: 25%;
    padding: 15px;
    overflow: hidden; }
    .gallery__body .item .img {
      height: 180px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      border-radius: 10px;
      position: relative;
      outline: none; }
      .gallery__body .item .img:after {
        content: '';
        display: block;
        position: absolute;
        background-color: #111722;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        transition: 0.3s; }
      .gallery__body .item .img:hover:after {
        opacity: 0.5; }
      .gallery__body .item .img:hover:before {
        opacity: 1; }
      .gallery__body .item .img:before {
        content: '';
        display: block;
        background: url("../img/zoom.png") center/cover;
        position: absolute;
        width: 53px;
        height: 53px;
        top: 50%;
        left: 50%;
        margin: -26px 0 0 -26px;
        z-index: 2;
        opacity: 0;
        transition: 0.3s; }
      .gallery__body .item .img img {
        min-height: 100%; }
.gallery__body .item .img .title {
          border-radius: 0 0 10px 10px;
    background: #f3d386;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    padding-top: 0;
    margin-top: -20px;
    min-height: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: initial;
}
.section__music {
  position: relative;
  z-index: 2; }

.section__music-photo {
  padding-top: 320px;
  background: url("../img/bg/bg-music.jpg") center/cover;
  margin-top: -280px;
  position: relative; }
  .section__music-photo .title-section {
    margin-bottom: 20px; }

.music-photo-gallery-slider {
  margin-left: -11px;
  margin-right: -11px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 80px; }
  .music-photo-gallery-slider .slick-track .item:nth-child(n+5) {
    display: block; }
  .music-photo-gallery-slider .item {
    width: 25%;
    padding: 11px; }
    .music-photo-gallery-slider .item:nth-child(n+5) {
      display: none; }
    .music-photo-gallery-slider .item a {
      border-radius: 10px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 190px;
      position: relative; }
      .music-photo-gallery-slider .item a:after {
        content: '';
        display: block;
        position: absolute;
        background-color: #111722;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        transition: 0.3s; }
      .music-photo-gallery-slider .item a:before {
        content: '';
        display: block;
        background: url(../img/zoom.png) center/cover;
        position: absolute;
        width: 53px;
        height: 53px;
        top: 50%;
        left: 50%;
        margin: -26px 0 0 -26px;
        z-index: 2;
        opacity: 0;
        transition: 0.3s; }
      .music-photo-gallery-slider .item a:hover:after {
        opacity: 0.5; }
      .music-photo-gallery-slider .item a:hover:before {
        opacity: 1; }
    .music-photo-gallery-slider .item img {
      height: 100%; }
  .music-photo-gallery-slider * {
    outline: none; }
  .music-photo-gallery-slider .slick-prev,
  .music-photo-gallery-slider .slick-next {
    background: url("../img/bg/prev-btn.jpg") center/cover;
    width: 37px;
    height: 34px;
    position: absolute;
    top: -50px;
    border: 0;
    outline: none;
    cursor: pointer; }
  .music-photo-gallery-slider .slick-prev {
    right: 56px; }
  .music-photo-gallery-slider .slick-next {
    right: 11px;
    transform: rotate(180deg); }

.section__home-about.section__rhytmic {
  background: #25292f;
  padding: 50px 0; }
  .section__home-about.section__rhytmic > .title-section {
    color: #fff; }
    .section__home-about.section__rhytmic > .title-section:after {
      display: none; }
  .section__home-about.section__rhytmic .content {
    padding-top: 0; }
  .section__home-about.section__rhytmic .section-content .title-section {
    font-size: 28px; }

.section__contacts {
  padding: 50px 0 0; }
  .section__contacts .map-wrap {
    width: 100%;
    padding: 0;
    height: 480px; }
    .section__contacts .map-wrap .map {
      height: 100%;
      width: 100%; }

.section__contacts-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -11px;
  margin-right: -11px; }
  .section__contacts-content .contacts__info {
    width: 100%;
    margin-bottom: 80px; 
  padding: 0 100px; }
    .section__contacts-content .contacts__info .content {
      padding: 0 0 0 20px; }
      .section__contacts-content .contacts__info .content .item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #191e27;
        padding: 25px 0 15px; }
        .section__contacts-content .contacts__info .content .item:last-of-type {
          margin-bottom: 0; }
        .section__contacts-content .contacts__info .content .item .title {
          font-size: 18px;
          font-family: GOTHICB,sans-serif;
          text-transform: uppercase; }
      .section__contacts-content .contacts__info .content .item-link {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column; }
      .section__contacts-content .contacts__info .content a {
        color: #191e27;
        font-size: 18px;
        display: inline-block;
        transition: 0.3s; }
        .section__contacts-content .contacts__info .content a:hover {
          text-decoration: none;
          color: #eebdd5; }
  .section__contacts-content .socials ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .section__contacts-content .socials ul li {
      padding: 0 10px; }
      .section__contacts-content .socials ul li:last-of-type {
        padding-right: 0; }
    .section__contacts-content .socials ul a {
      width: 35px;
      height: 35px;
      border-radius: 5px;
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      transition: 0.3s; }
      .section__contacts-content .socials ul a:hover {
        background: #fff; }
        .section__contacts-content .socials ul a:hover svg {
          fill: #f797b9; }
    .section__contacts-content .socials ul svg {
      width: 35px;
      height: 35px;
      fill: #191e27;
      transition: 0.3s; }

.mob-menu {
  display: none; }

/*=================  Media  =====================*/
@media screen and (max-width: 1630px) {
  .section__home-gallery {
    padding-top: 120px;
    padding-bottom: 190px;}
  }

@media screen and (max-width: 1630px) {
  .section__home-gallery {
    padding-top: 120px;
    padding-bottom: 170px;}
  .container {
    max-width: 1400px; }

  .container-min {
    max-width: 1270px; }

  footer .footer-content .subscribe {
    /*width: 30%;*/ }

  .main-banner .text {
    font-size: 80px; }
    .section__after-school .after-content{
      padding: 0 80px 50px 80px; 
    }
    .gallery__box{
      padding: 0 80px 20px 80px;
    } }
@media screen and (max-width: 1430px) {
  .container {
    max-width: 1270px; }

  header ul {
    font-size: 16px;
    min-height: 45px; }

  .main-banner .text {
    font-size: 75px; }

  .head-menu ul li a {
    font-size: 14px; }

  .head-menu ul {
    min-height: 45px; }

  .main-banner .content {
    height: auto;
    padding: 10px 0; } }
@media screen and (max-width: 1300px) {
  body {
    font-size: 12px;}
    .section__after-school .after-content{
      padding: 0 20px 20px 20px; 
    }
    .gallery__body .item .img {
      height: 154px;}
      .gallery__body .item{
        padding: 10px;
      }
      .gallery__body .item .img .title{
        min-height: 26px;
      }
    .gallery__box{
      padding: 0 20px;
    }
    .gallery__tabs button span {
      display: flex;
      flex-wrap: wrap;
      height: 40px;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-family: GOTHICB,sans-serif;
      text-transform: uppercase;
      padding: 0 15px;
      border-radius: 5px 5px 0 0;
  }
    .music-photo-gallery-slider .item a {
      height: 160px;
  } 
  .section__contacts-content .contacts__info .content .item {
    padding: 10px 0 15px;
}
.section__contacts-content .contacts__info .content {
  padding: 20px 0;
}
  .section__contacts-content .contacts__info .content .item .title {
    font-size: 18px;
} 
.section__contacts-content .contacts__info .content a {
  font-size: 18px;
}  
  .section__after-school .after-content .content .img{
    height: 140px;
  }
  .section__after-school .after-content .title {
    font-size: 16px;
}
  .home_gallery .item .img {
    height: 130px;}
    .home_gallery .item .text {
      min-height: 35px;}
  .gallery__body__video .item .img {
        height: 210px;
    }
    .gallery__body__video .item .img:before {
      top: 40%;
  }
  .container,
  .container-min {
    max-width: 992px; }

  header ul {
    font-size: 16px;
    min-height: 45px; }

  header ul li:first-of-type {
    padding-left: 0; }

  header ul li {
    padding-left: 30px; }

  header ul li:after {
    left: 15px; }

  .main-banner .text {
    font-size: 70px; }

  .main-banner .content {
     }

  .head-menu ul li a {
    font-size: 14px; }

  .head-menu ul li {
    padding: 0 15px; }

  .head-menu ul {
    min-height: 45px; }

  .title-section {
    font-size: 28px;
    margin-bottom: 30px; }

  .title-section-line span:after {
    bottom: -8px; }

  footer .footer-content .specials {
    padding-right: 50px; }

  footer .footer-content .subscribe {
    padding-left: 50px; }

  .section__contacts-content .contacts__info .content .email {
    font-size: 16px; }

  .section__contacts-content .contacts__info .content .phone {
    font-size: 18px;
    margin-bottom: 5px; }

  .section__contacts-content .contacts__info .content .item {
    margin-bottom: 12px; }

  .section__contacts-content .map-wrap {
    height: 410px; }

  .gallery__body .item {
    width: 25%; }

  .gallery__body__video .item {
    width: 33.333333%; }

  .section__after-school .after-content .col-4 {
    flex: 0 0 50%;
    /*max-width: 50%;*/ }

  .schedule__table .head-table .con {
    font-size: 18px; }

  .section__our-promotions .stick {
    left: inherit;
    right: 530px; }

  .section__our-promotions .bulb {
    width: 50%;
    margin-bottom: 0px; }

    .section__our-promotions .bulb .item {
      width: 300px;
      height: 250px;
      font-size: 12px;
      margin-left: 35px;
      padding: 50px 56px 0px 75px;}

  .section__our-promotions .section-content-flex {
    flex-wrap: wrap; }

  .section__our-promotions .slider-prom-wrap {
    width: 50%;
    padding: 0px 60px 0px 6px; }

  .section__our-promotions:after {
    width: 220px;
    height: 184px;
    bottom: 20px; }

  .section__our-promotions {
    padding-top: 150px; } }
@media screen and (max-width: 1000px) {
  .section__after-school .after-content .content .img {
    height: 120px;
}
  .section__home-gallery {
    padding-top: 75px;
    padding-bottom: 70px;
}
  .section__our-promotions .bulb {
    width: 50%;
    margin-bottom: 50px;}

  .section__our-promotions .slider-prom-wrap {
    width: 50%;
    padding: 0px 60px 0px 6px;}

  .home_gallery .item .img {
    height: 90px;}
    .home_gallery .item .text {
      min-height: 35px;
  }
    .gallery__body__video .item .img {
        height: 255px;
    }
  footer .footer-content .specials-two {
    width: 100%; }

  .container,
  .container-min {
    max-width: 768px; }

  header .logo-mobile {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../img/header-logo.png") center/cover;
    cursor: pointer; }

  header {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
    justify-content: space-between;
    align-items: center; }

  header .container {
    display: none; }

  header .btn-mobile-show-menu {
    display: inline-block;
    width: 40px;
    height: 30px;
    cursor: pointer;
    outline: none;
    border: 3px solid transparent;
    background: none;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-left: 0;
    border-right: 0;
    position: relative; }
    header .btn-mobile-show-menu:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 3px;
      background: #fff;
      top: 50%;
      margin-top: -2px;
      left: 0; }

  .head-menu {
    display: none; }

  .mob-menu {
    display: block;
    position: fixed;
    z-index: 1000;
    left: -100%;
    transition: 0.5s;
    overflow: hidden;
    width: 100%;
    top: 0;
    height: 100%;
    padding: 60px 15px 25px;
    background: #eebdd5;
    color: #fff; }
    .mob-menu.active {
      left: 0; }
    
    .mob-menu .close {
      font-size: 50px;
      display: inline-block;
      height: 22px;
      width: 22px;
      color: #fff;
      opacity: 1;
      position: absolute;
      top: 15px;
      right: 15px;
      line-height: 30px;
      background: url(../img/close.png) center/cover;
      outline: none; }
    .mob-menu .menu-ul {
      width: 100%;
      text-align: center;
      margin-bottom: 30px; }
      .mob-menu .menu-ul li {
        margin-bottom: 10px; }
      .mob-menu .menu-ul a {
        color: #fff;
        font-family: GOTHICB,sans-serif;
        text-transform: uppercase; }
    .mob-menu .links {
      width: 100%;
      text-align: center; }
      .mob-menu .links a {
        color: #fff;
        font-family: GOTHICB,sans-serif;
        text-transform: uppercase; }
      .mob-menu .links li {
        margin-bottom: 10px; }

  .main-banner .img-logo {
    display: none; }

  .main-banner .text {
    width: 100%;
    font-size: 60px;
    text-align: center; }

  footer .footer-content .specials {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    text-align: center; }

  footer .footer-content .subscribe {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 30px; }

  footer .footer-socials {
    justify-content: center; }

  .gallery__body .item {
    width: 50%; }

  .section__after-school .after-content .title {
    font-size: 25px;
    line-height: 1.1; }

  .schedule__table .head-table .con {
    font-size: 15px; }

  .schedule__table .body-table .con {
    font-size: 15px; }

  .section__home-about.section__music {
    padding-bottom: 172px; }

  .section__our-promotions .stick {
    display: none; }

  .section__our-promotions:before,
  .section__our-promotions:after {
    display: none; }

  .section__our-promotions .slider-prom-wrap {
    padding-left: 0;
    padding-right: 0; }

  .music-photo-gallery-slider .item {
    width: 315px; }

  .music-photo-gallery-slider {
    justify-content: center; } }
@media screen and (max-width: 768px) {
  .section__our-promotions .bulb {
    width: 100%;
    margin-bottom: 50px;}

  .section__our-promotions .slider-prom-wrap {
    width: 100%;
    padding: 0px 60px 0px 6px;}
    
  .section__home-gallery {
    padding-top: 60px;
    padding-bottom: 35px;
}
  .home_gallery .item .img {
    height: 80px;}
    .home_gallery .item .text {
      min-height: 35px;
  } 
    .gallery__body__video .item .img {
        height: auto;
    }
    .gallery__body__video .item .img img {
        height: auto;
        width: 100%;
    }
  .section__contacts-content {
    margin-left: 0;
    margin-right: 0; }

  .section__contacts {
    padding: 25px 0 0; }

  .section__contacts-content .contacts__info .content {
    padding: 25px 0; }

  .section__contacts-content .contacts__info .content .item {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0; }

  .section__contacts-content .socials ul {
    margin-top: 20px; }

  .section__contacts-content .contacts__info .content a {
    word-break: break-word; }

  .gallery__body .item,
  .gallery__body__video .item {
    width: 100%; }

  .gallery__body .item .img {
    height: auto; }

  .gallery__body .item .img img {
    min-width: 100%; }

  .gallery__tabs:after {
    display: none; }

  .gallery__body .item .img img {
    width: 100%;
    height: auto; }

  .section__after-school .after-content .col-4 {
    flex: 0 0 100%;
    max-width: 50%; }

  .section__after-school .after-content .col-12 .content {
    height: auto; }

  .section__after .item .img {
    width: 100%;
    margin-bottom: 40px; }

  .section__after .item .content {
    width: 100%;
    padding-left: 0; }

  .section__after .item .img img {
    width: 100%;
    height: auto; }

  .section__after {
    padding: 25px 0 0; }

  .section__after .item {
    padding: 25px 0; }

  .section__after .after__landing {
    margin-top: 30px; }

  .section__after .item:nth-child(2n) .img {
    order: 1; }

  .section__after .item:nth-child(2n) .content {
    order: 2; }

  .schedule__table {
    width: 800px; }

  .schedule__overflow {
    overflow: auto; }

  .section__after .item .img .img-wrap {
    height: auto; }

  .section__after .item:nth-child(2n) .content {
    padding-right: 0; }

  .section__home-about .img {
    width: 100%;
    padding-right: 15px;
    margin-bottom: 30px; }

  .section__home-about .content {
    width: 100%;
    padding-left: 15px; }

  .section__home-about.section__music {
    background: url(../img/bg/bg-balet.jpg) center/cover;
    padding-bottom: 50px; }

  .section__home-about {
    padding: 25px 0 320px; }

  .section__music-photo {
    padding-top: 25px; 
    margin-top: 0; }

  .music-photo-gallery-slider {
    padding-bottom: 25px; }

  .home_gallery .item .img {
    height: auto; }
    .home_gallery .item .img img {
      width: 100%; }

  .section__our-promotions .bulb .item {
    background: #fff;
    margin-left: 0px;
    padding: 50px 15px;
    height: auto;
    width: 100%; }

  .section__our-promotions .bulb {
    margin-bottom: 50; } }
@media screen and (max-width: 500px) {
  .main-banner .text { 
    font-size: 40px; }
    .section__our-promotions .bulb {
      width: 100%;
      margin-bottom: 50px;}
  
    .section__our-promotions .slider-prom-wrap {
      width: 100%;
      padding: 0px 60px 0px 6px;}
  .main-banner .content {
   }

  .section__contacts-content .contacts__info .content {
    padding: 0; }

  .section__after-school .after-content {
    width: 100%; }

  .section__after-school .after-content .col-4, .section__after-school .after-content .col-12 {
    padding-right: 0;
    padding-left: 0; }

  .section__after-school .after-content .content {
    margin-bottom: 25px; }

  .music-photo-gallery-slider .item img {
    height: auto;
    width: 100%; }

  .music-photo-gallery-slider .item a {
    height: auto; }

  .home_gallery {
    padding-left: 30px;
    padding-right: 30px; }

  .slick-prev-gray, .slick-next-gray {
    width: 15px;
    height: 15px;
    margin-top: -12px; }

  .slick-prev-gray {
    left: 5px; }

  .slick-next-gray {
    right: 5px; }

  .section__home-about .title-section:after {
    width: 100%; }

  .section__our-promotions .slider-prom-wrap .title {
    margin-bottom: 20px; }

  .section__contacts-content .contacts__info .content a {
    font-size: 15px; }

  .section__contacts-content .contacts__info .content .item .title {
    font-size: 20px; }

  .mob-menu .links a {
    font-size: 14px; } 
    .section__after-school .after-content .col-4 {
      flex: 0 0 100%;
      max-width: 100%;}}

    .mb-news{
      margin-bottom: 30px;
    }
    .section__after .item .content .title-section{
      font-size: 24px;
    }
    .mt-news{
      margin-top: -60px !important;
    }

    .mt-imgrhytmik{ 
      margin-top: 0px !important;
    }

    .img-music{
      width: 30% !important;
    }
    .img-music-wrap{
      margin-top: 7px !important;
    }

    .section__gallery .title-section{
      margin-bottom: 10px;
    }

    .mb-after{
      height: auto !important;
    }
/*# sourceMappingURL=style.css.map */
