@charset "UTF-8";
/*
Theme Name: MyDrums
*/
@font-face {
    font-family: 'ProximaNovaBlack';
    src: url('/fonts/ProximaNovaBlack.otf');
}

@font-face {
    font-family: 'ProximaNovaBold';
    src: url('/fonts/ProximaNovaBold.otf');
}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('/fonts/ProximaNovaRegular.otf');
}


html {
    padding: 0;
    margin: 0;
}

a.personal_data_link {
    text-decoration: underline;
}

a.personal_data_link:hover {
    text-decoration: none;
}

.header {
    background: #000 url('/images/head_bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 1722px;
}

.header .phone {
    font-size: 20px;
    font-family: 'ProximaNovaBold';
    color: #fff;
    padding-top: 30px;
    text-align: right;
}

.header .phone a {
    color: #fff;
    text-decoration: underline !important;
}

.header .phone a:hover {
    text-decoration: none !important;
}

#map {
    margin-top: 40px;
}

.header .line {
    height: 10px;
    background: #fff;
    margin-top: 10px;
    width: 100%;
}

.drum_studio_wrap {
    position: relative;
}

.header .drum_studio_title {
    font-family: 'ProximaNovaBlack';
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
}

.header .drummer_name {
    font-family: 'ProximaNovaBold';
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    left: 350px;
    top: 90px;
}

.header .text {
    font-family: 'ProximaNovaRegular';
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    margin-top: 45px;
}

.header .button {
    background: #e74c3c;
    width: 400px;
    text-align: center;
    font-family: 'ProximaNovaBold';
    color: #fff;
    font-size: 26px;
    padding: 10px;
    border-radius: 40px;
    margin: auto;
    margin-top: 50px;
    cursor: pointer;
    transition-property: background-color;
    transition-property: color;
    transition-duration: 0.5s;
}

.header .button:hover {
    background: #fff;
    color: #e74c3c;
}

.header .about_text {

}

.header .about_text .title {
    font-family: 'ProximaNovaBlack';
    font-size: 64px;
    line-height: 60px;
    color: #000;
    margin-top: 230px;
}

.header .about_text .text {
    margin-top: 30px;
}

.header .about_text .text p {
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.header .black .logo {
    text-align: center;
}

.header .about_text .line {
    background: #000;
    height: 4px;
    width: 100%;
    margin-top: 20px;
    display: none;
}

.free_master_class {
    background: #e74c3c;
}

.free_master_class .title {
    font-size: 64px;
    line-height: 64px;
    color: #fff;
    font-family: 'ProximaNovaBlack';
    text-transform: uppercase;
    text-align: center;
    margin-top: 50px;
}

.free_master_class .block {

}

.free_master_class .block .title {
    font-family: 'ProximaNovaBlack';
    font-size: 44px;
    color: #fff;
    margin-top: 100px;
}

.free_master_class .block .text {
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    margin-top: 60px;
}

.free_master_class .button {
    background: #fff;
    width: 400px;
    text-align: center;
    font-family: 'ProximaNovaBold';
    color: #e74c3c;
    font-size: 26px;
    padding: 10px;
    border-radius: 40px;
    margin: auto;
    margin-top: 100px;
    cursor: pointer;
    transition-property: background-color;
    transition-property: color;
    transition-duration: 0.5s;
    border: 1px solid #fff;
    margin-bottom: 80px;
}

.free_master_class .button:hover {
    background: #e74c3c;
    color: #fff;
}

.students {

}

.students .title {
    font-family: 'ProximaNovaBlack';
    font-size: 64px;
    color: #000;
    text-align: center;
    margin-top: 100px;
}

.students .block {
}

.students .block .video {
    margin-top: 30px;
}

.students .block .name {
    font-family: 'ProximaNovaBlack';
    font-size: 44px;
    margin-top: 30px;
}

.students .block .time {
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    color: #777;
}

.students .more {
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    color: #777;
    text-align: center;
    margin-top: 50px;
}

.students .more a {
    color: #e74c3c;
}

.wannaplay {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 80px;
}

.wannaplay .title1 {
    font-family: 'ProximaNovaBlack';
    font-size: 64px;
    color: #000;
    line-height: 64px;
}

.wannaplay .title2 {
    font-family: 'ProximaNovaBlack';
    font-size: 44px;
    line-height: 44px;
    color: #000;
}

.wannaplay .title2 span {
    color: #e74c3c;
}

.wannaplay .button {
    background: #e74c3c;
    width: 400px;
    text-align: center;
    font-family: 'ProximaNovaBold';
    color: #fff;
    font-size: 26px;
    padding: 10px;
    border-radius: 40px;
    margin: auto;
    margin-top: 50px;
    cursor: pointer;
    transition-property: background-color;
    transition-property: color;
    transition-duration: 0.5s;
}

.wannaplay .button:hover {
    background: #fff;
    color: #e74c3c;
}

.feedback {
}

.feedback .feedback_wrap {
    display: flex;
    flex-wrap: wrap;
}

.feedback .title {
    font-family: 'ProximaNovaBlack';
    font-size: 64px;
    line-height: 64px;
    text-align: center;
    margin-top: 100px;
}

.feedback .block {
    font-family: 'ProximaNovaRegular', serif;
    font-size: 16px;
    line-height: 26px;
    margin-top: 50px;
    float: none;
    flex-grow: 1;
    width: 33%;
}

.feedback .block:nth-child(n+4) {
    display: none;
}

.feedback .block .name {
    font-family: 'ProximaNovaBlack';
    color: #777;
}

.feedback .block img {
    width: 100%;
    margin: auto;
    border: 4px solid #e74c3c;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.feedback .block .short {
    display: block;
}

.feedback .block .full {
    display: none;
}

.feedback .block .show_full {
    display: inline-block;
    color: #e74c3c;
    margin-top: 10px;
    margin-bottom: 20px;
    text-decoration: none;
    border-bottom: 1px dashed #e74c3c;
}

.feedback .block .show_full:hover {
    border-bottom: 1px solid #fff;
}

.feedback .more {
    font-family: 'ProximaNovaBold';
    font-size: 18px;
    color: #777;
    text-align: center;
    margin-top: 50px;

}

.feedback .more a {
    color: #e74c3c;
}

.bottom {
    background: url('/images/bottom.jpg');
    background-size: cover;
    min-height: 675px;
    padding-bottom: 30px;
}

.bottom .title1 {
    font-family: 'ProximaNovaBlack';
    font-size: 64px;
    line-height: 64px;
    color: #fff;
    text-align: center;
    margin-top: 200px;
}

.bottom .title2 {
    font-family: 'ProximaNovaBlack';
    font-size: 44px;
    line-height: 44px;
    color: #fff;
    text-align: center;
}

.bottom .button {
    background: #e74c3c;
    width: 400px;
    text-align: center;
    font-family: 'ProximaNovaBold';
    color: #fff;
    font-size: 26px;
    padding: 10px;
    border-radius: 40px;
    margin: auto;
    margin-top: 50px;
    cursor: pointer;
    transition-property: background-color;
    transition-property: color;
    transition-duration: 0.5s;
}

.bottom .button:hover {
    background: #fff;
    color: #e74c3c;
}

.bottom .socials {
    width: 250px;
    margin: auto;
    margin-top: 100px;
}

.bottom .socials .icon {
    width: 33px;
    height: 31px;
    float: left;
    margin-right: 30px;
}

.bottom .socials .icon:nth-child(4n) {
    margin-right: 0;
}

.students .videos_wrap {
    display: flex;
    flex-wrap: wrap;
}

.students .videos_wrap .block {
    float: none;
    flex-grow: 1;
    width: 50%;
}

.students .videos_wrap .block:nth-child(n+5) {
    display: none;
}

.students .block .video img {
    width: 100%;
}

.presentBlock {
    background: #fff;
    padding-top: 50px;
}

.presentBlock .title {
    font-size: 48px;
    margin-top: 40px;
    line-height: 54px;
}

.presentBlock .image {
    text-align: center;
}

.presentBlock .image img {
    width: 250px;
    height: 250px;
}

.presentBlock .description {
    padding-left: 30px;
    padding-right: 15px;
}

.presentBlock .description p {
    padding-top: 70px;
    text-align: center;
    font-size: 30px;
}

.feedback .block .image {
    margin: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.free_master_class_mobile,
.about_text_mobile {
    display: none;
}


.about_text_mobile .title {
    font-family: 'ProximaNovaBlack';
    font-size: 32px;
    line-height: 36px;
    color: #000;
    margin-top: 25px;
    text-align: center;
}

.about_text_mobile .text {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.about_text_mobile .text p {
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: left;
}


.socials_floating {
    position: fixed;
    top: 35px;
    left: 50%;
    transform: translate(-50%, 0);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background: #fff;
    padding: 8px 15px;
    border-radius: 15px;
    display: none;
}

.socials_floating .icon {
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 30px;
}

.socials_floating .icon:nth-child(2) {
    margin-right: 0;
}

#yacookie {
    display: block;
    width: 400px;
    bottom: 40px;
    text-align: center;
    box-shadow: 5px 5px 20px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    z-index: 99999;

    position: fixed;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%)
}

#yacookie p {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    font-family: 'ProximaNovaRegular';
}

#yacookie p b {
    font-family: 'ProximaNovaBold';
}

#yacookie #agreed {
    font-family: 'ProximaNovaRegular';
    background: #e74c3c;
    border: 1px solid #e74c3c;
    border-radius: 5px;
    text-align: center;
    padding: 5px 10px;
    cursor: pointer;
    font-color: #fff;
    font-size: 11px;
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
}

#yacookie #agreed:hover {
    background: #fff;
    color: #e74c3c;
}

.popup_form {
    width: 400px;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Для Safari и Chrome */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Параметры тени */
    z-index: 100;
    position: fixed;
    background: #ffffff;
    display: none;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -200px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);

}

.popup_descr {
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 700;
}

.popup_form_input {
    margin: auto;
}

.popup_form_input input {
    background: transparent;
    border: 1px solid #cccccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px;
    width: 100%;
    font-family: 'ProximaNovaRegular';
    font-size: 18px;
    color: #000;
    outline: none;
    margin: auto;
    margin-top: 15px;

}


input[name='fio_popup']::-webkit-input-placeholder {
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    color: #000;
    padding-top: 3px;
}

input[name='fio_popup']:-moz-placeholder {
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    color: #000;
    padding-top: 3px;
}

input[name='phone_popup']::-webkit-input-placeholder {
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    color: #000;
    padding-top: 3px;
}

input[name='phone_popup']:-moz-placeholder {
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    color: #000;
    padding-top: 3px;
}

input[name='fio_popup']:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input[name='fio_popup']:focus:-moz-placeholder {
    color: transparent !important;
}

input[name='phone_popup']:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input[name='phone_popup']:focus:-moz-placeholder {
    color: transparent !important;
}


*:disabled {
    background-color: dimgrey !important;
    color: linen !important;
}

.popup_form_button {
    background: #e74c3c;
    width: 90%;
    text-align: center;
    font-family: 'ProximaNovaBold';
    color: #fff;
    font-size: 26px;
    padding: 10px;
    border-radius: 40px;
    margin: auto;
    margin-top: 30px;
    cursor: pointer;
    transition-property: background-color;
    transition-property: color;
    transition-duration: 0.5s;
    display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0px;
}

.popup_form_button:hover {
    background: #000;
    color: #e74c3c;
}

.popup_form_title {
    font-family: 'ProximaNovaRegular';
    font-size: 32px;
    color: #000;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}


.popup_form_sent {
    font-family: 'ProximaNovaRegular';
    font-size: 22px;
    color: #000;
    display: none;
    text-align: center;
}

.form_sent {
    font-family: 'ProximaNovaRegular';
    font-size: 30px;
    color: #000;
    margin-bottom: 25px;
    display: none;
    text-align: center;
    margin-top: 25px;
}

.form_sent_1, .form_sent_2, .form_sent_3, .form_sent_4 {
    font-family: 'ProximaNovaRegular';
    font-size: 22px;
    color: #000 !important;
    line-height: 22px;
    display: none;
    text-align: center;
    margin-top: 25px;
}

.form_sent_2 {
    margin-top: 100px;
    float: left;
    width: 320px;
    margin-left: 10px;
}

.form_sent_1 {
    color: #000;
}

#content_div {
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 1;
    background: none;
}

.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    opacity: 0.8;
    background: #000;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 98;
}

.closer {
    background: url('/images/closer.png');
    width: 39px;
    height: 39px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: 145px;
    margin-top: -175px;
    display: none;
    z-index: 102;
    cursor: pointer;
}

#mapOpener {
    display: block;
    color: #e74c3c;
    font-size: 28px;
    margin-top: 25px;
    text-align: center;
    text-decoration: underline !important;
}

#mapOpener:hover {
    text-decoration: none !important;
}

.mapOpenerInside:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTIgMWE5LjAwMiA5LjAwMiAwIDAgMC02LjM2NiAxNS4zNjJjMS42MyAxLjYzIDUuNDY2IDMuOTg4IDUuNjkzIDYuNDY1LjAzNC4zNy4zMDMuNjczLjY3My42NzMuMzcgMCAuNjQtLjMwMy42NzMtLjY3My4yMjctMi40NzcgNC4wNi00LjgzMSA1LjY4OS02LjQ2QTkuMDAyIDkuMDAyIDAgMCAwIDEyIDF6bTAgMTIuMDc5YTMuMDc5IDMuMDc5IDAgMSAxIDAtNi4xNTggMy4wNzkgMy4wNzkgMCAwIDEgMCA2LjE1OHoiIGZpbGw9IiNGNDMiLz48L3N2Zz4=);
    background-size: 16px 16px;
    content: "";
    display: inline-block;
    height: 16px;
    margin-right: 6px;
    width: 16px;
    top: 2px;
    position: relative;
}

@media (max-width: 768px) {

    .about_text_mobile {
        display: block;
    }

    .header .phone a {
        color: #fff;
        text-decoration: underline;
        font-size: 19px;
    }

    .free_master_class_mobile {
        font-family: 'ProximaNovaBlack';
        font-size: 40px;
        line-height: 40px;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
        display: block;
        background: #000;
        color: #fff;
    }

    .header .black .logo {
        text-align: right;
        padding-right: 15px;
    }

    .header .black .logo img {
        width: 90%;
        text-align: center;
        margin: auto;
    }

    .wannaplay .title1 {
        font-size: 54px;
    }

    .students .videos_wrap .block {
        width: 100%;
    }

    .tv .video iframe {
        height: 400px;
    }

    .header {
        background: #000 url('/images/head_bg_mobile.jpg');
        height: 650px;
        padding-bottom: 50px;
        background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        text-shadow: 3px 1px 15px rgba(0, 0, 0, 1);
    }


    .black {
        margin-left: -15px;
        margin-right: -15px;
    }

    .white {
        background: #fff;
        display: none;
    }

    .header .drum_studio_title {
        font-family: 'ProximaNovaBlack';
        font-size: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: 110px;
    }

    .header .drummer_name {
        font-family: 'ProximaNovaBlack';
        font-size: 40px;
        line-height: 40px;
        position: relative;
        top: auto;
        left: auto;
        text-align: right;
        margin-top: 50px;
        padding-right: 15px;
        text-transform: uppercase;
        color: #000;
        text-shadow: none;
    }

    .header .text {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    }

    .header .ad_text {
        text-align: center;
        text-shadow: 1px 1px 2px black;
    }

    .header .about_text .title {
        font-family: 'ProximaNovaBlack';
        font-size: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: 50px;
    }

    .header .phone {
        text-align: right;
        font-family: 'ProximaNovaRegular';
        font-size: 24px;
        line-height: 24px;
        padding-right: 15px;
    }

    .header .about_text .text p {
        line-height: 22px;
    }

    .free_master_class .title {
        font-size: 40px;
    }

    .students .title {
        font-size: 40px;
        line-height: 40px;
    }

    .students .block {
        width: 100%;
    }

    .feedback .block {
        width: 100%;
    }

    .wannaplay .title2 {
        margin-top: 40px;
        font-size: 40px;
    }

    .header .button,
    .free_master_class .button,
    .wannaplay .button,
    .bottom .button {
        width: 90%;
        font-size: 18px;
    }

    .students .block .video img {
        width: 100%;
    }

    .students .block .name {
        font-size: 30px;
        line-height: 30px;
        text-align: center;
    }

    .students .block .time {
        text-align: center;
    }

    .bottom .title1 {
        margin-top: 150px;
    }

    .bottom .title2 {
        margin-top: 50px;
    }

    .free_master_class .block .text {
        margin-top: 20px;
    }

    .header .text {
        text-align: center;
        color: #e74c3c;
        font-family: 'ProximaNovaBold';
        text-shadow: none;
        display: none;
    }

    .header .button {
        text-shadow: none;
        margin-top: 90px;
    }

    .header .text {
        margin-top: 25px;
    }

    .header .drum_studio_title {
        padding-right: 15px;
        text-align: right;
    }
}

@media (max-width: 1200px) {
    .header .black .logo {
        text-align: right;
        padding-right: 15px;
    }

    .header .black .logo img {
        width: 50%;
        text-align: right;
        margin: auto;
    }

    .header .drum_studio_title {
        text-align: right;
        padding-right: 15px;
    }

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

    .header .drummer_name {
        position: relative;
        top: auto;
        left: auto;
        font-size: 50px;
        width: 100%;
        text-align: right;
        line-height: 50px;
        margin-top: 20px;
        padding-right: 15px;
    }

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

    .header .phone {
        text-align: right;
    }

    .header .line {
        display: none;
    }

    #yacookie {
        width: 90%;
    }
}
