@import "glyphicons.css";

/*******************************************************************
styles.css

Стили организованы следующим образом:
    |- =+Global       - Глобальные определения
    |- =+Plugins      - Плагины Jquery
    |---- =+fileinput     - Загрузка файлов jQuery File Upload UI Plugin CSS 6.3
    |---- =+JCrop         - Обрезка фото
    |---- =+wysiwyg-color - Цвета редактора wysiwyg
    |---- =+Colorbox      - Всплывающее окно
    |---- =+Switcher      - переключатели
    |- =+header       - Шапка сайта
    |- =+footer       - Подвал сайта
    |- =+sidebar      - Навигационное меню слева
    |- =+blocks       - Блоки
    |- =+intropage    - Главная страница
    |- =+payments     - Платежная система
    |- =+peoplelocale - Народная локализация
    |- =+course       - Курсы
    |- =+cataloger    - Фасеточный поиск (каталогизатор)
    |- =+user-profile - Профиль пользователя
    |- =+request      - Стек заявок
    |- =+forum        - Форум

Для быстрого поиска секции используйте флаг "=+ИмяСекции",
*******************************************************************/

/*=+ Перекрываем некоторые свойства bootstrap */

h4 {
    font-size: inherit;
}

.navbar {
    margin-bottom: 0px;
}

.navbar .container {
    width: 1020px;
}

.hero-unit {
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
}

.form-horizontal .control-group {
    margin-bottom: 10px;
}

.btn-large {
    font-size: 16px;
}

.modal {
    width: 610px !important;
}

.modal_fullscreen {
    width: 100% !important;
    top: 0 !important;
    left: 0;
    margin: 0;
    height: 100%;
}

.modal_fullscreen textarea {
    height: 100%;
    width: 98%;
}

.modal_uploadprogress {
    width: 590px !important;
}

.tab-content {
    overflow: hidden !important;
}

.help-block {
    margin-top: 3px !important;
    margin-bottom: 8px !important;
}

/* Серые иконки */
.icon-gray,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
    background-image: url("../../../lib/jquery/bootstrap/img/glyphicons-halflings-gray.png");
}

.text-justify {
    text-align: justify;
}

.text-center {
    text-align: center !important;
}

.b-table {
    display: table;
    margin: 0;
}

.b-table-cell {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}

.valign-top {
    vertical-align: top;
}

.valign-bottom {
    vertical-align: bottom;
}

.valign-middle {
    vertical-align: middle;
}

.w1 {
    width: 1%;
}

.w5 {
    width: 5%;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w33 {
    width: 33.333333%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}

.w-auto,
.wauto {
    width: auto !important;
}

.pt2 {
    padding-top: 2px;
}

.pb2 {
    padding-bottom: 2px;
}

.pt3 {
    padding-top: 3px;
}

.pb3 {
    padding-bottom: 3px;
}

.p0 {
    padding: 0
}

.pt0 {
    padding-top: 0
}

.pb0 {
    padding-bottom: 0
}

.pr0 {
    padding-right: 0
}

.pl0 {
    padding-left: 0
}

.p3 {
    padding: 3px
}

.p10 {
    padding: 10px
}

.p15 {
    padding: 15px
}

.p20 {
    padding: 20px
}

.p30 {
    padding: 30px
}

.p40 {
    padding: 40px
}

.pr3 {
    padding-right: 3px
}

.pl3 {
    padding-left: 3px
}

.pr5 {
    padding-right: 5px
}

.pl5 {
    padding-left: 5px
}

.pr6 {
    padding-right: 6px
}

.pl6 {
    padding-left: 6px
}

.pr9 {
    padding-right: 9px
}

.pl9 {
    padding-left: 9px
}

.pr10 {
    padding-right: 10px
}

.pl10 {
    padding-left: 10px
}

.pr15 {
    padding-right: 15px
}

.pl15 {
    padding-left: 15px
}

.pl16 {
    padding-left: 16px
}

.pr20 {
    padding-right: 20px
}

.pl20 {
    padding-left: 20px
}

.pr30 {
    padding-right: 30px
}

.pl30 {
    padding-left: 30px
}

.pr40 {
    padding-right: 40px
}

.pl40 {
    padding-left: 40px
}

.pr50 {
    padding-right: 50px
}

.pl50 {
    padding-left: 50px
}

.pr60 {
    padding-right: 60px
}

.pl60 {
    padding-left: 60px
}

.pr80 {
    padding-right: 80px
}

.pl80 {
    padding-left: 80px
}

.pt5 {
    padding-top: 5px
}

.pt6 {
    padding-top: 6px
}

.pt7 {
    padding-top: 7px
}

.pb3 {
    padding-bottom: 3px
}

.pb5 {
    padding-bottom: 5px
}

.pt10 {
    padding-top: 10px
}

.pb10 {
    padding-bottom: 10px
}

.pt15 {
    padding-top: 15px
}

.pb15 {
    padding-bottom: 15px
}

.pt20 {
    padding-top: 20px
}

.pb20 {
    padding-bottom: 20px
}

.pt30 {
    padding-top: 30px
}

.pb30 {
    padding-bottom: 30px
}

.pt40 {
    padding-top: 40px
}

.pb40 {
    padding-bottom: 40px
}

.pt50 {
    padding-top: 50px
}

.pb50 {
    padding-bottom: 50px
}

/*=+Global Глобальные настройки (начало) */

body {
    background: #FAFAFA;
    color: #333;
    font-family: tahoma, verdana, sans-serif;
/ / min-width: 1040 px;
}

a {
    font-family: tahoma, verdana, sans-serif;
    color: #3B5998;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#page_wrap {
    background-color: #6ba4b9;
    font: 13px tahoma, verdana, sans-serif;
    margin: 0 auto;
/ / width: 1015 px;
    max-width: 1015px;
/ / min-width: 1015 px;
}

#page_content {
    padding: 25px 15px;
}


/*@deprecated - использовать класс bootstrap'а!*/
.clearer {
    clear: both;
}

/*@deprecated - использовать класс bootstrap'а!*/
/*Этот класс используется пока только в каталогизаторе*/
.display-none {
    display: none;
}


/*=+Global Глобальные настройки (конец) */

/*=+Plugins Плагины (начало) */
/*=+fileinput (begin)*/
/*
         * jQuery File Upload UI Plugin CSS 6.3
         * https://github.com/blueimp/jQuery-File-Upload
         *
         * Copyright 2010, Sebastian Tschan
         * https://blueimp.net
         *
         * Licensed under the MIT license:
         * http://www.opensource.org/licenses/MIT
         */

.fileinput-button {
    position: relative;
    overflow: hidden;
    /*float: left;
            margin-right: 4px;  Мешает в выпадающем меню кнопки "изменить фотографию" (в профили)*/
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    border-width: 0 0 100px 200px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
}

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}

.files .progress {
    width: 200px;
}

.progress-animated .bar {
    background: url(../img/progressbar.gif) !important;
    filter: none;
}

.fileupload-loading {
    position: absolute;
    left: 50%;
    width: 128px;
    height: 128px;
    background: url(../img/loading.gif) center no-repeat;
    display: none;
}

.fileupload-processing .fileupload-loading {
    display: block;
}

/* Fix for IE 6: */
* html .fileinput-button {
    line-height: 22px;
    margin: 1px -3px 0 0;
}

/* Fix for IE 7: */
* + html .fileinput-button {
    margin: 1px 0 0 0;
}

@media (max-width: 480px) {
    .files .btn span {
        display: none;
    }

    .files .preview * {
        width: 40px;
    }

    .files .name * {
        width: 80px;
        display: inline-block;
        word-wrap: break-word;
    }

    .files .progress {
        width: 20px;
    }

    .files .delete {
        width: 60px;
    }
}

/*=+fileinput (end)*/


/*=+JCrop (begin)*/
/* jquery.Jcrop.css v0.9.10 - MIT License */

/*
          The outer-most container in a typical Jcrop instance
          If you are having difficulty with formatting related to styles
          on a parent element, place any fixes here or in a like selector

          You can also style this element if you want to add a border, etc
          A better method for styling can be seen below with .jcrop-light
          (Add a class to the holder and style elements for that extended class)
        */
.jcrop-holder {
    direction: ltr;
    text-align: left;
}

/* These styles define the border lines */
.jcrop-vline {
    height: 100%;
    width: 1px !important;
}

.jcrop-hline {
    height: 1px !important;
    width: 100%;
}

.jcrop-vline.right {
    right: 0;
}

.jcrop-hline.bottom {
    bottom: 0;
}

/* Handle style - size is set by Jcrop handleSize option (currently) */
.jcrop-handle {
    background-color: #333;
    border: 1px #eee solid;
    font-size: 1px;
}

/* This style is used for invisible click targets */
.jcrop-tracker {
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: transparent; /* "turn off" link highlight */
    -webkit-touch-callout: none; /* disable callout, image save panel */
    -webkit-user-select: none; /* disable cut copy paste */
}

/* Positioning of handles and drag bars */
.jcrop-handle.ord-n {
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    top: 0;
}

.jcrop-handle.ord-s {
    bottom: 0;
    left: 50%;
    margin-bottom: -4px;
    margin-left: -4px;
}

.jcrop-handle.ord-e {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 50%;
}

.jcrop-handle.ord-w {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 50%;
}

.jcrop-handle.ord-nw {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 0;
}

.jcrop-handle.ord-ne {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 0;
}

.jcrop-handle.ord-se {
    bottom: 0;
    margin-bottom: -4px;
    margin-right: -4px;
    right: 0;
}

.jcrop-handle.ord-sw {
    bottom: 0;
    left: 0;
    margin-bottom: -4px;
    margin-left: -4px;
}

.jcrop-dragbar.ord-n, .jcrop-dragbar.ord-s {
    height: 7px;
    width: 100%;
}

.jcrop-dragbar.ord-e, .jcrop-dragbar.ord-w {
    height: 100%;
    width: 7px;
}

.jcrop-dragbar.ord-n {
    margin-top: -4px;
}

.jcrop-dragbar.ord-s {
    bottom: 0;
    margin-bottom: -4px;
}

.jcrop-dragbar.ord-e {
    margin-right: -4px;
    right: 0;
}

.jcrop-dragbar.ord-w {
    margin-left: -4px;
}

/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline, .jcrop-light .jcrop-hline {
    background: #FFF;
    filter: Alpha(opacity=70) !important;
    opacity: .70 !important;
}

.jcrop-light .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #000;
    border-color: #FFF;
    border-radius: 3px;
}

/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline, .jcrop-dark .jcrop-hline {
    background: #000;
    filter: Alpha(opacity=70) !important;
    opacity: .7 !important;
}

.jcrop-dark .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #FFF;
    border-color: #000;
    border-radius: 3px;
}

/* Fix for twitter bootstrap et al. */
.jcrop-holder img, img.jcrop-preview {
    max-width: none;
}

/*=+JCrop (end)*/

/*=+wysiwyg-color (begin)*/
.wysiwyg-color-black {
    color: black;
}

.wysiwyg-color-maroon {
    color: #b94a48;
}

.wysiwyg-color-green {
    color: green;
}

/*=+wysiwyg-color (end)*/


/*=+Colorbox (begin)*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
}


#cboxOverlay {
    background: #000;
}


#cboxContent {
    background: none repeat scroll 0 0 #F1F1F1;
    border-radius: 3px 3px 3px 3px;;
    padding: 10px 0;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
}

#cboxTitle {
    text-indent: -9999px;
}

#cboxCurrent {
    bottom: 4px;
    color: #949494;
    margin-left: 10px;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    color: #FFFFFF;
    font-size: 30px;
    height: 100%;
    left: 0;
    padding: 15px;
    position: fixed;
    text-align: left;
    text-indent: 0;
    top: 0;
    width: 10%;
}

#cboxPrevious:hover {
    color: #FFFFFF;
}

#cboxNext {
    height: 100%;
    position: absolute;
    right: -25px;
    text-align: right;
    text-indent: -9999px;
    top: 0;
    width: 250px;
}

#cboxNext div {
    height: 100px;
    position: relative;
    top: 50%;
    width: 250px;
}

#cboxNext:hover {

}

#cboxClose {
    color: #FFFFFF;
    font-size: 30px;
    height: 100%;
    padding: 15px;
    position: fixed;
    right: 0;
    text-align: right;
    top: 0;
    width: 10%;
}


#cboxLoadingGraphic {
    background: url("../pix/l/circle.gif") no-repeat scroll 50% 50% #000000;
    border-radius: 5px 5px 5px 5px;
    display: none;
    height: 64px;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    width: 64px;
    z-index: 3;
}

/*=+Colorbox (end)*/

/*=+Switcher (begin)*/

.switcher, .switcher div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.switcher {
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.switcher-inner {
    display: block;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    word-spacing: 0;
}

.switcher-state-on,
.switcher-state-off {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.switcher-state-on {
    margin-left: -100%;
}

.switcher.checked .switcher-state-on {
    margin-left: 0;
}

.switcher-toggler {
    left: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.switcher.checked .switcher-toggler {
    left: 100%;
}

.switcher > input[type="checkbox"] {
    left: -100000px;
    position: absolute;
    visibility: hidden;
}

.switcher + .styled-pseudo-checkbox {
    display: none !important;
}

/******************************************************************
         ******************************************************************
         ******************************************************************/
.switcher {
    height: 24px;
    width: 60px;
}

.switcher-toggler {
    background: #fff;
    border-radius: 9999px;
    height: 20px;
    margin-left: 1px;
    margin-top: 2px;
    width: 20px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.switcher-inner {
    border-radius: 9999px;
}

.switcher-state-on,
.switcher-state-off {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 24px;
}

.switcher-state-on {
    background: #5ebd5e;
    padding-right: 20px;
}

.switcher-state-off {
    background: #444;
    padding-left: 20px;
}

.switcher.checked .switcher-toggler {
    margin-left: -21px;
}

.switcher-theme-square .switcher-inner {
    border-radius: 3px;
}

.switcher-theme-square .switcher-toggler {
    border-radius: 2px;
    margin-left: 2px;
}

.switcher-theme-square.switcher.checked .switcher-toggler {
    margin-left: -22px;
}

.switcher-theme-modern.switcher {
    height: 8px;
    width: 44px;
}

.switcher-theme-modern .switcher-toggler {
    height: 20px;
    margin-left: -3px;
    margin-top: -6px;
    width: 20px;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .3), 0 0 15px 1px rgba(255, 255, 255, .8) inset;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .3), 0 0 15px 1px rgba(255, 255, 255, .8) inset;
    background-image: -webkit-linear-gradient(top, #efefef 0%, #e5e5e5 100%);
    background-image: linear-gradient(to bottom, #efefef 0%, #e5e5e5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefefef', endColorstr='#ffe5e5e5', GradientType=0);
}

.switcher-theme-modern .switcher-inner {
    font-size: 0;
    line-height: 0;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.switcher-theme-modern .switcher-state-on,
.switcher-theme-modern .switcher-state-off {
    border-radius: 9999px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) inset;
}

.switcher-theme-modern .switcher-state-on {
    padding-right: 17px;
}

.switcher-theme-modern .switcher-state-off {
    padding-left: 17px;
}

.switcher-theme-modern.switcher.checked .switcher-toggler {
    margin-left: -17px;
}

.switcher-sm {
    width: 42px;
    height: 21px;
}

.switcher-sm .switcher-toggler {
    height: 17px;
    width: 17px;
    margin-left: 1px;
}

.switcher-sm .switcher-state-on,
.switcher-sm .switcher-state-off {
    font-size: 8px;
    line-height: 21px;
}

.switcher-sm .switcher-state-on {
    padding-right: 17px;
}

.switcher-sm .switcher-state-off {
    padding-left: 17px;
}

.switcher-sm.checked .switcher-toggler {
    margin-left: -18px;
}

.switcher-sm.switcher-theme-square .switcher-inner {
    border-radius: 3px;
}

.switcher-sm.switcher-theme-square .switcher-toggler {
    margin-left: 2px;
}

.switcher-sm.switcher-theme-square.switcher.checked .switcher-toggler {
    margin-left: -19px;
}

.switcher-sm.switcher.switcher-theme-modern {
    width: 34px;
    height: 6px;
}

.switcher-sm.switcher.switcher-theme-modern .switcher-toggler {
    height: 17px;
    width: 17px;
    margin-top: -6px;
    margin-left: -3px;
}

.switcher-sm.switcher.switcher-theme-modern .switcher-state-on {
    padding-right: 15px;
}

.switcher-sm.switcher.switcher-theme-modern .switcher-state-off {
    padding-left: 15px;
}

.switcher-sm.switcher.switcher-theme-modern.switcher.checked .switcher-toggler {
    margin-left: -15px;
}

.switcher-lg {
    width: 70px;
    height: 30px;
}

.switcher-lg .switcher-toggler {
    height: 26px;
    width: 26px;
    margin-left: 1px;
}

.switcher-lg .switcher-state-on,
.switcher-lg .switcher-state-off {
    font-size: 13px;
    line-height: 30px;
}

.switcher-lg .switcher-state-on {
    padding-right: 26px;
}

.switcher-lg .switcher-state-off {
    padding-left: 26px;
}

.switcher-lg.checked .switcher-toggler {
    margin-left: -27px;
}

.switcher-lg.switcher-theme-square .switcher-inner {
    border-radius: 3px;
}

.switcher-lg.switcher-theme-square .switcher-toggler {
    margin-left: 2px;
}

.switcher-lg.switcher-theme-square.switcher.checked .switcher-toggler {
    margin-left: -28px;
}

.switcher-lg.switcher.switcher-theme-modern {
    width: 56px;
    height: 10px;
}

.switcher-lg.switcher.switcher-theme-modern .switcher-toggler {
    height: 26px;
    width: 26px;
    margin-top: -8px;
    margin-left: -3px;
}

.switcher-lg.switcher.switcher-theme-modern .switcher-state-on {
    padding-right: 26px;
}

.switcher-lg.switcher.switcher-theme-modern .switcher-state-off {
    padding-left: 26px;
}

.switcher-lg.switcher.switcher-theme-modern.switcher.checked .switcher-toggler {
    margin-left: -24px;
}

.switcher.disabled {
    cursor: not-allowed !important;
    opacity: .5 !important;
    filter: alpha(opacity=50);
}

.switcher-success .switcher-state-on {
    background: #5ebd5e !important;
}

.switcher-warning .switcher-state-on {
    background: #f4b04f !important;
}

.switcher-danger .switcher-state-on {
    background: #e66454 !important;
}

.switcher-info .switcher-state-on {
    background: #5bc0de !important;
}

/*=+Switcher (end)*/
/*=+Plugins Плагины (конец) */


/*=+header(начало)*/

#top_search {
    background: #7ab300;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    height: 35px;
    position: absolute;
    text-align: center;
    width: 70px;
}

#top_search .initbtn {
    border-radius: 3px;
    cursor: pointer;
    display: table-cell;
    height: 35px;
    vertical-align: middle;
    width: 70px;
}

#top_search .initbtn:hover {
    cursor: pointer;
    background: #80bc00;
}

/*=+header(конец)*/

/*=+footer(start)*/
#footerWrap {
    border-top: 1px solid #ddd;
    padding: 10px;
}

#footerWrap table {
    font-size: 12px;
    width: 100%;
}

#footerWrap td {
    vertical-align: middle;
    width: 30%;
}

#footerFollows {
    text-align: left;
}

#footerNav,
#footerContacts {
    text-align: center;
}

#footerCopyRight,
#footerCounters {
    text-align: right;
}

#footerContacts span {
    font-size: 20px;
}

/*=+footer(end)*/

/*** =+sidebar (начало) */

.sidebar {
    background: transparent;
    float: left;
    position: relative;
    width: 75px;
}

.sidebar .nav {
    margin-bottom: 0;
    position: relative;
}

.sidebar .nav li {
    width: 100%;
}

.sidebar .nav-tabs > li > a:hover,
.sidebar .nav-tabs > li.active > a {
    background-color: #5A8798;
}

.sidebar .nav-tabs > li.active .arrow {
    display: block !important;
}

.sidebar .nav-tabs.nav-stacked > li > a {
    position: relative;
    border: none;
    border-radius: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    text-align: left;
    font-size: 11px;
    /*  height: 80px;*/
    display: block;
    color: #000;
    line-height: 12px;

}

.sidebar .nav-tabs.nav-stacked > li.active img,
.sidebar .nav-tabs.nav-stacked > li > a:hover img {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=1);
}

.sidebar .nav-tabs.nav-stacked > li > a img {
    display: inline;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=5);
}

.sidebar .nav-tabs.nav-stacked > li:first-child > a {
    border-radius: 0 !important;
    -webkit-border-radius: none !important;
    -moz-border-radius: none !important;
}

.sidebar .nav-tabs.nav-stacked > li:last-child > a {
    border-radius: 0 !important;
    -webkit-border-radius: none !important;
    -moz-border-radius: none !important;
}

.sidebar .ico {
    /*background:url('../pix/i/sidebar/white.png');*/
    height: 60px;
    width: 60px;
}

/*.sidebar .ico-home{

    }

    .sidebar .ico-payment{
        background-position:0 -60px;
    }

    .sidebar .ico-review{
        background-position:0 -120px;
    }

    .sidebar .ico-help{
        background-position:0 -180px;
    }

    .sidebar .ico-mytutors{
        background-position:0 -240px;
    }

    .sidebar .ico-report{
        background-position:0 -360px;
    }

    .sidebar .ico-sendrequest{
        background-position:0 -420px;
    }

    .sidebar .ico-order{
        background-position:0 -480px;
    }

    .sidebar .ico-info{
        background-position:0 -540px;
    }

    .sidebar .ico-finance{
        background-position:0 -600px;
    }*/

.sidebar .item-partner-program .menu-text {
    margin-left: -5px;
}

.main-container {
    background-color: #fff;
    min-height: 700px;
    position: relative;
}


.m-sidebar-collapsed {
    display: none;
    position: fixed;
    z-index: 9999;
}

.m-sidebar-collapsed ul > li > a {
    background-color: white !important;
    text-align: center;
    color: #555;
}

.m-sidebar-collapsed ul > li > a:hover,
.m-sidebar-collapsed ul > li.active > a {
    color: #08c !important;
}

.m-sidebar-collapsed ul > li > a:hover img {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=1);
}

.m-sidebar-collapsed ul li img {
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=5);
}

.m-sidebar-collapsed ul {
    background-color: white;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.m-sidebar-collapsed .arrow-border {
    border-color: transparent #969696 transparent transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    top: 30px;
    left: -19px;
}

.m-sidebar-collapsed .arrow-inner {
    border-color: transparent #FFF transparent transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    top: -10px;
    left: -10px;
}

.m-badge-notification {
    position: absolute;
    top: 5px;
    right: 4px;
    z-index: 1000;
    padding: 1px 5px;
    font-size: 11px;
    line-height: 11px;
}

/*** =+sidebar (конец) */

/*=+blocks(start)*/
.sideBlocks {
    float: left;
    width: 202px;
    margin-top: -12px;
}

.right_side_blocks {
    float: right;
    overflow: hidden;
    width: 200px;
}

.block {
    margin-bottom: 25px;
}

.block .title {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    text-rendering: optimizelegibility;
}

.left-block-filter-params .params {
    margin-top: 14px;
}

.left-block-filter-params .params .prep_status {
    font-size: 13px;
}

.left-block-filter-params .params .block-sex {
    line-height: 28px;
}

.left-block-filter-params .params .fsearch-sex {
    padding-left: 24px;
}

.left-block-filter-params .params .block-review {
    line-height: 28px;
    padding-left: 1px;
}

.left-block-filter-params .params .block-rating {
    line-height: 28px;
}

.left-block-filter-params .params .block-price-sort {
    line-height: 28px;
}

.left-block-filter-params .params .fsearch-sorter {
    padding-left: 17px;
}


/*=+blocks: myrequests(start)*/
.req-attr-6 {
    background-color: red;
    color: white;
}

.req-attr-5 {
    background-color: orangered;
    color: white;
}

.req-attr-4 {
    background-color: darkorange;
    color: white;
}

.req-attr-3 {
    background-color: #ddd;
}

.block_myrequests .req {
    border: 1px solid #ddd;
    line-height: 30px;
    padding: 5px;
}

.block_myrequests .accordion-inner {
    padding: 9px 12px;
}

.block_myrequests .fail {
    text-align: center;
    margin-bottom: 10px;
}

.block_myrequests .fail .failpercent {
    font-size: 18px;
}

/*=+blocks: myrequests(end)*/

/*=+blocks: mycourses(start) */
.courselist {
    margin-left: 15px;
}

/*=+blocks(end)*/

/*=+intropage(start)*/
.intropage {
    background: #fff;
}

.intropage #page_content {
    border: none;
    padding: 5px;
}

#intro-page {
    float: right;
    width: 920px;
}

#main_carousel {
    margin-bottom: 0px;
}

#main_carousel .item {
    background: url('/theme/dist-tutor/pix/bg/slide.jpg');
    height: 450px;

}

#main_carousel .item .slide-centred {

    height: 350px;
    margin: 0 auto;
    width: 1020px;
}

#main_carousel .hero-unit {
    border-radius: 10px;
    padding: 10px;

}

.newsBlock {
    float: left;
    text-align: justify;
    width: 340px;
    margin-left: 20px;
}

.newsBlock .title {
    margin-bottom: 5px;
}

.newsBlock h2 {
    color: #999999;
    display: inline;
    font-size: 9px;
    margin-right: 5px;
    text-transform: uppercase;
}

.newsBlock .newlink {
    display: inline;
}

.newsBlock .newlink a {
    background-color: #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    height: 18px;
    text-align: center;
    width: 18px;
}

.newsBlock .newlink a:hover {
    text-decoration: none;
}

.newsBlock .list {
    margin: 0 0 10px 0px;
}

.newsBlock .list li {
    margin-bottom: 5px;
    list-style: none;
}

.newsBlock .postname {
    padding: 5px 0;
}

.eventsBlock {
    float: right;
}

/*=+intropage(end)*/


/****** =+payments(begin) *****/
.payment {
    font: 12px verdana;

}

.payment form {
    padding: 0 20px;
}

.payment .tools {
    background-color: #F7F7FA;
    border-bottom: 1px solid #CCCCCC;
    font: 12px verdana;
    height: 16px;
    margin-bottom: 1em;
    overflow: hidden;
    padding: 4px 6px 5px 8px;
}

.payment .tools .fr {
    list-style: none outside none;
    float: right;
}

.payment .tools li.s {
    border-left: 1px solid silver;
    padding-left: 9px;

}

.payment li {
    display: inline;
    padding-right: 8px;
}

.payment .f_r {
    margin-bottom: 20px;
}

#pay_amount {
/ / font-size: 25 px;
    font-size: 14px;
    width: 250px;
}

.payment .paybtn {
    margin-top: 20px;
}

.payment_systems div.ps_checker {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #FFFFFF #FFFFFF #E6E9EA;
    border-style: solid;
    border-width: 1px;
    clear: none;
    cursor: pointer;
    float: left;
    height: 230px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    padding: 10px 5px 10px 32px;
    position: relative;
    text-align: left;
    width: 37%;
}

.payment_systems div.ps_checker.no-video {
    height: 30px;
}

.payment_systems div.ps_checker iframe {
    width: 300px;
    height: 170px;
}

.payment_systems div label {
    cursor: pointer;
    font-weight: bold;
    line-height: 30px;
    float: left;
    position: relative;

}

.payment_systems div input {
    left: 10px;
    position: absolute;
    top: 19px;
}

.payment_systems div.active label dfn {
    border-bottom: none;
    color: #000000;
}

.payment_systems div label dfn {
    border-bottom: 1px dotted #0477D2;
    color: #0477D2;
    font-style: normal;
    position: relative;
    top: -8px;
}

.payment_icons {
    background: url('../pix/i/payment.png');
    display: inline-block;
    width: 31px;
    height: 31px;
}

.payment_pp_icon {
    background: url('../pix/i/payment_pp.png') no-repeat;
    display: inline-block;
    width: 100px;
    height: 31px;
    background-position-y: 5px;
}

.payment_alfa_icon {
    background: url('/AlfaBank.png') no-repeat;
    background-size: contain;
    display: inline-block;
    width: 132px;
    height: 32px;
    margin-left: 6px;
    background-position-y: 5px;
}

.icon_method_yamoney {


}

.icon_method_webmoney {
    background-position: 0 -31px;
}

.icon_method_card {
    background-position: 0 -62px;
}

.ps_checker:hover {
    background-color: #f1f4ff;
}

.icon_method_svyaznoy {
    background-position: 0 -190px;
}

.icon_method_sber {
    background-position: 0 -254px;
}

.icon_method_qiwi {
    background-position: 0 -93px;
}

.payment #yaperse_number,
.payment #wmperse_number,
.payment #wmid {
    font-size: 20px;
}

.payment #wmid {
    margin: 0 0 10px 85px;
}

/****** =+payments(end) *****/


/***** =+peoplelocale(start) *****/
.locale-editing-on {
    border: 1px solid red;
}

.locale-editing-on:hover {
    border: 1px solid black;
    cursor: pointer;
}

/***** =+peoplelocale(end) *****/


/***** =+course(start) ******/

.disabled {
    position: relative;
}

.disabled:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.22);
    content: "";
}

.template_deleted_course {
    background-color: white;
    padding: 5px;
}


.wysihtml5-sandbox {
    width: 98% !important;
}

.wysiwyg-font-size-normal {
    font-size: 14px;
}

.wysiwyg-font-size-big {
    font-size: 18px;
}

.wysiwyg-font-style-h1 {
    font-size: 30pt;
    line-height: 30px !important;
}

.wysiwyg-font-style-h2 {
    font-size: 24pt;
    line-height: 30px !important;
}

.wysiwyg-font-style-h3 {
    font-size: 20pt;
    line-height: 30px !important;
}

.multiselect .column-left {
    float: left;
}

.multiselect .column-right {
    float: left;
}

.sections .content {
    margin-top: 20px;
}

.classroom {
    margin-top: 80px;
}

.multiple {
    width: 330px;
}

.form-isediting {
    margin-top: -24px;
    padding-left: 2px;
    height: 24px;
}

.btn-isediting {
    color: black;
}

.btn-isediting:hover {
    color: white;
    text-decoration: none;
}

.course-blocks {
    width: 203px;
}

.course-menu .active_punkt {
    color: #b94a48;
    font-weight: bold;
}

.course-menu-theme {
    border-left: 4px solid silver;
    padding-bottom: 5px;
}

.course-menu .active_item {
    border-left: 4px solid #b94a48;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ddd;
}

.course-menu ul li > ul {
    display: none;
}

.course-menu ul li.active ul {
    display: block;
}

.htmlredactorcourse {
    width: 650px;
    height: 200px;
}

a.edit_item {
    white-space: nowrap;
}

a.del_menu_item {
    white-space: nowrap;
}

.center {
    text-align: center;
}

.strong {
    font-weight: bold;
}

form {
    margin: 0;
    padding: 0;
}

.course-blocks ul {
    padding: 0;
    list-style: none;
}

.course-blocks li {
    padding-left: 5px;
}

.course-menu {
    margin-left: -24px;
}

.course-menu-item {
    border-bottom: #ddd dashed 1px;
}

.blue_coursemenu_exrcise {
    margin-left: -16px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-left: 4px solid #2f96b4;
}

.silver_coursemenu_exrcise {
    margin-left: -16px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-left: 4px solid #ddd;
}


.hidden {
    display: none;
}

a.ll {
    color: silver;
}

a.ll:hover {
    color: black;
}

.sections h1 {
    font-size: 30px;
    font-weight: normal;
}

.section {
    padding: 3px;
    text-align: justify;
    margin: 1px; /*Это для .section-edit:hover */
}

.section-edit:hover {
    cursor: move;
    background-color: #fafafa;
    border: 2px dashed #ccc;
}

.section-edit {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px dashed #fff;
    margin-bottom: 5px;
}

.section-row {
    height: 100%;
    width: 100%;
    display: table;
}

.section-row .section-icon,
.section-row .section-info {
    vertical-align: middle;
    display: table-cell;
}

.section-row .section-icon {
    width: 80px;
}

.section-row.audio .section-icon {
    width: 250px;
}

.section-row .section-info {
    color: #aaa;
    font-size: 18px;
    line-height: 20px;
}

.section-deleted {
    background-color: #fafafa;
    border: 2px dashed #ccc;
}

.section .delete_section,
.section .recovery_section,
.section .edit_section,
.section .hidesection {
    margin-left: 5px;
}

.course-body {
    overflow: hidden;
    float: right;
    padding-left: 15px;
    margin-top: 10px;
    width: 665px;
}

.sections .middle {
    margin-top: 20%;
}

.sections .feedback,
.testLoadingError {
    font-size: 24px;
    margin-top: 20%;
    text-align: center;
    color: #999999;
}

/*.loading{
        font-size:24px;
        text-align: center;
        color: #999999;
    }*/
.active_chapterid {
    color: red;
    font-weight: bold;
}

/*Просмотр документов*/
.toolbar {
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    outline: 0;
    padding: 8px 0 4px 0;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    min-height: 33px;
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
}

/* scrollbar */
.panel {
    background: #FFF;
    border: solid 1px #CCC;
    display: block;
    padding: 10px;
    position: fixed;
    right: 20px;
    text-align: center;
    top: 30px;
    width: 220px;
    z-index: 999;
}

.content-right {
    background-color: white;
    margin: 20px;
    margin-right: 0px;
    max-width: 100%;
    overflow: auto;
}

.content-right-container {
    margin: 20px;
    /*max-width: 602px;*/
    padding: 0;
    position: relative;
    overflow: visible;
}

.content-right-container .content-right {
    margin: 0;
}

div.popup {
    background-color: white;
    position: fixed;
    margin-top: -60px;
    min-width: 100%;
    left: 0px;
    top: 60px;
    z-index: 10021;
    /* z-index: 1100;*/
    /*'border': 'solid 1px silver',*/
    padding: 7px;
    height: 100%;
}

.content-pane {
    height: 100%;
    overflow: visible;
}

.section_default .feedback {
    font-size: 24px;
    margin-top: 20%;
    text-align: center;
    color: #999999;
}

.testLoadingError {
    color: red;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20%;
    text-align: center;
    color: #999999;
}

.close2 {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=20);
}

.close2:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=40);
}

button.close2 {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.title_section textarea {
    width: 95% !important;
    height: 52px !important;
}

/* кнопки EML */
nav #btnPrev {
    background: none;
    background-color: #f5f5f5 !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)) !important;
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6) !important;
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6) !important;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6) !important;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6) !important;
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0) !important;
    filter: progid:dximagetransform.microsoft.gradient(enabled=false) !important;
    box-shadow: 0 0 3px white !important;
    -webkit-box-shadow: 0 0 3px white !important;
}

nav #btnPrev:hover {
    color: black !important;
    background-color: white !important;
    background: none;
}

nav #btnNext {
    background: none;
    color: white !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #5bb75b !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)) !important;
    background-image: -webkit-linear-gradient(top, #62c462, #51a351) !important;
    background-image: -o-linear-gradient(top, #62c462, #51a351) !important;
    background-image: linear-gradient(to bottom, #62c462, #51a351) !important;
    background-image: -moz-linear-gradient(top, #62c462, #51a351) !important;
    background-repeat: repeat-x;
    border-bottom-color: #a2a2a2 !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    border-color: #51a351 #51a351 #387038 !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0) !important;
    filter: progid:dximagetransform.microsoft.gradient(enabled=false) !important;
}

nav #btnNex:hover {
    color: #ffffff !important;
    background-color: #62c462 !important;
    background: none;
}


/**
    * Перекрываем bootstrap свойство "max-width:100%" для картинок в "none"
    * Иначе картинки кнопок в редакторе формул не отображаются.
    */
.wrs_editor img {
    max-width: none;
}

div.file_upload {
    position: relative;
    font-size: 1em;
    line-height: 2em;
}

.file_upload > button {
    float: right;
    height: 100%
}

.file_upload > div {
    padding-left: 1em;
}

@media only screen and ( max-width: 500px ) {
    .file_upload > div {
        display: none
    }

    .file_upload > button {
        width: 100%
    }
}

.file_upload input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    width: 134px;
    height: 30px;
    opacity: 0;
    cursor: pointer;
    border: solid 1px;
}


/***** =+course(end) *******/


/****** =+cataloger(Начало) *****/
.course-image {
    text-align: center;
}

.course-image img {
    height: 200px;
}

.rating .stars .vote-result {
    display: none;
}

.rating .stars div.vote-hover {
    cursor: auto;
}

/*.rating .stars.stars-small .vote-stars {
        width: 80px !important;
        height: 16px !important;
        background-size: 16px !important;
    }
    .rating .stars.stars-small .vote-hover {
        width: 80px !important;
        height: 16px !important;

    }
    .rating .stars.stars-small .vote-active {
        width: 80px !important;
        height: 16px !important;
        background-size: 16px !important;
    }*/


i.button-ok {
    background-image: url('../pix/i/button_ok.png');
    width: 20px;
    height: 20px;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 3px;
    background-size: 20px;
}

.frm-facet-request {
    background: #6BA4B9;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 6px;
    color: #000;
}

.seoblock {
    background: #f0f0f0;
    color: black;
}

.seoblock .accordion-group, .seoblock .accordion-inner {
    border: 0;
}

.frm-facet-request-hdr {
    text-align: center;
    font-size: 1.2em;
    margin: 10px auto 20px auto;
    width: 90%;
    line-height: 1.3;
    color: #FFF;
    font-weight: normal;
}

.frm-facet-request-bd {
    position: relative;
}

.frm-facet-request-summary {
    font-size: 13px;
    line-height: 1.4;
    position: absolute;
    top: 5px;
    right: 20px;
    width: 165px;
    color: #FFF;
    /* font-weight:bold;*/
}

.frm-facet-request-summary-table {
    display: table;
}

.frm-facet-request-summary-cell {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}

.frm-facet-request .input-letters {
    width: 100%;
    margin: 0;
    color: #222;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 8px !important;
    height: auto;
}

.frm-facet-request label {
    font-weight: bold;
    display: block;
    text-align: right;
    margin: 0;
    padding: 0 10px 0 0;
    line-height: 1.1;
    font-size: 13px;
    cursor: default;
    position: relative;
    color: #FFF;
}

.seoblock label {
    color: #000;
}

.frm-facet-request label small {
    color: #FFF;
    display: block;
    font-size: 11px;
    font-weight: normal;
    position: absolute;
    right: 13px;
    top: 100%;
    margin-top: 1px;
}

.seoblock label small {
    color: #ccc;
}

.frm-facet-request .b-table {
    margin: 10px 0;
    width: 100%;
}

.frm-facet-request .btn {
    padding: 5px 0;
    width: 100%;
    text-align: center;
}

.facet-view-profile .page_wrap2,
.facet-view-profile .sidebar {
    margin-top: 0;
}

.teacher_profile_mini .icon-vip {
    margin-top: -8px;
    position: relative;
    margin-left: -32px;
    width: 37px;
}

.filter-params {
    display: none;
    background: white;
    top: 57px;
    position: fixed;
    z-index: 1;
    border: solid 2px #6BA4B9;
    width: 350px;
    padding: 8px;
    right: 0;
}

a.btn-filter-params div {
    min-height: 28px;
    line-height: 26px !important;
    margin-top: 5px;
}

.close-filter {
    margin-top: -6px;
    margin-right: -3px;
    font-size: 24px;
}

.prep_status {
    width: 200px;
}

.filter-params .block-clear {
    clear: both;
    padding-top: 3px;
}

.ctlgr_page_wrapper {
    margin-top: 15px;
    padding-right: 5px;
}

.ctlgr_content {
/ / margin-top: - 15 px;
    width: calc(100% - 215px);
    float: right;
}

.ctlgr_descr {
    border-top: 1px solid #ddd;
    padding: 5px 0;
    margin-top: 20px;
    text-align: justify;
}

.subdiv {
    padding-left: 20px;
    display: none;
}

.cat, .subj, .city, .goal, .other, .cc, .part {
    padding-left: 20px;
    border: 1px dotted black;
    padding-right: 5px;
}

.subj .subj {
    border: none;
}

.cat {
    width: 500px;
}

.cat label {
    display: inline;
}

.catalogtree {
    width: 700px;
    height: 600px;
}

.indicator {
    position: relative;
!important
}

/* Мой выбор */
#ctlgr_your_selection .lbl {
    float: left;
}

#ctlgr_your_selection .val {
    overflow: hidden;
}

#ctlgr_your_selection .marker-current {
    border-bottom: solid 2px #6ba4b9;
    padding-bottom: 1px;
    display: inline-block;
}

#ctlgr_your_selection .markercat2 {
/ / display: none;
}

#ctlgr_your_selection .btn.marker i {
    margin-top: 2px;
}

#ctlgr_your_selection .marker-close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#ctlgr_your_selection .marker-close {
    margin-left: 5px;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    filter: alpha(opacity=20);
}


/* Меню навигации */
.cataloger .params-list {
    list-style: none;
    margin: 0;
}

.cataloger .params-list li {
    border-bottom: 1px solid #d7d7d7;
    padding-left: 4px;
}

.cataloger .params-list li:hover {
    background-color: #e1e1e1;
    border-radius: 2px;
}

.cataloger .params-list li a {
    color: #000;
}

.cataloger .params-list li a:hover {
    text-decoration: none;
}

.cataloger .params-list .cat-param {
    display: inline-block;
    height: 20px;
    overflow: hidden;
    width: 160px;
}

.cataloger .cat-param.selected {
    color: red;
}

.cataloger .params-list .count {
    color: #999;
    font-size: 12px;
    font-weight: bold;
}

.mobile {
    display: none;
}

/* Кнопка вверх */
.ctlgr_gotop {
    background-color: #333;
    bottom: -5px;
    position: fixed;
    width: 100px;
    height: 35px;
    border-radius: 5px;
    color: white;
    text-align: center;
    padding-top: 7px;
    cursor: pointer;
    z-index: 999;
    opacity: 0.9;
    right: 0;
}

.ctlgr_gotop:hover {
    height: 50px;
}

/* Пагинация */
.ctlgr_pagination_wrapper {

}

.ctlgr_pagination {
    border-top: 1px solid #ddd;
    background-color: #fff;
    bottom: 0;
    padding: 5px 5px 5px 15px;
    position: fixed;
    width: 100%;
    z-index: 2;
}

.ctlgr_pagination_wrapper_last {
    margin: 0 auto !important;
    width: 500px;
    text-align: center;
}

.ctlgr_pagination ul {
    list-style: none outside none;
    margin: 0;
}

.ctlgr_pagination li {
    display: inline-block;
    margin-right: 10px;
}

.ctlgr_pagination li a {
    color: #000;
    margin-left: 15px;
}

.ctlgr_pagination li.current {
    background-color: #f78405;
    border-radius: 10px;
    color: #fff;
    padding: 1px 10px;
    min-width: 20px;
    text-align: center;
}


.preloader-big {
    background: url('../pix/i/preloader-big.gif');
    width: 160px;
    height: 24px;
    position: absolute;
}


/* Профиль */
/*.teacher_profile_mini:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }*/

.ctlg_object {
    margin-bottom: 10px;
    min-height: 190px;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 10px;
    border-radius: 0;
}

.ctlg_object .info .summary {
    margin-left: 10px;
    width: calc(100% - 270px);
}

.ctlg_object .available_kit {
    width: 150px;
    height: 100px;
    float: right;
}

.facet-view-course #page_content,
.facet-view-course .catalog {
    background-color: #f6f5f3;
}

.ctlg_object .course-summary {
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}

.ctlg_object .course-image img {
    border-radius: 6px;
}


.teacher_profile_mini .name a.fio {
    color: #448eda !important;
    font-size: 16px;
    font-family: 'OpenSansBold', verdana;
    text-decoration: underline;
}

.teacher_profile_mini .education {
    margin-bottom: 5px;
}

.teacher_profile_mini .university .lbl {
    margin-right: 8px;
}

.teacher_profile_mini .about {
    overflow: hidden;
    text-align: justify;
    padding: 0 4px 0 0;
}

.teacher_profile_mini .available_time {
    margin-top: 5px;
    position: relative;
}

.teacher_profile_mini .available_time .headline {
    width: 100%;
    height: 0px;
    border-bottom: 1px #FFF solid;
    border-top: 1px #b7b7b7 solid;
    margin-bottom: 15px;
    text-align: center;
}

.teacher_profile_mini .available_time .headline span {
    background-color: #fff;
    position: relative;
    top: -10px;
}

.teacher_profile_mini .summary-field {
    margin-bottom: 15px;
}

.teacher_profile_mini .f-icon {
    background: url('../pix/i/facet-profile.png');
    display: inline-block;
    width: 20px;
    height: 20px;
}

.teacher_profile_mini .f-icon-exphome {
    background-position: 0 -20px;
}

.teacher_profile_mini .f-icon-exponline {
    background-position: 0 -40px;
}

.teacher_profile_mini .f-icon-hei {
    background-position: 0 -60px;
}

.teacher_profile_mini .f-icon-rating {
    background-position: 0 -80px;
}

.teacher_profile_mini .f-icon-reviews {
    background-position: 0 -100px;
}


.teacher_profile_mini .price_tag {
    bottom: -15px;
    height: 38px;
    /* overflow: hidden;
        padding: 3px;
        position: relative;*/
    text-align: center;
    /*width: 120px;*/
}

.teacher_profile_mini .price_tag .badge {
    white-space: normal;
}

.teacher_profile_mini .price_tag .icon-question-sign, .prices .icon-question-sign {
    cursor: pointer;
}

.teacher_profile_mini .btn-playselfprezi {
    background: url('../pix/i/btn-playmini.png');
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    top: -25px;
    margin: 0 auto -20px;
    /*z-index:999;*/
}

.teacher_profile_mini div.one-free {
    margin-top: 10px;
}

.teacher_profile_mini div.one-free img.one-free {
    width: 50px;
    height: 50px;
}

.teacher_profile_mini .btn-playselfprezi:hover {
    background-position: 50px 0;
    cursor: pointer;
}

.teacher_profile_mini.stopped {
    background-color: #eee;
}

.price_tag .badge {
    background: transparent;
    color: #777;
    font-size: 24px;
    line-height: 20px;
    text-shadow: none;
}

.price_tag .badge-unit {
    color: #777777;
}

/* Редактирование профиля */


/*Свободное время инфорграфика*/
.ft-infograph {
    position: relative;
}

.ft-infograph .timescale td {
    height: 10px;
    position: relative;
    width: 100%
}

.ft-infograph .timescale .tp {
    position: absolute;
    top: -7px;
}

.ft-infograph .timepieces {
    border-bottom: 1px dashed #ddd
}

.ft-infograph .timepieces:hover {
    background-color: #e1e1e1;
    border-radius: 5px;
}

.ft-infograph .timepieces .wday {
    width: 15px;
}

.ft-infograph .timepiece {
    background-color: green;
    border-radius: 2px;
    display: inline-block;
    height: 5px;
    position: absolute;
}

.ft-infograph .timepieces:hover .timepiece {
    height: 9px;
    margin-top: -4px;
}

.ft-infograph .timepieces:hover .wdays {
    font-weight: bold;

}

.ft-infograph .timepiece:hover {
    margin-top: -7px !important;
    height: 15px !important;
}

/** Шаблон каталога **/
.ctlgr_filter {
    background-color: #e1e1e1;
    padding: 10px;
    z-index: 999;
    border-bottom: 1px solid #ddd;
}

.ctlgr_filter_center {

    margin: 0 auto
}

.ctlgr_filter_center .fsearch-main-search.ac_input {
    width: 98%;
    height: 28px;
    font-size: 18px;
    line-height: 28px;
    padding-left: 10px;
    border-radius: 4px;
}

#ctlgr_your_selection {
    margin-bottom: 8px;
}

.catalog {
    background-color: #fff;
    padding: 0;
    /*width: 700px;*/
    min-height: 100px;
}

.catalog.expanded {
    /*width: 905px;*/
    /*margin-left: -210px;*/
}

.fsearch-sep {
    width: 100%;
    height: 0px;
    border-bottom: 1px #FFF solid;
    border-top: 1px #b7b7b7 solid;
}

/****** =+cataloger(Конец) *****/


/****** =+user-profile(начало) *****/
.type_user {
    float: left;
}

.type_user .radio {
    float: left;
    box-shadow: none;
    transition: none;
    webkit-transition: none;
    -webkit-box-shadow: none;
}

.type_user label {
    float: left;
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 12px;
}

.star-review {
    float: right;
    margin-top: 4px;
    font-size: 14px;
}

div.star {
    margin-top: -16px;
    margin-left: 69px;
}

.profile_body div.one-free p {
    background: transparent;
    text-shadow: none;
    color: #777;
    text-align: center;
}

.profile_body img.one-free-profile {
    width: 30px;
    margin-right: 5px;
    cursor: pointer;
}

.nav-reviews {
    margin-top: 18px;
}

.inmoderation00 {
    background-color: #fff1dd !important;
    color: #555555 !important;
}

.inmoderation01 {
    background-color: #d8ffc2 !important;
    color: #555555 !important;
}

.inmoderation-11 {
    background-color: #ffded3 !important;
    color: #555 !important;
}

.inmoderation-10 {
    background-color: #ffded3 !important;
    color: #555 !important;
}

.profile_body {
    width: 680px;
}

.miniblocks_leftd {
    width: 465px;
}

.profile_body .miniblocks_set {
    margin-bottom: 10px;
}

.profile_body .miniblock {
    padding-bottom: 3px;
    text-align: justify;
}

.profile_body .lbl {
    float: left;
    width: 130px;
    color: #777;
    font-weight: normal;
}

.profile_body .info {
    float: left;
    text-align: left;
    width: 200px;
}

.profile_body .block {
    padding: 10px 0 10px;
}

.profile_body h4,
.right_side_blocks h4 {
    border-bottom: 1px solid #ddd;
    height: 20px;
    margin-bottom: 10px;
}

.profile_body h4 b,
.right_side_blocks h4 b {
    background-color: #fff;
    padding-right: 6px;
}

.profile_body h4 a {
    background-color: #fff;
    color: #aaa;
    font-size: 12px;
    font-weight: normal;
}

.profile_body .review {
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.profile_body .review .text {
    text-align: justify;
}

.profile_body .review-info {
    background-color: #F9F9F9;
    margin: 5px 0 1px;
}


.album_line {
    height: 55px;
    margin-bottom: 5px;
    overflow: hidden;

}

.album_line img {
    vertical-align: top;
}

.badge-price {
    margin: 10px 0;
}

.badge-price .badge-price-title {
    color: #aaa;
    border-bottom: 1px solid #ddd;
}

.badge-price .badge-price-value {
    background: transparent;
    text-shadow: none;
    color: #777;
}

.badge-price .percent {
    font-size: 18px;
}

/* div.one-free {
        text-align: center;
    }*/
div.one-free img.one-free {
    width: 50px;
    height: 50px;
}

.badge-price-value {
    font-size: 30px;
    line-height: 30px;
}

.badge-price-unit {
    line-height: 30px;
    padding-left: 5px;
    vertical-align: top;
}

.block_userface .user-controls .btn {
    text-align: left;
    width: 200px;
}

.block_userface .btn:hover {
/ / background-color: #eee;
}

.block_userface .btn {
    margin-top: 6px;
    width: 100%;
}

.block_userface .btn.btn-sendrequest {
    background: #f13a13;
}

.block_userface .btn i {
    margin-left: 10px;
    margin-top: 3px;
}

.block_userface .btn-playselfprezi {
    background: url('../pix/i/btn-play.png');
    display: block;
    width: 80px;
    height: 80px;
    position: relative;
    top: -40px;
    margin: 0 auto -30px;
    z-index: 999;
}

.block_userface .hide.btn-playselfprezi {
    display: none;
}

.block_userface .btn-playselfprezi:hover {
    background-position: 80px 0;
    cursor: pointer;
}


#specialization .help-block {
    width: 464px;
    text-align: justify;
}

.btn-sendreview {
    margin-top: 22px;
}

input.star-review-profile {
    display: none;
}

/* Редактирование профиля */
#modal_changephone .alert {
    width: 500px;
}

#placeandprice .delete-direction .si-icon-nav-down-trash svg {
    top: 9px;
}

#placeandprice .delete-form .si-icon-nav-down-trash svg {
    top: -3px;
}

/*** adminzone ***/
#adminzone {
    border-top: 1px solid #ddd;
    padding: 50px 0;
    background-color: #eee;
    max-width: 1015px;
}

#adminzone .miniblocks_set {
    margin: 0 auto;
/ / width: 900 px;
    padding-left: 100px;
}

#adminzone legend {
    margin-bottom: 0;
}

#adminzone h4 {
    margin: 5px 0;
}

#adminzone input {
    margin-bottom: 0;
}

#adminzone .rating-field {
    margin: 5px 0;
    width: 170px;
    text-align: right;
}

#adminzone .block {
    border-bottom: 1px solid #F0F0F0;
    padding: 10px 10px;
    margin-bottom: 10px;
    background-color: #f4f4f4;
    height: 33px
}

#adminzone .block .action {
    margin: 0;
}

#adminzone .black-list .black-list-info {
    width: 540px;
    height: 130px;
}

#adminzone .block-coefficients .span2 p {
    margin-top: 5px;
}

#adminzone .block-coefficients h4 {
    text-align: right;
}

#adminzone .block-coefficients .loyalty, #adminzone .block-coefficients .social-activity {
    width: 80px;
}

#adminzone .block-loyalty p.loyalty_text {
    margin: 0;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
}

.question {
    display: inline-block;
    height: 14px;
    width: 14px;
    line-height: 14px;
    text-align: center;
    padding: 0;
    background-color: #418ce4;
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 4px;
    border-radius: 100%;
    border-color: #FFF;
    border: 2px solid #FFF;
    -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.2);
    position: relative;
    top: -15px;
}

.question:hover {
    cursor: pointer;
}

/****** =+user-profile(конец) *****/


/****** =+request(начало) *****/
/* Делаем текст текущей владки жирненьким */
.ui-state-active a {
    font-weight: bold !important;
}

#panel-admin-notice .filterbystatus {
    margin: 0 0 0 15px;
}

#panel-admin-notice .filterbystatus li {
    line-height: 19px !important;
}

.request-header-stack-border {
    border-bottom: 1px solid #ddd
}

.request-header-stack {
    position: relative;
    margin-top: -14px;
    margin-left: 300px;
}

.request-header-stack-text {
    width: 85px;
    margin-top: 3px;
    padding: 2px;
    background-color: #fff;
}

.btn-request-header-stack {
    width: 300px;
    padding: 2px;
    background-color: #fff;
}

.btn-request-header-stack-text {
    margin-right: 10px;
    margin-top: 3px;
}

.request-header-stack-nbsp {
    width: 100px;
}

.request-all-notifies {
    border-top: 0;
    border: 1px solid #e5e5e5 !important;
    margin-bottom: 5px;
}


/****** request header *****/
.collapse-req-list {
    width: 36px;
}

.req-hd {
    margin: 0 0 10px 0;
    display: table;
    width: 100%;
    background: #eee;
    position: relative;
    z-index: 3;
}

.req-hd-1,
.req-hd-2 {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.req-hd-mgr-filter {
    margin: 0;
    display: table;
}

.req-hd-mgr-pic,
.req-hd-mgr-sel {
    display: table-cell;
    vertical-align: middle;
}

/****** request manager dropdown *****/
.req-hd .cd-dropdown {
    margin: 0;
    float: none;
    padding: 0;
}

.req-hd .cd-dropdown > span {
    display: inline-block;
    width: auto;
    padding: 0 30px 0 10px;
    box-shadow: none;
    border: 0;
    color: #333;
    font-size: 13px;
    background: transparent;
}

.req-hd .cd-dropdown > span:after {
    border: 0;
    width: auto;
}

.req-hd .cd-dropdown ul {
    background: transparent;
}

.req-hd .cd-dropdown ul span {
    border: 1px solid #ddd;
}

.req-hd .cd-active.cd-dropdown li span:hover {
    background: #eee;
}

.req-hd .cd-dropdown li,
.req-hd .cd-dropdown ul span {
    box-shadow: none;
}

.req-hd-user__pic {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #fff;
    overflow: hidden;
    text-align: center;
}

.glyphicon-collapse_req-hd {
    cursor: pointer;
    color: #aaa;
}

.req-hd-user__pic .glyphicon {
    font-size: 25px;
    line-height: 47px;
    color: #666;
}

/****** request filter controls *****/
.req-ctrl_z1 {
    z-index: 2;
}

.req-ctrl_z2 {
    z-index: 1;
}

.req-ctrl {
    margin: 10px 0;
    display: table;
    width: 100%;
}

.req-ctrl-btns,
.req-ctrl-btns-more {
    height: 45px;
    text-align: justify;
}

.req-ctrl-btns {
    font-size: 0;
}

.req-ctrl-btn {
    font-size: 13px;
    float: left;
    margin-left: 10px;
    position: relative;
    min-height: 43px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0 10px;
    color: #666;
    line-height: 1.1;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.req-ctrl-btns_overflow .req-ctrl-btn {
    display: inline-block;
    float: none;
    margin: 0;
}

.req-ctrl-btns_overflow:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.req-ctrl-btn:first-child {
    margin-left: 0;
}

.req-ctrl-btn:hover,
.req-ctrl-btn.active {
    background: #67A4B7;
    color: #fff;
    border-color: #67A4B7;
}

.req-ctrl-btn-holder {
    display: table;
    width: 100%;
}

.req-ctrl-btn-icon,
.req-ctrl-btn-text {
    display: table-cell;
    vertical-align: middle;
    height: 43px;
}

.req-ctrl-btn-icon {
    width: 30px;
}

.req-ctrl-btn-text {
    padding-left: 5px;
}

.badge-req-ctrl-btn {
    position: absolute;
    top: -18px;
    left: 100%;
    margin-left: -15px;
    padding: 1px 5px 4px 5px;
    background: #FC9333;
    color: #fff;
    border-radius: 30px;
    border: 2px solid #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: bold;
    text-shadow: none;
}

.req-ctrl-btn-icon-expand {
    display: block;
    position: relative;
    width: 50px;
    height: 43px;
}

.req-ctrl-btn-icon-expand:after {
    content: '\25BC';
    position: absolute;
    width: 50px;
    text-align: center;
    right: -10px;
    top: 15%;
    line-height: 31px;
    font-size: 12px;
    border-left: 1px solid #ddd;
    height: 70%;
}

.req-ctrl-btn:hover .req-ctrl-btn-icon-expand:after {
    content: '\25B2';
}

.req-ctrl-btn_more {
    width: 200px;
    cursor: pointer;
}

.req-ctrl-btn_more:hover {
    background: #fff;
    border: 1px solid #ddd;
    color: #666;
}

.req-ctrl-btn_more .req-ctrl-btn .req-ctrl-btn-icon,
.req-ctrl-btn_more .req-ctrl-btn .req-ctrl-btn-text {
    height: 50px;
}

.req-ctrl-btn_more .badge-req-ctrl-btn {
    top: -15px;
}

.req-ctrl-btn-list {
    position: absolute;
    right: 0;
    top: 43px;
    background: #fff;
    z-index: 3;
    width: 100%;
    display: none;
}

.req-ctrl-btn:hover .req-ctrl-btn-list {
    display: block;
}

.req-ctrl-btn-list .req-ctrl-btn {
    display: block;
    position: static;
    margin: -1px;
}

.req-ctrl-btn-list .req-ctrl-btn:hover,
.req-ctrl-btn-list .req-ctrl-btn.active {
    border-top: 1px solid #95BAC7;
}

.req-ctrl-btn-list .req-ctrl-btn-text br {
    display: none;
}

.req-ctrl-btns-more {
}

/**/
.req-ctrl .cd-dropdown {
    margin: 0;
    padding: 0;
}

.req-ctrl .cd-dropdown {
    margin: 0;
    float: none;
    padding: 0;
}

.req-ctrl .cd-dropdown > span {
    box-shadow: none;
    border: 1px solid #ddd;
}

.req-ctrl .cd-dropdown ul {
    background: transparent;
    top: 10px;
}

.req-ctrl .cd-dropdown ul span {
    border: 1px solid #ddd;
}

.req-ctrl .cd-active.cd-dropdown li span:hover {
    background: #eee;
    border: solid 1px silver;
}

.req-ctrl .cd-dropdown li,
.req-ctrl .cd-dropdown ul span {
    box-shadow: none;
}

.req-ctrl .cd-dropdown-option {

}

.req-ctrl ul .cd-dropdown-option {
    padding-right: 50px;
}

.req-ctrl .cd-dropdown-count {
    position: absolute;
    right: 60px;
    top: 50%;
    line-height: 1;
    margin-top: -.5em;
}

.req-ctrl ul .cd-dropdown-count {
    right: 10px;
}

.req-ctrl ul li.active span {
    background: #67A4B7;
    color: #fff;
    border-color: #67A4B7;
}

.req-ctrl ul li.active span:hover {
    color: black;
}

#req-controls .cd-dropdown span.main.active {
    background: #67A4B7;
    color: #fff;
    border-color: #67A4B7;
    height: 45px;
    line-height: 45px;
}

#req-controls div.cd-dropdown span.main.active .count {
    color: #fff;
}

#req-controls li.active .count {
    color: white;
}

.datechooser a.active {
    font-weight: bold;
    color: #E68635
}

/*/*/

.ui-jqgrid .ui-jqgrid-view {
    font-size: 12px;
}

.req-list .ui-jqgrid .ui-jqgrid-htable th,
.req-list .ui-jqgrid .ui-jqgrid-htable th {
    padding: 10px 5px;
    background: #f8f8f8;
}

.req-list .ui-jqgrid-view .ui-jqgrid-labels th {
    padding-bottom: 2px;
}

.req-list .ui-jqgrid tr.jqgrow td,
.req-list .ui-jqgrid tr.jqgroup td,
.req-list .ui-jqgrid tr.jqfoot td,
.req-list .ui-jqgrid tr.footrow td {
    padding: 10px 5px;
}

.req-list .ui-jqgrid tr.jqgfirstrow td {
    padding: 0;
}

.req-list .ui-jqgrid .ui-jqgrid-pager {
    background: #f8f8f8;
    height: 30px;
}

.req-list .ui-jqgrid-hdiv {
    background: #f8f8f8;
}

.req-list .ui-jqgrid tr.ui-search-toolbar th {
    padding-top: 0;
    border-top-width: 0 !important;
}

/****** / *****/


/****** =+request(конец) *****/


/****** =+forum(начало) *****/
/**/
.nav-message .glyphicon {
    padding: 3px !important;
    font-size: 22px;
}

.main_block_1,
.main_block_2,
.sidebar {
    position: fixed;
}

.main_block_1 {
    z-index: 10020;
}

.main_block_2 {
    z-index: 10010;
}

.fsearch {
    margin-top: 55px;
}

.page_wrap2 {
    margin-top: 56px;
    width: calc(100% - 75px);
}

#page_wrap .sidebar {
    width: 85px;
    margin-top: 56px; /*Опускаем на высоту Шапки*/
}

#page_wrap .page_wrap2 {
    width: calc(100% - 85px);
}

.page-forum #page_content {
    padding-top: 0;
}

.page-forum .main_block_10 {
    display: none;
}

.page-forum .vote-result, .page-forum .vote-success {
    display: none;
}

/* Заголовок группы форума */
.page-forum .group-header {
    background-color: #eee;
    background-size: auto, cover;
    -webkit-background-size: auto, cover;
    -moz-background-size: auto, cover;
    -o-background-size: auto, cover;

    background-position: center center;
    position: fixed;
    margin-left: -15px;
    height: 80px;
}


.page-forum .group-controls {
    width: 940px;
}

/*.page-forum .settings {
        float: left;
        text-align: center;
        width: 60%;
        margin-top: 10px;
    }*/
.page-forum .group-name {
    color: #fff;
    margin: 13px 0 15px 20px;
    font-weight: bold;
    /*  width: 750px;*/
    /*height: 34px;*/
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
}

.page-forum .group-name h3 {
    font-size: 20px;
    line-height: 0;
    margin-bottom: 16px;
}

.page-forum .group-usercount {
    color: #fff;
}

.page-forum .subscribe {
    padding: 15px 20px 0;
}

.page-forum .subscribe a.btn {
    position: absolute;
    top: 12px;
    right: 8px;
}

.page-forum .subscribe a[data-toggle="control-sidebar"]:hover {
    opacity: 0.85;
}

.page-forum .pagination ul {
    margin-top: -15px;
}

.page-forum .pagination li a {
    line-height: 15px;
}

/* Зона мессенджера */
.page-forum .messengerarea {
    padding-top: 80px;
}

.page-forum .messageform-wrap {
    background-color: #eee;
    position: fixed;
    bottom: 0;
    width: 599px;
    margin: -15px;
    padding: 10px 5px 10px 16px;
}

.page-forum .block_nav_groups {
    position: fixed;
}

.page-forum .block_nav_groups {
    overflow-y: scroll !important;
}

.page-forum .block_nav_groups .sub-menu {
    position: absolute;
    right: 3px;
    padding: 8px;
    background: #6ba4b9;
}

.page-forum .block_nav_groups .sub-menu ul li {
    list-style: none;
    margin-left: -22px;
}

.page-forum .block_nav_groups .sub-menu ul li a {
    color: #fff;
}

.page-forum .block_nav_groups .nav li:nth-child(3) {
    margin-left: 10px;
}

.page-forum .block_nav_groups .nav .more {
    padding: 0;
    margin: 0;
}

.page-forum .block_nav_groups .nav .more:hover {
    background-color: transparent;
}

.page-forum .block_nav_groups .nav .si-icon svg {
    top: 2px;
    left: -7px;
    width: 22px;
}


.page-forum .addmes_text {
    width: 580px;
    height: 90px;
}

.page-forum .addmes_submit {
    margin-left: -90px;
    margin-top: 150px;
}

.page-forum .cont .group1 {
    font-size: 16px;
    display: block;
    width: 150px;
    height: 150px;
    float: left;
    padding: 10px;
    background-color: #eee;
    margin: 0 5px 5px 0
}

.page-forum .cont .group1:hover {
    background-color: #ddd;
}


.page-forum .accordion-group {
    border: none;
    border-top: 1px solid #e5e5e5;
}

.page-forum .accordion-heading {
    background-color: #eee;
}


.page-forum .accordion-heading a {
    color: #555;
}

.page-forum .accordion-inner {
    padding: 0;
}

.page-forum .block_nav_groups .nav2 {
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}

.page-forum .block_nav_groups .nav1.group1 {
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    color: #555;
    width: 270px;
    padding: 10px 8px 7px 8px;
    margin-top: 10px;
}

.page-forum .block_nav_groups .group-level2 li {
    padding: 5px 8px;
    width: 265px;
    list-style: none;
}

.page-forum .block_nav_groups .group-level2 li:hover {
    background-color: #eee;
}

.page-forum .block_nav_groups .group-level2 li.active {
    background: #6ba4b9 url('../pix/pattern.png');
}

.page-forum .block_nav_groups .group-level2 .active a {
    color: #fff;
}

.page-forum .block_nav_groups .group-level2 li a {
    display: block;
}

.page-forum .block_nav_groups .level2.badge {
    margin-top: -23px;
}

.page-forum .context-menu_msg {
    background-color: rgb(238, 238, 238);
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    margin-left: -4px !important;
    margin-top: -4px !important;
    margin-right: -4px !important;
}

.page-forum .edit_msg {
    background-color: rgb(250, 253, 226);
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    margin-left: -4px !important;
    margin-top: -4px !important;
    margin-right: -4px !important;
}


.page-forum .message {
    min-height: 35px;
}

.page-forum .foto {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.page-forum .time {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#quote-mes .disabled {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(56, 56, 56, 0.16);
    content: "";
}

.page-forum .suitup-editor {
    height: 150px !important;
}

.page-forum .bbQuoteBlock {
    padding-bottom: 5px;
}

.page-forum .quoteMessage textarea {
    background-color: white;
    border: none;
    cursor: default;
    box-shadow: none;
    margin-bottom: -25px;
    width: 380px;
    overflow: hidden;
    resize: none;
    height: 100%;
}

.page-forum .quoteMessage input {
    background-color: white;
    border: none;
    cursor: default;
    box-shadow: none;
    color: silver;
    width: 100%;
    margin: 0;
    padding: 0;
}

.page-forum .bbQuoteBlock .icon-remove:hover {
    opacity: 0.7;
    cursor: pointer;
}

.page-forum .quote_data {
    color: silver;
    font-size: 12px;
}

#elastic {
    width: 100%;
}


#modal_edit_message {
    width: 800px !important;
}

#modal_delete_message .comment {
    width: 98%;
    height: 45px;
    resize: none;
}

.modal-delete-theme {
    width: 400px !important;
}

.modal-delete-theme .modal-body {
    display: none;
}

.modal-delete-theme .modal-header {
    text-align: center;
    font-size: 18px;
    border: none;
}

.modal-delete-theme .modal-header img {
    margin: 10px;
}

.modal-delete-theme .modal-header .close {
    display: none;
}

.modal-delete-theme .modal-footer {
    text-align: center;
    border: none;
}

/****** =+forum(конец) *****/


/****** =+review(начало) *****/

/****** =+review(конец) *****/


/* Заглушки загрузки */
.page-forum .main-container.loading {
    position: relative;
}

.page-forum .main-container.loading:after {
    background: #fff;
    content: '';
    height: 100%;
    position: absolute;
    z-index: 11;
    opacity: 0.9;
    top: 0;
    left: -4000px;
    right: -4000px;
}

.page-forum .main-container.loading:before {
    content: 'Это надолго :) Если нужен сайт - откройте его в новой вкладке';
    position: fixed;
    z-index: 15;
    top: 200px;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 25px;
    background: url('/theme/dist-tutor/pix/loading/three-dots_dark.svg') no-repeat;
    background-size: 120px 10px;
    background-position: 50% 100%;
    height: 70px;
}

/* ГЛОБАЛЬНЫЕ СТИЛИ ДЛЯ MODAL */

/* ПЕРЕКРЫВАЕМ БУТСТРАП */
.modal {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.modal .modal-header {
    font-size: 18px;
}

.modal .modal-header .close {
    font-size: 14px;
}


/* Меню в топе */
.main_block_2 #header_menu a.active {
    color: #3176a1;
    text-shadow: 0.1px 0 0;
    border-bottom: solid 2px;
}

.main_block_2 .right_block .username {
    text-overflow: ellipsis;
    max-width: 70px;
    white-space: nowrap;
    display: inherit;
    overflow: hidden;
    top: 6px;
    position: relative;
}

.main_block_2 .right_block .form-horizontal .control-group {
    margin-bottom: 0;
}

.main_block_2 .right_block .form-horizontal .controls {
    margin-left: 0;
    padding: 4px 10px
}

.main_block_2 .right_block .form-horizontal .controls .br {
    height: 10px;
}

.main_block_2 .dropdown-menu.dropdown-menu-right li a {
    padding: 3px 12px;
}

.main_block_2 .dropdown-menu.dropdown-menu-right li a i {
    margin-right: 4px;
}

.loading {
    position: relative;
    min-height: 150px;
    -webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
    animation-name: example;
    animation-duration: 0.5s;
}

.loading:after {
    display: block;
    position: absolute;
    background-color: #fff;
    background: url('/theme/dist-tutor/pix/loading.gif') 50% 50% no-repeat rgba(255, 255, 255, 0.85);
    background-size: 50px 50px;
    background-position: 50% 50%;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.catalog-container.loading:after {
    background-position: 50% 110px;
}

.catalog-container.loading:before {
    display: block;
    position: absolute;
    content: 'Загружается список репетиторов ...';
    top: 200px;
    font-size: 24px;
    z-index: 101;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes example {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    75% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

/* Standard syntax */
@keyframes example {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    75% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

iframe[name="google_conversion_frame"] {
    width: 0;
}

.nav-tabs .item-mytutors .fa-users {
    margin-bottom: 4px;
}

.nav-tabs li i {
    margin-left: 5px;
}

body .main_block_10 {
    background-color: #23262a;
    color: #fff;
    height: 100%;
}

.main_block_10 .block_input {
    background-color: #23262a;
    margin-top: 25px;
}

.main_block_10 .menu {
    margin-left: 35px;
    border-right: solid 1px #fff;
}

.main_block_10 .menu a {
    color: #fff;
    line-height: 23px;
}

.main_block_10 .copyright {
    /*text-align: right;
    float: right;*/
    margin-right: 10px;
    /*border-left: solid 1px #fff;
    padding-left: 10px;*/
}

.main_block_10 .rating {
    position: relative;
    height: 140px;
    width: 270px;
}

.main_block_10 .rating .langmenu {
    position: absolute;
    bottom: 0;
    right: 0;
}

.main_block_10 .liveinternet {
    position: absolute;
    bottom: 0;
}

.bs-callout {
    padding: 2px 10px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    background: rgba(255, 255, 255, 0.6);
    text-align: justify;
}

.bs-callout-info {
    border-left-color: #1b809e;
}

.bs-callout-info h4 {
    color: #1b809e;
    font-size: 16px;
}

.bs-callout-info li,
.bs-callout-info p {
    color: #1b809e;
}

.bs-callout-danger {
    border-left-color: #ce4844;
}

.bs-callout-danger h4 {
    color: #ce4844;
    font-size: 16px;
}

.bs-callout-danger li,
.bs-callout-danger p {
    color: #ce4844;
}

.modal .modal-header .close {
    font-size: 22px;
    color: #fff;
    opacity: 1;
}

.ui-widget-content.ui-row-ltr.ui-state-info {
    background: #67a4b7;
    color: #fff;
}

.block-header {
    padding: 0;
}

.block-header .block_input.row {
    margin: 0;
}

.block-header .block_input.row .block-auth {
    margin-right: 20px;
}

.block-need-pupil {
    text-align: right;
}

.facet-view-course #accordion.span9 {
    width: 100%;
}

.form-quickrequest .block-button {
    text-align: left;
    margin-left: 180px;
    margin-top: 16px;
}

.form-quickrequest .select-country {
    margin: 0;
    width: 150px;
}

.block-header .ws {
    float: left;
    width: 32px;
    position: relative;
    top: 15px;
    left: 15px;
}

#formconversion .userpicture {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.col-right {
    float: left;
    width: 40%;
}

.col-left {
    float: left;
    width: 55%;
    overflow: hidden;
    margin-right: 25px;
}

.list-subjects {
    margin: 0;
    padding: 0;
}

.list-subjects li {
    display: inline-block;
    width: calc(24% - 10px);
    margin: 5px;
}

.view-mode-item.active {
    color: orange;
}

.view-mode-item,
.view-mode-item:hover,
.view-mode-item:focus {
    text-decoration: none;
}

#modal_changefacets .subj.inter label {
    display: inline-block;
    margin: 1px;
    padding: 0px 5px;
}

#tariff label[class="radio"] input[value="10"] {
    /*display: none;*/
}

#tariff label[class="radio"] .new_vip_10 {
    /*display: none;*/
    margin: -10px -2px;
    /*outline: 1px solid #666;
    background: #f0f0f0;*/
    padding: 10px 5px 0 5px;
    width: calc(100% - 20px);
}

.alert-info .period,
.alert-info .money {
    font-weight: bold;
}

.social-buttons {
    display: none;
    margin-bottom: 10px;
}

.social-buttons a,
.social-buttons a:hover {
    text-decoration: none;
    width: 32px;
    height: 32px;
    display: inline-block;
}

.social-buttons img {
    width: 32px;
    height: 32px;
}

.social-buttons img.telegram_icon {
    width: 30px;
    height: 30px;
}
.teacher_profile_mini .text-review {
    text-align: justify;
}
.teacher_profile_mini .buttons {
    margin: 10px 0 5px 0;
}
.teacher_profile_mini .buttons .contactwith {
    display: none !important;
}
#ctlgr_your_selection {
    display: none;
}
body .icon-filter {
    display: none;
}
.album-photo-user {
    display: none;
}
div#jivo-iframe-container {
    display: none;
}
.bootstrap-dialog.fade.in {
    z-index: 99999 !important;
}
body.facet-view-profile .ctlgr_filter .ctlgr_filter_center .row .span8 .fsearch-subject {
    width: 100%;
    font-size: 16px;
    margin: 0;
    height: 25px;
}