/* === RESET === */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    /*font: inherit;*/
    vertical-align: baseline;
}
html {
    height: 100%;
}
* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
select {
    display: none;
}


/* === BASIC STYLES === */
body {
    height: 100%;
    font: 16px/24px Raleway, 'Open Sans', Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    background: #111;
        /*background: transparent;*/
}
h1 {
    font-family: Oswald, 'sans-serif';
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    margin: 20px 0 15px;
    text-align: center;
    text-transform: uppercase;
}
h2 {
    font-family: Oswald, 'sans-serif';
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    margin: 15px 0 40px;
    text-align: center;
    text-transform: uppercase;
}
h3 {
    font-family: Oswald, 'sans-serif';
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin: 15px 0;
    text-align: left;
    text-transform: uppercase;
}
h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 3px;
    text-align: left;
}
h4:hover,
h4:focus {
    /*color: #e51a23;*/
}
h5 {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    margin: 15px 0;
    text-align: left;
}
h6 {
    font-weight: 600;
    font-size: 10px;
    line-height: 18px;
    margin: 15px 0;
    text-align: left;
}
p {
    /*text-indent: 40px;*/
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
p.bottom_20 {
    margin-bottom: 20px;
}
li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 3px 0;
    margin: 0;
    /*list-style: disc inside;*/
}

ol, ul {list-style: none;}
/*li {list-style-type: none;}*/
a, a:focus {
    /*color: #0066cc;*/
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}
a:hover {
    color: #e51a23;
    text-decoration: none;
    /*transition: .2s;*/
    transition: 0.3s;
}
.left {float:left;}
.right {float:right;}
.block {
    /*background: #eeeeff;*/
    border: 1px solid #999;
}

/* === добавляет звездочку (*) к 'label' ===*/
div label.required:after {
    /*content: " *";*/
    /*color: red;*/
}
pre {
    background: transparent;
}
span {
    font-weight: 400;
}




/* === MAIN_WRAPPER === */
.main_wrapper {
    margin-top: 130px;
    margin-bottom: 80px;
}
@media (max-width: 1199px) {
    .main_wrapper {
        margin-top: 100px;
        margin-bottom: 60px;
    }
}
@media (max-width: 630px) {
    .main_wrapper {
        margin-top: 60px;
        margin-bottom: 40px;
    }
}
.row_wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
}

/* === ROW_LINE === */
.row_line {
    padding-bottom: 30px;
}
.row_line img {
    width: 100%;
    height: auto;
    padding-bottom: 16px;
}
.row_line a img:hover {
    opacity: 0.7;
}





/* === TABLE (.admin_table) ===*/
table.table {
    font-family: Oswald, 'sans-serif';
    font-size: 14px;
    overflow-x: auto;
    border-bottom: 1px solid #111;
}
.table-responsive {
    border:0;
}
table th,
table td,
.table>thead>tr>th,
.table>tbody>tr>td {
    vertical-align: middle;
    padding: 3px 12px;
    /* разрывает длинное слово*/
    max-width: 300px;
    font-size: 16px;
    line-height: 22px;
    overflow-x: hidden;
    /* переносит "длинный текст" на несколько строк */
    white-space: normal !important;
    /* переносит "длинное слово" на несколько строк */
    /*word-wrap: break-word !important;*/
    /* добавляет многоточие */
    text-overflow: ellipsis;
}
table th,
.table>thead>tr>th {
    /*height: 45px !important;*/
    font-weight: 600;
/*    color: #fff;*/
/*    background: #333;*/
    /*background: #f2f2f2;*/
    text-align: center;
    /*border-left: 1px solid #ccc;*/
    /*border-right: 1px solid #ccc;*/
}
table.table tr:last-child td {
/*    padding-bottom: 10px;*/
    border-bottom: 1px solid #ddd;
}
table tr:nth-child(even) {
    background: #333;
}
table tr:hover {
/*    background: rgba(236, 72, 18, 0.15) !important;*/
/*    background: rgba(18, 236, 39, 0.1) !important;*/
/*    background: rgba(18, 100, 236, 0.15) !important;*/
/*    background: rgba(70, 0, 200, 0.15) !important;*/
    background: rgba(255, 200, 200, 0.15) !important;
    opacity: 1 !important;
/*    cursor: pointer;*/
}
table tr:nth-child(n):hover {
    /*background: rgba(236, 72, 18, 0.2);*/
}
/* checked */
table tr.checked {
    background: rgba(236, 72, 18, 0.15);
    opacity: 1 !important;
}
table tr.checked:nth-child(even) {
    background: rgba(236, 72, 18, 0.2);
}
table tr.checked:hover {
    background: rgba(236, 72, 18, 0.25);
}
table tr.checked:nth-child(even):hover {
    /*background: rgba(236, 72, 18, 0.40);*/
}


/* === TABLE (img) ===*/
table td img {
    padding: 1px;
    background: #f8f8f8;
    /*background: transparent;*/
    border: 1px solid #ccc;
    border-radius: 3px;
    vertical-align: middle;
    opacity: 1;
}
/*table:not(#orders_table) td img:hover,*/
table td img:hover {
    box-shadow: 0 0 2px #0077dd;
    -moz-box-shadow: 0 0 2px #0077dd;
    -webkit-box-shadow: 0 0 2px #0077dd;
    /*background: #eee;*/
    transition: .1s;
    opacity: 0.7;
}

/* === TBODY (input) ===*/
tbody input[type=text] {
    display: inline;
    width: 40px;
    text-align: center;
    font-size: 13px;
    color: #444;
    padding: 0 2px;
    margin: 0;
    background: #fff;
    border: 1px solid #999;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}



/* === TABLE (cells) ===*/
table .red {
    font-weight: 600;
    color: red;
}
table .green { color: #009900 !important; }

table input.checkall {
    display: inherit;
}



/* === TABLE BOTTOM TEXT === */
.table_bottom_text {
    font-family: Oswald, 'sans-serif';
    font-size: 16px;
    text-align: center;
}
.table_no_rows {
    font-family: Oswald, 'sans-serif';
    height: 150px;
    color: #dd0000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}




/* === PAGINATION ===*/
.pagination_wrapper {
    float: left;
    position: relative;
    left: 50%;
}
.pagination {
    float: left;
    position: relative;
    left: -50%;
    padding: 0;
    margin: 0;
}
.pagination li a {
    font-family: Oswald, 'sans-serif';
    font-weight: 600;
    font-size: 14px;
    color: #999;
    background: transparent;
    border: 1px solid #999;
    transition: 0.3s;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>.active>a,
.pagination>.active>a:hover {
    color: #fff;
    background: #e51a23;
    border: 1px solid #e51a23;
}
.pagination li a:hover {
    color: #fff;
    background: #e51a23;
    border: 1px solid #e51a23;
}



/* === PAGESIZES ===*/
.pagesizes_wrapper {
    float: left;
    position: relative;
    left: 50%;
}
.pagesizes {
    float: left;
    position: relative;
    left: -50%;
    padding: 0;
/*    margin-top: 4px;*/
}
.pagesizes h6 {
    display: inline-block;
    font-size: 15px;
    color: #777;
    margin-right: 7px;
}
.pagesizes a {
    font-size: 13px !important;
    /*padding: 1px 6px;*/
}
.pagesizes a.active {
    color: #fff;
    background: #ee5500;
}
.form-inline .pagesizes .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    #updateBy,
    #add_button,
    .pagesizes,
    .pagination {
        margin-bottom: 20px;
    }
    .pagesizes_wrapper,
    .pagesizes {
        float: none;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .modal-footer .btn {
        margin-bottom: 10px !important;
    }
}










/* === INPUT === */
input {
    outline:none;
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
    box-shadow: none;
}

input.amount_btn::-webkit-input-placeholder {color: #fff;}
input.amount_btn::-moz-placeholder          {color: #fff;}
input.amount_btn:-moz-placeholder           {color: #fff;}
input.amount_btn:-ms-input-placeholder      {color: #fff;}

/*input:focus::-webkit-input-placeholder {color: transparent}
input:focus::-moz-placeholder          {color: transparent}
input:focus:-moz-placeholder           {color: transparent}
input:focus:-ms-input-placeholder      {color: transparent}*/

input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}


/* === SELECT === */
select {
    cursor: pointer;
    color: #555 !important;
    border: 1px solid #555 !important;
    background: transparent !important;
    font-size: 16px !important;
}
select:hover,
select:focus {
    /*color: #fff !important;
    background: #e51a23 !important;
    border: 1px solid #e51a23 !important;*/
}
.input-group-addon {
    cursor: pointer;
}


/* === FORM === */
textarea,
select,
input[type=text],
input[type=submit] {
    font: 16px/20px Oswald, 'sans-serif' !important;
    /*padding: 20px !important;*/
    color: #f2f2f2 !important;
    /*color: #fff !important;*/
    font-weight: 400;
}

textarea {
    /*border: 1px solid #555 !important;*/
    border: 1px solid #303136 !important;
    background: #303136 !important;
    padding: 20px !important;
}
select,
input[type=text],
input[type=password],
.input-group-addon {
    /*border: 1px solid #555;*/
    border: 1px solid #303136 !important;
    background: #303136 !important;
/*    border: 1px solid #303136;*/
/*    background: #303136;*/
    padding: 20px;
}

.checkbox label {
    font: 16px/20px Oswald, 'sans-serif' !important;
    color: #fff;
}
.checkbox label:hover,
.radio label:hover {
    color: #fff;
}
.checkbox {
    max-width: 100%;
    min-height: 10px !important;
    max-height: 22px !important;
    padding: 0 !important;
    margin-top: 4px !important;
    margin-bottom: 0 !important;
    overflow-x: hidden;
    cursor: pointer;
}


label {
    font: 16px/20px Oswald, 'sans-serif' !important;
    color: #999;
    font-size: 16px !important;
}
label.compensation:after {
    content: "*";
    font-size: 15px;
    color: transparent;
}
label.required:after {
    position: relative;
    right: -3px;
    content: "*";
    font-size: 15px;
    color: #dd0000;
}
form .error {
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #dd0000;
}
input#doUpdateBy {
    display: none;
}

/* === ERRORs === */
input.error {
    border: 1px solid #dd0000 !important;
}
textarea.error {
    height: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    border: 1px solid #dd0000 !important;
}
span.error {
    opasity: 0;
}


/* CHECKBOX NEW */
label {
  display: inline-block;
}
.checkbox__label,
.radio__label {
    /*flex: 1 1 auto;*/
    color: #999;
    font-size: inherit;
    line-height: inherit;
    text-align: left;
    /*padding: 0 5px;*/
    transition: 0.3s;
    cursor: pointer;
}
    .checkbox__label:hover,
    .radio__label:hover {
        color: #ccc;
    }

    .checkbox__input,
    .radio__input {
        width: 1em;
        height: 1em;

        margin: 2px 0 0 !important;

        vertical-align: top;
        background-color: #aaa;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        /*border: 1px solid rgba(0, 0, 0, 0.25);*/
        border: 1px solid #777;
        cursor: pointer;

        /* отключает стандартное отображение браузера */
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;

        /* print-color */
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
        print-color-adjust: exact;
    }
    .checkbox__input[type=checkbox] {
        border-radius: 0.25em;
/*        border: none !important;*/
    }
    .radio__input[type=radio] {
        border-radius: 50%;
    }
    .checkbox__input:active,
    .radio__input:active {
        filter: brightness(90%);
    }
    .checkbox__input:focus,
    .radio__input:focus {
        border-color: #86b7fe !important;
        box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.25) !important;
        outline: 0 !important;
    }
    .checkbox__input:checked,
    .radio__input:checked {
        background-color: #3388ff !important;
        border-color: #3388ff !important;
    }
    .checkbox__input:checked[type=checkbox] {
        /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");*/
        background-image: url("../form/checkbox.svg");
    }
    .radio__input:checked[type=radio] {
        /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");*/
        background-image: url("../form/radio.svg");
    }
    .checkbox__input[type=checkbox]:indeterminate {
        background-color: #3388ff;
        border-color: #3388ff;
        /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");*/
        background-image: url("../form/checkbox_indeterminate.svg");
    }
    .checkbox__input:disabled,
    .radio__input:disabled {
        pointer-events: none;
        filter: none;
        opacity: 0.3;
        cursor: default;
    }
    .checkbox__input[disabled] ~ .checkbox__label,
    .checkbox__input:disabled ~ .checkbox__label,
    .radio__input[disabled] ~ .radio__label,
    .radio__input:disabled ~ .radio__label {
        opacity: 0.3;
        cursor: default;
    }


/* doSubmit */
.doSubmit,
a.doSubmit {
    position: relative;
}

    .doSubmit:after,
    a.doSubmit:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2em;
        height: 2em;
        opacity: 0;
        z-index: -1;
        border: 5px solid #e51a23;
        border-radius: 50%;
        border-left-color: transparent;
        transform: translate(-50%, -50%);
        animation: 1s loading infinite linear;
    }

    .doSubmit.loading,
    a.doSubmit.loading {
        pointer-events: none;
        color: #fff !important;
        background: #ddd !important;
        border: 1px solid #ddd !important;
    }

        .doSubmit.loading:hover,
        a.doSubmit.loading:hover {
            color: #e51a23;
            background: #ddd;
            border: 1px solid #ddd;
            cursor: default;
        }

        .doSubmit.loading:after,
        a.doSubmit.loading:after {
            opacity: 1;
            z-index: 2;
        }

    .doSubmit.disabled,
    a.doSubmit.disabled {
        pointer-events: none !important;
        cursor: default !important;
        opacity: 0.3 !important;
    }

@keyframes loading {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}




/* === WRAPPER === */
#wrapper {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    /*background: #121318;*/
    background: transparent;
    /*visibility: hidden;*/
}



/* === PRELOADER === */
#preloader {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
}
#preloader #loader {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 40%;
    height: 28px;
    font: 16px/24px Montserrat, 'Open Sans', Helvetica, sans-serif;
    font-weight: 300;
    text-align: center;
    overflow-x: hidden;
    color: #777;
    border-bottom: 1px solid #777;
}
#preloader #loader .spinner {
    position: absolute;
    bottom: 0;
    width: 30%;
    height: 1px;
    background: #121318;
    animation: spin 3s infinite linear;
    -webkit-animation: spin 3s infinite linear;
    z-index: 99999;
}
@keyframes spin {
    from { left: 0; }
    to { left: 100%; }
}







/* === HEADER === */
#header {
    position: fixed;
    /*position: absolute;*/
    top: 0;
    left: 0;
    font-family: Oswald, 'sans-serif';
    text-transform: uppercase;
    width: 100%;
    /*background: #121318;*/
    /*background: #05050d;*/
    /*background: #121318;*/
    /*background: rgba(18, 19, 24, 0.95);*/
    /*background: rgba(0, 0, 0, 0.75);*/
    background: transparent;
    border-bottom: 0px solid #444;
    z-index: 997;
}
#header.header_back {
    background: rgba(0, 0, 0, 0.75);
    /*border-bottom: 1px solid #444;*/
    transition: 0.5s;
}
#header_top {
    position: relative;
    height: 90px;
    /*margin: 0 15px;*/
    margin: 0;
    padding: 0;
    background: transparent;
    z-index: 998;
}

/* LOGO */
#header #logo {
    float: left;
    padding: 0;
    margin: 0;
    margin-left: 15px;
    margin-top: 20px;
}
#header #logo {
    width: 240px;
    /*height: 55px;*/
}
#header #logo a {
    display: block;
    width: 240px;
    height: 55px;
    /*background: transparent url('/assets/app/img/logo_240x55.png') no-repeat;*/
    background: transparent url('/assets/app/img/logo_240x55_1220x280.png') no-repeat;
    background: transparent url('/assets/app/img/ledax_logo_white.svg') no-repeat center center;
    background-size: cover;
    opacity: 1;
    cursor: pointer;
}
#header #logo a:hover {
    opacity: 0.75;
}

/* HEADER_PHONE */
#header #header_phone {
    float: left;
    padding: 0;
    margin: 0;
    margin-top: 18px;
    margin-left: 100px;
        /*background: #444;*/
}
#header #header_phone .phone_text {
    font-size: 13px;
    padding-left: 30px;
}
#header #header_phone .icon {
    font-size: 22px;
}
#header #header_phone .phone {
    font-weight: 400;
    font-size: 20px;
}

/* MAINMENU */
#header #mainmenu {
    display: block;
    float: right;
    padding: 0;
    margin: 0;
    margin-top: 18px;
}
#header #mainmenu li {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}
#header #mainmenu li a {
    /*font: 16px/24px 'Open Sans', Helvetica, sans-serif;*/
    /*text-transform: uppercase;*/
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    padding: 18px 12px;
    text-decoration: none;
}
#header #mainmenu li:last-child a {
    padding-right: 0;
}
#header #mainmenu li a:hover,
#header #mainmenu li a.active {
    color: #e51a23;
}


/* MAINMENU_SWITCHER */
#header #mainmenu_switcher {
    display: none;
    float: right;
    padding: 0 !important;
    margin: 0 !important;
}
#header #mainmenu_switcher a {
    display: block;
    margin: 0 !important;
    padding: 20px;
    font-size: 34px;
    line-height: 34px;
    color: #fff;
    cursor: pointer;
}
#header #mainmenu_switcher a:hover {
    color: #dd0000;
    /*background: #dd0000;*/
}

/* LANG_MENU */
#header #lang_menu {
    float: right;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    margin-left: 30px;
}
#header #lang_menu a {
    opacity: 0.4;
}
#header #lang_menu a:hover,
#header #lang_menu a.active {
    opacity: 1;
}

/* === MEDIA QUERIEs === */
@media (max-width: 1199px) {
    #header_top {
        height: 75px;
    }
    #header #logo {
        margin-top: 16px;
    }
    #header #logo a {
        width: 200px;
        height: 46px;
        /*background: transparent url('/assets/app/img/logo_200x46.png') no-repeat;*/
        background: transparent url('/assets/app/img/ledax_logo_white.svg') no-repeat center center;
        background-size: cover;
    }
    #header #header_phone {
        margin-top: 12px;
        margin-left: 25px;
    }
    #header #header_phone .phone_text {
        font-size: 12px;
        padding-left: 24px;
    }
    #header #header_phone .icon {
        font-size: 18px;
    }
    #header #header_phone .phone {
        font-size: 16px;
    }
    #header #mainmenu {
        margin-top: 10px;
    }
    #header #mainmenu li a {
        font-size: 14px;
        padding: 18px 10px;
    }
    #header #lang_menu {
        margin-left: 20px;
    }
}
@media (max-width: 992px) {
    #header #header_phone {
        margin-left: 120px;
    }
    #header #lang_menu {
        float: left;
        margin-left: 50px;
    }
    #header #mainmenu_switcher {
        display: block;
    }
    #header #mainmenu {
        display: none;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 0;
        margin: 0;
        box-shadow: 0 0 20px rgba(0,0,0,0.5); /* Параметры тени */

    }
    #header #mainmenu li {
        float: none;
        padding: 0;
        margin: 0;
        text-align: left;
        background: #333;
        /*background: rgba(50, 50, 50, 0.95);*/
    }
    #header #mainmenu li a,
    #header #mainmenu li:first-child a {
        display: block;
        /*color: #003663;*/
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
        padding: 20px 15px;
        border-bottom: 1px solid #555;
        /*line-height: 20px;*/
        /*background: #ffcccc;*/
    }
    #header #mainmenu li a:hover,
    #header #mainmenu li a:active {
        /*border: none;*/
        /*border-radius: none;*/
        color: #e51a23;
    }
}
@media (max-width: 630px) {
    #header_top {
        height: 40px;
            /*background: #ffcccc;*/
    }
    #header #logo {
        margin-top: 16px;
        width: 220px;
            /*background: #ffcccc;*/
    }
    #header #logo a {
        width: 120px;
        height: 28px;
        /*background: transparent url('/assets/app/img/logo_120x28.png') no-repeat;*/
        background: transparent url('/assets/app/img/ledax_logo_white.svg') no-repeat center center;
        background-size: cover;
    }
    #header #header_phone {
        margin-top: 16px;
        margin-left: 30px;
            /*display: none;*/
            /*background: #ccffcc;*/
    }
    #header #header_phone .phone_text {
        display: none;
    }
    #header #mainmenu {
        margin-top: 14px;
    }
    #header #mainmenu_switcher a {
        padding: 10px 20px 10px 10px;
        font-size: 34px;
        line-height: 34px;
    }
    #header #lang_menu {
        margin-left: 30px;
    }
}
@media (max-width: 530px) {
    #header #logo {
        margin-top: 16px;
        width: 160px;
            /*background: #ffcccc;*/
    }
}
@media (max-width: 450px) {
    #header #logo {
        margin-top: 16px;
        width: 120px;
            /*background: #ffcccc;*/
    }
}
@media (max-width: 380px) {
    #header #header_phone {
        display: none;
    }
}





/* === BACKNAV === */
#backnav {
    color: #777;
    padding: 0;
    margin-top: 10px;
        /*background: #ccffcc;*/
}
#backnav li {
    display: inline;
    font-family: 16px/24px Oswald, 'sans-serif' !important;
}
#backnav li a {
    color: #ccc;
    /*color: #ee5500;*/
}
#backnav li a:hover {
    color: #e51a23;
    /*text-decoration: underline;*/
}
#backnav li.active {
    color: #777;
}





/* === CONTENT === */
#content {
    height: 100%;
    /*min-height: 600px;*/
        /*padding-top: 75px;*/
    overflow: hidden;
    background: transparent;
}

/* BACK */
#content .back_section {
        padding: 60px 0;
        background: transparent;
}
#content .back_first {
    padding-top: 140px;
    padding-bottom: 60px;
    min-height: 650px;
    background: transparent;
}
#content .back_dark {
    background: #191a1f;
}
#content .back_wight {
    background: #fefefe;
    color: #222;
}
#content .back_wight a:not(.btn) {
    color: #222;
}
/* === MEDIA QUERIEs === */
@media (max-width : 1199px) {
    #content .back_first {
        padding-top: 125px;
    }
}
@media only screen and (max-width : 630px) {
    #content .back_first {
        padding-top: 90px;
    }
}




/* === FOOTER === */
#footer {
    position: relative;
    min-height: 300px;
    font-family: Oswald, 'sans-serif';
    margin: 0 auto;
    padding: 0;
    color: #cdcdcd;
    overflow: hidden;
    background: transparent;
    background-size: cover;
        /*background: #444;*/
    border-top: 0px solid #444;
    background: #111;
}
#footer .links {
    text-decoration: underline;
    font-size: 15px;
}

/* === FOOTER_TOP === */
#footer_top {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 50px;
        /*background: #ccffcc;*/
}
#footer_top h3 {
    position: relative;
    text-transform: uppercase;
    color: #cacbcb;
    font-size: 16px;
    margin: 70px 0 25px;
    padding: 0 0 25px 0;
}
#footer_top h3:before {
    content: "";
    height: 1px;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 1px;
    /*background: #5c5a59;*/
    background: #444;
    /*background: #777;*/
}

#footer_top .footer_list li {
    margin: 0 0 15px 0;
    list-style: circle inside;
}
#footer_top a {
    color: #cacbcb;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    padding: 0 0 0 1px;
    position: relative;
}
#footer_top a:hover {
    /*text-decoration: underline;*/
    color: #e51a23;
}

/* footer_social */
#footer_top .footer_socials {
    display: inline-block;
    padding-top: 7px;
}
#footer_top .footer_socials li {
    float: left;
    padding-right: 12px;
    text-align: center;
    /*background: #ffcccc;*/
}
#footer_top .footer_socials li.last {
    padding-right: 0;
}
#footer_top .footer_socials i.fa,
#footer_top .footer_socials span.icon {
    font-size: 22px;
    /*color: #444;*/
    /*background: #cdcdcd;*/
    color: #cdcdcd;
    background: transparent;
    width: 42px;
    height: 42px;
    text-align: center;
    padding: 8px;
    border-radius: 200px;
    border: 2px solid #cdcdcd;
    transition: 0.3s;
}
#footer_top .footer_socials i.fa:hover,
#footer_top .footer_socials span.icon:hover {
    color: #333;
    background: #cdcdcd;
    /*background: #999;*/
    /*color: #fff;*/
    /*background: #aa0000;*/
    /*border: 2px solid #aa0000;*/
    transition: 0.3s;
}
#footer_top .footer_contacts div {
    margin-bottom: 3px;
}
#footer_top .footer_contacts .contacts_text {
    font-size: 14px;
}
#footer_top .icon {
    font-size: 12px;
    color: #444;
    background: #cdcdcd;
    width: 16px;
    height: 16px;
    text-align: center;
    padding: 5px;
    border-radius: 200px;

    /*font-weight: 800;*/
    font-size: inherit;
    padding: 0;
    margin-right: 6px;
    color: #fff;
    background: transparent;
}

/* === FOOTER_BOTTOM === */
#footer_bottom {
    /*background: #eeeeff;*/
}
/*.copyright */
#footer_bottom .copyright {
    font-size: 14px;
    /*border-top: 1px solid #777;*/
    padding-top: 10px;
    margin-bottom: 50px;
    /*border-top: 1px solid #5c5a59;*/
    /*border-top: 1px solid #444;*/
}
#footer_bottom .copyright a {
    font-weight: 300;
    color: #cdcdcd;
}
#footer_bottom .copyright a:hover {
    /*text-decoration: underline;*/
    color: #e51a23;
}
/* === MEDIA QUERIEs === */
@media (max-width: 768px) {
    #footer,
    #footer_top h3 {
        text-align: center !important;
    }
    #footer_top h3 {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    #footer_top h3:before {
        bottom: 0;
        left: 40%;
        width: 20%;
    }
    #footer_top .footer_list li {
        /*margin-bottom: 7px;*/
    }
    #footer .footer_list li a {
        line-height: 30px;
        font-size: 18px;
    }
    #footer_top .footer_contacts .contacts_text,
    #footer_top .footer_contacts .contacts_text a {
        line-height: 30px;
        font-size: 18px;
    }
    #footer_bottom .copyright {
        font-size: 16px;
    }
}




/* === DEBUG === */
#debug {
    /*font-size: 16px;*/
    width: 80%;
    margin: 0 auto;
    /*padding: 30px 20px 20px;*/
}




/* === COLORs ===*/
.red {
    color: #ff0000;
}
.red_dark {
    color: #dd0000;
}
.red_orig {
    color: #e51a23;
}
.bold_red {
    font-weight: 700;
    color: #ff0000;
}
.green {
    color:#009900 !important;
}
.bold_green {
    font-weight: 700;
    color:#009900 !important;
}
.blue {
    color:#336699 !important;
}
.orange {
    /*color:#ffe8c3 !important;*/
    color:#ff6600 !important;
}
.gray {
    color: #777 !important;
}
.light_gray {
    color:#999 !important;
}
.very_light_gray {
    color:#aaa !important;
}
.gray_italic {
    color:#777 !important;
    font-style: italic;
}
.brown {
    color:#cc6600 !important;
}
.light_brown {
    color:#cc9900 !important;
}
.purple {
    /*color:#9900cc !important;*/
    color:#6600ff !important;
}




/* === BTN ===*/
.btn,
a.btn {
    font: 16px/20px Oswald, 'sans-serif' !important;
    font-size: 20px  !important;
    line-height: 20px !important;
    /*transition: 0.2s;*/
    padding: 12px 25px 14px !important;
    margin-bottom: 10px;
    transition: 0.3s;
}
/*.btn,*/
a.btn.big {
    font-size: 26px  !important;
    line-height: 26px !important;
    /*transition: 0.2s;*/
    padding: 12px 25px 14px !important;
}
.btn:hover,
.btn:focus,
.btn:active {
    background: transparent;
    box-shadow: 0 0 0 transparent;
}
.submit {
    /*margin-bottom: 20px !important;*/
}
/* === BTN BLUE ===*/
.btn-blue {
    color: #fff;
    background: #0066cc;
    border: 1px solid #0066cc;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    color: #fff !important;
    background: #e51a23 !important;
    border: 1px solid #e51a23 !important;
}
/* === BTN GRAY ===*/
.btn-gray {
    color: #fff;
    background: #555;
    border: 1px solid #555;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
    color: #fff !important;
    background: #e51a23 !important;
    border: 1px solid #e51a23 !important;
}
.btn-light-gray {
    color: #555;
    background: transparent;
    border: 1px solid #555;
}
.btn-light-gray:hover,
.btn-light-gray:focus,
.btn-light-gray:active {
    color: #fff !important;
    background: #e51a23 !important;
    border: 1px solid #e51a23 !important;
}
/* === BTN GREEN ===*/
.btn-green {
    color: #fff;
    /*background: #55aa55;*/
    /*border: 1px solid #55aa55;*/
    background: #009900;
    border: 1px solid #009900;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active {
    color: #fff !important;
    background: #448044 !important;
    border: 1px solid #448044 !important;
}
/* === BTN RED ===*/
.btn-red {
    color: #fff;
    background: #e51a23;
    border: 1px solid #e51a23;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active {
    color: #fff;
    background: #aa0000;
    border: 1px solid #aa0000;
}
/* === BTN RED ===*/
.btn-orange {
    color: #fff;
    background: #ee5500;
    border: 1px solid #ee5500;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
    color: #fff;
    background: #aa0000;
    border: 1px solid #aa0000;
}



/* === LOADING === */
#loading_wrapper .loading {
    display: none;
    width: 160px;
    height: 20px;
    padding: 0 0 0 170px;
    /*margin-left: 80px;*/
    background: transparent url('/assets/app/img/spinner.gif') no-repeat 0 2px;
    z-index: 999;
}



/* === ALERTS === */
.alert {
    position: relative;
    color: #111;
    font-size: 16px;
    border: 0;
    border-radius: 0;
    /*background-color: #fff;*/
}
.alert .cancel {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 9px;
    line-height: 0px;
    padding: 8px 8px;
    cursor: pointer;
    color: #000;
    opacity: 0.2;
}
.alert .cancel:hover {
    opacity: .5;
}
.alert-success {
    /*color: #009933;*/
    border-left: 6px solid #009933;
}
.alert-info {
    /*color: #335588;*/
    border-left: 6px solid #0088cc;
}
.alert-warning {
    /*color: #ffba00;*/
    border-left: 6px solid #ffba00;
}
.alert-danger {
    /*color: #dd0000;*/
    border-left: 6px solid #dd0000;
}



/* === TO TOP === */
#to_top {
    display: none;
    padding: 20px 0;
    height: 20px;
    z-index: 9999;
}
#to_top.default {
    position: fixed;
    bottom: 35px;
    right: 10%;
}

#to_top .icon {
    color: #777;
    font-size: 30px;
    cursor: pointer;
}
#to_top .icon:hover {
    color: #e51a23;
    transition: .2s;
}





/* === SIMPLE_TEXT === */
.simple_text {
  font-weight: 300;
}


/* === SPEED for "animate.css" === */
.animated {
  -webkit-animation-duration: .6s;
  -o-animation-duration: .6s;
  -moz-animation-duration: .6s;
  animation-duration: .6s;

  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  -moz-animation-delay: .1s;
  animation-delay: .1s;
}



/* === EMPTY_SECTION === */
.empty_section {
    padding: 20px 20px 60px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #ccc;
    text-align: center;
}



/* === MEDIA QUERIEs === */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}
/* Small Devices, Tablets */
@media only screen and (max-width : 610px) {
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}





/* === TOOLBAR === */
#toolbar {
    /*display: none;*/
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    padding: 0;
    /*background: #333;*/
    background: #111;
        /*background: #eeffee;*/
    z-index: 9999;

}
#toolbar span {
    font-weight: 600;
}
/* === TOOLBAR: top_menu, user_menu === */
#top_menu,
#user_menu {
    background: transparent;
        /*background: #ffeeff;*/
}
#top_menu li,
#user_menu li {
    float: left;
}
#top_menu li a,
#user_menu li a {
    font: 16px/14px 'Open Sans', Helvetica, sans-serif;
    font-weight: 600;

    display: block;
    font-size: 14px;
    padding: 4px 10px;
    height: 32px; /* !!! */
    color: #fff;
        /*background: #e51a23;*/
}
#top_menu li a:hover,
#user_menu li a:hover {
    background: #e51a23;
}
#top_menu .fronend,
#top_menu .backend {
    display: inline-block;
    /*min-width: 134px;*/
}
#top_menu li a .icon,
#user_menu li a .icon {
    position: relative;
    /*color: #ddd;*/
}
/* === region === */
#user_menu li.region {
    margin-right: 10px;
}
#user_menu li.region .text {
    position: relative;
    top: -11px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #fff;
    vertical-align: baseline;
}
/* === MEDIA QUERIEs === */
@media (min-width: 769px) {
    #top_menu li a .icon,
    #user_menu li a .icon {
        font-size: 15px;
        bottom: -1px;
        padding-right:4px;
    }
    #top_menu li a .icon.icon-pencil {
        font-size: 16px;
        bottom: -1px;
    }
    #top_menu li a .icon.icon-eye,
    #user_menu li a .icon.icon-exit {
        font-size: 18px;
        bottom: -3px;
    }
    #top_menu li a .icon.icon-home,
    #top_menu li a .icon.icon-meter,
    #user_menu li a .icon.icon-user {
        font-size: 18px;
        bottom: -2px;
    }
}
@media (max-width: 768px) {
    #toolbar {
        height: 46px;
    }
    #top_menu li a,
    #user_menu li a {
        font-size: 30px;
        padding: 8px 13px;
        height: 46px;  /* !!! */
    }
    #top_menu span.text,
    #user_menu span.text {
        display: none;
    }
    /* === region === */
    #user_menu li.region {
        margin-top: 7px;
        margin-right: 10px;
    }
}

