.sidebar .menu-icon {
    width: 14px;
    display: inline-block;
    height: auto;
    margin-right: 5px;
}
.sidebar .menu-icon svg{
    width: 100%;
    height: auto;
}
.good_gallery {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    position: relative;
    height: 100%;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.good_gallery__img {
    min-height: 150px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.good_gallery__hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    top: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    background: rgba(0,0,0,.75);
}
.good_gallery__holder {
    padding: 20px;
    height: 100%;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
}
.good_gallery .butn__panel {
    margin: 25px 0 0;
}
.butn {
    outline: none;
    outline: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 10px;
    background: none;
    border-radius: 3px;
    cursor: pointer;
    border: 0;
    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;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
}
.butn__panel {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.butn__bg {
    border: 1px solid #3197ff;
    background: #3197ff;
    color: #fff;
}
.good_gallery .butn__panel .butn {
    margin: 0;
    padding: 10px 5px;
}
.butn__panel--internal > :not(:last-child) {
    margin: 0 10px 0 0;
}
.butn__panel--wrap .butn {
    margin-bottom: 10px;
}
.butn__load {
    position: relative;
    min-height: 36px;
}
.butn__bg--tr {
    border-color: rgba(0,0,0,0);
    background: rgba(0,0,0,0);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.butn__bg:hover {
    background:#0057b1;
    border-color:#0057b1
}
.butn__bg--success {
    border-color:#63b563;
    background:#63b563
}
.butn__bg--success:hover {
    background:#316731;
    border-color:#316731
}
.butn__bg--danger {
    border-color:#f15a5a;
    background:#f15a5a
}
.butn__bg--danger:hover {
    background:#bc1010;
    border-color:#bc1010
}
.butn__bg--tr {
    border-color:rgba(0,0,0,0);
    background:rgba(0,0,0,0);
    outline:none;
    -webkit-box-shadow:none;
    box-shadow:none
}
.butn__bg--tr:hover {
    background:rgba(0,0,0,0);
    border-color:rgba(0,0,0,0);
    outline:none;
    -webkit-box-shadow:none;
    box-shadow:none
}
.butn__bg--action {
    background:#999;
    border-color:#999
}
.butn__bg--action:hover {
    background:#595959;
    border-color:#595959
}
.butn__bg--action.active_green.is_active {
    background:#090;
    border-color:#090
}
.butn__bg--action.active_yellow.is_active {
    background:#ffa401;
    border-color:#ffa401
}
.butn__bg--action.active_gray.is_active {
    background:#595959;
    border-color:#595959
}
.butn__border {
    border:1px solid #3197ff
}
.butn__border .butn__ico svg {
    fill:#3197ff;
    stroke:#3197ff
}
.butn__border .butn__name {
    color:#3197ff
}
.butn__border:focus .butn__name,
.butn__border:visited .butn__name {
    color:#3197ff
}
.butn__border:hover {
    border-color:#0057b1;
    -webkit-box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(60,72,88,.4),inset 0 0 20px -6px #0057b1;
    box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(60,72,88,.4),inset 0 0 20px -6px #0057b1
}
.butn__border:hover .butn__ico svg {
    fill:#0057b1;
    stroke:#0057b1
}
.butn__border:hover .butn__name {
    color:#0057b1
}
.butn__border--success {
    border:1px solid #63b563
}
.butn__border--success .butn__ico svg {
    fill:#63b563;
    stroke:#63b563
}
.butn__border--success .butn__name {
    color:#63b563
}
.butn__border--success:focus .butn__name,
.butn__border--success:visited .butn__name {
    color:#63b563
}
.butn__border--success:hover {
    border-color:#316731;
    -webkit-box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(60,72,88,.4),inset 0 0 20px -6px #316731;
    box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(60,72,88,.4),inset 0 0 20px -6px #316731
}
.butn__border--success:hover .butn__ico svg {
    fill:#316731;
    stroke:#316731
}
.butn__border--success:hover .butn__name {
    color:#316731
}
.butn__border--danger {
    border:1px solid #f15a5a
}
.butn__border--danger .butn__ico svg {
    fill:#f15a5a;
    stroke:#f15a5a
}
.butn__border--danger .butn__name {
    color:#f15a5a
}
.butn__border--danger:focus .butn__name,
.butn__border--danger:visited .butn__name {
    color:#f15a5a
}
.butn__border--danger:hover {
    border-color:#bc1010;
    -webkit-box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(60,72,88,.4),inset 0 0 20px -6px #bc1010;
    box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(60,72,88,.4),inset 0 0 20px -6px #bc1010
}
.butn__border--danger:hover .butn__ico svg {
    fill:#bc1010;
    stroke:#bc1010
}
.butn__border--danger:hover .butn__name {
    color:#bc1010
}
.butn__load {
    position:relative;
    min-height:36px
}
.butn__load input.fileupload {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    font-size:0;
    cursor:pointer;
    opacity:0
}
.butn__load .butn__ico--load {
    width:0;
    height:0
}
.butn__load .butn__ico--load+.butn__ico+.butn__name {
    margin:0 0 0 10px
}
.butn__load .butn__name {
    margin:0 15px
}
.butn__load.butn--small {
    min-height:30px
}
.butn__load.butn--small .butn__name {
    margin:0 13px
}
.butn__load.butn--big {
    min-height:42px
}
.butn__load.butn--big .butn__name {
    margin:0 17px
}
.butn__load.is_load {
    pointer-events:none
}
.butn__load.is_load .butn__name {
    margin:0 0 0 10px
}
.butn__load.is_load .butn__ico {
    width:0;
    height:0
}
.butn__load.is_load .butn__ico--load {
    width:20px;
    height:20px;
    margin:-3px 0
}
.butn__load.is_load.butn--small .butn__ico {
    width:0;
    height:0
}
.butn__load.is_load.butn--small .butn__ico--load {
    width:16px;
    height:16px;
    margin:-2px 0
}
.butn__load.is_load.butn--big .butn__ico {
    width:0;
    height:0
}
.butn__load.is_load.butn--big .butn__ico--load {
    width:24px;
    height:24px;
    margin:-4px 0
}
.butn__load.is_load .butn__progress {
    height:4px
}
.butn.disabled {
    background:#b5b5b5;
    pointer-events:none;
    cursor:not-allowed
}
.butn.disabled:focus,
.butn.disabled:hover,
.butn.disabled:visited {
    background:#b5b5b5;
    -webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.14);
    box-shadow:0 1px 4px 0 rgba(0,0,0,.14);
    pointer-events:none;
    cursor:not-allowed
}
.butn__progress {
    position:absolute;
    bottom:-1px;
    left:-1px;
    right:-1px;
    height:0;
    z-index:2
}
.butn__progressbar {
    height:100%;
    width:0;
    background:red
}
.h-butn {
    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
}
.h-butn--admin {
    width:auto
}
.h-butn--admin:hover .h-butn__name {
    color:#636363
}
.h-butn--admin:hover .h-butn__image {
    -webkit-box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(60,72,88,.4);
    box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(60,72,88,.4)
}
.h-butn__name {
    color:#a2a2a2;
    text-transform:uppercase
}
.h-butn__name+.h-butn__image {
    margin:0 0 0 10px
}
.h-butn__image {
    width:50px;
    height:50px;
    border-radius:50%;
    overflow:hidden;
    -webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.14);
    box-shadow:0 1px 4px 0 rgba(0,0,0,.14)
}
.h-butn__image img {
    display:block;
    width:100%;
    height:auto
}
.h-butn__noimg {
    height:100%;
    width:100%;
    background:#f44336;
    padding:5px;
    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;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.h-butn__noimg svg {
    fill:#fff
}
.h-butn__ico {
    padding:12px;
    width:50px;
    height:50px;
    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;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    border-radius:50%;
    background:#fff;
    -webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.14);
    box-shadow:0 1px 4px 0 rgba(0,0,0,.14)
}
.h-butn__ico svg {
    fill:#a2a2a2
}
.h-butn__ico:hover {
    -webkit-box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(60,72,88,.4);
    box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(60,72,88,.4)
}
.h-butn__ico:hover svg {
    fill:#636363
}
.butn__margin+.butn__margin {
    margin:0 0 0 10px
}
@media (max-width:767px) {
    .h-butn__image {
        width:35px;
        height:35px
    }
    .h-butn__name {
        display:none
    }
    .h-butn__ico {
        width:35px;
        height:35px;
        padding:7px
    }
    .h-butn__name+.h-butn__image {
        margin:0
    }
}
.good_gallery:active .good_gallery__hover, .good_gallery:focus .good_gallery__hover, .good_gallery:hover .good_gallery__hover {
    top: 0;
}
.butn__load .butn__ico--load {
    width: 0;
    height: 0;
}
.butn__ico {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: -3px 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.butn__bg .butn__ico svg {
    fill: #fff;
    stroke: #fff;
}
.butn__load input.fileupload {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    cursor: pointer;
    opacity: 0;
}
.butn__progress {
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    height: 0;
    z-index: 2;
}
.tables {
    width:auto;
    max-width:none
}
.tables__dev {
    max-width:400px
}
.tables__scroll {
    overflow-y:auto
}
.tables__flex {
    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
}
.tables--w100 {
    width:100%;
    max-width:100%
}
.tables--100 {
    width:100%
}
.tables--1000 {
    min-width:1000px
}
.tables--fixed {
    table-layout:fixed
}
.tables--marginTop {
    margin:20px 0 0
}
.tables__cover {
    overflow-x:auto
}
.tables:hover {
    -webkit-box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(60,72,88,.4);
    box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(60,72,88,.4)
}
.tables:hover .tables__tr--thead {
    background:rgba(244,67,54,.1)
}
.tables__tr[data-tr-href] {
    cursor:pointer
}
.tables__tr:hover {
    background:rgba(0,0,0,.1)
}
.tables__tr.edit {
    background:rgba(49,151,255,.3)
}
.tables__tr.remove {
    background:rgba(241,90,90,.3)
}
.tables__tr.act {
    background:rgba(99,181,99,.3)
}
.tables__th {
    padding:10px 15px;
    font-size:13px;
    line-height:16px;
    font-weight:400;
    text-align:center;
    vertical-align:middle;
    border-bottom:1px solid #f44336
}
.tables__th--left {
    text-align:left
}
.tables__th--right {
    text-align:right
}
.tables__th--top {
    vertical-align:top
}
.tables__th--bottom {
    vertical-align:bottom
}
.tables__th--mini {
    padding:10px
}
.tables__th--small {
    padding:10px 5px;
    font-size:12px
}
.tables__th.nowrap {
    white-space:nowrap
}
.tables__th.relative {
    position:relative
}
.tables__td {
    padding:10px 15px;
    font-size:12px;
    line-height:15px;
    font-weight:400;
    text-align:center;
    vertical-align:middle;
    border-bottom:1px solid #a2a2a2
}
.tables__td--left {
    text-align:left
}
.tables__td--right {
    text-align:right
}
.tables__td--top {
    vertical-align:top
}
.tables__td--bottom {
    vertical-align:bottom
}
.tables__td--link {
    padding:0;
    line-height:1
}
.tables__td--mini {
    padding:5px 10px
}
.tables__td--small {
    padding:5px
}
.tables__td.nowrap {
    white-space:nowrap
}
.tables__td.relative {
    position:relative
}
.tables__links {
    height:100%
}
.tables__link,
.tables__links {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex
}
.tables__link {
    width:100%;
    -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;
    padding:10px;
    background:rgba(0,0,0,0);
    border:none;
    outline:none;
    cursor:pointer
}
.tables__link[data-hover=edit]:hover svg {
    fill:#3197ff
}
.tables__link[data-hover=remove]:hover svg {
    fill:#f15a5a
}
.tables__link[data-hover=act]:hover svg {
    fill:#63b563
}
.tables__link--left {
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -moz-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.tables__action {
    height:100%
}
.tables__icon {
    padding:10px;
    width:40px;
    height:40px;
    margin:-10px
}
.tables__icon svg {
    fill:#000
}
.tables__icon.gray svg {
    fill:#666
}
.tables__icon.padding--5 {
    padding:5px
}
.tables__width--30 {
    width:30px
}
.tables__width--50 {
    width:50px
}
.tables__width--70 {
    width:70px
}
.tables__width--100 {
    width:100px
}
.tables__width--120 {
    width:120px;
    min-width:100px
}
.tables__width--150 {
    width:150px;
    min-width:120px
}
.tables__width--200 {
    width:200px;
    min-width:150px
}
.tables__width--250 {
    width:250px;
    min-width:150px
}
.tables__width--300 {
    width:300px;
    min-width:200px
}
.tables__width--150f {
    width:150px;
    min-width:150px
}
.tables__width--300f {
    width:300px;
    min-width:300px
}
.tables__width--equal {
    width:100%
}
.tables__width--mini {
    width:50px;
    min-width:50px
}
.tables__width--thumb {
    width:100px;
    min-width:100px
}
.tables__width--small {
    width:150px;
    min-width:150px
}
.tables__persent--50 {
    width:50%
}
.tables__action--line {
    width:4px;
    height:4px;
    margin:2px 0;
    border-radius:50%;
    background:#a2a2a2
}
.tables__action--btn,
.tables__action--line {
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
.tables__action--btn {
    width:30px;
    height:30px;
    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;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding:0 12px;
    cursor:pointer
}
.tables__action--btn:active,
.tables__action--btn:focus,
.tables__action--btn:hover {
    padding:0 3px
}
.tables__action--btn:active .tables__action--line,
.tables__action--btn:focus .tables__action--line,
.tables__action--btn:hover .tables__action--line {
    width:100%;
    height:2px;
    border-radius:0;
    border-radius:none
}
.tables__action--btn.js_active {
    padding:0 3px
}
.tables__action--btn.js_active .tables__action--line {
    width:100%;
    height:2px;
    border-radius:0;
    border-radius:none
}
.tables__card__actions {
    position:absolute;
    top:0;
    left:100%;
    bottom:0;
    z-index:5;
    width:300px;
    background:#fff;
    -webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.14);
    box-shadow:0 1px 4px 0 rgba(0,0,0,.14);
    overflow:hidden;
    padding:0;
    -webkit-justify-content:space-around;
    -ms-flex-pack:distribute;
    justify-content:space-around
}
.tables__card__actions--200 {
    width:200px
}
.tables__card__actions.css_hidden {
    width:0
}
.tables__link_absolute {
    position:absolute;
    right:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%)
}
.tables__link.danger {
    color:#f15a5a
}
.tables__link.danger .tables__icon svg {
    fill:#f15a5a
}
.tables__link.green {
    color:#63b563
}
.tables__link.green .tables__icon svg {
    fill:#63b563
}
.butn__name {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
}

.modalka {
    opacity:0;
    visibility:hidden;
    z-index:10;
    position:fixed;
    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;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.modalka,
.modalka__overlay {
    top:0;
    right:0;
    bottom:0;
    left:0
}
.modalka__overlay {
    position:absolute;
    background:rgba(0,0,0,.5)
}
.modalka__holder {
    position:relative;
    max-width:600px;
    width:100%;
    margin:0 0 -1000px;
    -webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.14);
    box-shadow:0 1px 4px 0 rgba(0,0,0,.14);
    background:#fff;
    border-radius:3px;
    max-height:90vh;
    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
}
.modalka__holder--900 {
    max-width:900px
}
.modalka__header {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    margin:0;
    -webkit-box-flex:0;
    -webkit-flex:0 0 auto;
    -moz-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto
}
.modalka__title {
    width:100%;
    font-size:16px;
    line-height:20px;
    text-transform:uppercase;
    color:#fff;
    border-radius:0
}
.modalka__close,
.modalka__title {
    padding:15px;
    background:#f44336;
    -webkit-box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(244,67,54,.4);
    box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(244,67,54,.4)
}
.modalka__close {
    cursor:pointer;
    -webkit-box-flex:0;
    -webkit-flex:0 0 auto;
    -moz-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    max-width:50px;
    height:50px;
    margin:0;
    border:1px solid #f44336;
    border-radius:0;
    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;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.modalka__close svg {
    fill:#fff
}
.modalka__close:hover {
    background:#fff
}
.modalka__close:hover svg {
    fill:#f44336
}
.modalka__body {
    padding:15px;
    min-height:0;
    height:100%;
    overflow:auto
}
.modalka__body.mCustomScrollbar:hover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background:#f44336
}
.modalka__body .mCSB_scrollTools {
    opacity:1;
    width:10px;
    overflow:hidden;
    border:solid rgba(0,0,0,0);
    border-width:5px 0;
    border-radius:0
}
.modalka__body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width:4px;
    border-radius:0;
    background:rgba(244,67,54,.5)
}
.modalka__body .mCSB_scrollTools .mCSB_draggerRail {
    background:rgba(0,0,0,0);
    width:100%;
    border-radius:0
}
.modalka__body .mCSB_outside+.mCSB_scrollTools {
    right:0
}
.modalka__hint {
    padding:5px 0;
    margin:0 15px;
    border:solid #f44336;
    border-width:1px 0;
    font-size:12px;
    line-height:16px
}
.modalka__block {
    padding:0 15px
}
.modalka__block+.modalka__block {
    margin:15px 0 0
}
.modalka__line {
    border-bottom:1px solid #666;
    margin:0 0 10px
}
.modalka__panel {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    padding:15px
}
.modalka__panel--center {
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.modalka__panel--right {
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -moz-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.modalka__panel--around {
    -webkit-justify-content:space-around;
    -ms-flex-pack:distribute;
    justify-content:space-around
}
.modalka__panel--between {
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -moz-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.modalka__panel>:not(:last-child) {
    margin:0 10px 0 0
}
.modalka.is_active {
    opacity:1;
    visibility:visible
}
.modalka.is_active .modalka__holder {
    margin:15px 0 0
}
.modalka.is_active .modalka__header {
    margin:-15px 15px 0
}
.modalka.is_active .modalka__title {
    border-radius:3px
}
.modalka.is_active .modalka__close {
    border-radius:3px;
    margin:0 0 0 15px
}
.text_color_red {
    color: red;
}
.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }
.bot5 { margin-bottom:5px; }
.bot7 { margin-bottom:7px; }
.bot10 { margin-bottom:10px; }
.bot15 { margin-bottom:15px; }
.bot17 { margin-bottom:17px; }
.bot30 { margin-bottom:30px; }
.left5 { margin-left:5px; }
.left7 { margin-left:7px; }
.left10 { margin-left:10px; }
.left15 { margin-left:15px; }
.left17 { margin-left:17px; }
.left30 { margin-left:30px; }
.right5 { margin-right:5px; }
.right7 { margin-right:7px; }
.right10 { margin-right:10px; }
.right15 { margin-right:15px; }
.right17 { margin-right:17px; }
.right30 { margin-right:30px; }
.account__list {
    list-style: none;
    padding: 0;
}
.account__image {
    width:50px;
    height:50px;
    -webkit-box-flex:0;
    -webkit-flex:0 0 auto;
    -moz-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    border-radius:50%;
    overflow:hidden;
    border:1px solid #3c8dbc;
    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;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.account__noimg {
    display:block;
    width:20px;
    height:28px
}
.account__noimg svg {
    fill:#3c8dbc
}
.item__flex {
    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
}
.item__flex--between {
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -moz-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.item__flex--center {
    -webkit-box-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.item__flex--minus {
    margin-left:-10px;
    margin-right:-10px
}
.item__flex--contCenter {
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.item__flex--end {
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -moz-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.item__flex--nowrap {
    -webkit-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap
}
.item__flex--column {
    -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
}
.item__flex--column .item__child:not(:last-child) {
    margin:0 0 5px
}
.item__flex+.item__flex {
    margin:10px 0 0
}
.item__child:not(:last-child) {
    margin:0 10px 0 0;
}
.item__child--mini:not(:last-child) {
    margin:0 5px 0 0
}
.item__child--minus {
    padding:0 10px
}
.item__child--20 {
    width:20%
}
.item__child--flex_100 {
    -webkit-box-flex:0;
    -webkit-flex:0 0 150px;
    -moz-box-flex:0;
    -ms-flex:0 0 150px;
    flex:0 0 150px
}
.item__child--flex_200 {
    -webkit-box-flex:0;
    -webkit-flex:0 0 250px;
    -moz-box-flex:0;
    -ms-flex:0 0 250px;
    flex:0 0 250px
}
.item__flex--files {
    margin:0 -10px;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.item__child--files {
    padding:0 10px;
    margin:0 0 5px
}
.item__child--files:not(:last-child) {
    margin:0 0 5px
}
.files__related {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    border-radius:3px;
    border:1px solid #ccc;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.files__related--inline {
    display:-webkit-inline-box;
    display:-webkit-inline-flex;
    display:-moz-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    padding:0 5px
}
.files__related__page {
    padding:5px;
    height:100%
}
.item__ico {
    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;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:20px;
    height:20px
}
.item__ico svg {
    display:block;
    width:100%;
    height:100%;
    fill:#333
}
.item__link {
    display:-webkit-inline-box;
    display:-webkit-inline-flex;
    display:-moz-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex
}
.item__link:hover .item__ico svg {
    fill:#0057b1
}
.item__standart:not(:last-child) {
    margin:0 0 20px
}
.item__mini:not(:last-child) {
    margin:0 0 10px
}
.item__15:not(:last-child) {
    margin:0 0 15px
}
.item__small:not(:last-child) {
    margin:0 0 5px
}
.item__small--8:not(:last-child) {
    margin:0 0 8px
}
.item__small--left {
    padding:0 0 0 15px
}
#uploadModal .modal-dialog {
    max-width: 1120px;
    width: 100%;
    padding: 15px 20px;
}
.no_resize {
    resize: none;
}
.image__block {
    display:inline-block;
    max-width:160px;
    position:relative
}
.image__block,
.image__block .img-responsive {
    max-height:160px;
}
.image__block_btn {
    position:absolute;
    top:0;
    left:100%
}
.image__block--flex,
.image__block_cover {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex
}
.image__block--flex {
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -moz-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    -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
}
.image__block--flex .butn+.butn {
    margin:10px 0 0
}
.image__block--left {
    margin:0 0 0 40px
}
.image__block--width {
    width:160px
}
.image__block--40 {
    max-width:40px;
    max-height:40px
}
.image__block--40 .img-responsive {
    max-height:40px
}
.image__block--30 {
    max-width:30px;
    max-height:30px
}
.image__block--30 .img-responsive {
    max-height:30px
}
.image__svg_cover {
    display: block;
    max-width: 160px;
    max-height: 160px;
}
.image__svg_cover svg{
    width: 100%;
    height: 100%;
}
svg {
    width: 100%;
    height: 100%;
    display: block;
}
.page_chars__svg {
    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;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    max-width:20px;
    max-height:20px
}
.page_chars__svg svg {
    width:100%;
    height:100%
}
.i-none .fa {
    display: none;
}
.flex-box {
    display: flex;
    flex-wrap: wrap;
}
.flex-box .flex-item {
    padding: 10px 5px;
}
.box-tools-dop{
    position: absolute;
    left: 91%;
    top: 5px;
}
.box-border-none {
    border-top: none;
}
.checkbox__panel {
    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;
    margin:0 0 10px
}
.checkbox__panel.nomargin {
    margin:0
}
.checkbox__panel .checkbox__row {
    margin-top:5px
}
.checkbox__panel .checkbox__row:not(:last-of-type) {
    margin:5px 25px 0 0
}
.checkbox__panel--column {
    -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;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -moz-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.checkbox__panel--column .checkbox__row {
    margin:0
}
.checkbox__panel--column .checkbox__row:not(:last-of-type) {
    margin:0 0 7.5px
}
.checkbox__panel--column.min_margin .checkbox__row {
    margin:0
}
.checkbox__panel--column.min_margin .checkbox__row:not(:last-of-type) {
    margin:0 0 5px
}
.checkbox__panel--right {
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -moz-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.checkbox__panel--center {
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.checkbox__panel--noMarg {
    margin:0
}
.checkbox__row {
    display:inline-block;
    position:relative;
}
.checkbox__row--margLeft {
    margin-left:auto
}
.checkbox__label--empty {
    padding:0 0 0 16px
}
.checkbox__label--all {
    font-family:robotomedium;
    text-decoration:underline
}
.checkbox__label--min {
    font-size:12px
}
.checkbox__field:checked+.butn.active_green {
    background:#090;
    border-color:#090
}
.checkbox__cover {
    margin:10px
}
.checkbox__main {
    margin:0 0 15px
}
.radio__panel {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    padding:10px 0
}
.radio__panel--right {
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -moz-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.radio__panel--center {
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.radio__panel--left {
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -moz-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.radio__panel .radio__row:not(:last-child) {
    margin:0 20px 0 0
}
.radio__panel--column {
    -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
}
.radio__panel--column .radio__row:not(:last-child) {
    margin:0 0 20px
}
.radio__panel--column .radio__row--marginMin:not(:last-child) {
    margin:0 0 7.5px
}
.radio__row {
    display:inline-block;
    position:relative
}
.radio__label {
    padding:0 0 0 30px;
    position:relative;
    min-height:20px;
    font-size:14px;
    line-height:20px;
    color:#000;
    cursor:pointer
}
.radio__label--empty {
    padding:0 0 0 20px
}
.radio__label--min {
    font-size:12px
}
.radio__label:before {
    content:"";
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:20px;
    height:20px;
    border-radius:50%;
    border:1px solid #c7c7c7
}
.radio__label:after {
    content:"";
    display:block;
    position:absolute;
    top:1px;
    left:1px;
    border-radius:50%;
    background:#fff;
    width:18px;
    height:18px
}
.radio__field:checked+.radio__label {
    color:#9c27b0
}
.radio__field:checked+.radio__label:before {
    border-color:#9c27b0;
    background:#fff
}
.radio__field:checked+.radio__label:after {
    width:10px;
    height:10px;
    top:10px;
    left:5px;
    background:#9c27b0;
    margin:-5px 0 0
}
.radio__field:disabled+.radio__label {
    color:#a2a2a2;
    cursor:not-allowed
}
.radio__field:disabled+.radio__label:before {
    border-color:#a2a2a2
}
.lead_checkbox_hide {
    display:none
}
.lead_checkbox_show {
    display:block
}
.css_lead_checkbox:checked+.tables__link .lead_checkbox_hide {
    display:block
}
.css_lead_checkbox:checked+.tables__link .lead_checkbox_show {
    display:none
}
.svg_checkbox,
.svg_radio {
    opacity:0;
    visibility:hidden;
    width:0;
    height:0;
    position:absolute;
    top:0;
    left:0;
    border:none;
    -webkit-box-shadow:0;
    box-shadow:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    background:none
}
.grid__100 {
    width:100%
}
.grid__95 {
    width:95%
}
.grid__90 {
    width:90%
}
.grid__85 {
    width:85%
}
.grid__84 {
    width:83.3333333333%
}
.grid__80 {
    width:80%
}
.grid__75 {
    width:75%
}
.grid__70 {
    width:70%
}
.grid__66 {
    width:66.66%
}
.grid__65 {
    width:65%
}
.grid__60 {
    width:60%
}
.grid__55 {
    width:55%
}
.grid__50 {
    width:50%
}
.grid__45 {
    width:45%
}
.grid__40 {
    width:40%
}
.grid__35 {
    width:35%
}
.grid__33 {
    width:33.33%
}
.grid__30 {
    width:30%
}
.grid__25 {
    width:25%
}
.grid__20 {
    width:20%
}
.grid__16 {
    width:16.6666666667%
}
.grid__15 {
    width:15%
}
.grid__10 {
    width:10%
}
.grid__5 {
    width:5%
}
.grid__250 {
    width:16.6666666667%;
    min-width:250px
}
.grid__230 {
    width:16.6666666667%;
    min-width:230px
}
.grid__160 {
    width:100%;
    max-width:160px
}
.grid__auto {
    width:auto
}
.grid__flex--1 {
    -webkit-flex:1 0 auto;
    -ms-flex:1 0 auto;
    flex:1 0 auto
}
.grid__flex--1,
.grid__flex--1_1 {
    -webkit-box-flex:1;
    -moz-box-flex:1
}
.grid__flex--1_1 {
    -webkit-flex:1 1 0;
    -ms-flex:1 1 0px;
    flex:1 1 0;
    min-width:200px
}
.grid__fix--300 {
    width:300px;
    -webkit-flex:0 0 300px;
    -ms-flex:0 0 300px;
    flex:0 0 300px
}
.grid__fix--170,
.grid__fix--300 {
    -webkit-box-flex:0;
    -moz-box-flex:0
}
.grid__fix--170 {
    width:170px;
    -webkit-flex:0 0 170px;
    -ms-flex:0 0 170px;
    flex:0 0 170px
}
.grid__fix--100 {
    width:100px;
    -webkit-flex:0 0 100px;
    -ms-flex:0 0 100px;
    flex:0 0 100px
}
.grid__fix--100,
.grid__fix--250 {
    -webkit-box-flex:0;
    -moz-box-flex:0
}
.grid__fix--250 {
    width:250px;
    -webkit-flex:0 0 250px;
    -ms-flex:0 0 250px;
    flex:0 0 250px
}
.grid__minW--300 {
    min-width:300px
}
.grid__minW--400 {
    min-width:349px
}
.grid__minW--480 {
    min-width:480px
}
.max__width--700 {
    max-width:700px
}
.max__width--380 {
    max-width:380px
}
.grid__margin--left {
    margin-left:auto
}
.grid__new {
    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;
    margin:0 -15px;
}
.grid__new>[class*=grid__] {
    padding:0 15px
}
.grid__new--cover {
    margin:-15px
}
.grid__new--cover>[class*=grid__] {
    padding:15px
}
.grid__new--10 {
    margin:0 -10px
}
.grid__new--10>[class*=grid__] {
    padding:0 10px
}
.grid__new--5 {
    margin:0 -5px
}
.grid__new--5>[class*=grid__] {
    padding:0 5px
}
.grid__new--0 {
    margin:0
}
.grid__new--0>[class*=grid__] {
    padding:0
}
.grid__new.nowrap {
    -webkit-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap
}
@media (max-width:480px) {
    .grid {
        margin:-15px 0 0 -15px
    }
    .grid>[class*=grid__] {
        padding:15px 0 0 15px
    }
    .grid__minW--400,
    .grid__minW--480 {
        min-width:100%;
        width:100%
    }
    .grid__230 {
        min-width:170px;
        width:50%
    }
    .grid__230 .card__header--fix {
        width:140px;
        height:140px;
        -webkit-box-flex:0;
        -webkit-flex:0 0 140px;
        -moz-box-flex:0;
        -ms-flex:0 0 140px;
        flex:0 0 140px
    }
    .grid__230 .card__header--fix img {
        max-height:140px
    }
}
@media (max-width:480px) {
    .grid_480__33 {
        width:50%
    }
}
.card {
    width:100%;
    background:#fff;
    border-radius:3px;
    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;
    margin:15px 0 0;
    -webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.14);
    box-shadow:0 1px 4px 0 rgba(0,0,0,.14)
}
.card--minheader {
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -moz-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.card--middlefont .card__title {
    font-size:20px;
    line-height:20px
}
.card--minfont .card__title {
    font-size:14px;
    line-height:14px
}
.card--opacity {
    background:hsla(0,0%,100%,.8)
}
.card--radius_6 {
    border-radius:6px
}
.card--noMargin {
    margin:0
}
.card__holder {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex
}
.card__holder:not(:last-child) {
    margin:0 0 15px
}
.card__holder--max {
    height:100%
}
.card__header,
.card__holder--max {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex
}
.card__header {
    background:#f44336;
    padding:15px;
    border-radius:3px;
    overflow:hidden;
    margin:-15px 15px 0;
    text-transform:uppercase;
    -webkit-box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(244,67,54,.4);
    box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(244,67,54,.4);
    -webkit-box-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.card__header--act {
    padding:0;
    border-radius:6px;
    position:relative;
    z-index:2
}
.card__header--fix {
    width:170px;
    height:170px;
    -webkit-box-flex:0;
    -webkit-flex:0 0 170px;
    -moz-box-flex:0;
    -ms-flex:0 0 170px;
    flex:0 0 170px;
    margin-left:auto;
    margin-right:auto
}
.card__header--fix img {
    max-height:170px
}
.card__header--gradient {
    background:-o-linear-gradient(right,#f44336,#c10d00);
    background:-webkit-gradient(linear,right top,left top,from(#f44336),to(#c10d00));
    background:linear-gradient(270deg,#f44336,#c10d00)
}
.card__header--center {
    text-align:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.card__header--padding {
    padding:7.5px 15px
}
.card__header--simple {
    margin:0
}
.card__header--visible {
    overflow:visible
}
.card__actions {
    position:absolute;
    bottom:100%;
    left:0;
    right:0;
    padding:0 15px;
    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;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.card__actions--static {
    position:static
}
.card__actions--unit {
    padding:0;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -moz-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.card__actions--unit .card__action+.card__action {
    margin-left:10px
}
.card__actions--big .card__action {
    width:35px;
    height:30px
}
.card__actions--35 .card__action {
    width:35px;
    height:35px
}
.card__action {
    display:block;
    width:30px;
    height:30px;
    padding:5px
}
.card__action.css_hidden {
    display:none
}
.card__action.pad_3 {
    padding:3px
}
.card__action--15 {
    width:15px;
    height:15px;
    padding:0
}
.card__action svg {
    fill:#000
}
.card__action--butn {
    background:rgba(0,0,0,0);
    border:none;
    outline:none
}
.card__action--butn.first {
    margin-right:20px
}
.card__action--butn.danger svg {
    fill:#f15a5a
}
.card__action--butn.success svg {
    fill:#63b563
}
.card__action--butn.default svg {
    fill:#3197ff
}
.card__action--white svg {
    fill:#fff
}
.card__image {
    width:100%;
    min-width:0;
    min-height:60px;
    max-height:200px;
    height:100%;
    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;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.card__image img {
    display:block;
    max-width:100%;
    height:auto;
    margin:auto
}
.card__image--not {
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
    -moz-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    padding:15px
}
.card__image--new,
.card__image--not {
    width:100%;
    height:100%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex
}
.card__image--new {
    max-height:170px;
    min-width:0;
    -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
}
.card__image--new img {
    display:block;
    max-width:100%;
    height:auto;
    margin:auto
}
.card__ico {
    width:40px;
    height:40px
}
.card__ico svg {
    fill:#fff
}
.card__ico+.card__title {
    margin:0 0 0 15px
}
.card__title {
    font-size:26px;
    line-height:26px;
    color:#fff;
    margin:0
}
.card__body {
    width:100%;
    padding:15px;
    position:relative
}
.card__body--30 {
    padding:30px 15px
}
.card__body--7 {
    padding:7.5px 15px
}
.card__body--grey {
    background-color:#eee;
    border:1px solid #999;
    border-radius:3px
}
.card__footer {
    margin:0 15px 15px;
    padding:15px 0 0;
    border-top:1px solid #ccc
}
.card__subtitle {
    color:#f44336;
    text-transform:uppercase;
    text-decoration:underline;
    margin:0 0 10px
}
.card__inner:not(:last-child) {
    margin:0 0 20px
}
.card__act {
    margin:30px 0 0
}
.card__act:hover {
    -webkit-box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(60,72,88,.4);
    box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(60,72,88,.4)
}
.card__act:hover .card__header {
    -webkit-transform:translate3d(0,-30px,0);
    transform:translate3d(0,-30px,0)
}
.card__link {
    font-family:robotomedium;
    color:#333
}
.card__link:visited {
    color:#333
}
.card__link:active,
.card__link:focus,
.card__link:hover {
    color:#000
}
.card__noimg {
    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;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:40px;
    height:40px
}
.card__noimg svg {
    fill:#fff
}
.card__params {
    color:#bc1010;
    margin-top:10px;
    font-size:13px
}
.card__params--mini {
    font-size:11px;
    margin-top:5px
}
.card__param:not(:last-child) {
    position:relative;
    padding-right:2px
}
.card__param:not(:last-child):after {
    content:","
}
.card_m {
    padding:30px 0;
    height:100%;
    font-family:robotolight,sans-serif
}
.card_m__maxH--200 {
    max-height:200px
}
.card_m__Hauto {
    height:auto
}
.card_m__link {
    height:100%;
    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;
    background:#fff;
    border-radius:6px;
    -webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.14);
    box-shadow:0 1px 4px 0 rgba(0,0,0,.14);
    padding:15px;
    position:relative
}
.card_m__link:hover {
    -webkit-box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(60,72,88,.4);
    box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(60,72,88,.4)
}
.card_m__link:hover .card_m__trans {
    color:#3197ff
}
.card_m__header {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-flex:1;
    -webkit-flex:1 0 auto;
    -moz-box-flex:1;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
    min-height:50px
}
.card_m__footer {
    margin:10px 0 0;
    padding:10px 0 0;
    border-top:1px solid #eee;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto
}
.card_m__footer,
.card_m__icon {
    -webkit-box-flex:0;
    -moz-box-flex:0;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex
}
.card_m__icon {
    -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;
    background:-o-linear-gradient(right,#f44336,#c10d00);
    background:-webkit-gradient(linear,right top,left top,from(#f44336),to(#c10d00));
    background:linear-gradient(270deg,#f44336,#c10d00);
    width:86px;
    height:86px;
    -webkit-flex:0 0 86px;
    -ms-flex:0 0 86px;
    flex:0 0 86px;
    border-radius:3px;
    position:absolute;
    top:-25px
}
.card_m__icon--orange {
    background:-o-linear-gradient(30deg,#ffa726,#fb8c00);
    background:linear-gradient(60deg,#ffa726,#fb8c00);
    -webkit-box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(255,152,0,.4);
    box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(255,152,0,.4)
}
.card_m__icon--pink {
    background:-o-linear-gradient(30deg,#ec407a,#d81b60);
    background:linear-gradient(60deg,#ec407a,#d81b60);
    -webkit-box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(233,30,99,.4);
    box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(233,30,99,.4)
}
.card_m__icon--green {
    background:-o-linear-gradient(30deg,#66bb6a,#43a047);
    background:linear-gradient(60deg,#66bb6a,#43a047);
    -webkit-box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(76,175,80,.4);
    box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(76,175,80,.4)
}
.card_m__icon--blue {
    background:-o-linear-gradient(30deg,#26c6da,#00acc1);
    background:linear-gradient(60deg,#26c6da,#00acc1);
    -webkit-box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(0,188,212,.4);
    box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(0,188,212,.4)
}
.card_m__svg {
    width:36px;
    height:36px;
    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;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.card_m__svg svg {
    fill:#fff
}
.card_m__image {
    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;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    overflow:hidden
}
.card_m__image img {
    max-height:86px
}
.card_m__info {
    padding:0 0 0 110px;
    min-width:0;
    width:100%
}
.card_m__title {
    text-align:right;
    color:#999;
    font-size:16px
}
.card_m__amount {
    text-align:right;
    color:#636363;
    font-size:20px
}
.card_m__text {
    min-width:0;
    width:100%
}
.card_m__date,
.card_m__trans {
    color:#333
}
.card_m__actions {
    -webkit-box-flex:0;
    -webkit-flex:0 0 auto;
    -moz-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    padding:0 0 0 10px
}
.card_m__action,
.card_m__actions {
    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
}
.card_m__action {
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.card_m__action svg {
    fill:#999
}
.card_m__global {
    padding:0 15px;
    margin:15px 0 0
}
.card_m__mylink {
    -ms-flex-align:center;
    color:#333;
    font-size:14px
}
.card_m__mylink,
.card_m__mylink__svg {
    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;
    align-items:center
}
.card_m__mylink__svg {
    margin:0 0 0 5px;
    width:15px;
    height:15px;
    -webkit-box-flex:0;
    -webkit-flex:0 0 15px;
    -moz-box-flex:0;
    -ms-flex:0 0 15px;
    flex:0 0 15px;
    -ms-flex-align:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.card_m__mylink__svg svg {
    fill:#999
}
@media (max-width:480px) {
    .card_m {
        padding:20px 0
    }
    .card_m__amount {
        font-size:16px
    }
    .card_m__link {
        word-break:break-all
    }
    .card_m__info {
        padding:0 0 0 95px
    }
}
.css_hidden {
    display: none;
}
.leads__body .block_absolute {
    width:100%;
    max-width:550px;
    border:none;
    -webkit-box-shadow:0 5px 7px 2px rgba(0,0,0,.44);
    box-shadow:0 5px 7px 2px rgba(0,0,0,.44);
    border-radius:4px
}
.parent_relative {
    position: relative;
}
.block_absolute {
    position:absolute;
    width:100%;
    max-width: 550px;
    min-width: 220px;
    z-index:1;
    background:#fff;
    border:1px solid #f44336;
    padding:10px;
}
.block_absolute.left--0 {
    left:0
}
.block_absolute.left--30 {
    left:30px
}
.block_absolute.left--100px {
    left:100px;
}
.block_absolute.left--100 {
    left:100%
}
.block_absolute.right--0 {
    right:0
}
.block_absolute.right--100 {
    right:100%
}
.block_absolute.top--0 {
    top:0;
}
.block_absolute.top--100 {
    top:100%
}
.block_absolute.bottom--0 {
    bottom:0
}
.block_absolute.bottom--100 {
    bottom:100%
}
.leads__answer {
    background: #eee;
    padding: 15px 15px 15px 100px;
}
.leads__answer__inner {
    background: #fff;
}
.leads__units__holder {
    position: relative;
    border-bottom: 1px solid #a2a2a2;
}
.link__standart {
    cursor: pointer;
}
.units__item {
    background:#fff;
    border-radius:3px;
    -webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.14);
    box-shadow:0 1px 4px 0 rgba(0,0,0,.14)
}
.units__item:not(:last-child) {
    margin:0 0 10px
}
.units__item:hover {
    -webkit-box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(60,72,88,.4);
    box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(60,72,88,.4)
}
.units__checkbox,
.units__holder {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex
}
.units__checkbox {
    padding:10px;
    -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
}
.units__main {
    width:100%;
    min-width:0;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex
}
.units__main--padding {
    padding:0 7.5px
}
.units__image,
.units__info {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex
}
.units__image {
    width:60px;
    -webkit-box-flex:0;
    -webkit-flex:0 0 auto;
    -moz-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    border-radius:3px;
    overflow:hidden;
    margin:auto 10px auto 0;
    -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;
    max-height:60px
}
.units__image img {
    display:block;
    width:100%;
    height:auto
}
.units__image--mini {
    width:50px;
    max-height:50px
}
.units__image--thumb {
    width:100px;
    max-height:100px
}
.units__image--small {
    width:200px;
    max-height:200px
}
.units__image.height_fix--60 {
    height:60px
}
.units__noimg {
    background:#f44336;
    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;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding:12px;
    height:100%
}
.units__noimg svg {
    fill:#fff
}
.units__panel {
    -webkit-box-flex:0;
    -webkit-flex:0 0 auto;
    -moz-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    padding:7.5px;
    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
}
.units__name {
    color:#333;
    -webkit-box-flex:1;
    -webkit-flex:1 0 auto;
    -moz-box-flex:1;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
    background:rgba(0,0,0,0);
    border:none;
    outline:none
}
.units__name_cover {
    padding:7.5px 7.5px 7.5px 5px;
    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
}
.units__name:hover {
    color:#000;
    text-decoration:underline
}
.units__visitors {
    margin:auto 0 0;
    padding:5px 0 0;
    font-size:12px;
    color:#666
}
.units__id {
    color:#666;
    padding:0 5px 0 0
}
.gallery__checkbox+.gallery__label svg{
    width:25px;height:20px;fill:#63b563
}
.gallery__checkbox+.gallery__label .gallery__checkbox__open{
    display:block
}
.gallery__checkbox+.gallery__label .gallery__checkbox__close{
    display:none
}
.gallery__checkbox:checked+.gallery__label svg{
    fill:#000
}
.gallery__checkbox:checked+.gallery__label .gallery__checkbox__open{
    display:none
}
.gallery__checkbox:checked+.gallery__label .gallery__checkbox__close{
    display:block
}
.leads__video {
    max-width: 240px;
}
.iframe__holder {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
}
.iframe__holder iframe, .iframe__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.unlink {
    display: inline-block;
    margin: 0 20px 0 5px;
    color: #F00;
    padding: 3px 6px;
    border: 1px solid #F00;
}
.unlink:hover {
    border-color: #900;
    color: #900;
    background-color: #FCC;
}
.rel_item_outer {
    display: inline-block;
}
.datagrid-action {
    display: inline-block;
}
.d-flex {
    display: flex;
}
.justify-content-flex-end {
    justify-content: flex-end;
}
.justify-content-space-between {
    justify-content: space-between;
}
.flex-direction-column {
    flex-direction: column;
}
.flex-wrap-wrap {
    flex-wrap: wrap;
}
.align-items-center {
    align-items: center;
}
.align-items-end {
    align-items: end;
}
.table-search-pagination .pagination {
    margin: 0;
}
.table-svg-action {
    display: inline-block;
}
.table-svg-action svg {
    width: 20px;
    height: 20px;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-1 {
    margin-bottom: 1rem;
}
.mb-2 {
    margin-bottom: 2rem;
}
.mb-3 {
    margin-bottom: 3rem;
}
.mb-4 {
    margin-bottom: 4rem;
}
.mb-5 {
    margin-bottom: 5rem;
}
.mt-0 {
    margin-top: 0;
}
.mt-1 {
    margin-top: 1rem;
}
.mt-2 {
    margin-top: 2rem;
}
.mt-3 {
    margin-top: 3rem;
}
.mt-4 {
    margin-top: 4rem;
}
.mt-5 {
    margin-top: 5rem;
}
.ml-0 {
    margin-left: 0;
}
.ml-1 {
    margin-left: 1rem;
}
.ml-2 {
    margin-left: 2rem;
}
.ml-3 {
    margin-left: 3rem;
}
.ml-4 {
    margin-left: 4rem;
}
.ml-5 {
    margin-left: 5rem;
}
.mr-0 {
    margin-right: 0;
}
.mr-1 {
    margin-right: 1rem;
}
.mr-2 {
    margin-right: 2rem;
}
.mr-3 {
    margin-right: 3rem;
}
.mr-4 {
    margin-right: 4rem;
}
.mr-5 {
    margin-right: 5rem;
}
.m-0-auto {
    margin: 0 auto;
}
.ml-auto {
    margin-left: auto;
}
.mr-auto {
    margin-right: auto;
}