@charset "UTF-8";
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#Glyphicons Halflings") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*!
 * Bootstrap v4.0.0-alpha.3 (http://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
}

optgroup {
    font-weight: bold;
}

button,
input,
select {
    overflow: visible;
}

button,
input,
select,
textarea {
    margin: 0;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

@media print {
    *,
    *::before,
    *::after,
    *::first-letter,
    *::first-line {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .tag {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

@-ms-viewport {
    width: device-width;
}

html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #252525;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #818a91;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

a {
    color: #008bc7;
    text-decoration: none;
}

a:hover {
    color: #00567b;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: none;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
}

[role="button"] {
    cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
    background-color: transparent;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #818a91;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
}

input[type="search"] {
    -webkit-appearance: none;
}

output {
    display: inline-block;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: normal;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 5px;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #818a91;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #eceeef;
    border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
    content: "";
}

.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014";
}

dl.row > dd + dt {
    clear: left;
}

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 0.3rem;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #818a91;
}

.hid {
    display: none;
}

.show {
    display: block;
}


code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: 0.25rem;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #252525;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

/*---------------30.11.2016-----------------------------*/
@media (min-width: 1000px) {
    nav .container-fluid section .list .products_list .sublist {
        width: 394px;
    }
}

/*---------------30.11.2016-----------------------------*/
@media (min-width: 1280px) {
    .container {
        max-width: 1245px;
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid::after {
    content: "";
    display: table;
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row::after {
    content: "";
    /*display: none;*/
    display: table;
    clear: both;
}

#myrow_request_item .row::after {
    content: "";
    display: none;
    /*display: table;*/
    clear: both;
}


.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1 {
    float: left;
    width: 8.33333%;
}

.col-xs-2 {
    float: left;
    width: 16.66667%;
}

.col-xs-3 {
    float: left;
    width: 25%;
}

.col-xs-4 {
    float: left;
    width: 33.33333%;
}

.col-xs-5 {
    float: left;
    width: 41.66667%;
}

.col-xs-6 {
    float: left;
    width: 50%;
}

.col-xs-7 {
    float: left;
    width: 58.33333%;
}

.col-xs-8 {
    float: left;
    width: 66.66667%;
}

.col-xs-9 {
    float: left;
    width: 75%;
}

.col-xs-10 {
    float: left;
    width: 83.33333%;
}

.col-xs-11 {
    float: left;
    width: 91.66667%;
}

.col-xs-12 {
    float: left;
    width: 100%;
}

.pull-xs-0 {
    right: auto;
}

.pull-xs-1 {
    right: 8.33333%;
}

.pull-xs-2 {
    right: 16.66667%;
}

.pull-xs-3 {
    right: 25%;
}

.pull-xs-4 {
    right: 33.33333%;
}

.pull-xs-5 {
    right: 41.66667%;
}

.pull-xs-6 {
    right: 50%;
}

.pull-xs-7 {
    right: 58.33333%;
}

.pull-xs-8 {
    right: 66.66667%;
}

.pull-xs-9 {
    right: 75%;
}

.pull-xs-10 {
    right: 83.33333%;
}

.pull-xs-11 {
    right: 91.66667%;
}

.pull-xs-12 {
    right: 100%;
}

.push-xs-0 {
    left: auto;
}

.push-xs-1 {
    left: 8.33333%;
}

.push-xs-2 {
    left: 16.66667%;
}

.push-xs-3 {
    left: 25%;
}

.push-xs-4 {
    left: 33.33333%;
}

.push-xs-5 {
    left: 41.66667%;
}

.push-xs-6 {
    left: 50%;
}

.push-xs-7 {
    left: 58.33333%;
}

.push-xs-8 {
    left: 66.66667%;
}

.push-xs-9 {
    left: 75%;
}

.push-xs-10 {
    left: 83.33333%;
}

.push-xs-11 {
    left: 91.66667%;
}

.push-xs-12 {
    left: 100%;
}

.offset-xs-1 {
    margin-left: 8.33333%;
}

.offset-xs-2 {
    margin-left: 16.66667%;
}

.offset-xs-3 {
    margin-left: 25%;
}

.offset-xs-4 {
    margin-left: 33.33333%;
}

.offset-xs-5 {
    margin-left: 41.66667%;
}

.offset-xs-6 {
    margin-left: 50%;
}

.offset-xs-7 {
    margin-left: 58.33333%;
}

.offset-xs-8 {
    margin-left: 66.66667%;
}

.offset-xs-9 {
    margin-left: 75%;
}

.offset-xs-10 {
    margin-left: 83.33333%;
}

.offset-xs-11 {
    margin-left: 91.66667%;
}

@media (min-width: 768px) {
    .col-sm-1 {
        float: left;
        width: 8.33333%;
    }

    .col-sm-2 {
        float: left;
        width: 16.66667%;
    }

    .col-sm-3 {
        float: left;
        width: 25%;
    }

    .col-sm-4 {
        float: left;
        width: 33.33333%;
    }

    .col-sm-5 {
        float: left;
        width: 41.66667%;
    }

    .col-sm-6 {
        float: left;
        width: 50%;
    }

    .col-sm-7 {
        float: left;
        width: 58.33333%;
    }

    .col-sm-8 {
        float: left;
        width: 66.66667%;
    }

    .col-sm-9 {
        float: left;
        width: 75%;
    }

    .col-sm-10 {
        float: left;
        width: 83.33333%;
    }

    .col-sm-11 {
        float: left;
        width: 91.66667%;
    }

    .col-sm-12 {
        float: left;
        width: 100%;
    }

    .pull-sm-0 {
        right: auto;
    }

    .pull-sm-1 {
        right: 8.33333%;
    }

    .pull-sm-2 {
        right: 16.66667%;
    }

    .pull-sm-3 {
        right: 25%;
    }

    .pull-sm-4 {
        right: 33.33333%;
    }

    .pull-sm-5 {
        right: 41.66667%;
    }

    .pull-sm-6 {
        right: 50%;
    }

    .pull-sm-7 {
        right: 58.33333%;
    }

    .pull-sm-8 {
        right: 66.66667%;
    }

    .pull-sm-9 {
        right: 75%;
    }

    .pull-sm-10 {
        right: 83.33333%;
    }

    .pull-sm-11 {
        right: 91.66667%;
    }

    .pull-sm-12 {
        right: 100%;
    }

    .push-sm-0 {
        left: auto;
    }

    .push-sm-1 {
        left: 8.33333%;
    }

    .push-sm-2 {
        left: 16.66667%;
    }

    .push-sm-3 {
        left: 25%;
    }

    .push-sm-4 {
        left: 33.33333%;
    }

    .push-sm-5 {
        left: 41.66667%;
    }

    .push-sm-6 {
        left: 50%;
    }

    .push-sm-7 {
        left: 58.33333%;
    }

    .push-sm-8 {
        left: 66.66667%;
    }

    .push-sm-9 {
        left: 75%;
    }

    .push-sm-10 {
        left: 83.33333%;
    }

    .push-sm-11 {
        left: 91.66667%;
    }

    .push-sm-12 {
        left: 100%;
    }

    .offset-sm-0 {
        margin-left: 0%;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        float: left;
        width: 8.33333%;
    }

    .col-md-2 {
        float: left;
        width: 16.66667%;
    }

    .col-md-3 {
        float: left;
        width: 25%;
    }

    .col-md-4 {
        float: left;
        width: 33.33333%;
    }

    .col-md-5 {
        float: left;
        width: 41.66667%;
    }

    .col-md-6 {
        float: left;
        width: 50%;
    }

    .col-md-7 {
        float: left;
        width: 58.33333%;
    }

    .col-md-8 {
        float: left;
        width: 66.66667%;
    }

    .col-md-9 {
        float: left;
        width: 75%;
    }

    .col-md-10 {
        float: left;
        width: 83.33333%;
    }

    .col-md-11 {
        float: left;
        width: 91.66667%;
    }

    .col-md-12 {
        float: left;
        width: 100%;
    }

    .pull-md-0 {
        right: auto;
    }

    .pull-md-1 {
        right: 8.33333%;
    }

    .pull-md-2 {
        right: 16.66667%;
    }

    .pull-md-3 {
        right: 25%;
    }

    .pull-md-4 {
        right: 33.33333%;
    }

    .pull-md-5 {
        right: 41.66667%;
    }

    .pull-md-6 {
        right: 50%;
    }

    .pull-md-7 {
        right: 58.33333%;
    }

    .pull-md-8 {
        right: 66.66667%;
    }

    .pull-md-9 {
        right: 75%;
    }

    .pull-md-10 {
        right: 83.33333%;
    }

    .pull-md-11 {
        right: 91.66667%;
    }

    .pull-md-12 {
        right: 100%;
    }

    .push-md-0 {
        left: auto;
    }

    .push-md-1 {
        left: 8.33333%;
    }

    .push-md-2 {
        left: 16.66667%;
    }

    .push-md-3 {
        left: 25%;
    }

    .push-md-4 {
        left: 33.33333%;
    }

    .push-md-5 {
        left: 41.66667%;
    }

    .push-md-6 {
        left: 50%;
    }

    .push-md-7 {
        left: 58.33333%;
    }

    .push-md-8 {
        left: 66.66667%;
    }

    .push-md-9 {
        left: 75%;
    }

    .push-md-10 {
        left: 83.33333%;
    }

    .push-md-11 {
        left: 91.66667%;
    }

    .push-md-12 {
        left: 100%;
    }

    .offset-md-0 {
        margin-left: 0%;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1000px) {
    .col-lg-1 {
        float: left;
        width: 8.33333%;
    }

    .col-lg-2 {
        float: left;
        width: 16.66667%;
    }

    .col-lg-3 {
        float: left;
        width: 25%;
    }

    .col-lg-4 {
        float: left;
        width: 33.33333%;
    }

    .col-lg-5 {
        float: left;
        width: 41.66667%;
    }

    .col-lg-6 {
        float: left;
        width: 50%;
    }

    .col-lg-7 {
        float: left;
        width: 58.33333%;
    }

    .col-lg-8 {
        float: left;
        width: 66.66667%;
    }

    .col-lg-9 {
        float: left;
        width: 75%;
    }

    .col-lg-10 {
        float: left;
        width: 83.33333%;
    }

    .col-lg-11 {
        float: left;
        width: 91.66667%;
    }

    .col-lg-12 {
        float: left;
        width: 100%;
    }

    .pull-lg-0 {
        right: auto;
    }

    .pull-lg-1 {
        right: 8.33333%;
    }

    .pull-lg-2 {
        right: 16.66667%;
    }

    .pull-lg-3 {
        right: 25%;
    }

    .pull-lg-4 {
        right: 33.33333%;
    }

    .pull-lg-5 {
        right: 41.66667%;
    }

    .pull-lg-6 {
        right: 50%;
    }

    .pull-lg-7 {
        right: 58.33333%;
    }

    .pull-lg-8 {
        right: 66.66667%;
    }

    .pull-lg-9 {
        right: 75%;
    }

    .pull-lg-10 {
        right: 83.33333%;
    }

    .pull-lg-11 {
        right: 91.66667%;
    }

    .pull-lg-12 {
        right: 100%;
    }

    .push-lg-0 {
        left: auto;
    }

    .push-lg-1 {
        left: 8.33333%;
    }

    .push-lg-2 {
        left: 16.66667%;
    }

    .push-lg-3 {
        left: 25%;
    }

    .push-lg-4 {
        left: 33.33333%;
    }

    .push-lg-5 {
        left: 41.66667%;
    }

    .push-lg-6 {
        left: 50%;
    }

    .push-lg-7 {
        left: 58.33333%;
    }

    .push-lg-8 {
        left: 66.66667%;
    }

    .push-lg-9 {
        left: 75%;
    }

    .push-lg-10 {
        left: 83.33333%;
    }

    .push-lg-11 {
        left: 91.66667%;
    }

    .push-lg-12 {
        left: 100%;
    }

    .offset-lg-0 {
        margin-left: 0%;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1280px) {
    .col-xl-1 {
        float: left;
        width: 8.33333%;
    }

    .col-xl-2 {
        float: left;
        width: 16.66667%;
    }

    .col-xl-3 {
        float: left;
        width: 25%;
    }

    .col-xl-4 {
        float: left;
        width: 33.33333%;
    }

    .col-xl-5 {
        float: left;
        width: 41.66667%;
    }

    .col-xl-6 {
        float: left;
        width: 50%;
    }

    .col-xl-7 {
        float: left;
        width: 58.33333%;
    }

    .col-xl-8 {
        float: left;
        width: 66.66667%;
    }

    .col-xl-9 {
        float: left;
        width: 75%;
    }

    .col-xl-10 {
        float: left;
        width: 83.33333%;
    }

    .col-xl-11 {
        float: left;
        width: 91.66667%;
    }

    .col-xl-12 {
        float: left;
        width: 100%;
    }

    .pull-xl-0 {
        right: auto;
    }

    .pull-xl-1 {
        right: 8.33333%;
    }

    .pull-xl-2 {
        right: 16.66667%;
    }

    .pull-xl-3 {
        right: 25%;
    }

    .pull-xl-4 {
        right: 33.33333%;
    }

    .pull-xl-5 {
        right: 41.66667%;
    }

    .pull-xl-6 {
        right: 50%;
    }

    .pull-xl-7 {
        right: 58.33333%;
    }

    .pull-xl-8 {
        right: 66.66667%;
    }

    .pull-xl-9 {
        right: 75%;
    }

    .pull-xl-10 {
        right: 83.33333%;
    }

    .pull-xl-11 {
        right: 91.66667%;
    }

    .pull-xl-12 {
        right: 100%;
    }

    .push-xl-0 {
        left: auto;
    }

    .push-xl-1 {
        left: 8.33333%;
    }

    .push-xl-2 {
        left: 16.66667%;
    }

    .push-xl-3 {
        left: 25%;
    }

    .push-xl-4 {
        left: 33.33333%;
    }

    .push-xl-5 {
        left: 41.66667%;
    }

    .push-xl-6 {
        left: 50%;
    }

    .push-xl-7 {
        left: 58.33333%;
    }

    .push-xl-8 {
        left: 66.66667%;
    }

    .push-xl-9 {
        left: 75%;
    }

    .push-xl-10 {
        left: 83.33333%;
    }

    .push-xl-11 {
        left: 91.66667%;
    }

    .push-xl-12 {
        left: 100%;
    }

    .offset-xl-0 {
        margin-left: 0%;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
    border-top: 2px solid #eceeef;
}

.table .table {
    background-color: #fff;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #dff0d8;
}

.table-hover .table-success:hover {
    background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #d9edf7;
}

.table-hover .table-info:hover {
    background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
    background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f2dede;
}

.table-hover .table-danger:hover {
    background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #ebcccc;
}

.thead-inverse th {
    color: #fff;
    background-color: #252525;
}

.thead-default th {
    color: #797979;
    background-color: #eceeef;
}

.table-inverse {
    color: #eceeef;
    background-color: #252525;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
    border-color: #797979;
}

.table-inverse.table-bordered {
    border: 0;
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: .01%;
    overflow-x: auto;
}

.table-reflow thead {
    float: left;
}

.table-reflow tbody {
    display: block;
    white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
    border-top: 1px solid #eceeef;
    border-left: 1px solid #eceeef;
}

.table-reflow th:last-child,
.table-reflow td:last-child {
    border-right: 1px solid #eceeef;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
    border-bottom: 1px solid #eceeef;
}

.table-reflow tr {
    float: left;
}

.table-reflow tr th,
.table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-family: "Helvetica Light", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.25;
    color: #252525;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #252525;
    background-color: #fff;
    border-color: #66afe9;
    outline: none;
}

.form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::placeholder {
    color: #999;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1;
}

.form-control:disabled {
    cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
    height: 2.5rem;
}

select.form-control:focus::-ms-value {
    color: #252525;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
}

.col-form-label {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
}

.col-form-label-lg {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.25rem;
}

.col-form-label-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
}

.col-form-legend {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    font-size: 1rem;
}

.form-control-static {
    min-height: 2.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
}

.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 1.8125rem;
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 3.16667rem;
}

.form-group {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .form-group {
        margin-bottom: 15px;
    }
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
}

.form-check + .form-check {
    margin-top: -.25rem;
}

.form-check.disabled .form-check-label {
    color: #818a91;
    cursor: not-allowed;
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer;
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem;
}

.form-check-input:only-child {
    position: static;
}

.form-check-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer;
}

.form-check-inline + .form-check-inline {
    margin-left: .75rem;
}

.form-check-inline.disabled {
    cursor: not-allowed;
}

.form-control-feedback {
    margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right 0.625rem;
    background-size: 1.25rem 1.25rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label,
.has-success .custom-control {
    color: #5cb85c;
}

.has-success .form-control {
    border-color: #5cb85c;
}

.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea;
}

.has-success .form-control-feedback {
    color: #5cb85c;
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label,
.has-warning .custom-control {
    color: #f0ad4e;
}

.has-warning .form-control {
    border-color: #f0ad4e;
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: white;
}

.has-warning .form-control-feedback {
    color: #f0ad4e;
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label,
.has-danger .custom-control {
    color: #e51b24;
}

/*-----------------18.11.2016---------------------------------------------------------------------------*/
.has-danger {
    border-color: #e51b24;
}

.has-danger .input-group-addon {
    color: #e51b24;
    border-color: #e51b24;
    background-color: #fad2d4;
}

.has-danger .form-control-feedback {
    color: #e51b24;
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-check {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-check-label {
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:focus, .btn:hover {
    text-decoration: none;
}

.btn.focus {
    text-decoration: none;
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
}

.btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #008bc7;
    border-color: #008bc7;
}

.btn-primary:hover {
    color: #fff;
    background-color: #006794;
    border-color: #00608a;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #006794;
    border-color: #00608a;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #006794;
    border-color: #00608a;
    background-image: none;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #004e70;
    border-color: #003248;
}

.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #008bc7;
    border-color: #008bc7;
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #008bc7;
    border-color: #008bc7;
}

.btn-secondary {
    color: #252525;
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary:hover {
    color: #252525;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-secondary:focus, .btn-secondary.focus {
    color: #252525;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-secondary:active, .btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
    color: #252525;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none;
}

.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle.focus {
    color: #252525;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a;
}

.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d;
}

.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #b06d0f;
}

.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-danger {
    color: #fff;
    background-color: #e51b24;
    border-color: #e51b24;
}

.btn-danger:hover {
    color: #fff;
    background-color: #b8151c;
    border-color: #af141b;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #b8151c;
    border-color: #af141b;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b8151c;
    border-color: #af141b;
    background-image: none;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #981117;
    border-color: #730d12;
}

.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #e51b24;
    border-color: #e51b24;
}

.btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #e51b24;
    border-color: #e51b24;
}

.btn-outline-primary {
    color: #008bc7;
    background-image: none;
    background-color: transparent;
    border-color: #008bc7;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #008bc7;
    border-color: #008bc7;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #fff;
    background-color: #008bc7;
    border-color: #008bc7;
}

.btn-outline-primary:active, .btn-outline-primary.active,
.open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #008bc7;
    border-color: #008bc7;
}

.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus,
.open > .btn-outline-primary.dropdown-toggle:hover,
.open > .btn-outline-primary.dropdown-toggle:focus,
.open > .btn-outline-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #004e70;
    border-color: #003248;
}

.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
    border-color: #2ec0ff;
}

.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    border-color: #2ec0ff;
}

.btn-outline-secondary {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-outline-secondary:active, .btn-outline-secondary.active,
.open > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus,
.open > .btn-outline-secondary.dropdown-toggle:hover,
.open > .btn-outline-secondary.dropdown-toggle:focus,
.open > .btn-outline-secondary.dropdown-toggle.focus {
    color: #fff;
    background-color: #a1a1a1;
    border-color: #8c8c8c;
}

.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
    border-color: white;
}

.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
    border-color: white;
}

.btn-outline-info {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-outline-info:active, .btn-outline-info.active,
.open > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus,
.open > .btn-outline-info.dropdown-toggle:hover,
.open > .btn-outline-info.dropdown-toggle:focus,
.open > .btn-outline-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a;
}

.btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
    border-color: #b0e1ef;
}

.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
    border-color: #b0e1ef;
}

.btn-outline-success {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-outline-success:active, .btn-outline-success.active,
.open > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus,
.open > .btn-outline-success.dropdown-toggle:hover,
.open > .btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d;
}

.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
    border-color: #a3d7a3;
}

.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
    border-color: #a3d7a3;
}

.btn-outline-warning {
    color: #f0ad4e;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-outline-warning:active, .btn-outline-warning.active,
.open > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus,
.open > .btn-outline-warning.dropdown-toggle:hover,
.open > .btn-outline-warning.dropdown-toggle:focus,
.open > .btn-outline-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #b06d0f;
}

.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
    border-color: #f8d9ac;
}

.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
    border-color: #f8d9ac;
}

.btn-outline-danger {
    color: #e51b24;
    background-image: none;
    background-color: transparent;
    border-color: #e51b24;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #e51b24;
    border-color: #e51b24;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    color: #fff;
    background-color: #e51b24;
    border-color: #e51b24;
}

.btn-outline-danger:active, .btn-outline-danger.active,
.open > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e51b24;
    border-color: #e51b24;
}

.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus,
.open > .btn-outline-danger.dropdown-toggle:hover,
.open > .btn-outline-danger.dropdown-toggle:focus,
.open > .btn-outline-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #981117;
    border-color: #730d12;
}

.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
    border-color: #ef777c;
}

.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
    border-color: #ef777c;
}

.btn-link {
    font-weight: normal;
    color: #008bc7;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent;
}

.btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover {
    border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
    background-color: transparent;
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1rem;
    color: #252525;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-divider {
    height: 1px;
    margin: 0.5rem 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    color: #252525;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #181818;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #008bc7;
    outline: 0;
}

.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #818a91;
}

.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 5px 20px;
    font-size: 0.875rem;
    color: #818a91;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 0.3em solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -0.5rem;
}

.btn-toolbar::after {
    content: "";
    display: table;
    clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 0.5rem;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn + .dropdown-toggle-split::after {
    margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 0.3em 0.3em 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 0.3em 0.3em;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group::after {
    content: "";
    display: table;
    clear: both;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    color: #252525;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
    border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
    z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
    z-index: 3;
}

.custom-control {
    position: relative;
    display: inline;
    padding-left: 1.5rem;
    cursor: pointer;
}

.custom-control + .custom-control {
    margin-left: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #0074d9;
}

.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}

.custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #84c6ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee;
}

.custom-control-input:disabled ~ .custom-control-description {
    color: #767676;
    cursor: not-allowed;
}

.custom-control-indicator {
    position: absolute;
    top: .0625rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #0074d9;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked .custom-control {
    display: inline;
}

.custom-controls-stacked .custom-control::after {
    display: block;
    margin-bottom: 0.25rem;
    content: "";
}

.custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0;
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    padding-right: 0.75rem \9;
    color: #252525;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-image: none \9;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.custom-select:focus {
    border-color: #51a7e8;
    outline: none;
}

.custom-select:focus::-ms-value {
    color: #252525;
    background-color: #fff;
}

.custom-select:disabled {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef;
}

.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    cursor: pointer;
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    margin: 0;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
}

.custom-file-control:lang(en)::after {
    content: "Choose file...";
}

.custom-file-control:lang(ru)::after {
    content: "Выберите файл";
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
    content: "Browse";
}

.custom-file-control:lang(ru)::before {
    content: "Browse";
}

/*#modalExport:lang(ru)::before  {
  content: "файл: ";
}
#modalExport:lang(en)::before  {
  content: "файл: ";
}*/

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: inline-block;
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    color: #818a91;
}

.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: transparent;
}

.nav-inline .nav-item {
    display: inline-block;
}

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs::after {
    content: "";
    display: table;
    clear: both;
}

.nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs .nav-item + .nav-item {
    margin-left: 0.2rem;
}

.nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
    color: #818a91;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.active .nav-link,
.nav-tabs .nav-item.active .nav-link:focus,
.nav-tabs .nav-item.active .nav-link:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
    color: #252525;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.nav-pills::after {
    content: "";
    display: table;
    clear: both;
}

.nav-pills .nav-item {
    float: left;
}

.nav-pills .nav-item + .nav-item {
    margin-left: 0.2rem;
}

.nav-pills .nav-link {
    display: block;
    padding: 0.5em 1em;
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
    color: #fff;
    cursor: default;
    background-color: #008bc7;
}

.nav-stacked .nav-item {
    display: block;
    float: none;
}

.nav-stacked .nav-item + .nav-item {
    margin-top: 0.2rem;
    margin-left: 0;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    padding: 0.5rem 1rem;
}

.navbar::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0.25rem;
    }
}

.navbar-full {
    z-index: 1000;
}

@media (min-width: 768px) {
    .navbar-full {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
}

.navbar-fixed-bottom {
    bottom: 0;
}

.navbar-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%;
}

@media (min-width: 768px) {
    .navbar-sticky-top {
        border-radius: 0;
    }
}

.navbar-brand {
    float: left;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}

.navbar-divider {
    float: left;
    width: 1px;
    padding-top: .425rem;
    padding-bottom: .425rem;
    margin-right: 1rem;
    margin-left: 1rem;
    overflow: hidden;
}

.navbar-divider::before {
    content: "\00a0";
}

.navbar-toggler {
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: none;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
}

.navbar-nav .nav-item {
    float: left;
}

.navbar-nav .nav-link {
    display: block;
    padding-top: .425rem;
    padding-bottom: .425rem;
}

.navbar-nav .nav-link + .nav-link {
    margin-left: 1rem;
}

.navbar-nav .nav-item + .nav-item {
    margin-left: 1rem;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.6);
}

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
    color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand {
    color: white;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
    color: white;
}

.navbar-dark .navbar-divider {
    background-color: rgba(255, 255, 255, 0.075);
}

.navbar-toggleable-xs::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 767px) {
    .navbar-toggleable-xs .navbar-nav .nav-item {
        float: none;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-toggleable-xs {
        display: block !important;
    }
}

.navbar-toggleable-sm::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-nav .nav-item {
        float: none;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-toggleable-sm {
        display: block !important;
    }
}

.navbar-toggleable-md::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 999px) {
    .navbar-toggleable-md .navbar-nav .nav-item {
        float: none;
        margin-left: 0;
    }
}

@media (min-width: 1000px) {
    .navbar-toggleable-md {
        display: block !important;
    }
}

.card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-block {
    padding: 1.25rem;
}

.card-block::after {
    content: "";
    display: table;
    clear: both;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header::after {
    content: "";
    display: table;
    clear: both;
}

.card-header:first-child {
    border-radius: 0.25rem 0.25rem 0 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer::after {
    content: "";
    display: table;
    clear: both;
}

.card-footer:last-child {
    border-radius: 0 0 0.25rem 0.25rem;
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-primary {
    background-color: #008bc7;
    border-color: #008bc7;
}

.card-primary .card-header,
.card-primary .card-footer {
    background-color: transparent;
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer {
    background-color: transparent;
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
    background-color: transparent;
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
    background-color: transparent;
}

.card-danger {
    background-color: #e51b24;
    border-color: #e51b24;
}

.card-danger .card-header,
.card-danger .card-footer {
    background-color: transparent;
}

.card-outline-primary {
    background-color: transparent;
    border-color: #008bc7;
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc;
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de;
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c;
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e;
}

.card-outline-danger {
    background-color: transparent;
    border-color: #e51b24;
}

.card-inverse .card-header,
.card-inverse .card-footer {
    border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #fff;
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img {
    border-radius: 0.25rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img-top {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

@media (min-width: 768px) {
    .card-deck {
        display: table;
        width: 100%;
        margin-bottom: 0.75rem;
        table-layout: fixed;
        border-spacing: 1.25rem 0;
    }

    .card-deck .card {
        display: table-cell;
        margin-bottom: 0;
        vertical-align: top;
    }

    .card-deck-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
}

@media (min-width: 768px) {
    .card-group {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .card-group .card {
        display: table-cell;
        vertical-align: top;
    }

    .card-group .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }

    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }

    .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }

    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }

    .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .card-group .card:not(:first-child):not(:last-child) .card-img-top,
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
        border-radius: 0;
    }
}

@media (min-width: 768px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eceeef;
    border-radius: 0.25rem;
}

.breadcrumb::after {
    content: "";
    display: table;
    clear: both;
}

.breadcrumb-item {
    float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #818a91;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #818a91;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
}

.page-item {
    display: inline;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #008bc7;
    border-color: #008bc7;
}

.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #818a91;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.page-link {
    position: relative;
    float: left;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    color: #008bc7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-link:focus, .page-link:hover {
    color: #00567b;
    background-color: #eceeef;
    border-color: #ddd;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.275rem 0.75rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

.tag {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.tag:empty {
    display: none;
}

.btn .tag {
    position: relative;
    top: -1px;
}

a.tag:focus, a.tag:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.tag-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.tag-default {
    background-color: #818a91;
}

.tag-default[href]:focus, .tag-default[href]:hover {
    background-color: #687077;
}

.tag-primary {
    background-color: #008bc7;
}

.tag-primary[href]:focus, .tag-primary[href]:hover {
    background-color: #006794;
}

.tag-success {
    background-color: #5cb85c;
}

.tag-success[href]:focus, .tag-success[href]:hover {
    background-color: #449d44;
}

.tag-info {
    background-color: #5bc0de;
}

.tag-info[href]:focus, .tag-info[href]:hover {
    background-color: #31b0d5;
}

.tag-warning {
    background-color: #f0ad4e;
}

.tag-warning[href]:focus, .tag-warning[href]:hover {
    background-color: #ec971f;
}

.tag-danger {
    background-color: #e51b24;
}

.tag-danger[href]:focus, .tag-danger[href]:hover {
    background-color: #b8151c;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef;
    border-radius: 0.3rem;
}

@media (min-width: 768px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-hr {
    border-top-color: #d0d5d8;
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    padding: 15px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: bold;
}

.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c1e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6d5ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7ecb5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem;
}

.progress[value] {
    background-color: #eee;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
}

.progress[value]::-ms-fill {
    background-color: #0074d9;
    border: 0;
}

.progress[value]::-moz-progress-bar {
    background-color: #0074d9;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.progress[value]::-webkit-progress-value {
    background-color: #0074d9;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.progress[value="100"]::-moz-progress-bar {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.progress[value="100"]::-webkit-progress-value {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 0.25rem;
}

base::-moz-progress-bar,
.progress[value] {
    background-color: #eee;
    border-radius: 0.25rem;
}

@media screen and (min-width: 0\0
) {
    .progress {
        background-color: #eee;
        border-radius: 0.25rem;
    }

    .progress-bar {
        display: inline-block;
        height: 1rem;
        text-indent: -999rem;
        background-color: #0074d9;
        border-bottom-left-radius: 0.25rem;
        border-top-left-radius: 0.25rem;
    }

    .progress[width="100%"] {
        border-bottom-right-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
}

.progress-striped[value]::-webkit-progress-value {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-striped[value]::-ms-fill {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

@media screen and (min-width: 0\0
) {
    .progress-bar-striped {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-size: 1rem 1rem;
    }
}

.progress-animated[value]::-webkit-progress-value {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
    animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0
) {
    .progress-animated .progress-bar-striped {
        -webkit-animation: progress-bar-stripes 2s linear infinite;
        animation: progress-bar-stripes 2s linear infinite;
    }
}

.progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

.progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

.progress-success[value]::-ms-fill {
    background-color: #5cb85c;
}

@media screen and (min-width: 0\0
) {
    .progress-success .progress-bar {
        background-color: #5cb85c;
    }
}

.progress-info[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

.progress-info[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

.progress-info[value]::-ms-fill {
    background-color: #5bc0de;
}

@media screen and (min-width: 0\0
) {
    .progress-info .progress-bar {
        background-color: #5bc0de;
    }
}

.progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

.progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

.progress-warning[value]::-ms-fill {
    background-color: #f0ad4e;
}

@media screen and (min-width: 0\0
) {
    .progress-warning .progress-bar {
        background-color: #f0ad4e;
    }
}

.progress-danger[value]::-webkit-progress-value {
    background-color: #e51b24;
}

.progress-danger[value]::-moz-progress-bar {
    background-color: #e51b24;
}

.progress-danger[value]::-ms-fill {
    background-color: #e51b24;
}

@media screen and (min-width: 0\0
) {
    .progress-danger .progress-bar {
        background-color: #e51b24;
    }
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right {
    padding-left: 10px;
}

.media-left {
    padding-right: 10px;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #818a91;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #008bc7;
    border-color: #008bc7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #94dfff;
}

.list-group-flush .list-group-item {
    border-radius: 0;
}

.list-group-item-action {
    width: 100%;
    color: #555;
    text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
    color: #333;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9 {
    padding-bottom: 42.85714%;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive-1by1 {
    padding-bottom: 100%;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: 0.5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header::after {
    content: "";
    display: table;
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer::after {
    content: "";
    display: table;
    clear: both;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 1000px) {
    .modal-lg {
        max-width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.in {
    opacity: 0.9;
}

.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px;
}

.popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
    bottom: 1px;
    margin-left: -10px;
    content: "";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px;
}

.popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
    bottom: -10px;
    left: 1px;
    content: "";
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px;
}

.popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
    top: 1px;
    margin-left: -10px;
    content: "";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px;
}

.popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
    right: 1px;
    bottom: -10px;
    content: "";
    border-right-width: 0;
    border-left-color: #fff;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0.2375rem 0.2375rem 0 0;
}

.popover-title:empty {
    display: none;
}

.popover-content {
    padding: 9px 14px;
}

.popover-arrow, .popover-arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover-arrow {
    border-width: 11px;
}

.popover-arrow::after {
    content: "";
    border-width: 10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left;
}

.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .carousel-item {
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev::before {
    content: "\2039";
}

.carousel-control .icon-next::before {
    content: "\203a";
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media (min-width: 768px) {
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.bg-inverse {
    background-color: #252525;
}

.bg-faded {
    background-color: #f7f7f9;
}

.bg-primary {
    color: #fff !important;
    background-color: #008bc7 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #006794 !important;
}

.bg-success {
    color: #fff !important;
    background-color: #5cb85c !important;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #449d44 !important;
}

.bg-info {
    color: #fff !important;
    background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #31b0d5 !important;
}

.bg-warning {
    color: #fff !important;
    background-color: #f0ad4e !important;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #ec971f !important;
}

.bg-danger {
    color: #fff !important;
    background-color: #e51b24 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #b8151c !important;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.d-block {
    display: block !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-inline {
    display: inline !important;
}

.pull-xs-left {
    float: left !important;
}

.pull-xs-right {
    float: right !important;
}

.pull-xs-none {
    float: none !important;
}

@media (min-width: 768px) {
    .pull-sm-left {
        float: left !important;
    }

    .pull-sm-right {
        float: right !important;
    }

    .pull-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .pull-md-left {
        float: left !important;
    }

    .pull-md-right {
        float: right !important;
    }

    .pull-md-none {
        float: none !important;
    }
}

@media (min-width: 1000px) {
    .pull-lg-left {
        float: left !important;
    }

    .pull-lg-right {
        float: right !important;
    }

    .pull-lg-none {
        float: none !important;
    }
}

@media (min-width: 1280px) {
    .pull-xl-left {
        float: left !important;
    }

    .pull-xl-right {
        float: right !important;
    }

    .pull-xl-none {
        float: none !important;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.w-100 {
    width: 100% !important;
}

.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.m-a-0 {
    margin: 0 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-x-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-a-1 {
    margin: 1rem 1rem !important;
}

.m-t-1 {
    margin-top: 1rem !important;
}

.m-r-1 {
    margin-right: 1rem !important;
}

.m-b-1 {
    margin-bottom: 1rem !important;
}

.m-l-1 {
    margin-left: 1rem !important;
}

.m-x-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.m-y-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-a-2 {
    margin: 1.5rem 1.5rem !important;
}

.m-t-2 {
    margin-top: 1.5rem !important;
}

.m-r-2 {
    margin-right: 1.5rem !important;
}

.m-b-2 {
    margin-bottom: 1.5rem !important;
}

.m-l-2 {
    margin-left: 1.5rem !important;
}

.m-x-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.m-y-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-a-3 {
    margin: 3rem 3rem !important;
}

.m-t-3 {
    margin-top: 3rem !important;
}

.m-r-3 {
    margin-right: 3rem !important;
}

.m-b-3 {
    margin-bottom: 3rem !important;
}

.m-l-3 {
    margin-left: 3rem !important;
}

.m-x-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.m-y-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-a-0 {
    padding: 0 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-x-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-a-1 {
    padding: 1rem 1rem !important;
}

.p-t-1 {
    padding-top: 1rem !important;
}

.p-r-1 {
    padding-right: 1rem !important;
}

.p-b-1 {
    padding-bottom: 1rem !important;
}

.p-l-1 {
    padding-left: 1rem !important;
}

.p-x-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.p-y-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-a-2 {
    padding: 1.5rem 1.5rem !important;
}

.p-t-2 {
    padding-top: 1.5rem !important;
}

.p-r-2 {
    padding-right: 1.5rem !important;
}

.p-b-2 {
    padding-bottom: 1.5rem !important;
}

.p-l-2 {
    padding-left: 1.5rem !important;
}

.p-x-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.p-y-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-a-3 {
    padding: 3rem 3rem !important;
}

.p-t-3 {
    padding-top: 3rem !important;
}

.p-r-3 {
    padding-right: 3rem !important;
}

.p-b-3 {
    padding-bottom: 3rem !important;
}

.p-l-3 {
    padding-left: 3rem !important;
}

.p-x-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.p-y-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-xs-left {
    text-align: left !important;
}

.text-xs-right {
    text-align: right !important;
}

.text-xs-center {
    text-align: center !important;
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 1000px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1280px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-normal {
    font-weight: normal;
}

.font-weight-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.text-muted {
    color: #818a91 !important;
}

a.text-muted:focus, a.text-muted:hover {
    color: #687077;
}

.text-primary {
    color: #008bc7 !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #006794;
}

.text-success {
    color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
    color: #449d44;
}

.text-info {
    color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
    color: #31b0d5;
}

.text-warning {
    color: #f0ad4e !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #ec971f;
}

.text-danger {
    color: #e51b24 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #b8151c;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.invisible {
    visibility: hidden !important;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 999px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 1000px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1279px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1280px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspScrollable {
    outline: none;
}

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspContainer:hover .jspVerticalBar {
    opacity: 1;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 5px;
    width: 0px;
    height: 100%;
    opacity: 0;
    transition-property: opacity;
    transition-duration: .2s;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #e7e7e7;
    position: relative;
}

.jspDrag {
    width: 5px;
    background: #797979;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0.7;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}

.jq-rating {
    font-size: 19px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jq-rating--editable {
    cursor: pointer;
}

.jq-rating--level-xlow .jq-rating-group--hover {
    color: #e11e21;
}

.jq-rating--level-low .jq-rating-group--hover {
    color: #ff5d10;
}

.jq-rating--level-medium .jq-rating-group--hover {
    color: #e8800e;
}

.jq-rating--level-high .jq-rating-group--hover {
    color: #f9b836;
}

.jq-rating--level-xhigh .jq-rating-group--hover {
    color: #e1ac0b;
}

/**
 * Groups
 */
.jq-rating-group,
.jq-rating-group--hover {
    color: #EEE;
}

.jq-rating-group > span, .jq-rating-group--hover > span {
    margin-right: 2px;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Main tags
----------------------------------------- */
* {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

html, body {
    height: 100%;
}

body {
    position: relative;
    min-width: 320px;
    min-height: 700px;
    background-color: #ebebeb;
}

@media screen and (max-width: 767px) {
    body {
        min-height: 480px;
    }
}

h1 {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 30px;
    color: #252525;
    line-height: 36px;
    text-transform: none;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 24px;
        line-height: 30px;
    }
}

h2 {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 24px;
    color: #252525;
    line-height: 30px;
    text-transform: none;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 17px;
        line-height: 20px;
    }
}

h4 {
    font-family: "Helvetica Light", Arial, sans-serif;
    font-size: 16px;
    color: #252525;
    line-height: 20px;
    text-transform: none;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    h4 {
        font-size: 18px;
        line-height: 20px;
    }
}

h5 {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #a4a4a4;
    line-height: 16px;
    text-transform: none;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    h5 {
        font-size: 10px;
        line-height: 12px;
    }
}

a {
    color: #008bc7;
    outline: none !important;
    text-decoration: none;
    transition-property: border, background-color, color;
    transition-duration: .2s;
}

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

input, textarea, button {
    outline: none !important;
    -webkit-appearance: none;
}

.glyphicon {
    transition-property: border, background-color, color;
    transition-duration: .2s;
}

.body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    width: 100%;
    max-width: 1400px;
    min-height: 100%;
    background-color: #ffffff;
    margin: 0px auto;
}

.container-fluid {
    max-width: 1245px;
}

@media screen and (max-width: 767px) {
    .form-control {
        font-size: 12px;
        padding: 15px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.btn {
    border: 0px;
    box-shadow: none;
    border-bottom: 2px solid #cce8f4 !important;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    padding: 30px;
    padding-top: 12px;
    padding-bottom: 11px;
}

@media screen and (max-width: 767px) {
    .btn {
        font-size: 11px;
        padding: 15px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.btn.btn-primary.delete_user {
    background-color: #e51b25;
/ / !important;
}

.btn.btn-primary.delete_user:hover {
    background-color: #ab131a !important;
}

.btn.btn-primary {
    background-color: #008bc7;
/ / !important;
}

.btn.btn-primary:hover {
    background-color: #0079ae !important;
}

.btn.btn-secondary {
    background-color: #edf5f9 !important;
    color: #008bc7 !important;
}

.btn.btn-secondary:hover {
    background-color: #daeaf3 !important;
}

.btn.btn-outline-secondary {
    box-shadow: 0px 2px 0px #cce8f4;
    border: 2px solid #008bc7 !important;
    background-color: #ffffff !important;
    color: #008bc7 !important;
}

.btn.btn-outline-secondary:hover {
    border: 2px solid #0079ae !important;
    background-color: #0079ae !important;
    color: #ffffff !important;
}

.btn.btn-sm, .btn-group-sm > .btn {
    background-color: #ffffff;
    font-size: 13px;
    padding: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.btn.btn-sm:hover, .btn-group-sm > .btn:hover {
    background-color: #daeaf3 !important;
}

@media screen and (max-width: 767px) {
    .btn.btn-sm, .btn-group-sm > .btn {
        font-size: 10px;
        padding: 10px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
}

.fa-user {
    color: #ffffff;
    text-shadow: -1px -1px 0 #252525, 1px -1px 0 #252525, -1px 1px 0 #252525, 1px 1px 0 #252525;
}

@media (min-width: 1000px) {
    .fa-user {
        color: #e51b24;
        text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
    }
}

.nav-tabs {
    border-bottom: 0px;
}

.nav-tabs .nav-link {
    border-bottom: 0px !important;
    font-size: 18px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 979px) {
    .nav-tabs .nav-link {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .nav-tabs .nav-link {
        width: 90px;
        text-align: center;
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

/* Checkbox
----------------------------------------- */
.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-indicator {
    box-shadow: none;
    border-color: #008bc7;
    background-color: #008bc7;
}

.custom-control {
    padding-left: 35px;
}

@media screen and (max-width: 767px) {
    .custom-control {
        padding-left: 25px;
        margin-bottom: 0px;
    }
}

.custom-control .custom-control-indicator {
    width: 25px;
    height: 25px;
    border: 1px solid #e7e7e7;
    background-color: #ffffff;
    transition-property: all;
    transition-duration: .2s;
}

@media screen and (max-width: 767px) {
    .custom-control .custom-control-indicator {
        width: 15px;
        height: 15px;
    }
}

.custom-control .custom-control-description {
    position: relative;
    top: 5px;
    display: inline-block;
    font-size: 16px;
    color: #252525;
    line-height: 20px;
    transition-property: all;
    transition-duration: .2s;
}

@media screen and (max-width: 767px) {
    .custom-control .custom-control-description {
        top: -1px;
        font-size: 12px;
        line-height: 14px;
    }
}

/* Pager
----------------------------------------- */
.pager {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    color: #252525;
    line-height: 26px;
    text-transform: none;
}

@media screen and (max-width: 767px) {
    .pager {
        font-size: 11px;
        line-height: 20px;
    }
}

.pager span {
    float: left;
    padding-right: 10px;
}

@media screen and (max-width: 767px) {
    .pager span {
        padding-right: 5px;
    }
}

.pager a {
    float: left;
    min-width: 30px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .pager a {
        min-width: 20px;
    }
}

.pager a.active {
    cursor: default;
    border-radius: 3px;
    background-color: #eff1f4;
    color: #252525;
    font-weight: bold;
}

.pager a .fa {
    position: relative;
    top: 1px;
    font-size: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

@media screen and (max-width: 767px) {
    .pager a .fa {
        font-size: 12px;
        margin-left: 3px;
        margin-right: 3px;
    }
}

/* Filter
----------------------------------------- */
.filter {
    background-color: #f7f7f7;
    border-radius: 5px;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    color: #797979;
    line-height: 20px;
    text-transform: none;
    padding-left: 25px;
    padding-top: 15px;
    margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
    .filter {
        font-size: 11px;
        line-height: 14px;
        padding-left: 10px;
        padding-top: 6px;
        padding-bottom: 0px;
    }
}

@media (min-width: 768px) {
    .filter .collapse {
        display: none;
    }
}

.filter aside {
    display: none;
}

@media (min-width: 768px) {
    .filter aside {
        display: block !important;
    }
}

.filter a {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
    .filter a {
        margin-right: 10px;
        margin-bottom: 8px;
    }
}

.filter .total {
    position: relative;
    top: -5px;
    display: inline-block;
    color: #797979;
    font-size: 9px;
    line-height: 12px;
    margin-left: 3px;
}

@media screen and (max-width: 767px) {
    .filter .total {
        font-size: 8px;
        line-height: 10px;
        margin-left: 2px;
    }
}

/* Header
----------------------------------------- */
header {
    z-index: 10;
}

@media (min-width: 1000px) {
    header {
        position: relative;
    }
}

@media (min-width: 1000px) {
    header .relative {
        position: relative;
    }
}

header aside {
    display: none;
    height: 105px;
}

@media screen and (max-width: 999px) {
    header aside {
        display: block;
    }
}

header .logo {
    height: 50px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 50px 50px;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #e51b24;
    line-height: 14px;
    text-transform: none;
    font-weight: bold;
    font-style: italic;
    padding-left: 80px;
    padding-top: 10px;
    margin-top: 17px;
}

@media screen and (max-width: 999px) {
    header .logo {
        position: relative;
        height: 30px;
        background-size: 30px 30px;
        font-size: 8px;
        color: #e51b24;
        line-height: 9px;
        padding-left: 45px;
        padding-top: 5px;
        margin-top: 12px;
        z-index: 9;
    }
}

header .top {
    height: 90px;
    background-color: #ffffff;
}

@media screen and (max-width: 999px) {
    header .top {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 57px;
        border-bottom: 2px solid #e51b24;
        z-index: 13;
    }
}

header .top form {
    position: absolute;
    left: 430px;
    top: 0px;
    margin-top: 29px;
    z-index: 7;
}

@media (min-width: 1000px) {
    header .top form {
        z-index: 15;
    }
}

@media screen and (max-width: 1279px) {
    header .top form {
        left: 230px;
    }
}

@media screen and (max-width: 999px) {
    header .top form {
        position: absolute;
        left: 0px;
        top: -50% !important;
        width: 100% !important;
        background-color: #e51b24;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 0px;
        transition-property: all;
        transition-duration: .3s;
    }
}

header .top form .container-fluid .inner {
    position: relative;
}

@media screen and (max-width: 999px) {
    header .top form .container-fluid .inner {
        margin: 0px !important;
    }
}

header .top form .container-fluid .inner .typehead {
    display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    min-width: 600px;
    border-radius: 5px;
    background-color: #eff1f4;
    padding-left: 45px;
    padding-right: 45px;
    margin-top: 2px;
}

@media screen and (max-width: 999px) {
    header .top form .container-fluid .inner .typehead {
        display: none !important;
    }
}

header .top form .container-fluid .inner .typehead span {
    display: block;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #797979;
    line-height: 16px;
    text-transform: none;
    padding-top: 16px;
    padding-bottom: 7px;
}

header .top form .container-fluid .inner .typehead article {
    border-bottom: 1px solid #e7e7e7;
    padding-top: 14px;
    padding-bottom: 20px;
}

header .top form .container-fluid .inner .typehead article a {
    display: block;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 18px;
    color: #252525;
    line-height: 22px;
    text-transform: none;
    font-weight: bold;
}

header .top form .container-fluid .inner .typehead article a:hover {
    color: #e51b24;
}

header .top form .container-fluid .inner .typehead article a:hover strong {
    color: #252525;
}

header .top form .container-fluid .inner .typehead article a strong {
    color: #e51b24;
    transition-property: color;
    transition-duration: .3s;
}

header .top form .container-fluid .inner .typehead article div {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #252525;
    line-height: 16px;
    text-transform: none;
    padding-top: 6px;
    opacity: 0.8;
}

header .top form .container-fluid .inner .typehead .more {
    display: inline-block;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 17px;
}

header .top form button {
    position: absolute;
    left: 0px;
    top: 0px;
    border: 0px;
    background-color: transparent;
    background-image: url(../images/i_search.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px 21px;
    width: 45px;
    height: 100%;
}

@media screen and (max-width: 999px) {
    header .top form button {
        left: -100000px;
    }
}

header .top form .form-control {
    width: 350px;
    background-color: #eff1f4;
    border: 1px solid #eff1f4 !important;
    font-family: "Helvetica Light", Arial, sans-serif;
    font-size: 18px;
    color: #252525;
    line-height: 18px;
    text-transform: none;
    padding-left: 45px;
}

@media screen and (max-width: 1279px) {
    header .top form .form-control {
        width: 300px;
    }
}

@media screen and (max-width: 999px) {
    header .top form .form-control {
        width: 100%;
        font-family: "Helvetica Light", Arial, sans-serif;
        font-size: 24px;
        color: #252525;
        line-height: 24px;
        text-transform: none;
        padding-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    header .top form .form-control {
        font-size: 18px;
        line-height: 18px;
    }
}

header .top .help {
    margin-top: 43px;
}

@media screen and (max-width: 999px) {
    header .top .help {
        position: relative;
        left: 0px;
        bottom: auto;
        color: #252525;
        margin-top: 16px;
    }

    header .top .help:hover {
        color: #e51b24;
    }

    header .top .help .glyphicon {
        color: #797979;
    }
}

header .info {
    width: 250px;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #797979;
    line-height: 18px;
    text-transform: none;
    margin-left: 600px;
    margin-top: 18px;
}

@media screen and (max-width: 1279px) {
    header .info {
        margin-left: 400px;
    }
}

@media screen and (max-width: 999px) {
    header .info {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100% !important;
        height: 100%;
        background-color: #ffffff;
        margin: 0px !important;
        z-index: 8;
    }

    header .info div {
        display: none;
    }
}

header.index aside {
    height: 57px;
}

header.index .top form {
    left: 0px;
    top: 100%;
    width: 100%;
    margin-top: 22px;
}

@media screen and (max-width: 999px) {
    header.index .top form {
        margin-top: 0px;
    }
}

header.index .top form .container-fluid .inner {
    margin-right: 350px;
}

header.index .top form button {
    background-size: 32px 32px;
    width: 80px;
}

header.index .top form .form-control {
    width: 100%;
    font-family: "Helvetica Light", Arial, sans-serif;
    font-size: 24px;
    color: #252525;
    line-height: 24px;
    text-transform: none;
    padding-left: 80px;
}

@media screen and (max-width: 999px) {
    header.index .top form .form-control {
        padding-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    header.index .top form .form-control {
        font-size: 18px;
        line-height: 18px;
    }
}

header.index .info {
    width: 750px;
    margin-left: 90px;
    margin-top: 39px;
}

@media screen and (max-width: 1279px) {
    header.index .info {
        width: 650px;
        margin-left: 40px;
        margin-top: 29px;
    }
}

header.index .info div {
    float: left;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
}

header .help {
    position: absolute;
    left: 35px;
    bottom: 30px;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
    margin-top: -97px;
}

@media (min-width: 1000px) {
    header .help {
        color: #252525;
        position: relative;
        left: 0px;
        bottom: auto;
    }
}

header .help .glyphicon {
    top: 4px;
    font-size: 16px;
    margin-right: 9px;
}

@media (min-width: 1000px) {
    header .help .glyphicon {
        color: #797979;
    }
}

header .help:hover {
    color: #e51b24;
}

header .help:hover .glyphicon {
    color: #e51b24;
}

@media screen and (max-width: 999px) {
    header:before {
        content: '';
        position: fixed;
        left: 0px;
        top: 100%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 12;
        transition-property: all;
        transition-duration: .3s;
    }

    header.on .header {
        top: 0px;
    }

    header.search form {
        top: 100% !important;
    }

    header.search:before {
        top: 0px;
    }
}

header .header {
    height: 50px;
    background-color: #e51b24;
}

header .header .nologin {
    min-height: 50px;
    font-size: 0px;
}

@media screen and (max-width: 999px) {
    header .header .nologin {
        padding-top: 10px;
        margin-left: 20px;
        margin-right: 20px;
    }
}

header .header .nologin .login {
    display: block;
    font-size: 24px;
    margin-top: 12px;
}

header .header .nologin .login .fa {
    width: 23px;
    font-size: 16px;
    vertical-align: top;
    padding-top: 9px;
}

@media (min-width: 1000px) {
    header .header .nologin .login {
        position: relative;
        display: inline-block;
        width: 110px;
        height: 36px;
        background-color: #ffffff;
        border-radius: 5px;
        border-bottom: 2px solid #b7161d;
        font-size: 15px;
        line-height: 34px;
        text-align: center;
        vertical-align: top;
        padding-left: 37px;
        margin-top: 8px;
    }

    header .header .nologin .login .fa {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 37px;
        height: 100%;
        border-right: 1px solid #dbdbdb;
        font-size: 15px;
        padding-top: 10px;
    }
}

header .header .nologin .reg {
    display: block;
    font-size: 24px;
    margin-left: 23px;
    margin-top: 12px;
}

@media (min-width: 1000px) {
    header .header .nologin .reg {
        display: inline-block;
        color: #ffffff;
        font-size: 15px;
        line-height: 34px;
        vertical-align: top;
        margin-left: 40px;
        margin-top: 8px;
    }
}

header .header .cabinet {
    font-size: 0px;
}

@media screen and (max-width: 999px) {
    header .header .cabinet {
        margin-left: 20px;
        margin-right: 20px;
    }
}

/*----------------14.02----------------*/
header .header .cabinet .name {
    position: relative;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #252525;
    line-height: 18px;
    text-transform: none;
    padding-left: 23px;
    margin-top: 35px;
}

header .header .cabinet .name .fa {
    position: absolute;
    left: 0px;
    top: 3px;
}

@media (min-width: 1000px) {
    header .header .cabinet .name {
        display: inline-block;
        font-family: "Helvetica", Arial, sans-serif;
        font-size: 13px;
        color: #ffffff;
        line-height: 16px;
        text-transform: none;
        text-align: left;
        vertical-align: top;
        padding-left: 45px;
        padding-right: 45px;
        padding-top: 10px;
        margin-top: 0px;
    }

    header .header .cabinet .name .fa {
        left: 15px;
        top: 0px;
    }
}

/*---------------12.02.2017-----------------------*/
header .header .cabinet a {
    display: block;
    font-size: 16px;
    margin-top: 12px;
}

header .header .cabinet a.logout {
    position: relative;
}

header .header .cabinet a.logout:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/logout.png);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
    transition-property: opacity;
    transition-duration: .2s;
}

header .header .cabinet a.logout:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/logout_hover.png);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transition-property: opacity;
    transition-duration: .2s;
}

@media screen and (max-width: 999px) {
    header .header .cabinet a.logout {
        position: absolute;
        right: 35px;
        bottom: 30px;
        font-size: 12px;
        line-height: 14px;
    }

    header .header .cabinet a.logout:before {
        display: none;
    }

    header .header .cabinet a.logout:after {
        display: none;
    }
}

header .header .cabinet a:hover {
    background-color: #ffffff;
    color: red;
}

header .header .cabinet a:hover:before {
    opacity: 0;
}

header .header .cabinet a:hover:after {
    opacity: 1;
}

header .header .cabinet a.active {
    background-color: #ffffff;
    color: red;
}

header .header .cabinet a.active:before {
    opacity: 0;
}

header .header .cabinet a.active:after {
    opacity: 1;
}

/*------------12.02.2017-----------------------*/
header .header .cabinet a .fa {
    width: 23px;
    font-size: 10px;
    vertical-align: top;
    padding-top: 6px;
}

/*----------12.02.2017----------------------------*/
@media (min-width: 1000px) {
    header .header .cabinet a .fa {
        padding-top: 12px;
    }
}

/*-------------------------------------------------*/

header .header .cabinet a em {
    font-style: normal;
}

/*--------------------12.02.2017------------*/
header .header .cabinet a i {
    position: relative;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
}

/*------12.02.17--------------------------------*/
@media (min-width: 1000px) {
    header .header .cabinet a i {
        top: 3px;
        font-size: 14px;
    }
}

@media (min-width: 1000px) {
    header .header .cabinet a {
        display: inline-block;
        min-width: 57px;
        height: 50px;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        font-size: 20px;
        color: #ffffff;
        text-align: center;
        vertical-align: top;
        white-space: nowrap;
        padding-top: 4px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0px;
    }

    header .header .cabinet a .fa {
        font-size: 20px;
    }

    header .header .cabinet a em {
        display: none;
    }
}

@media screen and (max-width: 999px) {
    header .header {
        position: fixed;
        left: 0px;
        top: 100%;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        padding-top: 57px;
        z-index: 12;
        transition-property: all;
        transition-duration: .3s;
    }
}

header .alert {
    border: 0px;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0px;
    padding-top: 35px;
    padding-bottom: 29px;
    padding-right: 15px;
    margin: 0px;
}

@media screen and (max-width: 767px) {
    header .alert {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

header .alert .container-fluid {
    position: relative;
    background-image: url(../images/i_alert.svg);
    background-repeat: no-repeat;
    background-position: 15px 4px;
    background-size: 37px 34px;
    padding-left: 95px;
    padding-right: 200px;
}

@media screen and (max-width: 999px) {
    header .alert .container-fluid {
        background-position: 0px 4px;
        padding-left: 80px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    header .alert .container-fluid {
        background-position: 0px 4px;
        background-size: 18px 17px;
        padding-left: 40px;
    }
}

header .alert .container-fluid strong {
    display: block;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 18px;
    color: #252525;
    line-height: 22px;
    text-transform: none;
    padding-bottom: 14px;
}

@media screen and (max-width: 767px) {
    header .alert .container-fluid strong {
        font-size: 14px;
        line-height: 17px;
        padding-bottom: 7px;
    }
}

header .alert .container-fluid p {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    color: #797979;
    line-height: 20px;
    text-transform: none;
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    header .alert .container-fluid p {
        font-size: 11px;
        line-height: 15px;
    }
}

header .alert-dismissible {
    position: relative;
}

header .alert-dismissible .close {
    position: absolute;
    right: 15px;
    top: 2px;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #008bc7;
    line-height: 14px;
    text-transform: none;
    font-weight: normal;
    opacity: 1;
}

@media screen and (max-width: 999px) {
    header .alert-dismissible .close {
        position: relative;
        right: 0px;
        left: 0px;
        top: auto;
        float: left;
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    header .alert-dismissible .close {
        font-size: 9px;
    }
}

header .alert-dismissible .close .glyphicon {
    top: 2px;
}

header .search_btn {
    cursor: pointer;
    display: none;
    position: fixed;
    right: 50px;
    top: 0px;
    width: 50px;
    height: 55px;
    background-color: transparent;
    z-index: 13;
    transition-property: all;
    transition-duration: .3s;
}

@media screen and (max-width: 999px) {
    header .search_btn {
        display: block;
        margin-right: 0px;
    }
}

header .search_btn:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/i_search.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px 19px;
    opacity: 1;
    transition-property: all;
    transition-duration: .3s;
}

header .search_btn .patty {
    width: 22px;
    height: 2px;
    margin: 27px auto;
    background-color: #e51b24;
    transition: all 0.3s;
    opacity: 0;
}

header .search_btn .patty:before, header .search_btn .patty:after {
    content: '';
    position: absolute;
    display: block;
    width: 22px;
    height: 2px;
    background-color: #e51b24;
    transition: all 0.3s;
}

header .search_btn .patty:before {
    top: 19px;
}

header .search_btn .patty:after {
    top: 35px;
}

header.search .search_btn {
    background-color: #e51b24;
}

header.search .search_btn:before {
    opacity: 0;
}

header.search .search_btn .patty {
    opacity: 1;
    background: none !important;
}

header.search .search_btn .patty:after {
    top: 27px !important;
    background: #ffffff !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

header.search .search_btn .patty:before {
    top: 27px !important;
    background: #ffffff !important;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

header .menu {
    cursor: pointer;
    display: none;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 55px;
    background-color: transparent;
    z-index: 13;
    transition-property: all;
    transition-duration: .3s;
}

@media screen and (max-width: 999px) {
    header .menu {
        display: block;
        margin-right: 0px;
    }
}

header .menu .patty {
    width: 22px;
    height: 2px;
    margin: 27px auto;
    background-color: #e51b24;
    transition: all 0.3s;
}

header .menu .patty:before, header .menu .patty:after {
    content: '';
    position: absolute;
    display: block;
    width: 22px;
    height: 2px;
    background-color: #e51b24;
    transition: all 0.3s;
}

header .menu .patty:before {
    top: 19px;
}

header .menu .patty:after {
    top: 35px;
}

header.on .menu {
    background-color: #e51b24;
}

header.on .menu .patty {
    background: none !important;
}

header.on .menu .patty:after {
    top: 27px !important;
    background: #ffffff !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

header.on .menu .patty:before {
    top: 27px !important;
    background: #ffffff !important;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Navigation
----------------------------------------- */
nav {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    z-index: 9;
}

@media screen and (max-width: 999px) {
    nav {
        position: fixed;
        top: -100%;
        height: 100%;
        border: 5px solid #e51b24;
        background-color: #ffffff;
        transition-property: top;
        transition-duration: .3s;
    }
}

nav .container-fluid {
    height: 0px;
}

@media (min-width: 1000px) {
    nav .container-fluid {
        position: relative;
        left: 0px;
        max-width: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (min-width: 1217px) {
    nav .container-fluid {
        left: -585px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 999px) {
    nav .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }
}

nav .container-fluid .fa {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    transition-property: all;
    transition-duration: .2s;
}

@media screen and (max-width: 999px) {
    nav .container-fluid .fa {
        font-size: 24px;
    }
}

nav .container-fluid .link {
    cursor: pointer;
    position: relative;
    display: block;
    width: 395px;
    height: 50px;
    background-color: #e51b24;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    text-transform: none;
    font-weight: bold;
    padding-left: 115px;
    margin-top: 90px;
    margin-left: -115px;
}

@media screen and (max-width: 999px) {
    nav .container-fluid .link {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        border-right: 0px;
        padding-left: 15px;
        margin-left: 0px;
        margin-top: 55px;
        z-index: 12;
    }

    nav .container-fluid .link .fa {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    nav .container-fluid .link .fa.mirror {
        display: inline-block;
        height: 0px;
        overflow: hidden;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        padding-top: 4px;
        margin-right: -1px;
    }
}

nav .container-fluid .link .mirror {
    display: none;
}

nav .container-fluid .nav {
    display: inline-block;
    margin-left: -115px;
}

@media screen and (max-width: 999px) {
    nav .container-fluid .nav {
        display: block !important;
        margin-left: 0px;
        margin-top: 100px;
    }
}

nav .container-fluid section {
    position: relative;
    overflow: hidden;
    width: 395px;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background-color: #ffffff;
}

@media screen and (max-width: 999px) {
    nav .container-fluid section {
        width: 100%;
        border-right: 0px solid #e7e7e7;
        border-bottom: 0px solid #e7e7e7;
    }
}

nav .container-fluid section a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding-left: 115px;
    padding-right: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 999px) {
    nav .container-fluid section a {
        padding-left: 15px;
        padding-right: 30px;
    }
}

nav .container-fluid section a:before {
    content: '';
    position: relative;
    top: 6px;
    display: none;
    width: 15px;
    height: 8px;
    background-image: url(../images/li.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    vertical-align: top;
    margin-left: -15px;
}

nav .container-fluid section a:hover:before {
    display: inline-block;
}

nav .container-fluid section a.products {
    border-bottom: 1px solid #e7e7e7;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

nav .container-fluid section a.products .total {
    display: none;
}

nav .container-fluid section a.products .new {
    display: none;
}

nav .container-fluid section a .total {
    position: relative;
    top: -5px;
    display: inline-block;
    color: #797979;
    font-size: 10px;
    line-height: 12px;
    font-weight: normal;
    margin-left: 3px;
}

@media screen and (max-width: 767px) {
    nav .container-fluid section a .total {
        font-size: 8px;
        line-height: 10px;
        margin-left: 2px;
    }
}

/*-------------------12.02.2017---------------------*/
nav .container-fluid section a .new, .kod3 a .new {
    position: relative;
    top: -5px;
    display: inline-block;
    border-radius: 2px;
    background-color: #e51b24;
    color: #ffffff;
    font-size: 10px;
    line-height: 12px;
    font-weight: normal;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 3px;
}

@media screen and (max-width: 767px) {
    nav .container-fluid section a .new {
        font-size: 8px;
        line-height: 10px;
        margin-left: 2px;
    }
}

nav .container-fluid section a .fa {
    display: none;
    right: 10px;
    top: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

nav .container-fluid section a.one .fa {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

nav .container-fluid section .list.active .products {
    color: #252525;
}

nav .container-fluid section .list.active .products:before {
    display: none;
}

nav .container-fluid section .list.active .products .total {
    display: inline-block !important;
}

nav .container-fluid section .list.active .products .new {
    display: inline-block !important;
}

nav .container-fluid section .list.active .products .fa {
    display: block;
}

@media screen and (max-width: 999px) {
    nav .container-fluid section .list.active .products .total {
        display: none !important;
    }

    nav .container-fluid section .list.active .products .new {
        display: none !important;
    }
}

nav .container-fluid section .list .products_list {
    overflow-x: hidden;
    overflow-y: auto;
    border-bottom: 1px solid #e7e7e7;
}

nav .container-fluid section .list .products_list .products_list {
    border-bottom: 0px solid #e7e7e7;
}

nav .container-fluid section .list .products_list a {
    padding-right: 30px;
    margin-top: 16px;
    margin-bottom: 16px;
}

@media screen and (max-width: 999px) {
    nav .container-fluid section .list .products_list a {
        padding-right: 15px;
    }
}

nav .container-fluid section .list .products_list a:first-of-type {
    margin-top: 20px;
}

nav .container-fluid section .list .products_list a:last-of-type {
    margin-bottom: 20px;
}

nav .container-fluid section .list .products_list a .fa {
    top: 1px;
}

nav .container-fluid section .list .products_list .sublist {
    margin-top: -4px;
    margin-bottom: -4px;
}

/*------------------12.02.17-------------------*/
@media (min-width: 1000px) {
    nav .container-fluid section .list .products_list .sublist {
        width: 394px;
    }
}

/*---------------------------------------------*/
nav .container-fluid section .list .products_list .sublist.active .item {
    color: #252525;
}

nav .container-fluid section .list .products_list .sublist.active .item:before {
    display: none;
}

nav .container-fluid section .list .products_list .sublist.active .item.active .fa {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

nav .container-fluid section .list .products_list .sublist.active .item .fa {
    display: block;
}

nav .container-fluid section .list .products_list .sublist .products_list {
    min-height: 1px !important;
    max-height: none !important;
    overflow: visible;
}

nav .container-fluid section .list .products_list .sublist .products_list a {
    padding-left: 135px;
}

@media screen and (max-width: 999px) {
    nav .container-fluid section .list .products_list .sublist .products_list a {
        padding-left: 30px;
    }
}

nav .container-fluid section .list .products_list .sublist .products_list a:first-child {
    margin-top: -4px;
}

nav .container-fluid section .list .products_list .sublist .products_list a.active {
    color: #252525;
}

nav .container-fluid section .list .products_list .sublist .products_list a.active:before {
    display: none;
}

nav .container-fluid section .list .products_list .sublist .products_list a.active .fa {
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

nav.active .container-fluid .fa {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

nav.no-toggle .nav {
    display: inline-block !important;
}

@media screen and (max-width: 999px) {
    nav.no-toggle .nav {
        display: block !important;
    }
}

@media screen and (max-width: 999px) {
    .catalog-open nav {
        top: 0%;
    }

    .catalog-open nav .container-fluid .link .fa.mirror {
        height: 20px;
    }
}

/* Pages
----------------------------------------- */
.pages {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

/* Home
----------------------------------------- */
.home {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    height: 100%;
    padding-top: 64px;
    padding-bottom: 74px;
}

@media screen and (max-width: 999px) {
    .home {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

/*-------------12.02..2017--------------------*/
.home .container-fluid {
    padding-right: 250px;
}

/*-------------12.02..2017--------------------*/
@media screen and (max-width: 1199px) {
    .home .container-fluid {
        padding-right: 350px;
    }
}

@media screen and (max-width: 999px) {
    .home .container-fluid {
        padding: 0px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .home .container-fluid {
        padding-bottom: 25px;
    }
}

.home h2 {
    clear: both;
    padding-top: 50px;
    padding-bottom: 20px;
}

@media screen and (max-width: 999px) {
    .home h2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .home h2 {
        padding-top: 25px;
        padding-bottom: 10px;
    }
}

.home .products {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 16px;
    color: #797979;
    line-height: 24px;
    text-transform: none;
}

@media screen and (max-width: 767px) {
    .home .products {
        font-size: 14px;
        line-height: 18px;
    }
}

.home .products div {
    padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .home .products div {
        padding-bottom: 5px;
    }
}

.home .products a:hover {
    display: inline-block;
    background-image: url(../images/li.svg);
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 15px;
    margin-left: -15px;
}

.home .products .total {
    position: relative;
    top: -5px;
    display: inline-block;
    color: #797979;
    font-size: 10px;
    line-height: 12px;
    margin-left: 3px;
}

@media screen and (max-width: 767px) {
    .home .products .total {
        font-size: 8px;
        line-height: 10px;
        margin-left: 2px;
    }
}

.home .products .new {
    position: relative;
    top: -5px;
    display: inline-block;
    border-radius: 2px;
    background-color: #e51b24;
    color: #ffffff;
    font-size: 10px;
    line-height: 12px;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 3px;
}

@media screen and (max-width: 767px) {
    .home .products .new {
        font-size: 8px;
        line-height: 10px;
        margin-left: 2px;
    }
}

.home .hot {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 350px;
    height: 100%;
    overflow: auto;
    border-left: 1px solid #e7e7e7;
    background-color: #f5f5f5;
    /* z-index: 2; */
}

@media screen and (max-width: 999px) {
    .home .hot {
        position: relative;
        width: 100%;
        height: auto;
        border-left: 0px;
    }
}

.home .hot .jspCap.jspCapBottom {
    height: 64px;
}

.home .hot .inner {
    padding-left: 35px;
    padding-bottom: 74px;
}

@media screen and (max-width: 999px) {
    .home .hot .inner {
        padding-left: 15px;
        padding-bottom: 0px;
    }
}

.home .hot .inner h4 {
    padding-top: 24px;
    padding-bottom: 6px;
}

.home .hot .glyphicon {
    float: right;
    padding-right: 10px;
    padding-top: 5px;
    z-index: 10;
    border: 0;
}

@media screen and (max-width: 767px) {
    .home .hot .inner h4 {
        padding-top: 12px;
        padding-bottom: 3px;
    }
}

.home .hot .inner article {
    border-bottom: 1px solid #e7e7e7;
    padding-top: 22px;
    padding-bottom: 22px;
}

.home .hot .inner article:last-child {
    border-bottom: 0px solid #e7e7e7;
}

@media screen and (max-width: 767px) {
    .home .hot .inner article {
        padding-top: 11px;
        padding-bottom: 9px;
    }
}

.home .hot .inner article .details {
    position: relative;
    padding-right: 150px;
}

@media screen and (max-width: 999px) {
    .home .hot .inner article .details {
        padding-right: 230px;
    }
}

@media screen and (max-width: 767px) {
    .home .hot .inner article .details {
        padding-right: 120px;
    }
}

.home .hot .inner article .timer {
    font-size: 0px;
    padding-top: 20px;
    padding-bottom: 3px;
}

@media screen and (max-width: 999px) {
    .home .hot .inner article .timer {
        position: absolute;
        right: 15px;
        top: 0px;
        padding-top: 5px;
    }
}

.home .hot .inner article .timer .text {
    display: inline-block;
    width: 70px;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #252525;
    line-height: 14px;
    text-transform: none;
    vertical-align: top;
    opacity: 0.6;
}

@media screen and (max-width: 767px) {
    .home .hot .inner article .timer .text {
        width: 48px;
        font-size: 9px;
        line-height: 11px;
    }
}

.home .hot .inner article .timer .digit {
    display: inline-block;
    vertical-align: top;
}

.home .hot .inner article .timer .digit .count {
    display: inline-block;
    width: 20px;
    height: 26px;
    background-image: url(../images/countdown.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    color: #252525;
    line-height: 26px;
    text-transform: none;
    text-align: center;
    vertical-align: top;
    margin-right: 2px;
}

@media screen and (max-width: 767px) {
    .home .hot .inner article .timer .digit .count {
        width: 11px;
        height: 14px;
        background-size: 11px 14px;
        font-size: 10px;
        line-height: 14px;
    }
}

.home .hot .inner article .timer .digit .name {
    display: block;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 9px;
    color: #252525;
    line-height: 14px;
    text-transform: none;
    padding-top: 2px;
    opacity: 0.6;
}

@media screen and (max-width: 767px) {
    .home .hot .inner article .timer .digit .name {
        font-size: 6px;
        line-height: 10px;
    }
}

.home .hot .inner article .timer .points {
    display: inline-block;
    width: 12px;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    color: #252525;
    line-height: 26px;
    text-transform: none;
    text-align: center;
    vertical-align: top;
    margin-left: -2px;
}

@media screen and (max-width: 767px) {
    .home .hot .inner article .timer .points {
        width: 5px;
        font-size: 10px;
        line-height: 14px;
    }
}

.home .hot .inner article .expires {
    position: relative;
    width: 195px;
    background-color: #e51b24;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 11px;
    color: #ffffff;
    line-height: 22px;
    text-transform: none;
    font-weight: bold;
    padding-left: 35px;
    margin-left: -35px;
    margin-bottom: 8px;
}

.home .hot .inner article .expires:after {
    content: '';
    position: absolute;
    right: -6px;
    top: 0px;
    width: 6px;
    height: 22px;
    background-image: url(../images/expires.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
    .home .hot .inner article .expires {
        width: 170px;
        font-size: 9px;
        line-height: 18px;
    }

    .home .hot .inner article .expires:after {
        right: -5px;
        width: 5px;
        height: 18px;
    }
}

.home .hot .inner article strong {
    display: block;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 18px;
    color: #252525;
    line-height: 22px;
    text-transform: none;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .home .hot .inner article strong {
        font-size: 14px;
        line-height: 16px;
    }
}

.home .hot .inner article .left {
    position: relative;
    width: 154px;
    background-color: #b2b6b8;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 11px;
    color: #ffffff;
    line-height: 22px;
    text-transform: none;
    font-weight: bold;
    text-align: center;
    margin-left: 6px;
    margin-top: 11px;
    margin-bottom: 6px;
}

.home .hot .inner article .left:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 0px;
    width: 6px;
    height: 22px;
    background-image: url(../images/left_left.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.home .hot .inner article .left:after {
    content: '';
    position: absolute;
    right: -6px;
    top: 0px;
    width: 6px;
    height: 22px;
    background-image: url(../images/left_right.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

@media screen and (max-width: 999px) {
    .home .hot .inner article .left {
        position: absolute;
        right: 15px;
        top: 0px;
        margin-top: 2px;
    }
}

@media screen and (max-width: 767px) {
    .home .hot .inner article .left {
        width: 100px;
        font-size: 9px;
        line-height: 15px;
    }

    .home .hot .inner article .left:before {
        left: -4px;
        width: 4px;
        height: 15px;
        background-size: 100% 100%;
    }

    .home .hot .inner article .left:after {
        right: -4px;
        width: 4px;
        height: 15px;
        background-size: 100% 100%;
    }
}

.home .hot .inner article .send {
    background-image: url(../images/send.svg);
    background-repeat: no-repeat;
    background-position: right 4px;
    font-size: 12px;
    padding-right: 20px;
}

@media screen and (max-width: 767px) {
    .home .hot .inner article .send {
        font-size: 11px;
    }
}

.home .note {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 64px;
    border-top: 1px solid #e7e7e7;
    background-color: #f2f2f2;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 13px;
    color: #575757;
    line-height: 20px;
    text-transform: none;
    padding-top: 22px;
    z-index: 1;
}

.home .note .container-fluid {
    padding-left: 15px;
    padding-right: 365px;
    padding-bottom: 0px;
}

@media screen and (max-width: 999px) {
    .home .note {
        position: relative;
        border-bottom: 1px solid #e7e7e7;
    }

    .home .note .container-fluid {
        padding-right: 15px;
    }
}

/*-------------12.02.17---------------------------*/
@media screen and (max-width: 767px) {
    .home .note {
        height: auto;
        min-height: 50px;
        font-size: 11px;
        line-height: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/*----------------------------------------------*/
.home .more {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 350px;
    height: 64px;
    border-left: 1px solid #e7e7e7;
    background-color: #e3e4e5;
    color: #575757;
    font-size: 12px;
    padding-left: 25px;
    padding-top: 22px;
    z-index: 3;
}

.home .more:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -32px;
    width: 100%;
    height: 32px;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 50%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#33000000', GradientType=0);
    opacity: 0.2;
}

@media screen and (max-width: 999px) {
    .home .more {
        position: relative;
        display: block;
        width: 100%;
    }

    .home .more:before {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .home .more {
        height: 50px;
        font-size: 11px;
        line-height: 14px;
        padding-top: 18px;
    }
}

/* Catalog
----------------------------------------- */
.catalog {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

@media (min-width: 1000px) {
    .catalog .container-fluid {
        padding-left: 345px;
    }

    .catalog .container-fluid.padding {
        padding-bottom: 340px;
    }
}

@media (min-width: 768px) {
    .catalog .container-fluid.padding {
        padding-bottom: 340px;
    }
}

.catalog h1 {
    padding-top: 24px;
}

@media screen and (max-width: 767px) {
    .catalog h1 {
        padding-top: 15px;
    }
}

.catalog .filter {
    margin-top: 42px;
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .catalog .filter {
        margin-top: 15px;
        margin-bottom: 8px;
    }
}

.catalog h5 {
    padding-top: 22px;
}

@media screen and (max-width: 767px) {
    .catalog h5 {
        padding-top: 11px;
    }
}

.catalog h5.more {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .catalog h5.more {
        margin-bottom: 15px;
    }
}

.catalog .list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 16px;
    color: #797979;
    line-height: 24px;
    text-transform: none;
    padding-top: 37px;
    padding-bottom: 36px;
}

@media screen and (max-width: 767px) {
    .catalog .list {
        font-size: 14px;
        line-height: 18px;
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

.catalog .list div {
    padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .catalog .list div {
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        padding-bottom: 5px;
    }
}

.catalog .list a:hover {
    display: inline-block;
    background-image: url(../images/li.svg);
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 15px;
    margin-left: -15px;
}

.catalog .list .total {
    position: relative;
    top: -5px;
    display: inline-block;
    color: #797979;
    font-size: 10px;
    line-height: 12px;
    margin-left: 3px;
}

@media screen and (max-width: 767px) {
    .catalog .list .total {
        font-size: 8px;
        line-height: 10px;
        margin-left: 2px;
    }
}

.catalog .list .new {
    position: relative;
    top: -5px;
    display: inline-block;
    border-radius: 2px;
    background-color: #e51b24;
    color: #ffffff;
    font-size: 10px;
    line-height: 12px;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 3px;
}

@media screen and (max-width: 767px) {
    .catalog .list .new {
        font-size: 8px;
        line-height: 10px;
        margin-left: 2px;
    }
}

.catalog .hot {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 357px;
    overflow: hidden;
    border-top: 1px solid #e7e7e7;
    background-color: #f5f5f5;
    padding-bottom: 95px;
    z-index: 2;
}

@media screen and (max-width: 999px) {
    .catalog .hot {
        padding-left: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    .catalog .hot {
        position: relative;
        height: auto;
        padding-bottom: 65px;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.catalog .hot .inner {
    position: relative;
}

.catalog .hot .inner h4 {
    padding-top: 24px;
    padding-bottom: 28px;
    padding-left: 50px;
}

@media screen and (max-width: 999px) {
    .catalog .hot .inner h4 {
        padding-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .catalog .hot .inner h4 {
        padding-top: 12px;
        padding-bottom: 14px;
    }
}

.catalog .hot .inner .slick-arrow {
    position: absolute;
    top: 20px;
    font-size: 30px;
    z-index: 2;
}

@media screen and (max-width: 999px) {
    .catalog .hot .inner .slick-arrow {
        top: 27px;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .catalog .hot .inner .slick-arrow {
        top: 15px;
    }
}

.catalog .hot .inner .slick-arrow.slick-prev {
    left: 20px;
}

@media screen and (max-width: 999px) {
    .catalog .hot .inner .slick-arrow.slick-prev {
        left: 3px;
    }
}

.catalog .hot .inner .slick-arrow.slick-next {
    right: 20px;
}

@media screen and (max-width: 999px) {
    .catalog .hot .inner .slick-arrow.slick-next {
        right: 3px;
    }
}

.catalog .hot .inner .slick-list {
    padding-left: 50px;
}

@media screen and (max-width: 999px) {
    .catalog .hot .inner .slick-list {
        padding-left: 15px;
    }
}

.catalog .hot .inner article {
    position: relative;
    padding-right: 50px;
    padding-top: 30px;
}

@media screen and (max-width: 999px) {
    .catalog .hot .inner article {
        padding-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .catalog .hot .inner article {
        padding-top: 20px;
    }
}

.catalog .hot .inner article .timer {
    font-size: 0px;
    padding-top: 20px;
    padding-bottom: 3px;
}

@media screen and (max-width: 999px) {
    .catalog .hot .inner article .timer {
        padding-top: 5px;
    }
}

.catalog .hot .inner article .timer .text {
    display: inline-block;
    width: 70px;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #252525;
    line-height: 14px;
    text-transform: none;
    vertical-align: top;
    opacity: 0.6;
}

@media screen and (max-width: 767px) {
    .catalog .hot .inner article .timer .text {
        width: 48px;
        font-size: 9px;
        line-height: 11px;
    }
}

.catalog .hot .inner article .timer .digit {
    display: inline-block;
    vertical-align: top;
}

.catalog .hot .inner article .timer .digit .count {
    display: inline-block;
    width: 20px;
    height: 26px;
    background-image: url(../images/countdown.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    color: #252525;
    line-height: 26px;
    text-transform: none;
    text-align: center;
    vertical-align: top;
    margin-right: 2px;
}

@media screen and (max-width: 767px) {
    .catalog .hot .inner article .timer .digit .count {
        width: 11px;
        height: 14px;
        background-size: 11px 14px;
        font-size: 10px;
        line-height: 14px;
    }
}

.catalog .hot .inner article .timer .digit .name {
    display: block;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 9px;
    color: #252525;
    line-height: 14px;
    text-transform: none;
    padding-top: 2px;
    opacity: 0.6;
}

@media screen and (max-width: 767px) {
    .catalog .hot .inner article .timer .digit .name {
        font-size: 6px;
        line-height: 10px;
    }
}

.catalog .hot .inner article .timer .points {
    display: inline-block;
    width: 12px;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    color: #252525;
    line-height: 26px;
    text-transform: none;
    text-align: center;
    vertical-align: top;
    margin-left: -2px;
}

@media screen and (max-width: 767px) {
    .catalog .hot .inner article .timer .points {
        width: 5px;
        font-size: 10px;
        line-height: 14px;
    }
}

.catalog .hot .inner article .expires {
    position: absolute;
    left: 6px;
    top: 0px;
    width: 164px;
    background-color: #e51b24;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 11px;
    color: #ffffff;
    line-height: 22px;
    text-transform: none;
    font-weight: bold;
    text-align: center;
}

.catalog .hot .inner article .expires:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 0px;
    width: 6px;
    height: 22px;
    background-image: url(../images/expires.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.catalog .hot .inner article .expires:after {
    content: '';
    position: absolute;
    right: -6px;
    top: 0px;
    width: 6px;
    height: 22px;
    background-image: url(../images/expires.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
    .catalog .hot .inner article .expires {
        width: 130px;
        font-size: 9px;
        line-height: 15px;
    }

    .catalog .hot .inner article .expires:before {
        left: -5px;
        width: 5px;
        height: 15px;
    }

    .catalog .hot .inner article .expires:after {
        right: -5px;
        width: 5px;
        height: 15px;
    }
}

.catalog .hot .inner article strong {
    display: block;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 18px;
    color: #252525;
    line-height: 22px;
    text-transform: none;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .catalog .hot .inner article strong {
        font-size: 14px;
        line-height: 16px;
    }
}

.catalog .hot .inner article .left {
    position: relative;
    width: 154px;
    background-color: #b2b6b8;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 11px;
    color: #ffffff;
    line-height: 22px;
    text-transform: none;
    font-weight: bold;
    text-align: center;
    margin-left: 6px;
    margin-top: 11px;
    margin-bottom: 6px;
}

.catalog .hot .inner article .left:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 0px;
    width: 6px;
    height: 22px;
    background-image: url(../images/left_left.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.catalog .hot .inner article .left:after {
    content: '';
    position: absolute;
    right: -6px;
    top: 0px;
    width: 6px;
    height: 22px;
    background-image: url(../images/left_right.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

@media screen and (max-width: 999px) {
    .catalog .hot .inner article .left {
        margin-top: 2px;
    }
}

@media screen and (max-width: 767px) {
    .catalog .hot .inner article .left {
        width: 130px;
        font-size: 9px;
        line-height: 15px;
    }

    .catalog .hot .inner article .left:before {
        left: -4px;
        width: 4px;
        height: 15px;
        background-size: 100% 100%;
    }

    .catalog .hot .inner article .left:after {
        right: -4px;
        width: 4px;
        height: 15px;
        background-size: 100% 100%;
    }
}

.catalog .hot .inner article .send {
    background-image: url(../images/send.svg);
    background-repeat: no-repeat;
    background-position: right 4px;
    font-size: 12px;
    padding-right: 20px;
}

@media screen and (max-width: 767px) {
    .catalog .hot .inner article .send {
        background-position: right 3px;
        font-size: 9px;
    }
}

.catalog .hot .all {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 81px;
    border-top: 1px solid #c4c4c4;
    background-color: #e3e4e5;
    color: #575757;
    font-size: 12px;
    padding-left: 25px;
    padding-top: 31px;
    z-index: 3;
}

@media screen and (max-width: 999px) {
    .catalog .hot .all {
        padding-left: 15px !important;
    }
}

@media screen and (max-width: 767px) {
    .catalog .hot .all {
        height: 50px;
        font-size: 11px;
        line-height: 14px;
        padding-top: 18px;
    }
}

.catalog .products {
    padding-top: 7px;
}

@media screen and (max-width: 767px) {
    .catalog .products {
        padding-top: 4px;
    }
}

.catalog .products.row {
    margin-left: -20px;
    margin-right: 0px;
}

@media screen and (max-width: 999px) {
    .catalog .products.row {
        margin-left: -15px;
    }
}

.catalog .products div {
    padding-left: 20px;
    padding-right: 0px;
    margin-bottom: 20px;
}

@media screen and (max-width: 999px) {
    .catalog .products div {
        padding-left: 15px;
        margin-bottom: 10px;
    }
}

.catalog .products div a {
    position: relative;
    display: block;
    height: 125px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 18px;
    color: #252525;
    line-height: 22px;
    text-transform: none;
    font-weight: bold;
    padding: 20px;
    padding-top: 15px;
    transition-property: border, background-color, color, box-shadow;
    transition-duration: .2s;
}

.catalog .products div a:hover {
    background-color: #f7f9fa;
    box-shadow: 0px 2px 0px #d0d4da;
    border-color: #d0d4da;
    color: #008bc7;
}

.catalog .products div a:hover i {
    width: 28px;
    height: 28px;
}

@media screen and (max-width: 1279px) {
    .catalog .products div a {
        font-size: 16px;
        line-height: 18px;
    }
}

@media screen and (max-width: 767px) {
    .catalog .products div a {
        height: auto;
        font-size: 14px;
        line-height: 16px;
        padding: 10px;
        min-height: 55px;
    }
}

.catalog .products div a i {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background-color: #e51b24;
    border-radius: 50%;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 8px;
    color: #ffffff;
    line-height: 28px;
    text-transform: uppercase;
    font-style: normal;
    text-align: center;
    transition-property: all;
    transition-duration: .2s;
}

.catalog .products.hot_items {
    position: relative;
    padding-top: 0px;
    margin-top: 85px;
}

@media screen and (max-width: 999px) {
    .catalog .products.hot_items {
        margin-top: 15px;
    }
}

.catalog .products.hot_items div {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .catalog .products.hot_items div {
        margin-bottom: 20px;
    }
}

.catalog .products .timer {
    position: absolute;
    top: 100%;
    left: 41px;
    font-size: 0px;
    padding-left: 0px;
    margin-top: -14px;
    margin-bottom: 0px;
}

@media screen and (max-width: 999px) {
    .catalog .products .timer {
        left: 36px;
    }
}

@media screen and (max-width: 767px) {
    .catalog .products .timer {
        left: 26px;
        margin-top: -8px;
    }
}

.catalog .products .timer .text {
    display: inline-block;
    width: 70px;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #252525;
    line-height: 14px;
    text-transform: none;
    vertical-align: top;
    opacity: 0.6;
}

@media screen and (max-width: 767px) {
    .catalog .products .timer .text {
        width: 48px;
        font-size: 9px;
        line-height: 11px;
    }
}

.catalog .products .timer .digit {
    display: inline-block;
    vertical-align: top;
    padding-left: 0px;
    margin-bottom: 0px;
}

.catalog .products .timer .digit .count {
    display: inline-block;
    width: 20px;
    height: 26px;
    background-image: url(../images/countdown.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    color: #252525;
    line-height: 26px;
    text-transform: none;
    text-align: center;
    vertical-align: top;
    margin-right: 2px;
}

@media screen and (max-width: 767px) {
    .catalog .products .timer .digit .count {
        width: 11px;
        height: 14px;
        background-size: 11px 14px;
        font-size: 10px;
        line-height: 14px;
    }
}

.catalog .products .timer .digit .name {
    display: block;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 9px;
    color: #252525;
    line-height: 14px;
    text-transform: none;
    padding-top: 2px;
    opacity: 0.6;
}

@media screen and (max-width: 767px) {
    .catalog .products .timer .digit .name {
        font-size: 6px;
        line-height: 10px;
    }
}

.catalog .products .timer .points {
    display: inline-block;
    width: 12px;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    color: #252525;
    line-height: 26px;
    text-transform: none;
    text-align: center;
    vertical-align: top;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-left: -2px;
}

@media screen and (max-width: 767px) {
    .catalog .products .timer .points {
        width: 5px;
        font-size: 10px;
        line-height: 14px;
    }
}

.catalog .products .expires {
    position: absolute;
    right: 100%;
    top: 0px;
    width: 395px;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    color: #252525;
    line-height: 36px;
    text-transform: none;
    font-weight: bold;
    padding-left: 115px;
    margin-right: 30px;
}

@media screen and (max-width: 999px) {
    .catalog .products .expires {
        position: relative;
        right: 0px;
        width: 100%;
        padding-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .catalog .products .expires {
        font-size: 9px;
        line-height: 15px;
    }
}

.catalog .products .expires.day {
    background-color: #e51b24;
    color: #ffffff;
}

.catalog .products .expires.day:after {
    content: '';
    position: absolute;
    right: -7px;
    top: 0px;
    width: 7px;
    height: 36px;
    background-image: url(../images/expires.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
    .catalog .products .expires.day:after {
        right: -5px;
        width: 5px;
        height: 15px;
    }
}

.catalog .products .left {
    position: absolute;
    top: 100%;
    left: 41px;
    width: 154px;
    background-color: #b2b6b8;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 11px;
    color: #ffffff;
    line-height: 22px;
    text-transform: none;
    font-weight: bold;
    text-align: center;
    padding-left: 0px;
    margin-top: -11px;
    margin-left: 6px;
}

.catalog .products .left:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 0px;
    width: 6px;
    height: 22px;
    background-image: url(../images/left_left.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.catalog .products .left:after {
    content: '';
    position: absolute;
    right: -6px;
    top: 0px;
    width: 6px;
    height: 22px;
    background-image: url(../images/left_right.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

@media screen and (max-width: 999px) {
    .catalog .products .left {
        left: 36px;
    }
}

@media screen and (max-width: 767px) {
    .catalog .products .left {
        left: 26px;
        width: 130px;
        font-size: 9px;
        line-height: 15px;
        margin-top: -8px;
    }

    .catalog .products .left:before {
        left: -4px;
        width: 4px;
        height: 15px;
        background-size: 100% 100%;
    }

    .catalog .products .left:after {
        right: -4px;
        width: 4px;
        height: 15px;
        background-size: 100% 100%;
    }
}

.catalog form {
    position: relative;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .catalog form {
        margin-top: 15px;
    }
}

.catalog form button {
    position: absolute;
    left: 0px;
    top: 0px;
    border: 0px;
    background-color: transparent;
    background-image: url(../images/i_search.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px 32px;
    width: 80px;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .catalog form button {
        width: 45px;
        background-size: 21px 21px;
    }
}

.catalog form .form-control {
    background-color: #eff1f4;
    border: 1px solid #eff1f4 !important;
    font-family: "Helvetica Light", Arial, sans-serif;
    font-size: 24px;
    color: #252525;
    line-height: 24px;
    text-transform: none;
    padding-left: 80px;
}

@media screen and (max-width: 767px) {
    .catalog form .form-control {
        font-size: 18px;
        line-height: 18px;
        padding-left: 45px;
    }
}

.catalog .result span {
    display: block;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #797979;
    line-height: 16px;
    text-transform: none;
    padding-top: 37px;
    padding-bottom: 7px;
}

@media screen and (max-width: 767px) {
    .catalog .result span {
        font-size: 10px;
        line-height: 14px;
        padding-top: 18px;
        padding-bottom: 3px;
    }
}

.catalog .result ol {
    padding-left: 0px;
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .catalog .result ol {
        margin-bottom: 15px;
    }
}

.catalog .result ol:last-of-type {
    margin-bottom: -1px;
}

.catalog .result ol li {
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    padding-top: 14px;
    padding-bottom: 20px;
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .catalog .result ol li {
        padding-top: 7px;
        padding-bottom: 10px;
        margin-left: 15px;
    }
}

.catalog .result ol li:before {
    content: counter(item) "";
    counter-increment: item;
    position: absolute;
    left: -30px;
    top: 16px;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    color: #797979;
}

@media screen and (max-width: 767px) {
    .catalog .result ol li:before {
        left: -15px;
        top: 9px;
        font-size: 11px;
    }
}

.catalog .result ol li a {
    display: block;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 18px;
    color: #252525;
    line-height: 22px;
    text-transform: none;
    font-weight: bold;
}

.catalog .result ol li a:hover {
    color: #e51b24;
}

.catalog .result ol li a:hover strong {
    color: #252525;
}

@media screen and (max-width: 767px) {
    .catalog .result ol li a {
        font-size: 14px;
        line-height: 18px;
    }
}

.catalog .result ol li a strong {
    color: #e51b24;
    transition-property: color;
    transition-duration: .3s;
}

.catalog .result ol li div {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #252525;
    line-height: 16px;
    text-transform: none;
    padding-top: 6px;
    opacity: 0.8;
}

@media screen and (max-width: 767px) {
    .catalog .result ol li div {
        font-size: 10px;
        line-height: 14px;
    }
}

.catalog_item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 1000px) {
    .catalog_item .container-fluid {
        /*padding-left: 345px;*/
    }
}

.catalog_item .back {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    color: #252525;
    line-height: 20px;
    text-transform: none;
    padding-top: 27px;
    padding-bottom: 26px;
}

@media screen and (max-width: 767px) {
    .catalog_item .back {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 11px;
        line-height: 14px;
    }
}

.catalog_item .back .fa {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .catalog_item .back .fa {
        font-size: 13px;
    }
}

.catalog_item h1 {
    position: relative;
    padding-left: 50px;
}

@media screen and (max-width: 767px) {
    .catalog_item h1 {
        padding-left: 30px;
        padding-bottom: 5px;
    }
}

.catalog_item h1 .fa {
    position: absolute;
    left: 0px;
    top: 2px;
    color: #008bc7;
}

.catalog_item .countdown {
    padding-left: 50px;
    padding-top: 22px;
}

@media screen and (max-width: 999px) {
    .catalog_item .countdown {
        padding-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .catalog_item .countdown {
        text-align: center;
        padding-top: 11px;
    }
}

.catalog_item .countdown .left {
    position: relative;
    background-color: #b2b6b8;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    text-transform: none;
    font-weight: bold;
    padding-left: 15px;
    margin-left: 6px;
    margin-bottom: 4px;
}

.catalog_item .countdown .left:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 0px;
    width: 6px;
    height: 30px;
    background-image: url(../images/left_left.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
}

.catalog_item .countdown .left:after {
    content: '';
    position: absolute;
    right: -6px;
    top: 0px;
    width: 6px;
    height: 30px;
    background-image: url(../images/left_right.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
    .catalog_item .countdown .left {
        font-size: 9px;
        line-height: 15px;
        padding-left: 0px;
    }

    .catalog_item .countdown .left:before {
        left: -4px;
        width: 4px;
        height: 15px;
    }

    .catalog_item .countdown .left:after {
        right: -4px;
        width: 4px;
        height: 15px;
    }
}

.catalog_item .countdown .left span {
    color: #252525;
}

.catalog_item .countdown .expires {
    position: relative;
    display: inline-block;
    background-color: #e51b24;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    text-transform: none;
    font-weight: bold;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 6px;
    margin-bottom: -8px;
    margin-right: 20px;
}

.catalog_item .countdown .expires:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 0px;
    width: 6px;
    height: 30px;
    background-image: url(../images/expires.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.catalog_item .countdown .expires:after {
    content: '';
    position: absolute;
    right: -6px;
    top: 0px;
    width: 6px;
    height: 30px;
    background-image: url(../images/expires.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
    .catalog_item .countdown .expires {
        font-size: 9px;
        line-height: 15px;
    }

    .catalog_item .countdown .expires:before {
        left: -4px;
        width: 4px;
        height: 15px;
    }

    .catalog_item .countdown .expires:after {
        right: -4px;
        width: 4px;
        height: 15px;
    }
}

.catalog_item .countdown .timer {
    display: inline-block;
    font-size: 0px;
    vertical-align: top;
    margin-bottom: -8px;
}

.catalog_item .countdown .timer .text {
    display: inline-block;
    width: 70px;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #252525;
    line-height: 14px;
    text-transform: none;
    text-align: left;
    vertical-align: top;
    opacity: 0.6;
}

@media screen and (max-width: 767px) {
    .catalog_item .countdown .timer .text {
        width: 48px;
        font-size: 9px;
        line-height: 11px;
    }
}

.catalog_item .countdown .timer .digit {
    display: inline-block;
    vertical-align: top;
}

.catalog_item .countdown .timer .digit .count {
    display: inline-block;
    width: 20px;
    height: 26px;
    background-image: url(../images/countdown.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    color: #252525;
    line-height: 26px;
    text-transform: none;
    text-align: center;
    vertical-align: top;
    margin-right: 2px;
}

@media screen and (max-width: 767px) {
    .catalog_item .countdown .timer .digit .count {
        width: 11px;
        height: 14px;
        background-size: 11px 14px;
        font-size: 10px;
        line-height: 14px;
    }
}

.catalog_item .countdown .timer .digit .name {
    display: block;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 9px;
    color: #252525;
    line-height: 14px;
    text-transform: none;
    padding-top: 2px;
    opacity: 0.6;
}

@media screen and (max-width: 767px) {
    .catalog_item .countdown .timer .digit .name {
        font-size: 6px;
        line-height: 10px;
    }
}

.catalog_item .countdown .timer .points {
    display: inline-block;
    width: 12px;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    color: #252525;
    line-height: 26px;
    text-transform: none;
    text-align: center;
    vertical-align: top;
    margin-left: -2px;
}

@media screen and (max-width: 767px) {
    .catalog_item .countdown .timer .points {
        width: 5px;
        font-size: 10px;
        line-height: 14px;
    }
}

.catalog_item .links {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 0px;
    color: #252525;
    line-height: 20px;
    text-transform: none;
    padding-left: 50px;
    padding-bottom: 70px;
}

@media screen and (max-width: 999px) {
    .catalog_item .links {
        padding-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .catalog_item .links {
        padding-bottom: 15px;
    }
}

.catalog_item .links a {
    display: inline-block;
    font-size: 14px;
    margin-right: 40px;
    margin-top: 18px;
}

.catalog_item .links a:last-child {
    margin-right: 0px;
}

@media screen and (max-width: 767px) {
    .catalog_item .links a {
        font-size: 11px;
        margin-right: 20px;
        margin-top: 9px;
    }
}

.catalog_item .links a .fa {
    font-size: 13px;
    color: #252525;
    opacity: 0.6;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .catalog_item .links a .fa {
        font-size: 10px;
        margin-right: 5px;
    }
}

.catalog_item .row {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
}

.catalog_item .row.send .details {
    border-radius: 5px;
    background-color: #eaebe8;
}

.catalog_item .row.send .details .form-group.edit {
    margin-top: 5px;
}

@media (min-width: 1280px) {
    .catalog_item .row.send .details .form-group.edit {
        margin-top: -9px;
    }
}

.catalog_item .row.send .details .form-group.edit p {
    display: none;
}

.catalog_item .row.send .details .form-group.edit > * {
    display: block;
}

.catalog_item .row.send .details .form-group .custom-control {
    display: inline;
}

@media screen and (max-width: 767px) {
    .catalog_item .row.send .details .form-group .custom-control {
        top: 5px;
    }
}

@media screen and (max-width: 767px) {
    .catalog_item .row.send .details .form-group .custom-control .custom-control-indicator {
        top: -3px;
    }
}

.catalog_item .row.send .details .form-group .custom-control .custom-control-description {
    vertical-align: top;
    padding-right: 25px;
}

.catalog_item .row.send .details .form-group .btn {
    display: inline-block;
}

.catalog_item .row.send .details .actions {
    display: block;
}

@media screen and (max-width: 767px) {
    .catalog_item .row.send .details .actions .buttons {
        text-align: center;
    }
}

.catalog_item .row.send .details .sm {
    display: block;
    padding-top: 20px;
}

.catalog_item .row.send .kp:before {
    content: '';
    position: absolute;
    right: 0px;
    top: -18px;
    width: 105%;
    height: 100px;
    border-radius: 0px 5px 0px 0px;
    background-color: #eaebe8;
}

@media screen and (max-width: 767px) {
    .catalog_item .row.send .kp:before {
        top: 0px;
        width: 100%;
        border-radius: 0px;
    }
}

.catalog_item .row.send .kp .send {
    border-color: transparent !important;
    background-color: transparent !important;
    color: #252525;
}

.catalog_item .row.send .kp aside article.active {
    background-color: #eaebe8;
    color: #252525;
}

.catalog_item .row.sent .details .actions .buttons .sm {
    padding-top: 0px;
}

/*----------------------------12.02.17--*/
.catalog_item .row.sent .details .actions .custom-control {
    display: none;
}

/*-----------------------------------------------*/
.catalog_item .row.sent .details .actions .btn-send {
    display: none;
}

.catalog_item .row.sent .details .actions .btn-save {
    display: none;
}

.catalog_item .row.draft .details .actions .btn-save {
    display: none;
}

.catalog_item .details {
    padding-top: 32px;
    padding-bottom: 30px;
    margin-top: -32px;
}

@media screen and (max-width: 999px) {
    .catalog_item .details {
        padding-top: 13px;
    }
}

@media (min-width: 768px) {
    .catalog_item .details {
        padding-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .catalog_item .details {
        padding-top: 6px;
        margin-top: -6px;
    }
}

/*----------------24.11.2015--------------------------------------------*/
.catalog_item .details h5 {
    clear: left;
    float: left;
    width: 200px;
    padding-left: 50px;
    padding-top: 3px;
    margin-bottom: 22px;
}

/*----------------24.11.2015--------------------------------------------*/

@media screen and (max-width: 1279px) {
    .catalog_item .details h5 {
        float: none;
        width: auto;
    }
}

/*----------------24.11.2015--------------------------------------------*/
@media screen and (max-width: 999px) {
    .catalog_item .details h5 {
        padding-left: 23px;
        margin-bottom: 0px;
    }
}

/*----------------24.11.2015--------------------------------------------*/
@media screen and (max-width: 767px) {
    .catalog_item .details h5 {
        padding-left: 0px;
    }
}

.catalog_item .details .form-group {
    overflow: hidden;
    padding-right: 35px;
    margin-bottom: 22px;
}

@media (min-width: 1280px) {
    .catalog_item .details .form-group {
        float: left;
        width: 100%;
        padding-left: 200px;
        margin-left: -200px;
    }
}

@media screen and (max-width: 1279px) {
    .catalog_item .details .form-group {
        padding-left: 50px;
    }
}

@media screen and (max-width: 999px) {
    .catalog_item .details .form-group {
        padding-left: 23px;
    }
}

@media screen and (max-width: 767px) {
    .catalog_item .details .form-group {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 0.5rem;
    }
}

.catalog_item .details .form-group > * {
    display: none;
}

.catalog_item .details .form-group p {
    display: block;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 16px;
    color: #252525;
    line-height: 20px;
    text-transform: none;
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .catalog_item .details .form-group p {
        font-size: 12px;
        line-height: 14px;
    }
}

.catalog_item .details .form-group label {
    margin-bottom: 0px;
}

.catalog_item .details .form-group small {
    font-size: 11px;
    color: #252525 !important;
}

@media screen and (max-width: 767px) {
    .catalog_item .details .form-group small {
        font-size: 9px;
    }
}

.catalog_item .details .actions {
    display: none;
}

@media screen and (max-width: 999px) {
    .catalog_item .details .actions h5 {
        display: none;
    }
}

.catalog_item .details .actions .buttons .form-group {
    padding-left: 200px;
    padding-right: 0px;
}

@media screen and (max-width: 1279px) {
    .catalog_item .details .actions .buttons .form-group {
        padding-left: 50px;
    }
}

@media screen and (max-width: 999px) {
    .catalog_item .details .actions .buttons .form-group {
        padding-left: 23px;
    }
}

.catalog_item .kp {
    margin-top: -14px;
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (max-width: 767px) {
    .catalog_item .kp {
        float: none;
        width: auto;
        margin-left: 0px;
    }
}

.catalog_item .kp .send {
    position: relative;
}

.catalog_item .kp .send .fa {
    font-size: 19px;
    margin-right: 30px;
}

@media screen and (max-width: 767px) {
    .catalog_item .kp .send .fa {
        font-size: 12px;
        margin-right: 15px;
    }
}

.catalog_item .kp aside {
    position: relative;
    border-radius: 5px;
    background-color: #f2f4f7;
    padding-bottom: 10px;
    margin-top: 13px;
}

@media screen and (max-width: 767px) {
    .catalog_item .kp aside {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0px;
        margin-top: 7px;
    }
}

.catalog_item .kp aside h4 {
    font-family: "Helvetica", Arial, sans-serif;
    padding-top: 16px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
}

.catalog_item .kp aside h4:nth-of-type(2) {
    border-top: 1px solid #e7e7e7;
}

@media screen and (max-width: 767px) {
    .catalog_item .kp aside h4 {
        font-size: 14px;
        padding-top: 8px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 6px;
    }
}

.catalog_item .kp aside h4 .total {
    position: relative;
    top: -5px;
    display: inline-block;
    color: #797979;
    font-size: 9px;
    line-height: 12px;
    margin-left: 3px;
}

@media screen and (max-width: 767px) {
    .catalog_item .kp aside h4 .total {
        font-size: 8px;
        line-height: 10px;
        margin-left: 2px;
    }
}

.catalog_item .kp aside article {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 767px) {
    .catalog_item .kp aside article {
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.catalog_item .kp aside article a {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .catalog_item .kp aside article a {
        font-size: 12px;
    }
}

.catalog_item .kp aside article a .fa {
    position: relative;
    top: -2px;
    font-size: 12px;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .catalog_item .kp aside article a .fa {
        top: -1px;
        font-size: 10px;
        margin-right: 5px;
    }
}

.catalog_item .kp aside article span {
    display: block;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 10px;
    color: #797979;
    line-height: 10px;
    text-transform: none;
    padding-left: 21px;
}

@media screen and (max-width: 767px) {
    .catalog_item .kp aside article span {
        font-size: 9px;
        padding-left: 15px;
    }
}

.catalog_item .kp aside article span strong {
    color: #e51b24;
    font-weight: normal;
}

.catalog_item .kp aside article.active a {
    color: #252525;
}

.catalog_item .kp aside article.active span {
    color: #252525;
}

.catalog_item .kp aside article.active span strong {
    color: #252525;
}

.catalog_item .kp aside .more {
    display: inline-block;
    font-size: 11px;
    margin-top: 8px;
    margin-bottom: 10px;
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .catalog_item .kp aside .more {
        font-size: 9px;
        margin-top: 4px;
        margin-left: 0px;
    }
}

/* Dashboard
----------------------------------------- */
.dashboard {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.dashboard .header {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e7e7e7;
}

.dashboard .header .rating {
    position: relative;
    display: inline-block;
    font-size: 0px;
    padding-top: 27px;
}

@media screen and (max-width: 767px) {
    .dashboard .header .rating {
        display: block;
        padding-top: 15px;
    }
}

.dashboard .header .rating.on .how {
    top: 87px;
    opacity: 1;
}

.dashboard .header .rating strong {
    display: inline-block;
    width: 120px;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 16px;
    color: #252525;
    line-height: 20px;
    text-transform: none;
    font-weight: bold;
}

.dashboard .header .rating .total {
    display: inline-block;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #797979;
    line-height: 20px;
    text-transform: none;
    font-weight: bold;
}

.dashboard .header .rating a {
    display: block;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 12px;
    margin-left: 120px;
}

.dashboard .header .rating .how {
    position: absolute;
    left: 120px;
    top: -100000px;
    width: 500px;
    background-color: #ffffff;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 13px;
    opacity: 0;
    z-index: 2;
    transition-property: opacity;
    transition-duration: .2s;
}

@media screen and (max-width: 767px) {
    .dashboard .header .rating .how {
        left: 0px;
        width: 100%;
    }
}

.dashboard .header .rating .how:before {
    content: '';
    position: absolute;
    left: 73px;
    top: -10px;
    width: 19px;
    height: 10px;
    background-image: url(../images/arrow_top.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

@media screen and (max-width: 767px) {
    .dashboard .header .rating .how:before {
        left: 190px;
    }
}

.dashboard .header .rating .how strong {
    display: block;
    width: auto;
    padding-bottom: 20px;
}

.dashboard .header .rating .how p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
    .dashboard .header .rating .how p {
        font-size: 12px;
        line-height: 14px;
    }
}

.dashboard .header .rating .how p a {
    display: inline;
    font-size: inherit;
    margin: 0px;
}

.dashboard .header .rating .how .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 18px;
    height: 18px;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% auto;
    text-shadow: none;
    outline: none;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .dashboard .header .rating .how .close {
        top: 10px;
        right: 10px;
        width: 10px;
        height: 10px;
    }
}

.dashboard .header .alert {
    width: 670px;
    border: 1px solid #e7e7e7;
    background-image: url(../images/i_alert.svg);
    background-repeat: no-repeat;
    background-position: 25px center;
    background-size: 23px 21px;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #797979;
    line-height: 20px;
    text-transform: none;
    padding-left: 70px;
    padding-top: 10px;
    padding-bottom: 7px;
    margin-top: 21px;
    margin-bottom: 23px;
}

@media screen and (max-width: 999px) {
    .dashboard .header .alert {
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .header .alert {
        background-position: 10px center;
        background-size: 12px 11px;
        font-size: 10px;
        line-height: 14px;
        padding-left: 35px;
    }
}

.dashboard .header .alert p {
    font-size: 14px;
    margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
    .dashboard .header .alert p {
        font-size: 11px;
        margin-bottom: 2px;
    }
}

.dashboard .header .nav-tabs {
    margin-bottom: -1px;
}

@media screen and (max-width: 767px) {
    .dashboard .header .nav-tabs .nav-item:nth-of-type(1) .nav-link:before {
        content: "\f0cb";
        font-family: 'FontAwesome';
    }

    .dashboard .header .nav-tabs .nav-item:nth-of-type(2) .nav-link:before {
        content: "\f0f6";
        font-family: 'FontAwesome';
    }

    .dashboard .header .nav-tabs .nav-item:nth-of-type(3) .nav-link:before {
        content: "\f087";
        font-family: 'FontAwesome';
    }

    .dashboard .header .nav-tabs .nav-item .nav-link span {
        display: none;
    }
}

.dashboard .tab-content {
    padding-bottom: 40px;
}

@media screen and (max-width: 999px) {
    .dashboard .tab-content {
        padding-bottom: 20px;
    }
}

.dashboard .filters {
    padding-top: 22px;
    padding-bottom: 32px;
}

@media screen and (max-width: 767px) {
    .dashboard .filters {
        padding-top: 11px;
        padding-bottom: 16px;
    }
}

.dashboard .filter {
    float: left;
    background-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 6px;
}

@media screen and (max-width: 999px) {
    .dashboard .filter {
        float: none;
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .filter {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.dashboard .filter.active {
    background-color: #f2f4f7;
}

.dashboard .filter a {
    margin: 0px;
}

.dashboard .checkbox {
    min-width: 235px;
    padding-top: 4px;
}

.dashboard .checkbox .custom-control {
    padding-left: 30px;
}

.dashboard .checkbox .custom-control:hover .custom-control-description {
    color: #e51b24;
}

.dashboard .checkbox .custom-control .custom-control-indicator {
    width: 18px;
    height: 18px;
}

.dashboard .checkbox .custom-control .custom-control-description {
    top: 0px;
    font-size: 14px;
    color: #008bc7;
}

@media screen and (max-width: 767px) {
    .dashboard .checkbox .custom-control .custom-control-description {
        font-size: 12px;
    }
}

.dashboard .table {
    min-width: 950px;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 15px;
    color: #252525;
    line-height: 20px;
    text-transform: none;
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .dashboard .table {
        min-width: 475px;
        font-size: 11px;
        line-height: 14px;
    }
}

.dashboard .table .row {
    display: table;
    width: 100%;
    margin: 0px auto;
    transition-property: background-color;
    transition-duration: .2s;
}

.dashboard .table .row .row {
    display: table-row;
}

.dashboard .table .row .row:hover {
    background-color: #e7e7e7;
}

.dashboard .table .row .row.active {
    background-color: #e7e7e7;
}

.dashboard .table .row .row.thead:hover {
    background-color: transparent;
}

.dashboard .table .row .row.thead .col {
    border-bottom: 0px solid #e7e7e7;
    font-size: 12px;
    color: #797979;
    padding-top: 0px;
    padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row.thead .col {
        font-size: 9px;
    }
}

.dashboard .table .row .row .col {
    display: table-cell;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.dashboard .table .row .row .col.col_01 {
    width: 50px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_01 {
        width: 25px;
    }
}

.dashboard .table .row .row .col.col_0 {
    width: 50px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_0 {
        width: 25px;
    }
}

.dashboard .table .row .row .col.col_02 {
    width: 180px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_02 {
        width: 90px;
    }
}

.dashboard .table .row .row .col.col_03 {
    width: 400px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_03 {
        width: 125px;
    }
}

.dashboard .table .row .row .col.col_04 {
    width: 250px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_04 {
        width: 125px;
    }
}

.dashboard .table .row .row .col.col_05 {
    width: 250px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_05 {
        width: 125px;
    }
}

.dashboard .table .row .row .col strong {
    color: #e51b24;
    font-weight: normal;
}

.dashboard .table .head_group {
    display: none;
    position: relative;
    background-color: #f5f5f5;
    font-size: 12px;
    line-height: 16px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 5px;
    margin-top: 15px;
}

.dashboard .table .head_group:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -16px;
    width: 100%;
    height: 5px;
    background-color: #ffffff;
}

.dashboard .table .head_group a {
    color: #888888;
}

.dashboard .table .head_group a:hover {
    color: #e51b24;
}

.dashboard .table .head_group i {
    position: relative;
    top: -4px;
    display: inline-block;
    width: 10px;
    height: 1px;
    background-color: #e51b24;
    margin-left: 5px;
    margin-right: 5px;
}

.dashboard .details {
    display: none;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .dashboard .details {
        font-size: 12px;
    }
}

.dashboard .details .inner {
    overflow: hidden;
    background-color: #eff1f4;
    padding-left: 100px;
    padding-top: 24px;
    padding-bottom: 40px;
}

/*---------------14.02.16-------------*/
@media screen and (max-width: 767px) {
    .dashboard .details .inner {
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/*------------13.12.16--------*/
.dashboard .details .inner h5 {
    clear: left;
    float: left;
    width: 150px;
    padding-top: 3px;
}

/*--------------12.02.2017----------------------*/
@media (min-width: 768px) {
    .dashboard .details .inner h5 {
        margin-bottom: 0.5rem;
    }
}

/* dashboard details
@media screen and (max-width: 767px) {
  .dashboard .details .inner h5 {
    float: none;
    width: auto;
  }
}

*/
@media screen and (max-width: 767px) {
    .dashboard .details .inner h5 {
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .details .inner h5 {
        float: none;
        width: auto;
    }
}

.dashboard .details .inner p {
    overflow: hidden;
    padding-right: 250px;
}

/*------------13.12.16--------*/
@media (min-width: 768px) {
    .dashboard .details .inner p {
        float: left;
        width: 100%;
        padding-left: 150px;
        margin-left: -150px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .details .inner p {
        width: 270px;
        padding-right: 10px;
        margin-bottom: 0.5rem;
    }
}

.dashboard .details .inner .custom-control {
    float: left;
    display: inline-block;
    margin-left: 115px;
    margin-top: 35px;
}

@media screen and (max-width: 767px) {
    .dashboard .details .inner .custom-control {
        width: 260px;
        margin-left: 0px;
        margin-top: 15px;
    }
}

.dashboard .details .inner .custom-control .custom-control-indicator {
    width: 18px;
    height: 18px;
}

.dashboard .details .inner .custom-control .custom-control-description {
    top: 1px;
}

.dashboard .details .inner .buttons {
    clear: left;
    float: left;
    font-size: 0px;
    padding-top: 29px;
    /* margin-left: 150px; */
}

@media screen and (max-width: 767px) {
    .dashboard .details .inner .buttons {
        width: 260px;
        text-align: center;
        margin-left: 0px;
    }
}

.dashboard .details .inner .buttons .btn {
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 7px;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .dashboard .details .inner .buttons .btn {
        font-size: 11px;
        padding-left: 8px;
        padding-right: 8px;
        margin-right: 5px;
    }

    .dashboard .details .inner .buttons .btn:last-child {
        margin-right: 0px;
    }
}

.dashboard .pager {
    float: left;
    min-width: 330px;
    padding-top: 40px;
}

@media screen and (max-width: 999px) {
    .dashboard .pager {
        min-width: 100%;
        padding-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .pager {
        padding-top: 10px;
    }
}

.tutorial {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: start;
    padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .tutorial {
        padding-bottom: 15px;
    }
}

.tutorial h1 {
    text-align: left;
    padding-top: 50px;
    padding-bottom: 55px;
    padding-left: 15px;
}

.supporttutorial h1 {
    padding-left: 0px;
}

@media screen and (max-width: 767px) {
    .tutorial h1 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/*------------------08.12.16----------------------*/
.tutorial .support textarea.form-control {
    resize: none;
    height: 285px;
}

@media (min-width: 768px) {
    .tutorial .support .btn {
        max-width: 300px;
    }
}

@media screen and (max-width: 767px) {
    .tutorial .support .btn {
        margin-top: 0px;
    }
}

.tutorial article {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 700px;
    height: 68px;
    vertical-align: middle;
    padding-left: 100px;
    margin: 0px auto;
    margin-bottom: 46px;
}

.tutorial article:before {
    content: '';
    position: absolute;
    left: 34px;
    top: 71px;
    width: 1px;
    height: 40px;
    background-color: #e7e7e7;
}

@media screen and (max-width: 767px) {
    .tutorial article:before {
        left: 17px;
        top: 37px;
    }
}

.tutorial article:nth-of-type(3):before {
    display: none;
}

@media screen and (max-width: 767px) {
    .tutorial article {
        width: auto;
        height: 34px;
        padding-left: 50px;
    }
}

.tutorial article span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 68px;
    height: 68px;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    font-family: "Helvetica Light", Arial, sans-serif;
    font-size: 36px;
    color: #e51b24;
    line-height: 68px;
    text-transform: none;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .tutorial article span {
        width: 34px;
        height: 34px;
        font-size: 18px;
        line-height: 34px;
    }
}

.tutorial article p {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 18px;
    color: #252525;
    line-height: 24px;
    text-transform: none;
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .tutorial article p {
        font-size: 11px;
        line-height: 12px;
    }
}

.tutorial article small {
    display: block;
    padding-top: 5px;
}

@media screen and (max-width: 767px) {
    .tutorial article small {
        font-size: 9px;
        line-height: 10px;
    }
}

.tutorial .btn {
    width: 500px;
    margin: 0px auto;
}

@media screen and (max-width: 767px) {
    .tutorial .btn {
        width: 100%;
        margin-top: -20px;
    }
}

/* Registration
----------------------------------------- */
.registration {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .registration {
        padding-bottom: 15px;
    }
}

.registration h1 {
    text-align: center;
    padding-top: 54px;
}

@media screen and (max-width: 767px) {
    .registration h1 {
        padding-top: 15px;
    }
}

.registration fieldset {
    border-bottom: 1px solid #e7e7e7;
    padding-top: 50px;
}

.registration fieldset:last-child {
    border-bottom: 0px solid #e7e7e7;
}

@media screen and (max-width: 767px) {
    .registration fieldset {
        padding-top: 15px;
    }
}

.registration fieldset h1 {
    text-align: left;
    padding-top: 0px;
    margin-bottom: 32px;
}

@media screen and (max-width: 999px) {
    .registration fieldset h1 {
        padding-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .registration fieldset h1 {
        padding-top: 50px;
        margin-bottom: 16px;
    }
}

.registration fieldset p {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 16px;
    color: #252525;
    line-height: 24px;
    text-transform: none;
    margin-bottom: 18px;
    margin-right: 200px;
}

@media screen and (max-width: 999px) {
    .registration fieldset p {
        margin-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    .registration fieldset p {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 9px;
    }
}

.registration small {
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .registration small {
        font-size: 9px;
    }
}

.registration .col-form-label {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    padding-right: 5px;
}

@media screen and (max-width: 767px) {
    .registration .col-form-label {
        font-size: 12px;
        line-height: 14px;
    }
}

.registration .col-form-label .form-text {
    line-height: 14px;
    margin-top: 4px;
    margin-right: -15px;
}

@media screen and (max-width: 767px) {
    .registration .col-form-label .form-text {
        line-height: 12px;
        margin-top: 2px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    .registration .form-control {
        font-size: 12px;
        padding: 15px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.registration .form-control-static {
    font-family: "Helvetica Light", Arial, sans-serif;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .registration .form-control-static {
        font-size: 12px;
    }
}

.registration .custom-control {
    position: relative;
    display: inline-block;
    top: 3px;
}

.registration .custom-control .custom-control-indicator {
    margin-top: 3px;
}

.registration .form-control-feedback {
    position: absolute;
}

.registration .phone .inputs {
    overflow: hidden;
}

.registration .phone .inputs div:nth-of-type(2) {
    padding-left: 0px;
}

.registration .phone .inputs div:nth-of-type(3) {
    padding: 0px;
}

.registration .phone .inputs small {
    padding-right: 0px;
}

.registration .phone .inputs small:nth-of-type(2) {
    padding-left: 0px;
}

.registration .activity div {
    padding-bottom: 23px;
}

@media screen and (max-width: 767px) {
    .registration .activity div {
        padding-bottom: 10px;
    }
}

.registration .activity div .other {
    padding-left: 0px;
    padding-right: 0px;
}

.registration .activity .custom-control .custom-control-description {
    font-family: "Helvetica Light", Arial, sans-serif;
}

.registration .category div {
    padding-bottom: 13px;
}

@media screen and (max-width: 767px) {
    .registration .category div {
        padding-bottom: 5px;
    }
}

.registration .category .custom-control .custom-control-description {
    font-family: "Helvetica Light", Arial, sans-serif;
}

.registration .politic div {
    padding-bottom: 21px;
}

@media screen and (max-width: 767px) {
    .registration .politic div {
        padding-bottom: 10px;
    }

    .registration .politic div .custom-control-indicator {
        margin-top: -2px;
    }
}

.registration .buttons {
    font-size: 0px;
    padding-top: 21px;
}

@media screen and (max-width: 999px) {
    .registration .buttons {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .registration .buttons {
        padding-top: 10px;
    }
}

.registration .buttons .btn {
    min-width: 300px;
}

.registration .buttons .btn:nth-of-type(2) {
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .registration .buttons .btn {
        min-width: 1px;
    }

    .registration .buttons .btn:nth-of-type(2) {
        margin-left: 15px;
    }
}

/* Footer
----------------------------------------- */
footer {
    background-color: #ffffff;
    padding-bottom: 27px;
}

@media (min-width: 1000px) {
    footer {
        position: relative;
        z-index: 11;
    }
}

@media screen and (max-width: 999px) {
    footer {
        padding-bottom: 0px;
    }
}

footer .top {
    border-top: 1px solid #e7e7e7;
}

@media screen and (max-width: 999px) {
    footer .top .row {
        margin: 0px;
    }
}

footer a:hover {
    color: #e51b24 !important;
}

footer .contract {
    width: 330px;
    padding-top: 27px;
}

@media screen and (max-width: 999px) {
    footer .contract {
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    footer .contract {
        padding-top: 13px;
    }
}

.fa.fa-angle-right.rotate {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

footer .contract a {
    display: inline-block;
    width: 230px;
    background-image: url(../images/i_contract.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 13linpx;
    color: #252525;
    line-height: 16px;
    text-transform: none;
    padding-left: 45px;
}

@media screen and (max-width: 999px) {
    footer .contract a {
        width: auto;
        height: 28px;
        padding-top: 5px;
    }
}

@media screen and (max-width: 767px) {
    footer .contract a {
        background-size: auto 14px;
        font-size: 11px;
        line-height: 14px;
        padding-left: 20px;
        padding-top: 0px;
    }
}

footer .contacts {
    padding-top: 25px;
}

@media screen and (max-width: 999px) {
    footer .contacts {
        overflow: hidden;
        padding-left: 45px;
    }
}

@media screen and (max-width: 767px) {
    footer .contacts {
        padding-left: 20px;
        padding-top: 12px;
    }
}

footer .contacts .phone {
    float: left;
    width: 150px;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    color: #252525;
    line-height: 20px;
    text-transform: none;
}

@media screen and (max-width: 767px) {
    footer .contacts .phone {
        width: 120px;
        font-size: 11px;
        line-height: 14px;
    }
}

footer .contacts .phone span {
    display: block;
    font-size: 12px;
    color: #797979;
}

@media screen and (max-width: 767px) {
    footer .contacts .phone span {
        font-size: 9px;
    }
}

footer .contacts .help {
    float: right;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #797979;
    line-height: 14px;
    text-transform: none;
    margin-top: -1px;
}

@media screen and (max-width: 999px) {
    footer .contacts .help {
        margin-top: 23px;
    }
}

@media screen and (max-width: 767px) {
    footer .contacts .help {
        font-size: 10px;
        margin-top: 14px;
    }
}

footer .contacts .help .glyphicon {
    top: 4px;
    font-size: 16px;
    color: #797979;
    margin-right: 9px;
}

@media screen and (max-width: 999px) {
    footer .contacts .help .glyphicon {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    footer .contacts .help .glyphicon {
        font-size: 11px;
    }
}

footer .contacts .help:hover .glyphicon {
    color: #e51b24;
}

footer .links {
    padding-top: 22px;
}

@media screen and (max-width: 999px) {
    footer .links {
        padding-left: 45px;
        padding-bottom: 32px;
    }
}

@media screen and (max-width: 767px) {
    footer .links {
        line-height: 20px;
        padding-left: 20px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

footer .links a {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #797979;
    line-height: 19px;
    text-transform: none;
}

@media screen and (max-width: 767px) {
    footer .links a {
        font-size: 10px;
        line-height: 12px;
    }
}

footer .links a.link {
    display: inline-block;
    background-image: url(../images/logo_footer.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 22px;
    margin-top: 12px;
}

@media screen and (max-width: 999px) {
    footer .links a.link {
        margin-top: 0px;
    }
}

@media screen and (max-width: 767px) {
    footer .links a.link {
        background-position: 0px 3px;
        background-size: 7px auto;
        padding-left: 11px;
    }
}

/* Modal
----------------------------------------- */
.modal {
    padding-right: 0px !important;
}

.modal .modal-table {
    display: table;
    width: 100%;
    height: 100%;
}

.modal .modal-table .modal-table-row {
    display: table-row;
}

.modal .modal-table .modal-table-row .modal-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.modal .modal-table .modal-table-row .modal-table-cell .dismiss {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.modal .modal-table .modal-table-row .modal-table-cell .modal-dialog {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto;
}

.modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content {
    border: 0px;
    box-shadow: none;
    margin: 0px auto;
}

/*------------------12.02.2017---------*/
.modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
}

/*-----------------------------------------------*/
@media screen and (max-width: 767px) {
    .modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 18px;
    height: 18px;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% auto;
    text-shadow: none;
    outline: none;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body .close {
        top: 10px;
        right: 10px;
        width: 10px;
        height: 10px;
    }
}

.modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body h2 {
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body h2 {
        font-size: 24px;
        padding-bottom: 15px;
    }
}

/*20.11.2016------------------------------------------------------------------------------------*/
.modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body .bg-danger {
    border-radius: 5px;
    background-color: white !important;
    font-size: 16px;
    color: #e51b24 !important;
    padding: 0.375rem 0.75rem;
    margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
    .modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body .bg-danger {
        font-size: 12px;
        margin-bottom: 15px;
    }
}

.modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body .bg-success {
    border-radius: 5px;
    background-color: #449d44 !important;
    font-size: 16px;
    color: #ffffff !important;
    padding: 0.375rem 0.75rem;
    margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
    .modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body .bg-success {
        font-size: 12px;
        margin-bottom: 15px;
    }
}

.modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body .form-group {
    margin-bottom: 0px;
}

/*18.11.2016------------------------------------------------------------------------------------------*/
.modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body .form-group.has-error .form-control {
    z-index: 2 !important;
}

.modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body .form-group .form-control {
    font-size: 24px;
}

@media screen and (max-width: 767px) {
    .modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body .form-group .form-control {
        font-size: 18px;
    }
}

.modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body .custom-control {
    padding-left: 28px;
}

.modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body .custom-control .custom-control-indicator {
    top: 4px;
    width: 18px;
    height: 18px;
}

.modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body .custom-control .custom-control-description {
    top: 2px;
    font-size: 14px;
    color: #797979;
    line-height: 18px;
}

@media screen and (max-width: 767px) {
    .modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body .custom-control .custom-control-description {
        font-size: 12px;
    }
}

.modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body .or {
    font-size: 12px;
    color: #797979;
    padding-top: 20px;
    padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body .or {
        font-size: 11px;
        padding-top: 10px;
        padding-bottom: 5px;
    }
}

.modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body .soc a {
    display: inline-block;
    width: 52px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% auto;
    margin-left: 5px;
    margin-right: 5px;
}

.modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body .soc a.s1 {
    background-image: url(../images/soc_01.png);
}

.modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body .soc a.s2 {
    background-image: url(../images/soc_02.png);
}

.modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body .soc a.s3 {
    background-image: url(../images/soc_03.png);
}

.modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body .soc a.s4 {
    background-image: url(../images/soc_04.png);
}

@media screen and (max-width: 767px) {
    .modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body .soc a {
        width: 26px;
        height: 25px;
    }
}

.modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-footer {
    background-color: #f2f4f7;
    border-radius: 0rem 0rem 0.3rem 0.3rem;
    font-size: 16px;
    color: #252525;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .modal .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-footer {
        font-size: 12px;
    }
}

.modal.login .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .form-group .form-control.email {
    position: relative;
    border-radius: 0.25rem 0.25rem 0 0;
    margin-bottom: -1px;
    z-index: 1;
}

.modal.login .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .form-group .form-control.email:focus {
    z-index: 2;
}

.modal.login .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .form-group .form-control.password {
    position: relative;
    border-radius: 0 0 0.25rem 0.25rem;
    z-index: 1;
}

.modal.login .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .form-group .form-control.password:focus {
    z-index: 2;
}

.modal.login .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .clearfix {
    padding-top: 11px;
    padding-bottom: 26px;
}

@media screen and (max-width: 767px) {
    .modal.login .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .clearfix {
        padding-top: 5px;
        padding-bottom: 15px;
    }
}

.modal.login .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .forgot {
    font-size: 14px;
    margin-top: 3px;
}

@media screen and (max-width: 767px) {
    .modal.login .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .forgot {
        font-size: 12px;
        margin-top: 5px;
    }
}

.modal.reg .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .form-group .form-control.email {
    position: relative;
    border-radius: 0.25rem 0.25rem 0 0;
    margin-bottom: -1px;
    z-index: 1;
}

.modal.reg .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .form-group .form-control.email:focus {
    z-index: 2;
}

.modal.reg .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .form-group .form-control.password {
    position: relative;
    border-radius: 0 0 0.25rem 0.25rem;
    margin-bottom: 30px;
    z-index: 1;
}

.modal.reg .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .form-group .form-control.password:focus {
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .modal.reg .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .form-group .form-control.password {
        margin-bottom: 15px;
    }
}

.modal.forgot .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
    .modal.forgot .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content p {
        font-size: 11px;
        line-height: 14px;
        margin-bottom: 18px;
    }
}

.modal.forgot .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .ready {
    display: none;
}

.modal.forgot .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .ready p {
    text-align: center;
    margin-top: 35px;
}

@media screen and (max-width: 767px) {
    .modal.forgot .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .ready p {
        margin-top: 18px;
    }
}

.modal.forgot .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .ready strong {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    padding-bottom: 26px;
}

@media screen and (max-width: 767px) {
    .modal.forgot .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .ready strong {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 13px;
    }
}

.modal.forgot .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .form-group .form-control.email {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .modal.forgot .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .form-group .form-control.email {
        margin-bottom: 15px;
    }
}

.modal.logout .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body {
    padding: 25px;
}

@media screen and (max-width: 767px) {
    .modal.logout .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body {
        padding: 15px;
    }
}

.modal.logout .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body .btn {
    min-width: 130px;
}

.modal.logout .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body .btn + .btn {
    margin-left: 25px;
}

@media screen and (max-width: 767px) {
    .modal.logout .modal-table .modal-table-row .modal-table-cell .modal-dialog .modal-content .modal-body .btn + .btn {
        padding: 15px;
    }
}

/* IE fix
----------------------------------------- */
.ie .body {
    display: block;
}

/*---------------my--------------------------------------------------------------*/
.menulike:hover::after, .menukp:hover::after, .menudraft:hover::after {
    content: attr(data-title);
    position: absolute;
    left: 75%;
    right: 10%;
    bottom: -25%;
    z-index: 1;
    background: rgba(229, 27, 36, 0.6);
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 11px;
    padding: 5px 10px;
    border: 1px solid rgba(229, 27, 36, 0.6);
}

.nonedrafts, .rowdrafts {
    margin-top: 24px !important;
}

.like {
    cursor: pointer;
}

.purchas td {
    border: 1px solid black;
}

.page404 {
    width: 50%;
    margin: auto;
    margin-top: 10%;
    text-align: center;

}

.page404 {

}

.page404 h1 {
    font-size: 60px;
    color: #797979;
}

/*---------------my--------------------------------------------------------------*/


/*------------------03.03.2018-Teslenko--------*/


.text_predlog {
    /*color: #008bc7;*/
    outline: none !important;
    text-decoration: none;
    transition-property: border, background-color, color;
    transition-duration: .2s;
    margin-left: -40px;
}

.style_pad_bottom {
    padding-bottom: 5px;
}

.hint_zakaz {
    visibility: hidden;
    position: absolute;
    border-style: solid;
    border-width: 2px;
    background-color: '#f5f5f5';
    padding: 10px;
    z-Index: 9999;
    border-color: #008bc742;
    max-width: 300px;
    background-color: #ffffff;
    border-radius: 10px;
}

.hint_predstavl {
    visibility: hidden;
    position: absolute;
    border-style: solid;
    border-width: 2px;
    background-color: '#f5f5f5';
    padding: 10px;
    z-Index: 9999;
    border-color: #008bc742;
    max-width: 400px;
    background-color: #ffffff;
    border-radius: 10px;
}

.faLockColorG {
    color: #008000;
}

.faLockColorR {
    color: #FF0000;
}

.btnDisableColor {
    /*color: #8b888d;*/
    background-color: #8b888d !important;
}

.btnDisableColor:hover {
    /*color: #8b888d;*/
    background-color: #8b888d !important;
}

.btn.btn-primary.btnDisableColor:hover {
    background-color: #8b888d !important;
}

.dashboard .alert .container-fluid {
    position: relative;
    background-image: url(../images/i_alert.svg);
    background-repeat: no-repeat;
    background-position: 15px 4px;
    background-size: 37px 34px;
    padding-left: 95px;
    padding-right: 200px;
}

.dashboard .alert-dismissible .close {
    position: absolute;
    right: 15px;
    top: 2px;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #008bc7;
    line-height: 14px;
    text-transform: none;
    font-weight: normal;
    opacity: 1;
}

/*/////for predlogenie columns*/
.dashboard .table .row .row .col.col_0p {
    width: 36px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_0p {
        width: 25px;
    }
}

.dashboard .table .row .row .col.col_01p {
    width: 45px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_01p {
        width: 25px;
    }
}

.dashboard .table .row .row .col.col_02p {
    width: 270px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_02p {
        width: 90px;
    }
}

.dashboard .table .row .row .col.col_03p {
    width: 190px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_03p {
        width: 100px;
    }
}

.dashboard .table .row .row .col.col_04p {
    width: 140px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_04p {
        width: 20px;
    }
}

.dashboard .table .row .row .col.col_05p {
    width: 235px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_05p {
        width: 30px;
    }
}

.dashboard .table .row .row .col.col_06p {
    width: 70px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_06p {
        width: 90px;
    }
}

.dashboard .table .row .row .col.col_07p {
    width: 100px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_07p {
        width: 50px;
    }
}

.dashboard .table .row .row .col.col_08p {
    width: 125px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_08p {
        width: 90px;
    }
}

.dashboard .table .row .row .col.col_09p {
    width: 150px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_09p {
        width: 90px;
    }
}

.dashboard .table .row .row .col.col_010p {
    width: 100px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_010p {
        width: 50px;
    }
}

/*/////for predlogenie columns*/

/*.dashboard .table .row .row .col.col_06 {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .dashboard .table .row .row .col.col_06 {
    width: 150px;
  }
}*/

.dashboard .table .row .row .col.col_01req {
    width: 80px;
    /*width: 7%;*/
    max-width: 100px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_01req {
        width: 100px;
    }
}

.dashboard .table .row .row .col.col_02req {
    width: 170px;
    /*width: 18%;*/
    max-width: 100px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_02req {
        width: 100px;
    }
}

.dashboard .table .row .row .col.col_03req {
    width: 535px;
    /*width: 40%;*/
    max-width: 100px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_03req {
        width: 100px;
    }
}

.dashboard .table .row .row .col.col_04req {
    width: 180px;
    /*width: 15%;*/
    max-width: 100px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_04req {
        width: 100px;
    }
}

.dashboard .table .row .row .col.col_05req {
    width: 80px;
    /*width: 5%;*/
    max-width: 100px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_05req {
        width: 100px;
    }
}

.dashboard .table .row .row .col.col_06req {
    width: 170px;
    /*width: 15%;*/
    max-width: 100px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_06req {
        width: 100px;
    }
}

.btn_font14 {
    font-size: 14px;
}

#predl-label {
    /*float: left;*/
    /*display: inline-block;*/
    margin-left: 0px;
    margin-top: 12px;
}

#predl-input {
    width: 18px;
    height: 18px;
    -webkit-appearance: checkbox;
}

#checkboxshowModalCreateOffersOffReq {
    width: 18px;
    height: 18px;
    -webkit-appearance: checkbox;
}

#checkboxshowModalExportOffersOffReq {
    width: 18px;
    height: 18px;
    -webkit-appearance: checkbox;
}

/*
..dashboard .details .inner .custom-control .custom-control-indicator .predl-input {
  width: 25px;
    height: 25px;
}*/

.size22 {
    font-size: 22px;
}

.borderStylered {
    border-color: red;
}

.show {
    display: inline-block;
}

.korzina {
    float: right !important;
    margin-right: 9% !important;
    margin-top: -94px !important;
    font-size: 16px !important;
    color: #e51b25 !important;
}

.amount {
    padding-top: 10px;
    /*width:200px;*/
    /*margin:100px auto;*/
}

.amount span {
    display: none;
    /*display:inline-block;*/
    width: 30px;
    height: 27px;
    background: #c8c4c4;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    font-size: 18px;
}

.amount span.text {
    display: inline-block;
    width: 128px;
    background: #ffffff;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
    color: darkgrey;
}

.amount span:hover {
    background: #dfdfdf;
}

.amount input {
    width: 130px;
    text-align: center;
}

.kol_add_basket {
    background-color: #edecec;
    margin-top: 10px;
    padding-left: 5px;
}

.kol_add_basket div {
    padding-top: 10px;
    font-size: 13px;
    font-weight: bold;
    color: darkgrey;
}

.kol_add_basket div span {
    font-size: 20px;
    font-weight: bold;
    color: black;
    padding-left: 10px;
}

.add_basket_item {
    width: 120px;
    display: inline-block;
}

.basket_info {
    margin-top: 50px;
    font-weight: bold;
    background-color: #edecec;
    padding-left: 5px;
}

.basket_info span {
    font-size: 15px;
    font-weight: bold;
    padding-left: 35px;
}

.basket_look {
    font-size: 13px;
    text-decoration: underline;
    font-weight: bold;
}

#count_opt_tovar {
    padding-left: 42px;
}

.dashboard .table .row .row .col.col_01basket {
    width: 150px;
    /*width: 7%;*/
    max-width: 100px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_01basket {
        width: 100px;
    }
}

.dashboard .table .row .row .col.col_02basket {
    width: 100px;
    /*width: 18%;*/
    max-width: 100px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_02basket {
        width: 100px;
    }
}

.dashboard .table .row .row .col.col_03basket {
    width: 100px;
    /*width: 40%;*/
    max-width: 100px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_03basket {
        width: 100px;
    }
}

.dashboard .table .row .row .col.col_04basket {
    width: 500px;
    /*width: 15%;*/
    max-width: 100px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_04basket {
        width: 100px;
    }
}

.dashboard .table .row .row .col.col_05basket {
    width: 200px;
    /*width: 5%;*/
    max-width: 100px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_05basket {
        width: 100px;
    }
}

.dashboard .table .row .row .col.col_06basket {
    width: 170px;
    /*width: 15%;*/
    max-width: 100px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_06basket {
        width: 100px;
    }
}


.amount_basket {
    padding-top: 10px;
    /*width:200px;*/
    /*margin:100px auto;*/
}

.amount_basket span {
    display: none;
    /*display:inline-block;*/
    width: 30px;
    height: 23px;
    background: #c8c4c4;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    font-size: 20px;

}

.amount_basket span.text {
    display: inline-block;
    width: 128px;
    background: #ffffff;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
    color: darkgrey;
}

.amount_basket span:hover {
    background: #dfdfdf;
}

.amount_basket input {
    width: 130px;
    text-align: center;
}

.amount_basket div {
    display: inline-block;
    width: 30px;
    height: 22px;
    background: #c8c4c4;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    font-size: 18px;
}

.amount_basket div.text {
    display: inline-block;
    width: 128px;
    background: #ffffff;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
    color: darkgrey;
}

.amount_basket div:hover {
    background: #dfdfdf;
}

.basket_count_span {
    font-size: 12px;
    font-weight: bold;
    padding-left: 2px;
    position: relative;
    top: -10px;
}

#manual {
    font-size: 1.5em;
}

#manualLink {
    text-indent: 1.5em;
    text-decoration: underline;
}

.dashboard .table .row .row .col.col_01order {
    width: 100px;
    /*width: 7%;*/
    max-width: 100px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_01order {
        width: 100px;
    }
}

.dashboard .table .row .row .col.col_02order {
    width: 150px;
    /*width: 18%;*/
    max-width: 100px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_02order {
        width: 100px;
    }
}

.dashboard .table .row .row .col.col_03order {
    width: 150px;
    /*width: 40%;*/
    max-width: 100px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_03order {
        width: 100px;
    }
}

.dashboard .table .row .row .col.col_04order {
    width: 150px;
    /*width: 15%;*/
    max-width: 100px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_04order {
        width: 100px;
    }
}

.dashboard .table .row .row .col.col_05order {
    width: 150px;
    /*width: 5%;*/
    max-width: 100px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_05order {
        width: 100px;
    }
}

.dashboard .table .row .row .col.col_06order {
    width: 350px;
    /*width: 15%;*/
    max-width: 100px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_06order {
        width: 100px;
    }
}

.dashboard .table .row .row .col.col_07order {
    width: 120px;
    /*width: 15%;*/
    max-width: 100px;
}

@media screen and (max-width: 767px) {
    .dashboard .table .row .row .col.col_07order {
        width: 100px;
    }
}

#ord_itm_opt_tabl {
    /*clear: left;
    float: left;
    width: 150px;*/
    padding-top: 14px;
    /*font-family: "Helvetica", Arial, sans-serif;*/
    font-size: 12px;
    color: #a4a4a4;
    /*line-height: 16px;
    text-transform: none;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;*/
}

.dashboard .table .row .row .col_opt_head {
    padding-bottom: 1px;
    padding-top: 1px;
}

.dashboard .table .row .row .col_opt {

    display: table-cell;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.opt_table {
    line-height: 17px !important;
}

.kol_palet {
    padding-top: 1px;
    padding-bottom: 8px;
    font-size: 15px;
    text-align: center;
}

.tabl_btn {
    padding: 18px;
    padding-top: 7px;
    padding-bottom: 8px;
    font-size: 12px;
    vertical-align: baseline;
}

.delbtn {
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 15px;
}

.redBorder {
    border-color: #fd0000 !important;
}

.banner {
    padding: 40px 0px 5px 0px;
    /*font-size: x-large;*/
    color: #e51b24;
    font-weight: 800;
}

.banner_btn {
    background-color: #f3e4e4 !important;
}

.nameExample {
    position: absolute !important;
}

.incorrect_value_predl {
    color: #e51b24;
}

/*---------------------------------------------*/

ul {
    list-style-type: none;
}

li {
    margin-top: 5px;
    text-align: center;
}

li:hover {
    background-color: rgba(0, 0, 0, 0.075);
    cursor: pointer;
}