@font-face {
    font-family: "Jura Regular";
    src: url("./fonts/Jura-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Bicubik";
    src: url("./fonts/Bicubik.OTF") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    background-color: #1C1C1C;
    color:#c9c9c9;
    font-family: "Jura Regular";
    text-transform: uppercase;
}
p {
    margin-bottom: 0;
}
.row {
    padding:0;
    margin:0;
}
.hide {
    display: none!important;
}
.btn {
    color: #C9C9C9;
    text-transform: uppercase;
}
.system-block {
    padding:15% 0;
    display: none;
}
.system-block.active {
    display: block;
}

.border-right {
    border-right: 1px solid #C9C9C9;
}
.border-right-d-md-block {
    border-right: 1px solid #C9C9C9;
}
.border-top {
    border-top: 1px solid #C9C9C9;
}
.border-bottom {
    border-bottom: 1px solid #C9C9C9;
}
.div-v-align {
    margin:auto;
}
.table tr td {
    background-color: transparent;
    color:#C9C9C9;
    border: 0;
}
.no-content {
    padding:15% 0;
}
.announcement {
    text-align: center;
    margin-bottom: 25px;
}
.announcement span {
    color: red;
    font-weight: 700;
}
.warning {
    color: red;
    font-weight: 700;
}



header {
    text-align: center;
    border-bottom: 1px solid #C9C9C9;
}
header .school-name-title {
    font-size: 16px;
    padding-top: 12px;
    margin-bottom: 12px;
    font-family: "Bicubik";
}
header .school-name-title span {
    font-size: 18px;
}
header a {
    text-decoration: none;
    color:#C9C9C9;
}
header p {
    margin-top:18px;
}
header .btn-dots {
    text-align: center;
    padding: 25px;
    margin-top:2px;
}
header .btn-dots ul {
    list-style: none;
    padding-left: 0;
    margin: auto;
}
header .btn-dots li {
    height:8px;
    width: 8px;
    background-color: #C9C9C9;
    border-radius: 50%;
    float: left;
    margin: 0 4px;
}

.header-menu {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #1C1C1C;
    z-index: 100;
    text-align: center;
    display: none;
}
.header-menu.active {
    display: block;
}
.header-menu a {
    text-decoration: none;
    color:#C9C9C9;
    font-size: 20px;
}
.header-menu p.school-name-title {
    font-family: "Bicubik";
    font-size: 16px;
    padding-top: 12px;
    margin-bottom: 12px;
    line-height: 20px;
}
.header-menu p.school-name-title span {
    font-size: 18px;
}
.header-menu .div-close .btn {
    height: 100%;
}
.header-menu .div-close .btn img {
    height: 40px;
    width: 40px;
}
.header-menu .column-2 {
    height: 61px;
}
.header-menu .column-2 p {
    margin-top: 50px;
}
.header-menu .column-3 {
    height: 61px;
}
.header-menu .to-page {
    padding: 13px 0;
    border-bottom: 1px solid #C9C9C9;
}
.header-menu .contacts .name {
    font-size: 14px;
    margin-top: 50px;
}
.header-menu .contacts .data {
    font-size: 18px;
    font-weight: 700;
    margin-top:10px;
}
.header-menu .contacts .phone {    
    margin-top: 50px;
    padding-top: 20px;
}
.header-menu .social .block {
    border-bottom: 1px solid #C9C9C9;
}
.header-menu .social .block p {
    padding:25px 0;
}






/*
footer .footer-title {
    text-align: center;
    font-size: 30px;
    padding: 28px 0;
    border-bottom: 1px solid #C9C9C9;
}
*/
footer {
    border-top: 1px solid #C9C9C9;
}
footer .menu {
    border-bottom: 1px solid #C9C9C9;
}
footer .menu ul {
    list-style: none;
    margin-top: 28px;
    font-size: 18px;
    margin-bottom: 28px;
}
footer .menu ul a {
    text-decoration: none;
    color:#C9C9C9
}
footer .menu ul a:hover {
    text-decoration: none;
}
footer .menu ul li {
    margin-bottom: 12px;
}
footer .contacts {
    /*
    border-right: 1px solid #C9C9C9;
    */
}
footer .contacts div.block {
    text-align: center;
    border-bottom: 1px solid #C9C9C9;
    display: flex;
}
footer .contacts div.block div {
    margin: auto;
    padding:12px;
}
footer .contacts div.block .name {
    font-size: 14px;
}
footer .contacts div.block .data {
    font-size: 16px;
    font-weight: 700;
}
footer .contacts a {
    text-decoration: none;
    color:#C9C9C9;
}
footer .social .block {
    text-align: center;
    display: flex;
    border-bottom: 1px solid #C9C9C9;
    font-size: 20px;
    font-weight: 600;
}
footer .social .block p {
    margin: auto;
    padding:12px;
}
footer .social a {
    text-decoration: none;
    color:#C9C9C9
}
footer .bottom p, footer .bottom ul {
    padding:25px 0;
}
footer .bottom .copyright {
    padding-left: 25px;
}
footer .bottom ul {
    list-style: none;
    padding-left: 0;
}
footer .bottom ul li {
    float: left;
    margin-left: 15px;
}
footer .bottom ul li a {
    text-decoration: none;
    color: #C9C9C9;
}
footer .bottom .to-top {
    text-align: right;
}
footer .bottom .to-top .btn {
    padding:10px 22px;
    border-left: 1px solid #C9C9C9;
    border-radius: 0;
}






.main-logo {
    text-align: center;
}
.main-logo .main {
    position: relative;
}
.main-logo .gradient-logo {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 1.5) 55%);
}
.main-logo img {
    margin:35px 0;
    max-height: 25vw;
}
.main-logo .main .title {
    font-family: "Bicubik";
    position: absolute;
    padding-top: 25%;
    font-size: 30px;
    line-height: 30px;
    opacity: 0.4;
}
.main-logo .main .title.left {
    text-align: left;
}
.main-logo .main .title.right {
    text-align: right;
    right:0;
}




.block-info-control {
    text-align: center;
    border-top: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
}
.block-info-control h5 {
    margin:14px 0;
    font-size: 20px;
}
.block-info-control img {
    margin:10px 0;
}
.block-info-control a img {
    margin:16px 0;
}
.img-to-left {
    transform: rotate(180deg);
}


.teacher-previews {
    /*
    display: flex;
    align-items: center;
    justify-content: center;
    */
    padding-bottom: 12px;
}
.teacher-preview {
    padding:20px 25px;
    text-align: center;
}
.teacher-preview a {
    text-decoration: none;
    color:#C9C9C9;
}
.teacher-preview a:hover {
    opacity: 0.9;
}
.teacher-preview img {
    border-radius: 2px;
    margin-bottom: 18px;
    width: 100%;
}
.teacher-preview p.name {
    font-size: 18px;
    margin-bottom: 10px;
}
.teacher-preview .style-name {
    font-size: 14px;
}



.schedule {
    padding:12px 10px;
}
.schedule a {
    text-decoration: none;
    color: #C9C9C9;
}
.schedule a:hover {
    opacity: 0.8;
}
.schedule-row {
    margin: 16px 0;
}
.schedule-block {
    border: 1px solid #C9C9C9;
    border-radius: 2px;
    height: 100%;
    padding: 12px;
    text-align: center;
    display: flex;
}
.schedule-block p {
    margin: auto;
}
.schedule .block-info-control .btn {
    padding:0;
    margin-top:5px;
}


/*
.page.schedule .filter {
    text-align: center;
}
.page.schedule .filter div {
    border-bottom: 1px solid #C9C9C9;
}
.page.schedule .filter .btn {
    font-size: 20px;
    margin: 12px 0;;
}
.page.schedule .filter .btn img {
    margin-left:8px;
    margin-top: -4px;
}
*/

.dance-group-list {
    padding: 12px;
}
.schedule td.time {
    padding-right: 30px;
    padding-top: 30px;
}

.schedule .day-of-week {
    background-color: #494d4e;
    padding:4px 0;
    border: 1px solid #C9C9C9;
}
.schedule table {
    text-align: center;
}
.schedule .out-block {
    border: 1px solid #C9C9C9;
    text-align: center;
    margin-bottom: 12px;
    font-size: 14px;
}
.schedule .out-block .desc {
    background-color: #494d4e;
    font-weight: 700;
    padding:4px;
}
.schedule .out-block .desc a {
    color:#1C1C1C;
}
.schedule .out-block .level {
    font-size: 10px;
    padding:4px;
}
.schedule .filter {
    text-align: center;
}
.schedule .filter .btn {
    margin-top:8px;
    border: 1px solid #C9C9C9;
    margin:20px 0 8px 0;
}



.page.schedule .mobile .weekday {
    text-align: center;
    background-color: #494d4e;
    padding: 4px 0;
    border-bottom: 2px solid #C9C9C9;
    margin-top: 20px;
}
.page.schedule .mobile .dance-group-block {
    border-bottom: 2px solid #C9C9C9;
    text-decoration: none;
    color: #fff;
}
.page.schedule .mobile .dance-group-block:hover {
    opacity: 0.8;
}
.page.schedule .mobile .dance-group-block .time {
    background-color: #494d4e;
    padding: 8px 0;
    text-align: center;
}
.page.schedule .mobile .dance-group-block .time p {
    margin-top: 3px;
}
.page.schedule .mobile .dance-group-block .data {
    padding: 4px 0 4px 8px;
}
.page.schedule .mobile .dance-group-block .data .name {
    font-size: 14px;
}
.page.schedule .mobile .level {
    padding: 0;
    font-size: 10px;
}






.main-abonements {
    position: relative;
    text-align: right;
    padding:40px 0;
    /*
    background: url("./images/abonement-poster.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    height: 100%;
    */
}
.main-abonements img {
    opacity: 0.5;
}
.main-abonements .pre-price {
    position: absolute;
    top:40px;
    left:40px;
    z-index: 1;
    text-align: left;
}
.main-abonements .pre-price p {
    margin-bottom: 10px;
}
.main-abonements .pre-price p span {
    /*
    margin-left: 20px;
    */
}




.main-director-presentation {
    text-align: center;
    padding: 35px;
    /*
    line-height: 40px;
    */
}
.main-director-presentation p {
    margin-top: 20px;
}


.teacher-private-previews {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px;
}
.teacher-private-previews a {
    text-decoration: none;
    color: #C9C9C9;
}
.teacher-private-previews a:hover {
    opacity: 0.8;
}
.teacher-private-preview {
    position: relative;
    padding:0 10px;
    margin: 20px 0;
}
.teacher-private-preview p {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    text-align: right;
    position: absolute;
    transform: rotate(-180deg);
    margin:0;
    /*
    transform: rotate(270deg);
    margin-left: -60px;
    margin-top: -20px;
    */
}
.teacher-private-preview img {
    padding-left: 24px;
    border-radius: 2px;
}



.main.hall-rentals {
    position: relative;
}
.main.hall-rentals .control {
    position: absolute;
    bottom:25px;
    left:0;
    right: 0;
    z-index: 1;
    text-align: center;
}
.main.hall-rentals .control .dot {
    height: 16px;
    width: 16px;
    border: 1px solid #C9C9C9;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    margin-right: 12px;
}
.main.hall-rentals .control .dot.filled {
    background-color: #C9C9C9;
}
.main.hall-rentals img {
    display: none;
    transition: all 0.3s ease-out;
    width: 100%;
}
.main.hall-rentals img.active {
    display: block;
    transition: all 0.3s ease-out;
}







.main-events {
    /*
    border-bottom: 1px solid #C9C9C9;
    */
}
.main-events a {
    text-decoration: none;
}
.main-events a {
    color: #C9C9C9;
}
.main-events a:hover {
    opacity: 0.8;
}
.main-events .main-event-preview {
    text-align: center;
}
.main-events .main-event-preview .date {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #C9C9C9;
    background-color: #494d4e;
}
.main-events .main-event-preview .desc {
    padding:12px;
    border-bottom: 1px solid #C9C9C9;
}
.main-events .main-event-preview h6 {
    font-size: 14px;
    margin-top:40px;
}
.main-events .main-event-preview .style {
    margin-bottom:20px;
}
.main-events .main-event-preview .teacher-name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
.main-events .main-event-preview a {
    display: block;
    color: #C9C9C9;
    width: 100%;
    border-radius: 0;
    padding: 15px 0;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}






.teachers .teacher-block {
    text-align: center;
    border: 1px solid #C9C9C9;
    font-size: 18px;
}
.teachers .teacher-block .name {
    padding:15px 0;
    border-bottom: 1px solid #C9C9C9;
    background-color: #494d4e;
}
.teachers .teacher-block .poster-title {
    padding:50px 50px 25px 50px;
    border-bottom: 1px solid #C9C9C9;
}
.teachers .teacher-block .poster-title img {
    margin-bottom: 15px;
}
.teachers .teacher-block .poster-title p {
    margin-top: 10px;
}
.teachers .teacher-block .about a {
    display: block;
    color:#C9C9C9;    
    width: 100%;
    border-radius: 0;
    padding:15px 0;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}




.page.teacher .back {
    padding: 25px 0;
    border-bottom: 1px solid #C9C9C9;
}
.page.teacher .back a {
    display: block;
    text-align: center;
    color:#C9C9C9;
    text-transform: uppercase;
    text-decoration: none;
}

.page.teacher .poster img {
    width: 100%;
}
.page.teacher .description {
    padding: 35px 35px 50px 50px;
    font-size: 18px;
}
.page.teacher .description p {
    margin-bottom: 8px;
}
.page.teacher .description h1 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 35px;
}
.page.teacher .description .blocks {
    float: right;
    margin-left: 12px;
}
.page.teacher .description .blocks .block {
    border: 1px solid #C9C9C9;
    text-align: center;
    padding: 15px 35px;
    font-size: 20px;
    margin-bottom: 15px;
}

.page.teacher .videos {
    border-top: 1px solid #C9C9C9;
}
.page.teacher .video-preview {
    border: 1px solid #C9C9C9;
    position: relative;
    text-align: center;
}
.page.teacher .video-preview img {
    width: 100%;
}
.page.teacher .video-preview .play {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 20%;
}
.page.teacher .video-preview .play .btn {
    width: 80px;
    height: 80px;
}
.page.teacher .btn-buy {
    color: #C9C9C9;
    border-radius: 0;
    border: 1px solid #C9C9C9;
    padding: 12px 35px;
    font-weight: 700;
}





.page.event .btn-buy {
    width: 100%;
    bottom:0;
    position: absolute;
}





/* Styles BEGIN */

.styles .preview-block {
    text-align: center;
    border: 1px solid #C9C9C9;
    font-size: 18px;
}
.styles .preview-block .name {
    padding:15px 0;
    border-bottom: 1px solid #C9C9C9;
    background-color: #494d4e;
}
.styles .preview-block .poster-title {
    padding:50px 50px 25px 50px;
    border-bottom: 1px solid #C9C9C9;
}
.styles .preview-block .poster-title img {
    margin-bottom: 15px;
}
.styles .preview-block .poster-title p {
    margin-top: 10px;
}
.styles .preview-block .about a {
    display: block;
    color:#C9C9C9;    
    width: 100%;
    border-radius: 0;
    padding:15px 0;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}

/* Styles END */




/*Style BEGIN */

.page.style {
    border-bottom: 1px solid #C9C9C9;
}
.page.style .back {
    padding: 25px 0;
    border-bottom: 1px solid #C9C9C9;
}
.page.style .back a {
    display: block;
    text-align: center;
    color:#C9C9C9;
    text-transform: uppercase;
    text-decoration: none;
}

.page.style .poster img {
    width: 100%;
}
.page.style .description {
    padding: 35px 35px 35px 50px;
    font-size: 18px;
}
.page.style .description p {
    margin-bottom: 8px;
}
.page.style .description h1 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 35px;
}

/*Style END */




.modal-content {
    margin-top:10%;
    background-color: #1C1C1C;
    border: 1px solid #C9C9C9;
    border-radius: 15px;
    padding:0 25px 25px 25px;
}
.modal-content button.close {
    background-color: transparent;
    border: 0;
    color: #C9C9C9;
    font-size: 24px;
}
.modal-header {
    text-align: right;
    display: block;
    border: none;
    padding-bottom:0;
}
.modal-body {
    text-align: center;
}
.modal-body iframe {
    width:100%;
}
.modal-footer {
    text-align: center;
    border: none;
    display: block;
}
.modal-footer button {
    margin-bottom:20px;
}
.modal-content .video-js {
    border-radius: 15px;
}
.modal-content video {
    border-radius: 15px;
}
.modal-subfooter {
    text-align: right;
}
.modal-subfooter .btn {
    font-size: 10px;
    opacity: 0.7;
}




.abonements .abonement-block {
    text-align: center;
    border: 1px solid #C9C9C9;
    font-size: 18px;
}
.abonements .abonement-block p.name {
    padding:15px 0;
    border-bottom: 1px solid #C9C9C9;
    background-color: #494d4e;
}
.abonements .abonement-block .content {
    /*padding:50px 50px 25px 50px;*/
    padding:0 0 15px 0;
}
.abonements .abonement-block .content img {
    margin-bottom: 15px;
}
.abonements .abonement-block .content p {
    margin-top: 5px;
    font-weight: 700;
}
.abonements .abonement-block .btn-buy {
    width: 100%;
    color: #C9C9C9;
    border-radius: 0;
    border-top: 1px solid #C9C9C9;
    padding: 15px 0;
    font-weight: 700;
}
.abonements .abonement-block .no-btn-buy {
    width: 100%;
    height: 56px;
}







.renthall-prices .tabs {
    border-top: 1px solid #C9C9C9;
    text-align: center;
}
.renthall-prices .tabs .tab-hall {
    padding: 25px 0;
    cursor: pointer;
    opacity: 0.5;
}
.renthall-prices .tabs .tab-hall:hover {
    opacity: 0.8;
}
.renthall-prices .tabs .tab-hall.active {
    opacity: 1;
}
.renthall-prices .hall-block {
    display: none;
}
.renthall-prices .hall-block.active {
    display: block;
}
.renthall-prices .renthal-imgs {
    text-align: center;
}
.renthall-prices .renthal-imgs img {
    width: 100%;
}
.renthall-prices .tabs-days {
    text-align: center;
}
.renthall-prices .tabs-days .tab-day {
    padding:25px 0;
    opacity: 0.5;
    cursor: pointer;
}
.renthall-prices .tabs-days .tab-day:hover {
    opacity: 0.8;
}
.renthall-prices .tabs-days .tab-day.active {
    opacity: 1;
}


.renthall-prices .table-prices {
    display: none;
}
.renthall-prices .table-prices.active {
    display: block;
}
.renthall-prices table {
    width: 100%;
    text-align: center;
}
.renthall-prices table td {
    padding:35px 0;
    border: 1px solid #C9C9C9;
}




.page.oferta {
    margin-bottom: 50px;
}
.page.oferta h2 {
    text-align: center;
    margin-bottom: 50px;
}




.main.video-review .video-preview {
    border: 1px solid #C9C9C9;
    position: relative;
    text-align: center;
}
.main.video-review .video-preview img {
    width: 100%;
}
.main.video-review .video-preview .play {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 20%;
}
.main.video-review .video-preview .play .btn {
    width: 80px;
    height: 80px;
}






.page.payment .description {
    min-height: 75%;
    min-height: 75vh;
    text-align: center;
    padding-top: 15%;
}
.page.payment .description a {   
    text-decoration: none;
    color: #C9C9C9;
}



.modal-buy .btn {
    border: 1px solid #C9C9C9;
    border-radius: 2px;
    padding: 4px 25px;
}
.modal-buy button {
    margin-bottom: 0;
}
.modal-buy form {
    text-align: left;
    margin-top: 15px;
}
.modal-buy form .form-group {
    margin-bottom: 8px;
}
.modal-buy form label {
    margin-bottom: 4px;
}
.modal-buy form input {
    background-color: transparent;
    color: #C9C9C9;
}
.modal-buy form input.form-control:disabled  {
    background-color: transparent;
}
.modal-buy form input:focus {
    background-color: transparent;
    color: #C9C9C9;
}
.modal-buy form .text-muted {
    color: #C9C9C9!important;
    font-size: 10px;
}