@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,600,300,700);

html {
    position: relative;
    min-height: 100%;
}

html,
body {
    min-width: 480px;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #2e2e2e;
}

body {
    background: #fff;
    margin-bottom: 120px;
    min-width: 480px;
}

body.index {
    background: #faf1ec;
}

img {
    display: block;
}

a:focus,
a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

a {
    color: #2a2a68;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
}

a:hover {
    color: #53539f;
}

.top-45 {
    margin-top: 45px;
}

.top-40 {
    margin-top: 45px;
}

.top-30 {
    margin-top: 30px;
}

.top-15 {
    margin-top: 15px;
}

.bottom-15 {
    margin-bottom: 15px;
}

.bottom-30 {
    margin-bottom: 30px;
}

.bottom-40 {
    margin-bottom: 40px;
}

input,
textarea,
select {
    background: #fff;
    padding: 10px;
    border: none;
    color: #53539f;
    -webkit-box-shadow: inset 1px 1px 1px 1px #eee2d8;
    -moz-box-shadow: inset 1px 1px 1px 1px #eee2d8;
    box-shadow: inset 1px 1px 1px 1px #eee2d8;
}

textarea {
    width: 100%;
}

select option {
    padding-left: 10px;
}

select:focus,
input:focus,
textarea:focus {
    outline-color: #9595dc;
}

label {
    font-weight: 500;
}

.navbar-collapse {
    padding: 0;
}

.white-block {
    background: #fff;
    padding: 20px 20px 30px;
    transition: .5s;
    -webkit-box-shadow: 3px 3px 0px 0px #EADED4;
    -moz-box-shadow: 3px 3px 0px 0px #EADED4;
    box-shadow: 3px 3px 0px 0px #EADED4;
}

a.white-block {
    display: block;
}

a.white-block:hover {
    background-color: #ed5e61;
}

a.white-block:hover .title {
    color: #fff;
}

.white-block select,
.white-block input,
.white-block textarea {
    background: #faf1ec;
}

.btn,
.btn:focus {
    font-weight: 600;
    background-color: #ed5e61;
    color: #fff;
    padding: 15px 30px;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    transition: .4s;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(83, 83, 159, 0.7);
    -moz-box-shadow: 3px 3px 0px 0px rgba(83, 83, 159, 0.7);
    box-shadow: 3px 3px 0px 0px rgba(83, 83, 159, 0.7);
}

.btn.btn-light {
    background: #f18c93;
}

.btn.btn-light:hover {
    background-color: #ed5e61;
}

.pale {
    background: #ecd5c7;
    color: #53539f;
    box-shadow: none;
}

.btn:hover {
    background-color: #e6777a;
    color: #fff;
    border: none;
    -webkit-box-shadow: 3px 3px 0px 0px #53539f;
    -moz-box-shadow: 3px 3px 0px 0px #53539f;
    box-shadow: 3px 3px 0px 0px #53539f;
}

.btn.active {
    position: relative;
    box-shadow: none;
}

.btn.active:hover:after {
    border-color: #f18c93 transparent transparent transparent;
}

h1 {
    font-size: 36px;
    margin: 70px 0 60px;
    font-weight: 700;
    color: #292a68;
    text-align: center;
    line-height: 48px;
}

h2 {
    font-weight: 600;
    font-size: 26px;
}

h3 {
    font-weight: 600;
    font-size: 22px;
}

h4 {
    font-weight: 600;
    font-size: 18px;
    margin: 6px 0;
}



.light {
    font-size: 14px;
    color: #919191;
    text-transform: none !important;
    font-weight: 500;
}

.container {
    padding: 0;
}

.container.white {
    background: #fff;
    padding: 30px;
}

.container.main {
    margin-bottom: 160px;
}

.btn .caret {
    margin-left: 5px;
}

.title {
    font-weight: 600;
    color: #2e2e66;
    text-transform: uppercase;
    display: block;
    font-size: 18px;
}

p.title {
    margin-bottom: 18px;
}

.hint {
    color: #ed5e61;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.hint span {
    position: absolute;
    background: #ecd5c7;
    padding: 10px;
    left: 10px;
    top: 10px;
    font-size: 14px;
    line-height: 16px;
    color: #2e2e66;
    font-weight: 400;
    display: none;
    opacity: .9;
}

.hint:hover span {
    display: inline;
}


.tooltip-inner {
    padding: 10px;
    font-size: 15px;
    line-height:18px;
    width: 500px;
    text-align: left;
    opacity: .7;
}

.input-group-addon {
    border: 0;
    border-radius: 0;
    background-color: #f4e4db;
    font-size: 16px;
    color: #53539f;
}

.tooltip-arrow {
    opacity: .7;
}

/* ========= li ===== */

ul.pink {
    padding-left: 20px;
}

ul.pink li,
ul.custom-list li {
    list-style-type: none;
    margin-bottom: 10px;
    position: relative;
}

ul.custom-list {
    padding-left: 35px;
}

ul.custom-list li {
    margin-bottom: 24px;
}

ul.custom-list li:before {
    font-size: 24px;
    color: #6a6aab;
    line-height: 1;
    position: absolute;
    top: 0;
    left: -35px;
}

ul.pink li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 12px;
    background-image: url("../img/li.png");
    left: -20px;
    top: 3px;
}


/* ================= modal ================= */

.modal {
    top: 30px;
    transition: .5s;
}

.modal-content {
    background: #faf1ec;
    border-radius: 0;
}

.modal-content img {
    max-width: 100%;
    margin: 0 auto 30px;
}

.modal-footer,
.modal-header {
    text-align: center;
    border: none;
    padding: 0 15px 30px;
}

.modal-header {
    padding: 15px;
}

.modal-footer {
    margin-bottom: 20px;
}

.modal-title {
    font-size: 24px;
    color: #53539f;
    margin: 15px 0 0;
}

.modal-body {
    padding: 40px;
}

.modal-body form div {
    margin-bottom: 20px;
}

.modal-dialog button.close {
    margin: -5px 0 20px 0;
    font-size: 34px;
    color: #53539f;
    font-weight: 400;
    opacity: .5;
}

.modal-dialog button.close:hover {
    color: #ed5e61;
}

.modal-dialog button.close:hover {
    outline: none;
}

.modal input:not([type='checkbox']),
.modal textarea,
.modal select {
    width: 100%;
}

input[type='checkbox'] {
    width: 15px;
    height: 15px;
}

input[type='checkbox'] + label {
    margin-left: 5px;
}

.form-group {
    text-align: left;
}

/* ================= header ================= */

header#top {
    margin-bottom: 0;
    min-height: 70px;
}

header+header#top {
   margin-top: 55px;
}

header.navbar {
    background-color: #FFF;
}

header.navbar .dropdown-menu {
    width: 300px;
}

header.navbar .navbar-nav>li>a,
header.navbar .dropdown-menu>li>a,
header.navbar .dropdown-menu>li>div {
    padding: 10px 20px;
    font-size: 14px;
}

header.navbar .dropdown-menu>li>div:hover {
    background-color: #eee;
}


header.navbar .navbar-nav>li>a.glyphicon-envelope {
    padding: 15px !important;
}

header.navbar .navbar-nav>li>a.glyphicon-envelope span {
    margin-left: 40px;
}



.navbar-nav>li.active>a {
    border-top: 2px solid #53539f;
    padding: 21px 13px 25px !important;
}

.navbar-nav.additional-menu>li>a {
    padding: 15px !important;
}

.navbar-nav.additional-menu>li>a:before {
    font-size: 1.5em;
    width: 40px;
    height: 40px;
    line-height: 30px;
    display: block;
    background: rgba(0, 0, 0, 0.05);
    padding: 5px;
    text-align: center;
    border-radius: 50%;
}

.navbar-nav.additional-menu>li>a.callme {
    padding: 17px 15px 17px 55px !important;
    height: 70px;
}

.navbar-nav.additional-menu>li>a span {
    font-size: 16px;
    line-height: 2em;
    font-family: 'Open Sans';
}

.navbar-nav.additional-menu>li>a.callme:before {
    position: absolute;
    left: 5px;
    font-size: 1.3em;
}

.navbar-nav.additional-menu>li>a:hover:before {
    background-color: #FFF;
}

.navbar-nav.additional-menu input[type=checkbox] {
    width:15px;
    height:15px;
}

.navbar-nav.additional-menu .dropdown:hover .dropdown-menu{
    display:none;
}

.navbar-nav.additional-menu .dropdown:hover .dropdown-menu{
    display:block;
}


.navbar-header {
    min-height: 70px;
}

header#top .phone {
    color: #05082B;
    margin: 15px 0;
    font-size: .7em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

header#top .phone strong {
    display: block;
    font-weight: 100;
    font-size: 2em;
    line-height: 1.3em;
}

header#top .navbar-brand {
    width: 220px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 12px;
}

.navbar-collapse.in {
    overflow-y: hidden;
}

header.toolbar {
    position: fixed;
    width:100%;
    top:0;
    z-index: 1234;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
    height: 55px;
}

header.toolbar.navbar .navbar-nav>li>a{
    height: 55px;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
     border-right: 1px solid #e8e8e8;
}

header.toolbar.navbar .navbar-nav>li:first-of-type>a {
     border-left: 1px solid #e8e8e8;
}

header.toolbar.navbar .navbar-nav>li.publish>a{
    background:#ed5e61;
    color: #fff;
}

/* ================= promo ================= */

.promo {
    color: #fff;
    text-align: center;
    background: #3d3f88 center no-repeat;
    background-size: cover;
}

.promo .bg{
    padding: 60px 0;
    background: rgba(62,62,136,.85) top fixed;
}

.promo-text {
     margin: 100px 0;
}

.promo h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 30px;
    line-height: 48px;
}


.promo p {
    margin: 0 auto 30px;
    max-width:70%;
}


.advantage {
    text-align: center;
}

.advantage .icon {
    margin: 0 auto 15px;
    width: 100px;
    height:100px;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    border-radius: 15px;
}


.users {
    text-align: center;
}

.users .icon {
    background-image: url("../img/users.png");
    width: 140px;
    height:140px;
    margin: 0 auto 30px;
}

.users .gicon {
    background-color: #fff;
    border-radius: 60%;
    width: 145px;
    height: 145px;
    margin: 0 auto 30px;
}

.users .gicon:before {
    font-size: 75px;
    line-height: 145px;
    color: #53539f;
}

.users .icon.teacher {
    background-position: 0 0;
}

.users .icon.pupil {
    background-position: 0 -144px;
}

.users .icon.admin {
    background-position: 0 -288px;
}

.users .icon.parent {
    background-position: 0 -434px;
}


section.main {
    padding-bottom: 60px;
    background: #faf1ec;
}

section.darker:nth-child(odd) {
    background: #f4e5dd!important;
}


section.price {
  background: #fff;
}

.price .line {
    border-right: 2px dashed #c5bdd2;
}

section.register {
    background: #3d3f88;
    padding-bottom: 100px;
    color: #fff;
    text-align:center;
}

section.register h1 {
    color: #fff;
}

section.register input {
    width: 100%;
    text-align: center;
        color: #fff;
    background: transparent;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}

section.register input:focus {
    border-bottom-color: #ed5e61;
    outline: none;
}

section.register .btn {
    margin-top: 30px;
}

section.register form {
    margin-top: -10px;
}

/* ================= index ================= */

.promo.index {
    background: url("../img/bg-index.jpg") fixed;
    text-align: left;
}

.promo.index h1 {
    text-align: left;
    margin-bottom: 30px;
}

.reviews-carousel {
    padding: 0 40px;
}

.reviews-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 24px;
    cursor: pointer;
    opacity: .5;
    transition: .2s;
    color: #004668;
}

.reviews-carousel .slick-arrow:hover {
    opacity: 1;
}

.reviews-carousel .slick-prev {
    left: 0;
}

.reviews-carousel .slick-next {
    right: 0;
}

.reviews-carousel .slick-slide {
    padding: 0 20px;
    outline: none;
}

.comment {
    position: relative;
    padding: 15px;
    border-radius: 5px;  margin-bottom: 40px;
}

.comment:after {
    position: absolute;
    content:'';
    left: 30px;
    bottom: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
}

.commentor {
    margin-top: 30px;
    margin-bottom: 60px;
}


.commentor-pic {
    width: 75px;
    height:75px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
    display:inline-block;
    float: left;
}

.commentor span {
    display: inline-block;
    margin: 20px 0 0 15px;
    font-style: italic;
}




/* ================= prices ================= */

.prices [class^="col-"] {
    padding: 10px;
}

.prices .white-block ul {
    height: 520px;
}

.prices .title {
    text-align: center;
    margin-bottom: 30px;
}

.prices .price {
    text-align: center;
    font-size: 48px;
    color: #ed5e61;
    font-weight: 700;
    line-height: 14px;
    border-bottom: 1px solid #ecd5c7;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.prices li a {
    border-bottom: 1px solid #c5bdd2;
    ;
}

.prices .price .light {
    font-style: italic;
    font-size: 16px;
}

.prices .white-block {
    border: 1px solid transparent;
}

.prices .white-block:hover {
    border: 1px solid #ed5e61;
}

.edit {
    position: relative;
    cursor: pointer;
}

.edit:hover {
    border-bottom: 2px dotted #aaaacf;
    color:#3d3f88;
}

.edit:hover:after {
    position: absolute;
    right: -30px;
    bottom: 0;
    font-family: 'Glyphicons Regular';
    content: "\270f";
    width: 30px;
    font-size: 18px;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.promo .edit:hover, .register .edit:hover {
    border-bottom: 2px dotted rgba(256, 256, 256, .5);
    color: #fff;
}


.edit-block {
    opacity: .9;
    border: 1px dotted transparent;
    position: relative;
}

.edit-block textarea {
    height: 100px;
}


.edit-block h1 textarea {
    width:80%;
    height: 80px;
    text-size: 20px;
}



.edit-block textarea.description {
    height: 300px;
}

.edit-block:hover {
    border: 1px dotted #3d3f88;
    opacity: 1;
}

.edit-block .edit-tools {
    display:none;
}

.edit-block:hover .edit-tools {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

div.edit-block {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: -15px;
    margin-bottom: -15px;
    position: relative;
}

div.edit-block .glyphicon-trash {
    display:none;
    position: absolute;
    top: 10px;
    right:10px;
    font-family: 'Glyphicons Halflings';
    content: "\e020";
    color: #3d3f88;
    cursor: pointer;
}

div.edit-block:hover .glyphicon-trash {
   display: block;
}


.edit-block:hover .edit-tools a {
    margin-left: 10px;
}


.register .edit-block:hover {
    padding-left:10px;
    margin-left: -10px;
    padding-right:10px;
    margin-right: -10px;
    border: 1px dotted #aaaacf;
}

.register .edit-block:after {
    color: #fff;
}

.edit-block.edit-pic {
    cursor: pointer;
}

.edit-block.edit-pic:hover:after {
    content: "\270f";
}


/* ================= scroll ================= */

.scroll-pane {
	width: 100%;
	height: 250px;
	overflow: auto;
}

.scroll-pane:focus {
    outline-color: #fff;
}

.scroll-pane.white-block {
    margin: 20px auto;
}
.scroll-pane .pics>div {
    padding: 15px;
}

.scroll-pane .pics a{
    padding: 10px 0;
    display: block;
    height: 50px;
}

.scroll-pane .pics a:hover {
    background: #e7e7f1;
}

.scroll-pane .pics a.active {
    background: #ed5e61;
}

.scroll-pane .pics {
    padding: 0 15px;
}

.picked {
    width:220px;
    height: auto !important;
    margin: 0 auto 30px;
    padding-bottom:20px;
}

.picked p.img {
    height:120px;
}


.notification {
    background-color: #3d3f88;
    color: #fff;
    border-radius: 5px;
    padding: 20px;
    position: fixed;
    top: -60px;
    left: 30px;
    width: 380px;
    z-index: 1230;
    opacity: 0;
    transition: .5s;
}

.notification.active {
    top: 80px;
    opacity: .95;
}

.notification .exit {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    opacity: 1;
}

.teacher-slider {
    font-size: 14px;
}

.teacher-pic {
    width: 180px;
    height: 180px;
    background-size: cover;
    border-radius: 50%;
    margin-bottom: 30px;
    display: block;
}

#liquid {
    position: relative;
    margin: 0 -15px;
}

#liquid .slick-track {
    margin: 0 auto;
}

#liquid .teacher-slide-inner {
    width: 260px;
    margin: 0 auto;
    padding: 20px;
}

#liquid .previous, #liquid .next {
    content: '';
    cursor: pointer;
    display: block;
	height:400px;
	width:260px;
    position: absolute;
    top: 0;
  }

#liquid .previous:hover, #liquid .next:hover {
   cursor: pointer;
}

#liquid .previous{
    left: 0;
}

#liquid .next{
    right: 0;
}

#liquid .previous:after, #liquid .next:after {
    content: '';
    position: absolute;
	height:55px;
	width:55px;
    top: 100px;
    transition: .5s;
}


#liquid .previous:after {
	background-image:url('../img/arrow.png');
    left: 30px;
}

#liquid .previous:hover:after {
    left: 25px;
}

#liquid .next:after {
	background-image:url('../img/arrow.png');
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
	right: 30px;
}

#liquid .next:hover:after {
    right: 25px;
}

.subject, .users {
    background: #fff;
	color: #2e2e66;
    font-size:16px;
    height: 260px;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 1px 2px 0px 0px #EADED4;
    -moz-box-shadow: 1px 2px 0px 0px #EADED4;
    box-shadow: 1px 2px 0px 0px #EADED4;
    padding:0;
    text-transform: none;
    overflow: hidden;
}

.subject .img-container {
    overflow: hidden;
}

.subject:hover .img {
    margin-top: -150px;
}

.subject .img {
    transition: .5s;
}

.subject:hover .subject-lector,
.subject:hover .subject-price {
    display: none;
    transition: .5s;
}

.subject .text {
    height: auto;
}

.subject:hover .text {
    position: relative;
    height: auto;
    overflow: visible;
    transition: .5s;
    padding-bottom: 10px;
}

.subject .course-about {
    display: block;
    height: 0;
    padding: 0 15px;
    color: #333;
    font-size: 14px;
    opacity: 0;
    transition: .5s;
    overflow: auto;
}


.subject:hover .text .course-about {
    position: absolute;
    bottom: auto;
    left: 0;
    margin-top: 10px;
    background: #fff;
    height: auto;
    opacity: 1;
    padding-bottom: 15px;
}

.course-title {
    height: auto;
}

.subject {
    height: 310px;
    text-align: left;
    margin-bottom: 30px;
    overflow: hidden;
}

.subject .img{
    height: 150px;
    display:block;
    background-size:100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom:0;
    transition: .5s;
}

.subject:hover .img, .users:hover .img{
    filter: none;
    -webkit-filter: none;
}

.subject .text{
    padding: 15px;
    overflow:hidden;
    height: 100px;
    margin-bottom: 5px;
    display: block;
}

.subject img {
    margin: 0 auto;
    max-height: 110px;
    max-width: 110px;
}


.subject .row {
    margin:0;
}

.subject .subject-lector {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    padding-left: 35px !important;
    padding-right: 0 !important;
    position: relative;
}

.subject .subject-lector .glyphicon {
    margin-right: 5px;
    position: absolute;
    left: 15px;
    top: 3px;
}

.subject .subject-price {
    display: inline-block;
    background: #e8d9cd;
    font-size: 14px;
    padding: 5px 7px;
    margin-top: 3px;
    margin-right: 5px;
    text-align: right;
}

.subject:hover .subject-price {
   background: #ed5e61;
}

.subject.event {
   height: 340px;
}

.subject.event:hover .uppercase{
    display: none;
}

.subject.event .text {
    height: 60px;
}

.edit-site {
    top: 10px;
    right: 10px;
    position: absolute;
    width: 35px;
    height:35px;
    border-radius: 50%;
    background: #fff;
    z-index:2;
    opacity: 0.7;
    cursor:pointer;
    text-align: center;
}

.edit-site .edit{
    margin: 10px auto;
}
.edit-site .delete, .edit-site .glyphicon-trash{
    margin-top: 8px;
    color: #2e2e66;
    font-size: 18px;
}

.edit-site .dropdown-menu{
    display:none;
    top: 46px;
    right: 0;
    left: auto;
}

.edit-site .dropdown-menu:after{
    content: '';
    position: absolute;
    top: -8px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #ffffff transparent;
}

.edit-site .dropdown-menu:before{
    content: '';
    position: absolute;
    width:80%;
    height: 50px;
    top: -50px;
    right: 0;
}

.edit-site .dropdown-menu>li>a {
    padding:10px 20px;
}

.edit-site:hover .dropdown-menu {
    display: block;
}

.subject:hover .edit-site {
    opacity: 1;
}

.row.small-padding  {
    margin-left: -10px;
    margin-right: -10px;
}

.row.small-padding div[class*='col-'] {
    padding: 0 10px;
}

.subject .subject-about {
    padding: 30px;
}

.subject .subject-about .text {
    padding: 0;
}

.uppercase {
    display: block;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.subject:hover .uppercase{
    color:#fff;
}

/* ================= footer ================= */

footer {
    margin-top: auto !important;
    background: #ecd5c7;
    padding: 30px 0;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
}

footer a {
    font-size: 14px;
}

footer .phone {
    font-size: 24px;
    display: block;
}


/* ================= adaptive ================= */

@media (min-width: 320px) and (max-width: 766px) {
    .container {
        padding: 0 20px;
    }
    body {
        margin-bottom: 300px;
    }
    footer {
        height: 250px;
    }
    h1 {
        margin: 50px 0 40px;
        font-weight: 600;
    }
    .container.white {
        margin: 0 20px;
    }
    .container.main {
        margin-bottom: 280px;
    }
    address {
        margin-top: 20px;
    }
    .navbar-nav.additional-menu>li>a {
        margin-left: 20px;
    }
    .navbar-nav.additional-menu>li>a {
        padding: 17px 15px 17px 55px !important;
    }
    .navbar-nav.additional-menu>li>a:before {
        position: absolute;
        left: 5px;
        font-size: 1.3em;
    }
    .navbar-nav {
        margin: 10px;
    }
    .five .col-lg-2 {
        width: 100%;
        float: left;
    }
    .eight .col-lg-2,
    .seven .col-lg-2 {
        width: 25%;
        float: left;
    }
    .blocks > a {
        margin-bottom: 20px;
    }
    .blocks a span {
        font-size: 14px;
        line-height: 16px;
    }
    .blocks a.active {
        color: #ed5e61;
    }
    .blocks a.active:after {
        display: none;
    }
    .register .line {
        border-bottom: 2px dashed #c5bdd2;
        padding-bottom: 30px;
        border-right: none;
        margin-bottom: 30px;
    }
    .carousel-control {
        opacity: .4;
    }
    .carousel-control.left {
        left: -15px;
    }
    .carousel-control.right {
        right: -15px;
    }
    .carousel-inner>.item>img {
        max-width: 80%;
    }
    .users.row>div {
        margin-bottom: 40px;
    }
    .block-content .title {
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ecd5c7;
    }
    .block-content .title .glyphicon {
        position: absolute;
        top: -5px;
        font-size: 24px;
        opacity: .4;
        display: block;
    }
    .block-content .title .glyphicon-chevron-left {
        left: 10px;
    }
    .block-content .title .glyphicon-chevron-right {
        right: 10px;
    }
    .navbar-nav>li.active>a {
        border-top: none;
    }
    .block-content .title span.glyphicon {
        opacity: .2;
    }
}

@media (min-width: 0) and (max-width: 1024px) {
    .promo-text {
        margin-bottom: 30px;
        padding: 0 30px;
    }
    .block-content .img {
        padding: 30px;
    }
}

@media (min-width: 0) and (max-width: 1200px) {
    .promo h1 {
        color: #fff;
        font-size: 36px;
        line-height: 42px;
    }
    section.register {
        padding-bottom: 60px;
        background-image: none;
    }
    .prices .white-block ul {
        height: auto;
    }
}

@media (min-width: 766px) and (max-width: 1200px) {
    header.navbar .navbar-nav>li>a {
        padding: 25px 15px;
    }
    .five .col-lg-2 {
        width: 20%;
        float: left;
    }
    .eight .col-lg-2 {
        width: 12.5%;
        float: left;
    }
    .seven .col-lg-2 {
        width: 14.28%;
        float: left;
    }
    .blocks a {
        height: auto;
    }
    .blocks a span {
        display: none;
    }
    footer {
        height: 140px;
    }
    header#top .navbar-brand {
        background-image: url("../img/logo-g.png");
    }
}

@media (min-width: 766px) and (max-width: 1024px) {
    header#top .navbar-brand span {
        display: none;
    }
}
