button,
hr,
input {
    overflow: visible;
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
progress,
sub,
sup {
    vertical-align: baseline;
}
[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0;
}
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace,monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
select {
    text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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;
}
[role="button"] {
    cursor: pointer;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.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 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .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 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .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 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .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 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropup,
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.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;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-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;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    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;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.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 {
    border-width: 10px;
    content: "";
}
.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5;
}
table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }
}
.nav > li,
.nav > li > a {
    position: relative;
    display: block;
}
.nav-justified > .dropdown .dropdown-menu,
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav > li > a {
    padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-justified > li,
.nav-stacked > li {
    float: none;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
/* Slider slick */
.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slider {
    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 {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    left: 0;
    top: 0;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    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-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999999;
}
.form-control::-webkit-input-placeholder {
    color: #999999;
}
.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .help-block,
.has-success .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 {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block,
.has-warning .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 {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@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 .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
/*
@media (max-width: 767px) {  }
@media (min-width: 768px) { }
@media (min-width: 992px) { }
@media (min-width: 1199px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 768px) and (max-width: 992px) {}
*/
/* FONTS */
/* cyrillic-ext */
@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 400;
    src: local('PT Sans Italic'), local('PTSans-Italic'), url(https://fonts.gstatic.com/s/ptsans/v10/jizYRExUiTo99u79D0e0ysmIAjcQ-woy.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 400;
    src: local('PT Sans Italic'), local('PTSans-Italic'), url(https://fonts.gstatic.com/s/ptsans/v10/jizYRExUiTo99u79D0e0w8mIAjcQ-woy.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 400;
    src: local('PT Sans Italic'), local('PTSans-Italic'), url(https://fonts.gstatic.com/s/ptsans/v10/jizYRExUiTo99u79D0e0ycmIAjcQ-woy.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 400;
    src: local('PT Sans Italic'), local('PTSans-Italic'), url(https://fonts.gstatic.com/s/ptsans/v10/jizYRExUiTo99u79D0e0x8mIAjcQ-w.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v10/jizaRExUiTo99u79D0-ExcOPIDUg-g.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v10/jizaRExUiTo99u79D0aExcOPIDUg-g.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v10/jizaRExUiTo99u79D0yExcOPIDUg-g.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v10/jizaRExUiTo99u79D0KExcOPIDU.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v10/jizfRExUiTo99u79B_mh0OOtLR8a8zILig.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v10/jizfRExUiTo99u79B_mh0OqtLR8a8zILig.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v10/jizfRExUiTo99u79B_mh0OCtLR8a8zILig.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v10/jizfRExUiTo99u79B_mh0O6tLR8a8zI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* VARS COLOR */
/* Основной Оранжевый цвет - навигация, заголовки */
/* Основной Оранжевый цвет - навигация, заголовки */
/* Основной Оранжевый цвет - навигация, заголовки */
/* #a4027c Бордовый-Фиолетовый - ховеры, ссылки ... */
/* Голубой */
/* Бирюзовый */
/* Разные элементы */
/* Цвет правого бордера в главном меню */
/* TOP_NAV */
/* Высота панели навигации */
/* Основной фон */
/* Цвет Ссылок в выпадающем меню */
/* Цвет ссылок на главной панели для разера XS*/
/* Цвет ссылок на главной панели для размера SM */
/* Фон активных ссылок и Ховеров на главной панели */
/* Фон активных ссылок и Ховеров на главной панели */
/* Фон активных ссылок и Ховеров на главной панели */
/* Фон активных ссылок и Ховеров на главной панели */
/* ПРИМЕСИ */
.gray-filter {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}
.gray-filter-hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(0);
    transition: 0.2s ease-out;
}
.icon {
    width: 25px;
    height: 25px;
    fill: #E94B01;
    position: absolute;
    left: 10px;
    top: 7px;
}
.vertical_align_inner {
    display: inline-block;
    width: 100%;
}
.margin-no {
    margin: 0;
}
.padding-no {
    padding: 0;
}
.list_normalize {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list_normalize li {
    margin: 0;
    padding: 0;
    background: none;
}
.list_normalize li:before {
    content: none;
    visibility: hidden;
}
.block-header {
    display: block;
    text-transform: uppercase;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    background-color: #E94B01;
    padding: 10px;
}
.block-header:hover {
    color: #FFF;
    text-decoration: none;
}
.transition-hover {
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}
.burger {
    content: "";
    display: inline-block;
    width: 20px;
    height: 18px;
    position: absolute;
    top: 13px;
    right: 30px;
    background-image: -moz-linear-gradient(#ffffff 2px, transparent 2px);
    background-image: -webkit-linear-gradient(#ffffff 2px, transparent 2px);
    background-image: linear-gradient(#ffffff 2px, transparent 2px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    background-size: 100% 33.3333333%;
    background-repeat: repeat-y;
}
.hidden-xs {
    display: none;
}
@media (min-width: 768px) {
    .hidden-xs {
        display: block;
    }
}
/* ОСНОВНЫЕ ТЕГИ ПО УМОЛЧАНИЮ*/
body {
    font-size: 10px;
    font-family: 'PT Sans', Arial, 'sans-serif';
    color: #333333;
}
/* ЗАГОЛОВКИ */
h1 {
    font-size: 2.4rem;
    /*text-transform: uppercase;*/
    padding: 0px 0px 20px;
    margin: 0;
    color: #E94B01;
}
@media (min-width: 1199px) {
    h1 {
        font-size: 2.2rem;
        margin: 0;
    }
}
h2 {
    font-size: 1.8rem;
    padding: 0px 0px 2px;
    margin-top: 0;
    clear: both;
    color: #E94B01;
}
@media (min-width: 768px) {
    h2 {
        font-size: 2rem;
        padding: 5px 0px 2px;
    }
}
@media (min-width: 992px) {
    h2 {
        font-size: 2rem;
        margin-top: 20px;
        padding: 6px 0px 2px;
    }
}
h3 {
    font-size: 1.8rem;
    padding: 3px 0px 0;
    margin-top: 0;
    margin-bottom: 1px;
    clear: both;
    color: #E94B01;
}
@media (min-width: 768px) {
    h3 {
        font-size: 1.8rem;
        padding: 3px 0px 0;
        margin-top: 0;
        margin-bottom: 1px;
    }
}
h4 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2em;
    color: #333333;
}
@media (min-width: 768px) {
    h4 {
        font-size: 1.6rem;
    }
}
h5,
h6 {
    font-size: 1.3rem;
    color: #333333;
    font-weight: 700;
}
/* ССЫЛКИ  */
a {
    color: #c23405;
    text-decoration: underline;
}
a:hover,
a:focus {
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    color: #E94B01;
}
a:active {
    color: #ff4c12;
}
/* ФОРМАТИРОВАНИЕ */
em {
    font-style: italic;
}
strong {
    font-weight: 700;
}
u {
    text-decoration: underline;
}
hr {
    height: 1px;
    border: none;
    background: #585858;
}
p {
    padding-bottom: 15px;
    margin: 0;
    font-size: 1.4rem;
}
ul {
    margin-left: 0;
    padding-left: 15px;
    margin-bottom: 15px;
    list-style: none;
    font-size: 1.3rem;
}
ul li {
    padding: 0px 0px 6px 20px;
}
ol {
    margin-left: 25px;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 1.3rem;
}
ol li {
    padding: 4px 0px 4px 6px;
}
/* ФОРМЫ */
input,
textarea,
select {
    padding: 4px;
    color: #585858;
    font-family: 'PT Sans', Arial, 'sans-serif';
}
input:focus,
textarea:focus {
    color: #585858;
}
button {
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}
input[type="submit"] {
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}
/* ТАБЛИЦЫ  */
table {
    border-collapse: collapse;
    font-size: 1.3rem;
}
main ul {
    margin-left: 30px;
    margin-bottom: 20px;
    list-style: none;
    padding-left: 0;
}
main ul li {
    padding: 4px 0;
}
main ul li:before {
    content: "–";
    margin-left: -20px;
    display: block;
    float: left;
}
/*-----------MAKET---------------*/
/*------ HEADER -----------*/
header {
    position: relative;
    padding-top: 15px;
    padding-bottom: 10px;
}
@media (min-width: 768px) {
    header {
        height: 90px;
        padding-bottom: 0;
    }
}
/*------ LOGO ----------*/
.logo {
    display: block;
    height: 48px;
    background: url('../img/logo.svg') 0% 0% no-repeat;
    background-size: contain;
}
@media (min-width: 768px) {
    .logo {
        height: 55px;
    }
}
/*------- header-contakt --------*/
.contakt-block {
    text-align: right;
	margin-bottom: 10px;
}
.contakt-block__phone {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.3em;
    text-decoration: none;
}
@media (min-width: 768px) {
    .contakt-block__phone {
        font-size: 1.4rem;
        padding: 4px 0;
    }
}
@media (min-width: 992px) {
    .contakt-block__phone {
        font-size: 1.8rem;
        padding: 4px 0;
    }
}
.contakt-block__phone-link {
    text-decoration: none;
    color: #333333;
}
.contakt-block__phone-link:hover {
    text-decoration: none;
    color: #585858;
}
.contakt-block__order-ring {
    color: #585858;
    text-decoration: underline;
    font-size: 1.2rem;
}
@media (min-width: 768px) {
    .contakt-block__order-ring {
        font-size: 1.4rem;
    }
}
.contakt-block__order-ring:hover {
    color: #ff4c12;
    text-decoration: none;
}
.contakt-block__order-catalog {
    display: inline-block;
    text-decoration: underline;
    color: #E94B01;
    font-size: 1.2rem;
}
@media (min-width: 380px) {
    .contakt-block__order-catalog {
        padding-right: 15px;
    }
}
@media (min-width: 768px) {
    .contakt-block__order-catalog {
        height: 20px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRTk0QjAxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCA2MTEuOTk2IDYxMS45OTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik01ODguNjMsMTEzLjE5M0wyMTMuODEyLDMzLjg3MWMtMTUuODU4LTMuMzU1LTMxLjU3Niw2Ljg3Ni0zNC45MzEsMjIuNzM0bC03LjEyMSw0NS43NjJsNDMyLjQ3Nyw5MS41MTlsNy4xMjEtNDUuNzYyQzYxNC43MTMsMTMyLjI3Miw2MDQuNDg4LDExNi41NDksNTg4LjYzLDExMy4xOTN6Ii8+PHBhdGggZD0iTTQzMS4wMDksMjAzLjU5MWMtNC4zNzgtMTUuNzY2LTIwLjg1NC0yNS4wODUtMzYuNjE1LTIwLjcxNEwzMjMuMjQsMjAyLjYzbC0xNjcuNzQyLTM1LjVsLTE4LjQ0OCw4Ny4xNjVMMjEuNzg2LDI4Ni4yODdjLTE1Ljc2LDQuMzcyLTI1LjA3OSwyMC44NDgtMjAuNzA4LDM2LjYwOWw2NC45NTgsMjM0LjA3OGM0LjM3OCwxNS43NiwyMC44NTUsMjUuMDg1LDM2LjYxNSwyMC43MDhsMzcyLjYwOC0xMDMuNDAzYzE1Ljc2LTQuMzc4LDI1LjA3OS0yMC44NDgsMjAuNzA4LTM2LjYxNWwtMTEuMTUtNDAuMTg0bDQxLjc4OSw4LjgzNWMxNS44NTgsMy4zNjEsMzEuNTc2LTYuODcsMzQuOTMxLTIyLjcyOGwyNi40MzktMTI0LjkzN0w0MzcuNDUsMjI2Ljc5N0w0MzEuMDA5LDIwMy41OTF6IE00NzQuMDQsMzIyLjU1OWw5LjIxNS00My41NTJjMS4zODQtNi41MjEsNy44NS0xMC43MjcsMTQuMzctOS4zNWw0My41NTIsOS4yMjFjNi41MjcsMS4zODQsMTAuNzMzLDcuODQzLDkuMzU2LDE0LjM3bC05LjIxNSw0My41NTJjLTEuMzg0LDYuNTIxLTcuODQ5LDEwLjczMy0xNC4zNyw5LjM1bC00My41NTItOS4yMTVDNDc2Ljg2MywzMzUuNTQ2LDQ3Mi42NTYsMzI5LjA4LDQ3NC4wNCwzMjIuNTU5eiBNMjguMjcsMzA5LjY0NmwxMDMuMTE1LTI4LjYwNmwyNDMuMjk5LTY3LjUxN2wyNi4xODEtNy4yNzRjMC40NzgtMC4xMjksMC45NTUtMC4xOSwxLjQyMS0wLjE5YzIuMSwwLDQuNjExLDEuMzc4LDUuMzQ1LDQuMDE3bDMuMDc0LDExLjA3bDkuNjMxLDM0LjcwNEwzNy4xNDgsMzYyLjE4NmwtMTIuNzA1LTQ1Ljc2OEMyMy42NDcsMzEzLjU0NiwyNS4zOTksMzEwLjQ0MiwyOC4yNywzMDkuNjQ2eiBNNDcyLjYwMSw0NDQuMTQxYzAuNDksMS43NzYtMC4wMjQsMy4yNDUtMC41NDUsNC4xNjRjLTAuNTE0LDAuOTE4LTEuNTA2LDIuMTE5LTMuMjgyLDIuNjA4TDk2LjE3Myw1NTQuMzE2Yy0wLjQ3MSwwLjEyOS0wLjk1NSwwLjE5Ni0xLjQyMSwwLjE5NmMtMi4xLDAtNC42MTEtMS4zODQtNS4zNDUtNC4wMjNMNTEuNTE5LDQxMy45NTVsMzgzLjE4OC0xMDYuMzQybDIzLjM3MSw4NC4yMDhMNDcyLjYwMSw0NDQuMTQxeiIvPjxwYXRoIGQ9Ik0xNTYuMzc5LDQ1My40ODRjLTEuNzg4LTYuNDI5LTguNDk5LTEwLjIyNS0xNC45MjgtOC40NDNsLTQzLjUxNSwxMi4wOGMtNi40MjMsMS43ODItMTAuMjI1LDguNDk5LTguNDM3LDE0LjkyOGwxMi4wNzQsNDMuNTA5YzEuNzg4LDYuNDI5LDguNDk5LDEwLjIyNSwxNC45MjgsOC40MzdsNDMuNTE1LTEyLjA3NGM2LjQyOS0xLjc4MiwxMC4yMjUtOC40OTksOC40NDMtMTQuOTI4TDE1Ni4zNzksNDUzLjQ4NHoiLz48L3N2Zz4=");
        background-position: 0% 50%;
        background-repeat: no-repeat;
        padding-left: 25px;
        padding-right: 35px;
        font-size: 1.4rem;
    }
}
.contakt-block__order-catalog:hover {
    color: #ff4c12;
    text-decoration: none;
}
/*----- MAIN-NAV --------
'container' => 'main-nav',
'list' => 'main-nav__list',
'item' => 'main-nav__item',
'link' => 'main-nav__link',
'active' => 'main-nav__item--active',
'item_dropdown' => 'main-nav__item--dropdown dropdown',
'link_dropdown' => 'main-nav__link--dropdown dropdown-toggle',
'dropdown_container' => 'main-nav__dropdown dropdown-menu',
'dropdown_list' => 'main-nav__dropdown-list',
'dropdown_item' => 'main-nav__dropdown-item',
'dropdown_link' => 'main-nav__dropdown-link',
'dropdown_active' => 'main-nav__dropdown-item--active',

*/
.main-nav {
    border: none;
    border-radius: 0;
    height: 41px;
    min-height: 41px;
    margin: 0;
    background-color: #E94B01;
    z-index: 99;
}
.icon--main-nav {
    width: 16px;
    height: 16px;
    position: relative;
    float: left;
    margin-right: 5px;
    margin-top: 12px;
    top: 0;
    left: 0;
    fill: #FFF;
}
.main-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}
.main-nav__item {
    display: inline-block;
    padding: 0;
    height: 41px;
    position: relative;
    vertical-align: middle;
}
@media (min-width: 992px) {
    .main-nav__item--last {
        right: 0;
        top: 0;
    }
}
.main-nav__link {
    color: #FFF;
    display: block;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.4em;
    height: 41px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0px 15px;
}
@media (min-width: 768px) {
    .main-nav__link {
        color: #FFF;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .main-nav__link {
        color: #FFF;
        font-size: 1.2rem;
        padding-right: 7px;
        padding-left: 7px;
    }
}
@media (min-width: 992px) {
    .main-nav__link {
        font-size: 1.3rem;
        padding: 0px 10px;
    }
}
@media (min-width: 1200px) {
    .main-nav__link {
        padding: 0px 15px;
    }
}
.main-nav__link:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.main-nav__link:hover,
.main-nav__link:focus {
    background-color: #ff4c12;
    text-decoration: none;
    color: #FFF;
}
.main-nav__link:hover .icon--main-nav,
.main-nav__link:focus .icon--main-nav {
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    fill: #FFF;
}
.main-nav__item--active > .main-nav__link {
    background-color: #c23405;
    color: #FFF;
}
.main-nav__item--active > .main-nav__link .icon--main-nav {
    fill: #FFF;
}
.main-nav__item--catalog {
    border-right: 2px solid #c23405;
}
@media (min-width: 992px) {
    .main-nav__item--catalog {
        width: calc(25% - 22px);
        border: none;
    }
}
.main-nav__link--catalog {
    background-color: #ff4c12;
}
@media (min-width: 992px) {
    .main-nav__link--catalog {
        padding-right: 80px;
        font-weight: 700;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .main-nav__link--catalog {
        padding-right: 50px;
    }
}
@media (min-width: 992px) {
    .main-nav__link--catalog:after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 18px;
        position: absolute;
        right: 30px;
        background-image: -moz-linear-gradient(#ffffff 2px, transparent 2px);
        background-image: -webkit-linear-gradient(#ffffff 2px, transparent 2px);
        background-image: linear-gradient(#ffffff 2px, transparent 2px);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03ffffff', endColorstr='#ffffff', GradientType=0);
        /* IE6-9 */
        background-size: 100% 33.3333333%;
        background-repeat: repeat-y;
        top: 13px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .main-nav__link--catalog:after {
        right: 20px;
    }
}
@media (min-width: 1200px) {
    .main-nav__link--catalog:after {
        right: 30px;
    }
}
.main-nav__link--bold {
    font-weight: 700;
}
@media (max-width: 767px) {
    .main-nav__item--dropdown.open {
        height: auto;
    }
}
.main-nav__dropdown {
    padding: 0;
    background-color: #f5f5f5;
}
@media (max-width: 767px) {
    .main-nav__dropdown {
        width: calc(100vw - 30px);
    }
}
@media screen and (orientation: landscape) and (min-width: 480px) and (max-width: 767px) {
    .main-nav__dropdown {
        width: auto;
        min-width: 200px;
    }
}
@media (min-width: 768px) {
    .main-nav__dropdown {
        min-width: 250px;
    }
}
.main-nav__dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-nav__dropdown-item {
    border-bottom: 1px solid #ebebeb;
    padding: 0;
    display: block;
}
.main-nav__dropdown-item:last-child {
    border: none;
}
.main-nav__dropdown-link {
    color: #333333;
    background-color: #f5f5f5;
    padding: 7px 20px;
    border-bottom: none;
    text-decoration: none;
    display: block;
}
@media (max-width: 767px) {
    .main-nav__dropdown-link {
        white-space: normal;
        line-height: 1.2em;
    }
}
.main-nav__dropdown-link:hover {
    background-color: #ebebeb;
    text-decoration: none;
}
.main-nav__group-list {
    padding: 0;
    margin-bottom: 0;
}
.main-nav__group {
    display: inline-block;
    padding: 0;
    height: 41px;
    position: relative;
    vertical-align: middle;
}
@media (min-width: 992px) {
    .main-nav__group {
        position: static;
        width: auto;
    }
}
@media (max-width: 991px) {
    .main-nav__group-list .main-nav__item {
        display: block;
        border-bottom: 1px solid #ebebeb;
    }
}
.main-nav__group-list .main-nav__item:nth-last-child(0) {
    border: none;
}
@media (max-width: 991px) {
    .main-nav__group-list .main-nav__link {
        color: #585858;
    }
    .main-nav__group-list .main-nav__link .icon--main-nav {
        fill: #585858;
    }
}
.main-nav__dropdown--group {
    right: 0;
    left: auto;
}
@media (min-width: 992px) {
    .main-nav__dropdown--group {
        display: inline-block;
        position: static;
        left: 0;
        top: 0;
        min-width: auto;
        width: auto;
        margin: 0;
        border: none;
        background: none;
        box-shadow: none;
    }
}
.main-nav__link--group {
    display: block;
}
@media (min-width: 992px) {
    .main-nav__link--group {
        display: none;
    }
}
@media (max-width: 991px) {
    .main-nav__link--group:after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 18px;
        position: absolute;
        background-image: -moz-linear-gradient(#ffffff 2px, transparent 2px);
        background-image: -webkit-linear-gradient(#ffffff 2px, transparent 2px);
        background-image: linear-gradient(#ffffff 2px, transparent 2px);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03ffffff', endColorstr='#ffffff', GradientType=0);
        /* IE6-9 */
        background-size: 100% 33.3333333%;
        background-repeat: repeat-y;
        top: 11px;
        right: 10px;
    }
}
/* ЛЕВОЕ МЕНЮ */
/* ДРЕВОВИДНОЕ МЕНЮ */
.tree-nav {
    margin: 0;
    padding: 0;
    border: 1px solid #ebebeb;
}
.tree-nav .navbar-toggle {
    display: block;
    padding: 2px 1px 2px 10px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 8px;
}
.tree-nav .navbar-toggle .icon-bar {
    background-color: #FFF;
}
.tree-nav__list {
    margin: 0;
    padding: 0;
}
.tree-nav__list--level2 {
    background-color: #f5f5f5;
}
.tree-nav__list--level3 {
    display: none;
}

.tree-nav__item {
    padding: 0;
}
.tree-nav__item:nth-last-child(1) .tree-nav__link {
    border: none;
}
.tree-nav__item.open > .tree-nav__list {
    display: block;
}
.tree-nav__link {
    display: block;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.3em;
    color: #333333;
    padding: 10px 10px 10px 10px;
    position: relative;
}
.tree-nav__link--level1 {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 10px 10px 47px;
}
.tree-nav__link--level1:hover {
    background-color: #ebebeb;
    text-decoration: none;
}
.tree-nav__link--level1:hover .icon--tree-nav {
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    fill: #E94B01;
}
.icon--tree-nav {
    fill: #333333;
}
.open > .tree-nav__link--level1,
.tree-nav__item--active > .tree-nav__link--level1 {
    /*background-color: @gray-lighten;*/
    font-weight: 700;
    color: #E94B01;
    text-decoration: none;
}
.open > .tree-nav__link--level1 .icon--tree-nav,
.tree-nav__item--active > .tree-nav__link--level1 .icon--tree-nav {
    fill: #E94B01;
}
.tree-nav__link--level2 {
    padding: 7px 10px 7px 50px;
    /*background-color: @gray-lighten;*/
}
.tree-nav__link--level2:hover {
    text-decoration: underline;
}
.tree-nav__link--level2:hover:before {
    content: '';
    display: block;
    position: absolute;
    background-image: radial-gradient(#fe8952 1px, transparent 1px);
    background-size: 7px 7px;
    background-repeat: repeat-x;
    height: 10px;
    width: 20px;
    left: 20px;
    bottom: 9px;
}
.open > .tree-nav__link--level2,
.tree-nav__item--active > .tree-nav__link--level2 {
    font-weight: 700;
}
.open > .tree-nav__link--level2:before,
.tree-nav__item--active > .tree-nav__link--level2:before {
    content: '';
    display: block;
    position: absolute;
    background-image: radial-gradient(#8b8b8b 1px, transparent 1px);
    background-size: 7px 7px;
    background-repeat: repeat-x;
    height: 10px;
    width: 20px;
    left: 20px;
    bottom: 9px;
}
.tree-nav__link--level3 {
    padding: 5px 10px 5px 60px;
    /*background-color: @gray-lighten;*/
}
.tree-nav__link--level3:hover {
    text-decoration: underline;
}
.tree-nav__link--level3:hover:before {
    content: '';
    display: block;
    position: absolute;
    background-image: radial-gradient(#fe8952 1px, transparent 1px);
    background-size: 7px 7px;
    background-repeat: repeat-x;
    height: 10px;
    width: 36px;
    left: 20px;
    bottom: 6px;
}
.open > .tree-nav__link--level3,
.tree-nav__item--active > .tree-nav__link--level3 {
    font-weight: 700;
}
.open > .tree-nav__link--level3:before,
.tree-nav__item--active > .tree-nav__link--level3:before {
    content: '';
    display: block;
    position: absolute;
    background-image: radial-gradient(#8b8b8b 1px, transparent 1px);
    background-size: 7px 7px;
    background-repeat: repeat-x;
    height: 10px;
    width: 36px;
    left: 20px;
    bottom: 6px;
}
.tree-nav__link--level4 {
    padding: 4px 10px 4px 75px;
    /*background-color: @gray-lighten;*/
}
.tree-nav__link--level4:hover {
    text-decoration: underline;
}
.tree-nav__link--level4:hover:before {
    content: '';
    display: block;
    position: absolute;
    background-image: radial-gradient(#fe8952 1px, transparent 1px);
    background-size: 7px 7px;
    background-repeat: repeat-x;
    height: 10px;
    width: 50px;
    left: 20px;
    bottom: 6px;
}
.open > .tree-nav__link--level4,
.tree-nav__item--active > .tree-nav__link--level4 {
    font-weight: 700;
}
.open > .tree-nav__link--level4:before,
.tree-nav__item--active > .tree-nav__link--level4:before {
    content: '';
    display: block;
    position: absolute;
    background-image: radial-gradient(#8b8b8b 1px, transparent 1px);
    background-size: 7px 7px;
    background-repeat: repeat-x;
    height: 10px;
    width: 50px;
    left: 20px;
    bottom: 6px;
}
.open > .tree-nav__link--address .tree-nav__icon,
.tree-nav__item--active > .tree-nav__link--address .tree-nav__icon {
    display: block;
}
.tree-nav__link-header {
    color: #E94B01;
    text-decoration: none;
}
.tree-nav__link-phone {
    display: block;
    color: #333333;
    text-decoration: none;
}
.tree-nav__link-map {
    display: block;
    color: #E94B01;
}
.tree-nav__item--level2.tree-nav__item--active > .tree-nav__link:after,
.tree-nav__item--level3.tree-nav__item--active > .tree-nav__link:after,
.tree-nav__item--level4.tree-nav__item--active > .tree-nav__link:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 12px solid #FFF;
    border-bottom: 10px solid transparent;
}
.tree-nav--addresses {
    margin-top: 18px;
}
.tree-nav--addresses .tree-nav__item--active .tree-nav__link {
    background-color: #ebebeb;
}
/*---breadcrumb-----*/
.breadcrumb {
    padding: 15px 0;
    background: none;
    border-radius: 0;
    font-size: 1.2rem;
}
.breadcrumb li {
    padding: 0;
}
.breadcrumb > li + li:before {
    content: "/\00a0";
}
.breadcrumb > .active {
    color: #777;
}
.breadcrumb a {
    color: #E94B01;
}
.breadcrumb a:hover {
    text-decoration: none;
}
.content_text {
    width: 100%;
    overflow: hidden;
}
/* ИНФОРМЕР НОВОСТЕЙ */
@media (min-width: 768px) {
    .news-informer {
        padding: 5px 0px 5px 15px;
        /*background:@gray-lighten;*/
    }
}
.news-informer__block-header {
    color: #E94B01;
    font-size: 2rem;
    font-weight: 700;
}
.news-informer__item {
    padding-top: 15px;
}
@media (min-width: 1024px) {
    .news-informer__item {
        width: 50%;
    }
}
.news-informer__item img {
    width: 100%;
}
.news-informer__date {
    margin-bottom: 6px;
    font-size: 1.3rem;
    color: #E94B01;
    font-weight: 700;
}
@media (min-width: 1200px) {
}
.news-informer__header {
    font-weight: 400;
    color: #333333;
    display: block;
    margin-bottom: 6px;
    font-size: 1.3rem;
    text-transform: uppercase;
    text-decoration: none;
}
.news-informer__header:hover {
    text-decoration: underline;
}
@media (min-width: 1200px) {
}
.news-informer__desctiption {
    border-bottom: 1px solid #f5f5f5;
}
.news-informer__more {
    font-size: 1.4rem;
    padding: 10px 0;
    color: #585858;
    font-weight: 700;
    display: inline-block;
}
/* Cписок новостей */
.news-list__item {
    margin-bottom: 10px;
    clear: both;
}
.news-list__date {
    font-size: 1.6rem;
    font-weight: 700;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #E94B01;
    color: #F00;
}
.news-list__header {
    font-size: 1.6rem;
    font-weight: 700;
    color: #E94B01;
    text-decoration: none;
    display: inline-block;
}
.news-list__desc {
    padding: 15px 0;
}
/* COPYRIGHT */
.copyright {
    text-align: center;
}
.copyright span {
    display: block;
}
.copyright a {
    text-decoration: underline;
}
.promo-block {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (min-width: 768px) {
    .promo-block {
        padding-top: 20px;
        padding-bottom: 10px;
    }
}
@media (min-width: 992px) {
    .promo-block {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media screen and (orientation: landscape) and (min-width: 480px) and (max-width: 767px) {
    .promo-block .slider_block {
        width: 75%;
    }
}
@media screen and (orientation: portrait) and (max-width: 480px) {
    .promo-block .banner_block {
        display: none;
    }
}
@media screen and (orientation: landscape) and (min-width: 480px) and (max-width: 767px) {
    .promo-block .banner_block {
        width: 25%;
        padding-left: 8px;
    }
}
@media screen and (orientation: landscape) and (min-width: 480px) and (max-width: 767px) {
    .promo-block .banner_block {
        width: 25%;
        padding-left: 8px;
    }
}
@media (min-width: 768px) {
    .promo-block .banner_block {
        padding-left: 12px;
    }
}
@media (min-width: 560px) {
    .banners__slider {
        padding-right: 0;
        width: 58.33333333%;
    }
}
.banners__top {
    padding-left: 13px;
}
@media (min-width: 560px) {
    .banners__top {
        width: 41.66666667%;
    }
}
/* CAROUSEL */
.slider {
    overflow: hidden;
    margin-bottom: 10px;
}
@media (min-width: 992px) {
    .slider {
        max-height: 390px;
        margin-bottom: 0;
    }
}
.slider__item {
    display: block;
}
@media (max-width: 1200px) {
    .slider__img {
        width: 100%;
    }
}
.slider__caption {
    left: 0;
    right: auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    text-align: left;
    color: #FFF;
    bottom: 0;
    width: 100%;
}
.slider__caption-header {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0;
}
.slider__caption-desc {
    font-size: 1rem;
    display: none;
}
.slider .slick-arrow {
    border: none;
    outline: none;
    font-size: 0;
    background-color: transparent;
    position: absolute;
    z-index: 100;
    height: 100%;
    width: 40px;
}
.slider .slick-arrow:before {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background-color: #feab85;
    position: absolute;
}
.slider .slick-arrow:after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background-color: #feab85;
    position: absolute;
    top: calc(50% - 23px);
}
.slider .slick-arrow:hover {
    background: rgba(255, 255, 255, 0.35);
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}
.slider .slick-arrow:hover:before,
.slider .slick-arrow:hover:after {
    background-color: #ff4c12;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}
.slider .slick-prev {
    top: 0;
    right: 0;
}
.slider .slick-prev:before {
    transform: rotate(-60deg);
}
.slider .slick-prev:after {
    transform: rotate(60deg);
}
.slider .slick-next {
    top: 0;
    left: 0;
}
.slider .slick-next:before {
    transform: rotate(60deg);
}
.slider .slick-next:after {
    transform: rotate(-60deg);
}
.slider .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 20px;
    z-index: 100;
    text-align: center;
}
.slider .slick-dots li {
    margin: 0;
    padding: 0;
    background: none;
}
.slider .slick-dots li:before {
    content: none;
    visibility: hidden;
}
.slider .slick-dots li {
    display: inline-block;
}
.slider .slick-dots button {
    background-color: #808080;
    height: 4px;
    width: 20px;
    margin: 0px 5px;
    border: none;
    font-size: 0;
    outline: none;
}
.slider .slick-dots .slick-active button {
    background-color: #E94B01;
}
/* Footer
-----------------------------------------------------------------------------*/
.main-footer {
    margin-top: 20px;
    padding: 30px 0;
    position: relative;
    height: auto;
    background-color: #E94B01;
}
.offerta {
    color: #fe8952;
    font-size: 1.3rem;
}
.copyright {
    color: #fe8952;
}
.copyright a {
    color: #fe8952;
}
.bottom-info {
    color: #FFF;
    font-size: 1.3rem;
    margin-top: 20px;
    text-align: center;
}
@media (min-width: 768px) {
    .bottom-info {
        margin-top: 0;
    }
}
/* PROJECT UNIC*/
/* OFFERS */
.offers {
    padding-bottom: 20px;
}
@media (min-width: 560px) and (max-width: 767px) {
    .offers__wrapper {
        width: 50%;
    }
}
.offers__category-header {
    display: block;
    font-size: 1.8rem;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #E94B01;
    font-weight: 700;
}
.offers-anchor {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
.offers-anchor li {
    margin: 0;
    padding: 0;
    background: none;
}
.offers-anchor li:before {
    content: none;
    visibility: hidden;
}
li.offers-anchor__item {
    display: inline-block;
    padding-right: 10px;
}
li.offers-anchor__item:before {
    display: none;
}
.offers-anchor__link {
    color: #888;
    font-weight: 700;
    font-size: 1.2rem;
    text-decoration: none;
}
@media (min-width: 768px) {
    .offers-anchor__link {
        font-weight: 700;
        font-size: 1.4rem;
    }
}
.offers-anchor__link:hover {
    color: #E94B01;
}
.offers-anchor__link.active {
    color: #E94B01;
}
.offers__item {
    display: block;
    position: relative;
    border-bottom: 1px solid #CCC;
    text-decoration: none;
    color: #333333;
    cursor: pointer;
    margin-bottom: 20px;
}
.offers__item .row {
    display: block;
}
@media (min-width: 992px) {
}
@media screen and (orientation: landscape) and (min-width: 480px) and (max-width: 767px) {
    .offers__item {
        width: 100%;
    }
}
.offers__item:hover {
    text-decoration: none;
    color: #333333;
    filter: saturate(150%);
}
.offers__info {
    display: block;
}
.offers__maininfo {
    display: block;
    overflow: hidden;
}
.offers__category {
    display: block;
    font-size: 1.4rem;
    padding-bottom: 7px;
    line-height: 1em;
}
.offers__img {
    max-width: 100%;
    max-height: 100%;
}
.offers__brand {
    display: block;
    height: 40px;
    position: relative;
}
.offers__brand-logo {
    position: absolute;
    top: 0;
}
.offers__brand-logo--rectangle-narrow {
    max-width: 90%;
}
.offers__brand-logo--rectangle-wide {
    height: 25px;
}
.offers__brand-logo--square {
    height: 38px;
}
.offers__country {
    display: block;
    padding: 10px 0px 0;
    font-size: 1.3rem;
}
.offers__price {
    display: block;
    height: 40px;
    margin-right: 0;
    margin-left: 0;
    padding-top: 7px;
}
.offers__price-name {
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: rgba(233, 75, 1, 0.86);
    color: #FFF;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    height: auto;
    text-transform: uppercase;
    padding: 7px;
}
@media (min-width: 768px) {
    .offers__price-name {
        font-size: 1.4rem;
        padding: 8px 15px;
    }
}
.offers__price-result {
    display: inline-block;
    font-size: 1.8rem;
    color: #E94B01;
    font-weight: 700;
}
@media (min-width: 768px) {
    .offers__price-result {
        font-size: 2.2rem;
    }
}
@media (min-width: 992px) {
    .offers__price-result {
        font-size: 2.1rem;
    }
}
@media (min-width: 1170px) {
    .offers__price-result {
        font-size: 2.8rem;
    }
}
.offers_price-from {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
}
@media (min-width: 768px) {
    .offers_price-from {
        font-size: 1.6rem;
    }
}
@media (min-width: 992px) {
    .offers_price-from {
        font-size: 1.2rem;
    }
}
@media (min-width: 1170px) {
    .offers_price-from {
        font-size: 1.6rem;
    }
}
.offers__price-desc {
    font-size: 1.2rem;
    display: inline;
    font-weight: 700;
    color: #E94B01;
}
@media (min-width: 768px) {
    .offers__price-desc {
        font-size: 1.6rem;
    }
}
@media (min-width: 992px) {
    .offers__price-desc {
        font-size: 1.4rem;
    }
}
@media (min-width: 1170px) {
    .offers__price-desc {
        font-size: 1.6rem;
    }
}
.offers__desc {
    display: block;
    font-size: 1.3rem;
    line-height: 1.2em;
    padding: 0;
    overflow: hidden;
    height: 100px;
    position: relative;
}
.offers__desc ul {
    margin-left: 12px;
    margin-top: 0;
    margin-bottom: 0;
}
.offers__desc ul li {
    padding: 3px 0;
    font-size: 1.3rem;
}
.offers__desc ul li:before {
    content: "–";
    margin-left: -12px;
}
.offers__desc:after {
    content: "";
    display: "block";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.01+0,1+71 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 71%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 71%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, #ffffff 71%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}
/* АДРЕСА */
.addresses {
    padding: 20px 0;
}
@media screen and (orientation: landscape) and (min-width: 600px) and (max-width: 767px) {
    .addresses__wrapper {
        width: 50%;
    }
}
.addresses__item {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #CCC;
}
.addresses__link {
    display: block;
    min-height: 30px;
    position: relative;
    color: #333333;
    font-size: 1.4rem;
}
.addresses__link:hover .icon {
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    fill: #ff4c12;
    width: 29px;
    height: 29px;
    top: -2px;
    left: -2px;
}
.addresses__link--address {
    padding-left: 30px;
    margin-bottom: 7px;
    min-height: 40px;
}
.addresses__link--phone {
    padding-left: 30px;
    padding-top: 2px;
    font-weight: 700;
    text-decoration: none;
}
.addresses__link--phone:hover {
    text-decoration: none;
}
.addresses__info {
    font-size: 1.4rem;
    padding-left: 30px;
    margin-bottom: 10px;
}
.addresses__link--gotomap {
    text-align: center;
    font-size: 2.2rem;
    color: #E94B01;
    height: 107px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 700;
}
.icon--address {
    left: 0;
    top: 0;
}
.icon--phone {
    left: 0;
    top: 0;
}
/* KATALOG */
.catalog_lavel_1 {
    padding: 0;
}
.catalog_lavel_1 .category {
    margin-bottom: 15px;
}
.catalog_lavel_1 .category .header {
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-decoration: none;
    color: #E94B01;
}
.catalog_lavel_1 .category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.catalog_lavel_1 .category ul li {
    margin: 0;
    padding: 0;
    background: none;
}
.catalog_lavel_1 .category ul li:before {
    content: none;
    visibility: hidden;
}
.catalog_lavel_1 .category ul li {
    padding: 3px 0px 3px 15px;
}
.catalog_lavel_1 .category a {
    font-size: 1.3rem;
    display: block;
    color: #E94B01;
}
.catalog_lavel_1 .category a:hover {
    text-decoration: none;
}
.catalog_lavel_2 .item {
    margin: 0;
}
@media (max-width: 767px) {
    .catalog_lavel_2 .item {
        width: 33.333333%;
    }
}
@media screen and (orientation: landscape) and (min-width: 480px) and (max-width: 767px) {
    .catalog_lavel_2 .item {
        width: 25%;
    }
}
@media (min-width: 992px) {
    .catalog_lavel_2 .item {
        width: 20%;
    }
}
.catalog_lavel_2 a {
    text-decoration: none;
    color: #333333;
    /*border: 1px solid #CCC;*/
    display: block;
    margin-bottom: 20px;
}
.catalog_lavel_2 a span {
    text-align: center;
    display: block;
}
.catalog_lavel_2 a .img {
    overflow: hidden;
}
.catalog_lavel_2 a .img img {
    width: 100%;
}
.catalog_lavel_2 a .description {
    height: 35px;
    overflow: hidden;
    padding: 5px 0;
}
@media (min-width: 768px) {
    .catalog_lavel_2 a .description {
        height: 50px;
    }
}
.catalog_lavel_2 a .description .name {
    font-size: 1.2rem;
    line-height: 1.1em;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    word-wrap: break-word;
}
@media (min-width: 768px) {
    .catalog_lavel_2 a .description .name {
        font-size: 1.3rem;
    }
}
.catalog_lavel_3 {
    padding-top: 20px;
}
.catalog_lavel_3 .item {
    margin: 0;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.catalog_lavel_3 .item .img {
    display: block;
}
.catalog_lavel_3 .item .img img {
    max-height: 100%;
    max-width: 100%;
}
.catalog_lavel_3 .item .description .name {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 700;
    color: #333333;
    display: block;
    margin-bottom: 10px;
}
.catalog_lavel_3 .item .description .price {
    font-size: 16px;
    font-weight: 700;
    color: #E94B01;
    display: block;
    line-height: 2em;
}
.catalog_lavel_3 .item:last-child {
    border-bottom: none;
}
.product-cart__img img {
    max-height: 100%;
    max-width: 100%;
}
@media screen and (orientation: landscape) and (min-width: 480px) and (max-width: 767px) {
    .product-cart__img {
        width: 33.33333333%;
    }
}
@media screen and (orientation: landscape) and (min-width: 480px) and (max-width: 767px) {
    .product-cart__description {
        width: 66.66666667%;
    }
}
.product-cart__text {
    margin: 15px 0;
}
.product-cart__tab-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 20px 0px 10px;
    border: none;
}
.product-cart__tab-list li {
    margin: 0;
    padding: 0;
    background: none;
}
.product-cart__tab-list li:before {
    content: none;
    visibility: hidden;
}
.product-cart__tab-list .product-cart__tab-item {
    margin: 0;
    padding: 0;
    float: none;
}
@media screen and (orientation: landscape) and (min-width: 480px) and (max-width: 767px) {
    .product-cart__tab-list .product-cart__tab-item {
        float: left;
        margin: 3px 1px 0px 0;
    }
}
@media (min-width: 768px) {
    .product-cart__tab-list .product-cart__tab-item {
        float: left;
        margin: 0px 2px 0px 0;
    }
}
.product-cart__tab-list .product-cart__tab-item .product-cart__tab-link {
    border-radius: 0;
    background-color: #f2f2f2;
    color: #E94B01;
    text-decoration: none;
    padding: 5px 10px;
    border-bottom: solid #ebebeb 1px;
}
@media screen and (orientation: landscape) and (min-width: 480px) and (max-width: 767px) {
    .product-cart__tab-list .product-cart__tab-item .product-cart__tab-link {
        padding: 4px 4px;
    }
}
@media (min-width: 768px) {
    .product-cart__tab-list .product-cart__tab-item .product-cart__tab-link {
        padding: 10px 10px;
        border-bottom: solid transparent 2px;
    }
}
.product-cart__tab-list .product-cart__tab-item .product-cart__tab-link:hover {
    background-color: #ebebeb;
    border-bottom-color: #2666a1;
}
.product-cart__tab-list .active .product-cart__tab-link,
.product-cart__tab-list .active .product-cart__tab-link:hover,
.product-cart__tab-list .active .product-cart__tab-link:focus {
    background-color: #E94B01;
    color: #FFF;
    border-color: #E94B01;
    border-bottom-color: #2666a1;
}
.collection_list {
    font-size: 1.3rem;
}
.collection_list .collection {
    margin: 15px 0;
}
.collection_list .collection > .header {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.collection_list .collection .img img {
    width: 100%;
}
.collection_list .collection .description {
    margin-bottom: 15px;
}
.color_list {
    margin-right: -7px;
    margin-left: -7px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.color_list .color {
    font-size: 1.2rem;
    margin-bottom: 5px;
    min-height: 95px;
    height: auto;
    padding-right: 7px;
    padding-left: 7px;
}
@media (min-width: 768px) {
    .color_list .color {
        font-size: 1.3rem;
        width: 12.5%;
        min-height: 150px;
        margin-bottom: 10px;
    }
}
@media screen and (orientation: landscape) and (min-width: 480px) and (max-width: 767px) {
    .color_list .color {
        width: 16.66666666%;
    }
}
.color_list .color .img {
    width: 100%;
    border: 1px solid #666;
    min-height: 50px;
}
.color_list .color .img a {
    display: block;
    overflow: hidden;
}
.color_list .color .img a img {
    width: 100%;
    height: 100%;
}
.color_list .color .color_code {
    text-transform: uppercase;
}
.color_list .color .stock:before {
    content: " ";
    display: block;
    width: 5px;
    heoght: 5px;
    background-color: #1d9c23;
    margin-right: 5px;
}
.complectation-list__item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: thin solid #ebebeb;
}
.complectation-list__img a {
    display: block;
}
.complectation-list__img img {
    max-width: 100%;
    max-height: 100%;
}
.complectation-list__header {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.complectation-list__size {
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.complectation-list__text {
    font-size: 1.4rem;
}
.address-detal__address {
    font-size: 1.8rem;
}
.address-detal__phone {
    font-size: 2rem;
    padding: 10px 0;
    font-weight: 700;
}
.address-detal__phone a {
    text-decoration: none;
    color: #E94B01;
}
.address-detal__work-time {
    font-size: 1.8rem;
    padding-bottom: 10px;
}
.address-detal__payment-cart {
    font-size: 1.8rem;
}
.icon--address-detal {
    fill: #E94B01;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 10px;
}
.icon--address-detal:hover {
    fill: #a4027c;
}
.banners {
    padding: 20px 0;
}
.banners--bottom {
    padding: 20px 15px;
}
.banners__item {
    padding-bottom: 10px;
    display: block;
}
@media screen and (orientation: landscape) and (min-width: 320px) and (max-width: 500px) {
    .banners__item {
        width: 50%;
    }
}
.banners__img {
    width: 100%;
    height: auto;
}
/*НИЖНЕЕ МЕНЮ*/
.footer-nav {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-nav__list {
    position: relative;
    padding-left: 0;
    display: flex;
}
.footer-nav__item {
    display: block;
    padding-left: 0;
    padding-right: 50px;
}
.footer-nav__item--last {
    padding-right: 0;
}
.footer-nav__link {
    display: block;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5em;
    text-decoration: none;
}
.footer-nav__link:hover {
    color: #FFF;
}
.footer-nav__sub {
    padding-top: 15px;
}
.footer-nav__sub-list {
    padding: 0;
}
.footer-nav__sub-item {
    padding: 5px 0;
}
.footer-nav__sub-link {
    display: block;
    color: #FFF;
    font-size: 1.3rem;
    line-height: 1.5em;
    text-decoration: none;
}
.footer-nav__sub-link:hover,
.active .footer-nav__sub-link {
    color: #FFF;
}
.form-feedback {
    width: 100%;
    min-width: 300px;
}
.form-feedback .form-group {
    margin-left: 0;
    margin-right: 0;
}
.form-feedback__header {
    font-size: 1.8rem;
    color: #E94B01;
    margin-bottom: 10px;
}
.form-feedback__description {
    font-size: 1.3rem;
    color: #333333;
    margin-bottom: 10px;
}
.form-feedback__btn {
    background: #E94B01;
    color: #FFF;
    margin: 0px auto;
    display: block;
    padding: 7px 20px;
    border: none;
    outline: none;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.form-feedback__btn:hover {
    background: #ff4c12;
    color: #FFF;
}
.form-feedback__label {
    text-align: left;
    font-size: 1.3rem;
}
.form-feedback__input.error,
.form-feedback__select.error,
.form-feedback__textarea.error {
    border: 1px solid #F00;
}
label.error {
    color: #F00;
    font-size: 1.2rem;
}
.form-feedback__successfully {
    padding: 30px;
    position: relative;
    color: #333333;
    margin: 0px auto;
    font-size: 1.8rem;
}
.form-feedback__successfully .check {
    text-align: center;
}
.form-feedback__successfully .icon--checkmark {
    fill: #3a9344;
    width: 100px;
    height: 100px;
    position: static;
    left: 0;
    top: 0;
}
.regname {
    color: #FFF;
    font-size: 1.2rem;
    width: auto;
    background: rgba(81, 131, 177, 0.84);
    position: absolute;
    padding: 7px;
}
.regname393980 {
    width: 150px;
    left: -85px;
    top: -23px;
}
.regname393980:before {
    content: "";
    display: block;
    position: absolute;
    right: 30px;
    bottom: -14px;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid rgba(81, 131, 177, 0.84);
}
.regname140337 {
    width: 180px;
    left: -169px;
    top: 270px;
    background: none;
}
.regname115106 {
    top: -37px;
    left: -23px;
    width: 150px;
    background: none;
}
.regname176095 {
    top: -58px;
    left: 9px;
    background: none;
    padding: 0;
}
.regname337422 {
    top: -20px;
    width: 116px;
    left: -134px;
}
.regname337422:before {
    content: "";
    display: block;
    position: absolute;
    right: -28px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 28px solid rgba(81, 131, 177, 0.84);
    border-bottom: 14px solid transparent;
}
.regname89331 {
    top: -40px;
    left: -29px;
    padding: 0;
    background: none;
}
.regname2095259 {
    top: -16px;
    left: -30px;
    width: 130px;
    padding: 0;
    background: none;
}
.regname155262 {
    width: 82px;
    left: -105px;
    top: -20px;
}
.regname155262:before {
    content: "";
    display: block;
    position: absolute;
    right: -22px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-left: 22px solid rgba(81, 131, 177, 0.84);
    border-bottom: 22px solid transparent;
}
.regname85963 {
    top: -38px;
    left: -21px;
    padding: 6px;
    background: none;
}
.regname81996 {
    width: 145px;
    left: -166px;
    top: -35px;
}
.regname81996:before {
    content: "";
    display: block;
    position: absolute;
    right: -28px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 28px solid rgba(81, 131, 177, 0.84);
    border-bottom: 14px solid transparent;
}
.regname81994 {
    top: -43px;
    left: -13px;
    background: none;
    padding: 0;
}
.regname85617 {
    left: 40px;
    top: -18px;
    width: 133px;
}
.regname85617:before {
    content: "";
    display: block;
    position: absolute;
    left: -28px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 28px solid rgba(81, 131, 177, 0.84);
    border-bottom: 14px solid transparent;
}
.regname102269 {
    top: -20px;
    left: 22px;
}
.regname102269:before {
    content: "";
    display: block;
    position: absolute;
    left: -28px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 28px solid rgba(81, 131, 177, 0.84);
    border-bottom: 14px solid transparent;
}
.regname51490 {
    width: 134px;
    top: 1px;
    left: 70px;
}
.regname51490:before {
    content: "";
    display: block;
    position: absolute;
    left: -28px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 28px solid rgba(81, 131, 177, 0.84);
    border-bottom: 14px solid transparent;
}
.icon--top-arrow {
    position: static;
    left: 0;
    top: 0;
    fill: #FFF;
}
.cd-top {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-color: #ff4c12;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: 0.5;
}
.no-touch .cd-top:hover {
    background-color: #ff4c12;
    opacity: 1;
}
/* СТАТЬИ - МЕНЮ */
.article-nav {
    margin: 0;
    padding: 0;
}
.article-nav__list {
    margin: 0;
    padding: 0;
}
.article-nav__list--level3 {
    display: none;
}
.article-nav__item {
    padding: 0;
}
.article-nav__item:before {
    content: none;
}
.article-nav__item:nth-last-child(1) .article-nav__link {
    border: none;
}
.article-nav__item.open > .article-nav__list {
    display: block;
}
.article-nav__link {
    display: block;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.3em;
    color: #333333;
    padding: 10px 10px 10px 10px;
    position: relative;
}
.article-nav__link--level1 {
    border-bottom: 1px solid #ebebeb;
    font-weight: 700;
    font-size: 1.8rem;
}
.article-nav__link--level1:hover {
    text-decoration: none;
}
.article-nav__link--level2 {
    padding: 7px 10px 7px 50px;
    /*background-color: @gray-lighten;*/
}
.article-nav__link--level2:hover {
    text-decoration: underline;
}
.article-nav__link--level2:hover:before {
    content: '';
    display: block;
    position: absolute;
    background-image: radial-gradient(#fe8952 1px, transparent 1px);
    background-size: 7px 7px;
    background-repeat: repeat-x;
    height: 10px;
    width: 20px;
    left: 20px;
    bottom: 9px;
}
.article-nav__link--level3 {
    padding: 5px 10px 5px 60px;
    /*background-color: @gray-lighten;*/
}
.article-nav__link--level3:hover {
    text-decoration: underline;
}
.article-nav__link--level3:hover:before {
    content: '';
    display: block;
    position: absolute;
    background-image: radial-gradient(#fe8952 1px, transparent 1px);
    background-size: 7px 7px;
    background-repeat: repeat-x;
    height: 10px;
    width: 36px;
    left: 20px;
    bottom: 6px;
}
.article-nav__link-header {
    color: #E94B01;
    text-decoration: none;
}
/* Services */
.debag {
    display: none;
}
/* JULIA */
.ill-left {
    float: left;
    margin: 0 10px 5px 0;
}
.ill-left-max {
    float: left;
    margin: 0 30px 5px 0;
}
.ill-right {
    float: right;
    margin: 0 0 5px 10px;
}
.clear {
    clear: both;
}
.setka p {
    float: left;
    padding-right: 15px;
}
.setka-2 {
    float: left;
    padding-right: 15px;
}



.catalog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.catalog-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #BBBBBB;
    width: 47%;
    margin: 0 5px 10px;
}

@media only screen and (min-width: 768px) {
    .catalog-item {
        width: calc(100% / 3 - 20px);
        margin: 0 10px 20px;
    }
}

@media only screen and (min-width: 1280px) {
    .catalog-item {
        width: calc(100% / 4 - 20px);
        margin: 0 10px 20px;
    }
}

.catalog-item__description {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media only screen and (min-width: 1280px) {
    .catalog-item__description {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.catalog-item__info {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 8px 8px;
}

@media only screen and (min-width: 1280px) {
    .catalog-item__info {
        padding: 0 16px 16px;
    }
}

.catalog-item__img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 36px;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;
}

@media only screen and (min-width: 1280px) {
    .catalog-item__img {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.catalog-item__img:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.catalog-item__img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    font-family: "object-fit:contain";
    object-fit: contain;
    margin: auto;
}

.catalog-item__title {
    font-size: 1.1rem;
    line-height: 1.3em;
    font-weight: normal;
    margin: 8px 0;
    max-height: 4em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #333333;
}

.catalog-item__title a, .catalog-item__title .dropdown-menu__compare-btn {
    text-decoration: none;
    color: #333333;
}

@media only screen and (min-width: 768px) {
    .catalog-item__title {
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 1280px) {
    .catalog-item__title {
        font-size: 1.4rem;
    }
}



.catalog-item__price-wrap {
    margin: 8px 0;
}

.catalog-item__price {
    font-size: 1.8rem;
    line-height: 1em;
    height: 1.8rem;
    font-weight: bold;
    white-space: nowrap;
}

@media only screen and (min-width: 768px) {
    .catalog-item__price {
        font-size: 2rem;
        height: 2rem;
    }
}

@media only screen and (min-width: 1280px) {
    .catalog-item__price {
        font-size: 2rem;
        height: 2.4rem;
    }
}

.catalog-item__price-currency {
    margin-left: 0.5ch;
    white-space: nowrap;
    font-size: 0.8em;
    font-weight: normal;
}

.catalog-item__price_request {
    font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
    .catalog-item__price_request {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1280px) {
    .catalog-item__price_request {
        font-size: 1.8rem;
    }
}

.catalog-item__price-sale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 8px 0;
    font-size: 1.1rem;
    line-height: 1.2em;
    height: 1.2em;
}

.catalog-item__price-sale .catalog-item__price-info {
    font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
    .catalog-item__price-sale {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
    }
}

.catalog-item__price-sale_discount .catalog-item__price-info {
    color: #e94c01;
    font-size: 1.4rem;
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
    .catalog-item__price-sale_discount .catalog-item__price-info {
        font-size: 1.1rem;
    }
}

.catalog-item__price-sale_stock .catalog-item__price-info {
    color: #E02C24;
    font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
    .catalog-item__price-sale_stock .catalog-item__price-info {
        font-size: 1.1rem;
    }
}

.catalog-item__price-sale-value {
    position: relative;
    color: #333333;
    margin-right: 5.55556%;
    white-space: nowrap;
    height: 11px;
    line-height: 1;
}

.catalog-item__price-sale-value:before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #333333;
    margin: auto;
}

.catalog-item__price-sale-currency {
    margin-left: 0.5ch;
    white-space: nowrap;
}

.catalog-item__price-sale-info {
    white-space: nowrap;
}

.catalog-item__price-sale_discount .catalog-item__price-sale-value:before {
    display: block;
}

.catalog-item__price-sale_discount .catalog-item__price-sale-info {
    color: #e94c01;
}

.catalog-item__price-sale_stock .catalog-item__price-sale-value:before {
    display: block;
}

.catalog-item__price-sale_stock .catalog-item__price-sale-info {
    color: #e94c01;
}

.catalog-item__price-sale_subscribe .catalog-item__price-sale-info {
    color: #e94c01;
}

.catalog-item__price-unit {
    margin-top: 8px;
    font-size: 1.1rem;
    line-height: 1.4em;
    height: 1.3em;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

@media only screen and (min-width: 768px) {
    .catalog-item__price-unit {
        font-size: 1.2rem;
    }
}

.catalog-item__buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 12px 0 0;
    height: 32px;
}

.catalog-settings {
    margin: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 768px) {
    .catalog-settings {
        margin: 40px 0;
    }
}

.catalog-settings__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    margin-right: 2.77778%;
}

.catalog-settings__item:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 1024px) {
    .catalog-settings__item_filter {
        display: none;
    }
}

.catalog-settings__item_select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-settings__item_select label {
    display: none;
}

@media only screen and (min-width: 768px) {
    .catalog-settings__item_select label {
        font-size: 1.4rem;
        margin-right: 12px;
        color: #7E7E7E;
    }
}

.catalog-settings__item_view {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (min-width: 768px) {
    .catalog-settings__item_view {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.catalog-settings__item_view .btn {
    margin-left: 12px;
    padding: 0;
}

.catalog-settings__item_view .btn .icon {
    fill: rgba(179, 179, 179, 0.5);
}

.catalog-settings__item_view .btn.is-active .icon {
    fill: #E94B01;
}

.catalog-item__articul {
    color: #7E7E7E;
    display: none;
}



.btn {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7.2px 8px;
    border: 1px solid transparent;
    border-radius: 0;
    background: none;
    background-color: #e94c01;
    cursor: pointer;
    text-decoration: none;
    color: #FFFFFF;
}

.btn:hover {
    background-color: #e94c01;
    text-decoration: none;
}

.btn[disabled] {
    background: #CCCCCC !important;
    pointer-events: none !important;
}

.btn svg,
.btn .icon {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    fill: #FFFFFF;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 2;
}

.btn svg + .btn__text,
.btn .icon + .btn__text {
    margin-left: 16px;
}

.btn.is-loading {
    position: relative;
    border: 1px solid #e94c01;
    background: none;
    background-color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    pointer-events: none;
}

.btn.is-loading svg,
.btn.is-loading .icon {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    fill: #e94c01;
}

.btn.is-loading .btn__text,
.btn.is-loading .btn__name {
    color: #e94c01;
}

.btn.is-loading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #FFFFFF;
    z-index: 1;
}

.btn.is-loading:after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 0;
    -webkit-animation-name: defaultLoadingBtn;
    animation-name: defaultLoadingBtn;
    -webkit-animation-duration: 3.0s;
    animation-duration: 3.0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.btn__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-weight: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 20px;
    z-index: 2;
}

.btn__name {
    font-size: 1.4rem;
    line-height: 1.05em;
    color: currentColor;
    white-space: nowrap;
}

@media only screen and (min-width: 1024px) {
    .btn__name {
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 1280px) {
    .btn__name {
        font-size: 1.6rem;
    }
}

.btn__comment {
    margin-top: 2px;
    font-size: 1.1rem;
    color: #FFFFFF;
    white-space: nowrap;
    line-height: 1em;
}

@media only screen and (min-width: 1024px) {
    .btn__comment {
        font-size: 1.2rem;
    }
}

.btn__counter {
    font-size: 1.4rem;
    color: currentColor;
    white-space: nowrap;
    font-weight: bold;
    margin-left: 12px;
    margin-top: -8px;
    margin-bottom: -8px;
    padding-left: 8px;
    border-left: 1px solid currentColor;
}

.btn_primary {
    background-color: #e94c01;
}

.btn_primary:hover {
    background-color: #F58220;
}

.btn_secondary {
    background: #E94B01;
    color: #FFFFFF;
}

.btn_secondary:hover {
    background: #F58220;
    color: #FFFFFF;
}

.btn_secondary.active {
    background: #F58220;
}

.btn_flexeble {
    width: 100%;
}

.btn_flexeble .btn__text {
    width: 100%;
}

.btn_size-large {
    min-height: 48px;
    padding-left: 8.77778%;
    padding-right: 8.77778%;
}


.catalog-card__container {

}

.catalog-card__container .catalog_types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 27px;
    margin-bottom: 15px;
}

.catalog-card__container .catalog_type {
    width: 18px;
    height: 18px;
    margin-left: 11px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.catalog-card__container .catalog_type.__block {
    background-position: top left;
    background-repeat: no-repeat;
}

.catalog-card__container .catalog_type.__block.active,
.catalog-card__container .catalog_type.__block:hover {
    background-position: top left;
    background-repeat: no-repeat;
}

.catalog-card__container .catalog_type.__list {
    background-position: top left;
    background-repeat: no-repeat;
}

.catalog-card__container .catalog_type.__list.active,
.catalog-card__container .catalog_type.__list:hover {
    background-position: top left;
    background-repeat: no-repeat;
}

.catalog-card__container .catalog_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.catalog-card__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (min-width: 768px) {
    .catalog-card__inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.catalog-card__inner > .catalog-card__title {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.4em;
}

@media only screen and (min-width: 768px) {
    .catalog-card__inner > .catalog-card__title {
        display: none;
    }
}

.catalog-card__view {
    position: relative;
    width: 100%;
    padding-top: 28px;
    padding-bottom: 28px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .catalog-card__view {
        width: 44.11765%;
        margin-right: 2.94118%;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .catalog-card__view {
        width: 55.88235%;
        margin-right: 2.94118%;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 1280px) {
    .catalog-card__view {
        width: 52.94118%;
        margin-right: 5.88235%;
    }
}

.catalog-card__view .catalog-card__code {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
    .catalog-card__view .catalog-card__code {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .catalog-card__main {
        width: 52.94118%;
        padding: 12px 1.94444%;
    }
}

@media only screen and (min-width: 1024px) {
    .catalog-card__main {
        padding: 24px 1.94444%;
        width: 44.11765%;
    }
}

@media only screen and (min-width: 1280px) {
    .catalog-card__main {
        padding: 40px 2.77778%;
    }
}

.catalog-card__main .catalog-card__title {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
    pointer-events: none;
}

@media only screen and (min-width: 768px) {
    .catalog-card__main .catalog-card__title {
        position: static;
        visibility: visible;
        opacity: 1;
        height: auto;
        width: auto;
        pointer-events: auto;
    }
}

.catalog-card__main-inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.11111%;
}

.catalog-card__main-inner > .catalog-card__code {
    display: none;
}

@media only screen and (min-width: 768px) {
    .catalog-card__main-inner > .catalog-card__code {
        display: block;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.catalog-card__main-item {
    padding-left: 1.17647%;
    padding-right: 1.17647%;
}

.catalog-card-gallery {
    position: relative;
    width: 100%;
}

.catalog-card-gallery:before {
    content: '';
    display: block;
    padding-top: 80%;
}

@media only screen and (min-width: 1024px) {
    .catalog-card-gallery:before {
        padding-top: 70%;
    }
}

@media only screen and (min-width: 1280px) {
    .catalog-card-gallery:before {
        padding-top: 65%;
    }
}

.catalog-card-gallery .slider__pagination {
    margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
    .catalog-card-gallery .slider__pagination {
        display: none;
    }
}

.catalog-card-gallery__main {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #BBBBBB;
}

@media only screen and (min-width: 768px) {
    .catalog-card-gallery__main {
        /*bottom: 80px;*/
    }
}

@media only screen and (min-width: 1024px) {
    .catalog-card-gallery__main {
        /*bottom: 90px;*/
    }
}

.catalog-card-gallery__main .swiper-slide {
    position: relative;
}

.catalog-card-gallery__main .swiper-slide:before {
    content: '';
    display: block;
    padding-top: 56.6%;
}

.catalog-card-gallery__main img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: contain;
    font-family: "object-fit:contain";
    object-fit: contain;
}

.catalog-card-gallery__thumbnails {
    display: none;
}

@media only screen and (min-width: 768px) {
    .catalog-card-gallery__thumbnails {
        display: block;
        height: 90px;
    }
}

.catalog-card-gallery__thumbnails-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid transparent;
}

.catalog-card-gallery__thumbnails-slide picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    cursor: pointer;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catalog-card-gallery__thumbnails-slide img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    font-family: "object-fit:contain";
    object-fit: contain;
}

.catalog-card-gallery__thumbnails-slide.swiper-slide-thumb-active {
    border: 2px solid #FFB400;
}

.catalog-card__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
}

@media only screen and (min-width: 768px) {
    .catalog-card__actions {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (min-width: 1024px) {
    .catalog-card__actions {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        bottom: unset;
        margin-top: 4px;
    }
}

.catalog-card__actions-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    margin-right: 5.55556%;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1em;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .catalog-card__actions-item {
        margin-bottom: 4px;
    }
}

@media only screen and (min-width: 1024px) {
    .catalog-card__actions-item {
        margin-right: 10px;
        margin-bottom: 0;
        font-size: 1.4rem;
    }
}

.catalog-card__actions-item-counter {
    font-weight: normal;
    font-size: 11px;
    line-height: 11px;
    position: relative;
    top: 0;
}

@media only screen and (min-width: 768px) {
    .catalog-card__actions-item-counter {
        font-weight: normal;
        font-size: 11px;
        line-height: 11px;
    }
}

.catalog-card__title {
    font-weight: normal;
    font-size: 2.0rem;
    line-height: 1.5em;
    margin: 0 0 16px;
}

@media only screen and (min-width: 1024px) {
    .catalog-card__title {
        font-size: 2.4rem;
    }
}

.catalog-card__services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 12px;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .catalog-card__services {
        margin-top: 20px;
    }
}

.catalog-card__services .btn {
    margin-right: 5.55556%;
}

.catalog-card__services .btn:last-child {
    margin-right: 0;
}

.catalog-card__btn {
    margin-top: 16px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.catalog-card__btn button {
    padding: 7px 8px;
}

@media only screen and (min-width: 768px) {
    .catalog-card__btn {
        margin-top: 0;
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}

.catalog-card__service-button {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1em;
    margin-right: 24px;
}

.catalog-card__code {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 14px;
    color: #7E7E7E;
    margin-bottom: 16px;
}

.catalog-card__availability {
    display: none;
    position: relative;
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 10px;
    line-height: 1em;
    font-weight: normal;
    color: #7E7E7E;
}

.catalog-card__availability:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #7E7E7E;
}

@media only screen and (min-width: 768px) {
    .catalog-card__availability:before {
        width: 10px;
        height: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .catalog-card__availability {
        display: block;
        padding-left: 14px;
        margin-bottom: 20px;
        margin-left: 1.17647%;
        font-size: 14px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.catalog-card__availability_available:before {
    background-color: #35B751;
}

.catalog-card__availability_attention:before {
    background-color: #FFB400;
}

.catalog-card__availability_disable:before {
    /* background-color: $color-accedent-danger; */
    background-color: #7E7E7E;
}

.catalog-card__amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-flex-preferred-size: 26.47059%;
    flex-basis: 26.47059%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 2.77778%;
}

@media only screen and (min-width: 768px) {
    .catalog-card__amount {
        -ms-flex-preferred-size: 17.64706%;
        flex-basis: 17.64706%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-right: 0;
    }
}

.catalog-card__amount .catalog-card__availability {
    display: block;
    margin-top: 8px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .catalog-card__amount .catalog-card__availability {
        display: none;
    }
}

.catalog-card__price {
    -ms-flex-preferred-size: 67.64706%;
    flex-basis: 67.64706%;
    width: 67.64706%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media only screen and (min-width: 768px) {
    .catalog-card__price {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 16px;
    }
}

.catalog-card__sale-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 4px;
    font-weight: normal;
    color: #333333;
}

@media only screen and (min-width: 768px) {
    .catalog-card__sale-price {
        margin-bottom: 8px;
    }
}

@media only screen and (min-width: 1024px) {
    .catalog-card__sale-price {
        margin-bottom: 16px;
    }
}

@media only screen and (min-width: 1280px) {
    .catalog-card__sale-price {
        margin-bottom: 16px;
    }
}

.catalog-card__sale-price-value {
    position: relative;
    white-space: nowrap;
}

.catalog-card__sale-price-value::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    background-color: currentColor;
}

@media only screen and (min-width: 768px) {
    .catalog-card__sale-price-value {
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 1024px) {
    .catalog-card__sale-price-value {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1280px) {
    .catalog-card__sale-price-value {
        font-size: 2.0rem;
    }
}

.catalog-card__sale-price_subscribe {
    color: #e94c01;
}

.catalog-card__sale-price_subscribe .catalog-card__sale-price-value:before {
    display: none;
}

.catalog-card__sale-price_subscribe .catalog-card__sale-price-currency:before {
    display: none;
}

.catalog-card__sale-price-currency {
    margin-left: 0.5ch;
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 1em;
}

@media only screen and (min-width: 768px) {
    .catalog-card__sale-price-currency {
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 1024px) {
    .catalog-card__sale-price-currency {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 1280px) {
    .catalog-card__sale-price-currency {
        font-size: 1.6rem;
    }
}

.catalog-card__sale-price-currency::before {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    height: 0.09rem;
    background-color: #333333;
}

.catalog-card__sale-price-sale {
    margin-left: 2ch;
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 1em;
    color: #e94c01;
}

.catalog-card__sale-price-sale.skidkablue {
    color: #e94c01;
}

.catalog-card__sale-price-sale.red {
    color: #E02C24;
}

@media only screen and (min-width: 768px) {
    .catalog-card__sale-price-sale {
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 1024px) {
    .catalog-card__sale-price-sale {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 1280px) {
    .catalog-card__sale-price-sale {
        font-size: 1.6rem;
    }
}

.catalog-card__price-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 1em;
    color: #333333;
}

@media only screen and (min-width: 768px) {
    .catalog-card__price-main {
        font-size: 3rem;
        margin-bottom: 8px;
    }
}

@media only screen and (min-width: 1024px) {
    .catalog-card__price-main {
        font-size: 4rem;
        margin-bottom: 16px;
    }
}

@media only screen and (min-width: 1280px) {
    .catalog-card__price-main {
        font-size: 4.6rem;
        margin-bottom: 16px;
    }
}

.catalog-card__price-main_request {
    font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
    .catalog-card__price-main_request {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1024px) {
    .catalog-card__price-main_request {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 1280px) {
    .catalog-card__price-main_request {
        font-size: 2.2rem;
    }
}

.catalog-card__price-main-currency {
    margin-left: 0.5ch;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1em;
    color: #333333;
}

@media only screen and (min-width: 768px) {
    .catalog-card__price-main-currency {
        font-size: 2.4rem;
    }
}

@media only screen and (min-width: 1024px) {
    .catalog-card__price-main-currency {
        font-size: 3.4rem;
    }
}

.catalog-card__compare {
    top: 35px;
    right: 25px;
}

@media only screen and (min-width: 768px) {
    .catalog-card__compare {
        right: 45px;
    }
}

@media only screen and (min-width: 1280px) {
    .catalog-card__compare {
        right: 32px;
    }
}

.catalog-card__share {
    top: 35px;
    padding: 4px;
}

.catalog-card__share:after {
    left: 88%;
}

@media only screen and (min-width: 768px) {
    .catalog-card__share {
        right: -20px;
    }
    .catalog-card__share:after {
        left: 62%;
    }
}

@media only screen and (min-width: 1280px) {
    .catalog-card__share {
        right: -28px;
    }
    .catalog-card__share:after {
        left: 60%;
    }
}

.catalog-card-info {
    margin-top: 20px;
}

.catalog-card-info__tab {
    display: none;
    padding: 24px 5.88235%;
}

.catalog-card-info__tab h2 {
    color: #333333;
}

@media only screen and (min-width: 768px) {
    .catalog-card-info__tab {
        padding: 24px 2.94118%;
    }
}

.catalog-card-info__tab .popup-block_content {
    background: transparent !important;
}

.catalog-card-info__tab .popup-block_content .popup-block_button.__normal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
}

.catalog-card-info__tab .popup-block_content .popup-block_button.__normal .button[type="submit"] {
    width: auto;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-card-info__tab .popup-block_content .popup-block_button.__error {
    display: none !important;
}

.catalog-card-info__tab .button {
    font-size: 16px;
    color: #ffffff !important;
    text-decoration: none;
    background: #ffb400;
    padding: 11px 28px 10px !important;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    cursor: pointer;
}

.catalog-card-info__tab .button:hover {
    background: #f58220;
    text-decoration: none;
    color: #ffffff !important;
}

.catalog-card-info__tab .popup-block_item {
    margin-bottom: 15px !important;
}

.catalog-card-info__tab.is-active {
    display: block;
    background-color: #FAFAFA;
}

.catalog-card-info__tabs-buttons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    /* IE 11 */
    -ms-overflow-style: none;
    /* Firefox 64 */
    scrollbar-width: none;
}

.catalog-card-info__tabs-buttons::-webkit-scrollbar {
    display: none;
}

.catalog-card-info__tab-button {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.4rem;
    line-height: 1em;
    color: #333333;
    padding: 16px 5.55556%;
}

@media only screen and (min-width: 768px) {
    .catalog-card-info__tab-button {
        font-size: 1.6rem;
        padding: 20px 2.77778%;
    }
}

.catalog-card-info__tab-button:after {
    content: attr(title);
    display: block;
    height: 0;
    font-weight: bold;
    font-size: 1.45rem;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .catalog-card-info__tab-button:after {
        font-size: 1.6rem;
    }
}

.catalog-card-info__tab-button.is-active {
    font-weight: bold;
    background: #FAFAFA;
}

.catalog-card-info__characters {
    margin-left: 0;
}

@media only screen and (min-width: 1024px) {
    .catalog-card-info__characters {
        width: 43.75%;
    }
}

.catalog-card-info__characters li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1em;
    color: black;
    margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {
    .catalog-card-info__characters li {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 1024px) {
    .catalog-card-info__characters li {
        font-size: 1.6rem;
        margin-bottom: 24px;
    }
}

.catalog-card-info__characters li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #FAFAFA;
}

.catalog-card-info__characters li span:first-child {
    max-width: 58.82353%;
}

.catalog-card-info__characters li span:last-child {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 35.29412%;
    -ms-flex-preferred-size: 35.29412%;
    flex-basis: 35.29412%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.catalog-card-info__characters li:before {
    content: '';
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 2.77778%;
    flex-basis: 2.77778%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-bottom: 1px dotted #CCCCCC;
    margin-right: 1.38889%;
    margin-left: 1.38889%;
}

.catalog-card-info__characters li:last-child {
    margin-bottom: 0;
}


.pagination {
    margin: 40px 0;
    width: 100%;
}

.pagination__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    /* IE 11 */
    -ms-overflow-style: none;
    /* Firefox 64 */
    scrollbar-width: none;
}

.pagination__list::-webkit-scrollbar {
    display: none;
}

.pagination__item {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    background: none;
    margin-right: 1.38889%;
}

.pagination__item:before, .pagination__item:after {
    content: none;
}

.pagination__item:last-child {
    margin-right: 0;
}

.pagination__item a,
.pagination__item span {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8px;
    height: 32px;
    min-width: 32px;
    color: #333333;
    text-decoration: none;
    font-size: 1.2rem;
}

.pagination__item a:hover {
    color: #FFFFFF;
    background-color: #E94B01;
}

@media only screen and (min-width: 768px) {
    .pagination__item a, .pagination__item .span {
        height: 40px;
        min-width: 40px;
        font-size: 1.6rem;
    }

    .pagination__item .pagination__link--active {
        height: 40px;
        min-width: 40px;
        font-size: 1.6rem;
    }
}

.pagination__item .pagination__link--active {
    color: #FFFFFF;
    background-color: #E94B01;
}

.pagination__item.is-semi-active a {
    background-color: #ffe199;
    border-color: #ffe199;
}

.pagination__item_separator span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 32px;
    font-size: 14px;
    letter-spacing: 1.5px;
    padding: 8px 0;
    color: #333333;
}

@media only screen and (min-width: 768px) {
    .pagination__item_separator span {
        height: 40px;
        padding: 12px 0;
        font-size: 18px;
    }
}

.pagination__item_arrow-prev .icon,
.pagination__item_arrow-next .icon {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    fill: #333333;
    width: 6px;
    height: 10px;
}

@media only screen and (min-width: 768px) {
    .pagination__item_arrow-prev .icon,
    .pagination__item_arrow-next .icon {
        width: 10px;
        height: 14px;
    }
}

.pagination__item_arrow-prev:hover .icon,
.pagination__item_arrow-next:hover .icon {
    fill: #FFFFFF;
}

.pagination__item_arrow-prev .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination-show-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.notes {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
}

.notes_calalog-list {
    top: 12px;
    left: 12px;
}

@media only screen and (min-width: 1280px) {
    .notes_calalog-list {
        top: 20px;
        left: 16px;
    }
}

.notes__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 8px 8px;
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    margin: 3px 0;
}

@media only screen and (min-width: 1280px) {
    .notes__item {
        padding: 6px 10px 4px;
        font-size: 1.6rem;
    }
}

.notes__item:before {
    content: unset;
}

.notes__item svg,
.notes__item .icon {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    fill: currentColor;
}

.notes__item_new {
    background-color: rgba(53, 183, 81, 0.9);
}

.notes__item_super {
    background-color: rgba(233, 75, 1, 0.85);
}

.notes__item_hit {
    background-color: rgba(53, 183, 81, 0.9);
}
