/*
 *
 *
 *
 *
 *                 _____                    _____                    _____                   _______                   _____
 *                /\    \                  /\    \                  /\    \                 /::\    \                 /\    \
 *               /::\    \                /::\    \                /::\    \               /::::\    \               /::\____\
 *              /::::\    \              /::::\    \              /::::\    \             /::::::\    \             /::::|   |
 *             /::::::\    \            /::::::\    \            /::::::\    \           /::::::::\    \           /:::::|   |
 *            /:::/\:::\    \          /:::/\:::\    \          /:::/\:::\    \         /:::/~~\:::\    \         /::::::|   |
 *           /:::/  \:::\    \        /:::/__\:::\    \        /:::/__\:::\    \       /:::/    \:::\    \       /:::/|::|   |
 *          /:::/    \:::\    \      /::::\   \:::\    \      /::::\   \:::\    \     /:::/    / \:::\    \     /:::/ |::|   |
 *         /:::/    / \:::\    \    /::::::\   \:::\    \    /::::::\   \:::\    \   /:::/____/   \:::\____\   /:::/  |::|   | _____
 *        /:::/    /   \:::\    \  /:::/\:::\   \:::\    \  /:::/\:::\   \:::\____\ |:::|    |     |:::|    | /:::/   |::|   |/\    \
 *       /:::/____/     \:::\____\/:::/__\:::\   \:::\____\/:::/  \:::\   \:::|    ||:::|____|     |:::|    |/:: /    |::|   /::\____\
 *       \:::\    \      \::/    /\:::\   \:::\   \::/    /\::/   |::::\  /:::|____| \:::\    \   /:::/    / \::/    /|::|  /:::/    /
 *        \:::\    \      \/____/  \:::\   \:::\   \/____/  \/____|:::::\/:::/    /   \:::\    \ /:::/    /   \/____/ |::| /:::/    /
 *         \:::\    \               \:::\   \:::\    \            |:::::::::/    /     \:::\    /:::/    /            |::|/:::/    /
 *          \:::\    \               \:::\   \:::\____\           |::|\::::/    /       \:::\__/:::/    /             |::::::/    /
 *           \:::\    \               \:::\   \::/    /           |::| \::/____/         \::::::::/    /              |:::::/    /
 *            \:::\    \               \:::\   \/____/            |::|  ~|                \::::::/    /               |::::/    /
 *             \:::\    \               \:::\    \                |::|   |                 \::::/    /                /:::/    /
 *              \:::\____\               \:::\____\               \::|   |                  \::/____/                /:::/    /
 *               \::/    /                \::/    /                \:|   |                   ~~                      \::/    /
 *                \/____/                  \/____/                  \|___|                                            \/____/
 *
 *
 *
 *
 *
 *
 *                              Ceron v2.66     Copyright (c) 2019 Ceron, Inc.     Website: https://ceron.pw
 *
 *
 *
 *                                                _______ ______ _   _ _______ _____ ____  _   _
 *                                             /\|__   __|  ____| \ | |__   __|_   _/ __ \| \ | |
 *                                            /  \  | |  | |__  |  \| |  | |    | || |  | |  \| |
 *                                           / /\ \ | |  |  __| | . ` |  | |    | || |  | | . ` |
 *                                          / ____ \| |  | |____| |\  |  | |   _| || |__| | |\  |
 *                                         /_/    \_\_|  |______|_| \_|  |_|  |_____\____/|_| \_|
 *
 *
 *                             Этот файл сгенерирован программой Ceron, все дальнейшие изменения файла будут утеряны!
 *                Вносить изменения в файл можно если Вы на 100% уверены, что верстка полностью готова и больше не будет не каких изменений!
 *                       Если же вам нужно что-то поменять, то пожалуйста создайте дополнительный файл и там вносите изменения
 *
 */


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:after,
*:before {
    display: inline-block;
    vertical-align: middle;
}

::-webkit-input-placeholder {
    color: #6a6a6a;
    opacity: 1;
}

:-moz-placeholder {
    color: #6a6a6a;
    opacity: 1;
}

::-moz-placeholder {
    color: #6a6a6a;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #6a6a6a;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #6a6a6a;
    opacity: 1;
}

::placeholder {
    color: #6a6a6a;
    opacity: 1;
}


body {
    line-height: 1.2;
    font-size: 16px;
    color: #000;
    position: relative;
    font-family: "Montserrat", sans-serif;
    background: #fff;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}


h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: inherit;
}

p {
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

svg {
    vertical-align: middle;
}

img {
    vertical-align: middle;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

a {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: inherit;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

hr {
    border: 0;
    border-top: 1px solid #EAEAEA;
    margin-top: 40px;
    margin-bottom: 40px;
}

a:hover {
    color: #0578BE;
    text-decoration: none;
}

.b-head__logo {
    width: 200px
}

button,
input,
textarea {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

input,
textarea,
button,
.swiper-button {
    outline: none;
    border: 0;
}

input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
}

table {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}

.swiper-container-fade .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}



@media (max-width: 575px) {
    hr {
        margin-left: -20px;
        margin-right: -20px;
    }
}


/*
@media (max-width: 575px){
	.cn-container {
	    max-width: 320px;
	}
}
*/

.scrollbar-inner > .scroll-element.scroll-y {
    width: 3px;
}

.scroll-wrapper > .scroll-content {
    padding-right: 10px;
}

@media (max-width: 575px) {
    .datepicker {
        position: fixed !important;
        -webkit-transform: translate(-50%, -50%) !important;
        -moz-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        -o-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
    }

    .datepicker.active {
        top: 50% !important;
        left: 50% !important;
    }

    .datepicker--pointer {
        display: none
    }
}

/* Bootstrap */

.wrap {
    overflow: hidden
}

.hide {
    display: none
}

.tabs-body {
    display: none
}

/* Modal */

.blocker {
    z-index: 10
}

/* Section */

.section {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative
}

/* Mobile */

.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(var(--vh, 1vh) * 100)
}

.mobile-over {
    display: none
}

.mobile-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #dddddd;
    min-height: 100px
}

.mobile-body {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

/* Текста */

.typo-punir {
    font-size: 14px
}

.typo-nveni {
    font-size: 14px;
    font-weight: 600
}

.typo-onven {
    font-size: 24px;
    font-weight: 700
}

.typo-corru {
    font-size: 15px
}

.typo-tione {
    font-size: 17px;
    font-weight: 600
}

.typo-otest {
    font-weight: 600
}

.typo-ciunt {
    font-size: 13px
}

.typo-emper {
    font-size: 13px;
    font-weight: 600
}

.typo-gredi {
    font-size: 12px
}

.typo-rgume {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4
}

.typo-tmeli {
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline
}

.typo-edare {
    font-size: 15px;
    font-weight: 600
}

.typo-oenal {
    font-size: 11px;
    font-weight: 600
}

/* Color */

.color__forest-green {
    color: #52AE32
}

.color__crimson {
    color: #eb1926
}

.color__tapestry {
    color: #0578BE
}

.color__gray {
    color: #929292
}

.color__golden-grass {
    color: #e2b821
}

/* Btn */

.btn {
    cursor: pointer;
    display: inline-block;
    padding-left: 0.80em;
    padding-right: 0.80em;
    padding-top: 0.50em;
    padding-bottom: 0.50em;
    border: 0px none #ddd;
    background-color: transparent;
    text-align: center;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}

.btn-hook {
    color: #0578BE;
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    background-color: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #0578BE;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 42px;
    padding-left: 14px;
    padding-right: 14px;
    user-select: none;
}

.btn-group {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #0578BE;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.btn--black {
    border-color: #000000 !important;
    color: #373737 !important;
}

.btn--green {
    background-color: #52AE32 !important;
    border-color: #52AE32 !important;
    color: #ffffff !important;
}

.btn-hook.btn--fill.btn--green:hover {
    background-color: #408927 !important;
    border-color: #408927 !important;
    box-shadow: 0 1px 15px 1px #52AE32 !important;
}

.btn-hook:hover, .btn-hook.btn--fill, .btn-hook.active {
    background-color: #0578BE;
    color: #ffffff;
}

.btn-hook:hover {
    box-shadow: 0 1px 15px 1px #0578BE !important;
    border-color: #0578BE !important;
}

.btn-hook.btn--fill:hover {
    background-color: #045c92 !important;
    border-color: #045c92 !important;
    box-shadow: 0 1px 15px 1px #0578BE !important;

}

.btn-group .btn {
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

.btn-group .btn + .btn {
    border-left: 1px solid currentColor
}

.btn-group.btn--black .btn {
    color: #373737
}

.btn-group.btn--black .btn:hover {
    background-color: #373737;
    color: #ffffff
}

.btn-hook[disabled] {
    background-color: #BDBBBC;
    border-color: #BDBBBC;
    pointer-events: none
}

/* Form */

.form-control {
    border: 1px solid #dddddd;
    padding-left: 0.60em;
    padding-right: 0.60em;
    padding-top: 0.70em;
    padding-bottom: 0.70em;
    width: 100%
}

.form-group {
    margin-bottom: 0.60em
}

.form-label {
    display: block;
    font-weight: 400
}

.form-checkbox {
    position: relative;
    vertical-align: middle;
    padding-left: 1.70em
}

/* Input */

.input {
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}

.input-tape {
    color: #000000;
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    width: 100%;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 4px 4px 7px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: inset 4px 4px 7px rgba(0, 0, 0, 0.04);
    box-shadow: inset 4px 4px 7px rgba(0, 0, 0, 0.04);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.input-red {
    border: 2px solid #ff0000 !important;
}

.input-warning {
    border: 2px solid #fcd941 !important;
}

.input-wrap {
    position: relative
}

.input--textarea {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px
}

.input-stripe {
    color: #0578BE;
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    background-color: #f8f8f8;
    border: 0;
    height: 20px;
    padding-left: 0px;
    padding-right: 25px;
    padding-top: 0px;
    padding-bottom: 0px
}

.input--date:after {
    content: url(../img/icons/input-date.svg);
    position: absolute;
    top: 12px;
    right: 12px;
}

.input--date-time:after {
    content: url(../img/icons/input-date.svg);
    position: absolute;
    top: 12px;
    right: 12px;
}

.input--date-year:after {
    content: url(../img/icons/input-date.svg);
    position: absolute;
    top: 12px;
    right: 12px;
}

.input-tape:hover, .input-tape:focus {
    border-color: #0578BE
}

.input-tape:disabled {
    border-color: #DDDDDD !important;
    color: black !important;
    background-color: rgba(221, 221, 221, 0.45) !important;
    cursor: default;
}

/* Shape */

.shape__tab-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-left: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px
}

.shape__emper {
    background-color: #f8f8f8
}

/* Элементы */

.elem-link-underline {
    text-decoration: underline
}

.elem-rfals {
    max-height: 921px;
    overflow: hidden;
    margin-bottom: 30px
}

.elem-babel {
    background-color: #f70316;
    color: #ffffff;
    font-size: 12px;
    height: 20px;
    padding-top: 3px;
    min-width: 20px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-style: normal
}

.elem-link-border {
    border-bottom: 1px dashed currentColor
}

/* Img */

.img-fit-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.img-fit-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.img-fit-full {
    -o-object-fit: unset;
    object-fit: unset
}

.img-round {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

/* Окна */

.modal__success {
    text-align: center
}

/* Swiper */

.swiper-outside {
    position: relative
}

.swiper--auto .swiper-wrapper .swiper-slide {
    height: auto
}

.swiper--same .swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: auto
}

.swiper--same .swiper-wrapper .swiper-slide > * {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

/* Swiper-button */

.swiper-button--static .swiper-button {
    position: static;
    margin-top: 0px
}

/* S-main */

.s-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: calc(var(--vh, 1vh) * 100);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.s-main__head {
    background-color: #0578BE;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #ffffff
}

.s-main__left {
    background-color: #0578BE;
    width: 220px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}

.s-main__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.s-main__menu-toggle {
    background-color: #04619a;
    height: 80px;
    width: 220px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    color: #ffffff;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.s-main__body {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f7f7f7
}

.s-main__menu-toggle:after {
    content: '';
    width: 6px;
    height: 6px;
    border-width: 2px;
    -webkit-transform: rotateZ(135deg);
    -moz-transform: rotateZ(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotateZ(135deg);
    transform: rotateZ(135deg);
    border-color: #ffffff;
    border-right-style: solid;
    border-bottom-style: solid;
    margin-left: auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.menu--collapse {
    position: relative;
}

.menu--collapse .wrap {
    display: none;

}

.menu--collapse .s-main__menu-toggle:after {
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg)
}

/* B-head */

.b-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px
}

.b-head__split {
    margin-left: 23px;
    margin-right: 23px;
    border-left: 1px solid #0578BE;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.b-head__submenu span {
    border-bottom: 1px dashed #ffffff;
    margin-left: 6px
}

.b-head a:hover {
    color: #ffffff
}

.b-head__submenu:hover span {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.64)
}

/* B-box */

.b-box {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px
}

.b-box .shadow_black {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.b-box .shadow_black_black {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}

.b-box .alert-warning, .b-box.alert-warning {
    text-align: left;
    color: #020202 !important;
    background: linear-gradient(180deg, #FFFBE8 0%, rgba(249, 231, 141, 0.75) 100%) !important;
    border-color: #F4EAB4 !important;
}

span.alert-warning {
    background: linear-gradient(180deg, #FFFBE8 0%, rgba(249, 231, 141, 0.75) 100%) !important;
    border-radius: 5px;

}

.b-box + .b-box {
    margin-top: 20px
}

/* B-calendar */

.b-calendar__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.b-calendar__next {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.b-calendar__names {
    color: #929292;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 8px
}

.b-calendar__cell {
    width: 100%;
    background: #F8F8F8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 14px;
    padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 15px;
    position: relative;
    min-height: 180px
}

.b-calendar__date {
    position: absolute;
    top: 0;
    right: 0;
    color: #373737;
    font-size: 12px;
    font-weight: 600;
    background-color: #e6e6e6;
    text-align: center;
    width: 28px;
    height: 28px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-bottom-left-radius: 50px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    padding-top: 4px;
    padding-left: 5px
}

.b-calendar__cell-inner {
    overflow: hidden;
    max-height: 130px
}

.b-calendar__entir {
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    left: 6px;
    top: 4px;
    display: none;
    opacity: 0.38
}

.b-calendar__back, .b-calendar__next {
    width: 137px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #929292;
    font-size: 17px;
    font-weight: 600
}

.b-calendar__back:hover, .b-calendar__next:hover {
    color: #0578BE
}

.b-calendar__data + .b-calendar__data {
    padding-top: 9px;
    margin-top: 9px;
    border-top: 1px solid #EAEAEA
}

.b-calendar__data .typo-gredi {
    padding-top: 2px;
    padding-bottom: 2px
}

.b-calendar__cell.active {
    -webkit-box-shadow: 0 0 0 1px #0578BE;
    -moz-box-shadow: 0 0 0 1px #0578BE;
    box-shadow: 0 0 0 1px #0578BE
}

.b-calendar__cell.active .b-calendar__date {
    background-color: #0578BE;
    color: #ffffff
}


.b-calendar__cell.danger {
    -webkit-box-shadow: 0 0 0 3px #be0505;
    -moz-box-shadow: 0 0 0 3px #be0505;
    box-shadow: 0 0 0 3px #be0505
}

.b-calendar__cell.danger .b-calendar__date {
    background-color: #be0505;
    color: #ffffff
}


/* B-drop */

.b-drop {
    position: absolute;
    color: #373737;
    z-index: 10;
    top: 0;
    right: 0;
    -webkit-transition: opacity 200ms, -webkit-transform 200ms;
    transition: opacity 200ms, -webkit-transform 200ms;
    -o-transition: opacity 200ms, -o-transform 200ms;
    -moz-transition: transform 200ms, opacity 200ms, -moz-transform 200ms;
    transition: transform 200ms, opacity 200ms;
    transition: transform 200ms, opacity 200ms, -webkit-transform 200ms, -moz-transform 200ms, -o-transform 200ms;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px)
}

.b-drop__content {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    min-width: 300px;
    position: relative;
    width: 300px;

}

.b-drop__conner {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    top: -5px;
    right: 19px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.b-drop.active {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    pointer-events: auto;
    z-index: 200;
}

/* B-profile */

.b-profile__img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 14px;
    width: 60px;
    height: 60px
}

.b-profile__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #EAEAEA
}

.b-profile__foot {
    border-top: 1px solid #EAEAEA
}

.b-profile__link {
    position: relative
}

.b-profile__edit {
    opacity: 0.55
}

.b-profile__menu > li + li {
    margin-top: 9px
}

.b-profile__ico {
    color: #0578BE;
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.b-profile__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 5px;
    padding-bottom: 5px
}

.b-profile__link .elem-babel {
    margin-left: auto
}

.b-profile__edit:hover {
    opacity: 1
}

/* E-toggle */

.e-toggle {
    background-image: url(../img/icons/menu.svg);
    width: 2.10em;
    height: 1.80em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

/* E-menu */

.e-menu {
    color: #ffffff !important;
}

.e-menu > li {
    position: relative !important;
}


.e-menu__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    min-height: 48px;
    cursor: pointer;
    -webkit-transition: background 300ms;
    -o-transition: background 300ms;
    -moz-transition: background 300ms;
    transition: background 300ms
}

.e-menu__name {
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}

.e-menu__ico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    margin-right: 6px
}

.e-menu__drop {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms
}

.e-menu__link:hover, .e-menu__link.active, .e-menu__drop > ul, .e-menu__drop.active {
    color: #000000;
    background-color: #ffffff;
    -webkit-box-shadow: inset 3px 0 0 0 #0578BE;
    -moz-box-shadow: inset 3px 0 0 0 #0578BE;
    box-shadow: inset 3px 0 0 0 #0578BE
}

.e-menu__link:hover .e-menu__ico, .e-menu__link.active .e-menu__ico, .e-menu__drop.active .e-menu__ico {
    color: #52AE32
}

.e-menu__drop .e-menu__link:after {
    content: '';
    width: 6px;
    height: 6px;
    border-width: 2px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    border-color: currentColor;
    border-right-style: solid;
    border-bottom-style: solid;
    position: absolute;
    top: 18px;
    right: 20px
}

.e-menu__drop > ul {
    display: none;

    padding: 15px 15px 15px 55px;

    font-size: 14px;
    background-color: #ffffff
}

.e-menu__drop > ul > li + li {
    margin-top: 12px;
    position: relative;
}

.e-menu__drop > ul > li.active {
    color: #0578BE !important;
    text-decoration: none !important;
}

.e-menu__drop_group li.active {
    color: #0578BE !important;
    text-decoration: none !important;
}

.e-menu__drop > ul > li a {
    text-decoration: none;
}

.e-menu__drop > ul > li a:hover {
    text-decoration: none
}

.e-menu__drop.active .e-menu__link:after {
    color: #0578BE;
    -webkit-transform: rotateZ(-135deg);
    -moz-transform: rotateZ(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotateZ(-135deg);
    transform: rotateZ(-135deg);
    margin-top: 3px
}

/*GROUP*/
.e-menu__link_group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 24px;
    min-height: 48px;
    cursor: pointer;
    -webkit-transition: background 300ms;
    -o-transition: background 300ms;
    -moz-transition: background 300ms;
    transition: background 300ms
}

.e-menu__drop_group {
    margin-top: 0 !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms
}

.e-menu__link_group:hover, .e-menu__link_group.active, .e-menu__drop_group > ul, .e-menu__drop_group.active {
    color: #000000;
    background-color: #ffffff;
    -webkit-box-shadow: inset 3px 0 0 0 #0578BE;
    -moz-box-shadow: inset 3px 0 0 0 #0578BE;
    box-shadow: inset 3px 0 0 0 #0578BE
}

.e-menu__link_group:hover .e-menu__ico, .e-menu__link_group.active .e-menu__ico, .e-menu__drop_group.active .e-menu__ico {
    color: #0578BE
}

.e-menu__drop_group .e-menu__link_group:after {
    content: '';
    width: 6px;
    height: 6px;
    border-width: 2px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    border-color: currentColor;
    border-right-style: solid;
    border-bottom-style: solid;
    position: absolute;
    top: 18px;
    right: 20px
}

.e-menu__drop_group > ul {
    padding-left: 20px;
    font-size: 14px;
    padding-bottom: 10px;
    display: none;
    background-color: #ffffff
}

.e-menu__drop_group > ul > li + li {
    margin-top: 6px
}

.e-menu__drop_group > ul > li a {
    text-decoration: none;

}

.e-menu__drop_group > ul > li a:hover {
    text-decoration: none
}

.e-menu__drop_group.active .e-menu__link_group:after {
    color: #0578BE;
    -webkit-transform: rotateZ(-135deg);
    -moz-transform: rotateZ(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotateZ(-135deg);
    transform: rotateZ(-135deg);
    margin-top: 3px
}


/* E-user */

.e-user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.e-user__img {
    width: 44px;
    height: 44px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 12px
}

.e-user__drop-toggle {
    position: relative;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;

    white-space: nowrap
}

.e-user__notis-toggle {
    width: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-right: 7px
}

.e-user__drop-toggle:after {
    content: '';
    width: 6px;
    height: 6px;
    border-width: 2px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    border-color: #ffffff;
    border-right-style: solid;
    border-bottom-style: solid;
    margin-top: -5px;
    margin-left: 11px
}

.e-user__drop-toggle.active:after {
    -webkit-transform: rotateZ(-135deg);
    -moz-transform: rotateZ(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotateZ(-135deg);
    transform: rotateZ(-135deg);
    margin-top: 2px
}

.e-user__notis-toggle .elem-babel {
    position: absolute;
    top: -7px;
    right: -8px;
    -webkit-box-shadow: 0 0 0 4px #f70316;
    -moz-box-shadow: 0 0 0 4px #f70316;
    box-shadow: 0 0 0 4px #f70316;
    font-size: 10px;
    font-weight: bold !important;
    height: 16px;
    min-width: 16px;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px
}

/* E-file */

.document .e-file {
    max-width: 200px;
}

.e-file {
    background-color: #f8f8f8;
    min-height: 82px;
    border: 2px dashed #e4e4e4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    overflow: hidden;
}

.e-file__name {
    font-size: 14px;
    color: #929292;
    margin-bottom: 5px
}

.e-file__type {
    display: inline-block
}

.e-file__body {
    background-image: url(../img/icons/file.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    min-height: 53px;
    padding-left: 44px;
    padding-top: 2px
}

.e-file__exel__body {
    background-image: url(../img/icons/new_file.svg);
    background-repeat: no-repeat;
    background-position: 0;
    min-height: 46px;
    padding-left: 60px;
    padding-top: 2px;
}

.e-file__exel__name {
    font-size: 16px;
    color: #6d6d6d;
    margin-bottom: 5px
}

.file__exel__time {
    font-size: 16px;
    color: #6d6d6d;
    margin-bottom: 5px
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer !important;
    opacity: 0;
}


.file-input:focus {
    outline: none;
}

.e-file__remove {
    position: absolute;
    top: 4px;
    right: 9px;
    cursor: pointer
}

.e-file__type span {
    border-bottom: 1px dashed #0578BE
}

.e-file__remove:after {
    content: url(../img/icons/file-remove.svg)
}

.e-file__remove:not(:hover) {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

/* E-file-select */

.e-file-select {
    background-color: #f8f8f8;
    min-height: 82px;
    border: 2px dashed #e4e4e4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.e-file-select__body {
    background-image: url(../img/icons/file-select.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 58px
}

/* E-search */

.e-search {
    /*position: relative;*/
    display: flex;
}

.e-search__btn {

    top: 0;
    right: 0;
    bottom: 0;
    width: 41px;
    background-color: transparent;
    opacity: 1;
    cursor: pointer;
    border: 1px solid #DDDDDD;
    border-left: 0;
    color: #0578BE

}

.e-search__btn:hover {
    color: #DDDDDD;
    background-color: #0578BE !important;
    border-color: #0578BE !important;
    box-shadow: 0 1px 15px 1px #0578BE !important;
}

/* E-tabs */

.e-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap
}

.e-tabs--style-one {
    border-bottom: 1px solid #373737
}

.e-tabs--style-two {
    border-bottom: 1px solid #DEDEDE
}

.e-tabs > li {
    cursor: pointer;
    font-size: 15px;
    padding-left: 32px;
    padding-right: 32px;
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f0f0f0;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}

.e-tabs > li:first-child {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px
}

.e-tabs > li:last-child {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px
}

.e-tabs--style-one > li + li {
    margin-left: 4px;
}

.e-tabs--style-one > li.active, .e-tabs--style-one > li:hover {
    background-color: #373737;
    color: #ffffff;
}

.e-tabs--style-two > li.active, .e-tabs--style-two > li:hover {
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 0 0 1px #DEDEDE;
    -moz-box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 0 0 1px #DEDEDE;
    box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 0 0 1px #DEDEDE
}

.e-tabs--style-two > li.active {
    -webkit-box-shadow: inset 0 -1px 0 0 #ffffff, 0 1px 0 0 #ffffff, inset 0 0 0 1px #DEDEDE;
    -moz-box-shadow: inset 0 -1px 0 0 #ffffff, 0 1px 0 0 #ffffff, inset 0 0 0 1px #DEDEDE;
    box-shadow: inset 0 -1px 0 0 #ffffff, 0 1px 0 0 #ffffff, inset 0 0 0 1px #DEDEDE
}

/* E-event */

.e-event__date {
    color: #bfbfbf;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px
}

.e-event__body {
    position: relative;
    padding-left: 29px;
    padding-top: 1px
}

.e-event__ico {
    position: absolute;
    left: 0;
    top: 0;
    color: #0578BE
}

.e-event + .e-event {
    margin-top: 22px;
    border-top: 1px solid #EAEAEA;
    padding-top: 22px
}

/* E-noti */

.b-notifis__body {
    min-height: 500px !important;
}

.notification_body {
    position: relative;
}

.notification_body__close:before {
    content: url(../img/icons/close.svg);
    position: absolute;
    top: -3px;
    left: 0;
    cursor: pointer;
}

.notification_body .b-events_organization__head {
    margin-left: 2rem;
}

.e-noti {
    background-color: #f8f8f8;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.e-noti__close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 5px;
    padding-bottom: 5px
}

.e-noti__ffici {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.e-noti__img {
    width: 30px;
    height: 30px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.e-noti__close:after {
    content: url(../img/icons/close.svg)
}

.e-noti__close:not(:hover) {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.e-noti__group .e-noti {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

.e-noti__group .e-noti:first-child {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px
}

.e-noti__group .e-noti:last-child {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px
}

.e-noti__group .e-noti + .e-noti:before {
    content: '';
    display: block;
    border-top: 1px solid #EAEAEA;
    position: absolute;
    left: 20px;
    top: 0;
    right: 20px
}

/* Table */

.table {
    font-size: 15px
}

.table__sortable {
    cursor: pointer
}

.table > thead > tr > th, .table > tbody > tr > td {
    padding-left: 14px;
    padding-right: 14px
}

.table > thead > tr > th, .table > tbody > tr > td:before {
    color: #bfbfbf;
    font-weight: 600;
    text-align: left;
    padding-bottom: 23px
}

.jconfirm .table > thead > tr > th, .table > tbody > tr > td:before {
    text-align: center !important;
}

.table > tbody > tr > td {
    height: 82px
}

.table > thead > tr > th.tablesorter-headerAsc .table__sortable, .table > thead > tr > th.tablesorter-headerDesc .table__sortable {
    color: #373737
}

.table > thead > tr > th.tablesorter-headerAsc .table__sortable:after {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

.table__sortable:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3.5px 0 3.5px;
    border-color: currentColor transparent transparent transparent;
    content: '';
    margin-left: 5px
}

/* Типография */

.text > h1 {
    font-size: 40px
}

.text > h2 {
    font-size: 32px
}

.text > h3 {
    font-size: 28px
}

.text > h4 {
    font-size: 17px;
    font-weight: 600
}

.text > h5 {
    font-size: 20px
}

.text > h6 {
    font-size: 16px
}

.text > p {
    font-size: 15px
}

/*
 * CASCADE
 */

.tabs-body.active {
    display: block
}

.nice-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: none
}

.nice-select:after {
    border-color: #0578BE;
    z-index: 8;
}

.nice-select .current {
    line-height: 1.2;
    height: auto;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.nice-select .list {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: -1px;
    -webkit-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1), inset 4px 4px 7px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1), inset 4px 4px 7px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1), inset 4px 4px 7px rgba(0, 0, 0, 0.04);
    margin-left: -1px;
    margin-right: -1px;
    top: 0;
    border: 1px solid #929292;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.nice-select .list > li {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 11px;
    padding-bottom: 11px
}

.nice-select .option {
    height: auto;
    min-height: auto;
    line-height: 1.2;
    padding-top: 0.51em;
    padding-bottom: 0.51em;
    padding-left: 0.73em;
    padding-right: 0.73em
}

.input-stripe .list > li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px
}

.input-stripe .list {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px
}

.form-radio {
    position: relative;
    vertical-align: middle;
    padding-left: 1.70em
}

.form-checkbox > input:checked ~ .check:after, .form-radio > input:checked ~ .check:after {
    opacity: 1
}

.form-checkbox > input, .form-radio > input, .form-checkbox > span.check, .form-radio > span.check {
    width: 20px;
    height: 20px
}

.form-checkbox > input:checked ~ .check, .form-radio > input:checked ~ .check {
    background-color: #0578BE;
    border-color: #0578BE
}

.form-checkbox > input, .form-radio > input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none
}

.form-checkbox > span.check, .form-radio > span.check {
    border: 1px solid #dddddd;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer
}

.form-checkbox > span.check:after, .form-radio > span.check:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 9px;
    border-width: 2px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    border-color: #ffffff;
    border-right-style: solid;
    border-bottom-style: solid;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    opacity: 0;
    left: 5px;
    top: 2px
}

.form-radio > span.check {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.form-radio > span.check:after {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 4px solid #ffffff;
    width: 8px;
    height: 8px;
    left: 1px;
    top: 1px
}

/*
 * MEDIA
 */

.b-events_organization__head {
    position: relative;
    cursor: pointer;
    padding-right: 20px;
}

.b-events_organization__head.slide-toggle:after {
    width: 6px;
    height: 6px;
    border-width: 2px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    border-color: #0578BE;
    border-right-style: solid;
    border-bottom-style: solid;
    content: '';
    position: absolute;
    top: 5px;
    right: 3px;
    transition: 300ms;
}

.b-events_organization__head.active:after {
    -webkit-transform: rotateZ(-135deg);
    -moz-transform: rotateZ(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotateZ(-135deg);
    transform: rotateZ(-135deg)
}


.events-list-organization {
    display: none
}


.events-list-organization-objects {
    display: none
}

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


@media all and (max-width: 1919px) {

    /* B-calendar */
    .b-calendar__cell {
        padding-left: 7px;
        padding-right: 7px
    }
}

@media screen and (max-width: 1450px) {

    /* B-events */
    .b-events__head {
        position: relative;
        cursor: pointer
    }

    .b-events__body {
        display: none
    }

    .b-events__head:after {
        width: 6px;
        height: 6px;
        border-width: 2px;
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
        border-color: #0578BE;
        border-right-style: solid;
        border-bottom-style: solid;
        content: '';
        position: absolute;
        top: 5px;
        right: 3px
    }

    .b-events__head.active:after {
        -webkit-transform: rotateZ(-135deg);
        -moz-transform: rotateZ(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotateZ(-135deg);
        transform: rotateZ(-135deg)
    }
}

@media all and (min-width: 1300px) {
    /* S-main */
    .menu--collapse .s-main__menu-toggle, .menu--collapse .s-main__left {
        width: 80px
    }

    .menu--collapse .e-menu__name {
        width: 0px
    }
}

@media all and (max-width: 1300px) {
    /* S-main */
    .menu--collapse .s-main__left {
        position: absolute;
        top: 80px;
        left: -100%;
        z-index: 20;
        bottom: 0
    }

    .menu--collapse .s-main__menu-toggle {
        position: absolute;
        left: 0;
        top: 0;
        width: 50px !important;
        z-index: 1
    }

    .s-main__content {
        max-width: 100%
    }

    .s-main__menu-toggle {
        width: 100% !important;
    }

    .s-main__left {
        left: 0;
        width: 100%;
    }

    .b-head {
        height: 80px;
        padding-left: 110px
    }


}


@media all and (min-width: 1500px) {

    /* Table */
    .table > tbody > tr {
        border-top: 1px solid #EAEAEA
    }

    .table--hover > tbody > tr:hover {
        background-color: #fafafa
    }
}

@media screen and (max-width: 1500px) {

    /* Table */
    .table > thead {
        display: none
    }

    .table > tbody > tr > td {
        height: auto;
        padding-bottom: 20px;
        text-align: center;
    }

    .table > tbody > tr > td:before {
        content: attr(data-name);
        display: block;
        padding-bottom: 5px
    }

    .table > tbody > tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .table > tbody > tr + tr {
        margin-top: 0px;
        padding-top: 20px;
        position: relative
    }

    .table > tbody > tr + tr:before {
        content: '';
        display: block;
        position: absolute;
        border-top: 1px solid #EAEAEA;
        left: -20px;
        top: 0;
        right: -20px
    }
}

@media screen and (max-width: 991px) {

    /* B-calendar */
    .b-calendar__entir {
        display: block
    }
}

@media screen and (max-width: 767px) {

    /* S-main */
    .s-main__left {
        width: 100%;
    }

    .s-main__menu-toggle {
        padding-left: 18px;
        padding-right: 18px;
        width: 70px;
        height: 70px
    }

    /* B-head */
    .b-head {
        height: 70px;
        padding-left: 81px
    }

    .b-head__logo {
        width: 126px
    }
}


@media screen and (max-width: 575px) {

    /* Modal */
    .blocker {
        padding-left: 0em;
        padding-right: 0em
    }

    /* Btn */
    .btn-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .btn-group .btn + .btn {
        border-left: 0;
        border-top: 1px solid currentColor
    }

    /* Shape */
    .shape__tab-body {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px
    }

    /* Элементы */
    .elem-date-filter {
        -webkit-box-flex: inherit !important;
        -webkit-flex: inherit !important;
        -moz-box-flex: inherit !important;
        -ms-flex: inherit !important;
        flex: inherit !important
    }

    /* S-main */
    .s-main__content {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .s-main__menu-toggle {
        width: 50px;
        height: 50px;
        padding-left: 10px;
        padding-right: 10px
    }

    /* B-head */
    .b-head {
        height: 50px;
        padding-left: 60px;
        padding-right: 10px
    }

    .b-head__logo {
        width: 86px
    }

    /* B-calendar */
    .b-calendar__cell {
        margin-top: 39px
    }

    .b-calendar__entir {
        right: 0;
        text-align: center;
        top: -29px;
        left: 0
    }

    .b-calendar__back, .b-calendar__next {
        width: 26px
    }

    /* E-user */
    .e-user__img {
        width: 30px;
        height: 30px;
        margin-right: 0px
    }

    .e-user__drop-toggle {
        padding-right: 0px;
        margin-right: 0px
    }

    .e-user__drop-toggle:after {
        display: none
    }

    /* E-tabs */
    .e-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .e-tabs--style-one {
        border-bottom: 0
    }

    .e-tabs > li:first-child {
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px
    }

    .e-tabs > li:last-child {
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px
    }

    .e-tabs--style-one > li + li {
        margin-left: 0px;
        margin-top: 4px
    }

    /* Table */
    .table > tbody > tr > td {
        padding-left: 0px;
        padding-right: 0px
    }
}

@media screen and (max-width: 355px) {
    .s-main__left {
        width: 90%;
    }
}

@media screen and (max-width: 321px) {
    .s-main__left {
        width: 85%;
    }
}
