body {
    margin: 0;
    padding: 0;
    font-family: Muller, Helvetica, sans-serif;
    background: #f8f8f8;
}

.content {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

body {
    font-size: 6px;
}

div.logo {
    height: 4.5em;
    margin: 0.8em 0 0.7em 0;
    background: url(../i/logoi.svg) no-repeat bottom center;
    background-size:contain;
}

div.logob {
    height: 4em;
    margin: 1.1em 0 1em 0;
    background: url(../i/logo.svg) no-repeat top center;
    background-size:contain;
}

.navbar .location,
.navbar .phone-part,
.navbar .icons-social,
.footer .location,
.footer .phone-part,
.footer .icons-social {
    padding-left: 0;
    padding-right: 0;
}

/* sm */
@media (min-width: 768px) {
    body {
        font-size: 8px;
    }
}
/* md */
@media (min-width: 992px) {
    body {
        font-size: 9px;
    }
}
/* lg */
@media (min-width: 1200px) {
    body {
        font-size: 9px;
    }
}

/* xl */
@media (min-width: 1500px) {
    body {
        font-size: 10px;
    }
}


div, ul, li, a, span {
    font-size: 1em;
}

h1 {
    font-size: 5em;
    font-weight: 800;
}

h2 {
    font-size: 4.5em;
    font-weight: 800;
}

h3 {
    font-size: 3em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1em;
}

h1>strong,
h2>strong {
    color: #ff2c2d;
    font-weight: 800;
}

.banner {
    min-height: 1000px;
    color: #fff;
    vert-align: middle;
    position: relative;
}

.banner-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.lot {
    background: #fff;
    margin: 5.1em 0.1em;
    border: none;
    line-height: 2;
    color: #333;
}

.lot .panel-heading {
    background: #fff;
}

.lot .panel-heading h4 {
    color: #ff2c2d;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.lot .panel-heading h4 strong {
    color: #333;
    font-weight: 800;
    text-transform: uppercase;
}

.lot .panel-heading .badge {
    color: #fff;
    background-color: #ff2c2d;
    min-height: 2.2em;
    min-width: 2.2em;
    border-radius: 1.1em;
    font-size: 1em;
    font-weight: 800;
    line-height: 1.9em;
    letter-spacing: 0;
    border: none;
}

.lot ul {
    padding: 1.3em;
    position: relative;
}
.lot li{
    line-height: 2em;
}
.lot li i{
    color: #ff2c2d;
    position: absolute;
    left: -2em;
    line-height: 1.8em;
}

.lot .panel-body {
    font-size: 1.6em;
    line-height: 1em;
}

.lot .panel-footer {
    background: #fff;
    padding: 1em 0;
    margin: 0;
}
.lot .panel-footer .price {
    font-size: 2.4em;
    font-weight: bold;
}

.lot .panel-footer .price a {
    color: #ff2c2d;
    font-size: 0.6em;
    font-weight: normal;
    text-decoration: underline;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
button.btn-primary,
a.btn-primary,
button:visited.btn-primary,
a:visited.btn-primary {
    margin: 1em;
    padding: 1em;
    background: #ff2c2d;
    font-size: 1.6em;
    font-weight: 600;
    letter-spacing: 0.066em;
    color: #fff;
    border-radius: 2em;
    text-decoration: none;
    border: none;
    min-width: 12em;
}

a.btn-lg,
a:visited.btn-lg {
    font-size: 2.5em;
}

a:hover.btn-primary,
button:hover.btn-primary,
a:active.btn-primary,
button:active.btn-primary,
button:active:visited.btn-primary,
button:active:hover.btn-primary,
a:active:visited.btn-primary,
a:active:hover.btn-primary {
    background: #ff2c2d;
    box-shadow: 0 0 3em 1em rgba(255, 44, 45, 0.5);
}

button.btn-success,
a.btn-success,
button:visited.btn-success,
a:visited.btn-success {
    margin: 0.5em;
    padding: 0.5em;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.066em;
    color: #ff2c2d;
    background: #fff;
    border-radius: 2em;
    text-decoration: none;
    border-color: #ff2c2d;
    min-width: 11em;
}

a:hover.btn-success,
button:hover.btn-success,
a:active:hover.btn-success,
a:active.btn-success,
button:active:hover.btn-success,
button:active.btn-success,
button:active:visited.btn-success,
button:active:visited:hover.btn-success,
a:active:visited.btn-success,
a:active:visited:hover.btn-success {
    color: #fff;
    background: #ff2c2d;
    border-color: #ff2c2d;
}
.nav-tabs > li > a,
a.btn-default,
button.btn-default,
a:visited.btn-default,
button:visited.btn-default {
    margin: 1em;
    padding: 1em;
    background: #373737;
    font-size: 1.6em;
    font-weight: 600;
    letter-spacing: 0.066em;
    color: #fff;
    border-radius: 2em;
    text-decoration: none;
    border: none;
    min-width: 12em;
}

.nav-tabs > li > a {
    text-align: center;
}

.table-custom {
    border-collapse:separate;
    border: none;
    border-radius:0.5em;
}

.table-custom > thead th {
    background-color: #373737;
    color: #fff;
    padding: 0.5em;
}
.table-custom > thead th:first-child {
    border-top-left-radius: 0.5em;
}

.table-custom > thead th:last-child {
    border-top-right-radius: 0.5em;
}

.table-custom > tbody > tr > td {
    vertical-align: middle;
}

a.btn-round {
    min-width: 3.2em;
    height: 3.2em;
}

.nav-tabs > li > a:hover,
a:hover.btn-default,
button:hover.btn-default,
a:active.btn-default,
button:active.btn-default,
a:active:hover.btn-default,
button:active:hover.btn-default,
a:active:visited.btn-default,
button:active:visited.btn-default,
a:active:visited:hover.btn-default
button:active:visited:hover.btn-default
{
    background: #ff2c2d;
    color: #fff;
}

.btn-default .badge {
    background-color: #fff;
    color: #ff2c2d;
}

.form-control
{
    padding: 1.5em;
    font-size: 1.6em;
    font-weight: 200;
    letter-spacing: 0.066em;
    border-radius: 2em;
    min-width: 12em;
}

textarea.form-control {
    min-height: 7.2em;
}

.bootstrap-select.form-control {
    font-size: 1.6em;
    border-radius: 2em;
    min-width: 12em;
    height: 3em;
}
.bootstrap-select > .dropdown-toggle,
.bootstrap-select > .dropdown-toggle:hover,
.bootstrap-select > .dropdown-toggle:active,
.bootstrap-select > .dropdown-toggle:active:hover
{
    font-size: 1em;
    font-weight: 200;
    padding: 1em;
    border-radius: 2em;
    min-width: 12em;
    background-color: #fff;
    color: inherit;
    margin: 0;
    border: 1px solid #ccc;
}

.bootstrap-select.open > .dropdown-toggle,
.bootstrap-select.open > .dropdown-toggle:hover {
    background-color: #fff;
}

.bootstrap-select > select {
    width: 100% !important;
    left: 0;
}

.field-group-label {
    font-size: 2em;
    font-weight: 600;
    margin: 2em 0;
}

.field-group-label > strong {
    font-weight: 400;
    color: #ff2c2d;
}

.fa-ul {
    margin: 0 1em;
}
/* Navigation */

.navbar .row {
    margin: 3em 2em;
    color: #fff;
}

.red-ham {
    background-color: #ff2c2d;
    color: #fff;
    width: 2.5em;
    height: 2.5em;
    border: none;
    border-radius: 3.5em;
    font-size: 2.5em;
    /*position: relative;*/
    padding: 0;
    margin: 0;
}

.icon-round {
    color: #fff;
    border: 0.1em solid #fff;
    border-radius: 3.5em;
    width: 3em;
    height: 3em;
    text-align: center;
    padding-top: 0.8em;
    font-size: 1.8em;
    margin: 0.3em 0;
}

.icon-white {
    background-color: #fff;
    color: #ff2c2d;
}

a:hover .icon-round {
    border-color: #ff2c2d;
    background-color: #ff2c2d;
}

.navbar .address,
footer .address {
    max-width: 12em;
    margin: 0 3em 0 1em;
    font-size: 1.6em;
    display: inline-block;
    line-height: 1.2em;
    text-align: left;
    height: 40px;
    vertical-align: middle;
}

.navbar .social, footer .social {
    margin: 0;
    padding: 0;
}

.navbar .phone .number, footer .phone .number {
    padding: 0;
    line-height: 1.467;
}
footer .phone .number a,
footer .phone .number a:hover,
footer .phone .number a:active,
footer .phone .number a:visited,
.navbar .phone .number a,
.navbar .phone .number a:hover,
.navbar .phone .number a:active,
.navbar .phone .number a:visited {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 2.2em;
    margin: 0;
}

.navbar .phone .time,
footer .phone .time {
    font-size: 1.4em;
    width: 13em;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    text-align: left;
}

footer .phone,
.navbar .phone {
    margin-left: 2em;
    margin-bottom: -0.6em;
}

.breadcrumb {
    background: none;
    font-size: 1.55em;
    padding: 0;
    margin: 2.7em 0;
}

.contacts {
    font-size: 1.2em;
    /*margin-top: -200px;*/
    padding-top: 18em;
    /*background: url(../i/contacts.png) no-repeat center top;*/
}
 .subheader {
    padding-top: 1em;
    font-size: 2.2em;
    font-weight: 600;
    line-height: 1.2;
}

.contacts ul{
    position: relative;
    margin: 6em 0;
}

.contacts ul li {
    font-size: 1.6em;
    margin: 1em 1em 1em 3em;
}

.contacts li i {
    position: absolute;
    left: -0.1em;
    font-size: 1.3em;
    color: #ff2c2d;
}

footer {
    padding: 3em 1em;
    background-color: #fff;
}

footer .icon-round {
    border-color: #333;
    color: #ff2c2d;
}

footer .phone .number a,
footer .phone .number a:hover,
footer .phone .number a:active,
footer .phone .number a:visited {
    color: #333;
}

footer .social a:hover i,
footer .social a:active i,
footer .social a:active:visited i {
    color: #fff;
}

.success-page {
    font-size: 2em;
}

.contacts-page {
    padding-top: 7em;
}
    .contacts-page h4 {
    font-size: 2em;
}

.contacts-page .icon-round{
    border-color: #333;
    color: #333;
}
.contacts-page .social a:hover i,
.contacts-page .social a:active i,
.contacts-page .social a:active:visited i {
    color: #fff;
}

.contacts-page .list-c li {
    font-size: 1.8em;
    margin-left: 3em;
    max-width: 14em;
}
.contacts-page .list-c li:first-child {
    max-width: 100%;
}
.contacts-page .list-c .phone {
    font-size: 2em;
    max-width: 100%;
}

.contacts-page .list-c li i {
    font-size: 1.5em;
    color: #ff2c2d;
    width: 1em;
    text-align: center;
    margin-left: -2em;
    margin-right: 1em;
    padding-top: 1em;
}

.contacts-page p:first-child {
    padding-top: 5em;
}

.contacts-page p {
    font-size: 1.8em;
}

.contacts-page .text-strong {
    font-size: 2em;
    font-weight: bold;
}
.contacts-page .text-strong strong {
    color: #ff2c2d;
}

.instructors>div,
.lessons>div {
    min-height: 643px;
    padding: 3em 3em 3em 6em;
}

.instructors, .lessons {
    margin: 10em 0;
    padding: 2em;
}

.instructors p, .instructors li,
.lessons p, .lessons li {
    font-size: 1.6em;
    text-align: justify;
}

.instructors .scrollable,
.lessons .scrollable {
    position: relative;
    height: 360px;
    overflow-x: auto;
}

.instructors h3,
.lessons h3 {
    font-size: 2.8em;
    font-weight: 800;
    padding-bottom: 0.5em;
}

.instructors .subheader {
    color: #ff2c2d;
    padding-top: 0;
    padding-bottom: 1em;
}

.instructors, .lessons {
    min-height: 643px;
    padding: 0;
    background-color: #fff;
}

.instructors .instructor0 {
    background: url('../i/instructors/instructor0.jpg') no-repeat left top;
}

.instructors .instructor1 {
    background: url('../i/instructors/instructor1.jpg') no-repeat left top;
}

.instructors .instructor2 {
    background: url('../i/instructors/instructor2.jpg') no-repeat left top;
}

.instructors .instructor3 {
    background: url('../i/instructors/instructor3.jpg') no-repeat left top;
}

.instructors .instructor4 {
    background: url('../i/instructors/instructor4.jpg') no-repeat left top;
}

.instructors .instructor5 {
    background: url('../i/instructors/instructor5.jpg') no-repeat left top;
}

.instructors .instructor6 {
    background: url('../i/instructors/instructor6.jpg?1') no-repeat left top;
}

.lessons .lesson0 {
    background: url('../i/lessons/0.jpg') no-repeat right top;
    float: right;
}

.lessons .lesson1 {
    background: url('../i/lessons/1.jpg') no-repeat right top;
    float: right;
}

.lessons .lesson2 {
    background: url('../i/lessons/2.jpg') no-repeat right top;
    float: right;
}

.lessons .lesson3 {
    background: url('../i/lessons/3.jpg') no-repeat right top;
    float: right;
}

.lessons .lesson4 {
    background: url('../i/lessons/4.jpg') no-repeat right top;
    float: right;
}

.timetable {
    font-size: 2em;
    font-weight: 200;
}

.timetable  h1 {
    font-size: 2.5em;
}

h3.timetable {
    font-weight: 800;
    font-size: 3em;
}

.timetable  p strong {
    font-weight: 600;
}

.timetable-descr {
    font-size: 0.875em;
}

.timetable-descr li {
    margin: 0.5em 0;
}

ul.timetable-descr li.user {
    font-size: 0.929em;
}

.table-timetable > thead > tr > th,
.table-timetable > tbody > tr > td {
    border-top: none;
    border-bottom: none;
    width: 17.813em;
}

th div.header {
    border: #eee 2px solid;
    border-radius: 2em;
    padding: 1em;
    font-size: 0.875em;
    text-transform: uppercase;
}

.free-time {
    font-weight: 600;
}

.free-icon {
    background: url(../i/icons/circle-t.png) no-repeat center center;
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    vertical-align: center;
    text-align: center;
    color: #91b853;
    font-weight: bold;
    font-size: 0.821em;
    padding-top: 5px;
}

.free-decr {
    display: inline-block;
    width: 5.5em;
    vertical-align: middle;
}

.text-muted {
    font-weight: 200;
}

th:nth-last-child(2) div.header,
th:nth-last-child(1) div.header {
    border-color: #0a0a0a;
}

.panel-flat>.panel-heading
{
    background: #fff;
    border-color: #eee;
    border-radius: 1em 1em 0 0;
}
.panel-flat>.panel-footer
{
    background-color: #f8f8f8;
    border-color: #eee;
    border-radius: 0 0 1em 1em;
}
.panel-flat
{
    border-color: #eee;
    border-radius: 1em;
}

.well {
    background-color: #fff;
    border-color: #fff;
    font-size: 2em;
    font-weight: 400;
}

.be-panel .panel-body {
    font-size: 1.6em;
}

.alert {
    font-size: 2em;
    font-weight: bolder;
}

.badge-success {
    background-color: #91b853;
}
.badge-danger {
    background-color: #ff3232;
}

div.text-bage {
    line-height: 3em;
}

.lesson-selected {
    border: 1px solid #ff2c2d;
}

.lesson-selectable:hover {
    box-shadow: 0 0 1em 0.5em rgba(255, 44, 45, 0.5);
}

.lesson-selected .panel-footer {
    background: #ff2c2d;
    color: #fff;
}

.table {
    font-size: 1.6em;
}

.table .btn {
    font-size: 0.6em;
}

.tab-content p {
    font-size: 1.8em;
}

#progress .label {
    font-size: 1em;
    border-radius: 1em;
    padding: .5em;
}

@media (min-width: 1940px) {
    .navbar-index .container-fluid,
    .container-fluid {
        width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
}

.contacts {
    position: relative;
}

.map__wrap {
    height: 100%;
    width: 100%;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-mask-image: url(../i/bg6-mask.png);
    mask: url(../i/bg6-mask.png);
    -webkit-mask-position: top;
    mask-position: top;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.contacts-bg {
    background: url(../i/bg6.png) no-repeat center top;
    height: 100%;
    width: 100%;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}
#contacts {
    position: relative;
    z-index: 3;
    pointer-events: none;
}

#contacts .col-md-6 {
    pointer-events: auto;
}

.contacts-map {
    height: 60em;
}


.be-stage h4 {
    font-size: 1.7em;
    font-weight: bold;
}

.be-stage .text-timetable {
    padding: 0 15px 15px 15px;
}

.select2-results__option {
    font-size: 1.6em;
}

.header_line {
    margin-top: -8em;
}

/* xs */
@media (max-width: 767px) {
    .header_line {
        margin-top: 0;
    }

    #menuToggle, div.logo {
        font-size: 1.3em;
    }

    .xs-nopadding-h {
        padding: 2px;
    }

    .lesson-selectable .panel-body ul {
        margin: 0;
    }
    .lesson-selectable .panel-body {
        padding: 4px;
        font-weight: bold;
        font-size: 1.05em;
        word-wrap: break-word;
    }

    .lesson-selectable .free-icon {
        border: none;
        width: auto;
        height: auto;
        padding: 0 5px;
    }

    .lesson-selectable h5.text-wrap {
        word-wrap: break-word;
    }
    .table-responsive {
        border: none;
    }
    .table-timetable > thead > tr > th,
    .table-timetable > tbody > tr > td,
    .table-responsive > .table > tbody > tr > td{
        padding: 2px;
        white-space: normal;
    }

    .lesson-selectable {
        width: 100px;
    }

    .free-decr {
        width: auto;
    }

    .footer-text {
        font-size: 2.3em;
    }

    footer .number a {
        font-size: 4.3em;
        font-weight: bold;
        color: #000;
        text-decoration: none;
    }

    .body-part p {
        font-size: 17px;
    }

    .custom_icon-text {
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        width: 9em;
    }

    .custom_icon-text3 {
        font-size: 16px;
    }

    .num-foo {
        font-size: 12px;
        font-weight: 600;
    }
    .map__wrap {
        position: relative;
        top: auto;
        left: 0;
        right: 0;
        bottom: auto;
        -webkit-mask-image: none;
        mask: none;
        height: 40em;
    }

    .col-xs-width300 {
        font-size: 10px;
        width: 262px;
        margin: 0 auto;
    }

    .instructors .instructor0 {
        background: url('../i/instructors/instructor0sm.jpg') no-repeat center top;
    }

    .instructors .instructor1 {
        background: url('../i/instructors/instructor1sm.jpg') no-repeat center top;
    }

    .instructors .instructor2 {
        background: url('../i/instructors/instructor2sm.jpg') no-repeat center top;
    }

    .instructors .instructor3 {
        background: url('../i/instructors/instructor3sm.jpg') no-repeat center top;
    }

    .instructors .instructor4 {
        background: url('../i/instructors/instructor4sm.jpg') no-repeat center top;
    }

    .instructors .instructor5 {
        background: url('../i/instructors/instructor5sm.jpg') no-repeat center top;
    }

    .instructors .instructor6 {
        background: url('../i/instructors/instructor6sm.jpg?1') no-repeat center top;
    }

    .lessons .lesson0 {
        background: url('../i/lessons/0sm.jpg') no-repeat center top;
        float: none;
    }

    .lessons .lesson1 {
        background: url('../i/lessons/1sm.jpg') no-repeat center top;
        float: none;
    }

    .lessons .lesson2 {
        background: url('../i/lessons/2sm.jpg') no-repeat center top;
        float: none;
    }

    .lessons .lesson3 {
        background: url('../i/lessons/3sm.jpg') no-repeat center top;
        float: none;
    }

    .lessons .lesson4 {
        background: url('../i/lessons/4sm.jpg') no-repeat center top;
        float: none;
    }

    .instructors .scrollable,
    .lessons .scrollable {
        position: inherit;
        height: auto;
    }

    .instructors>div,
    .lessons>div {
        min-height: auto;
    }

    .instructors>div:first-child,
    .lessons>div:first-child {
        min-height: 643px;
    }

    .instructors p, .instructors li,
    .lessons p, .lessons li {
        font-size: 2em;
    }
    .select2-results__option {
        font-size: 2em;
    }
}

/*.k {*/
    /*background-image: url("../i/k.png");*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*height: 3897px;*/
    /*width: 100%;*/
    /*opacity: 0.2;*/
    /*pointer-events: none;*/
    /*visibility: hidden;*/
/*}*/

.white-pannel {
    background-color: #fff;
    border-radius: 3em;
    padding: 5em;
}

.profile .table > thead > tr > td,
.profile .table > tbody > tr > td,
.profile .table > thead > tr > th,
.profile .table > tbody > tr > th {
    border: none;
    padding: 1em;
}

.profile #about .table > tr > th {
    width: 10%;
}

.profile  .nav-tabs {
    border: none;
}

.profile h3 {
    font-size: 3em;
    font-weight: 800;
    display: flex;
    margin: 1em -1em 1em 1em;
}

/*.profile h3:before,*/
.profile h3:after {
    content: "";
    flex: 1;
    height: 1px;
    margin: 0.5em 1em;
    background: #e5e5e5;
}

.btn.login-btn {
    min-width: 6em;
    margin-left: 0;
}

.btn.reset-btn {
    margin-right: 0;
}
