    /* ==========================================================================
    Common Styles
   ========================================================================== */
    #logo {
	    background: url('../img/logo.svg'); 
	    width: 70px;
height: 73px;
margin-top: -30px;
    }
    .padding-out {
        padding-top: 90px;
        padding-bottom: 90px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .padding-in {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .bg-gray {
        background-color: #f7f7f7;
    }
    .bg-dark-gray {
        background-color: #ececec;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    /* ==========================================================================
     Typography
   ========================================================================== */
    
    @font-face {
        font-family: 'league_spartanregular';
        src: url('../fonts/leaguespartan-bold-webfont.ttf');
        font-weight: normal;
        font-style: normal;
    }
    h1,
    h2,
    h3,
    h4,
    p,
    .list,
    .price {
        font-family: 'Open Sans', sans-serif;
    }
    h2 {
        font-weight: 700;
        text-align: center;
        line-height: 60px;
        font-size: 47px;
        color: #3a3042;
        text-transform: uppercase;
    }
    h3 {
        font-weight: 400;
        line-height: 30px;
        font-size: 29px;
        color: #3a3042;
        margin-top: 60px;
    }
    h4 {
        font-weight: 700;
        line-height: 30px;
        font-size: 18px;
        color: #3a3042;
    }
    p {
        font-size: 18px;
        line-height: 30px;
        color: #747c83;
        font-weight: 300;
    }
    .list {
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
        line-height: 30px;
        color: #747c83;
        font-weight: 200;
    }
    .price:before {
        display: block;
        max-width: 300px;
        content: 'Стоимость курса ';
        font-weight: 700;
        font-size: 24px;
        color: #3a3042;
        text-transform: none;
    }
    .price {
        font-weight: 600;
        line-height: 50px;
        font-size: 40px;
        color: #f62459;
        text-align: left;
        text-transform: uppercase;
    }
    
    .price_old {
	    font-weight: 600;
        line-height: 50px;
        font-size: 24px;
        color: #666;
        text-align: left;
        text-transform: uppercase;
         display: inline
	    
    }
     .price_new {
        font-weight: 600;
        line-height: 50px;
        font-size: 40px;
        color: #f62459;
        text-align: left;
        text-transform: uppercase;
        display: inline;
        position: relative;
left: 20px;
    }
    
    #master-class .price {
        text-align: left;
        font-size: 30px;
        line-height: 40px;
    }
    #master-class .price:before {
        text-align: left;
        font-size: 18px;
    }
    .course-more .price {
        text-align: left;
        padding-left: 45px;
    }
    .course-more h4 {
        color: #f62459;
    }
    .rouble-sign {
        position: relative;
        display: inline-block;
        line-height: 1;
        vertical-align: baseline;
    }
    .rouble-sign:after {
        content: '–';
        position: absolute;
        top: 11%;
        left: 0;
    }
    .rouble-sign:before {
        content: '-';
        font-size: 0.9em;
        position: absolute;
        top: 3%;
    }
    @media (max-width:992px) {
        .course-more h4 {
            font-size: 14px;
            line-height: 21px;
        }
        .payment {
            padding-left: 60px;
        }
        .payment p {
            font-size: 12px;
            line-height: 18px;
        }
    }
    /* ==========================================================================
     Buttons
   ========================================================================== */
    
    .btn {
        color: #fff !important;
        border-radius: 100px;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        text-align: center;
        -webkit-font-smoothing: antialiased;
    }
    .btn-w45 {
        width: 215px;
        height: 45px;
    }
    .btn-w60 {
        width: 220px;
        height: 60px;
        line-height: 45px;
        margin-top: 30px;
    }
    @media (max-width:768px) {
        #course-base .btn-w60,
        #course-prof .btn-w60,
        #course-diploma .btn-w60,
        #master-class .btn-w60 {
            display: block;
            margin: 30px auto !important;
        }
    }
    .btn-lg {
        width: 100%;
        height: 60px;
        margin-top: 10px;
    }
    .btn-sm {
        display: block;
        width: 120px;
        margin: 60px auto;
        border: 2px solid #3a3042;
        background: #3a3042;
    }
    .btn-sm:hover {
        border: 2px solid #f62459;
        background: #f62459;
    }
    .btn-primary {
        border-radius: 20px;
        background-color: #4d4454;
        width: 100%;
        min-height: 45px;
        border: none;
        display: block;
        margin: 10px 0;
        line-height: 30px;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        white-space: normal;
    }
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary:hover {
        background-color: #342b3b !important;
        border: solid 2px #f62459 !important;
        line-height: 26px;
    }
    input[type="radio"] {
        display: none
    }
    .btn-pink {
        background: #f62459;
    }
    .btn-pink:hover {
        background: #AC193E;
    }
    .btn-blue {
        background: #407094;
    }
    .btn-blue:hover {
        background: #2C4E67;
    }
    .btn-brown {
        background: #C1845C;
    }
    .btn-brown:hover {
        background: #ad7652;
    }
    .btn-purp {
        background: #f53391;
    }
    .btn-purp:hover {
        background: #AB2365;
    }
    /* ==========================================================================
     Form
   ========================================================================== */
    
    .form-control {
        display: inline-block;
        width: 100%;
        height: 60px;
        border: none;
        border-radius: 20px;
        background-color: #ffffff;
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
        line-height: 30px;
        color: #747c83;
        padding-left: 30px;
        margin: 10px 0;
    }
    .form-control:focus {
        border: solid 2px #f62459;
        box-shadow: none;
        color: #28212E;
    }
    .comment {
        padding-top: 10px;
    }
    /* ==========================================================================
     Images
   ========================================================================== */
    
    .img-course-base {
        background-image: url('../img/img-course-1.png');
        width: 385px;
        height: 343px;
        display: block;
        margin-top: 60px;
        margin-left: 60px;
    }
    .img-course-prof {
        background-image: url('../img/img-course-2.png');
        width: 385px;
        height: 498px;
        display: block;
        margin-top: 60px;
        margin-left: 60px;
    }
    .img-course-diploma {
        background-image: url('../img/img-course-3.png');
        width: 385px;
        height: 343px;
        display: block;
        margin-top: 60px;
        margin-left: 60px;
    }
    .img-course-master {
        background-image: url('../img/img-master.png');
        width: 300px;
        height: 375px;
        display: block;
    }
    .img-adv-1 {
        background-image: url('../img/img-adv-1.png');
        width: 303px;
        height: 300px;
        display: block;
        margin: 0 auto;
    }
    .img-adv-2 {
        background-image: url('../img/img-adv-2.png');
        width: 303px;
        height: 240px;
        display: block;
        margin: 0 auto;
    }
    .img-adv-3 {
        background-image: url('../img/img-adv-3.png');
        width: 385px;
        height: 240px;
        display: block;
        margin: 0 auto;
    }
    .img-adv-4 {
        background-image: url('../img/img-adv-4.png');
        width: 470px;
        height: 300px;
        display: block;
        margin: 0 auto;
    }
    /* ==========================================================================
   Navigation
   ========================================================================== */
    
    .navbar-default {
        background-color: white;
        height: 100px;
        border-bottom: solid 1px #f2f2f2;
    }
    .navbar-default .navbar-brand h1 {
        font-family: 'league_spartanregular';
        color: #28212E;
        text-transform: uppercase;
        font-size: 47px;
        position: absolute;
        display: block;
        width: 100px;
        margin-top: -15px;
    }
    .navbar-default .navbar-brand h1 span {
        font-family: 'league_spartanregular';
        color: #28212E;
        text-transform: uppercase;
        font-size: 22px;
        position: absolute;
        display: block;
        width: 100px;
        margin-top: -50px;
        margin-left: 95px;
        letter-spacing: 1px
    }
    /*Links*/
    
    .navbar-default .navbar-nav>li>a {
        color: #28212E;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        -webkit-font-smoothing: antialiased;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: #f62459;
    }
    .navbar-default .navbar-collapse {
        border: none;
        background-color: white
    }
    .navbar-header,
    .navbar-right {
        margin-top: 25px;
    }
    /*Buttoms*/
    
    .btn-callback {
        color: white
    }
    .btn-callback {
        background-color: #3a3042;
    }
    .btn-callback:hover {
        background: #f6245;
        border: none;
    }
    #navbar .btn-w45 {
        margin-top: 0px;
        margin-left: 5px;
    }
    /*Toggles*/
    
    .navbar-default .navbar-toggle {
        background-color: #3a3042;
        border: none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: white;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #f62459;
    }
    @media (min-width: 768px) {
        .navbar-default {
            background-color: transparent;
            -webkit-transition: padding 0.3s;
            -moz-transition: padding 0.3s;
            transition: padding 0.3s;
            border: none;
        }
        .navbar-default .navbar-collapse {
            border: none;
            background-color: transparent
        }
        .navbar-default .navbar-brand  #logo {
	    background: url('../img/logo_white.svg'); 
	    width: 78px;
height: 81px;
margin-top: -30px;
    }
        
        .navbar-default .navbar-nav>li>a {
            color: white
        }
        .navbar-default .navbar-nav>li>a:hover {
            color: #f62459
        }
        .btn-callback {
            border: 2px solid rgba(255, 237, 254, 0.3);
            background-color: transparent;
        }
        .btn-callback:hover {
            background-color: #f62459;
            border: none;
        }
        .navbar-shrink {
            background-color: white;
            border-bottom: solid 1px #f2f2f2;
        }
        .navbar-shrink .navbar-brand #logo {
            background: url('../img/logo.svg'); 
	    width: 78px;
height: 81px;
        }
        .navbar-shrink .navbar-brand h1 span {
            color: #28212E;
        }
        .navbar-shrink .navbar-nav>li>a {
            color: #28212E;
        }
        .navbar-shrink .btn-callback {
            background-color: #3a3042;
            border: none;
        }
        .navbar-shrink .btn-callback:hover {
            background-color: #f62459;
            border: none;
        }
    }
    /* ==========================================================================
   Hero VideoBackground
   ========================================================================== */
    
    .video-container:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
    }
    .video-container {
        width: 100%;
        height: auto;
        position: relative;
    }
    video {
        display: block;
        width: 100%;
        height: auto;
    }
    /* ==========================================================================
   Introduction
   ========================================================================== */
    
    .intro {
        position: absolute;
        top: 30%;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        max-width: 630px;
    }
    .intro h1 {
        font-size: 48px;
        line-height: 78px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        color: #fff;
    }
    .intro strong {
        font-weight: 400;
    }
    /* Scroll-Down Icon */
    
    .scroll-down {
        position: absolute;
        width: 22px;
        height: 40px;
        border: 2px solid #fff;
        border-radius: 25px;
        left: 50%;
        margin-left: -12px;
        opacity: .3;
        bottom: 10%;
    }
    .scroll-down i {
        color: #fff;
        font-size: 12px;
    }
    .scroll-down:hover {
        opacity: 1
    }
    i {
        -webkit-animation: bouncy 1.5s infinite cubic-bezier(.1, .1, .3, 1) 2s;
        animation: bouncy 1.5s infinite cubic-bezier(.1, .1, .3, 1) 2s;
        margin-left: 1px;
    }
    @keyframes bouncy {
        0% {
            transform: translateY(0)
        }
        100% {
            transform: translateY(18px)
        }
    }
    /* ==========================================================================
    Black Friday
   ========================================================================== */
    
#black_friday {

border-top: 2px dashed #fcfc00;
border-bottom: 2px dashed #fcfc00;
        background: #111;
            }
            
   #black_friday h2, #black_friday h3 {
	   color: white
   }
     #black_friday h2 span {
	     font-weight: 300
     }
     
     #black_friday .sale-course {

	     margin-bottom: -20px;
     }
     #black_friday form {
	     margin-top: 40px;
     }
    /* ==========================================================================
    About School
   ========================================================================== */
    
    .about_school p {
        margin: auto;
        max-width: 640px;
    }
    /* ==========================================================================
    Teachers
   ========================================================================== */
    
    .teachers img {
        display: block;
        margin: 0 auto;
    }
    #master-class span {
        color: #f62459;
    }
    /* ==========================================================================
    Contacts
   ========================================================================== */
    
    #contacts .btn-w60 {
        margin-top: 10px !important;
    }
    #contacts p span {
        color: #28212E;
        font-weight: 700;
    }
    /* ==========================================================================
    Registraion
   ========================================================================== */
    
    .registration {
        background-color: #3a3042;
    }
    .registration h2 {
        display: block;
        margin: 0 auto;
        max-width: 600px;
        color: white
    }
    .registration h2 span {
        font-weight: 300;
    }
    .registration h4 {
        color: white
    }
    .form-reg {
        margin-top: 30px;
    }
    /* ==========================================================================
     Modal  Window
   ========================================================================== */
    
    .modal-header,
    .modal-footer {
        border: none !important;
    }
    .modal-body {
        padding: 15px;
    }
    .modal-body .form-control {
        background-color: #F7F7F7;
    }
    .modal-header h3 {
        text-align: center;
        margin-top: 30px;
    }
    .modal-footer {
        margin-bottom: 30px;
    }
    .close {
        color: #f62459;
        opacity: 1;
    }
    .close:hover {
        color: #3a3042;
        opacity: 1;
    }
    /* ==========================================================================
     Footer
   ========================================================================== */
    
    footer {
        background-color: #f7f7f7;
        padding: 35px;
        font-family: 'Open Sans', sans-serif;
        line-height: 17px;
        font-size: 12px;
        color: #747c83;
    }
    footer a {
        color: #747c83;
    }
    footer a:hover {
        color: #28212E
    }
    .or {
        position: relative;
        display: block;
        text-align: center;
        width: 220px;
    }
    .or:before {
        content: "";
        display: block;
        width: 60px;
        height: 1px;
        left: 0px;
        position: absolute;
        top: 15px;
        background: #d8d8d8;
        opacity: 1;
    }
    .or:after {
        content: "";
        display: block;
        width: 60px;
        height: 1px;
        right: 0px;
        position: absolute;
        top: 15px;
        background: #d8d8d8;
        opacity: 1;
    }
    /* ==========================================================================
     Small Screen
   ========================================================================== */
    
    @media (max-width: 768px) {
        .intro {
            padding: 15px;
        }
        video {
            display: none !important;
        }
        .intro h1 {
            font-size: 28px !important;
            line-height: 48px !important;
        }
        .video-container {
            background-image: url(../img/videobg.png);
            z-index: 2;
            background-size: cover;
            position: relative;
            background-position: center center;
            background-repeat: no-repeat;
            height: 590px;
        }
        h2 {
            font-size: 29px !important;
            line-height: 30px;
        }
    }
    .overlay-img {
        background: #000;
        display: inline-block
    }
    #instagram {
        text-align: center;
    }
    #instagram a img {
        opacity: 1;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        cursor: pointer !important;
        display: inline-block;
    }
    #instagram a img:hover {
        opacity: 0.7
    }
    #instagram h4 a {
        font-weight: 700;
        line-height: 30px;
        font-size: 18px;
        color: #3a3042;
        text-decoration: none
    }
    #instagram h4 a:hover {
        color: #f62459;
    }
    .no-gutter > [class*='col-'] {
        padding-right: 0;
        padding-left: 0;
    }
    @media (max-width:768px) {
        #instagram a img {
            width: 300px !important;
            margin: 0 auto;
        }
        .padding-out {
            padding-top: 60px;
            padding-bottom: 60px;
        }
        .padding-in {
            margin-top: 30px;
            margin-bottom: 30px;
        }
    }
