/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#wrapper{
    width: 100%;
    background: #fff;
}
.wrapper-section{
    width: 100%;
    /*max-width: 1200px;*/
    margin: 0 auto;
}
.header-block{
    max-width: 1200px;
    margin: 0 auto;
}
.menu-block nav ul li a.active{
    color: #F82FA1;
}
.top-marg{
    margin-top: 25px;
}
p,span,a,tr{
    font-size:13pt;
   font-family: 'Roboto', sans-serif;
    /*font-style: italic;*/
    line-height: 1.5;
    /*letter-spacing: 1.5px;*/
    color: #6E6E6E;
}
.name-block{
    font-family: 'Exo 2', sans-serif;
   font-style: italic;
   color: #F82FA1;
}
q{
    quotes: "\00ab" "\00bb";
}
p.ballet-t-z{
    font-family: 'Lobster', cursive !important;
   font-style: italic;
   font-weight: 500;
   color: #74367e;
}
.ballet-item-block:nth-child(2n+1) p.ballet-t-z{
    color: #F82FA1;
}
.midgard-block{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}
.contests-wrap{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}
.bold{
    font-weight: 600;
}
.video-block{
    max-width: 700px;
    height: 460px;
    margin: 0 auto 35px auto;
}
@media (min-width: 320px) {
    /*HEADER*/
    .header{
        background: #fff;
    }
    .header-cont{
        margin: 0 auto;
        overflow: hidden;
    }
    .header-cont p{
        font-size: 10pt;
    }
    .lang-block{
        position: relative;
        width: 50%;
        float: right;
    }
    .svg-arr{
        padding: 0px 2px 0px 0px;
        margin-left: 7px;
    }
    .lang-block p{
        text-align: right;
        padding-top: 5px;
        padding-right: 5px;
    }
    .lang-block p a{
        color: #000;
        text-decoration: none;
        font-size: 10pt;
    }
    .active-lang{
        border-bottom: 1px solid #000;
    }
    .lang-block p:nth-child(1){
        display: block;
    }
    .lang-block p:nth-child(2), .lang-block p:nth-child(3){
        padding: 7px 28px 0 0;
    }
    .mail-phone{
        padding: 5px 0 0 5px;
        width: 45%;
        float: left;
        top: 4px;
        position: absolute;
    }
    .mail-phone p{
        text-align: left;
      position: relative;
    }
    .mail-phone p a{
        text-decoration: none;
        font-size: 9pt;
    }
  .mail-phone p:nth-child(2):before{
    content: '';
    position: absolute;
    background: url("../img/viber-brands.svg") no-repeat 0 0;
    width: 20px;
    height: 20px;
    font-size: 20px;
    top: 4px;
    right:-50px;
  }
  .mail-phone p:nth-child(2):after{
    content: '';
    position: absolute;
    background: url("../img/whatsapp-brands.svg") no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    width: 20px;
    height: 20px;
    font-size: 20px;
    top: 4px;
    right: -23px;
  }
    .logo-block{
        padding-top: 24px;
    }
    .logo{
        width: 50%;
        padding-left: 15px;
    }
    .logo-img{
        /*margin: 0 auto;*/
        width: 115px;
        height: 70px;
    }
    .logo-img img{
        width: 100%;
        height: 100%;
    }
    .mobil-menu-block{
        vertical-align: middle;
    }
    .mobil-menu-block p{
        position: relative;
        font-size: 13pt;
        padding-left: 50px;
    }
    .menu-block{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
/*    .menu-block:before{
        content: "";
        position: absolute;
        background: url('../img/new-ico.png') no-repeat 0 0;
        width: 25px;
        height: 25px;
        background-size: contain;
        top: 0;
    }*/
    .menu-block img {
        position: absolute;
        background-size: 100%;
        -moz-background-size: 100%;
        width: 40px;
        height: 40px;
        top: 61px;
        right: 20px;
    }
    .menu-block nav{
        text-align: left;
        position: absolute;
        background: #fff;
        position: relative;
        width: 90%;
    }

    .menu-block nav ul li{
        padding: 14px 0;
        margin: 0 10px;
        border-bottom: 1px solid #a9a9a9;
        position: relative;
    }

    .menu-block nav ul li:last-child{
        border-bottom: none;
    }
    .new:nth-child(2):before{
        content: "";
        position: absolute;
        background: url("../img/new-ico.png") no-repeat 0 0;
        width: 25px;
        height: 25px;
        background-size: contain;
        top: 3px;
        left: 50px;
    }
    .new-s:before{
        content: "";
        position: absolute;
        background: url("../img/new-ico.png") no-repeat 0 0;
        width: 25px;
        height: 25px;
        background-size: contain;
        top: 3px;
        left: 65px;
    }
    .menu-block nav ul li a{
        color: #424242;
        text-decoration: none;
        font-size: 10pt;

    }
    /*HEADER*/
    /*MAIN*/
    .slider{
        width: 100%;
        height: 600px;
        background: url("../img/slide1.jpg");
        background-size: cover;
        background-position: center center;
    }
    .slider img{
        width: 100%;
        height: 100%;
    }
    /*======ABOUT=======*/
    .about {
        padding: 20px 20px 0 20px;
    }
    .about-header p {
        font-family: 'Lobster', cursive !important;
        font-size: 14pt !important;
        padding: 10pt;
        text-align: center;
        font-size: 16pt;
    }
    .about-text p{
        font-size: 12pt;
    }
    /*BALLET-F-CHILD*/
    .ballet-f-ch-block{
        padding-top: 25px;
        /*background: linear-gradient(to right, #fdd3ff,#f604ff);*/
    }
    .ballet-bec{
        font-family: 'Lobster', cursive !important;
        font-size: 14pt;
        text-align: center;
        padding:15px 0 15px 0;
    }
    .ballet-this{
        padding: 0 15px;
        line-height: 1.5;
        font-size: 12pt;
        text-align: center;
    }
    p.ballet-t-z{
        font-size: 14pt !important;
    }
    .ballet-item-block{
        width: 100%;
        padding: 0 5px;
        position: relative;
    }
    .ballet-item-block:nth-child(2),
    .ballet-item-block:nth-child(3),
    .ballet-item-block:nth-child(4){
        padding-top: 35px;
    }
    .ballet-item-block:nth-child(4){
        margin-bottom: 0;
    }
    .ballet-item-img{
        width: 122px;
        height: 125px;
        margin: 0 auto;
    }
    .ballet-item-img img{
        width: 100%;
        height: 100%;
    }
    .midgard-block{
        padding: 15px 10px;
    }
    .title-midgard{
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        color: #B40404;
        padding-bottom: 15px;
    }


    .midgard-text{
        padding: 0 25px;
        font-size: 18px;
        text-indent: 30px;
    }
    .midgard-text a{
        color: #2E2EFE;
    }
    .logo_m{
        width: 140px;
        height: 76px;
        position: relative;
        overflow: hidden;
        display: inline-block;
        margin: 0 auto;
    }
    .logo_m img{
        width: 100%;
        height: 100%;

    }
    .about-ball-it p:nth-child(1){
        text-align: center;
        padding: 12px 32px;
        font-size: 16pt;
        margin: 0 auto;
        font-weight: 500;

    }
    .about-ball-it p:nth-child(2) {
        padding: 0 15px;
        line-height: 1.15;
        font-size: 12pt;
    }
    .ballet-item-img:nth-child(2){
        width: 50px;
    }
    .ballet-item-img:nth-child(4){
        width: 50px;
        height: 50px;
    }
    /*BALLET-F-CHILD*/
    /*======TUTORS=======*/
    .tutors {
        background: #fff;
        /*padding: 20pt 10pt 20pt 10pt;*/
    }
    .tutors-title-line-wrapper {
        width: 255px;
        height: auto;
        margin: 0 auto;
    }
    .tutors-title-line {
        padding-left: 25pt;
        overflow: hidden;
        text-align: left;
        width: auto;
    }
    .tutors-wrapper:nth-child(1) .tutor-photo{
        width: 172px;
        height: 187px;
    }
    .tutors-wrapper:nth-child(2) .tutor-photo{
        width: 172px;
        height: 187px;
    }
      .tutors-wrapper:nth-child(4) .tutor-photo{
        width: 172px;
        height: 187px;
    }
    .tutors-wrapper:nth-child(3) .tutor-photo{
        width: 172px;
        height: 187px;
    }
    .tutors-title-line span {
        font-size: 9pt;
        display: inline-block;
        vertical-align: middle;
    }
    .tutors-title-line:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        height: 1.55px;
        background-color: #67387b;
        position: relative;
    }
    .tutors-title-line:before {
        margin-left: -100%;
        left: -14px;
    }
    .tutors-title-line:after {
        margin-right: -100%;
        right: -14px;
    }
    .tutors-title{
           padding: 20px 0 30px 0;
    }
    .tutors-title p {

        font-size: 16pt;
        color: #F82FA1;
        text-align: center;
    }
    .tutors-wrapper {
        width: 80%;
        max-width: 500px;
        padding: 0 10px;
        margin: 0 auto;
    }


    .tutor-photo {
        vertical-align: top;
        position: relative;
        margin: 0 auto;
        width: 190px;
        height: 187px;
    }
    .tutor-photo img {
        width: 100%;
        height: 100%;
    }
    .tutors-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        /* justify-content: center; */
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .about-tutors p:nth-child(1){
        font-weight: 600;
        padding: 10px 0 0 15px;
        font-style: italic;
    }
    .about-tutors p:nth-child(2){
        font-size: 9pt;
        padding: 2px 0 10px 15px;
    }
    .about-tutors p:nth-child(3){
        font-size: 11pt;
        padding: 0px 0 0 15px;
    }
    .more{
        font-size: 12pt;
        padding-left: 15px;
        color: #F82FA1;
    }
    .more-text{
        font-size: 12pt;
        padding-left: 15px;
    }
.schedule-wrapper{
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    background: #f5f5f5;
}
.schedule{
        padding: 35px 5px ;

        max-width: 1200px;
        margin: 0 auto;
    }
    .schedule table{
        width: 100% !important;

        /*border: 1px solid #000;*/
    }
    .name-table{
        font-family: 'Lobster', cursive !important;
        text-align: center;
        font-size: 14pt;
        padding: 5px 0 20px 0;
        color: #F82FA1;
    }
    .schedule table tr{
        font-size: 12pt;
    }
    .schedule table tr td{
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        text-align: center;
        padding: 3px;
        background-color:  #DCD9D9;
    }
    .schedule table tr td:first-child{
        border-left: none;
    }
    .schedule table tr td:last-child{
        border-right: none;
    }
    .schedule table tr:nth-child(2) td,
    .schedule table tr:nth-child(3) td,
    .schedule table tr:nth-child(4) td,
    .schedule table tr:nth-child(5) td{
        vertical-align: middle;
        padding: 6px 0;
    }
    .schedule table tr:nth-child(2) td{
        background-color:#fff;
    }
    .schedule table tr:nth-child(3) td{
        background-color:#DCD9D9;
    }
    .schedule table tr:nth-child(4) td{
        background-color:#fff;
        border-bottom: none;
    }
    .schedule-table p:nth-child(3){
        font-size: 9pt;
    }
    .schedule-table p:nth-child(5){
        /*padding: 35px 0 0 0 ;*/
        font-size: 12pt;
    }
    .schedule-table p:nth-child(6){
        /*padding: 35px 0 0 0 ;*/
        font-size: 12pt;
        color: #ff0000;
    }
    .schedule-table p:nth-child(4){
        padding: 20px 0 0 0 ;
        font-size: 12pt;
    }
    .services-block .name-block{
        font-size: 14pt;
        text-align: center;
        padding: 15px 0;
        font-family: 'Lobster', cursive !important;
    }
    .services-block{
        padding: 0 10px;
        /*MAIN*/
    }
    .services{
        font-size: 12pt;
        text-align: center;
    }
    .group-less p{
        color: #F82FA1;
        font-family: 'Lobster', cursive !important;
    }

    .single-less p {
        color: #74367e;
        font-family: 'Lobster', cursive !important;
    }
    .mobil-photo-block{
        width: 100%;
        height: 100%;
    }
     .mobil-photo-block img{
        width: 100%;
     }
    /*======Footer======*/
    .footer-block {
        background-color: #e3e3e3;
        padding: 5px 15px;
        margin: 0 auto;
    }
    .logo-img-footer{
        width: 157px;
        height: 90px;
        margin: 0 auto;
    }
    .logo-img-footer img{
        width: 100%;
        height: 100%;
    }
    .blockItem {
        position: relative;
    }
    .footer-contacts div{
        padding: 10px 0;
    }
    .footer-contacts div.number{
      position: relative;
    }
  .footer-contacts div.number{
  }
        footer .item {
        padding: 0px 15px;
    }
    footer .item.footer-menu {
        line-height: 21px;
        padding-top: 15px
    }
    footer .item.footer-menu ul li{
        display: inline-block;
        width: 100%;
        text-align: center;
        padding-top: 5px;
    }
    footer .item.footer-menu ul li a{
        text-decoration: none;
    }
    .footer-cont-n{
        padding: 5px 0;
    }
    .about-concert{
        padding: 0 15px;
    }
    .page-concert-name {
        font-size: 14pt;
        color: #F82FA1;
        font-weight: 600;
        font-family: 'Lobster', cursive !important;
        padding: 15px 0;
    }
    .vsty{
        font-size: 12pt;
    }
    .group-less{
        list-style: disc;
        list-style-position: inside;
    }
    .about-text {
        padding: 15px 0;
        line-height: 1.25;
        text-align: left;
    }
    .about-block{
        padding: 0 10px;
    }
    .study-inball{
        padding: 10px;
    }
    .single-less{
        text-align: left;
        list-style: disc;
        list-style-position: inside;
    }

    p.stude-inball-t {
        padding: 0 5px;
        color: #74367e;
        font-size: 14pt;
        font-weight: 600;
        font-style: italic;
    }
    .study-inball li{
        padding-left: 25px;
    }
    .concert-block-img{
        width: 100%;
        padding: 0 5px;
    }
    .concert-block-img ul li img{
        width: 100%;
        height: 100%;
    }
.contests-wrap{
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 0 5px;
    }
    h1.name-page{
        font-size: 18pt;
        padding: 0 0 50px 50px;
        color: #F82FA1;
        font-weight: 600;
        font-family: 'Lobster', cursive !important;
    }
    .name-block p{
        font-style: italic;
        color: #74367e;
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 10px;
    }
    .about-contests{
        margin-bottom: 30px;
    }
}
@media (min-width: 1000px) {
    .header-cont-back{
        background: #fafafa;
    }
    .header {
        -webkit-box-shadow: 0 8px 4px -8px #dcdcdc;
        box-shadow: 0 8px 4px -8px #dcdcdc;
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        margin: 0 auto;
        background: #fff;
        z-index: 9999;
    }

    .sticky + .content {
        padding-top: 102px;
    }
    .header-cont {
         margin: 0 auto;
         overflow: hidden;
         position: relative;
        max-width: 1200px;
     }
    .header-cont{
        margin: 0 auto;
        padding: 0 0 6px 0;
    }
    .lang-block{
        position: relative;
    }
    .svg-arr{
        padding: 0px 2px 0px 0px;
        margin-left: 7px;
    }
    .lang-block p{
        text-align: center;
        padding-top: 7px;
        font-size: 13pt;
    }
    .lang-block p a{
        color: #000;
        text-decoration: none;
    }
    .active-lang{
        border-bottom: 1px solid #000;
    }
    .lang-block p:nth-child(1){
        display: block;
        display: block;
        text-align: right;
        padding-right: 15px;
    }
    .lang-block p:nth-child(2),
    .lang-block p:nth-child(3){
        text-align: right;
        padding-right: 36px;
    }
    .lang-block p a{
        font-size: 10pt;
    }
    .mail-phone{
        padding: 7px 0 0 35px;
    }
    .mail-phone p {
        text-align: left;
        padding-top: 7px;
        font-size: 9pt;
        display: inline-block;
    }
    .mail-phone p:first-child{
        margin-right: 25px;
    }
    .logo-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 15px;
        top: 0;
        width: 100%;
        background: #fff;
    }

    .logo {
        width: auto;
        padding-left: 0;
    }

    .logo-block .logo-img {
        margin: 0;
        width: 175px;
        height: 103px;
    }

    .menu-block {
        display: inline-block;
/*        width: 67%;
        float: right;*/
    }

    .menu-block nav {
        position: relative;
        /* top: 0; */
        width: auto;
        /* float: right; */
    }

    .menu-block nav ul {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: hidden;
        vertical-align: middle;
    }

    .menu-block nav ul li {
        display: inline-block;
        float: left;
        padding: 34px 0;
        margin-left: 70px;
        border-bottom: 1px solid transparent;
        border-top: 1px solid transparent;
    }
    .new:nth-child(2) {
        position: static;
    }
    .new:nth-child(2):before {
        content: "";
        position: absolute;
        background: url(../img/new-ico.png) no-repeat 0 0;
        width: 25px;
        height: 25px;
        background-size: contain;
        top: 25px;
        left: 243px;
    }
    .menu-block nav ul li:hover {
        border-top: 1px solid #F82FA1;
        border-bottom: 1px solid #F82FA1;
    }
    .menu-block nav ul li a {
        font-size: 10pt;
        font-style: italic;
    }
    .menu-block .gall-sec-m{
        position: absolute;
        overflow: hidden;
        background: #fff;
        padding: 0 5px !important;
        top: 89px;
        display: none;
        margin-left: 20px;
        z-index: 1;
    }
    .third-menu{
        position: absolute;
        overflow: hidden;
        background: #fff;
        padding: 0 5px !important;
           top: 25px;
    left: 47px;
        display: none;
        margin-left: 20px;
        z-index: 1;
    }
    .menu-block .gall-sec-m li, .third-menu li{
        float: left;
        display: block;
        width: 100%;
        border: none !important;
        margin: 0 !important;
        padding: 20px 0;
        border-bottom: 1px solid transparent;
    }
    .gall-sec-m li:hover{
        border-bottom: 1px solid #F82FA1 !important;
    }
    .menu-block .gall-sec-m li:first-child{
        border-bottom: none !important;
    }
    .menu-block nav ul li:nth-child(2):hover .gall-sec-m{
        display: block;
    }
    .gall-sec-m li:nth-child(1):hover .third-menu{
        display: block;
    }

    .slide {
        width: 100%;
        height: 900px;
    }

    .slide img {
        width: 100%;
        height: 100%;
    }


    .title-midgard{
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        color: #B40404;
        padding-bottom: 15px;
    }
    .midgard-text{
        padding: 0 50px;
        font-size: 18px;
        text-indent: 30px;
    }
    .midgard-text a{
        color: #2E2EFE;
    }
    .midgard-text img{
        width: 140px;
        height: 76px;
    }


    .about{
        background: #fff;
    }
    .about-countainer {
        max-width: 1200px;
        margin: 0 auto;
        padding-bottom: 50px;
    }

    .about-header p {
        padding: 25px 0;
        text-align: center;
        font-size: 20pt !important;
        font-family: 'Montserrat', sans-serif;
        color: #F82FA1;
    }

    .about-text {
        width: 68%;
        padding: 0pt 10pt 10pt 10pt;
        /* line-height: 3.15; */
        text-align: center;
        margin: 0 auto;
    }
    .ballet-f-ch{
        background: #fafafa;
        position: relative;
    }

    .ballet-f-ch-block {
        margin: 0 auto;
        max-width: 1200px;
        padding-top: 0;
        position: relative;
    }
    .ballet-bec {
        padding: 50px 0 50px 0;
        font-size: 20pt;
        color: #F82FA1;
    }
    .ballet-this{
        text-align: left;
        width: 90%;
        font-size: 12pt;
        padding: 0 0 50px 75px;
    }
    .about-ball-it{
        background: #fafafa;
    }
    .ballet-item-block {
        width: 100%;
        padding: 0 0 0 5px !important;
        position: relative;
        overflow: hidden;
    }
    .ballet-item-block:nth-child(2) .ballet-item-img,
    .ballet-item-block:nth-child(4) .ballet-item-img{
        float: right;

    }
    .ballet-item{
        position: relative;
    }
    .ballet-item-img {
        padding-right: 13px;
        /* margin-top: 35px; */
        margin: 0 0 0 0;
        float: left;
        width: 229px;
        height: 180px;
        padding-left: 44px;
    }
    .about-ball-it{
        float: left;
        width: 50%;
    }
    .ballet-item-block:nth-child(2)  .about-ball-it,
    .ballet-item-block:nth-child(4)  .about-ball-it {
        float: right;
    }
    .ballet-item-block:nth-child(2) .about-ball-it
    .ballet-item-block:nth-child(4) .about-ball-it{
        float: left;
    }
    .about-ball-it{
        position: relative;
    }
    .about-ball-it:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: #ffd1f5;
        opacity: 0.5;
        margin-top: 10px;
    }
    .about-ball-it p:nth-child(2) {
        padding: 0 15px;
        line-height: 1.5;
        /* color: #807F7F; */
    }
    .tutors-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        /* flex-direction: column; */
    }
    .tutors-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -ms-flex;
        display: flex;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .tutors-block{
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }
    .tutors-title p{
        font-family: 'Lobster', cursive !important;
        font-size: 20pt;
        padding: 50px 0;
    }
    .tutors-wrapper {
        width: 300px;
        padding: 0 10px;
    }
    .tutor-photo {
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0 auto;
        width: 256px !important;
        height: 291px !important;
    }

  .tutors-wrapper:nth-child(3) .tutor-photo {
    }
    .about-tutors{
        text-align: left;
        padding: 0 10px;
    }
    .about-tutors p{
        font-size: 13pt;
    }
    .services-wrapper{
        width: 100%;
        padding-bottom: 130px;
    }
    .services-block{
        max-width: 1200px;
        margin: 0 auto;
    }
    .services-block p{
        font-size: 20pt;
        padding: 50px 0;
        text-align: center;
        color: #F82FA1;
    }
    .services-block p:nth-child(2){
        color: #6E6E6E;
}
    .services-block p:first-child {
        font-family: 'Lobster', cursive !important;
        font-size: 20pt;
        padding: 50px 0;
        text-align: center;
    }
    p.services{
        font-size: 12pt;
        padding: 0 50px;
    }
    .group-less{
        list-style: none;
    }
    .single-less{
        text-align: right;
        list-style: none;
        list-style-position: inside;
    }
    .group-less p,
    .single-less p
    {
        font-size: 15pt;
    }
    .group-less li,
    .single-less li{
        padding: 7px 50px;
    }
    .group-less, .single-less{
        position: relative;
    }
    .group-less:after{
        content: "";
        position: absolute;
        background: url("../img/IMG_5521.JPG") 0 0  no-repeat;
        background-size: 100%;
        width: 369px;
        height: 212px;
        right: 0;
        top: 127px;
    }
    .single-less:before{
        content: "";
        position: absolute;
        background: url("../img/11.jpg") 0 0  no-repeat;
        background-size: 100%;
        width: 369px;
        height: 200px;
        left: 0;
        top: 127px;
    }
    /*ABOUT*/
    .about-wrapper{
        width: 100%;
        background: #fafafa;
        padding-bottom: 50px;
    }
    .about-block{
        max-width: 1200px;
        margin: 0 auto;
    }
    p.about-text{
        font-size: 20pt;
        padding: 50px 0;
        text-align: left;
    }
    p.about-studio{
        font-size: 12pt;
        padding: 10px 0;
    }
    p.stude-inball-t{
        padding: 15px 25px;
        font-size:12pt;
    }
    p.stude-inball-t {
        color: #74367e;
        font-size: 14pt;
        font-weight: 600;
        font-style: italic;
    }
    .study-inball li{
        padding: 5px 25px;
    }
    .concert-block-img{
        max-width: 1200px;
        margin: 0 auto;
    }
    .concert-block-img ul{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
    .concert-block-img ul li{
        width: 250px;
        height: 180px;
    }
    .concert-block-img ul li img{
        width: 100%;
        height: 100%;
    }
    .footer{
        background-color: #f1f1f1;
    }
    .footer-block {
        background-color: #f1f1f1; /*#58495a;*/
        width: 100%;
        max-width: 1200px;
        overflow: hidden;
        margin: 0 auto;
        padding: 35px 0 35px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .footer-logo {
        padding-left: 150px;
        float: left;
    }
    .logo-img-footer{
        width: 157px;
        height: 90px;
        margin: 0;
    }
    .footer-block .logo-img{
        float: left;
        width: 203px;
        height: 108px;
    }

    .footer-logo .logo-img img {
        width: 100% !important;
        height: 100% !important;
        z-index: 2;
    }
    .item.footer-menu ul li{
        padding: 10px 0 0 0;
    }
    .footer-menu {
        padding: 35px 0 0 100px;
    }
    .footer-contacts{
        width: 300px;
    }
    .footer-contacts p{
        padding: 10px 0 0 0;
        font-size: 12pt;
    }
    .adress, .number, .social, .mail,
    .work-time{
        padding: 13px 0 10px 29px;
        position: relative;
    }
    .adress p, .number p, .social p, .mail p,
    .work-time p{
        font-size: 12pt;
        vertical-align: middle;
        line-height: 1.5;
    }
    .adress p:after{
        content: '';
        position: absolute;
        background: url("../img/geoposition.png") no-repeat 0 0;
        background-size: 100%;
        width: 22px;
        height: 22px;
        left: -23px;
        top:20px;
    }
    .number p:first-child:after,
    .number p:last-child:after,
    .mail p:before,
    .work-time p:before
    {
        content: "\f095";
        position: absolute;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        color: #a9a9a9;
        left: 0px;
        font-size: 22px;
        left: -23px;
        top:20px;
    }
    .number p:last-child:after{
        top: 18px;
    }
    .social p:before{
        content: "\f09a";
        position: absolute;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        color: #a9a9a9;
        left: 0px;
        font-size: 22px;
        left: -23px;
        top:20px;
    }
    .social p:nth-child(2):before{
        content: "\f16d";
        position: absolute;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        color: #a9a9a9;
        left: 0px;
        font-size: 22px;
        left: -23px;
        top: 52px;
    }
  p.inst-cont:last-child:before{
      content: "\f167";
      position: absolute;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      color: #a9a9a9;
      left: 0px;
      font-size: 22px;
      left: -23px;
      top: 86px;
    }
    .mail p:before {
        content: "\f003";
        font-size: 18px;
        top: 21px;
    }
    .work-time p:before{
        content: "\f017";
    }
    .contact-page-block .adress,
    .contact-page-block .number,
    .contact-page-block .social,
    .contact-page-block .mail,
    .contact-page-block .work-time{
        padding: 0 0 0 20px
    }
    .contact-page-block .adress p,
    .contact-page-block .number p,
    .contact-page-block .social p,
    .contact-page-block .mail p,
    .contact-page-block .work-time p{
        padding: 5px 0;
        line-height: 1.15;
    }
    .contact-page-block .adress p:after{
        left: -8px;
        top: 0;
    }
    .contact-page-block .number p:first-child:after{
        font-size: 28px;
        left: -8px;
        top: 12px;
        -webkit-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
                transform: rotate(20deg);
    }
    .contact-page-block .number p:last-child:after{
        display: none;
    }
    .contact-page-block .social p:before{
        font-size: 18px;
        left: -2px;
        top: 3px;
    }
    .contact-page-block .social p:last-child:before{
        top:26px;
    }
    .contact-page-block .mail p:last-child:before{
        top:2px;
        left: -4px;
    }
    .contact-page-block .work-time p:first-child:before{
        display: none;
    }
    .contact-page-block .work-time p:last-child:before{
        left: -5px;
        top: 0px;
    }
    .contacts-info-map{
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        padding: 50px;
    }
    .contact{
        float: left;
        width: 45%;
    }

    .map{
        margin-top: 105px;
    }
    .info p{
        font-size: 20pt;
        padding: 0 0 50px;
    }
    .footer-contacts{
        display: inline-block;
    }
    .contact-page-form{
        padding: 28px 0;
        width: 100%;
        /* margin: 0 auto; */
        overflow: hidden;
    }
    .page-form-content{
        width: 55%;
        background: #f9f9f9;
        padding: 20px;
        text-align: center;
        float: right;
    }
    .page-form-content p{
        font-size: 12pt;
        color: #a9a9a9;
        padding: 0px 15px 15px 9px;
    }
    .page-form-content form{
        padding: 0 44px;
    }
    .name, .phone, .email{
        margin-bottom: 5px;
        width: 100%;
        padding: 3px;
        border-radius: 3px;
    }
    .cont-page-form-btn{
        width: 100%;
        background: #a9a9a9;
        color: #fff;
        display: block;
        padding: 5px;
        margin-top: 15px;
        -webkit-moz-border-radius: 3px;
        -border-radius: 3px;
        border-radius: 3px;
        font-size: 11pt;
    }
    .t{
        width: 50%;
    }
    .gallery{
        width: 100%;
    }
    .gallery-block{
        width: 1200px;
        margin: 0 auto;
    }
    .gallery-name-block{
        padding: 50px 0 70px 15px ;
    }
    .gallery-name-block p{
        font-size: 20pt;
        color: #a9a9a9;
    }
    .gallery-concert-block{
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .concert-itm{
        width: 25%;
        float: left;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-right: 33px;
        padding: 0 10px 70px 10px;
    }
    .conter-itm-img{
        width: 100%;
        height: 250px;
    }
    .conter-itm-img img{
        width: 100%;
        height: 100%;
    }
    .name-concert{
        font-size: 12pt;
        color: #a9a9a9;
        padding: 10px 0 8px 20px;
    }
    .about-concert-text{
        padding: 0 10px 0 10px;
        font-size: 10pt;
    }

.footer-cont-n{color: #F82FA1}
    .concert-block{
        width: 1200px;
        margin: 0 auto;
    }
    .page-concert-name{
        font-size: 20pt;
        padding: 50px 0 50px 50px;
    }
    .vsty{
        padding: 0 50px 25px 50px;
    }
    .all-information-concert {
        padding: 25px 50px 25px 50px;
    }
    .more1,.more2,.more3{
        margin: 0 0  0 13px;
        font-size: 11pt;
        border-bottom: 1px dotted gray;
        color:#F82FA1;
    }
    .more-text1,.more-text2,.more-text3{
        font-size: 11pt !important;
        position: absolute;
        background: #fafafa;
        width: 280px;
        padding: 0 26px 0 14px;
    }
    /*PAGE-SCHEDULE*/
    .schedule-page{
        width:100%;
        background: #fafafa;
    }
    .schedule-wrapper-page{
        max-width: 1200px;
        margin: 0 auto;
    }
    .name-table{
        text-align: center;
        font-size: 20pt;
    }
    /*CONTESTS*/
    .contests-wrap{
        margin-bottom: 50px;
    }
    h1.name-page{
        font-size: 20pt;
        padding: 0 0 50px 50px;
        color: #F82FA1;
        font-weight: 600;
        font-family: 'Lobster', cursive !important;
    }
    .name-block p{
        font-style: italic;
        color: #74367e;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .about-contests{
        margin-bottom: 30px;
    }
}
