/* font-family: "YandexSansText-Regular"; */
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: "ys-text";
    src: url("fonts/ys/YandexSansText-Regular.eot");
    src: url("fonts/ys/YandexSansText-Regular.eot?#iefix")format("embedded-opentype"),
        url("fonts/ys/YandexSansText-Regular.woff") format("woff"),
        url("fonts/ys/YandexSansText-Regular.ttf") format("truetype");
}

/* font-family: "YandexSansText-Italic"; */
@font-face {
    font-weight: normal;
    font-style: italic;
    font-family: "ys-text";
    src: url("fonts/ys/YandexSansText-RegularItalic.eot");
    src: url("fonts/ys/YandexSansText-RegularItalic.eot?#iefix")format("embedded-opentype"),
        url("fonts/ys/YandexSansText-RegularItalic.woff") format("woff"),
        url("fonts/ys/YandexSansText-RegularItalic.ttf") format("truetype");
}

/* font-family: "YandexSansText-Bold"; */
@font-face {
    font-weight: bold;
    font-style: normal;
    font-family: "ys-text";
    src: url("fonts/ys/YandexSansText-Bold.eot");
    src: url("fonts/ys/YandexSansText-Bold.eot?#iefix")format("embedded-opentype"),
        url("fonts/ys/YandexSansText-Bold.woff") format("woff"),
        url("fonts/ys/YandexSansText-Bold.ttf") format("truetype");
}

/* font-family: "YandexSansText-Light"; */
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: "ys-text-light";
    src: url("fonts/ys/YandexSansText-Light.eot");
    src: url("fonts/ys/YandexSansText-Light.eot?#iefix")format("embedded-opentype"),
        url("fonts/ys/YandexSansText-Light.woff") format("woff"),
        url("fonts/ys/YandexSansText-Light.ttf") format("truetype");
}

/* font-family: "YandexSansDisplay-Thin"; */
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: "ys-text-thin";
    src: url("fonts/ys/YandexSansDisplay-Thin.eot");
    src: url("fonts/ys/YandexSansDisplay-Thin.eot?#iefix")format("embedded-opentype"),
        url("fonts/ys/YandexSansDisplay-Thin.woff") format("woff"),
        url("fonts/ys/YandexSansDisplay-Thin.ttf") format("truetype");
}

/* font-family: "YandexSansText-Medium"; */
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: "ys-text-medium";
    src: url("fonts/ys/YandexSansText-Medium.eot");
    src: url("fonts/ys/YandexSansText-Medium.eot?#iefix")format("embedded-opentype"),
        url("fonts/ys/YandexSansText-Medium.woff") format("woff"),
        url("fonts/ys/YandexSansText-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'fontello';
    src: url('fonts/icons/fontello.eot?84300298');
    src: url('fonts/icons/fontello.eot?84300298#iefix') format('embedded-opentype'),
        url('fonts/icons/fontello.woff2?84300298') format('woff2'),
        url('fonts/icons/fontello.woff?84300298') format('woff'),
        url('fonts/icons/fontello.ttf?84300298') format('truetype'),
        url('fonts/icons/fontello.svg?84300298#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?84300298#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-cog:before {
    content: '\e800';
}

/* '' */
.icon-pencil:before {
    content: '\e801';
}

/* '' */
.icon-trash:before {
    content: '\e802';
}

/* '' */
.icon-plus:before {
    content: '\e803';
}

/* '' */
.icon-users:before {
    content: '\e804';
}

/* '' */
.icon-user:before {
    content: '\e805';
}

/* '' */
.icon-logout:before {
    content: '\f02d';
}

/* '' */



html,
body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "ys-text", sans-serif;
    min-height: 100vh;
    position: relative;
}

body * {
    outline: 0;
}

.container {
    max-width: 1600px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.inside_overlay {
    background: rgba(0, 0, 0, .1);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all .4s linear;
}

.modal {
    width: 450px;
    padding: 30px;
    background: #fff;
    border: 1px solid #fafafa;
    border-top: 0;
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all .4s linear;
}

.modal h3 {
    color: #333;
    font-weight: normal;
    font-size: 22px;
    margin: 0;
    margin-bottom: 0;
}

.modal_description {
    font-size: 12px;
    color: #9e9e9e;
}

.modal_description span,
.modal p:not(.SelectBox) span {
    color: #0067b8;
}

.modal_data_description {
    display: block;
    margin-bottom: 5px;
}

.modal p:not(.SelectBox) {
    color: #363636;
    font-size: 14px;
}

.no_data {
    display: inline-block;
    padding: 10px 15px;
    background: rgba(117, 194, 255, 0.3);
    font-size: 12px;
    /*    color: #fff;*/
}

.control-btn-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 20px;
}

.modal_section {
    margin-top: 20px;
}

textarea {
    font-family: "ys-text", sans-serif;
}

.modal textarea {
    height: 80px !important;
    padding-top: 10px;
    /*    box-sizing: border-box;*/
}

.cancel {
    margin-right: 20px;
    background: #eee !important;
    color: #333 !important;
}

.active_modal {
    top: 0;
}

.active_modal,
.active_overlay {
    visibility: visible;
    opacity: 1;
}

header {
    padding: 20px;
}

.about_c_data a:hover,
.data_link:hover,
.contact_persons .container .data_group > .wrapper a:hover,
.user_list_group td a:hover {
    opacity: .5;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

header .container,
.h_lside {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

header .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.h_lside {
    justify-content: flex-start;
}

#logo {
    background: url(images/spektr_logo.png) center center no-repeat;
    background-size: contain;
    display: block;
    height: 16px;
    width: 125px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 50px;
}

nav ul li {
    margin-right: 10px;
}

nav ul a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

nav .active {
    color: #0067b8;
}

.new_department_btn {
    background: #EFF0F3;
    display: block;
    text-decoration: none;
    line-height: 40px;
    padding: 0 20px;
    margin-left: 50px;
    font-size: 14px;
}

.seatch_form {
    margin-left: 50px;
    position: relative;
}

.seatch_form input {
    font-size: 15px;
    padding: 7px 10px;
    padding-right: 37px;
    height: 40px;
    box-sizing: border-box;
    background: #EFF0F3;
    border: 0;
    outline: 0;
    width: 450px;
    border-radius: 5px;
}

.seatch_form button {
    height: 20px;
    width: 20px;
    background: url(images/wI9ePQd.png) center center no-repeat;
    background-size: contain;
    border: 0;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    cursor: pointer;
}

.seatch_form button:hover {
    opacity: .5;
}

.search_results {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 45px;
    z-index: 9999;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
}



.search_results .result {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    text-decoration: none;
    padding: 7px 10px;
}

.search_results .result:hover {
    background: #fafafa;
}

.search_results .result img {
    display: block;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    object-position: center;
    object-fit: contain;
    margin-right: 20px;
}

.search_title {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.profile_button {
    position: relative;
}

.profile_button ul {
    position: absolute;
    top: 38px;
    right: 0;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    margin: 0;
    padding: 3px 0;
    list-style: none;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s linear;
    cursor: pointer;

    width: 180px;
    z-index: 1;
}

.profile_button ul:before {
    content: '';
    display: block;
    border: 5px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: -10px;
    right: 12px;
}

.profile_button ul li a {
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    display: block;
    transition: all .2s linear;
    text-align: left;
}

.profile_button ul li a i {
    margin-right: 10px;
}

.profile_button:hover ul {
    visibility: visible;
    opacity: 1;
}

.auth_btn {
    line-height: 35px;
    height: 32px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    margin: 4px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.auth_btn img {
    height: 32px;
    width: 32px;
    display: block;
    margin-left: 10px;
    border-radius: 50%;
}

.auth_btn span {}

.catalog {
    padding: 50px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.catalog > .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    width: 100%;
}

.cat_group {
    position: relative;
    max-width: 1510px;
    padding: 70px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.cat_group:before {
    content: attr(data-letter);
    font-size: 160px;
    font-weight: bold;
    opacity: .1;
    color: #0067b8;
    position: absolute;
    top: -40px;
    left: -50px;
    display: block;
}

.cat_group h2 {
    margin: 0;
    font-size: 40px;
    color: #666;
}

.site_item {
    height: 150px;
    width: 150px;
    display: block;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
    text-decoration: none;
}

.cat_group .site_item:active {
    text-decoration: none;
}

.site_item:nth-of-type(9n) {
    margin-right: 0;
}

.site_item img {
    height: 80%;
    width: 80%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: contain;
    object-position: center;
}

.ll_wrapper {
    position: absolute;
    right: 20px;
    top: 70px;
}

/*
.site_header{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #333;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    opacity: 0;
    transition: all .2s linear;
    line-height: 130px;
}
*/

.site_header {
    position: relative;
    background: #333;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    transition: all .2s linear;
    height: 150px;
    width: 150px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    opacity: 0;
}

.site_header span {
    display: block;
    text-decoration: none;
}

.site_item:hover .site_header {
    opacity: 1;
}

.sticky-wrapper {
    width: 20px;
}

.letters_list {
    margin-top: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.letters_list a,
#lang_switcher {
    text-align: center;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
    color: #333;
    font-weight: bold;
}

.letters_list a:hover,
#lang_switcher:hover {
    color: #0067b8;
}

#lang_switcher {
    margin-bottom: 20px;
    cursor: pointer;
}

.cat_wrapper {
    padding-right: 50px;
}







.btn {
    line-height: 40px;
    background: #0067b8;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding: 0 20px;
    transition: all .2s linear;
    outline: none;
    border: 0;
    cursor: pointer;
}

.btn:hover {
    opacity: 1 !important;
    background: #005DA6;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
}

header .btn {
    margin-right: 20px;
}

/*
.add_pass{
    position: relative;
    cursor: default;
}

.add_pass ul{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #0067b8;
    z-index: 9999;
}
.add_pass:hover ul{
    visibility: visible;
    opacity: 1;
}

.add_pass ul li:hover{
    background: #005DA6;    
}

.add_pass ul li{
    cursor: pointer;
}

.add_pass ul li a{
    color: #fff;
    text-decoration: none;
    opacity: 1!important;
    font-size: 12px;
    line-height: 40px;
    width: 100%;
    display: block;
}
*/





.disclamer {
    font-size: 14px;
    color: #868585;
}

.tagger + .tagger {
    margin-top: 10px;
}

.tagger li {
    height: 100%;
    box-sizing: border-box;
}

.tagger li a,
.tagger li span {
    display: inline;
    font-size: 14px;
}

.tags_desc {
    color: #797979;
    transition: 0.3s;
    font-size: 14px;
}

.tags {
    margin-top: 30px;
}

.submit {
    margin-top: 30px;
}




























/* АВТОРИЗАЦИЯ */

.auth_container {
    background: url(images/bg.jpg) center center no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

.overlay {
    background: rgba(0, 0, 0, .2);
    height: 100vh;
    width: 100%;
}

.overlay form {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 280px;
    width: 300px;
    border-radius: 5px;
}

.overlay form:before {
    content: 'spektr.digital';
    color: #fff;
    font-size: 54px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    display: block;
    margin-left: -20px;
}

.overlay form input:not(.custom_ui_ch) {
    font-size: 15px;
    padding: 7px 10px;
    height: 40px;
    box-sizing: border-box;
    background: #fff;
    border: 0;
    outline: 0;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}

.overlay form span {
    text-align: center;
    color: #fff;
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
}

.overlay form .btn {
    width: 100%;
    margin-top: 20px;
}

/* АВТОРИЗАЦИЯ */









/* ФУЛСТОРИ */

.about_company {
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: 0 6px 23px 0 rgba(0, 0, 0, .16);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    position: relative;
}

.about_company .site_item {
    height: 200px;
    width: 200px;
    margin-right: 20px;
    margin-bottom: 0px;
}

.about_c_data {
    width: calc(100% - 220px);
}

.about_c_data h1 {
    margin: 0;
    font-size: 24px;
    line-height: 42px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

.about_c_data .wrapper span {
    font-size: 14px;
    position: relative;
    margin-right: 24px;
}

.about_c_data .wrapper span:not(:last-child):after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000;
}

.about_c_data a {
    color: #0067b8;
    text-decoration: none;
    font-size: 14px;
}

.about_c_data p {
    width: 100%;
    color: #666;
    font-size: 14px;
    margin: 30px 0;
}

.about_c_nav {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 35px;
    width: 40px;
    background: #ebebeb;
    border-radius: 5px;
    transition: all .2s linear;
}

.about_c_nav:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
}

.about_c_nav:hover .about_c_nav_items {
    visibility: visible;
    opacity: 1;
}

.about_c_nav > li {
    height: 100%;
    width: 100%;
}

.dots {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dots li {
    height: 4px;
    width: 4px;
    background: #333;
    margin-right: 4px;
    border-radius: 50%;
}

.dots li:last-child {
    margin-right: 0;
}

.about_c_nav_items {
    position: absolute;
    top: 35px;
    right: 0;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    margin: 0;
    padding: 3px 0;
    list-style: none;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s linear;
    cursor: pointer;
    width: 200px;
}

.about_c_nav_items i {
    margin-right: 10px;
}

.about_c_nav_items,
.about_c_nav_items div,
.about_c_nav_items a {
    width: 200px;
    box-sizing: border-box;
    text-align: left;
}

.about_c_nav_items:before {
    content: '';
    display: block;
    border: 5px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: -10px;
    right: 15px;
}

.about_c_nav_items a,
.about_c_nav_items div {
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    display: block;
    transition: all .2s linear;
}

.about_c_nav_items a:hover,
.about_c_nav_items div:hover,
.profile_button ul li a:hover {
    background: #0067b8;
    color: #fff;
}

.keywords span {
    display: inline-block;
    margin-right: 10px !important;
    color: #0067b8;
}

.keywords span:after {
    display: none;
}

.site_selector {
    margin: 50px 0;
}

.site_selector .container > .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.site_selector h2 {
    font-size: 20px;
    line-height: 42px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

.site_selector a {
    text-decoration: none;
    color: #333;
    font-size: 13px;
    margin-right: 17px;
    position: relative;
    border-radius: 6px;
    display: block;
    /*    width: 13.35%;*/
    width: 208px;
}

.site_selector .container > .wrapper > a:nth-of-type(7n) {
    margin-right: 0;
}

.site_selector .container > .wrapper > a:nth-of-type(n + 8) {
    margin-top: 17px;
}

.site_selector a.active > img {
    box-shadow: 0 6px 23px 0 rgba(0, 0, 0, .30);
}

.site_selector a.active > img,
.site_selector a:hover > img {
    opacity: 1;
}

.site_selector a.active .site_info,
.site_selector a:hover .site_info {
    color: #0067b8;
}

.site_selector a > img {
    display: block;
    height: 130px;
    width: 100%;
    object-position: top center;
    object-fit: cover;
    transition: all .3s linear;
    border-radius: 6px;
    opacity: .5;
}

.new_site {
    background: #fafafa;
    height: 130px;
    /*    width: 13.35%;*/
    width: 208px;
    transition: all .3s linear;
    border-radius: 6px;
    color: #333;
    font-size: 60px;
    line-height: 100px;
    text-align: center;
    font-weight: 300;
    cursor: pointer;
    transition: box-shadow .2s linear;
    position: relative;
}

.new_site:hover {
    box-shadow: 0 6px 23px 0 rgba(0, 0, 0, .1);
}

.new_site span {
    display: block;
    font-size: 12px;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    color: #c4c4c4;
}

.site_info {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    /*    width: 208px;*/
    padding: 5px;
    box-sizing: border-box;
}

.site_info img {
    height: 16px;
    width: 16px;
    display: block;
    object-position: center;
    object-fit: contain;
    margin-right: 5px;
}

.site_info span {
    display: block;
    width: calc(100% - 21px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "ys-text-medium";
}

.tabs_section {
    padding-bottom: 40px;
}

.tabs__content {
    visibility: hidden;
    opacity: 0;
    transition: all .2s linear;
    display: none;
}

.tabs__content p {
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
    margin-top: 0;
}

.tabs__content.active {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.tabs__content.active .data_control_btns {
    visibility: hidden;
    opacity: 0;
    transition: all .2s linear;
    cursor: pointer;
}

.tabs__content.active h2:hover .data_control_btns {
    visibility: visible;
    opacity: .5;
}

.tabs__content.active h2:hover .data_control_btns:hover {
    opacity: 1;
}

.tabs__caption {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.tabs__caption li {
    margin: 0;
    margin-right: 20px;
    padding-bottom: 5px;
    font-family: "ys-text-medium";
    font-size: 14px;
    color: rgba(0, 0, 0, .4);
    cursor: pointer;
}

.tabs__caption li.active {
    border-bottom: 2px solid #0079d8;
    color: #333;
    font-family: "ys-text-medium";
}

.tabs .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/*
.tabs__content p{
    margin: 0;
}
*/

.new_cat_btn {
    font-family: "ys-text-medium";
    font-size: 14px;
    color: #dcdde0;
    cursor: pointer;
    transition: all .2s linear;
    height: 17px;
    width: 17px;
    text-align: center;
    border: 1px solid #dcdde0;
    border-radius: 50%;
}

.new_cat_btn:hover {
    color: #0067b8;
    border: 1px solid #0067b8;
}

/*
.new_data_btn{
    margin: 50px 0 40px 0;
    font-family: "ys-text";
    font-size: 14px;
    color: #0067b8;
    cursor: pointer;
    transition: all .2s linear;
}

.new_data_btn:hover{
    opacity: .5;
}
*/

.tabs__content h2 {
    padding-right: 50px;
    position: relative;
    display: inline-block;
}

.tabs__content h2,
.contact_persons h2 {
    color: #333;
    font-weight: normal;
    font-size: 22px;
    margin: 20px 0;
}

.tabs__content h2:nth-of-type(1),
.contact_persons h2:nth-of-type(1) {
    margin: 0;
    margin-bottom: 20px;
}

.data_list {
    display: flex;
    flex-direction: column;
}

.data_group {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 600px;
    margin-bottom: 5px;
}

.data_description {
    width: 15%;
    margin-right: 20px;
    font-size: 13px;
    font-family: "ys-text-medium";
    text-transform: uppercase;
    line-height: 20px;
}

.data_link,
.data {
    font-size: 14px;
    color: #666;
}

.data_link,
.contact_persons .container .data_group > .wrapper a {
    color: #0067b8;
    display: inline-block;
    text-decoration: none;
}

.data,
.contact_copy {
    padding-right: 30px;
    position: relative;
}

.copy {
    position: absolute;
    top: 0px;
    right: 5px;
    height: 16px;
    width: 16px;
    display: block;
    background: url(images/copy.png) center center no-repeat;
    background-size: contain;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all .2s linear;
}

.data:hover .copy {
    visibility: visible;
    opacity: 1;
}

.contact_persons {
    padding-bottom: 50px;
}

.contact_persons .container .data_group > .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.contact_persons .data_description {
    width: 40%;
}

.contact_persons .container .data_group > .wrapper * {
    display: inline-block;
}

.contact_persons .container .data_group > .wrapper a {
    text-decoration: none;
}

.contact_persons .container .data_group > .wrapper .data {
    margin-bottom: 5px;
}

.site_container {
    position: relative;
}

.drop_site {
    display: block;
    position: absolute;
    top: 7px;
    right: 27px;
    background: #0067b8;
    border-radius: 3px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all .2s linear;
    cursor: pointer;
}

.drop_site i {
    padding: 3px;
    display: block;
}

.site_container:hover .drop_site {
    visibility: visible;
    opacity: 1;
}


/* ФУЛСТОРИ */










/* ДОБАВЛЕНИЕ ПАРОЛЯ */

.add_new_pass {
    padding-bottom: 80px;
}

.add_new_pass h1 {
    margin: 0;
    margin-top: 40px;
    font-size: 24px;
    line-height: 42px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

.add_new_pass h2 {
    margin: 0;
    margin-top: 30px;
    font-size: 20px;
    line-height: 42px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

.add_new_pass span,
.add_new_pass input {
    display: block;
}

.add_new_pass form {
    margin-top: 40px;
}

.input_data_group {
    margin-bottom: 50px;
}

.form_group {
    position: relative;
    margin-top: 25px;
    max-width: 820px;
}

.form_input {
    width: 100%;
    padding: 0 0 10px 0;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    background-color: transparent;
    outline: none;
    transition: 0.3s;
    position: relative;
    z-index: 2;
    font-size: 14px;
    display: block;
    resize: none;
    padding-top: 10px;
}

.mt-60 {
    margin-top: 60px;
}

.password_input {
    border-bottom: 1px solid red;
}

textarea.form_input {
    height: 150px;
    box-sizing: border-box;
}

.form_label {
    position: absolute;
    top: 10px;
    z-index: 1;
    color: #797979;
    transition: 0.3s;
    font-size: 14px;
}

.form_label > span {
    display: inline;
}

.form_input:focus {
    border-bottom: 1px solid #1a73a8;
}

.form_input:focus ~ .form_label {
    top: -8px;
    font-size: 12px;
    color: #9e9e9e;
}

.form_input:focus ~ .form_label,
.form_input:not(:placeholder-shown) ~ .form_label {
    top: -10px;
    font-size: 12px;
    color: #9e9e9e;
}

.main_group {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.main_group .input_data_group {
    width: 540px;
    max-width: 540px;
}

.main_group .form_group {
    max-width: 100%;
}

.spoiler_body {
    display: none;
}

.SumoSelect > .CaptionCont > span,
.SumoSelect .select-all > label,
.SumoSelect > .CaptionCont,
.SumoSelect > .optWrapper > .options li.opt label {
    font-size: 14px !important;
}

.description {
    margin-bottom: 10px;
}

.description,
.spoiler_links {
    display: inline;
    font-size: 12px;
    color: #868585;
}

.spoiler_links {
    color: #0067b8;
    cursor: pointer;
}

.SumoSelect {
    width: 300px !important;
}

.department_group .SumoSelect {
    width: 100% !important;
}

.drop_data {
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
    height: 14px;
    width: 14px;
    background: url(images/delete.png) center no-repeat;
    background-size: contain;
}

.edit_data {
    display: block;
    position: absolute;
    top: 7px;
    right: 22px;
    height: 14px;
    width: 14px;
    background: url(images/edit.png) center no-repeat;
    background-size: contain;
}







.no-match {
    font-size: 14px;
}

.add_new_contact,
.add_new {
    color: #0067b8;
    text-decoration: none;
    font-size: 14px;
    margin: 20px 0;
    cursor: pointer;
    display: inline-block;
}

.add_comment{
    margin-top: 20px;
    margin-bottom: 0;
}

.editable_group{
    margin-top: 50px;
}

.editable_group .add_new {
    display: block;
    margin: 0;
    margin-top: 5px;
}

.editable_group .add_new:first-child{
    margin-top: 0;
}

.add_new_contact:hover,
.add_new:hover {
    opacity: .5;
}







#image-preview {
    width: 300px;
    height: 300px;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    color: #ecf0f1;
    margin-right: 30px;
    margin-top: 20px;
    border: 2px dashed #333;
}

#image-preview input {
    line-height: 200px;
    font-size: 200px;
    position: absolute;
    opacity: 0;
    z-index: 10;
}

#image-preview label {
    position: absolute;
    z-index: 5;
    opacity: 0.8;
    cursor: pointer;
    /*    background-color: #bdc3c7;*/
    color: #c4c4c4;
    width: 200px;
    height: 50px;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    /*    text-transform: uppercase;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

/* ДОБАВЛЕНИЕ ПАРОЛЯ */












/* РЕДАКТИРОВАНИЕ ПРОФИЛЯ */

.old_avatar {
    margin-right: 30px;
    margin-top: 20px;
}

.old_avatar img {
    width: 304px;
    display: block;
}

.exist_preview #image-preview {
    width: 300px;
    height: 100px;
}

.user_settings .edit_data {
    display: block;
    position: absolute;
    top: 13px;
    right: 0;
    height: 14px;
    width: 14px;
    background: url(images/edit.png) center no-repeat;
    background-size: contain;
    visibility: hidden;
    opacity: 0;
    transition: all .2s linear;
}

.user_settings h1 {
    position: relative;
    display: inline-block;
    padding-right: 30px;
}

.user_settings h1:hover .edit_data {
    visibility: visible;
    opacity: 1;
}

.user_settings textarea,
.add_new_user textarea {
    height: 70px;
}

.user_settings .avatar_description {
    margin-bottom: 5px;
}

/* РЕДАКТИРОВАНИЕ ПРОФИЛЯ */










/* ПРОСМОТР ПРОФИЛЯ */

.show_user {
    margin-top: 20px;
}

.show_user_group {
    margin-bottom: 20px;
    max-width: 540px;
}

.show_user_group span {
    font-size: 12px;
    color: #9e9e9e;
    margin-bottom: 5px;
}

a.show_user_data {
    display: block;
    color: #0067b8;
    text-decoration: none;
}

.show_user_data {
    font-size: 14px;
}

/* ПРОСМОТР ПРОФИЛЯ */



/* СПИСОК ПОЛЬЗОВАТЕЛЕЙ */

.user_list,
.add_new_user,
.add_new_department,
.users_group_edit {
    padding-bottom: 80px;
}

.user_list h1,
.add_new_user h1,
.add_new_department h1,
.users_group_edit h1,
.users_group_edit h1 {
    margin: 0;
    margin-top: 40px;
    font-size: 24px;
    line-height: 42px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

.user_list h2,
.add_new_user h2,
.add_new_department h2,
.users_group_edit h2,
.users_group_edit h2 {
    margin: 0;
    margin-top: 30px;
    font-size: 20px;
    line-height: 42px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

.user_list_group {
    margin-bottom: 20px;
}

.user_list_group .position {
    font-size: 12px;
    color: #868585;
    display: block;
}

.user_list td,
.add_new_department td,
.users_group_edit td {
    border: 1px solid #eee;
    border-right: 0;
    border-bottom: 0;
    padding: 10px 15px;
    font-size: 14px;
}

.user_list td:first-child {
    width: 600px;
    max-width: 600px;
}

.add_new_department td:first-child,
.users_group_edit td:first-child {
    width: 300px;
    max-width: 300px;
}

.user_list td a {
    text-decoration: none;
    color: #000;
}

.user_list td:first-child a {
    color: #0067b8;
}

.user_list td:last-child,
.add_new_department td:last-child,
.users_group_edit td:last-child {
    border-right: 1px solid #eee;
}

.user_list tr:last-child td,
.add_new_department tr:last-child td,
.users_group_edit tr:last-child td {
    border-bottom: 1px solid #eee;
}

.drop_user {
    cursor: pointer;
}

.drop_user:hover {
    opacity: .5;
}

.avatar_description {
    display: block;
    max-width: 300px;
    font-size: 12px;
    color: #9e9e9e;
    margin-top: 10px;
}

.user_company_select_group {
    color: #797979;
    font-size: 14px;
    margin-bottom: 10px;
}

.current_departments,
.current_user_groups {
    margin-top: 20px;
}

.edit_department,
.drop_department,
.edit_user_group {
    cursor: pointer;
}

.users_group_edit hr,
.modal hr {
    border: 0;
    border-bottom: .5px solid #e0e0e0;
    width: 200px;
    margin: 8px 0;
}

/* СПИСОК ПОЛЬЗОВАТЕЛЕЙ */




/* UI */

@supports (-webkit-appearance: none) or (-moz-appearance: none) {

    input[type='checkbox'],
    input[type='radio'] {
        --active: #0067b8;
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, .3);
        --border: rgba(204, 204, 204, .5);
        --border-hover: rgba(204, 204, 204, .5);
        --background: #fff;
        --disabled: #F6F8FF;
        --disabled-inner: rgba(204, 204, 204, .5);
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
        transition: background .3s, border-color .3s, box-shadow .2s;
    }

    input[type='checkbox']:after,
    input[type='radio']:after {
        content: '';
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
        transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    }

    input[type='checkbox']:checked,
    input[type='radio']:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }

    input[type='checkbox']:disabled,
    input[type='radio']:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: .9;
    }

    input[type='checkbox']:disabled:checked,
    input[type='radio']:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }

    input[type='checkbox']:disabled + label,
    input[type='radio']:disabled + label {
        cursor: not-allowed;
    }

    input[type='checkbox']:hover:not(:checked):not(:disabled),
    input[type='radio']:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }

    input[type='checkbox']:not(.switch),
    input[type='radio']:not(.switch) {
        width: 21px;
    }

    input[type='checkbox']:not(.switch):after,
    input[type='radio']:not(.switch):after {
        opacity: var(--o, 0);
    }

    input[type='checkbox']:not(.switch):checked,
    input[type='radio']:not(.switch):checked {
        --o: 1;
    }

    input[type='checkbox'] + label,
    input[type='radio'] + label {
        font-size: 14px;
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px;
    }

    input[type='checkbox']:not(.switch) {
        border-radius: 7px;
    }

    input[type='checkbox']:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 6px;
        top: 2px;
        -webkit-transform: rotate(var(--r, 20deg));
        transform: rotate(var(--r, 20deg));
    }

    input[type='checkbox']:not(.switch):checked {
        --r: 43deg;
    }

    input[type='checkbox'].switch {
        width: 38px;
        border-radius: 11px;
    }

    input[type='checkbox'].switch:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        -webkit-transform: translateX(var(--x, 0));
        transform: translateX(var(--x, 0));
    }

    input[type='checkbox'].switch:checked {
        --ab: var(--active-inner);
        --x: 17px;
    }

    input[type='checkbox'].switch:disabled:not(:checked):after {
        opacity: .6;
    }

    input[type='radio'] {
        border-radius: 50%;
    }

    input[type='radio']:after {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
        -webkit-transform: scale(var(--s, 0.7));
        transform: scale(var(--s, 0.7));
    }

    input[type='radio']:checked {
        --s: .5;
    }
}

.custom_ui ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    width: 100%;
    max-width: 620px;
}

.custom_ui ul li {
    margin: 16px 0;
    position: relative;
}

.custom_ui * {
    box-sizing: border-box;
}

.custom_ui *:before,
.custom_ui*:after {
    box-sizing: border-box;
}

.tagger > ul {
    height: auto !important;
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start !important;
    flex-wrap: wrap;
    padding-bottom: 0 !important;
}

.tagger > ul > li {
    padding-left: 0 !important;
    padding-right: 10px;
    margin-bottom: 15px;
}

/* UI */