

/* Start:/local/templates/main/css/main.css?17404755377346*/
.cart__main-info__title__rightside .cart__main-info__title__rightside__icons {
	white-space: normal;
}

/* Стилизация конструктора ТехноКИМ */
.constructor__anonce {
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
}

.constructor__description {
    width: 100%;
}

.constructor__description p {
    font-size: 1.5rem;
}

.constructor__download-file {
    width: 20%;
    height: auto;
    justify-self: center;
    align-self: center;
}

.constructor__img {
    width: 100%;
    height: auto;
}

.constructor__download-btn {
    margin-top: 2rem;
    display: block;
    width: 100%;
    height: 5rem;
    border-radius: 1rem;
    text-align: center;
    line-height: 5rem;
}

.consctructor-technokim__const-form {
    width: 100%;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
}

.constructor__container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0.5rem, 1fr));
}

.constructor__title {
    grid-column: 1 / 4;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.constructor__fieldset {
    margin-top: 4rem;
    border-right: 1px solid #dedede;
    margin-right: 2rem;
    height: min-content;
}

.constructor__fieldset legend {
    padding-top: 1rem;
    border-top: 1px solid #dedede !important;
    border-bottom: none !important;
}

.constructor__property-name {
    display: inline;
    position: relative;
}

.constructor__radio input {
    margin-right: 1rem;
    position: relative;
    border: none;
}


.constructor__radio input::before,
.constructor__radio input::after  {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #dedede;
    transition: all 0.2s linear;
}

.constructor__radio input::before {

    width: 1.75rem;
    height: 1.75rem;
}

.constructor__radio input::after {
    width: 1.25rem;
    height: 1.25rem;
}

.constructor__radio input:checked::before {
    border: 1px solid #ea5b0c;
    background: #fff;
}

.constructor__radio input:checked::after {
    background: #ea5b0c;
}

.constructor__required-field {
    color: #ff0000;
    font-size: 1rem;
    font-weight: 700;
}

.constructor__required-field:hover {
    cursor: pointer;
}

.constructor__property-promt {
    position: absolute;
    left: calc(100% + 1rem);
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    text-align: center;
    font-size: 1rem;
    border-radius: 50%;
    color: #145099;
    line-height: 2rem;
    border: 1px solid #145099;
}

.constructor__property-promt:hover {
    cursor: pointer;
}

.constructor__fieldset_execution-index {
    grid-column: span 3;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
}
.constructor__fieldset_execution-index .constructor__radio {
    width: 24rem;
}

.constructor__input:hover,
.constructor__radio label:hover {
    cursor: pointer;
}

.constructor__radio {
    min-height: 4rem;
    display: flex;
    align-items: center;
    position: relative;
}

.constructor__radio--disabled {
    pointer-events: none;
    opacity: 0.25;
}

.constructor__radio label {
    position: relative;
    margin: 0 0 0 1.5rem;
    font-size: 1.5rem;
    font-weight: 400;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.constructor__radio span {
    position: absolute;
    left: calc(100% + 0.5rem);
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    font-size: 0.75rem;
    border-radius: 50%;
    color: #145099;
    line-height: 1.5rem;
    border: 1px solid #145099;
}

.constructor__required {
    display: inline-block;
    font-size: 2rem;
    text-align: right;
}






.constructor__btns {
    margin-top: 4rem;
    display: flex;
    justify-content: flex-end;
    grid-column: 2 / 4;
    gap: 2rem;
}

.constructor__submit-btn,
.constructor__reset-btn {
    margin-top: 0;
    height: 5rem;
    width: 16rem;
    border-radius: 1rem;
    text-align: center;
    line-height: 5rem;
}

.constructor__submit-btn {
    background: #145099;
    color: #fff;
    transition: all 0.2s linear;
}

.constructor__submit-btn:hover {
    background: #ea5b0c;
}

.constructor__reset-btn,
.constructor__download-btn {
    border: 1px solid #145099;
    color: #145099;
    transition: all 0.2s linear;
}

.constructor__reset-btn:hover,
.constructor__download-btn:hover,
.constructor__download-btn:focus {
    border: 1px solid #ea5b0c;
    color: #ea5b0c;
}

.constructor__select {
    width: 16rem;
    height: 5rem;
    border-radius: 1rem;
    padding: 1rem;
    border: 1px solid #ebebeb;
}

.constructor__select:focus {
    outline: none;
}

.request-form {
    display: none;
    border-top: 1px solid #145099;
    margin-top: 5rem;
    padding-top: 2rem;
}

.request-form__input-wrapper {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0.5rem, 1fr));
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.request-form__input {
    margin-top: 0 !important;
    height: 5rem !important;
    width: 100% !important;
    border-radius: 1rem;
    font-size: 1.5rem !important;
    line-height: 5rem !important;
    padding: 1rem !important;
    border: 1px solid #89a7cc !important;
    outline: none;
}

.request-form__input:focus,
.request-form__submit-btn:focus {
    outline: 1px solid #145099;
}

.request-form__input:first-child,
.request-form__input:nth-child(2),
.request-form__input:nth-child(3) {
    grid-row: 1 / 2
}

.request-form__input:nth-child(4),
.request-form__input:last-child {
    grid-row: 2 / 3;
}

.request-form__input:first-child {
    grid-column: 1 / 2;
}

.request-form__input:nth-child(2) {
    grid-column: 2 / 3;
}

.request-form__input:nth-child(3) {
    grid-column: 3 / 4;
}

.request-form__input:nth-child(4) {
    grid-column: 1 / 2;
}

.request-form__input:last-child {
    grid-column: 3 / 4;
}

.request-form__input::-webkit-outer-spin-button,
.request-form__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.request-form__input {
    -moz-appearance: textfield;
}

.request-form__submit-btn {
    grid-column: 1 / 4;
    grid-row: 3 / 4;
    justify-self: right;
    margin-top: 0;
    min-width: 16rem;
    height: 5rem;
    line-height: 5rem;
    background: #145099;
    color: #fff;
    transition: all 0.2s linear;
}

.request-form__submit-btn:hover {
    background: #ea5b0c;
}


.full-mark {
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    user-select: text;
}

.full-mark:hover {
    cursor: text;
}

.mark-description p {
    font-size: 1.5rem;
}

.request-form__answer {
    display: block;
    font-size: 2rem;
    text-align: center;
}

.constructor-technokim__docs {
    margin-top: 2rem;
    display: flex;
    gap: 1.5rem;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.constructor-technokim__docs > h3 {
    margin-bottom: 1rem;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .constructor__fieldset {
        grid-column: span 3;
        margin-right: 0;
    }

    .constructor__download-file {
        width: 100%;
    }

    .request-form__input-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: right;
    }
}
/* End */


/* Start:/local/templates/main/css/spkb.css?17404755371074*/
.advantages h3{
    color: #145099;
}
.table-content th,.table-content td{
    padding: 0 15px ;
}
.text-blue-center{
    text-align:center;
    color:#145099;
    font-size:24px;
    font-weight:600;
}
.footer-social{
    float:left;
    margin-right: 5px;
}
.footer-social img{
    width: 35px;
}



/* .checks .checkbox__over {
    margin-bottom: 0 !important;
} */

.category__leftside__item .sign__icons {
    position: static !important;
    margin: 0 0 4px 30px !important;
    text-align: left !important;
}

.category__leftside__item__label {
    margin-top: 10px !important;
    margin-left: 30px !important;
}

.category__leftside__item__content {
    display: flex;
}

@media screen and (max-width: 767px) {
    .category__leftside__item .sign__icons {
        margin-left: 6px !important;
    }
    .category__leftside__item__label {
        margin-left: 6px !important;
    }
    .category__leftside__item__content {
        flex-wrap: wrap;
    }
}

.okl__preview {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 16px;
    text-align: justify;
}


/* End */


/* Start:/local/templates/main/css/news.css?17485073481119*/
.banner--have-questions h2 {
    margin: 0;
    text-align: center;
}
table.saleprice_news tr:nth-child(even){
     background: #f1f1f1;
}
.saleprice_news.td:nth-child(3){
    text-decoration: line-through;
    text-decoration-color: red;
}

.news_table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    margin: 20px 0;
    font-family: Arial, sans-serif;
}
.news_table th, 
.news_table td {
    border: 1px solid #767f8c !important;
    padding: 8px 12px;
    text-align: center;
}
.news_table th {
    background-color: #f0f8ff;
    font-weight: bold !important;
}
.news_table tr:nth-child(even) {
    background-color: #fff !important;
}

.b24-window-close {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
}

.b24-form-control-container {
    display: flex;
    align-items: center;
}

.b24-form-field-agreement .b24-form-field-agreement-link {
    margin-left: 8px;
}

.b24-form-control-icon-after .b24-form-control, .b24-form-control-icon-after .b24-form-control-label {
    margin-top: 0 !important;
}
/* End */


/* Start:/local/templates/main/styles.css?1752067640644390*/
@charset "UTF-8";
@font-face {
   src: url(/local/templates/main/fonts/Roboto-Condensed.woff2) format("woff2"), url(/local/templates/main/fonts/Roboto-Condensed.woff) format("woff");
   font-family: Roboto;
   font-weight: 400;
   font-style: normal;
}

@font-face {
   src: url(/local/templates/main/fonts/Oswald-Light.woff2) format("woff2"), url(/local/templates/main/fonts/Oswald-Light.woff) format("woff");
   font-family: Oswald;
   font-weight: 300;
   font-style: normal;
}

@font-face {
   src: url(/local/templates/main/fonts/Oswald-Regular.woff2) format("woff2"), url(/local/templates/main/fonts/Oswald-Regular.woff) format("woff");
   font-family: Oswald;
   font-weight: 400;
   font-style: normal;
}

@font-face {
   src: url(/local/templates/main/fonts/Oswald-Bold.woff2) format("woff2"), url(/local/templates/main/fonts/Oswald-Bold.woff) format("woff");
   font-family: Oswald;
   font-weight: 700;
   font-style: normal;
}

.our-trade-mark__items {
   display: flex;
   flex-wrap: wrap;
   gap: 1rem;
}

.our-trade-mark__item {
   flex: 0 0 32%;
}

@media screen and (max-width: 767px) {
   .our-trade-mark__item {
      flex: 0 0 100%;
   }
}

.our-trade-mark__item > img {
   width: 100%;
   border: 1px solid #dedede;
   border-radius: 1rem;
   transition: all 0.2s ease;
}

.our-trade-mark__item > img:hover {
   transform: scale(1.05);
}

.our-trade-mark__item_section-link {
   display: flex;
   gap: 1rem;
   border: 1px solid #145099;
   border-radius: 1rem;
   align-items: center;
   padding: 16px;
   transition: all 0.2s ease;
}

.our-trade-mark__item_section-link:hover,
.our-trade-mark__item_section-link:focus {
   border: 1px solid #ea5b0c;
}

.our-trade-mark__item-icon {
   width: 44px;
}

html {
   font-size: 10px;
   -webkit-tap-highlight-color: transparent;
   font-family: sans-serif;
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
}

body {
   font-size: 14px;
   line-height: 1.42857143;
   color: #333;
   background-color: #fff;
   margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
   display: block;
}

audio,
canvas,
video {
   display: inline-block;
}

a {
   background: transparent;
}

a:focus {
   outline: thin dotted;
}

code,
kbd,
pre,
samp {
   font-family: monospace, serif;
}

pre {
   white-space: pre-wrap;
}

q {
   quotes: "\201C""\201D""\2018""\2019";
}

button,
input,
select,
textarea {
   font-size: 100%;
   margin: 0;
}

button,
input {
   line-height: normal;
}

textarea {
   vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
   display: block;
}

audio,
canvas,
progress,
video {
   display: inline-block;
   vertical-align: baseline;
}

audio:not([controls]) {
   display: none;
   height: 0;
}

[hidden],
template {
   display: none;
}

a {
   background-color: transparent;
}

a:active,
a:hover {
   outline: 0;
}

abbr[title] {
   border-bottom: 1px dotted;
}

b,
strong {
   font-weight: 700;
}

dfn {
   font-style: italic;
}

h1 {
   font-size: 2em;
   margin: 0 0 20px;
}

mark {
   background: #ff0;
   color: #000;
}

small {
   font-size: 80%;
}

sub,
sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
}

sup {
   top: -0.5em;
}

sub {
   bottom: -0.25em;
}

img {
   border: 0;
}

svg:not(:root) {
   overflow: hidden;
}

figure {
   margin: 1em 40px;
}

hr {
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
   height: 0;
}

pre {
   overflow: auto;
}

code,
kbd,
pre,
samp {
   font-family: monospace, monospace;
   font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
   color: inherit;
   font: inherit;
   margin: 0;
}

button {
   overflow: visible;
}

button,
select {
   text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
   -webkit-appearance: button;
   cursor: pointer;
}

button[disabled],
html input[disabled] {
   cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
   border: 0;
   padding: 0;
}

input {
   line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
   height: auto;
}

input[type="search"] {
   -webkit-appearance: textfield;
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
}

fieldset {
   border: 1px solid silver;
   margin: 0 2px;
   padding: 0.35em 0.625em 0.75em;
}

textarea {
   overflow: auto;
}

optgroup {
   font-weight: 700;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

td,
th {
   padding: 0;
}

@font-face {
   font-family: Glyphicons Halflings;
   src: url(/local/templates/main/fonts/glyphicons-halflings-regular.eot);
   src: url(/local/templates/main/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/local/templates/main/fonts/glyphicons-halflings-regular.woff2) format("woff2"),
      url(/local/templates/main/fonts/glyphicons-halflings-regular.woff) format("woff"), url(/local/templates/main/fonts/glyphicons-halflings-regular.ttf) format("truetype"),
      url(/local/templates/main/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
   position: relative;
   top: 1px;
   display: inline-block;
   font-family: Glyphicons Halflings;
   font-style: normal;
   font-weight: 400;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
   content: "\002a";
}

.glyphicon-plus:before {
   content: "\002b";
}

.glyphicon-eur:before,
.glyphicon-euro:before {
   content: "\20ac";
}

.glyphicon-minus:before {
   content: "\2212";
}

.glyphicon-cloud:before {
   content: "\2601";
}

.glyphicon-envelope:before {
   content: "\2709";
}

.glyphicon-pencil:before {
   content: "\270f";
}

.glyphicon-glass:before {
   content: "\e001";
}

.glyphicon-music:before {
   content: "\e002";
}

.glyphicon-search:before {
   content: "\e003";
}

.glyphicon-heart:before {
   content: "\e005";
}

.glyphicon-star:before {
   content: "\e006";
}

.glyphicon-star-empty:before {
   content: "\e007";
}

.glyphicon-user:before {
   content: "\e008";
}

.glyphicon-film:before {
   content: "\e009";
}

.glyphicon-th-large:before {
   content: "\e010";
}

.glyphicon-th:before {
   content: "\e011";
}

.glyphicon-th-list:before {
   content: "\e012";
}

.glyphicon-ok:before {
   content: "\e013";
}

.glyphicon-remove:before {
   content: "\e014";
}

.glyphicon-zoom-in:before {
   content: "\e015";
}

.glyphicon-zoom-out:before {
   content: "\e016";
}

.glyphicon-off:before {
   content: "\e017";
}

.glyphicon-signal:before {
   content: "\e018";
}

.glyphicon-cog:before {
   content: "\e019";
}

.glyphicon-trash:before {
   content: "\e020";
}

.glyphicon-home:before {
   content: "\e021";
}

.glyphicon-file:before {
   content: "\e022";
}

.glyphicon-time:before {
   content: "\e023";
}

.glyphicon-road:before {
   content: "\e024";
}

.glyphicon-download-alt:before {
   content: "\e025";
}

.glyphicon-download:before {
   content: "\e026";
}

.glyphicon-upload:before {
   content: "\e027";
}

.glyphicon-inbox:before {
   content: "\e028";
}

.glyphicon-play-circle:before {
   content: "\e029";
}

.glyphicon-repeat:before {
   content: "\e030";
}

.glyphicon-refresh:before {
   content: "\e031";
}

.glyphicon-list-alt:before {
   content: "\e032";
}

.glyphicon-lock:before {
   content: "\e033";
}

.glyphicon-flag:before {
   content: "\e034";
}

.glyphicon-headphones:before {
   content: "\e035";
}

.glyphicon-volume-off:before {
   content: "\e036";
}

.glyphicon-volume-down:before {
   content: "\e037";
}

.glyphicon-volume-up:before {
   content: "\e038";
}

.glyphicon-qrcode:before {
   content: "\e039";
}

.glyphicon-barcode:before {
   content: "\e040";
}

.glyphicon-tag:before {
   content: "\e041";
}

.glyphicon-tags:before {
   content: "\e042";
}

.glyphicon-book:before {
   content: "\e043";
}

.glyphicon-bookmark:before {
   content: "\e044";
}

.glyphicon-print:before {
   content: "\e045";
}

.glyphicon-camera:before {
   content: "\e046";
}

.glyphicon-font:before {
   content: "\e047";
}

.glyphicon-bold:before {
   content: "\e048";
}

.glyphicon-italic:before {
   content: "\e049";
}

.glyphicon-text-height:before {
   content: "\e050";
}

.glyphicon-text-width:before {
   content: "\e051";
}

.glyphicon-align-left:before {
   content: "\e052";
}

.glyphicon-align-center:before {
   content: "\e053";
}

.glyphicon-align-right:before {
   content: "\e054";
}

.glyphicon-align-justify:before {
   content: "\e055";
}

.glyphicon-list:before {
   content: "\e056";
}

.glyphicon-indent-left:before {
   content: "\e057";
}

.glyphicon-indent-right:before {
   content: "\e058";
}

.glyphicon-facetime-video:before {
   content: "\e059";
}

.glyphicon-picture:before {
   content: "\e060";
}

.glyphicon-map-marker:before {
   content: "\e062";
}

.glyphicon-adjust:before {
   content: "\e063";
}

.glyphicon-tint:before {
   content: "\e064";
}

.glyphicon-edit:before {
   content: "\e065";
}

.glyphicon-share:before {
   content: "\e066";
}

.glyphicon-check:before {
   content: "\e067";
}

.glyphicon-move:before {
   content: "\e068";
}

.glyphicon-step-backward:before {
   content: "\e069";
}

.glyphicon-fast-backward:before {
   content: "\e070";
}

.glyphicon-backward:before {
   content: "\e071";
}

.glyphicon-play:before {
   content: "\e072";
}

.glyphicon-pause:before {
   content: "\e073";
}

.glyphicon-stop:before {
   content: "\e074";
}

.glyphicon-forward:before {
   content: "\e075";
}

.glyphicon-fast-forward:before {
   content: "\e076";
}

.glyphicon-step-forward:before {
   content: "\e077";
}

.glyphicon-eject:before {
   content: "\e078";
}

.glyphicon-chevron-left:before {
   content: "\e079";
}

.glyphicon-chevron-right:before {
   content: "\e080";
}

.glyphicon-plus-sign:before {
   content: "\e081";
}

.glyphicon-minus-sign:before {
   content: "\e082";
}

.glyphicon-remove-sign:before {
   content: "\e083";
}

.glyphicon-ok-sign:before {
   content: "\e084";
}

.glyphicon-question-sign:before {
   content: "\e085";
}

.glyphicon-info-sign:before {
   content: "\e086";
}

.glyphicon-screenshot:before {
   content: "\e087";
}

.glyphicon-remove-circle:before {
   content: "\e088";
}

.glyphicon-ok-circle:before {
   content: "\e089";
}

.glyphicon-ban-circle:before {
   content: "\e090";
}

.glyphicon-arrow-left:before {
   content: "\e091";
}

.glyphicon-arrow-right:before {
   content: "\e092";
}

.glyphicon-arrow-up:before {
   content: "\e093";
}

.glyphicon-arrow-down:before {
   content: "\e094";
}

.glyphicon-share-alt:before {
   content: "\e095";
}

.glyphicon-resize-full:before {
   content: "\e096";
}

.glyphicon-resize-small:before {
   content: "\e097";
}

.glyphicon-exclamation-sign:before {
   content: "\e101";
}

.glyphicon-gift:before {
   content: "\e102";
}

.glyphicon-leaf:before {
   content: "\e103";
}

.glyphicon-fire:before {
   content: "\e104";
}

.glyphicon-eye-open:before {
   content: "\e105";
}

.glyphicon-eye-close:before {
   content: "\e106";
}

.glyphicon-warning-sign:before {
   content: "\e107";
}

.glyphicon-plane:before {
   content: "\e108";
}

.glyphicon-calendar:before {
   content: "\e109";
}

.glyphicon-random:before {
   content: "\e110";
}

.glyphicon-comment:before {
   content: "\e111";
}

.glyphicon-magnet:before {
   content: "\e112";
}

.glyphicon-chevron-up:before {
   content: "\e113";
}

.glyphicon-chevron-down:before {
   content: "\e114";
}

.glyphicon-retweet:before {
   content: "\e115";
}

.glyphicon-shopping-cart:before {
   content: "\e116";
}

.glyphicon-folder-close:before {
   content: "\e117";
}

.glyphicon-folder-open:before {
   content: "\e118";
}

.glyphicon-resize-vertical:before {
   content: "\e119";
}

.glyphicon-resize-horizontal:before {
   content: "\e120";
}

.glyphicon-hdd:before {
   content: "\e121";
}

.glyphicon-bullhorn:before {
   content: "\e122";
}

.glyphicon-bell:before {
   content: "\e123";
}

.glyphicon-certificate:before {
   content: "\e124";
}

.glyphicon-thumbs-up:before {
   content: "\e125";
}

.glyphicon-thumbs-down:before {
   content: "\e126";
}

.glyphicon-hand-right:before {
   content: "\e127";
}

.glyphicon-hand-left:before {
   content: "\e128";
}

.glyphicon-hand-up:before {
   content: "\e129";
}

.glyphicon-hand-down:before {
   content: "\e130";
}

.glyphicon-circle-arrow-right:before {
   content: "\e131";
}

.glyphicon-circle-arrow-left:before {
   content: "\e132";
}

.glyphicon-circle-arrow-up:before {
   content: "\e133";
}

.glyphicon-circle-arrow-down:before {
   content: "\e134";
}

.glyphicon-globe:before {
   content: "\e135";
}

.glyphicon-wrench:before {
   content: "\e136";
}

.glyphicon-tasks:before {
   content: "\e137";
}

.glyphicon-filter:before {
   content: "\e138";
}

.glyphicon-briefcase:before {
   content: "\e139";
}

.glyphicon-fullscreen:before {
   content: "\e140";
}

.glyphicon-dashboard:before {
   content: "\e141";
}

.glyphicon-paperclip:before {
   content: "\e142";
}

.glyphicon-heart-empty:before {
   content: "\e143";
}

.glyphicon-link:before {
   content: "\e144";
}

.glyphicon-phone:before {
   content: "\e145";
}

.glyphicon-pushpin:before {
   content: "\e146";
}

.glyphicon-usd:before {
   content: "\e148";
}

.glyphicon-gbp:before {
   content: "\e149";
}

.glyphicon-sort:before {
   content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
   content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
   content: "\e152";
}

.glyphicon-sort-by-order:before {
   content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
   content: "\e154";
}

.glyphicon-sort-by-attributes:before {
   content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
   content: "\e156";
}

.glyphicon-unchecked:before {
   content: "\e157";
}

.glyphicon-expand:before {
   content: "\e158";
}

.glyphicon-collapse-down:before {
   content: "\e159";
}

.glyphicon-collapse-up:before {
   content: "\e160";
}

.glyphicon-log-in:before {
   content: "\e161";
}

.glyphicon-flash:before {
   content: "\e162";
}

.glyphicon-log-out:before {
   content: "\e163";
}

.glyphicon-new-window:before {
   content: "\e164";
}

.glyphicon-record:before {
   content: "\e165";
}

.glyphicon-save:before {
   content: "\e166";
}

.glyphicon-open:before {
   content: "\e167";
}

.glyphicon-saved:before {
   content: "\e168";
}

.glyphicon-import:before {
   content: "\e169";
}

.glyphicon-export:before {
   content: "\e170";
}

.glyphicon-send:before {
   content: "\e171";
}

.glyphicon-floppy-disk:before {
   content: "\e172";
}

.glyphicon-floppy-saved:before {
   content: "\e173";
}

.glyphicon-floppy-remove:before {
   content: "\e174";
}

.glyphicon-floppy-save:before {
   content: "\e175";
}

.glyphicon-floppy-open:before {
   content: "\e176";
}

.glyphicon-credit-card:before {
   content: "\e177";
}

.glyphicon-transfer:before {
   content: "\e178";
}

.glyphicon-cutlery:before {
   content: "\e179";
}

.glyphicon-header:before {
   content: "\e180";
}

.glyphicon-compressed:before {
   content: "\e181";
}

.glyphicon-earphone:before {
   content: "\e182";
}

.glyphicon-phone-alt:before {
   content: "\e183";
}

.glyphicon-tower:before {
   content: "\e184";
}

.glyphicon-stats:before {
   content: "\e185";
}

.glyphicon-sd-video:before {
   content: "\e186";
}

.glyphicon-hd-video:before {
   content: "\e187";
}

.glyphicon-subtitles:before {
   content: "\e188";
}

.glyphicon-sound-stereo:before {
   content: "\e189";
}

.glyphicon-sound-dolby:before {
   content: "\e190";
}

.glyphicon-sound-5-1:before {
   content: "\e191";
}

.glyphicon-sound-6-1:before {
   content: "\e192";
}

.glyphicon-sound-7-1:before {
   content: "\e193";
}

.glyphicon-copyright-mark:before {
   content: "\e194";
}

.glyphicon-registration-mark:before {
   content: "\e195";
}

.glyphicon-cloud-download:before {
   content: "\e197";
}

.glyphicon-cloud-upload:before {
   content: "\e198";
}

.glyphicon-tree-conifer:before {
   content: "\e199";
}

.glyphicon-tree-deciduous:before {
   content: "\e200";
}

.glyphicon-cd:before {
   content: "\e201";
}

.glyphicon-save-file:before {
   content: "\e202";
}

.glyphicon-open-file:before {
   content: "\e203";
}

.glyphicon-level-up:before {
   content: "\e204";
}

.glyphicon-copy:before {
   content: "\e205";
}

.glyphicon-paste:before {
   content: "\e206";
}

.glyphicon-alert:before {
   content: "\e209";
}

.glyphicon-equalizer:before {
   content: "\e210";
}

.glyphicon-king:before {
   content: "\e211";
}

.glyphicon-queen:before {
   content: "\e212";
}

.glyphicon-pawn:before {
   content: "\e213";
}

.glyphicon-bishop:before {
   content: "\e214";
}

.glyphicon-knight:before {
   content: "\e215";
}

.glyphicon-baby-formula:before {
   content: "\e216";
}

.glyphicon-tent:before {
   content: "\26fa";
}

.glyphicon-blackboard:before {
   content: "\e218";
}

.glyphicon-bed:before {
   content: "\e219";
}

.glyphicon-apple:before {
   content: "\f8ff";
}

.glyphicon-erase:before {
   content: "\e221";
}

.glyphicon-hourglass:before {
   content: "\231b";
}

.glyphicon-lamp:before {
   content: "\e223";
}

.glyphicon-duplicate:before {
   content: "\e224";
}

.glyphicon-piggy-bank:before {
   content: "\e225";
}

.glyphicon-scissors:before {
   content: "\e226";
}

.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
   content: "\e227";
}

.glyphicon-jpy:before,
.glyphicon-yen:before {
   content: "\00a5";
}

.glyphicon-rub:before,
.glyphicon-ruble:before {
   content: "\20bd";
}

.glyphicon-scale:before {
   content: "\e230";
}

.glyphicon-ice-lolly:before {
   content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
   content: "\e232";
}

.glyphicon-education:before {
   content: "\e233";
}

.glyphicon-option-horizontal:before {
   content: "\e234";
}

.glyphicon-option-vertical:before {
   content: "\e235";
}

.glyphicon-menu-hamburger:before {
   content: "\e236";
}

.glyphicon-modal-window:before {
   content: "\e237";
}

.glyphicon-oil:before {
   content: "\e238";
}

.glyphicon-grain:before {
   content: "\e239";
}

.glyphicon-sunglasses:before {
   content: "\e240";
}

.glyphicon-text-size:before {
   content: "\e241";
}

.glyphicon-text-color:before {
   content: "\e242";
}

.glyphicon-text-background:before {
   content: "\e243";
}

.glyphicon-object-align-top:before {
   content: "\e244";
}

.glyphicon-object-align-bottom:before {
   content: "\e245";
}

.glyphicon-object-align-horizontal:before {
   content: "\e246";
}

.glyphicon-object-align-left:before {
   content: "\e247";
}

.glyphicon-object-align-vertical:before {
   content: "\e248";
}

.glyphicon-object-align-right:before {
   content: "\e249";
}

.glyphicon-triangle-right:before {
   content: "\e250";
}

.glyphicon-triangle-left:before {
   content: "\e251";
}

.glyphicon-triangle-bottom:before {
   content: "\e252";
}

.glyphicon-triangle-top:before {
   content: "\e253";
}

.glyphicon-console:before {
   content: "\e254";
}

.glyphicon-superscript:before {
   content: "\e255";
}

.glyphicon-subscript:before {
   content: "\e256";
}

.glyphicon-menu-left:before {
   content: "\e257";
}

.glyphicon-menu-right:before {
   content: "\e258";
}

.glyphicon-menu-down:before {
   content: "\e259";
}

.glyphicon-menu-up:before {
   content: "\e260";
}

*,
:after,
:before {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

button,
input,
select,
textarea {
   font-family: inherit;
   font-size: inherit;
   line-height: inherit;
}

a {
   color: #337ab7;
}

a:focus,
a:hover {
   color: #23527c;
   text-decoration: underline;
}

a:focus {
   outline: 5px auto -webkit-focus-ring-color;
   outline-offset: -2px;
}

figure {
   margin: 0;
}

img {
   vertical-align: middle;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
   display: block;
   max-width: 100%;
   height: auto;
}

.img-rounded {
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
}

.img-thumbnail {
   padding: 4px;
   line-height: 1.42857143;
   background-color: #fff;
   border: 1px solid #ddd;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   display: inline-block;
   max-width: 100%;
   height: auto;
}

.img-circle {
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   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;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: inherit;
   font-weight: 500;
   line-height: 1.1;
   color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
   font-weight: 400;
   line-height: 1;
   color: #777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
   margin-bottom: 15px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
   font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
   margin-top: 10px;
   margin-bottom: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
   font-size: 75%;
}

.h1,
h1 {
   font-size: 36px;
}

.h2,
h2 {
   font-size: 30px;
}

.h3,
h3 {
   font-size: 24px;
}

.h4,
h4 {
   font-size: 18px;
}

.h5,
h5 {
   font-size: 14px;
}

.h6,
h6 {
   font-size: 12px;
}

p {
   margin: 0 0 10px;
}

.lead {
   margin-bottom: 20px;
   font-size: 16px;
   font-weight: 300;
   line-height: 1.4;
}

@media screen and (min-width: 768px) {
   .lead {
      font-size: 21px;
   }
}

.small,
small {
   font-size: 85%;
}

.mark,
mark {
   background-color: #fcf8e3;
   padding: 0.2em;
}

.text-left {
   text-align: left;
}

.text-right {
   text-align: right;
}

.text-center {
   text-align: center;
}

.text-justify {
   text-align: justify;
}

.text-nowrap {
   white-space: nowrap;
}

.text-lowercase {
   text-transform: lowercase;
}

.text-uppercase {
   text-transform: uppercase;
}

.text-capitalize {
   text-transform: capitalize;
}

.text-muted {
   color: #777;
}

.text-primary {
   color: #337ab7;
}

a.text-primary:focus,
a.text-primary:hover {
   color: #286090;
}

.text-success {
   color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
   color: #2b542c;
}

.text-info {
   color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
   color: #245269;
}

.text-warning {
   color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
   color: #66512c;
}

.text-danger {
   color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
   color: #843534;
}

.bg-primary {
   color: #fff;
   background-color: #337ab7;
}

a.bg-primary:focus,
a.bg-primary:hover {
   background-color: #286090;
}

.bg-success {
   background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
   background-color: #c1e2b3;
}

.bg-info {
   background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
   background-color: #afd9ee;
}

.bg-warning {
   background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
   background-color: #f7ecb5;
}

.bg-danger {
   background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
   background-color: #e4b9b9;
}

.page-header {
   padding-bottom: 9px;
   margin: 40px 0 20px;
   border-bottom: 1px solid #eee;
}

ol,
ul {
   margin-top: 0;
   margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
   margin-bottom: 0;
}

.list-inline,
.list-unstyled {
   padding-left: 0;
   list-style: none;
}

.list-inline {
   margin-left: -5px;
}

.list-inline > li {
   display: inline-block;
   padding-left: 5px;
   padding-right: 5px;
}

dl {
   margin-top: 0;
   margin-bottom: 20px;
}

dd,
dt {
   line-height: 1.42857143;
}

dt {
   font-weight: 700;
}

dd {
   margin-left: 0;
}

@media screen and (min-width: 768px) {
   .dl-horizontal dt {
      float: left;
      width: 160px;
      clear: left;
      text-align: right;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
   }

   .dl-horizontal dd {
      margin-left: 180px;
   }
}

abbr[data-original-title],
abbr[title] {
   cursor: help;
   border-bottom: 1px dotted #777;
}

.initialism {
   font-size: 90%;
   text-transform: uppercase;
}

blockquote {
   padding: 10px 20px;
   margin: 0 0 20px;
   font-size: 17.5px;
   border-left: 5px solid #eee;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
   margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
   display: block;
   font-size: 80%;
   line-height: 1.42857143;
   color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
   content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
   padding-right: 15px;
   padding-left: 0;
   border-right: 5px solid #eee;
   border-left: 0;
   text-align: right;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
   content: "";
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
   content: "\00A0 \2014";
}

address {
   margin-bottom: 20px;
   font-style: normal;
   line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
   font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}

code {
   color: #c7254e;
   background-color: #f9f2f4;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}

code,
kbd {
   padding: 2px 4px;
   font-size: 90%;
}

kbd {
   color: #fff;
   background-color: #333;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
   -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
   box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
   padding: 0;
   font-size: 100%;
   font-weight: 700;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
}

pre {
   display: block;
   padding: 9.5px;
   margin: 0 0 10px;
   font-size: 13px;
   line-height: 1.42857143;
   word-break: break-all;
   word-wrap: break-word;
   color: #333;
   background-color: #f5f5f5;
   border: 1px solid #ccc;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}

pre code {
   padding: 0;
   font-size: inherit;
   color: inherit;
   white-space: pre-wrap;
   background-color: transparent;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
}

.pre-scrollable {
   max-height: 340px;
   overflow-y: scroll;
}

.container {
   margin-right: auto;
   margin-left: auto;
   padding-left: 10px;
   padding-right: 10px;
}

@media screen and (min-width: 768px) {
   .container {
      width: 720px;
   }
}

@media screen and (min-width: 992px) {
   .container {
      width: 960px;
   }
}

@media screen and (min-width: 1220px) {
   .container {
      width: 1200px;
   }
}

.container-fluid {
   margin-right: auto;
   margin-left: auto;
   padding-left: 10px;
   padding-right: 10px;
}

.row {
   margin-left: -10px;
   margin-right: -10px;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-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 {
   position: relative;
   min-height: 1px;
   padding-left: 10px;
   padding-right: 10px;
}

.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: 1220px) {
   .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;
   }
}

table {
   background-color: transparent;
}

caption {
   padding-top: 8px;
   padding-bottom: 8px;
   color: #777;
}

caption,
th {
   text-align: left;
}

.table {
   max-width: 100%;
   margin-bottom: 20px;
}

.table.table_short .table__content .table__content__row:last-child {
   border-bottom: none;
}

.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 {
   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 > 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-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;
   }
}

fieldset {
   margin: 0;
   min-width: 0;
}

fieldset,
legend {
   padding: 0;
   border: 0;
}

legend {
   display: block;
   width: 100%;
   margin-bottom: 20px;
   font-size: 21px;
   line-height: inherit;
   color: #333;
   border-bottom: 1px solid #e5e5e5;
}

label {
   display: inline-block;
   max-width: 100%;
   margin-bottom: 5px;
   font-weight: 700;
   user-select: none;
}

input[type="search"] {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
   margin: 4px 0 0;
   margin-top: 1px \9;
   line-height: normal;
}

input[type="file"] {
   display: block;
}

input[type="range"] {
   display: block;
   width: 100%;
}

select[multiple],
select[size] {
   height: auto;
}

input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
   outline: 5px auto -webkit-focus-ring-color;
   outline-offset: -2px;
}

output {
   padding-top: 7px;
}

.form-control,
output {
   display: block;
   font-size: 14px;
   line-height: 1.42857143;
   color: #555;
}

.form-control {
   width: 100%;
   height: 34px;
   padding: 6px 12px;
   background-color: #fff;
   background-image: none;
   border: 1px solid #ccc;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-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 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
   -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
   transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
   -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
}

.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);
   -moz-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: #999;
   opacity: 1;
}

.form-control:-ms-input-placeholder {
   color: #999;
}

.form-control::-webkit-input-placeholder {
   color: #999;
}

.form-control::-ms-expand {
   border: 0;
   background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
   background-color: #eee;
   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="datetime-local"].form-control,
   input[type="month"].form-control,
   input[type="time"].form-control {
      line-height: 34px;
   }

   .input-group-sm input[type="date"],
   .input-group-sm input[type="datetime-local"],
   .input-group-sm input[type="month"],
   .input-group-sm input[type="time"],
   input[type="date"].input-sm,
   input[type="datetime-local"].input-sm,
   input[type="month"].input-sm,
   input[type="time"].input-sm {
      line-height: 30px;
   }

   .input-group-lg input[type="date"],
   .input-group-lg input[type="datetime-local"],
   .input-group-lg input[type="month"],
   .input-group-lg input[type="time"],
   input[type="date"].input-lg,
   input[type="datetime-local"].input-lg,
   input[type="month"].input-lg,
   input[type="time"].input-lg {
      line-height: 46px;
   }
}

.form-group {
   margin-bottom: 15px;
}

.checkbox,
.radio {
   position: relative;
   display: block;
   margin-top: 10px;
   margin-bottom: 10px;
}

.checkbox label,
.radio label {
   min-height: 20px;
   padding-left: 20px;
   margin-bottom: 0;
   font-weight: 400;
   cursor: pointer;
}

.checkbox-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.radio-inline input[type="radio"],
.radio input[type="radio"] {
   position: absolute;
   margin-left: -20px;
   margin-top: 4px \9;
}

.checkbox + .checkbox,
.radio + .radio {
   margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
   position: relative;
   display: inline-block;
   padding-left: 20px;
   margin-bottom: 0;
   vertical-align: middle;
   font-weight: 400;
   cursor: pointer;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
   margin-top: 0;
   margin-left: 10px;
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
   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;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}

select.input-sm {
   height: 30px;
   line-height: 30px;
}

select[multiple].input-sm,
textarea.input-sm {
   height: auto;
}

.form-group-sm .form-control {
   height: 30px;
   padding: 5px 10px;
   font-size: 12px;
   line-height: 1.5;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}

.form-group-sm select.form-control {
   height: 30px;
   line-height: 30px;
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.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.33;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
}

select.input-lg {
   height: 46px;
   line-height: 46px;
}

select[multiple].input-lg,
textarea.input-lg {
   height: auto;
}

.form-group-lg .form-control {
   height: 46px;
   padding: 10px 16px;
   font-size: 18px;
   line-height: 1.33;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
}

.form-group-lg select.form-control {
   height: 46px;
   line-height: 46px;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
   height: auto;
}

.form-group-lg .form-control-static {
   height: 46px;
   min-height: 38px;
   padding: 11px 16px;
   font-size: 18px;
   line-height: 1.33;
}

.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;
}

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
   width: 46px;
   height: 46px;
   line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
   width: 30px;
   height: 30px;
   line-height: 30px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
   color: #3c763d;
}

.has-success .form-control {
   border-color: #3c763d;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-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;
   -moz-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 .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
   color: #8a6d3b;
}

.has-warning .form-control {
   border-color: #8a6d3b;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-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;
   -moz-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 .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
   color: #a94442;
}

.has-error .form-control {
   border-color: #a94442;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-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;
   -moz-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 screen and (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 .form-control,
   .form-inline .input-group .input-group-addon,
   .form-inline .input-group .input-group-btn {
      width: auto;
   }

   .form-inline .input-group > .form-control {
      width: 100%;
   }

   .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle;
   }

   .form-inline .checkbox,
   .form-inline .radio {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;
   }

   .form-inline .checkbox label,
   .form-inline .radio label {
      padding-left: 0;
   }

   .form-inline .checkbox input[type="checkbox"],
   .form-inline .radio input[type="radio"] {
      position: relative;
      margin-left: 0;
   }

   .form-inline .has-feedback .form-control-feedback {
      top: 0;
   }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
   margin-top: 0;
   margin-bottom: 0;
   padding-top: 7px;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
   min-height: 27px;
}

.form-horizontal .form-group {
   margin-left: -10px;
   margin-right: -10px;
}

@media screen and (min-width: 768px) {
   .form-horizontal .control-label {
      text-align: right;
      margin-bottom: 0;
      padding-top: 7px;
   }
}

.form-horizontal .has-feedback .form-control-feedback {
   right: 10px;
}

@media screen and (min-width: 768px) {
   .form-horizontal .form-group-lg .control-label {
      padding-top: 11px;
      font-size: 18px;
   }
}

@media screen and (min-width: 768px) {
   .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 12px;
   }
}

.btn {
   display: inline-block;
   margin-bottom: 0;
   font-weight: 400;
   text-align: center;
   vertical-align: middle;
   -ms-touch-action: manipulation;
   touch-action: manipulation;
   cursor: pointer;
   background-image: none;
   border: 1px solid transparent;
   white-space: nowrap;
   padding: 6px 12px;
   font-size: 14px;
   line-height: 1.42857143;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
   outline: 5px auto -webkit-focus-ring-color;
   outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
   color: #333;
   text-decoration: none;
}

.btn.active,
.btn:active {
   outline: 0;
   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
   cursor: not-allowed;
   opacity: 0.65;
   filter: alpha(opacity=65);
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
   pointer-events: none;
}

.btn-default {
   color: #333;
   background-color: #fff;
}

.btn-default.focus,
.btn-default:focus {
   color: #333;
   background-color: #e6e6e6;
   border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
   color: #333;
   background-color: #e6e6e6;
   border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
   color: #333;
   background-color: #d4d4d4;
   border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
   background-image: none;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
   background-color: #fff;
   border-color: #ccc;
}

.btn-default .badge {
   color: #fff;
   background-color: #333;
}

.btn-primary {
   color: #fff;
   background-color: #337ab7;
   border-color: #2e6da4;
}

.btn-primary.focus,
.btn-primary:focus {
   color: #fff;
   background-color: #286090;
   border-color: #122b40;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
   color: #fff;
   background-color: #286090;
   border-color: #204d74;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
   color: #fff;
   background-color: #204d74;
   border-color: #122b40;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
   background-image: none;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
   background-color: #337ab7;
   border-color: #2e6da4;
}

.btn-primary .badge {
   color: #337ab7;
   background-color: #fff;
}

.btn-success {
   color: #fff;
   background-color: #5cb85c;
   border-color: #4cae4c;
}

.btn-success.focus,
.btn-success:focus {
   color: #fff;
   background-color: #449d44;
   border-color: #255625;
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
   color: #fff;
   background-color: #449d44;
   border-color: #398439;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
   color: #fff;
   background-color: #398439;
   border-color: #255625;
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
   background-image: none;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
   background-color: #5cb85c;
   border-color: #4cae4c;
}

.btn-success .badge {
   color: #5cb85c;
   background-color: #fff;
}

.btn-info {
   color: #fff;
   background-color: #5bc0de;
   border-color: #46b8da;
}

.btn-info.focus,
.btn-info:focus {
   color: #fff;
   background-color: #31b0d5;
   border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
   color: #fff;
   background-color: #31b0d5;
   border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
   color: #fff;
   background-color: #269abc;
   border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
   background-image: none;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
   background-color: #5bc0de;
   border-color: #46b8da;
}

.btn-info .badge {
   color: #5bc0de;
   background-color: #fff;
}

.btn-warning {
   color: #fff;
   background-color: #f0ad4e;
   border-color: #eea236;
}

.btn-warning.focus,
.btn-warning:focus {
   color: #fff;
   background-color: #ec971f;
   border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
   color: #fff;
   background-color: #ec971f;
   border-color: #d58512;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
   color: #fff;
   background-color: #d58512;
   border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
   background-image: none;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
   background-color: #f0ad4e;
   border-color: #eea236;
}

.btn-warning .badge {
   color: #f0ad4e;
   background-color: #fff;
}

.btn-danger {
   color: #fff;
   background-color: #d9534f;
   border-color: #d43f3a;
}

.btn-danger.focus,
.btn-danger:focus {
   color: #fff;
   background-color: #c9302c;
   border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
   color: #fff;
   background-color: #c9302c;
   border-color: #ac2925;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
   color: #fff;
   background-color: #ac2925;
   border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
   background-image: none;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
   background-color: #d9534f;
   border-color: #d43f3a;
}

.btn-danger .badge {
   color: #d9534f;
   background-color: #fff;
}

.btn-link {
   color: #337ab7;
   font-weight: 400;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
   background-color: transparent;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
   border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
   color: #23527c;
   text-decoration: underline;
   background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
   color: #777;
   text-decoration: none;
}

.btn-group-lg > .btn,
.btn-lg {
   padding: 10px 16px;
   font-size: 18px;
   line-height: 1.33;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
}

.btn-group-sm > .btn,
.btn-sm {
   padding: 5px 10px;
}

.btn-group-sm > .btn,
.btn-group-xs > .btn,
.btn-sm,
.btn-xs {
   font-size: 12px;
   line-height: 1.5;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}

.btn-group-xs > .btn,
.btn-xs {
   padding: 1px 5px;
}

.btn-block {
   display: block;
   width: 100%;
}

.btn-block + .btn-block {
   margin-top: 5px;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
   width: 100%;
}

.fade {
   opacity: 0;
   -webkit-transition: opacity 0.15s linear;
   -o-transition: opacity 0.15s linear;
   -moz-transition: opacity 0.15s linear;
   transition: opacity 0.15s linear;
}

.fade.in {
   opacity: 1;
}

.collapse {
   display: none;
}

.collapse.in {
   display: block;
}

tr.collapse.in {
   display: table-row;
}

tbody.collapse.in {
   display: table-row-group;
}

.collapsing {
   position: relative;
   height: 0;
   overflow: hidden;
   -webkit-transition-property: height, visibility;
   -o-transition-property: height, visibility;
   -moz-transition-property: height, visibility;
   transition-property: height, visibility;
   -webkit-transition-duration: 0.35s;
   -o-transition-duration: 0.35s;
   -moz-transition-duration: 0.35s;
   transition-duration: 0.35s;
   -webkit-transition-timing-function: ease;
   -o-transition-timing-function: ease;
   -moz-transition-timing-function: ease;
   transition-timing-function: ease;
}

.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;
}

.dropdown,
.dropup {
   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);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
   -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
   box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
   -moz-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: 400;
   line-height: 1.42857143;
   color: #333;
   white-space: nowrap;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
   text-decoration: none;
   color: #262626;
   background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
   color: #fff;
   text-decoration: none;
   outline: 0;
   background-color: #337ab7;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
   color: #777;
}

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
   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 screen and (min-width: 768px) {
   .navbar-right .dropdown-menu {
      left: auto;
      right: 0;
   }

   .navbar-right .dropdown-menu-left {
      left: 0;
      right: auto;
   }
}

.btn-group,
.btn-group-vertical {
   position: relative;
   display: inline-block;
   vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
   position: relative;
   float: left;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
   z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
   margin-left: -1px;
}

.btn-toolbar {
   margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
   float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
   margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
}

.btn-group > .btn:first-child {
   margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
   -webkit-border-bottom-right-radius: 0;
   -moz-border-radius-bottomright: 0;
   border-bottom-right-radius: 0;
   -webkit-border-top-right-radius: 0;
   -moz-border-radius-topright: 0;
   border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
   -webkit-border-bottom-left-radius: 0;
   -moz-border-radius-bottomleft: 0;
   border-bottom-left-radius: 0;
   -webkit-border-top-left-radius: 0;
   -moz-border-radius-topleft: 0;
   border-top-left-radius: 0;
}

.btn-group > .btn-group {
   float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
   -webkit-border-bottom-right-radius: 0;
   -moz-border-radius-bottomright: 0;
   border-bottom-right-radius: 0;
   -webkit-border-top-right-radius: 0;
   -moz-border-radius-topright: 0;
   border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
   -webkit-border-bottom-left-radius: 0;
   -moz-border-radius-bottomleft: 0;
   border-bottom-left-radius: 0;
   -webkit-border-top-left-radius: 0;
   -moz-border-radius-topleft: 0;
   border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
   outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
   padding-left: 8px;
   padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
   padding-left: 12px;
   padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
}

.btn .caret {
   margin-left: 0;
}

.btn-lg .caret {
   border-width: 5px 5px 0;
   border-bottom-width: 0;
}

.dropup .btn-lg .caret {
   border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
   display: block;
   float: none;
   width: 100%;
   max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
   float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
   margin-top: -1px;
   margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
   -webkit-border-top-right-radius: 4px;
   -moz-border-radius-topright: 4px;
   border-top-right-radius: 4px;
   -webkit-border-top-left-radius: 4px;
   -moz-border-radius-topleft: 4px;
   border-top-left-radius: 4px;
   -webkit-border-bottom-right-radius: 0;
   -moz-border-radius-bottomright: 0;
   border-bottom-right-radius: 0;
   -webkit-border-bottom-left-radius: 0;
   -moz-border-radius-bottomleft: 0;
   border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
   -webkit-border-top-right-radius: 0;
   -moz-border-radius-topright: 0;
   border-top-right-radius: 0;
   -webkit-border-top-left-radius: 0;
   -moz-border-radius-topleft: 0;
   border-top-left-radius: 0;
   -webkit-border-bottom-right-radius: 4px;
   -moz-border-radius-bottomright: 4px;
   border-bottom-right-radius: 4px;
   -webkit-border-bottom-left-radius: 4px;
   -moz-border-radius-bottomleft: 4px;
   border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
   -webkit-border-bottom-right-radius: 0;
   -moz-border-radius-bottomright: 0;
   border-bottom-right-radius: 0;
   -webkit-border-bottom-left-radius: 0;
   -moz-border-radius-bottomleft: 0;
   border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
   -webkit-border-top-right-radius: 0;
   -moz-border-radius-topright: 0;
   border-top-right-radius: 0;
   -webkit-border-top-left-radius: 0;
   -moz-border-radius-topleft: 0;
   border-top-left-radius: 0;
}

.btn-group-justified {
   display: table;
   width: 100%;
   table-layout: fixed;
   border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
   float: none;
   display: table-cell;
   width: 1%;
}

.btn-group-justified > .btn-group .btn {
   width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
   left: auto;
}

[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"] {
   position: absolute;
   clip: rect(0, 0, 0, 0);
   pointer-events: none;
}

.input-group {
   position: relative;
   display: table;
   border-collapse: separate;
}

.input-group[class*="col-"] {
   float: none;
   padding-left: 0;
   padding-right: 0;
}

.input-group .form-control {
   position: relative;
   z-index: 2;
   float: left;
   width: 100%;
   margin-bottom: 0;
}

.input-group .form-control:focus {
   z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
   height: 46px;
   padding: 10px 16px;
   font-size: 18px;
   line-height: 1.33;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
   height: 46px;
   line-height: 46px;
}

select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
   height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
   height: 30px;
   padding: 5px 10px;
   font-size: 12px;
   line-height: 1.5;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
   height: 30px;
   line-height: 30px;
}

select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
   height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
   display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
}

.input-group-addon,
.input-group-btn {
   width: 1%;
   white-space: nowrap;
   vertical-align: middle;
}

.input-group-addon {
   padding: 6px 12px;
   font-size: 14px;
   font-weight: 400;
   line-height: 1;
   color: #555;
   text-align: center;
   background-color: #eee;
   border: 1px solid #ccc;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}

.input-group-addon.input-sm {
   padding: 5px 10px;
   font-size: 12px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}

.input-group-addon.input-lg {
   padding: 10px 16px;
   font-size: 18px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
}

.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
   margin-top: 0;
}

.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
   -webkit-border-bottom-right-radius: 0;
   -moz-border-radius-bottomright: 0;
   border-bottom-right-radius: 0;
   -webkit-border-top-right-radius: 0;
   -moz-border-radius-topright: 0;
   border-top-right-radius: 0;
}

.input-group-addon:first-child {
   border-right: 0;
}

.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group .form-control:last-child {
   -webkit-border-bottom-left-radius: 0;
   -moz-border-radius-bottomleft: 0;
   border-bottom-left-radius: 0;
   -webkit-border-top-left-radius: 0;
   -moz-border-radius-topleft: 0;
   border-top-left-radius: 0;
}

.input-group-addon:last-child {
   border-left: 0;
}

.input-group-btn {
   font-size: 0;
   white-space: nowrap;
}

.input-group-btn,
.input-group-btn > .btn {
   position: relative;
}

.input-group-btn > .btn + .btn {
   margin-left: -1px;
}

.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
   z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
   margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
   z-index: 2;
   margin-left: -1px;
}

.nav {
   margin-bottom: 0;
   padding-left: 0;
   list-style: none;
}

.nav > li,
.nav > li > a {
   position: relative;
   display: block;
}

.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;
   -webkit-border-radius: 4px 4px 0 0;
   -moz-border-radius: 4px 4px 0 0;
   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;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
   top: auto;
   left: auto;
}

@media screen and (min-width: 768px) {
   .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%;
   }

   .nav-tabs.nav-justified > li > a {
      margin-bottom: 0;
   }
}

.nav-tabs.nav-justified > li > a {
   margin-right: 0;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   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 screen and (min-width: 768px) {
   .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      -webkit-border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
      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-pills > li > a {
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   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 {
   float: none;
}

.nav-stacked > li + li {
   margin-top: 2px;
   margin-left: 0;
}

.nav-justified {
   width: 100%;
}

.nav-justified > li {
   float: none;
}

.nav-justified > li > a {
   text-align: center;
   margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
   top: auto;
   left: auto;
}

@media screen and (min-width: 768px) {
   .nav-justified > li {
      display: table-cell;
      width: 1%;
   }

   .nav-justified > li > a {
      margin-bottom: 0;
   }
}

.nav-tabs-justified {
   border-bottom: 0;
}

.nav-tabs-justified > li > a {
   margin-right: 0;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   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 screen and (min-width: 768px) {
   .nav-tabs-justified > li > a {
      border-bottom: 1px solid #ddd;
      -webkit-border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
      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;
   -webkit-border-top-right-radius: 0;
   -moz-border-radius-topright: 0;
   border-top-right-radius: 0;
   -webkit-border-top-left-radius: 0;
   -moz-border-radius-topleft: 0;
   border-top-left-radius: 0;
}

.navbar {
   position: relative;
   min-height: 50px;
   margin-bottom: 20px;
   border: 1px solid transparent;
}

@media screen and (min-width: 768px) {
   .navbar {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
   }
}

@media screen and (min-width: 768px) {
   .navbar-header {
      float: left;
   }
}

.navbar-collapse {
   overflow-x: visible;
   padding-right: 10px;
   padding-left: 10px;
   border-top: 1px solid transparent;
   -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
   -moz-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
   box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
   -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
   overflow-y: auto;
}

@media screen and (min-width: 768px) {
   .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
   }

   .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
   }

   .navbar-collapse.in {
      overflow-y: visible;
   }

   .navbar-fixed-bottom .navbar-collapse,
   .navbar-fixed-top .navbar-collapse,
   .navbar-static-top .navbar-collapse {
      padding-left: 0;
      padding-right: 0;
   }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
   max-height: 340px;
}

@media screen and (max-device-width: 480px) and (orientation: landscape) {
   .navbar-fixed-bottom .navbar-collapse,
   .navbar-fixed-top .navbar-collapse {
      max-height: 200px;
   }
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
   margin-right: -10px;
   margin-left: -10px;
}

@media screen and (min-width: 768px) {
   .container-fluid > .navbar-collapse,
   .container-fluid > .navbar-header,
   .container > .navbar-collapse,
   .container > .navbar-header {
      margin-right: 0;
      margin-left: 0;
   }
}

.navbar-static-top {
   z-index: 1000;
   border-width: 0 0 1px;
}

@media screen and (min-width: 768px) {
   .navbar-static-top {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
   }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
   position: fixed;
   right: 0;
   left: 0;
   z-index: 1030;
}

@media screen and (min-width: 768px) {
   .navbar-fixed-bottom,
   .navbar-fixed-top {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
   }
}

.navbar-fixed-top {
   top: 0;
   border-width: 0 0 1px;
}

.navbar-fixed-bottom {
   bottom: 0;
   margin-bottom: 0;
   border-width: 1px 0 0;
}

.navbar-brand {
   float: left;
   padding: 15px 10px;
   font-size: 18px;
   line-height: 20px;
   height: 50px;
}

.navbar-brand:focus,
.navbar-brand:hover {
   text-decoration: none;
}

.navbar-brand > img {
   display: block;
}

@media screen and (min-width: 768px) {
   .navbar > .container-fluid .navbar-brand,
   .navbar > .container .navbar-brand {
      margin-left: -10px;
   }
}

.navbar-toggle {
   position: relative;
   float: right;
   margin-right: 10px;
   padding: 9px 10px;
   margin-top: 8px;
   margin-bottom: 8px;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}

.navbar-toggle:focus {
   outline: 0;
}

.navbar-toggle .icon-bar {
   display: block;
   width: 22px;
   height: 2px;
   -webkit-border-radius: 1px;
   -moz-border-radius: 1px;
   border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
   margin-top: 4px;
}

@media screen and (min-width: 768px) {
   .navbar-toggle {
      display: none;
   }
}

.navbar-nav {
   margin: 7.5px -10px;
}

.navbar-nav > li > a {
   padding-top: 10px;
   padding-bottom: 10px;
   line-height: 20px;
}

@media screen and (max-width: 767px) {
   .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
   }

   .navbar-nav .open .dropdown-menu .dropdown-header,
   .navbar-nav .open .dropdown-menu > li > a {
      padding: 5px 15px 5px 25px;
   }

   .navbar-nav .open .dropdown-menu > li > a {
      line-height: 20px;
   }

   .navbar-nav .open .dropdown-menu > li > a:focus,
   .navbar-nav .open .dropdown-menu > li > a:hover {
      background-image: none;
   }
}

@media screen and (min-width: 768px) {
   .navbar-nav {
      float: left;
      margin: 0;
   }

   .navbar-nav > li {
      float: left;
   }

   .navbar-nav > li > a {
      padding-top: 15px;
      padding-bottom: 15px;
   }
}

.navbar-form {
   margin: 8px -10px;
   padding: 10px;
   border-top: 1px solid transparent;
   border-bottom: 1px solid transparent;
   -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1), 0 1px 0 hsla(0, 0%, 100%, 0.1);
   -moz-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1), 0 1px 0 hsla(0, 0%, 100%, 0.1);
   box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1), 0 1px 0 hsla(0, 0%, 100%, 0.1);
}

@media screen and (min-width: 768px) {
   .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
   }

   .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
   }

   .navbar-form .form-control-static {
      display: inline-block;
   }

   .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle;
   }

   .navbar-form .input-group .form-control,
   .navbar-form .input-group .input-group-addon,
   .navbar-form .input-group .input-group-btn {
      width: auto;
   }

   .navbar-form .input-group > .form-control {
      width: 100%;
   }

   .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle;
   }

   .navbar-form .checkbox,
   .navbar-form .radio {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;
   }

   .navbar-form .checkbox label,
   .navbar-form .radio label {
      padding-left: 0;
   }

   .navbar-form .checkbox input[type="checkbox"],
   .navbar-form .radio input[type="radio"] {
      position: relative;
      margin-left: 0;
   }

   .navbar-form .has-feedback .form-control-feedback {
      top: 0;
   }
}

@media screen and (max-width: 767px) {
   .navbar-form .form-group {
      margin-bottom: 5px;
   }

   .navbar-form .form-group:last-child {
      margin-bottom: 0;
   }
}

@media screen and (min-width: 768px) {
   .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
   }
}

.navbar-nav > li > .dropdown-menu {
   margin-top: 0;
   -webkit-border-top-right-radius: 0;
   -moz-border-radius-topright: 0;
   border-top-right-radius: 0;
   -webkit-border-top-left-radius: 0;
   -moz-border-radius-topleft: 0;
   border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
   margin-bottom: 0;
   -webkit-border-top-right-radius: 4px;
   -moz-border-radius-topright: 4px;
   border-top-right-radius: 4px;
   -webkit-border-top-left-radius: 4px;
   -moz-border-radius-topleft: 4px;
   border-top-left-radius: 4px;
   -webkit-border-bottom-right-radius: 0;
   -moz-border-radius-bottomright: 0;
   border-bottom-right-radius: 0;
   -webkit-border-bottom-left-radius: 0;
   -moz-border-radius-bottomleft: 0;
   border-bottom-left-radius: 0;
}

.navbar-btn {
   margin-top: 8px;
   margin-bottom: 8px;
}

.navbar-btn.btn-sm {
   margin-top: 10px;
   margin-bottom: 10px;
}

.navbar-btn.btn-xs {
   margin-top: 14px;
   margin-bottom: 14px;
}

.navbar-text {
   margin-top: 15px;
   margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
   .navbar-text {
      float: left;
      margin-left: 10px;
      margin-right: 10px;
   }
}

@media screen and (min-width: 768px) {
   .navbar-left {
      float: left !important;
   }

   .navbar-right {
      float: right !important;
      margin-right: -10px;
   }

   .navbar-right ~ .navbar-right {
      margin-right: 0;
   }
}

.navbar-default {
   background-color: #f8f8f8;
   border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
   color: #777;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
   color: #5e5e5e;
   background-color: transparent;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
   color: #777;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
   color: #333;
   background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
   color: #555;
   background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
   color: #ccc;
   background-color: transparent;
}

.navbar-default .navbar-toggle {
   border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
   background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
   background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
   border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
   background-color: #e7e7e7;
   color: #555;
}

@media screen and (max-width: 767px) {
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777;
   }

   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
      color: #333;
      background-color: transparent;
   }

   .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
   .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
   .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
      color: #555;
      background-color: #e7e7e7;
   }

   .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
   .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
   .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
      color: #ccc;
      background-color: transparent;
   }
}

.navbar-default .navbar-link {
   color: #777;
}

.navbar-default .navbar-link:hover {
   color: #333;
}

.navbar-default .btn-link {
   color: #777;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
   color: #333;
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
   color: #ccc;
}

.navbar-inverse {
   background-color: #222;
   border-color: #080808;
}

.navbar-inverse .navbar-brand {
   color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
   color: #fff;
   background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
   color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
   color: #fff;
   background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
   color: #fff;
   background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
   color: #444;
   background-color: transparent;
}

.navbar-inverse .navbar-toggle {
   border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
   background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
   background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
   border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
   background-color: #080808;
   color: #fff;
}

@media screen and (max-width: 767px) {
   .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #080808;
   }

   .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #080808;
   }

   .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d;
   }

   .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
   .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
      color: #fff;
      background-color: transparent;
   }

   .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
   .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
   .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
      color: #fff;
      background-color: #080808;
   }

   .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
   .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
   .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
      color: #444;
      background-color: transparent;
   }
}

.navbar-inverse .navbar-link {
   color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
   color: #fff;
}

.navbar-inverse .btn-link {
   color: #9d9d9d;
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
   color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
   color: #444;
}

.breadcrumb {
   padding: 8px 15px;
   margin-bottom: 20px;
   list-style: none;
   background-color: #f5f5f5;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}

.breadcrumb > li {
   display: inline-block;
}

.breadcrumb > li + li:before {
   content: "/\00a0";
   padding: 0 5px;
   color: #ccc;
}

.breadcrumb > .active {
   color: #777;
}

.pagination {
   display: inline-block;
   padding-left: 0;
   margin: 20px 0;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}

.pagination > li {
   display: inline;
}

.pagination > li > a,
.pagination > li > span {
   position: relative;
   float: left;
   padding: 6px 12px;
   line-height: 1.42857143;
   text-decoration: none;
   color: #337ab7;
   background-color: #fff;
   border: 1px solid #ddd;
   margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
   margin-left: 0;
   -webkit-border-bottom-left-radius: 4px;
   -moz-border-radius-bottomleft: 4px;
   border-bottom-left-radius: 4px;
   -webkit-border-top-left-radius: 4px;
   -moz-border-radius-topleft: 4px;
   border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
   -webkit-border-bottom-right-radius: 4px;
   -moz-border-radius-bottomright: 4px;
   border-bottom-right-radius: 4px;
   -webkit-border-top-right-radius: 4px;
   -moz-border-radius-topright: 4px;
   border-top-right-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
   z-index: 2;
   color: #23527c;
   background-color: #eee;
   border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
   z-index: 3;
   color: #fff;
   background-color: #337ab7;
   border-color: #337ab7;
   cursor: default;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
   color: #777;
   background-color: #fff;
   border-color: #ddd;
   cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
   padding: 10px 16px;
   font-size: 18px;
   line-height: 1.33;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
   -webkit-border-bottom-left-radius: 6px;
   -moz-border-radius-bottomleft: 6px;
   border-bottom-left-radius: 6px;
   -webkit-border-top-left-radius: 6px;
   -moz-border-radius-topleft: 6px;
   border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
   -webkit-border-bottom-right-radius: 6px;
   -moz-border-radius-bottomright: 6px;
   border-bottom-right-radius: 6px;
   -webkit-border-top-right-radius: 6px;
   -moz-border-radius-topright: 6px;
   border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
   padding: 5px 10px;
   font-size: 12px;
   line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
   -webkit-border-bottom-left-radius: 3px;
   -moz-border-radius-bottomleft: 3px;
   border-bottom-left-radius: 3px;
   -webkit-border-top-left-radius: 3px;
   -moz-border-radius-topleft: 3px;
   border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
   -webkit-border-bottom-right-radius: 3px;
   -moz-border-radius-bottomright: 3px;
   border-bottom-right-radius: 3px;
   -webkit-border-top-right-radius: 3px;
   -moz-border-radius-topright: 3px;
   border-top-right-radius: 3px;
}

.pager {
   padding-left: 0;
   margin: 20px 0;
   list-style: none;
   text-align: center;
}

.pager li {
   display: inline;
}

.pager li > a,
.pager li > span {
   display: inline-block;
   padding: 5px 14px;
   background-color: #fff;
   border: 1px solid #ddd;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   border-radius: 15px;
}

.pager li > a:focus,
.pager li > a:hover {
   text-decoration: none;
   background-color: #eee;
}

.pager .next > a,
.pager .next > span {
   float: right;
}

.pager .previous > a,
.pager .previous > span {
   float: left;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
   color: #777;
   background-color: #fff;
   cursor: not-allowed;
}

.label {
   display: inline;
   padding: 0.2em 0.6em 0.3em;
   font-size: 75%;
   font-weight: 700;
   line-height: 1;
   color: #fff;
   text-align: center;
   white-space: nowrap;
   vertical-align: baseline;
   -webkit-border-radius: 0.25em;
   -moz-border-radius: 0.25em;
   border-radius: 0.25em;
}

a.label:focus,
a.label:hover {
   color: #fff;
   text-decoration: none;
   cursor: pointer;
}

.label:empty {
   display: none;
}

.btn .label {
   position: relative;
   top: -1px;
}

.label-default {
   background-color: #777;
}

.label-default[href]:focus,
.label-default[href]:hover {
   background-color: #5e5e5e;
}

.label-primary {
   background-color: #337ab7;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
   background-color: #286090;
}

.label-success {
   background-color: #5cb85c;
}

.label-success[href]:focus,
.label-success[href]:hover {
   background-color: #449d44;
}

.label-info {
   background-color: #5bc0de;
}

.label-info[href]:focus,
.label-info[href]:hover {
   background-color: #31b0d5;
}

.label-warning {
   background-color: #f0ad4e;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
   background-color: #ec971f;
}

.label-danger {
   background-color: #d9534f;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
   background-color: #c9302c;
}

.badge {
   display: inline-block;
   min-width: 10px;
   padding: 3px 7px;
   font-size: 12px;
   font-weight: 700;
   color: #fff;
   line-height: 1;
   vertical-align: middle;
   white-space: nowrap;
   text-align: center;
   background-color: #777;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}

.badge:empty {
   display: none;
}

.btn .badge {
   position: relative;
   top: -1px;
}

.btn-group-xs > .btn .badge,
.btn-xs .badge {
   top: 0;
   padding: 1px 5px;
}

a.badge:focus,
a.badge:hover {
   color: #fff;
   text-decoration: none;
   cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
   color: #337ab7;
   background-color: #fff;
}

.list-group-item > .badge {
   float: right;
}

.list-group-item > .badge + .badge {
   margin-right: 5px;
}

.nav-pills > li > a > .badge {
   margin-left: 3px;
}

.jumbotron {
   padding-top: 30px;
   padding-bottom: 30px;
   margin-bottom: 30px;
   background-color: #eee;
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
   color: inherit;
}

.jumbotron p {
   margin-bottom: 15px;
   font-size: 21px;
   font-weight: 200;
}

.jumbotron > hr {
   border-top-color: #d5d5d5;
}

.container-fluid .jumbotron,
.container .jumbotron {
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   padding-left: 10px;
   padding-right: 10px;
}

.jumbotron .container {
   max-width: 100%;
}

@media screen and (min-width: 768px) {
   .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px;
   }

   .container-fluid .jumbotron,
   .container .jumbotron {
      padding-left: 60px;
      padding-right: 60px;
   }

   .jumbotron .h1,
   .jumbotron h1 {
      font-size: 63px;
   }
}

.thumbnail {
   display: block;
   padding: 4px;
   margin-bottom: 20px;
   line-height: 1.42857143;
   background-color: #fff;
   border: 1px solid #ddd;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-transition: border 0.2s ease-in-out;
   -o-transition: border 0.2s ease-in-out;
   -moz-transition: border 0.2s ease-in-out;
   transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
   margin-left: auto;
   margin-right: auto;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
   border-color: #337ab7;
}

.thumbnail .caption {
   padding: 9px;
   color: #333;
}

.alert {
   padding: 15px;
   margin-bottom: 20px;
   border: 1px solid transparent;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}

.alert h4 {
   margin-top: 0;
   color: inherit;
}

.alert .alert-link {
   font-weight: 700;
}

.alert > p,
.alert > ul {
   margin-bottom: 0;
}

.alert > p + p {
   margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
   padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
   position: relative;
   top: -2px;
   right: -21px;
   color: inherit;
}

.alert-success {
   background-color: #dff0d8;
   border-color: #d6e9c6;
   color: #3c763d;
}

.alert-success hr {
   border-top-color: #c9e2b3;
}

.alert-success .alert-link {
   color: #2b542c;
}

.alert-info {
   background-color: #d9edf7;
   border-color: #bce8f1;
   color: #31708f;
}

.alert-info hr {
   border-top-color: #a6e1ec;
}

.alert-info .alert-link {
   color: #245269;
}

.alert-warning {
   background-color: #fcf8e3;
   border-color: #faebcc;
   color: #8a6d3b;
}

.alert-warning hr {
   border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
   color: #66512c;
}

.alert-danger {
   background-color: #f2dede;
   border-color: #ebccd1;
   color: #a94442;
}

.alert-danger hr {
   border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
   color: #843534;
}

@-webkit-keyframes a {
   0% {
      background-position: 40px 0;
   }
   to {
      background-position: 0 0;
   }
}

@-o-keyframes a {
   0% {
      background-position: 40px 0;
   }
   to {
      background-position: 0 0;
   }
}

@-moz-keyframes a {
   0% {
      background-position: 40px 0;
   }
   to {
      background-position: 0 0;
   }
}

@keyframes a {
   0% {
      background-position: 40px 0;
   }
   to {
      background-position: 0 0;
   }
}

.progress {
   overflow: hidden;
   height: 20px;
   margin-bottom: 20px;
   background-color: #f5f5f5;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
   float: left;
   width: 0;
   height: 100%;
   font-size: 12px;
   line-height: 20px;
   color: #fff;
   text-align: center;
   background-color: #337ab7;
   -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
   -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
   box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
   -webkit-transition: width 0.6s ease;
   -o-transition: width 0.6s ease;
   -moz-transition: width 0.6s ease;
   transition: width 0.6s ease;
}

.progress-bar-striped,
.progress-striped .progress-bar {
   background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
   background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, 0.15) 50%, hsla(0, 0%, 100%, 0.15) 75%, transparent 75%, transparent);
   background-image: -moz-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
   background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
   background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
   -moz-background-size: 40px 40px;
   background-size: 40px 40px;
}

.progress-bar.active,
.progress.active .progress-bar {
   -webkit-animation: a 2s linear infinite;
   -o-animation: a 2s linear infinite;
   -moz-animation: a 2s linear infinite;
   animation: a 2s linear infinite;
}

.progress-bar-success {
   background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
   background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
   background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, 0.15) 50%, hsla(0, 0%, 100%, 0.15) 75%, transparent 75%, transparent);
   background-image: -moz-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
   background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
   background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}

.progress-bar-info {
   background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
   background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
   background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, 0.15) 50%, hsla(0, 0%, 100%, 0.15) 75%, transparent 75%, transparent);
   background-image: -moz-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
   background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
   background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}

.progress-bar-warning {
   background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
   background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
   background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, 0.15) 50%, hsla(0, 0%, 100%, 0.15) 75%, transparent 75%, transparent);
   background-image: -moz-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
   background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
   background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}

.progress-bar-danger {
   background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
   background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
   background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, 0.15) 50%, hsla(0, 0%, 100%, 0.15) 75%, transparent 75%, transparent);
   background-image: -moz-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
   background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
   background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}

.media {
   margin-top: 15px;
}

.media:first-child {
   margin-top: 0;
}

.media,
.media-body {
   zoom: 1;
   overflow: hidden;
}

.media-body {
   width: 10000px;
}

.media-object {
   display: block;
}

.media-object.img-thumbnail {
   max-width: none;
}

.media-right,
.media > .pull-right {
   padding-left: 10px;
}

.media-left,
.media > .pull-left {
   padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
   display: table-cell;
   vertical-align: top;
}

.media-middle {
   vertical-align: middle;
}

.media-bottom {
   vertical-align: bottom;
}

.media-heading {
   margin-top: 0;
   margin-bottom: 5px;
}

.media-list {
   padding-left: 0;
   list-style: none;
}

.list-group {
   margin-bottom: 20px;
   padding-left: 0;
}

.list-group-item {
   position: relative;
   display: block;
   padding: 10px 15px;
   margin-bottom: -1px;
   background-color: #fff;
   border: 1px solid #ddd;
}

.list-group-item:first-child {
   -webkit-border-top-right-radius: 4px;
   -moz-border-radius-topright: 4px;
   border-top-right-radius: 4px;
   -webkit-border-top-left-radius: 4px;
   -moz-border-radius-topleft: 4px;
   border-top-left-radius: 4px;
}

.list-group-item:last-child {
   margin-bottom: 0;
   -webkit-border-bottom-right-radius: 4px;
   -moz-border-radius-bottomright: 4px;
   border-bottom-right-radius: 4px;
   -webkit-border-bottom-left-radius: 4px;
   -moz-border-radius-bottomleft: 4px;
   border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
   color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
   color: #333;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
   text-decoration: none;
   color: #555;
   background-color: #f5f5f5;
}

button.list-group-item {
   width: 100%;
   text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
   background-color: #eee;
   color: #777;
   cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
   color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
   color: #777;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
   z-index: 2;
   color: #fff;
   background-color: #337ab7;
   border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
   color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
   color: #c7ddef;
}

.list-group-item-success {
   color: #3c763d;
   background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
   color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
   color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
   color: #3c763d;
   background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
   color: #fff;
   background-color: #3c763d;
   border-color: #3c763d;
}

.list-group-item-info {
   color: #31708f;
   background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
   color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
   color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
   color: #31708f;
   background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
   color: #fff;
   background-color: #31708f;
   border-color: #31708f;
}

.list-group-item-warning {
   color: #8a6d3b;
   background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
   color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
   color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
   color: #8a6d3b;
   background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
   color: #fff;
   background-color: #8a6d3b;
   border-color: #8a6d3b;
}

.list-group-item-danger {
   color: #a94442;
   background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
   color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
   color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
   color: #a94442;
   background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
   color: #fff;
   background-color: #a94442;
   border-color: #a94442;
}

.list-group-item-heading {
   margin-top: 0;
   margin-bottom: 5px;
}

.list-group-item-text {
   margin-bottom: 0;
   line-height: 1.3;
}

.panel {
   margin-bottom: 20px;
   background-color: #fff;
   border: 1px solid transparent;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
   padding: 15px;
}

.panel-heading {
   padding: 10px 15px;
   border-bottom: 1px solid transparent;
   -webkit-border-top-right-radius: 3px;
   -moz-border-radius-topright: 3px;
   border-top-right-radius: 3px;
   -webkit-border-top-left-radius: 3px;
   -moz-border-radius-topleft: 3px;
   border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle,
.panel-title {
   color: inherit;
}

.panel-title {
   margin-top: 0;
   margin-bottom: 0;
   font-size: 16px;
}

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
   color: inherit;
}

.panel-footer {
   padding: 10px 15px;
   background-color: #f5f5f5;
   border-top: 1px solid #ddd;
   -webkit-border-bottom-right-radius: 3px;
   -moz-border-radius-bottomright: 3px;
   border-bottom-right-radius: 3px;
   -webkit-border-bottom-left-radius: 3px;
   -moz-border-radius-bottomleft: 3px;
   border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
   margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
   border-width: 1px 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
   border-top: 0;
   -webkit-border-top-right-radius: 3px;
   -moz-border-radius-topright: 3px;
   border-top-right-radius: 3px;
   -webkit-border-top-left-radius: 3px;
   -moz-border-radius-topleft: 3px;
   border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
   border-bottom: 0;
   -webkit-border-bottom-right-radius: 3px;
   -moz-border-radius-bottomright: 3px;
   border-bottom-right-radius: 3px;
   -webkit-border-bottom-left-radius: 3px;
   -moz-border-radius-bottomleft: 3px;
   border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
   -webkit-border-top-right-radius: 0;
   -moz-border-radius-topright: 0;
   border-top-right-radius: 0;
   -webkit-border-top-left-radius: 0;
   -moz-border-radius-topleft: 0;
   border-top-left-radius: 0;
}

.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
   border-top-width: 0;
}

.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
   margin-bottom: 0;
}

.panel > .panel-collapse > .table caption,
.panel > .table-responsive > .table caption,
.panel > .table caption {
   padding-left: 15px;
   padding-right: 15px;
}

.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
   -webkit-border-top-right-radius: 3px;
   -moz-border-radius-topright: 3px;
   border-top-right-radius: 3px;
   -webkit-border-top-left-radius: 3px;
   -moz-border-radius-topleft: 3px;
   border-top-left-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
   -webkit-border-top-left-radius: 3px;
   -moz-border-radius-topleft: 3px;
   border-top-left-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
   -webkit-border-top-right-radius: 3px;
   -moz-border-radius-topright: 3px;
   border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
   -webkit-border-bottom-right-radius: 3px;
   -moz-border-radius-bottomright: 3px;
   border-bottom-right-radius: 3px;
   -webkit-border-bottom-left-radius: 3px;
   -moz-border-radius-bottomleft: 3px;
   border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
   -webkit-border-bottom-left-radius: 3px;
   -moz-border-radius-bottomleft: 3px;
   border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
   -webkit-border-bottom-right-radius: 3px;
   -moz-border-radius-bottomright: 3px;
   border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
   border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
   border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
   border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
   border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
   border-right: 0;
}

.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
   border-bottom: 0;
}

.panel > .table-responsive {
   border: 0;
   margin-bottom: 0;
}

.panel-group {
   margin-bottom: 20px;
}

.panel-group .panel {
   margin-bottom: 0;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}

.panel-group .panel + .panel {
   margin-top: 5px;
}

.panel-group .panel-heading {
   border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
   border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
   border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
   border-bottom: 1px solid #ddd;
}

.panel-default {
   border-color: #ddd;
}

.panel-default > .panel-heading {
   color: #333;
   background-color: #f5f5f5;
   border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
   border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
   color: #f5f5f5;
   background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
   border-bottom-color: #ddd;
}

.panel-primary {
   border-color: #337ab7;
}

.panel-primary > .panel-heading {
   color: #fff;
   background-color: #337ab7;
   border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
   border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
   color: #337ab7;
   background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
   border-bottom-color: #337ab7;
}

.panel-success {
   border-color: #d6e9c6;
}

.panel-success > .panel-heading {
   color: #3c763d;
   background-color: #dff0d8;
   border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
   border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
   color: #dff0d8;
   background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
   border-bottom-color: #d6e9c6;
}

.panel-info {
   border-color: #bce8f1;
}

.panel-info > .panel-heading {
   color: #31708f;
   background-color: #d9edf7;
   border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
   border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
   color: #d9edf7;
   background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
   border-bottom-color: #bce8f1;
}

.panel-warning {
   border-color: #faebcc;
}

.panel-warning > .panel-heading {
   color: #8a6d3b;
   background-color: #fcf8e3;
   border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
   border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
   color: #fcf8e3;
   background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
   border-bottom-color: #faebcc;
}

.panel-danger {
   border-color: #ebccd1;
}

.panel-danger > .panel-heading {
   color: #a94442;
   background-color: #f2dede;
   border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
   border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
   color: #f2dede;
   background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
   border-bottom-color: #ebccd1;
}

.embed-responsive {
   position: relative;
   display: block;
   height: 0;
   padding: 0;
   overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   height: 100%;
   width: 100%;
   border: 0;
}

.embed-responsive-16by9 {
   padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
   padding-bottom: 75%;
}

.well {
   min-height: 20px;
   padding: 19px;
   margin-bottom: 20px;
   background-color: #f5f5f5;
   border: 1px solid #e3e3e3;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
   border-color: #ddd;
   border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
   padding: 24px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
}

.well-sm {
   padding: 9px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}

.close {
   float: right;
   font-size: 21px;
   font-weight: 700;
   line-height: 1;
   color: #000;
   text-shadow: 0 1px 0 #fff;
   opacity: 0.2;
   filter: alpha(opacity=20);
}

.close:focus,
.close:hover {
   color: #000;
   text-decoration: none;
   cursor: pointer;
   opacity: 0.5;
   filter: alpha(opacity=50);
}

button.close {
   padding: 0;
   cursor: pointer;
   background: transparent;
   border: 0;
   -webkit-appearance: none;
}

.modal,
.modal-open {
   overflow: hidden;
}

.modal {
   display: none;
   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: translateY(-25%);
   -ms-transform: translateY(-25%);
   -o-transform: translateY(-25%);
   -moz-transform: translateY(-25%);
   transform: translateY(-25%);
   -webkit-transition: -webkit-transform 0.3s ease-out;
   -o-transition: -o-transform 0.3s ease-out;
   transition: -webkit-transform 0.3s ease-out;
   -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
   transition: transform 0.3s ease-out;
   transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
   -webkit-transform: translate(0);
   -ms-transform: translate(0);
   -o-transform: translate(0);
   -moz-transform: translate(0);
   transform: translate(0);
}

.modal-open .modal {
   overflow-x: hidden;
   overflow-y: auto;
}

.modal-dialog {
   position: relative;
   width: auto;
   margin: 10px;
}

.modal-content {
   position: relative;
   border: 1px solid #999;
   border: 1px solid rgba(0, 0, 0, 0.2);
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
   -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
   box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
   -moz-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 screen and (min-width: 768px) {
   .modal-dialog {
      width: 600px;
      margin: 30px auto;
   }

   .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      -moz-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 screen and (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: 400;
   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;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   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 {
   right: 5px;
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
   bottom: 0;
   margin-bottom: -5px;
   border-width: 5px 5px 0;
   border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
   left: 5px;
}

.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: 400;
   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;
   -moz-background-clip: padding-box;
   background-clip: padding-box;
   border: 1px solid #ccc;
   border: 1px solid rgba(0, 0, 0, 0.2);
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
   -moz-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;
   -webkit-border-radius: 5px 5px 0 0;
   -moz-border-radius: 5px 5px 0 0;
   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;
}

.carousel,
.carousel-inner {
   position: relative;
}

.carousel-inner {
   overflow: hidden;
   width: 100%;
}

.carousel-inner > .item {
   display: none;
   position: relative;
   -webkit-transition: left 0.6s ease-in-out;
   -o-transition: 0.6s ease-in-out left;
   -moz-transition: 0.6s ease-in-out left;
   transition: left 0.6s ease-in-out;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
   line-height: 1;
}

@media screen and (-webkit-transform-3d), (transform-3d) {
   .carousel-inner > .item {
      -webkit-transition: -webkit-transform 0.6s ease-in-out;
      -o-transition: -o-transform 0.6s ease-in-out;
      transition: -webkit-transform 0.6s ease-in-out;
      -moz-transition: transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000px;
      -moz-perspective: 1000px;
      perspective: 1000px;
   }

   .carousel-inner > .item.active.right,
   .carousel-inner > .item.next {
      -webkit-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      left: 0;
   }

   .carousel-inner > .item.active.left,
   .carousel-inner > .item.prev {
      -webkit-transform: translate3d(-100%, 0, 0);
      -moz-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      left: 0;
   }

   .carousel-inner > .item.active,
   .carousel-inner > .item.next.left,
   .carousel-inner > .item.prev.right {
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      transform: translateZ(0);
      left: 0;
   }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
   display: block;
}

.carousel-inner > .active {
   left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
   position: absolute;
   top: 0;
   width: 100%;
}

.carousel-inner > .next {
   left: 100%;
}

.carousel-inner > .prev {
   left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
   left: 0;
}

.carousel-inner > .active.left {
   left: -100%;
}

.carousel-inner > .active.right {
   left: 100%;
}

.carousel-control {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   width: 15%;
   opacity: 0.5;
   filter: alpha(opacity=50);
   font-size: 20px;
   color: #fff;
   text-align: center;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
   background-color: transparent;
}

.carousel-control.left {
   background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
   background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
   background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
   background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(0, rgba(0, 0, 0, 0.0001)));
   background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001));
   background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001));
   background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001));
   background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001));
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}

.carousel-control.right {
   left: auto;
   right: 0;
   background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
   background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
   background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
   background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), color-stop(0, rgba(0, 0, 0, 0.5)));
   background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5));
   background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5));
   background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5));
   background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5));
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}

.carousel-control:focus,
.carousel-control:hover {
   outline: 0;
   color: #fff;
   text-decoration: none;
   opacity: 0.9;
   filter: alpha(opacity=90);
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
   position: absolute;
   top: 50%;
   margin-top: -10px;
   z-index: 5;
   display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
   left: 50%;
   margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
   right: 50%;
   margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
   width: 20px;
   height: 20px;
   line-height: 1;
   font-family: serif;
}

.carousel-control .icon-prev:before {
   content: "\2039";
}

.carousel-control .icon-next:before {
   content: "\203a";
}

.carousel-indicators {
   position: absolute;
   bottom: 10px;
   left: 50%;
   z-index: 15;
   width: 60%;
   margin-left: -30%;
   padding-left: 0;
   list-style: none;
   text-align: center;
}

.carousel-indicators li {
   display: inline-block;
   width: 10px;
   height: 10px;
   margin: 1px;
   text-indent: -999px;
   border: 1px solid #fff;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   cursor: pointer;
   background-color: #000 \9;
   background-color: transparent;
}

.carousel-indicators .active {
   margin: 0;
   width: 12px;
   height: 12px;
   background-color: #fff;
}

.carousel-caption {
   position: absolute;
   left: 15%;
   right: 15%;
   bottom: 20px;
   z-index: 10;
   padding-top: 20px;
   padding-bottom: 20px;
   color: #fff;
   text-align: center;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
   text-shadow: none;
}

@media screen and (min-width: 768px) {
   .carousel-control .glyphicon-chevron-left,
   .carousel-control .glyphicon-chevron-right,
   .carousel-control .icon-next,
   .carousel-control .icon-prev {
      width: 30px;
      height: 30px;
      margin-top: -10px;
      font-size: 30px;
   }

   .carousel-control .glyphicon-chevron-left,
   .carousel-control .icon-prev {
      margin-left: -10px;
   }

   .carousel-control .glyphicon-chevron-right,
   .carousel-control .icon-next {
      margin-right: -10px;
   }

   .carousel-caption {
      left: 20%;
      right: 20%;
      padding-bottom: 30px;
   }

   .carousel-indicators {
      bottom: 20px;
   }
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
   content: " ";
   display: table;
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row: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;
}

@-ms-viewport {
   width: device-width;
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
   display: none !important;
}

@media screen and (max-width: 767px) {
   .visible-xs {
      display: block !important;
   }

   table.visible-xs {
      display: table !important;
   }

   tr.visible-xs {
      display: table-row !important;
   }

   td.visible-xs,
   th.visible-xs {
      display: table-cell !important;
   }
}

@media screen and (max-width: 767px) {
   .visible-xs-block {
      display: block !important;
   }
}

@media screen and (max-width: 767px) {
   .visible-xs-inline {
      display: inline !important;
   }
}

@media screen and (max-width: 767px) {
   .visible-xs-inline-block {
      display: inline-block !important;
   }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
   .visible-sm {
      display: block !important;
   }

   table.visible-sm {
      display: table !important;
   }

   tr.visible-sm {
      display: table-row !important;
   }

   td.visible-sm,
   th.visible-sm {
      display: table-cell !important;
   }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
   .visible-sm-block {
      display: block !important;
   }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
   .visible-sm-inline {
      display: inline !important;
   }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
   .visible-sm-inline-block {
      display: inline-block !important;
   }
}

@media screen and (min-width: 992px) and (max-width: 1219px) {
   .visible-md {
      display: block !important;
   }

   table.visible-md {
      display: table !important;
   }

   tr.visible-md {
      display: table-row !important;
   }

   td.visible-md,
   th.visible-md {
      display: table-cell !important;
   }
}

@media screen and (min-width: 992px) and (max-width: 1219px) {
   .visible-md-block {
      display: block !important;
   }
}

@media screen and (min-width: 992px) and (max-width: 1219px) {
   .visible-md-inline {
      display: inline !important;
   }
}

@media screen and (min-width: 992px) and (max-width: 1219px) {
   .visible-md-inline-block {
      display: inline-block !important;
   }
}

@media screen and (min-width: 1220px) {
   .visible-lg {
      display: block !important;
   }

   table.visible-lg {
      display: table !important;
   }

   tr.visible-lg {
      display: table-row !important;
   }

   td.visible-lg,
   th.visible-lg {
      display: table-cell !important;
   }
}

@media screen and (min-width: 1220px) {
   .visible-lg-block {
      display: block !important;
   }
}

@media screen and (min-width: 1220px) {
   .visible-lg-inline {
      display: inline !important;
   }
}

@media screen and (min-width: 1220px) {
   .visible-lg-inline-block {
      display: inline-block !important;
   }
}

@media screen and (max-width: 767px) {
   .hidden-xs {
      display: none !important;
   }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
   .hidden-sm {
      display: none !important;
   }
}

@media screen and (min-width: 992px) and (max-width: 1219px) {
   .hidden-md {
      display: none !important;
   }
}

@media screen and (min-width: 1220px) {
   .hidden-lg {
      display: none !important;
   }
}

.visible-print {
   display: none !important;
}

@media print {
   .visible-print {
      display: block !important;
   }

   table.visible-print {
      display: table !important;
   }

   tr.visible-print {
      display: table-row !important;
   }

   td.visible-print,
   th.visible-print {
      display: table-cell !important;
   }
}

.visible-print-block {
   display: none !important;
}

@media print {
   .visible-print-block {
      display: block !important;
   }
}

.visible-print-inline {
   display: none !important;
}

@media print {
   .visible-print-inline {
      display: inline !important;
   }
}

.visible-print-inline-block {
   display: none !important;
}

@media print {
   .visible-print-inline-block {
      display: inline-block !important;
   }
}

@media print {
   .hidden-print {
      display: none !important;
   }

   .container {
      width: 91% !important;
      max-width: none !important;
      margin: 0;
   }

   .cart__main-info__leftside__image--big > div {
      display: none;
   }

   .cart__main-info__leftside__image--big > div:first-child {
      display: block;
   }

   /*.similar__products__item, .cabel-lines__items__item {width: 20% !important;}*/
   #bx-panel {
      display: none !important;
   }

   * {
      -webkit-print-color-adjust: exact !important; /*Chrome, Safari */
      color-adjust: exact !important; /*Firefox*/
   }

   .collapse {
      display: block;
   }

   .tab__mobile__content {
      display: block;
   }
}

@media print {
   .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%;
   }

   .visible-xs {
      display: none !important;
   }

   .hidden-xs {
      display: block !important;
   }

   table.hidden-xs {
      display: table;
   }

   tr.hidden-xs {
      display: table-row !important;
   }

   th.hidden-xs,
   td.hidden-xs {
      display: table-cell !important;
   }

   .hidden-xs.hidden-print {
      display: none !important;
   }

   .hidden-sm {
      display: none !important;
   }

   .visible-sm {
      display: block !important;
   }

   table.visible-sm {
      display: table;
   }

   tr.visible-sm {
      display: table-row !important;
   }

   th.visible-sm,
   td.visible-sm {
      display: table-cell !important;
   }
}

.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active {
   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-danger.disabled,
.btn-danger[disabled],
.btn-default.disabled,
.btn-default[disabled],
.btn-info.disabled,
.btn-info[disabled],
.btn-primary.disabled,
.btn-primary[disabled],
.btn-success.disabled,
.btn-success[disabled],
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-warning {
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
}

.btn-danger .badge,
.btn-default .badge,
.btn-info .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-warning .badge {
   text-shadow: none;
}

.btn.active,
.btn:active {
   background-image: none;
}

.btn-default {
   background-image: -webkit-linear-gradient(top, #fff, #e0e0e0);
   background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0, #e0e0e0));
   background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0);
   background-image: -moz-linear-gradient(top, #fff 0, #e0e0e0);
   background-image: -o-linear-gradient(top, #fff 0, #e0e0e0);
   background-image: linear-gradient(180deg, #fff 0, #e0e0e0);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe0e0e0", GradientType=0);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
   background-repeat: repeat-x;
   border-color: #dbdbdb;
   text-shadow: 0 1px 0 #fff;
   border-color: #ccc;
}

.btn-default:focus,
.btn-default:hover {
   background-color: #e0e0e0;
   background-position: 0 -15px;
}

.btn-default.active,
.btn-default:active {
   background-color: #e0e0e0;
   border-color: #dbdbdb;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
   background-color: #e0e0e0;
   background-image: none;
}

.btn-primary {
   background-image: -webkit-linear-gradient(top, #337ab7, #265a88);
   background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), color-stop(0, #265a88));
   background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88);
   background-image: -moz-linear-gradient(top, #337ab7 0, #265a88);
   background-image: -o-linear-gradient(top, #337ab7 0, #265a88);
   background-image: linear-gradient(180deg, #337ab7 0, #265a88);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff265a88", GradientType=0);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
   background-repeat: repeat-x;
   border-color: #245580;
}

.btn-primary:focus,
.btn-primary:hover {
   background-color: #265a88;
   background-position: 0 -15px;
}

.btn-primary.active,
.btn-primary:active {
   background-color: #265a88;
   border-color: #245580;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
   background-color: #265a88;
   background-image: none;
}

.btn-success {
   background-image: -webkit-linear-gradient(top, #5cb85c, #419641);
   background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), color-stop(0, #419641));
   background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641);
   background-image: -moz-linear-gradient(top, #5cb85c 0, #419641);
   background-image: -o-linear-gradient(top, #5cb85c 0, #419641);
   background-image: linear-gradient(180deg, #5cb85c 0, #419641);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c", endColorstr="#ff419641", GradientType=0);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
   background-repeat: repeat-x;
   border-color: #3e8f3e;
}

.btn-success:focus,
.btn-success:hover {
   background-color: #419641;
   background-position: 0 -15px;
}

.btn-success.active,
.btn-success:active {
   background-color: #419641;
   border-color: #3e8f3e;
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
   background-color: #419641;
   background-image: none;
}

.btn-info {
   background-image: -webkit-linear-gradient(top, #5bc0de, #2aabd2);
   background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), color-stop(0, #2aabd2));
   background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2);
   background-image: -moz-linear-gradient(top, #5bc0de 0, #2aabd2);
   background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2);
   background-image: linear-gradient(180deg, #5bc0de 0, #2aabd2);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de", endColorstr="#ff2aabd2", GradientType=0);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
   background-repeat: repeat-x;
   border-color: #28a4c9;
}

.btn-info:focus,
.btn-info:hover {
   background-color: #2aabd2;
   background-position: 0 -15px;
}

.btn-info.active,
.btn-info:active {
   background-color: #2aabd2;
   border-color: #28a4c9;
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
   background-color: #2aabd2;
   background-image: none;
}

.btn-warning {
   background-image: -webkit-linear-gradient(top, #f0ad4e, #eb9316);
   background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), color-stop(0, #eb9316));
   background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316);
   background-image: -moz-linear-gradient(top, #f0ad4e 0, #eb9316);
   background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316);
   background-image: linear-gradient(180deg, #f0ad4e 0, #eb9316);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e", endColorstr="#ffeb9316", GradientType=0);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
   background-repeat: repeat-x;
   border-color: #e38d13;
}

.btn-warning:focus,
.btn-warning:hover {
   background-color: #eb9316;
   background-position: 0 -15px;
}

.btn-warning.active,
.btn-warning:active {
   background-color: #eb9316;
   border-color: #e38d13;
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
   background-color: #eb9316;
   background-image: none;
}

.btn-danger {
   background-image: -webkit-linear-gradient(top, #d9534f, #c12e2a);
   background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), color-stop(0, #c12e2a));
   background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a);
   background-image: -moz-linear-gradient(top, #d9534f 0, #c12e2a);
   background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a);
   background-image: linear-gradient(180deg, #d9534f 0, #c12e2a);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f", endColorstr="#ffc12e2a", GradientType=0);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
   background-repeat: repeat-x;
   border-color: #b92c28;
}

.btn-danger:focus,
.btn-danger:hover {
   background-color: #c12e2a;
   background-position: 0 -15px;
}

.btn-danger.active,
.btn-danger:active {
   background-color: #c12e2a;
   border-color: #b92c28;
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
   background-color: #c12e2a;
   background-image: none;
}

.img-thumbnail,
.thumbnail {
   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
   background-image: -webkit-linear-gradient(top, #f5f5f5, #e8e8e8);
   background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), color-stop(0, #e8e8e8));
   background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8);
   background-image: -moz-linear-gradient(top, #f5f5f5 0, #e8e8e8);
   background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8);
   background-image: linear-gradient(180deg, #f5f5f5 0, #e8e8e8);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#ffe8e8e8", GradientType=0);
   background-color: #e8e8e8;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
   background-image: -webkit-linear-gradient(top, #337ab7, #2e6da4);
   background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), color-stop(0, #2e6da4));
   background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4);
   background-image: -moz-linear-gradient(top, #337ab7 0, #2e6da4);
   background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4);
   background-image: linear-gradient(180deg, #337ab7 0, #2e6da4);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
   background-color: #2e6da4;
}

.navbar-default {
   background-image: -webkit-linear-gradient(top, #fff, #f8f8f8);
   background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0, #f8f8f8));
   background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8);
   background-image: -moz-linear-gradient(top, #fff 0, #f8f8f8);
   background-image: -o-linear-gradient(top, #fff 0, #f8f8f8);
   background-image: linear-gradient(180deg, #fff 0, #f8f8f8);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#fff8f8f8", GradientType=0);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
   background-image: -webkit-linear-gradient(top, #dbdbdb, #e2e2e2);
   background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), color-stop(0, #e2e2e2));
   background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2);
   background-image: -moz-linear-gradient(top, #dbdbdb 0, #e2e2e2);
   background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2);
   background-image: linear-gradient(180deg, #dbdbdb 0, #e2e2e2);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdbdbdb", endColorstr="#ffe2e2e2", GradientType=0);
   -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.navbar-brand,
.navbar-nav > li > a {
   text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.25);
}

.navbar-inverse {
   background-image: -webkit-linear-gradient(top, #3c3c3c, #222);
   background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), color-stop(0, #222));
   background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222);
   background-image: -moz-linear-gradient(top, #3c3c3c 0, #222);
   background-image: -o-linear-gradient(top, #3c3c3c 0, #222);
   background-image: linear-gradient(180deg, #3c3c3c 0, #222);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3c3c3c", endColorstr="#ff222222", GradientType=0);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a {
   background-image: -webkit-linear-gradient(top, #080808, #0f0f0f);
   background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), color-stop(0, #0f0f0f));
   background-image: -webkit-linear-gradient(top, #080808 0, #0f0f0f);
   background-image: -moz-linear-gradient(top, #080808 0, #0f0f0f);
   background-image: -o-linear-gradient(top, #080808 0, #0f0f0f);
   background-image: linear-gradient(180deg, #080808 0, #0f0f0f);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff080808", endColorstr="#ff0f0f0f", GradientType=0);
   -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
   -moz-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
   box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-fixed-bottom,
.navbar-fixed-top,
.navbar-static-top {
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
}

@media screen and (max-width: 767px) {
   .navbar .navbar-nav .open .dropdown-menu > .active > a,
   .navbar .navbar-nav .open .dropdown-menu > .active > a:focus,
   .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
      color: #fff;
      background-image: -webkit-linear-gradient(top, #337ab7, #2e6da4);
      background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
      background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), color-stop(0, #2e6da4));
      background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4);
      background-image: -moz-linear-gradient(top, #337ab7 0, #2e6da4);
      background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4);
      background-image: linear-gradient(180deg, #337ab7 0, #2e6da4);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
   }
}

.alert {
   text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.2);
   -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
   box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
   background-image: -webkit-linear-gradient(top, #dff0d8, #c8e5bc);
   background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), color-stop(0, #c8e5bc));
   background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc);
   background-image: -moz-linear-gradient(top, #dff0d8 0, #c8e5bc);
   background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc);
   background-image: linear-gradient(180deg, #dff0d8 0, #c8e5bc);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8", endColorstr="#ffc8e5bc", GradientType=0);
   border-color: #b2dba1;
}

.alert-info {
   background-image: -webkit-linear-gradient(top, #d9edf7, #b9def0);
   background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), color-stop(0, #b9def0));
   background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0);
   background-image: -moz-linear-gradient(top, #d9edf7 0, #b9def0);
   background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0);
   background-image: linear-gradient(180deg, #d9edf7 0, #b9def0);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7", endColorstr="#ffb9def0", GradientType=0);
   border-color: #9acfea;
}

.alert-warning {
   background-image: -webkit-linear-gradient(top, #fcf8e3, #f8efc0);
   background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), color-stop(0, #f8efc0));
   background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0);
   background-image: -moz-linear-gradient(top, #fcf8e3 0, #f8efc0);
   background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0);
   background-image: linear-gradient(180deg, #fcf8e3 0, #f8efc0);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3", endColorstr="#fff8efc0", GradientType=0);
   border-color: #f5e79e;
}

.alert-danger {
   background-image: -webkit-linear-gradient(top, #f2dede, #e7c3c3);
   background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), color-stop(0, #e7c3c3));
   background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3);
   background-image: -moz-linear-gradient(top, #f2dede 0, #e7c3c3);
   background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3);
   background-image: linear-gradient(180deg, #f2dede 0, #e7c3c3);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede", endColorstr="#ffe7c3c3", GradientType=0);
   border-color: #dca7a7;
}

.alert-danger,
.progress {
   background-repeat: repeat-x;
}

.progress {
   background-image: -webkit-linear-gradient(top, #ebebeb, #f5f5f5);
   background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), color-stop(0, #f5f5f5));
   background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5);
   background-image: -moz-linear-gradient(top, #ebebeb 0, #f5f5f5);
   background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5);
   background-image: linear-gradient(180deg, #ebebeb 0, #f5f5f5);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffebebeb", endColorstr="#fff5f5f5", GradientType=0);
}

.progress-bar {
   background-image: -webkit-linear-gradient(top, #337ab7, #286090);
   background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), color-stop(0, #286090));
   background-image: -webkit-linear-gradient(top, #337ab7 0, #286090);
   background-image: -moz-linear-gradient(top, #337ab7 0, #286090);
   background-image: -o-linear-gradient(top, #337ab7 0, #286090);
   background-image: linear-gradient(180deg, #337ab7 0, #286090);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff286090", GradientType=0);
}

.progress-bar-success {
   background-image: -webkit-linear-gradient(top, #5cb85c, #449d44);
   background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), color-stop(0, #449d44));
   background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44);
   background-image: -moz-linear-gradient(top, #5cb85c 0, #449d44);
   background-image: -o-linear-gradient(top, #5cb85c 0, #449d44);
   background-image: linear-gradient(180deg, #5cb85c 0, #449d44);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c", endColorstr="#ff449d44", GradientType=0);
}

.progress-bar-info {
   background-image: -webkit-linear-gradient(top, #5bc0de, #31b0d5);
   background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), color-stop(0, #31b0d5));
   background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5);
   background-image: -moz-linear-gradient(top, #5bc0de 0, #31b0d5);
   background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5);
   background-image: linear-gradient(180deg, #5bc0de 0, #31b0d5);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de", endColorstr="#ff31b0d5", GradientType=0);
}

.progress-bar-warning {
   background-image: -webkit-linear-gradient(top, #f0ad4e, #ec971f);
   background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), color-stop(0, #ec971f));
   background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f);
   background-image: -moz-linear-gradient(top, #f0ad4e 0, #ec971f);
   background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f);
   background-image: linear-gradient(180deg, #f0ad4e 0, #ec971f);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e", endColorstr="#ffec971f", GradientType=0);
}

.progress-bar-danger {
   background-image: -webkit-linear-gradient(top, #d9534f, #c9302c);
   background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), color-stop(0, #c9302c));
   background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c);
   background-image: -moz-linear-gradient(top, #d9534f 0, #c9302c);
   background-image: -o-linear-gradient(top, #d9534f 0, #c9302c);
   background-image: linear-gradient(180deg, #d9534f 0, #c9302c);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f", endColorstr="#ffc9302c", GradientType=0);
}

.progress-bar-striped {
   background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
   background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, 0.15) 50%, hsla(0, 0%, 100%, 0.15) 75%, transparent 75%, transparent);
   background-image: -moz-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
   background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
   background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}

.list-group {
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
   text-shadow: 0 -1px 0 #286090;
   background-image: -webkit-linear-gradient(top, #337ab7, #2b669a);
   background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), color-stop(0, #2b669a));
   background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a);
   background-image: -moz-linear-gradient(top, #337ab7 0, #2b669a);
   background-image: -o-linear-gradient(top, #337ab7 0, #2b669a);
   background-image: linear-gradient(180deg, #337ab7 0, #2b669a);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2b669a", GradientType=0);
   border-color: #2b669a;
}

.list-group-item.active .badge,
.list-group-item.active:focus .badge,
.list-group-item.active:hover .badge {
   text-shadow: none;
}

.panel {
   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
   background-image: -webkit-linear-gradient(top, #f5f5f5, #e8e8e8);
   background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), color-stop(0, #e8e8e8));
   background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8);
   background-image: -moz-linear-gradient(top, #f5f5f5 0, #e8e8e8);
   background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8);
   background-image: linear-gradient(180deg, #f5f5f5 0, #e8e8e8);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#ffe8e8e8", GradientType=0);
}

.panel-primary > .panel-heading {
   background-image: -webkit-linear-gradient(top, #337ab7, #2e6da4);
   background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), color-stop(0, #2e6da4));
   background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4);
   background-image: -moz-linear-gradient(top, #337ab7 0, #2e6da4);
   background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4);
   background-image: linear-gradient(180deg, #337ab7 0, #2e6da4);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
}

.panel-success > .panel-heading {
   background-image: -webkit-linear-gradient(top, #dff0d8, #d0e9c6);
   background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), color-stop(0, #d0e9c6));
   background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6);
   background-image: -moz-linear-gradient(top, #dff0d8 0, #d0e9c6);
   background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6);
   background-image: linear-gradient(180deg, #dff0d8 0, #d0e9c6);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8", endColorstr="#ffd0e9c6", GradientType=0);
}

.panel-info > .panel-heading {
   background-image: -webkit-linear-gradient(top, #d9edf7, #c4e3f3);
   background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), color-stop(0, #c4e3f3));
   background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3);
   background-image: -moz-linear-gradient(top, #d9edf7 0, #c4e3f3);
   background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3);
   background-image: linear-gradient(180deg, #d9edf7 0, #c4e3f3);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7", endColorstr="#ffc4e3f3", GradientType=0);
}

.panel-warning > .panel-heading {
   background-image: -webkit-linear-gradient(top, #fcf8e3, #faf2cc);
   background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), color-stop(0, #faf2cc));
   background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc);
   background-image: -moz-linear-gradient(top, #fcf8e3 0, #faf2cc);
   background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc);
   background-image: linear-gradient(180deg, #fcf8e3 0, #faf2cc);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3", endColorstr="#fffaf2cc", GradientType=0);
}

.panel-danger > .panel-heading {
   background-image: -webkit-linear-gradient(top, #f2dede, #ebcccc);
   background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), color-stop(0, #ebcccc));
   background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc);
   background-image: -moz-linear-gradient(top, #f2dede 0, #ebcccc);
   background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc);
   background-image: linear-gradient(180deg, #f2dede 0, #ebcccc);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede", endColorstr="#ffebcccc", GradientType=0);
}

.well {
   background-image: -webkit-linear-gradient(top, #e8e8e8, #f5f5f5);
   background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
   background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), color-stop(0, #f5f5f5));
   background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5);
   background-image: -moz-linear-gradient(top, #e8e8e8 0, #f5f5f5);
   background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5);
   background-image: linear-gradient(180deg, #e8e8e8 0, #f5f5f5);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe8e8e8", endColorstr="#fff5f5f5", GradientType=0);
   border-color: #dcdcdc;
   -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 hsla(0, 0%, 100%, 0.1);
   -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 hsla(0, 0%, 100%, 0.1);
   box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 hsla(0, 0%, 100%, 0.1);
}

.mCustomScrollbar {
   -ms-touch-action: pinch-zoom;
   touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
   -ms-touch-action: auto;
   touch-action: auto;
}

.mCustomScrollBox {
   position: relative;
   overflow: hidden;
   height: 100%;
   max-width: 100%;
   outline: none;
   direction: ltr;
}

.mCSB_container {
   overflow: hidden;
   width: auto;
   height: auto;
}

.mCSB_inside > .mCSB_container {
   margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
   margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
   margin-right: 0;
   margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
   margin-left: 0;
}

.mCSB_scrollTools {
   position: absolute;
   width: 16px;
   height: auto;
   left: auto;
   top: 0;
   right: 0;
   bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
   right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
   right: auto;
   left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
   left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
   margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
   width: 2px;
   height: 100%;
   margin: 0 auto;
   -webkit-border-radius: 16px;
   -moz-border-radius: 16px;
   border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
   cursor: pointer;
   width: 100%;
   height: 30px;
   z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   position: relative;
   width: 4px;
   height: 100%;
   margin: 0 auto;
   -webkit-border-radius: 16px;
   -moz-border-radius: 16px;
   border-radius: 16px;
   text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
   width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
   width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
   display: block;
   position: absolute;
   height: 20px;
   width: 100%;
   overflow: hidden;
   margin: 0 auto;
   cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
   bottom: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
   margin-right: 0;
   margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
   min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
   margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
   width: auto;
   height: 16px;
   top: auto;
   right: 0;
   bottom: 0;
   left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
   bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
   margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
   width: 100%;
   height: 2px;
   margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
   width: 30px;
   height: 100%;
   left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
   width: 100%;
   height: 4px;
   margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
   height: 12px;
   margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
   height: 8px;
   margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
   display: block;
   position: absolute;
   width: 20px;
   height: 100%;
   overflow: hidden;
   margin: 0 auto;
   cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
   left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
   right: 0;
}

.mCSB_container_wrapper {
   position: absolute;
   height: auto;
   width: auto;
   overflow: hidden;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   margin-right: 30px;
   margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
   padding-right: 30px;
   padding-bottom: 30px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
   bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
   right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
   bottom: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
   right: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
   left: 20px;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
   left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
   margin-right: 0;
   margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
   padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
   padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
   margin-right: 0;
   margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
   margin-bottom: 0;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
   -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
   -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
   transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
   -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out,
      background-color 0.2s ease-in-out;
   -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out,
      background-color 0.2s ease-in-out;
   -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out,
      background-color 0.2s ease-in-out;
   transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out,
      background-color 0.2s ease-in-out;
}

.mCSB_scrollTools {
   opacity: 0.75;
   filter: "alpha(opacity=75)";
   -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
   opacity: 0;
   filter: "alpha(opacity=0)";
   -ms-filter: "alpha(opacity=0)";
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools {
   opacity: 1;
   filter: "alpha(opacity=100)";
   -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.4);
   filter: "alpha(opacity=40)";
   -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-color: #fff;
   background-color: hsla(0, 0%, 100%, 0.75);
   filter: "alpha(opacity=75)";
   -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #fff;
   background-color: hsla(0, 0%, 100%, 0.85);
   filter: "alpha(opacity=85)";
   -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
   background-color: #fff;
   background-color: hsla(0, 0%, 100%, 0.9);
   filter: "alpha(opacity=90)";
   -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
   background-image: url(/local/templates/main/mCSB_buttons.png);
   background-repeat: no-repeat;
   opacity: 0.4;
   filter: "alpha(opacity=40)";
   -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
   background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
   background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
   background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
   opacity: 0.75;
   filter: "alpha(opacity=75)";
   -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
   opacity: 0.9;
   filter: "alpha(opacity=90)";
   -ms-filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
   background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -80px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
   width: 4px;
   background-color: #fff;
   background-color: hsla(0, 0%, 100%, 0.1);
   -webkit-border-radius: 1px;
   -moz-border-radius: 1px;
   border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   width: 4px;
   background-color: #fff;
   background-color: hsla(0, 0%, 100%, 0.75);
   -webkit-border-radius: 1px;
   -moz-border-radius: 1px;
   border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
   width: 100%;
   height: 4px;
   margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #fff;
   background-color: hsla(0, 0%, 100%, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
   background-color: #fff;
   background-color: hsla(0, 0%, 100%, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.1);
   -webkit-border-radius: 1px;
   -moz-border-radius: 1px;
   border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.75);
   -webkit-border-radius: 1px;
   -moz-border-radius: 1px;
   border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -120px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
   width: 4px;
   background-color: #fff;
   background-color: hsla(0, 0%, 100%, 0.1);
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   width: 6px;
   background-color: #fff;
   background-color: hsla(0, 0%, 100%, 0.75);
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
   width: 100%;
   height: 4px;
   margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
   width: 100%;
   height: 6px;
   margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #fff;
   background-color: hsla(0, 0%, 100%, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
   background-color: #fff;
   background-color: hsla(0, 0%, 100%, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.1);
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.75);
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #fff;
   background-color: hsla(0, 0%, 100%, 0.1);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
   width: 100%;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
   width: 100%;
   height: 2px;
   margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #fff;
   background-color: hsla(0, 0%, 100%, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
   height: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   width: 14px;
   margin: 0 1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
   width: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
   height: 14px;
   margin: 1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
   width: 16px;
   height: 16px;
   margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
   width: 4px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
   height: 16px;
   width: 16px;
   margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
   height: 4px;
   margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
   background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
   background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
   background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -80px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
   width: 4px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
   background-color: transparent;
   background-position: 50%;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
   background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
   background-repeat: repeat-y;
   opacity: 0.3;
   filter: "alpha(opacity=30)";
   -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
   height: 4px;
   margin: 6px 0;
   background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
   background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -100px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-repeat: repeat-y;
   background-image: -moz-linear-gradient(left, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0) 100%);
   background-image: -webkit-gradient(linear, left top, right top, color-stop(0, hsla(0, 0%, 100%, 0.5)), color-stop(100%, hsla(0, 0%, 100%, 0)));
   background-image: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0));
   background-image: -o-linear-gradient(left, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0) 100%);
   background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.5)), color-stop(0, hsla(0, 0%, 100%, 0)));
   background-image: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0));
   background-image: -moz-linear-gradient(left, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0));
   background-image: -o-linear-gradient(left, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0));
   background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0));
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
   background-repeat: repeat-x;
   background-image: -moz-linear-gradient(top, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0) 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, hsla(0, 0%, 100%, 0.5)), color-stop(100%, hsla(0, 0%, 100%, 0)));
   background-image: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0));
   background-image: -o-linear-gradient(top, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0) 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), color-stop(0, hsla(0, 0%, 100%, 0)));
   background-image: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0));
   background-image: -moz-linear-gradient(top, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0));
   background-image: -o-linear-gradient(top, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0));
   background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0));
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
   height: 70px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
   width: 70px;
}

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
   opacity: 1;
   filter: "alpha(opacity=30)";
   -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
   -webkit-border-radius: 16px;
   -moz-border-radius: 16px;
   border-radius: 16px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
   width: 8px;
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px hsla(0, 0%, 100%, 0.2);
   -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px hsla(0, 0%, 100%, 0.2);
   box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px hsla(0, 0%, 100%, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #555;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   width: 8px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
   width: 100%;
   height: 8px;
   margin: 4px 0;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px hsla(0, 0%, 100%, 0.2);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px hsla(0, 0%, 100%, 0.2);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px hsla(0, 0%, 100%, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
   width: 100%;
   height: 8px;
   margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
   box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -120px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
   opacity: 1;
   filter: "alpha(opacity=30)";
   -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
   right: 1px;
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
   -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
   -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
   box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
   bottom: 1px;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   -webkit-box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.4);
   -moz-box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.4);
   box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.4);
   width: 12px;
   margin: 2px;
   position: absolute;
   height: auto;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
   -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4);
   -moz-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4);
   box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #555;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
   height: 12px;
   width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.05);
   -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
   box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
   background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
   -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
   box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   -webkit-box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
   -moz-box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
   box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
   -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
   -moz-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
   box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
   background-color: #fff;
   background-color: rgba(0, 0, 0, 0.05);
   -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
   box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
   background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -120px -128px;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
   right: 0;
   margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
   bottom: 0;
   margin: 0 12px;
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
   left: 0;
   right: auto;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
   background-color: transparent;
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
   height: 50px;
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
   width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-color: #fff;
   background-color: hsla(0, 0%, 100%, 0.2);
   filter: "alpha(opacity=20)";
   -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
   background-color: #fff;
   background-color: hsla(0, 0%, 100%, 0.5);
   filter: "alpha(opacity=50)";
   -ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.2);
   filter: "alpha(opacity=20)";
   -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.5);
   filter: "alpha(opacity=50)";
   -ms-filter: "alpha(opacity=50)";
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
   width: 6px;
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.2);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   width: 6px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
   width: 100%;
   height: 6px;
   margin: 5px 0;
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
   width: 12px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
   height: 12px;
   margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
   width: 12px;
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   width: 6px;
   margin: 3px 5px;
   position: absolute;
   height: auto;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
   height: 6px;
   margin: 5px 3px;
   position: absolute;
   width: auto;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
   width: 100%;
   height: 12px;
   margin: 2px 0;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -32px -72px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -32px -92px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -40px -112px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -40px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -112px -72px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -112px -92px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -120px -112px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
   background-color: transparent;
   border-color: #fff;
   border: 1px solid hsla(0, 0%, 100%, 0.2);
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
   border-color: #000;
   border-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #fff;
   background-color: hsla(0, 0%, 100%, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
   background-color: #000;
   background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-color: #fff;
   background-color: hsla(0, 0%, 100%, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #fff;
   background-color: hsla(0, 0%, 100%, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
   background-color: #fff;
   background-color: hsla(0, 0%, 100%, 0.9);
}

.select2-container {
   display: inline-block;
   margin: 0;
   position: relative;
   vertical-align: middle;
}

.select2-container,
.select2-container .select2-selection--single {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.select2-container .select2-selection--single {
   cursor: pointer;
   display: block;
   height: 28px;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
   display: block;
   padding-left: 8px;
   padding-right: 20px;
   overflow: hidden;
   -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
   white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
   position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
   padding-right: 8px;
   padding-left: 20px;
}

.select2-container .select2-selection--multiple {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   display: block;
   min-height: 32px;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
   display: inline-block;
   overflow: hidden;
   padding-left: 8px;
   -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
   white-space: nowrap;
}

.select2-container .select2-search--inline {
   float: left;
}

.select2-container .select2-search--inline .select2-search__field {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   border: none;
   font-size: 100%;
   margin-top: 5px;
   padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
   -webkit-appearance: none;
}

.select2-dropdown {
   background-color: #fff;
   border: 1px solid #aaa;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   display: block;
   position: absolute;
   left: -100000px;
   width: 100%;
   z-index: 1051;
}

.select2-results {
   display: block;
}

.select2-results__options {
   list-style: none;
   margin: 0;
   padding: 0;
}

.select2-results__option {
   padding: 6px;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
   cursor: pointer;
}

.select2-container--open .select2-dropdown {
   left: 0;
}

.select2-container--open .select2-dropdown--above {
   border-bottom: none;
   -webkit-border-bottom-left-radius: 0;
   -moz-border-radius-bottomleft: 0;
   border-bottom-left-radius: 0;
   -webkit-border-bottom-right-radius: 0;
   -moz-border-radius-bottomright: 0;
   border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
   border-top: none;
   -webkit-border-top-left-radius: 0;
   -moz-border-radius-topleft: 0;
   border-top-left-radius: 0;
   -webkit-border-top-right-radius: 0;
   -moz-border-radius-topright: 0;
   border-top-right-radius: 0;
}

.select2-search--dropdown {
   display: block;
   padding: 4px;
}

.select2-search--dropdown .select2-search__field {
   padding: 4px;
   width: 100%;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
   -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
   display: none;
}

.select2-close-mask {
   border: 0;
   margin: 0;
   padding: 0;
   display: block;
   position: fixed;
   left: 0;
   top: 0;
   min-height: 100%;
   min-width: 100%;
   height: auto;
   width: auto;
   opacity: 0;
   z-index: 99;
   background-color: #fff;
   filter: alpha(opacity=0);
}

.select2-hidden-accessible {
   border: 0 !important;
   clip: rect(0 0 0 0) !important;
   height: 1px !important;
   margin: -1px !important;
   overflow: hidden !important;
   padding: 0 !important;
   position: absolute !important;
   width: 1px !important;
}

.select2-container--default .select2-selection--single {
   background-color: #fff;
   border: 1px solid #aaa;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
   color: #444;
   line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
   cursor: pointer;
   float: right;
   font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
   color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
   height: 26px;
   top: 1px;
   right: 1px;
   width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
   border-color: #888 transparent transparent;
   border-style: solid;
   border-width: 5px 4px 0;
   height: 0;
   left: 50%;
   margin-left: -4px;
   margin-top: -2px;
   position: absolute;
   top: 50%;
   width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
   float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
   left: 1px;
   right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
   background-color: #eee;
   cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
   display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
   border-color: transparent transparent #888;
   border-width: 0 4px 5px;
}

.select2-container--default .select2-selection--multiple {
   background-color: #fff;
   border: 1px solid #aaa;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   list-style: none;
   margin: 0;
   padding: 0 5px;
   width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
   list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
   color: #999;
   margin-top: 5px;
   float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
   cursor: pointer;
   float: right;
   font-weight: 700;
   margin-top: 5px;
   margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
   background-color: #e4e4e4;
   border: 1px solid #aaa;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   cursor: default;
   float: left;
   margin-right: 5px;
   margin-top: 5px;
   padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
   color: #999;
   cursor: pointer;
   display: inline-block;
   font-weight: 700;
   margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
   color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
   float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
   margin-left: 5px;
   margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
   margin-left: 2px;
   margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
   border: 1px solid #000;
   outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
   background-color: #eee;
   cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
   display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
   -webkit-border-top-left-radius: 0;
   -moz-border-radius-topleft: 0;
   border-top-left-radius: 0;
   -webkit-border-top-right-radius: 0;
   -moz-border-radius-topright: 0;
   border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
   -webkit-border-bottom-left-radius: 0;
   -moz-border-radius-bottomleft: 0;
   border-bottom-left-radius: 0;
   -webkit-border-bottom-right-radius: 0;
   -moz-border-radius-bottomright: 0;
   border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
   border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
   background: transparent;
   border: none;
   outline: 0;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
   max-height: 200px;
   overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
   padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
   color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
   background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
   padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
   padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
   margin-left: -1em;
   padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
   margin-left: -2em;
   padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
   margin-left: -3em;
   padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
   margin-left: -4em;
   padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
   margin-left: -5em;
   padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
   background-color: #5897fb;
   color: #fff;
}

.select2-container--default .select2-results__group {
   cursor: default;
   display: block;
   padding: 6px;
}

.select2-container--classic .select2-selection--single {
   background-color: #f7f7f7;
   border: 1px solid #aaa;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   outline: 0;
   background-image: -webkit-linear-gradient(top, #fff 50%, #eee);
   background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #eee));
   background-image: -moz-linear-gradient(top, #fff 50%, #eee);
   background-image: -o-linear-gradient(top, #fff 50%, #eee);
   background-image: linear-gradient(180deg, #fff 50%, #eee);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
   border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
   color: #444;
   line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
   cursor: pointer;
   float: right;
   font-weight: 700;
   margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
   color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
   background-color: #ddd;
   border: none;
   border-left: 1px solid #aaa;
   -webkit-border-top-right-radius: 4px;
   -moz-border-radius-topright: 4px;
   border-top-right-radius: 4px;
   -webkit-border-bottom-right-radius: 4px;
   -moz-border-radius-bottomright: 4px;
   border-bottom-right-radius: 4px;
   height: 26px;
   position: absolute;
   top: 1px;
   right: 1px;
   width: 20px;
   background-image: -webkit-linear-gradient(top, #eee 50%, #ccc);
   background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), color-stop(50%, #ccc));
   background-image: -moz-linear-gradient(top, #eee 50%, #ccc);
   background-image: -o-linear-gradient(top, #eee 50%, #ccc);
   background-image: linear-gradient(180deg, #eee 50%, #ccc);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
   border-color: #888 transparent transparent;
   border-style: solid;
   border-width: 5px 4px 0;
   height: 0;
   left: 50%;
   margin-left: -4px;
   margin-top: -2px;
   position: absolute;
   top: 50%;
   width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
   float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
   border: none;
   border-right: 1px solid #aaa;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
   -webkit-border-top-left-radius: 4px;
   -moz-border-radius-topleft: 4px;
   border-top-left-radius: 4px;
   -webkit-border-bottom-left-radius: 4px;
   -moz-border-radius-bottomleft: 4px;
   border-bottom-left-radius: 4px;
   left: 1px;
   right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
   border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
   background: transparent;
   border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
   border-color: transparent transparent #888;
   border-width: 0 4px 5px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
   border-top: none;
   -webkit-border-top-left-radius: 0;
   -moz-border-radius-topleft: 0;
   border-top-left-radius: 0;
   -webkit-border-top-right-radius: 0;
   -moz-border-radius-topright: 0;
   border-top-right-radius: 0;
   background-image: -webkit-linear-gradient(top, #fff, #eee 50%);
   background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
   background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
   background-image: -moz-linear-gradient(top, #fff 0, #eee 50%);
   background-image: linear-gradient(180deg, #fff 0, #eee 50%);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
   border-bottom: none;
   -webkit-border-bottom-left-radius: 0;
   -moz-border-radius-bottomleft: 0;
   border-bottom-left-radius: 0;
   -webkit-border-bottom-right-radius: 0;
   -moz-border-radius-bottomright: 0;
   border-bottom-right-radius: 0;
   background-image: -webkit-linear-gradient(top, #eee 50%, #fff);
   background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), color-stop(50%, #fff));
   background-image: -moz-linear-gradient(top, #eee 50%, #fff);
   background-image: -o-linear-gradient(top, #eee 50%, #fff);
   background-image: linear-gradient(180deg, #eee 50%, #fff);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
   background-color: #fff;
   border: 1px solid #aaa;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   cursor: text;
   outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
   border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
   list-style: none;
   margin: 0;
   padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
   display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
   background-color: #e4e4e4;
   border: 1px solid #aaa;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   cursor: default;
   float: left;
   margin-right: 5px;
   margin-top: 5px;
   padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
   color: #888;
   cursor: pointer;
   display: inline-block;
   font-weight: 700;
   margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
   color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
   float: right;
   margin-left: 5px;
   margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
   margin-left: 2px;
   margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
   border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
   border-top: none;
   -webkit-border-top-left-radius: 0;
   -moz-border-radius-topleft: 0;
   border-top-left-radius: 0;
   -webkit-border-top-right-radius: 0;
   -moz-border-radius-topright: 0;
   border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
   border-bottom: none;
   -webkit-border-bottom-left-radius: 0;
   -moz-border-radius-bottomleft: 0;
   border-bottom-left-radius: 0;
   -webkit-border-bottom-right-radius: 0;
   -moz-border-radius-bottomright: 0;
   border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
   border: 1px solid #aaa;
   outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
   outline: 0;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
}

.select2-container--classic .select2-dropdown {
   background-color: #fff;
   border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
   border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
   border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
   max-height: 200px;
   overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
   padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
   color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
   background-color: #3875d7;
   color: #fff;
}

.select2-container--classic .select2-results__group {
   cursor: default;
   display: block;
   padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
   border-color: #5897fb;
}

.slick-slider {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   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,
.slick-slider {
   position: relative;
   display: block;
}

.slick-list {
   overflow: hidden;
   margin: 0;
   padding: 0;
}

.slick-list:focus {
   outline: none;
}

.slick-list.dragging {
   cursor: pointer;
   cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
   -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
}

.slick-track {
   position: relative;
   left: 0;
   top: 0;
   display: block;
}

.slick-track:after,
.slick-track:before {
   content: "";
   display: table;
}

.slick-track:after {
   clear: both;
}

.slick-loading .slick-track {
   visibility: hidden;
}

.slick-slide {
   float: left;
   height: 100%;
   min-height: 1px;
   display: none;
}

[dir="rtl"] .slick-slide {
   float: right;
}

.slick-slide.slick-loading img {
   display: none;
}

.slick-slide.dragging img {
   pointer-events: none;
}

.slick-initialized .slick-slide {
   display: block;
   outline: none;
}

.slick-loading .slick-slide {
   visibility: hidden;
}

.slick-vertical .slick-slide {
   display: block;
   height: auto;
   border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
   display: none;
}

body.fancybox-active {
   overflow: hidden;
}

body.fancybox-iosfix {
   position: fixed;
   left: 0;
   right: 0;
}

.fancybox-is-hidden {
   position: absolute;
   top: -9999px;
   left: -9999px;
   visibility: hidden;
}

.fancybox-container {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 99993;
   -webkit-tap-highlight-color: transparent;
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   transform: translateZ(0);
   font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

.fancybox-container ~ .fancybox-container {
   z-index: 99992;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}

.fancybox-outer {
   overflow-y: auto;
   -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
   background: #1e1e1e;
   opacity: 0;
   -webkit-transition-duration: inherit;
   -moz-transition-duration: inherit;
   -o-transition-duration: inherit;
   transition-duration: inherit;
   -webkit-transition-property: opacity;
   -o-transition-property: opacity;
   -moz-transition-property: opacity;
   transition-property: opacity;
   -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
   -moz-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
   -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
   transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
   opacity: 0.87;
   -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
   -moz-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
   -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
   transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
   position: absolute;
   direction: ltr;
   z-index: 99997;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
   -o-transition: opacity 0.25s, visibility 0s linear 0.25s;
   -moz-transition: opacity 0.25s, visibility 0s linear 0.25s;
   transition: opacity 0.25s, visibility 0s linear 0.25s;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
   opacity: 1;
   visibility: visible;
   -webkit-transition: opacity 0.25s, visibility 0s;
   -o-transition: opacity 0.25s, visibility 0s;
   -moz-transition: opacity 0.25s, visibility 0s;
   transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
   top: 0;
   left: 0;
   font-size: 13px;
   padding: 0 10px;
   height: 44px;
   min-width: 44px;
   line-height: 44px;
   color: #ccc;
   text-align: center;
   pointer-events: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-touch-callout: none;
   -webkit-tap-highlight-color: transparent;
   -webkit-font-smoothing: subpixel-antialiased;
   mix-blend-mode: exclusion;
}

.fancybox-toolbar {
   top: 0;
   right: 0;
   margin: 0;
   padding: 0;
}

.fancybox-stage {
   overflow: hidden;
   direction: ltr;
   z-index: 99994;
   -webkit-transform: translateZ(0);
}

.fancybox-slide {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   overflow: auto;
   outline: none;
   white-space: normal;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   text-align: center;
   z-index: 99994;
   -webkit-overflow-scrolling: touch;
   display: none;
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   backface-visibility: hidden;
   transition-property: opacity, -webkit-transform;
   -webkit-transition-property: opacity, -webkit-transform;
   -o-transition-property: opacity, -o-transform;
   -moz-transition-property: transform, opacity, -moz-transform;
   transition-property: transform, opacity;
   transition-property: transform, opacity, -webkit-transform, -moz-transform, -o-transform;
   transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide:before {
   content: "";
   display: inline-block;
   vertical-align: middle;
   height: 100%;
   width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
   display: block;
}

.fancybox-slide--image {
   overflow: visible;
}

.fancybox-slide--image:before {
   display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
   background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
   background: #e5e3df;
}

.fancybox-slide--next {
   z-index: 99995;
}

.fancybox-slide > * {
   display: inline-block;
   position: relative;
   padding: 24px;
   margin: 44px 0;
   border-width: 0;
   vertical-align: middle;
   text-align: left;
   background-color: #fff;
   overflow: auto;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
   display: none;
}

.fancybox-slide .fancybox-image-wrap {
   position: absolute;
   top: 0;
   left: 0;
   margin: 0;
   padding: 0;
   border: 0;
   z-index: 99995;
   background: transparent;
   cursor: default;
   overflow: visible;
   -webkit-transform-origin: top left;
   -ms-transform-origin: top left;
   -moz-transform-origin: top left;
   -o-transform-origin: top left;
   transform-origin: top left;
   -moz-background-size: 100% 100%;
   background-size: 100% 100%;
   background-repeat: no-repeat;
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
   cursor: -webkit-zoom-out;
   cursor: -moz-zoom-out;
   cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
   cursor: -webkit-zoom-in;
   cursor: -moz-zoom-in;
   cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
   cursor: -webkit-grab;
   cursor: -moz-grab;
   cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
   cursor: -webkit-grabbing;
   cursor: -moz-grabbing;
   cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   border: 0;
   max-width: none;
   max-height: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.fancybox-spaceball {
   z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
   padding: 0;
   width: 80%;
   height: 80%;
   max-width: -webkit-calc(100% - 100px);
   max-width: -moz-calc(100% - 100px);
   max-width: calc(100% - 100px);
   max-height: -webkit-calc(100% - 88px);
   max-height: -moz-calc(100% - 88px);
   max-height: calc(100% - 88px);
   overflow: visible;
   background: #fff;
}

.fancybox-iframe {
   display: block;
   padding: 0;
   border: 0;
   height: 100%;
}

.fancybox-error,
.fancybox-iframe {
   margin: 0;
   width: 100%;
   background: #fff;
}

.fancybox-error {
   padding: 40px;
   max-width: 380px;
   cursor: default;
}

.fancybox-error p {
   margin: 0;
   padding: 0;
   color: #444;
   font-size: 16px;
   line-height: 20px;
}

.fancybox-slide--iframe .fancybox-close-small {
   top: 0;
   right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
   font-size: 35px;
   color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
   color: #fff;
   background: transparent;
}

.fancybox-button {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   display: inline-block;
   vertical-align: top;
   width: 44px;
   height: 44px;
   margin: 0;
   padding: 10px;
   border: 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
   background: rgba(30, 30, 30, 0.6);
   color: #ccc;
   -webkit-transition: color 0.3s ease;
   -o-transition: color 0.3s ease;
   -moz-transition: color 0.3s ease;
   transition: color 0.3s ease;
   cursor: pointer;
}

.fancybox-button[disabled] {
   cursor: default;
   opacity: 0.6;
}

.fancybox-button:hover:not([disabled]) {
   color: #fff;
}

.fancybox-button svg {
   display: block;
   position: relative;
   overflow: visible;
   shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
   fill: currentColor;
   stroke: currentColor;
   stroke-linejoin: round;
   stroke-width: 3;
}

.fancybox-button--share svg path {
   stroke-width: 1;
}

.fancybox-button--pause svg path:first-child,
.fancybox-button--play svg path:nth-child(2),
.fancybox-navigation {
   display: none;
}

.fancybox-show-nav .fancybox-navigation {
   display: block;
}

.fancybox-navigation button {
   position: absolute;
   top: 50%;
   margin: -50px 0 0;
   z-index: 99997;
   background: transparent;
   width: 60px;
   height: 100px;
   padding: 17px;
}

.fancybox-navigation button:before {
   content: "";
   position: absolute;
   top: 30px;
   right: 10px;
   width: 40px;
   height: 40px;
   background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
   left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
   right: 0;
}

.fancybox-close-small {
   position: absolute;
   top: 0;
   right: 0;
   width: 44px;
   height: 44px;
   padding: 0;
   margin: 0;
   border: 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
   background: transparent;
   z-index: 10;
   cursor: pointer;
}

.fancybox-close-small:after {
   content: "×";
   position: absolute;
   top: 5px;
   right: 5px;
   width: 30px;
   height: 30px;
   font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
   color: #888;
   font-weight: 300;
   text-align: center;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   border-width: 0;
   background-color: transparent;
   -webkit-transition: background-color 0.25s;
   -o-transition: background-color 0.25s;
   -moz-transition: background-color 0.25s;
   transition: background-color 0.25s;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   z-index: 2;
}

.fancybox-close-small:focus {
   outline: none;
}

.fancybox-close-small:focus:after {
   outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
   color: #555;
   background: #eee;
}

.fancybox-caption-wrap {
   bottom: 0;
   left: 0;
   right: 0;
   padding: 60px 2vw 0;
   background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), color-stop(80%, rgba(0, 0, 0, 0.8)));
   background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
   background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
   background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
   background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
   pointer-events: none;
}

.fancybox-caption {
   padding: 30px 0;
   border-top: 1px solid hsla(0, 0%, 100%, 0.4);
   font-size: 14px;
   color: #fff;
   line-height: 20px;
   -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
   pointer-events: all;
   position: relative;
}

.fancybox-caption a {
   color: #fff;
   text-decoration: underline;
}

.fancybox-slide > .fancybox-loading {
   border: 6px solid hsla(0, 0%, 39%, 0.4);
   border-top: 6px solid hsla(0, 0%, 100%, 0.6);
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   border-radius: 100%;
   height: 50px;
   width: 50px;
   -webkit-animation: b 0.8s infinite linear;
   -moz-animation: b 0.8s infinite linear;
   -o-animation: b 0.8s infinite linear;
   animation: b 0.8s infinite linear;
   background: transparent;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top: -30px;
   margin-left: -30px;
   z-index: 99999;
}

@-webkit-keyframes b {
   0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
   }
   to {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
   }
}

@-moz-keyframes b {
   0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
   }
   to {
      -webkit-transform: rotate(359deg);
      -moz-transform: rotate(359deg);
      transform: rotate(359deg);
   }
}

@-o-keyframes b {
   0% {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
   }
   to {
      -webkit-transform: rotate(359deg);
      -o-transform: rotate(359deg);
      transform: rotate(359deg);
   }
}

@keyframes b {
   0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
   }
   to {
      -webkit-transform: rotate(359deg);
      -moz-transform: rotate(359deg);
      -o-transform: rotate(359deg);
      transform: rotate(359deg);
   }
}

.fancybox-animated {
   -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
   -moz-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
   -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
   transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
   -webkit-transform: translate3d(-100%, 0, 0);
   -moz-transform: translate3d(-100%, 0, 0);
   transform: translate3d(-100%, 0, 0);
   opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
   -webkit-transform: translate3d(100%, 0, 0);
   -moz-transform: translate3d(100%, 0, 0);
   transform: translate3d(100%, 0, 0);
   opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
   -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   transform: translateZ(0);
   opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
   opacity: 0;
   -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
   -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
   -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
   transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
   opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
   -webkit-transform: scale3d(1.5, 1.5, 1.5);
   -moz-transform: scale3d(1.5, 1.5, 1.5);
   transform: scale3d(1.5, 1.5, 1.5);
   opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
   -webkit-transform: scale3d(0.5, 0.5, 0.5);
   -moz-transform: scale3d(0.5, 0.5, 0.5);
   transform: scale3d(0.5, 0.5, 0.5);
   opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
   -webkit-transform: scaleX(1);
   -moz-transform: scaleX(1);
   -ms-transform: scaleX(1);
   -o-transform: scaleX(1);
   transform: scaleX(1);
   opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
   -webkit-transform: rotate(-1turn);
   -ms-transform: rotate(-1turn);
   -moz-transform: rotate(-1turn);
   -o-transform: rotate(-1turn);
   transform: rotate(-1turn);
   opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
   -webkit-transform: rotate(1turn);
   -ms-transform: rotate(1turn);
   -moz-transform: rotate(1turn);
   -o-transform: rotate(1turn);
   transform: rotate(1turn);
   opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
   -webkit-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
   -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
   -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
   transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
   opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
   -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
   -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
   transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
   opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
   -webkit-transform: scaleX(1) translateZ(0);
   -moz-transform: scaleX(1) translateZ(0);
   transform: scaleX(1) translateZ(0);
   opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
   -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
   -moz-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
   transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
   -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
   -moz-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
   transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
   -webkit-transform: translateZ(0) scale(1);
   -moz-transform: translateZ(0) scale(1);
   transform: translateZ(0) scale(1);
}

.fancybox-share {
   padding: 30px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   background: #f4f4f4;
   max-width: 90%;
}

.fancybox-share h1 {
   color: #222;
   margin: 0 0 20px;
   font-size: 33px;
   font-weight: 700;
   text-align: center;
}

.fancybox-share p {
   margin: 0;
   padding: 0;
   text-align: center;
}

.fancybox-share_button {
   display: inline-block;
   text-decoration: none;
   margin: 0 10px 10px 0;
   padding: 10px 20px;
   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   background: #fff;
   white-space: nowrap;
   font-size: 16px;
   line-height: 23px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   min-width: 140px;
   color: #888;
   -webkit-transition: all 0.2s;
   -o-transition: all 0.2s;
   -moz-transition: all 0.2s;
   transition: all 0.2s;
}

.fancybox-share_button:focus,
.fancybox-share_button:hover {
   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
   text-decoration: none;
   color: #555;
}

.fancybox-share_button svg {
   margin-right: 5px;
   width: 23px;
   height: 23px;
   vertical-align: top;
}

.fancybox-thumbs {
   display: none;
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   width: 212px;
   margin: 0;
   padding: 2px;
   background: #fff;
   -webkit-tap-highlight-color: transparent;
   -webkit-overflow-scrolling: touch;
   -ms-overflow-style: -ms-autohiding-scrollbar;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   z-index: 99995;
}

.fancybox-show-thumbs .fancybox-thumbs {
   display: block;
}

.fancybox-show-thumbs .fancybox-inner {
   right: 212px;
}

.fancybox-thumbs > ul {
   list-style: none;
   position: absolute;
   position: relative;
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   overflow-x: hidden;
   overflow-y: auto;
   font-size: 0;
   white-space: nowrap;
}

.fancybox-thumbs > ul > li {
   float: left;
   overflow: hidden;
   padding: 0;
   margin: 2px;
   width: 100px;
   height: 75px;
   max-width: -webkit-calc(50% - 4px);
   max-width: -moz-calc(50% - 4px);
   max-width: calc(50% - 4px);
   max-height: -webkit-calc(100% - 8px);
   max-height: -moz-calc(100% - 8px);
   max-height: calc(100% - 8px);
   position: relative;
   cursor: pointer;
   outline: none;
   -webkit-tap-highlight-color: transparent;
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

li.fancybox-thumbs-loading {
   background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
   position: absolute;
   top: 0;
   left: 0;
   min-width: 100%;
   min-height: 100%;
   max-width: none;
   max-height: none;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.fancybox-thumbs > ul > li:before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border: 4px solid #4ea7f9;
   z-index: 99991;
   opacity: 0;
   -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
   -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
   -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
   transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
   opacity: 1;
}

@media screen and (max-width: 800px) {
   .fancybox-thumbs {
      width: 110px;
   }

   .fancybox-show-thumbs .fancybox-inner {
      right: 110px;
   }

   .fancybox-thumbs > ul > li {
      max-width: -webkit-calc(100% - 10px);
      max-width: -moz-calc(100% - 10px);
      max-width: calc(100% - 10px);
   }
}

.slick-loading .slick-list {
   background: none;
}

*,
:after,
:before {
   -webkit-box-sizing: inherit;
   -moz-box-sizing: inherit;
   box-sizing: inherit;
}

html {
   height: 100%;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

html.page-technical .sidebar {
   position: absolute;
}

body {
   overflow-x: hidden;
   height: 100%;
}

a,
body {
   font-family: Roboto, sans-serif;
}

a {
   font-weight: 400;
   font-size: 14px;
   line-height: 22px;
   text-decoration: none;
   color: #145099;
}

a:focus {
   outline: none;
}

a.is-hover,
a:focus,
a:hover {
   text-decoration: none;
   color: #ea5b0c;
}

a.button {
   display: inline-block;
   margin-top: 20px;
   outline: none;
   border: none;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 0 15px;
   height: 40px;
   min-width: 150px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 40px;
   text-align: center;
   background: none;
   cursor: pointer;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

a.button.button--full {
   color: #fff;
   background-color: #145099;
}

a.button.button--full.hovered,
a.button.button--full:hover {
   background-color: #ea5b0c;
}

a.button.button--empty {
   border: 1px solid #145099;
   line-height: 38px;
   color: #145099;
}

a.button.button--empty.hovered,
a.button.button--empty:hover {
   border-color: #ea5b0c;
   color: #ea5b0c;
}

a.button.disabled {
   border: 1px solid #b2b2b2;
   color: #b2b2b2;
   background-color: #f8f8f8;
   pointer-events: none;
}

a.btn {
   color: #fff;
   background-color: #145099;
}

a.btn:focus,
a.btn:hover {
   outline: none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   color: #fff;
}

a.btn:hover {
   background-color: #ea5b0c;
}

a.btn:active,
a.btn:active:focus {
   outline: none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   color: #fff;
   background-color: #c74c0a;
}

a.btn.hovered {
   color: #fff;
   background-color: #ea5b0c;
}

a.btn.pressed {
   color: #fff;
   background-color: #c74c0a;
}

a.btn.disabled {
   border: none;
   color: #b2b2b2;
   background-color: #f8f8f8;
   pointer-events: none;
}

a.btn.btn-border {
   border: 1px solid #145099;
   color: #145099;
   background: none;
}

a.btn.btn-border:focus,
a.btn.btn-border:hover {
   outline: none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
}

a.btn.btn-border:hover {
   border-color: #ea5b0c;
   color: #ea5b0c;
}

a.btn.btn-border:active,
a.btn.btn-border:active:focus {
   outline: none;
   border-color: #c74c0a;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   color: #c74c0a;
   background: none;
}

a.btn.btn-border.hovered {
   border-color: #ea5b0c;
   color: #ea5b0c;
}

a.btn.btn-border.pressed {
   border-color: #c74c0a;
   color: #c74c0a;
}

a.btn.btn-border.disabled {
   border: 1px solid #d7d7d7;
   color: #b2b2b2;
   background-color: #fff;
   pointer-events: none;
}

h1 {
   font-family: Oswald, sans-serif;
   font-weight: 400;
   font-size: 40px;
   line-height: 48px;
   color: #000;
}

h2 {
   margin: 0;
   margin-top: 37px;
   margin-bottom: 22px;
   font-size: 30px;
   line-height: 36px;
}

h2,
h3 {
   font-family: Oswald, sans-serif;
   font-weight: 400;
   color: #000;
}

h3 {
   margin: 0;
   margin-top: 37px;
   font-size: 24px;
   line-height: 30px;
}

h4 {
   margin: 0;
   margin-top: 37px;
   font-size: 18px;
   line-height: 24px;
}

h4,
p {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   color: #000;
}

p {
   margin: 0;
   margin-top: 12px;
   font-size: 14px;
   line-height: 20px;
   letter-spacing: 0.2px;
}

ul {
   list-style: url(/local/templates/main/images/sprites/svg/circle-full.svg);
   padding: 0;
   padding-left: 15px;
}

ul li {
   margin: 9px 0;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   color: #000;
}

ul li ul {
   list-style: url(/local/templates/main/images/sprites/svg/circle-empty.svg);
   padding-left: 30px;
}

ol {
   counter-reset: a;
}

ol li {
   position: relative;
   list-style: none;
   font-weight: 400;
   color: #000;
}

ol li,
ol li:before {
   font-family: Roboto, sans-serif;
   font-size: 14px;
   line-height: 31px;
}

ol li:before {
   counter-increment: a;
   content: counters(a, ".") ".";
   position: absolute;
   left: -17px;
   display: inline-block;
   font-weight: 700;
   color: #ea5b0c;
}

ol li ol {
   padding-left: 30px;
}

ol li ol li:before {
   left: -30px;
   font-weight: 400;
}

.panel-title {
   max-width: -webkit-calc(100% - 30px);
   max-width: -moz-calc(100% - 30px);
   max-width: calc(100% - 30px);
}

form {
   font-size: 0;
}

form button.button--full {
   min-width: 150px;
   margin-top: 25px;
}

form .form__input-container,
form .form__textarea-container {
   position: relative;
   overflow: hidden;
}

form .form__input-container label,
form .form__textarea-container label {
   position: absolute;
   left: 8px;
   top: 37px;
   padding: 0 5px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   color: #9dabbc;
   background-color: #fff;
   z-index: 2;
   cursor: text;
}

form .form__input-container label span,
form .form__textarea-container label span {
   margin-left: 1px;
   color: #ff0008;
   position: relative;
   top: -4px;
}

form .form__input-container.active:before,
form .form__textarea-container.active:before {
   display: none;
}

form .form__input-container.active label,
form .form__textarea-container.active label {
   left: 8px;
   top: 15px;
   display: inline-block;
   font-size: 12px;
   cursor: auto;
}

form .form__input-container.disabled,
form .form__textarea-container.disabled {
   pointer-events: none;
}

form .form__input-container.disabled input,
form .form__input-container.disabled textarea,
form .form__textarea-container.disabled input,
form .form__textarea-container.disabled textarea {
   border-color: #b2b2b2;
   background-color: #f8f8f8;
}

form .form__input-container.disabled input::-webkit-input-placeholder,
form .form__input-container.disabled textarea::-webkit-input-placeholder,
form .form__textarea-container.disabled input::-webkit-input-placeholder,
form .form__textarea-container.disabled textarea::-webkit-input-placeholder {
   color: #b2b2b2;
}

form .form__input-container.disabled input:-moz-placeholder,
form .form__input-container.disabled input::-moz-placeholder,
form .form__input-container.disabled textarea:-moz-placeholder,
form .form__input-container.disabled textarea::-moz-placeholder,
form .form__textarea-container.disabled input:-moz-placeholder,
form .form__textarea-container.disabled input::-moz-placeholder,
form .form__textarea-container.disabled textarea:-moz-placeholder,
form .form__textarea-container.disabled textarea::-moz-placeholder {
   color: #b2b2b2;
}

form .form__input-container.disabled input:-ms-input-placeholder,
form .form__input-container.disabled textarea:-ms-input-placeholder,
form .form__textarea-container.disabled input:-ms-input-placeholder,
form .form__textarea-container.disabled textarea:-ms-input-placeholder {
   color: #b2b2b2;
}

form .form__input-container.disabled input::placeholder,
form .form__input-container.disabled textarea::placeholder,
form .form__textarea-container.disabled input::placeholder,
form .form__textarea-container.disabled textarea::placeholder {
   color: #b2b2b2;
}

form .form__input-container.disabled span,
form .form__textarea-container.disabled span {
   color: #b2b2b2;
   background: none;
}

form .form__input-container.error,
form .form__textarea-container.error {
   position: relative;
   overflow: visible;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
}

form .form__input-container.error label,
form .form__textarea-container.error label {
   color: #ff0008;
}

form .form__input-container.error span,
form .form__textarea-container.error span {
   position: absolute;
   left: 0;
   bottom: -18px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 12px;
   line-height: 18px;
}

form .form__input-container.error input,
form .form__input-container.error textarea,
form .form__textarea-container.error input,
form .form__textarea-container.error textarea {
   border-color: #ff0008;
}

form .form__input-container.error span,
form .form__textarea-container.error span {
   color: #ff0008;
}

form .form__file-container {
   position: relative;
   width: 140px;
   cursor: pointer;
}

form .form__file-container__text {
   position: absolute;
   left: 0;
   top: 0;
   padding-left: 25px;
   width: 100%;
   height: 100%;
   background: url(/local/templates/main/images/sprites/svg/file.svg) no-repeat 0 0;
   cursor: pointer;
}

form .form__file-container__text h6 {
   margin: 0;
   color: #145099;
}

form .form__file-container__text h6,
form .form__file-container__text span {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
}

form .form__file-container__text span {
   display: inline-block;
   color: #9dabbc;
}

form .icon-file {
   margin: 0;
   margin-top: 10px;
   padding-left: 25px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   color: #145099;
   background: url(/local/templates/main/images/sprites/svg/file.svg) no-repeat 0 0;
   cursor: pointer;
}

form input.upload-field-value[type="text"] {
   margin: 3px 0 0;
   outline: 0 none;
   border: 0 none;
   padding-top: 0;
   padding-left: 25px;
   height: auto;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   font-size: 13px;
   line-height: 18px;
   background: transparent none repeat scroll 0 0;
   pointer-events: none;
}

form .form-group {
   margin-bottom: 0;
}

form .form-control,
form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="tel"] {
   display: inline-block;
   margin-top: 25px;
   outline: none;
   border: 1px solid #89a7cc;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 0 15px;
   width: 100%;
   height: 42px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 40px;
   color: #000;
   box-shadow: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

form .form-control::-webkit-input-placeholder,
form input::-webkit-input-placeholder {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #9dabbc;
}

form .form-control:-moz-placeholder,
form .form-control::-moz-placeholder,
form input:-moz-placeholder,
form input::-moz-placeholder {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #9dabbc;
}

form .form-control:-ms-input-placeholder,
form input:-ms-input-placeholder {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #9dabbc;
}

form .form-control::placeholder,
form input::placeholder {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #9dabbc;
}

form .form-control:active,
form .form-control:focus,
form .form-control:hover,
form input:active,
form input:focus,
form input:hover {
   border-color: #4786d4;
}

form .form-control[type="password"],
form input[type="password"] {
   font-family: Arial, sans-serif;
   font-size: 15px;
}

form .form-control[type="file"],
form input[type="file"] {
   position: relative;
   z-index: 1;
   border: none;
   font-size: 0;
   opacity: 0;
   cursor: pointer;
}

form .form-control[type="search"],
form input[type="search"] {
   margin: 0;
   -webkit-border-top-right-radius: 0;
   -moz-border-radius-topright: 0;
   border-top-right-radius: 0;
   -webkit-border-bottom-right-radius: 0;
   -moz-border-radius-bottomright: 0;
   border-bottom-right-radius: 0;
}

form .form__textarea-container,
form textarea,
form textarea.form-control {
   display: inline-block;
   margin-top: 25px;
   outline: none;
   border: 1px solid #89a7cc;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 10px 15px;
   width: 100%;
   height: 270px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #000;
   resize: none;
   z-index: 1;
   position: relative;
   box-shadow: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

form .form__textarea-container::-webkit-input-placeholder,
form textarea.form-control::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #9dabbc;
}

form .form__textarea-container:-moz-placeholder,
form .form__textarea-container::-moz-placeholder,
form textarea.form-control:-moz-placeholder,
form textarea.form-control::-moz-placeholder,
form textarea:-moz-placeholder,
form textarea::-moz-placeholder {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #9dabbc;
}

form .form__textarea-container:-ms-input-placeholder,
form textarea.form-control:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #9dabbc;
}

form .form__textarea-container::placeholder,
form textarea.form-control::placeholder,
form textarea::placeholder {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #9dabbc;
}

form .form__textarea-container:active,
form .form__textarea-container:focus,
form .form__textarea-container:hover,
form textarea.form-control:active,
form textarea.form-control:focus,
form textarea.form-control:hover,
form textarea:active,
form textarea:focus,
form textarea:hover {
   border-color: #4786d4;
}

input[type="file"] {
   position: relative;
   z-index: 1;
   border: none;
   font-size: 0;
   opacity: 0;
   cursor: pointer;
}

button,
button.btn {
   display: block;
   margin-top: 18px;
   outline: none;
   border: none;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 0 25px;
   height: 40px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 36px;
   background: none;
   cursor: pointer;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

button.btn.button--full,
button.button--full {
   color: #fff;
   background-color: #145099;
}

button.btn.button--full:hover,
button.button--full:hover {
   outline: none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   background-color: #ea5b0c;
}

button.btn.button--full:active,
button.button--full:active {
   outline: none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   background-color: #c74c0a;
}

button.btn.button--full.hovered,
button.button--full.hovered {
   outline: none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   background-color: #ea5b0c;
}

button.btn.button--full.pressed,
button.button--full.pressed {
   outline: none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   background-color: #c74c0a;
}

button.btn.button--empty,
button.button--empty {
   border: 1px solid #145099;
   color: #145099;
}

button.btn.button--empty:hover,
button.button--empty:hover {
   border-color: #ea5b0c;
   color: #ea5b0c;
}

button.btn.button--empty:active,
button.button--empty:active {
   border-color: #c74c0a;
   color: #c74c0a;
}

button.btn.button--empty.hovered,
button.button--empty.hovered {
   border-color: #ea5b0c;
   color: #ea5b0c;
}

button.btn.button--empty.pressed,
button.button--empty.pressed {
   border-color: #c74c0a;
   color: #c74c0a;
}

button.btn,
button.btn.btn {
   color: #fff;
   background-color: #145099;
}

button.btn.btn:focus,
button.btn.btn:hover,
button.btn:focus,
button.btn:hover {
   outline: none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   color: #fff;
}

button.btn.btn:hover,
button.btn:hover {
   background-color: #ea5b0c;
}

button.btn.btn:active,
button.btn.btn:active:focus,
button.btn:active,
button.btn:active:focus {
   outline: none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   color: #fff;
   background-color: #c74c0a;
}

button.btn.btn.hovered,
button.btn.hovered {
   color: #fff;
   background-color: #ea5b0c;
}

button.btn.btn.pressed,
button.btn.pressed {
   color: #fff;
   background-color: #c74c0a;
}

button.btn.btn.disabled,
button.btn.disabled {
   border: none;
   color: #b2b2b2;
   background-color: #f8f8f8;
   pointer-events: none;
}

button.btn.btn-border,
button.btn.btn.btn-border {
   border: 1px solid #145099;
   color: #145099;
   background: none;
}

button.btn.btn-border:focus,
button.btn.btn-border:hover,
button.btn.btn.btn-border:focus,
button.btn.btn.btn-border:hover {
   outline: none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
}

button.btn.btn-border:hover,
button.btn.btn.btn-border:hover {
   border-color: #ea5b0c;
   color: #ea5b0c;
}

button.btn.btn-border:active,
button.btn.btn-border:active:focus,
button.btn.btn.btn-border:active,
button.btn.btn.btn-border:active:focus {
   outline: none;
   border-color: #c74c0a;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   color: #c74c0a;
   background: none;
}

button.btn.btn-border.hovered,
button.btn.btn.btn-border.hovered {
   border-color: #ea5b0c;
   color: #ea5b0c;
}

button.btn.btn-border.pressed,
button.btn.btn.btn-border.pressed {
   border-color: #c74c0a;
   color: #c74c0a;
}

button.btn.btn-border.disabled,
button.btn.btn.btn-border.disabled {
   border: 1px solid #d7d7d7;
   color: #b2b2b2;
   background-color: #fff;
   pointer-events: none;
}

.wrapper--main {
   position: relative;
   overflow: hidden;
   min-height: 100%;
}

.wrapper--main__inner {
   position: relative;
   padding-bottom: 300px;
}

.sidebar-and-search {
   position: fixed;
   left: 0;
   top: 63px;
   z-index: 8;
   width: 100%;
}

.sidebar-and-search .row {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   height: 77px;
}

.go-to-cat {
   margin-top: 40px;
   border: 1px solid #145099;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 0 30px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 0;
   line-height: 40px;
}

.go-to-cat,
.go-to-cat svg {
   display: inline-block;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.go-to-cat svg {
   vertical-align: middle;
   width: 16px;
   height: 13px;
   fill: #145099;
}

.go-to-cat span {
   display: inline-block;
   vertical-align: middle;
   margin-left: 8px;
   font-size: 14px;
}

.go-to-cat:hover {
   border-color: #ea5b0c;
   color: #ea5b0c;
}

.go-to-cat:hover svg {
   fill: #ea5b0c;
}

table {
   border: none;
   width: 100%;
}

table:not([class^="adm-"]):not([class^="bxhtmled-"]) tr td {
   min-height: 34px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   color: #000;
}

table:not([class^="adm-"]):not([class^="bxhtmled-"]) tr td.color--gray {
   color: #999;
}

table:not([class^="adm-"]):not([class^="bxhtmled-"]) tr td.padding-left--30 {
   padding-left: 30px;
}

table:not([class^="adm-"]):not([class^="bxhtmled-"]) tr td.padding-right--30 {
   padding-right: 30px;
}

table:not([class^="adm-"]):not([class^="bxhtmled-"]) tr td.border-right--gray {
   border-right: 1px solid #b8cae0;
}

.table-type-one th,
.table-type-one td {
   text-align: center;
}

.table-type-one th:first-child,
.table-type-one td:first-child {
   text-align: left;
   padding-left: 30px;
   width: 16%;
}

.table-type-two td {
   text-align: center;
}

.table-type-two th {
   text-align: left;
   padding-left: 30px;
   padding-right: 30px;
   width: 44%;
}

.tooltip {
   opacity: 1 !important;
}

.tooltip-inner {
   border: 1px solid #cedbea;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   max-width: 146px;
   -webkit-box-shadow: 0 3px 20px rgba(20, 80, 153, 0.15);
   -moz-box-shadow: 0 3px 20px rgba(20, 80, 153, 0.15);
   box-shadow: 0 3px 20px rgba(20, 80, 153, 0.15);
   font-family: Roboto, sans-serif;
   font-size: 12px;
   color: #000;
   background: #fff;
   opacity: 1;
}

.tooltip.top > .tooltip-arrow {
   border-top: 5px solid #9dabbc;
}

.tooltip.left > .tooltip-arrow {
   border-left: 5px solid #9dabbc;
}

.tooltip.bottom > .tooltip-arrow {
   border-bottom: 5px solid #9dabbc;
}

.tooltip.right > .tooltip-arrow {
   border-right: 5px solid #9dabbc;
}

.overlay {
   position: fixed;
   left: 0;
   top: 0;
   z-index: 5;
   display: none;
   width: 100%;
   height: 100%;
}

.overlay.is-active {
   display: block;
}

.modal-open {
   overflow: auto;
   padding: 0 !important;
}

.content .container .links h3 {
   margin-top: 0;
}

.content .container .links a {
   margin-top: 18px;
}

.content .container .bullits {
   overflow: hidden;
   margin-top: 23px;
}

.content .container .selects {
   margin: 67px 0;
}

.content .container .formats {
   margin-left: -7px;
   font-size: 0;
   white-space: nowrap;
}

.content .container .formats h2 {
   margin-bottom: 20px;
   margin-left: 7px;
}

.content .container .formats .format {
   margin: 0 7px;
}

.content .container .stubs {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
}

.content .container .social__icons {
   margin-top: 55px;
}

.content .container .drops {
   margin-top: 25px;
   margin-bottom: 75px;
}

.content .container .table__container {
   width: 673px;
}

.header {
   position: absolute;
   left: 0;
   top: 0;
   z-index: 8;
   padding-top: 7px;
   width: 100%;
   background-color: #fff;
}

.header .container .row {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
}

.header .container .row .header__logo {
   position: relative;
   display: inline-block;
   padding-top: 40px;
   padding-left: 48px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 14px;
   color: #666;
}

.header .container .row .header__logo svg {
   width: 211px;
   height: 34px;
   max-width: 100%;
}

.header .container .row .header__logo a {
   position: absolute;
   left: 0;
   top: 0;
}

.header .container .row .header__logo:hover {
   text-decoration: none;
   color: #666;
}

.header .container .row .header__center {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
}

.header .container .row .header__center__leftside__top {
   padding-top: 10px;
   font-size: 0;
   white-space: nowrap;
}

.header .container .row .header__center__leftside__top a {
   display: inline-block;
   margin-right: 20px;
   font-family: Oswald, sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 14px;
   color: #000;
}

.header .container .row .header__center__leftside__top a:hover {
   color: #ea5b0c;
}

.header .container .row .header__center__leftside__bottom {
   padding-top: 15px;
   font-size: 0;
   white-space: nowrap;
}

.header .container .row .header__center__leftside__bottom a {
   display: inline-block;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 14px;
   text-decoration: none;
   color: #145099;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.header .container .row .header__center__leftside__bottom a:hover {
   color: #ea5b0c;
}

.header .container .row .header__center__leftside__bottom a.header__center__leftside__bottom__write-us {
   position: relative;
   margin-left: 23px;
   padding-left: 24px;
}

.header .container .row .header__center__leftside__bottom a.header__center__leftside__bottom__write-us svg {
   position: absolute;
   left: 0;
   top: 50%;
   display: block;
   margin-top: -9px;
   width: 17px;
   height: 18px;
   fill: #145099;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.header .container .row .header__center__leftside__bottom a.header__center__leftside__bottom__write-us:hover {
   color: #ea5b0c;
}

.header .container .row .header__center__leftside__bottom a.header__center__leftside__bottom__write-us:hover svg {
   fill: #ea5b0c;
}

.header .container .row .header__center__leftside__bottom a.header__center__leftside__bottom__callback {
   position: relative;
   margin-left: 14px;
   padding-left: 26px;
}

.header .container .row .header__center__leftside__bottom a.header__center__leftside__bottom__callback svg {
   position: absolute;
   left: 0;
   top: 50%;
   display: block;
   margin-top: -7px;
   width: 21px;
   height: 14px;
   fill: #145099;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.header .container .row .header__center__leftside__bottom a.header__center__leftside__bottom__callback:hover {
   color: #ea5b0c;
}

.header .container .row .header__center__leftside__bottom a.header__center__leftside__bottom__callback:hover svg {
   fill: #ea5b0c;
}

.header .container .row .header__center__rightside {
   margin-left: 20px;
   padding-top: 6px;
   font-size: 0;
}

.header .container .row .header__center__rightside__bag {
   position: relative;
   vertical-align: top;
   border: 1px solid #145099;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   width: 50px;
   height: 50px;
   line-height: 47px;
   text-align: center;
}

.header .container .row .header__center__rightside__bag,
.header .container .row .header__center__rightside__bag svg {
   display: inline-block;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.header .container .row .header__center__rightside__bag svg {
   vertical-align: middle;
   width: 30px;
   height: 24px;
   fill: #145099;
}

.header .container .row .header__center__rightside__bag span {
   position: absolute;
   left: -12px;
   top: -12px;
   display: block;
   overflow: hidden;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   width: 24px;
   height: 24px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 26px;
   text-align: center;
   color: #fff;
   background-color: #ea5b0c;
}

.header .container .row .header__center__rightside__bag:hover {
   border-color: #ea5b0c;
}

.header .container .row .header__center__rightside__bag:hover svg {
   fill: #ea5b0c;
}

.header .container .row .header__center__rightside__text {
   display: inline-block;
   vertical-align: top;
   margin-top: 5px;
   margin-left: 19px;
   width: -webkit-calc(100% - 70px);
   width: -moz-calc(100% - 70px);
   width: calc(100% - 70px);
   white-space: nowrap;
}

.header .container .row .header__center__rightside__text__title {
   margin: 0;
   font-family: Oswald, sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 14px;
   color: #145099;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
   white-space: nowrap;
}

.header .container .row .header__center__rightside__text__title:hover {
   color: #ea5b0c;
}

.header .container .row .header__center__rightside__text__text {
   position: relative;
   display: inline-block;
   margin-top: 11px;
   padding-left: 22px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 14px;
   text-decoration: none;
   color: #145099;
}

.header .container .row .header__center__rightside__text__text,
.header .container .row .header__center__rightside__text__text svg {
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.header .container .row .header__center__rightside__text__text svg {
   position: absolute;
   left: 0;
   top: 50%;
   display: block;
   margin-top: -7px;
   width: 18px;
   height: 14px;
   fill: #145099;
}

.header .container .row .header__center__rightside__text__text:hover {
   color: #ea5b0c;
}

.header .container .row .header__center__rightside__text__text:hover svg {
   fill: #ea5b0c;
}

.header .container .row .header__center__rightside__text__empty {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 14px;
   text-decoration: none;
   color: #145099;
   margin-top: 11px;
}

.header .container .row .header__languages {
   margin-left: 122px;
   padding-top: 11px;
   padding-right: 23px;
   font-size: 0;
   white-space: nowrap;
}

.header .container .row .header__languages a {
   display: inline-block;
   margin-left: 12px;
   font-family: Oswald, sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 14px;
   text-decoration: none;
   text-transform: uppercase;
   color: #145099;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.header .container .row .header__languages a:hover {
   text-decoration: none;
   color: #ea5b0c;
}

.header .container .row .header__languages a.active {
   color: #ea5b0c;
}

.header.header--small {
   position: fixed;
   display: none;
   height: 80px;
}

.header.header--small .container .row .header__center {
   padding-top: 12px;
}

.header.header--small .container .row .header__center__leftside {
   margin-left: 52px;
}

.header.header--small .container .row .header__center__leftside .search {
   position: relative;
   left: auto;
   top: auto;
   display: block;
   padding: 0;
   width: 600px;
   background: none;
   -webkit-transform: none;
   -moz-transform: none;
   -ms-transform: none;
   -o-transform: none;
   transform: none;
}

.header.header--small .container .row .header__center__rightside {
   margin-left: 15px;
   padding-top: 0;
   padding-left: 20px;
}

.header.header--small .container .row .header__center__rightside__bag {
   width: 40px;
   height: 40px;
   line-height: 37px;
}

.header.header--small .container .row .header__center__rightside__bag svg {
   width: 23px;
   height: 16px;
}

.header.header--small .container .row .header__center__rightside__text {
   margin-top: 0;
}

.header.header--small .container .row .header__center__rightside__text svg {
   position: absolute;
   left: 0;
   top: 50%;
   display: block;
   margin-top: -7px;
   width: 18px;
   height: 14px;
   fill: #145099;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.header.header--small .container .row .header__center__rightside__text__text:hover svg {
   fill: #ea5b0c;
}

.header.header--small .container .row .header__center__rightside__text:hover {
   color: #ea5b0c;
}

.header.header--small .search__over {
   position: absolute;
   left: 50%;
   bottom: -26px;
   overflow: hidden;
   margin-left: -322px;
   width: 2000px;
   height: 26px;
}

.header.header--small .search__over:before {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   z-index: 1;
   display: none;
   width: 30px;
   height: 50px;
   background-color: #fff;
}

.header.header--small .search__over:after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   z-index: 5;
   width: 10px;
   height: 10px;
   background: url(/local/templates/main/images/corner_bg@2x.png) no-repeat 0 0;
   -moz-background-size: cover;
   background-size: cover;
}

.header.header--small .search__over__element {
   position: relative;
   z-index: 2;
   overflow: hidden;
   -webkit-border-top-left-radius: 10px;
   -moz-border-radius-topleft: 10px;
   border-top-left-radius: 10px;
   width: 100%;
   height: 100px;
   -webkit-box-shadow: inset -150px 0 50px -10px rgba(20, 80, 153, 0.5);
   -moz-box-shadow: inset -150px 0 50px -10px rgba(20, 80, 153, 0.5);
   box-shadow: inset -150px 0 50px -10px rgba(20, 80, 153, 0.5);
}

.header__personal {
	margin-top: 8px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.header__personal-leftside {
	width: 50px;
	height: 50px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #145099;
	transition: all 0.2s ease-in-out;

	&:hover {
		border: 1px solid #ea5b0c;

		& path {
			fill: #ea5b0c;
		}
	}

	& path {
		transition: all 0.2s ease-in-out;
	}
}

.header__personal-actions {
	display: flex;
	gap: 8px;
}

.sidebar {
   position: absolute;
   left: -webkit-calc(50% - 600px);
   left: -moz-calc(50% - 600px);
   left: calc(50% - 600px);
   top: 58px;
   z-index: 9;
   margin-top: 16px;
   margin-right: 25px;
   padding-left: 5px;
}

.sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   width: 5px;
   background-color: rgba(20, 80, 153, 0.2);
}

.sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
   background-color: rgba(20, 80, 153, 0.5);
}

.sidebar .mCSB_inside > .mCSB_container {
   margin-right: 28px;
}

.sidebar .mCSB_scrollTools_vertical {
   right: 8px;
   opacity: 1;
}

.sidebar #mCSB_1_dragger_vertical {
   left: 0 !important;
}

.sidebar #mCSB_1_scrollbar_vertical {
   right: 11px;
}

.sidebar .mCSB_draggerRail {
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   width: 7px;
   background-color: #f3f6fa;
}

.sidebar .sidebar__inner {
   width: 245px;
   position: relative;
   z-index: 2;
   background: #fff;
}

.sidebar .sidebar__contacts {
   display: none;
}

.sidebar__close {
   z-index: 20;
   position: absolute;
   right: 15px;
   top: 15px;
   display: none;
   width: 22px;
   height: 22px;
   background: url(/local/templates/main/images/sprites/svg/sidebar-close.svg) no-repeat 50%;
}

.sidebar .navigation {
   list-style: none;
   padding: 0;
}

.sidebar .navigation > li {
   display: block;
   margin-bottom: 10px;
}

.sidebar .navigation > li > a {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   height: 30px;
   text-decoration: none;
   cursor: pointer;
}

.sidebar .navigation > li > a > .nav__li__icon {
   width: 40px;
}

.sidebar .navigation > li > a > .nav__li__icon .sidebar-icon {
   display: inline-block;
   fill: #145099;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.sidebar .navigation > li > a > .nav__li__icon .sidebar-icon--1 {
   margin-top: 1px;
   margin-left: 5px;
   width: 24px;
   height: 24px;
}

.sidebar .navigation > li > a > .nav__li__icon .sidebar-icon--2 {
   margin-top: 3px;
   margin-left: 5px;
   width: 24px;
   height: 24px;
}

.sidebar .navigation > li > a > .nav__li__icon .sidebar-icon--3 {
   margin-top: 3px;
   margin-left: 3px;
   width: 27px;
   height: 24px;
}

.sidebar .navigation > li > a > .nav__li__icon .sidebar-icon--4 {
   margin-top: 3px;
   margin-left: 3px;
   width: 25px;
   height: 23px;
}

.sidebar .navigation > li > a > .nav__li__icon .sidebar-icon--5 {
   margin-top: 3px;
   margin-left: 6px;
   width: 19px;
   height: 24px;
}

.sidebar .navigation > li > a > .nav__li__icon .sidebar-icon--6 {
   margin-top: 4px;
   margin-left: 3px;
   width: 25px;
   height: 23px;
}

.sidebar .navigation > li > a > .nav__li__icon .sidebar-icon--7 {
   margin-top: 4px;
   margin-left: 7px;
   width: 16px;
   height: 24px;
}

.sidebar .navigation > li > a > .nav__li__icon .sidebar-icon--8 {
   margin-top: 4px;
   margin-left: 7px;
   width: 17px;
   height: 24px;
}

.sidebar .navigation > li > a > span {
   margin-left: 4px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 16px;
   line-height: 30px;
   color: #145099;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.sidebar .navigation > li > a:hover > span {
   color: #ea5b0c;
}

.sidebar .navigation > li > a:hover > .nav__li__icon .sidebar-icon {
   fill: #ea5b0c;
}

.sidebar .navigation > li ul {
   display: none;
   list-style: none;
   padding-bottom: 10px;
   padding-left: 44px;
}

.sidebar .navigation > li ul li {
   display: block;
}

.sidebar .navigation > li ul li a {
   display: inline-block;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   color: #145099;
   cursor: pointer;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
   padding-right: 10px;
}

.sidebar .navigation > li ul li a:hover {
   color: #ea5b0c;
}

.sidebar .navigation > li.menu--parent {
   position: relative;
}

.sidebar .navigation > li.menu--parent .menu--parent__opener {
   position: absolute;
   right: 0;
   top: 3px;
   overflow: hidden;
   border: 1px solid #145099;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   width: 24px;
   height: 24px;
   cursor: pointer;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.sidebar .navigation > li.menu--parent .menu--parent__opener .plus {
   display: block;
   margin-top: 5px;
   height: 11px;
   background: url(/local/templates/main/images/sprites/svg/plus.svg) no-repeat 50%;
}

.sidebar .navigation > li.menu--parent .menu--parent__opener .minus,
.sidebar .navigation > li.menu--parent .menu--parent__opener .plus {
   margin-left: 5px;
   width: 11px;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.sidebar .navigation > li.menu--parent .menu--parent__opener .minus {
   display: none;
   margin-top: 9px;
   height: 4px;
   fill: #ea5b0c;
}

.sidebar .navigation > li.menu--parent .menu--parent__opener:hover {
   border-color: #ea5b0c;
}

.sidebar .navigation > li.menu--parent .menu--parent__opener:hover .plus {
   background: url(/local/templates/main/images/sprites/svg/plus-active.svg) no-repeat 50%;
}

.sidebar .navigation > li.menu--parent.active .menu--parent__opener {
   border-color: #ea5b0c;
}

.sidebar .navigation > li.menu--parent.active .menu--parent__opener .plus {
   display: none;
}

.sidebar .navigation > li.menu--parent.active .menu--parent__opener .minus {
   display: block;
}

.sidebar .navigation > li.is-active > a > span {
   color: #ea5b0c;
}

.sidebar .navigation > li.is-active > a > .nav__li__icon .sidebar-icon {
   fill: #ea5b0c;
}

.sidebar .formats {
   margin-top: 17px;
   border-top: 1px solid rgba(20, 80, 153, 0.3);
   padding-top: 6px;
}

.sidebar .formats__item {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   margin-top: 13px;
   padding-left: 3px;
}

.sidebar .formats__item svg {
   width: 27px;
   height: 33px;
   fill: #ea5b0c;
}

.sidebar .formats__item__text {
   padding-left: 12px;
}

.sidebar .formats__item__text p {
   margin: 0;
   margin-top: 2px;
   color: #000;
}

.sidebar .formats__item__text a,
.sidebar .formats__item__text p {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 14px;
}

.sidebar .formats__item__text a {
   display: inline-block;
   margin-top: 5px;
}

.sidebar.is-active {
   background-color: #fff;
}

.sidebar.is-fixed {
   position: fixed;
   padding-bottom: 10px;
   background-color: hsla(0, 0%, 100%, 0.9);
}

.search {
   position: absolute;
   left: 50%;
   top: 78px;
   z-index: 8;
   padding-top: 0;
   padding-left: 288px;
   height: 58px;
   background-color: #fff;
   -webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   -o-transform: translateX(-50%);
   transform: translateX(-50%);
}

.search .menu-icon,
.search .menu-icon span {
   display: none;
}

.search form {
   position: relative;
   width: 100%;
   font-size: 0;
}

.search form:before {
   content: "";
   position: absolute;
   left: 8px;
   top: 11px;
   width: 17px;
   height: 17px;
   background: url(/local/templates/main/images/sprites/svg/search.svg) no-repeat 50%;
}

.search form .search__input {
   display: inline-block;
   vertical-align: top;
   outline: none;
   border: 1px solid #89a7cc;
   -webkit-border-top-left-radius: 10px;
   -moz-border-radius-topleft: 10px;
   border-top-left-radius: 10px;
   -webkit-border-bottom-left-radius: 10px;
   -moz-border-radius-bottomleft: 10px;
   border-bottom-left-radius: 10px;
   padding-left: 30px;
   padding-right: 150px;
   width: -webkit-calc(100% - 112px);
   width: -moz-calc(100% - 112px);
   width: calc(100% - 112px);
   height: 40px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 38px;
   color: #9dabbc;
   background-color: #fff;
}

.search form .search__input::-webkit-input-placeholder {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #9dabbc;
}

.search form .search__input:-moz-placeholder,
.search form .search__input::-moz-placeholder {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #9dabbc;
}

.search form .search__input:-ms-input-placeholder {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #9dabbc;
}

.search form .search__input::placeholder {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #9dabbc;
}

.search form .search__params {
   position: absolute;
   right: 124px;
   top: 7px;
   padding: 7px 18px 7px 0;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 14px;
   color: #145099;
   cursor: pointer;
}

.search form .search__params svg {
   position: absolute;
   right: 1px;
   top: 10px;
   display: block;
   width: 14px;
   height: 9px;
   fill: #145099;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.search form .search__params svg.up {
   display: none;
}

.search form .search__params.active {
   color: #ea5b0c;
}

.search form .search__params.active svg {
   fill: #ea5b0c;
}

.search form .search__params.active svg.down {
   display: none;
}

.search form .search__params.active svg.up {
   display: block;
}

.search form .search__popup {
   position: absolute;
   right: 112px;
   top: 39px;
   z-index: 3;
   display: none;
   border: 1px solid #cedbea;
   -webkit-border-radius: 0 0 10px 10px;
   -moz-border-radius: 0 0 10px 10px;
   border-radius: 0 0 10px 10px;
   width: 242px;
   height: 547px;
   -webkit-box-shadow: 0 3px 20px rgba(20, 80, 153, 0.15);
   -moz-box-shadow: 0 3px 20px rgba(20, 80, 153, 0.15);
   box-shadow: 0 3px 20px rgba(20, 80, 153, 0.15);
   background-color: #fff;
}

.search form .search__popup__content {
   padding-top: 3px;
   height: -webkit-calc(100% - 120px);
   height: -moz-calc(100% - 120px);
   height: calc(100% - 120px);
}

.search form .search__popup__content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   width: 5px;
   background-color: rgba(20, 80, 153, 0.2);
}

.search form .search__popup__content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
   background-color: rgba(20, 80, 153, 0.5);
}

.search form .search__popup__content .mCSB_scrollTools_vertical {
   opacity: 1;
}

.search form .search__popup__content #mCSB_1_dragger_vertical {
   left: 0 !important;
}

.search form .search__popup__content #mCSB_1_scrollbar_vertical {
   right: 11px;
}

.search form .search__popup__content .mCSB_draggerRail {
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   width: 7px;
   background-color: #f3f6fa;
}

.search form .search__popup__content__item {
   position: relative;
   margin-top: 17px;
   border-bottom: 1px solid rgba(20, 80, 153, 0.3);
   padding-bottom: 10px;
   padding-left: 21px;
   width: 213px;
}

.search form .search__popup__content__item__title {
   cursor: pointer;
}

.search form .search__popup__content__item__title:before {
   content: "";
   position: absolute;
   right: 26px;
   top: 5px;
   width: 14px;
   height: 9px;
   background: url(/local/templates/main/images/sprites/svg/down.svg);
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.search form .search__popup__content__item__title.is-active:before {
   -webkit-transform: scaleY(-1);
   -moz-transform: scaleY(-1);
   -ms-transform: scaleY(-1);
   -o-transform: scaleY(-1);
   transform: scaleY(-1);
}

.search form .search__popup__content__item__title.is-choosen h5:before {
   display: block;
}

.search form .search__popup__content__item h5 {
   position: relative;
   display: inline-block;
   margin: 0;
   max-width: 130px;
   font-size: 0;
}

.search form .search__popup__content__item h5:before {
   content: "";
   position: absolute;
   left: -12px;
   top: 6px;
   display: none;
   overflow: hidden;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   width: 6px;
   height: 6px;
   background-color: #ea5b0c;
}

.search form .search__popup__content__item h5 > span {
   display: inline-block;
   vertical-align: top;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 16px;
   line-height: 20px;
   color: #000;
}

.search form .search__popup__content__item h5 .is-question {
   display: inline-block;
   vertical-align: top;
   width: 17px;
   height: 17px;
}

.search form .search__popup__content__item h5 .is-question span {
   position: relative;
   display: block;
   width: 17px;
   height: 17px;
}

.search form .search__popup__content__item h5 .is-question span span {
   margin-left: 9px;
   width: 17px;
   height: 17px;
   background: url(/local/templates/main/images/question.png) no-repeat 50%;
}

.search form .search__popup__content__item .checks {
   display: none;
   padding-top: 17px;
}

.search form .search__popup__content__item .checks .checkbox__over {
   margin-bottom: 14px;
}

.search form .search__popup__content__item .checks .checkbox__over .checkbox__item {
   display: inline-block;
   margin: 0;
}

.search form .search__popup__content__item.is-active .checks {
   display: block;
}

.search form .search__popup__buttons {
   width: 221px;
   text-align: center;
}

.search form .search__popup__buttons .button--show-all {
   display: block;
   margin: 0 auto;
   margin-top: 19px;
   outline: none;
   border: none;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   width: 181px;
   height: 40px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 14px;
   color: #fff;
   background-color: #145099;
}

.search form .search__popup__buttons .button--show-all:hover {
   background-color: #ea5b0c;
}

.search form .search__popup__buttons .button--clear {
   display: inline-block;
   margin-top: 15px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 14px;
   text-decoration: none;
   color: #145099;
}

.search form .search__popup__buttons .button--clear:hover {
   color: #ea5b0c;
}

.search form .search__submit {
   display: inline-block;
   vertical-align: top;
   margin-top: 0;
   outline: none;
   border: none;
   -webkit-border-radius: 0 10px 10px 0;
   -moz-border-radius: 0 10px 10px 0;
   border-radius: 0 10px 10px 0;
   width: 89px;
   height: 40px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 40px;
   color: #fff;
   background-color: #145099;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.search form .search__submit:hover {
   background-color: #ea5b0c;
}

.search .tooltip {
   left: 50%;
   width: 130px;
   opacity: 1;
}

.search .tooltip-inner {
   border: 1px solid #cedbea;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   max-width: 146px;
   -webkit-box-shadow: 0 3px 20px rgba(20, 80, 153, 0.15);
   -moz-box-shadow: 0 3px 20px rgba(20, 80, 153, 0.15);
   box-shadow: 0 3px 20px rgba(20, 80, 153, 0.15);
   font-family: Roboto, sans-serif;
   font-size: 14px;
   color: #000;
   background: #fff;
   opacity: 1;
}

.search .mCSB_inside > .mCSB_container {
   margin-right: 15px;
}

.breadcrumbs {
   list-style: none;
   margin-top: -7px;
   margin-bottom: 0;
   padding: 0;
   font-size: 0;
   white-space: nowrap;
   overflow: hidden;
}

.breadcrumbs li {
   position: relative;
   display: inline-block;
   margin-left: 30px;
}

.breadcrumbs li:after {
   content: "";
   position: absolute;
   right: -22px;
   top: 50%;
   margin-top: -7px;
   width: 12px;
   height: 12px;
   background: url(/local/templates/main/images/sprites/svg/breadcrumbs-arrow-right.svg) no-repeat 50%;
}

.breadcrumbs li a {
   position: relative;
   display: inline-block;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #999;
   max-width: 160px;
   overflow: hidden;
   text-overflow: ellipsis;
   height: 18px;
   white-space: nowrap;
}

.breadcrumbs li a:hover {
   color: #ea5b0c;
}

.breadcrumbs li:first-child {
   margin: 0;
}

.breadcrumbs li:last-child:after {
   content: "";
   position: absolute;
   right: -22px;
   top: 50%;
   margin-top: -3px;
   width: 15px;
   height: 12px;
   background: url(/local/templates/main/images/sprites/svg/breadcrumbs-arrow-down.svg) no-repeat 50%;
}

select {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   color: #000;
}

.select2 {
   margin-top: 25px;
   width: 100%;
}

.select2-container .select2-selection--single {
   outline: none;
   border: 1px solid #89a7cc;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding-left: 4px;
   width: 100%;
   height: 42px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 40px;
   color: #9dabbc;
}

.select2-container .select2-selection--single .select2-selection__rendered {
   position: relative;
   font-size: 0;
}

.select2-container .select2-selection--single:active,
.select2-container .select2-selection--single:focus,
.select2-container .select2-selection--single:hover {
   border-color: #4786d4;
}

.select2-container .select2-selection--multiple {
   outline: none;
   border: 1px solid #89a7cc;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding-left: 4px;
   width: 100%;
   height: 42px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 40px;
   color: #9dabbc;
   cursor: pointer;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
   padding-top: 3px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 42px;
   color: #9dabbc;
}

.select2-container .select2-selection--multiple:active,
.select2-container .select2-selection--multiple:focus,
.select2-container .select2-selection--multiple:hover {
   border-color: #4786d4;
}

.select2-container .select2-search {
   display: none;
}

.select2.select2-container--below .select2-selection__rendered {
   overflow: hidden;
   max-height: 100%;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 40px;
   color: #000;
}

.select2.select2-container--below .select2-selection__rendered:before {
   top: -11px;
   font-size: 12px;
}

.select2.select2-container--above .select2-selection__rendered {
   overflow: hidden;
   max-height: 100%;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 40px;
   color: #000;
}

.select2.select2-container--above .select2-selection--multiple:before,
.select2.select2-container--above .select2-selection--single:before,
.select2.select2-container--above .select2-selection__rendered:before,
.select2.select2-container--below .select2-selection--multiple:before,
.select2.select2-container--below .select2-selection--single:before {
   top: -11px;
   font-size: 12px;
}

.select2.disabled.select2-container .select2-selection--multiple,
.select2.disabled.select2-container .select2-selection--single {
   border-color: #b2b2b2;
   background-color: #f8f8f8;
   cursor: auto;
   pointer-events: none;
}

.select2.disabled.select2-container .select2-selection--multiple:before,
.select2.disabled.select2-container .select2-selection--single:before {
   color: #b2b2b2;
   background: none;
}

.select2.disabled.select2-container .select2-selection--multiple .select2-selection__arrow,
.select2.disabled.select2-container .select2-selection--multiple:after,
.select2.disabled.select2-container .select2-selection--single .select2-selection__arrow {
   background: url(/local/templates/main/images/sprites/svg/down-disabled.svg) no-repeat 50%;
}

.select2-dropdown {
   overflow: hidden;
   border-color: #4786d4;
   -webkit-border-bottom-left-radius: 10px;
   -moz-border-radius-bottomleft: 10px;
   border-bottom-left-radius: 10px;
   -webkit-border-bottom-right-radius: 10px;
   -moz-border-radius-bottomright: 10px;
   border-bottom-right-radius: 10px;
}

.select2-container--default .select2-selection--multiple {
   overflow: visible;
}

.select2-container--default .select2-selection--multiple:before {
   content: "Multiselect";
   position: absolute;
   left: 5px;
   top: 11px;
   padding: 0 6px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   color: #9dabbc;
   background-color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
   position: relative;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   padding-right: 25px;
   padding-left: 9px;
   height: 25px;
   line-height: 25px;
   background-color: #f3f6fa;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
   position: absolute;
   right: 6px;
   top: 50%;
   margin: 0;
   margin-top: -6px;
   width: 11px;
   height: 11px;
   font-size: 0;
   background: url(/local/templates/main/images/sprites/svg/x.svg) no-repeat 50%;
}

.select2-container--default .select2-selection--single {
   position: relative;
   overflow: visible;
}

.select2-container--default .select2-selection--single:before {
   content: "Select";
   position: absolute;
   left: 5px;
   top: 11px;
   padding: 0 6px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   color: #9dabbc;
   background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__choice {
   position: relative;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   padding-right: 25px;
   padding-left: 9px;
   height: 25px;
   line-height: 25px;
   background-color: #f3f6fa;
}

.select2-container--default .select2-selection--single .select2-selection__choice .select2-selection__choice__remove {
   position: absolute;
   right: 6px;
   top: 50%;
   margin: 0;
   margin-top: -6px;
   width: 11px;
   height: 11px;
   font-size: 0;
   background: url(/local/templates/main/images/sprites/svg/x.svg) no-repeat 50%;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
   border-color: #4786d4;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
   position: absolute;
   right: 13px;
   top: 18px;
   margin: 0;
   width: 14px;
   height: 9px;
   background: url(/local/templates/main/images/sprites/svg/down.svg) no-repeat 50%;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
   display: none;
}

.select2-container--default .select2-selection--multiple {
   position: relative;
}

.select2-container--default .select2-selection--multiple:after {
   content: "";
   position: absolute;
   right: 13px;
   top: 18px;
   z-index: 3;
   margin: 0;
   width: 14px;
   height: 9px;
   background: url(/local/templates/main/images/sprites/svg/down.svg) no-repeat 50%;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.select2-container--default .select2-results__option {
   position: relative;
   padding: 0 15px;
}

.select2-container--default .select2-results__option:hover {
   color: #000 !important;
   background-color: #f3f6fa !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
   color: #ea5b0c !important;
   background-color: #fff !important;
}

.select2-container--default .select2-results__option[aria-selected="true"]:after {
   content: "";
   position: absolute;
   right: 12px;
   top: 10px;
   width: 13px;
   height: 11px;
   background: url(/local/templates/main/images/sprites/svg/label-checked.svg) no-repeat 50%;
}

.select2-container--default .select2-results__option[aria-selected="true"]:hover {
   color: #ea5b0c !important;
   background-color: #fff !important;
}

.select2-container--default .select2-results__option.select2-results__option--highlighted {
   color: #000 !important;
   background-color: #f3f6fa !important;
}

.select2-container--default.select2-container--open .select2-selection--multiple:after,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
   -webkit-transform: scaleY(-1);
   -moz-transform: scaleY(-1);
   -ms-transform: scaleY(-1);
   -o-transform: scaleY(-1);
   transform: scaleY(-1);
}

.checks .checkbox__over {
   margin-bottom: 14px;
}

.checks .checkbox__over .checkbox__item {
   position: relative;
   margin-top: 15px;
   height: 16px;
   font-size: 0;
   text-align: left;
}

.checks .checkbox__over .checkbox__item input {
   display: block;
   margin: 0;
   outline: none;
   border: 1px solid #89a7cc;
   width: 16px;
   height: 16px;
   background-color: #fff;
   opacity: 0;
   position: absolute;
}

.checks .checkbox__over .checkbox__item input:active,
.checks .checkbox__over .checkbox__item input:focus,
.checks .checkbox__over .checkbox__item input:hover {
   border-color: #4786d4;
}

.checks .checkbox__over .checkbox__item label {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #000;
   line-height: 16px;
}

.checks .checkbox__over .checkbox__item label a {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 16px;
   display: inline;
}

.checks .checkbox__over .checkbox__item > span {
   display: inline-block;
   vertical-align: top;
}

.checks .checkbox__over .checkbox__item .is-question {
   display: inline-block;
   vertical-align: top;
   width: 17px;
   height: 17px;
}

.checks .checkbox__over .checkbox__item .is-question span {
   position: relative;
   display: block;
   width: 17px;
   height: 17px;
}

.checks .checkbox__over .checkbox__item .is-question span span {
   margin-top: -2px;
   margin-left: 5px;
   width: 17px;
   height: 17px;
   background: url(/local/templates/main/images/question.png) no-repeat 50%;
   -moz-background-size: 100% 100%;
   background-size: 100% 100%;
}

.checks .checkbox__over .checkbox__item.disabled {
   pointer-events: none;
}

.checks .checkbox__over .checkbox__item.disabled input {
   border: 1px solid #b2b2b2;
}

.checks .checkbox__over .checkbox__item.disabled label {
   color: #b2b2b2;
}

.checks .checkbox__over .checkbox__item.disabled label:before {
   border: 1px solid #b2b2b2;
   background: #f8f8f8;
}

.checks .checkbox__over .radio__item {
   position: relative;
   margin-top: 15px;
   height: 16px;
   font-size: 0;
   text-align: left;
}

.checks .checkbox__over .radio__item input {
   display: block;
   float: left;
   margin: 0;
   outline: none;
   border: 1px solid #89a7cc;
   width: 16px;
   height: 16px;
   background-color: #fff;
}

.checks .checkbox__over .radio__item input:active,
.checks .checkbox__over .radio__item input:focus,
.checks .checkbox__over .radio__item input:hover {
   border-color: #4786d4;
}

.checks .checkbox__over .radio__item label {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 16px;
   color: #000;
}

.checks .checkbox__over .radio__item.is-question:after {
   content: "";
   position: absolute;
   right: -20px;
   top: 50%;
   margin-top: -8px;
   width: 17px;
   height: 17px;
   background: url(/local/templates/main/images/question.png) no-repeat 50%;
}

.checks .checkbox__over .radio__item.disabled {
   pointer-events: none;
}

.checks .checkbox__over .radio__item.disabled input {
   border: 1px solid #b2b2b2;
}

.checks .checkbox__over .radio__item.disabled label {
   color: #b2b2b2;
}

.checks .checkbox__over .radio__item.disabled label:before {
   border: 1px solid #b2b2b2;
   background: #f8f8f8;
}

.checks .checkbox {
   position: absolute;
   vertical-align: top;
   width: 16px;
   height: 16px;
   opacity: 0;
}

.checks .checkbox + label {
   margin: 0;
   padding: 0 0 0 25px;
   cursor: pointer;
   position: relative;
}

.checks .checkbox + label:before {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   border: 1px solid #89a7cc;
   width: 16px;
   height: 16px;
   background-color: #fff;
}

.checks .checkbox + label:before:active,
.checks .checkbox + label:before:focus,
.checks .checkbox + label:before:hover {
   border-color: #4786d4;
}

.checks .checkbox + label:after {
   content: "";
   position: absolute;
   left: 2px;
   top: 0;
   display: none;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   width: 16px;
   height: 16px;
   background-color: #89a7cc;
}

.checks .checkbox + label:after:active,
.checks .checkbox + label:after:focus,
.checks .checkbox + label:after:hover {
   background-color: #4786d4;
}

.checks .checkbox:checked + label:after {
   display: block;
   background: url(/local/templates/main/images/sprites/svg/checked.svg) no-repeat 50%;
   -moz-background-size: 16px 16px;
   background-size: 16px 16px;
}

.checks .checkbox:active + label:after,
.checks .checkbox:active + label:before,
.checks .checkbox:focus + label:after,
.checks .checkbox:focus + label:before,
.checks .checkbox:hover + label:after,
.checks .checkbox:hover + label:before {
   border-color: #4786d4;
}

.checks .radio {
   position: absolute;
   vertical-align: top;
   width: 16px;
   height: 16px;
   opacity: 0;
}

.checks .radio + label {
   position: relative;
   margin: 0;
   padding: 2px 0 0 25px;
   cursor: pointer;
}

.checks .radio + label:before {
   left: 0;
   top: 0;
   border: 1px solid #89a7cc;
   border-radius: 50%;
   width: 16px;
   height: 16px;
}

.checks .radio + label:after,
.checks .radio + label:before {
   content: "";
   position: absolute;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
}

.checks .radio + label:after {
   left: 4px;
   top: 4px;
   display: none;
   border-radius: 50%;
   width: 8px;
   height: 8px;
   background-color: #89a7cc;
}

.checks .radio:checked + label:after {
   display: block;
}

.checks .radio:active + label:before,
.checks .radio:focus + label:before,
.checks .radio:hover + label:before {
   border-color: #4786d4;
}

.checks .radio:active + label:after,
.checks .radio:focus + label:after,
.checks .radio:hover + label:after {
   background-color: #4786d4;
}

.alert {
   position: relative;
   margin: 0 0 39px;
   border-color: transparent;
   padding: 0 0 0 39px;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   text-shadow: none;
   color: inherit;
   background: transparent none repeat scroll 0 0;
}

.alert h3 {
   margin: 0;
   line-height: 30px;
}

.alert p {
   margin: 0;
   margin-top: 10px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 22px;
   color: #000;
}

.alert.alert-success {
   background: url(/local/templates/main/images/sprites/svg/thanks.svg) no-repeat left 2px;
}

.alert.alert-info {
   background: url(/local/templates/main/images/sprites/svg/info.svg) no-repeat left 2px;
}

.alert.alert-danger {
   background: url(/local/templates/main/images/sprites/svg/error.svg) no-repeat left 2px;
}

.tabs__container__buttons {
   position: relative;
   z-index: 2;
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
}

.tabs__container__buttons li {
   margin: 0;
}

.tabs__container__buttons li a {
   margin-right: 27px;
   border: none;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
   padding: 0;
   padding-bottom: 15px;
   font-family: Oswald, sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 22px;
   color: #145099;
   cursor: pointer;
}

.tabs__container__buttons li a:visited {
   text-decoration: none;
   color: #145099;
}

.tabs__container__buttons li a:focus,
.tabs__container__buttons li a:hover {
   border: none;
   color: #ea5b0c;
   background: none;
}

.tabs__container__buttons li.active a,
.tabs__container__buttons li.active a:focus,
.tabs__container__buttons li.active a:hover {
   border: none;
   border-bottom: 5px solid #ea5b0c;
   color: #000;
   background: none;
   cursor: default;
}

.tabs__container .tab-content {
   margin-top: -1px;
   border: 1px solid #b8cae0;
   -webkit-border-radius: 0 0 10px 10px;
   -moz-border-radius: 0 0 10px 10px;
   border-radius: 0 0 10px 10px;
   padding: 30px;
   padding-top: 0;
}

.tabs__container .tab-content .tab-pane p {
   margin-top: 20px;
}

.tabs__container .tab-content .quantity p {
   margin-top: 0;
}

.pagination {
   margin-bottom: 0;
}

.pagination .pagination > li:last-child > a,
.pagination li a.page-link {
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
}

.pagination li a.page-link {
   border-color: #145099;
   border-right: none;
   padding: 0;
   width: 40px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 38px;
   text-align: center;
   color: #145099;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.pagination li a.page-link:hover {
   border-color: #ea5b0c;
   color: #fff;
   background-color: #ea5b0c;
}

.pagination li a.page-link.page__prev {
   -webkit-border-radius: 10px 0 0 10px;
   -moz-border-radius: 10px 0 0 10px;
   border-radius: 10px 0 0 10px;
   width: 90px;
}

.pagination li a.page-link.page__next {
   border-right: 1px solid #145099;
   -webkit-border-radius: 0 10px 10px 0;
   -moz-border-radius: 0 10px 10px 0;
   border-radius: 0 10px 10px 0;
   width: 90px;
}

.pagination li a.page-link.page__next:hover {
   border-color: #ea5b0c;
}

.pagination li.active a {
   border-color: #ea5b0c;
   color: #fff;
   background-color: #ea5b0c;
   pointer-events: none;
}

.pagination__container {
   overflow: hidden;
}

.pagination__container .pagination--more {
   float: left;
}

.pagination__container .pagination {
   float: right;
}

.format {
   display: inline-block;
   vertical-align: top;
   width: 27px;
   height: 34px;
}

.format.format--1 {
   background: url(/local/templates/main/images/sprites/svg/format-icon1-orange.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.format.format--2 {
   background: url(/local/templates/main/images/sprites/svg/format-icon2-orange.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.format.format--3 {
   background: url(/local/templates/main/images/sprites/svg/format-icon3-orange.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.format.format--4 {
   background: url(/local/templates/main/images/sprites/svg/format-icon4-orange.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.format.format--5 {
   background: url(/local/templates/main/images/sprites/svg/format-icon5-orange.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.format.format--6 {
   background: url(/local/templates/main/images/sprites/svg/format-icon6-orange.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.format.format--7 {
   background: url(/local/templates/main/images/sprites/svg/format-icon7-orange.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.format.format--8 {
   background: url(/local/templates/main/images/sprites/svg/format-icon8-orange.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.format.format--9 {
   background: url(/local/templates/main/images/sprites/svg/format-icon9-orange.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.format.format--10 {
   background: url(/local/templates/main/images/sprites/svg/format-icon10-orange.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.format.format--11 {
   background: url(/local/templates/main/images/sprites/svg/format-icon11-orange.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.modal .alert,
.ajax-form .alert {
   margin-top: 25px;
   margin-bottom: 0;
}

.info-label {
   padding-top: 25px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #9dabbc;
}

.info-label span {
   position: relative;
   display: block;
   margin-left: 10px;
   padding-left: 10px;
}

.required-label span:before {
   content: "*";
   position: absolute;
   left: 0;
   top: 0;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 18px;
   color: #ff0008;
}

.form__agree__input .checks .checkbox__over {
   margin: 0;
}

.form__agree__input .checks a {
   display: inline-block;
   vertical-align: top;
   max-width: -webkit-calc(100% - 30px);
   max-width: -moz-calc(100% - 30px);
   max-width: calc(100% - 30px);
}

.modal-dialog {
   width: 500px;
}

.modal-content {
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 38px;
   -webkit-box-shadow: 0 3px 20px rgba(20, 80, 153, 0.15);
   -moz-box-shadow: 0 3px 20px rgba(20, 80, 153, 0.15);
   box-shadow: 0 3px 20px rgba(20, 80, 153, 0.15);
   background-color: #fff;
}

.modal-content h2 {
   margin: 0;
}

.modal-content .close {
   position: absolute;
   right: 13px;
   top: 10px;
   display: inline-block;
   margin: 0;
   padding: 5px;
   width: auto;
   height: auto;
   opacity: 1;
}

.modal-content .close svg {
   width: 22px;
   height: 22px;
   fill: #145099;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.modal-content .close:hover svg {
   fill: #ea5b0c;
}

.modal-content button {
   margin-top: 25px;
}

.modal.modal-write-us .modal-dialog {
   width: 700px;
}

.modal.modal-write-us .modal-dialog .subtitle {
   margin-top: 10px;
}

.modal.modal-write-us .modal-dialog .leftside .form__input-container.req:before {
   content: "*";
   position: absolute;
   left: 0;
   top: 34px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 18px;
   color: #ff0008;
}

.modal.modal-write-us .modal-dialog .leftside .form__input-container.req:first-child::before {
   left: 43px;
}

.modal.modal-write-us .modal-dialog .leftside .form__input-container.req:nth-child(2):before {
   left: 55px;
}

.modal.modal-write-us .modal-dialog .leftside .form__input-container.req:nth-child(3):before {
   left: 69px;
}

.modal.modal-write-us .modal-dialog .leftside .form__input-container.req.active:before {
   display: none;
}

.modal.modal-write-us .modal-dialog .rightside .form__input-container.req:before {
   content: "*";
   position: absolute;
   left: 85px;
   top: 34px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 18px;
   color: #ff0008;
}

.modal.modal-write-us .modal-dialog .rightside .form__input-container.req.active:before {
   display: none;
}

.modal.modal-write-us textarea {
   height: 175px;
}

.modal.modal-callback .select2-container--default .select2-selection--single:before {
   content: "Удобное время для связи";
}

.modal.modal-callback .form__input-container.req:before {
   content: "*";
   position: absolute;
   left: 0;
   top: 34px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 18px;
   color: #ff0008;
}

.modal.modal-callback .form__input-container.req:first-child::before {
   left: 43px;
}

.modal.modal-callback .form__input-container.req:nth-child(2):before {
   left: 70px;
}

.modal.modal-callback .form__input-container.req.active:before,
.modal.modal-callback .form__input-container.req:nth-child(3):before {
   display: none;
}

.modal.modal-callback .select2.select2-container--below .select2-selection__rendered:before {
   padding-right: 12px;
}

.modal.modal-callback .select2.select2-container--below .select2-selection__rendered:after {
   left: 143px;
   top: -14px;
}

.modal.modal-callback .select2.select2-container--above .select2-selection__rendered:before {
   padding-right: 12px;
}

.modal.modal-callback .select2.select2-container--above .select2-selection__rendered:after {
   left: 143px;
   top: -14px;
}

.modal.modal-callback .select2.select2-container--above .select2-selection--multiple:before {
   padding-right: 12px;
}

.modal.modal-callback .select2.select2-container--above .select2-selection--multiple:after {
   left: 143px;
   top: -14px;
}

.modal.modal-callback .select2.select2-container--above .select2-selection--single:before {
   padding-right: 12px;
}

.modal.modal-callback .select2.select2-container--above .select2-selection--single:after {
   left: 143px;
   top: -14px;
}

.modal.modal-callback .select2.select2-container--below .select2-selection--multiple:before {
   padding-right: 12px;
}

.modal.modal-callback .select2.select2-container--below .select2-selection--multiple:after {
   left: 143px;
   top: -14px;
}

.modal.modal-callback .select2.select2-container--below .select2-selection--single:before {
   padding-right: 12px;
}

.modal.modal-callback .select2.select2-container--below .select2-selection--single:after {
   left: 143px;
   top: -14px;
}

.modal.modal-subscribe .form__input-container.req:before {
   content: "*";
   position: absolute;
   left: 0;
   top: 34px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 18px;
   color: #ff0008;
}

.modal.modal-subscribe .form__input-container.req:first-child::before {
   left: 43px;
}

.modal.modal-subscribe .form__input-container.req:nth-child(2):before {
   left: 70px;
}

.modal.modal-subscribe .form__input-container.req.active:before,
.modal.modal-subscribe .form__input-container.req:nth-child(3):before {
   display: none;
}

.modal.modal-pdf .alert {
   margin-bottom: 0;
}

.modal.modal-pdf .form__input-container.req:before {
   content: "*";
   position: absolute;
   left: 50px;
   top: 34px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 18px;
   color: #ff0008;
}

.popup {
   position: fixed;
   z-index: 15;
   display: none;
}

.popup,
.popup__bg {
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}

.popup__bg {
   position: absolute;
   z-index: 1;
   background-color: rgba(0, 0, 0, 0.5);
}

.popup .popup__close {
   position: absolute;
   right: 13px;
   top: 10px;
   z-index: 5;
   display: inline-block;
   padding: 5px;
}

.popup .popup__close svg {
   width: 22px;
   height: 22px;
   fill: #145099;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.popup .popup__close:hover svg {
   fill: #ea5b0c;
}

.popup__content {
   position: absolute;
   left: 50%;
   top: 50%;
   z-index: 2;
   margin-top: -185px;
   margin-left: -235px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 38px;
   width: 470px;
   height: 370px;
   -webkit-box-shadow: 0 3px 20px rgba(20, 80, 153, 0.15);
   -moz-box-shadow: 0 3px 20px rgba(20, 80, 153, 0.15);
   box-shadow: 0 3px 20px rgba(20, 80, 153, 0.15);
   background-color: #fff;
}

.popup__content h2 {
   margin: 0;
}

.popup__content button {
   margin-top: 25px;
}

.popup--video .popup__close {
   right: 15px;
   top: 15px;
}

.popup--video .popup__content {
   left: 10%;
   top: 10%;
   margin-top: 0;
   margin-left: 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
   padding: 0;
   width: 80%;
   height: 80%;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   background: none;
}

video {
   width: 100% !important;
   height: 100% !important;
}

.banner--main {
   position: relative;
   margin-top: 20px;
   padding: 20px 26px;
}

.banner--main,
.banner--main:before {
   -webkit-border-radius: 10px 0 0 10px;
   -moz-border-radius: 10px 0 0 10px;
   border-radius: 10px 0 0 10px;
}

.banner--main:before {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 3000px;
   height: 100%;
   background: url(/local/templates/main/images/pattern1.jpg);
   pointer-events: none;
}

.banner--main h3 {
   position: relative;
   display: inline-block;
   vertical-align: top;
   margin: 0;
   color: #ea5b0c;
}

.banner--main .link--about-stock {
   display: inline-block;
   vertical-align: top;
   margin-left: 18px;
}

.banner--main .row {
   margin-top: 22px;
}

.banner--main .row a {
   max-width: 240px;
}

.banner--main .banner__close {
   position: absolute;
   right: 25px;
   top: 25px;
   display: inline-block;
   padding: 5px;
   cursor: pointer;
}

.banner--main .banner__close svg {
   display: block;
   width: 17px;
   height: 17px;
   fill: #145099;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.banner--main .banner__close:hover svg {
   fill: #ea5b0c;
}

.banner--with-image {
   position: relative;
   margin-top: 20px;
   /* padding: 20px 26px; */
}

.banner--with-image > * {
   position: relative;
}

.banner--with-image,
.banner--with-image:before {
   -webkit-border-radius: 10px 0 0 10px;
   -moz-border-radius: 10px 0 0 10px;
   border-radius: 10px 0 0 10px;
}

.banner--with-image:before {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 3000px;
   height: 100%;
   background: url(/local/templates/main/images/pattern1.jpg);
   pointer-events: none;
}

.banner--with-image h3 {
   position: relative;
   display: inline-block;
   vertical-align: top;
   margin: 0;
   color: #ea5b0c;
}

.banner--with-image .link--about-stock {
   display: inline-block;
   vertical-align: top;
   margin-top: 0;
   margin-left: 18px;
}

.banner--with-image .row {
   margin-top: 22px;
}

.banner--with-image .row a {
   display: block;
   max-width: 240px;
}

.banner--with-image .banner__image {
   position: absolute;
   right: 0;
   top: 20px;
   z-index: 1;
   max-width: 400px;
   max-height: 100%;
}

.banner--with-image .banner__image img {
   max-width: 100%;
   max-height: 100%;
}

.banner--with-image .banner__close {
   position: absolute;
   right: 25px;
   top: 25px;
   z-index: 2;
   display: none;
   padding: 5px;
   cursor: pointer;
}

.banner--with-image .banner__close svg {
   display: block;
   width: 17px;
   height: 17px;
   fill: #145099;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.banner--with-image .banner__close:hover svg {
   fill: #ea5b0c;
}

.banner--video {
   overflow: hidden;
   margin-top: 45px;
   margin-left: -30px;
   padding: 0 30px;
   width: -webkit-calc(100% + 60px);
   width: -moz-calc(100% + 60px);
   width: calc(100% + 60px);
   height: 500px;
   background: url(/local/templates/main/images/pattern2.jpg);
}

.banner--video h1 {
   margin-top: 41px;
   margin-bottom: 37px;
   color: #fff;
}

.banner--video .banner__leftside {
   float: left;
}

.banner--video .banner__leftside__item {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   margin-top: 20px;
}

.banner--video .banner__leftside__item h6 {
   margin: 0;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 16px;
   line-height: 10px;
   color: #fff;
}

.banner--video .banner__leftside__item a {
   display: inline-block;
   margin: 0;
   border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
   font-family: Oswald, sans-serif;
   font-weight: 300;
   font-size: 40px;
   line-height: 48px;
   color: #fff;
}

.banner--video .banner__leftside__item a:hover,
.banner--video .banner__leftside__item a span {
   color: #f48548;
}

.banner--video .banner__leftside__item a:hover span {
   color: #fff;
}

.banner--video .banner__leftside__item h5 {
   display: inline-block;
   margin: 0;
   border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
   font-family: Oswald, sans-serif;
   font-weight: 300;
   font-size: 40px;
   line-height: 48px;
   color: #fff;
}

.banner--video .banner__leftside__item h5 span {
   color: #f48548;
}

.banner--video .banner__leftside__item--1 a {
   border-bottom: none;
}

.banner--video .banner__leftside__item--1 h5 {
   border: none;
}

.banner--video .banner__leftside__item--2 .banner__leftside__item__image {
   margin-top: 3px;
   margin-left: 14px;
   width: 66px;
   height: 55px;
   background: url(/local/templates/main/images/iso-icon.png) no-repeat 50%;
}

.banner--video .banner__leftside__item--3 {
   margin-top: 28px;
}

.banner--video .banner__leftside__item--3 h6 {
   margin-top: 5px;
}

.banner--video .banner__leftside__item--4 {
   margin-top: 29px;
}

.banner--video .banner__leftside__item--4 br {
   display: none;
}

.banner--video .banner__rightside {
   float: right;
   margin-top: 50px;
}

.banner--video .banner__rightside__videoblock {
   position: relative;
   overflow: hidden;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   width: 570px;
   height: 330px;
   display: inline-block;
}

.banner--video .banner__rightside__videoblock__image {
   position: relative;
   z-index: 1;
   width: 100%;
   height: 100%;
}

.banner--video .banner__rightside__videoblock__image img {
   display: block;
   width: 100%;
   height: 100%;
}

.banner--video .banner__rightside__videoblock__image img.mobile-img {
   display: none;
}

.banner--video .banner__rightside__videoblock__text {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 2;
   font-family: Oswald, sans-serif;
   font-weight: 300;
   font-size: 24px;
   line-height: 60px;
   text-align: center;
   color: #fff;
   background-color: rgba(0, 0, 0, 0.7);
}

.banner--video .banner__rightside__videoblock .button__play {
   position: absolute;
   left: 50%;
   top: 50%;
   z-index: 4;
   display: block;
   overflow: hidden;
   margin-top: -34px;
   margin-left: -34px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   width: 70px;
   height: 70px;
   background-color: rgba(0, 0, 0, 0.7);
}

.banner--video .banner__rightside__videoblock .button__play svg {
   display: block;
   margin-top: 20px;
   margin-left: 25px;
   width: 29px;
   height: 33px;
   fill: #fff;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.banner--video .banner__rightside__videoblock .button__play:hover svg {
   fill: #ea5b0c;
}

.banner--video .banner__rightside__bottom {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   margin-top: 30px;
}

.banner--video .banner__rightside__bottom a {
   display: block;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   width: 180px;
   height: 40px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 16px;
   line-height: 40px;
   text-align: center;
   color: #ea5b0c;
   background-color: #fff;
   -webkit-transition: all 0.4s ease-out 0s;
   -o-transition: all 0.4s ease-out 0s;
   -moz-transition: all 0.4s ease-out 0s;
   transition: all 0.4s ease-out 0s;
}

.banner--video .banner__rightside__bottom a:hover {
   color: #fff;
   background-color: #ea5b0c;
}

.banner--video .banner__rightside__bottom p {
   margin: 0;
   margin-left: 20px;
   font-family: Oswald, sans-serif;
   font-weight: 300;
   font-size: 24px;
   line-height: 24px;
   color: #fff;
}

.banner--video .banner__rightside__bottom p span {
   display: block;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 16px;
   line-height: 16px;
}

.banner--have-questions {
   margin-top: 40px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 33px 0 43px;
   background: url(/local/templates/main/images/pattern1.jpg);
}

.banner--have-questions h1 {
   margin: 0;
   text-align: center;
}

.banner--have-questions br {
   display: none;
}

.banner--have-questions p {
   margin: 0;
   margin-top: 20px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 20px;
   text-align: center;
   color: #000;
}

.banner--have-questions p span {
   font-weight: 700;
   font-size: 28px;
}

.banner--have-questions p a {
   font-size: 18px;
   line-height: 20px;
   color: #145099;
}

.banner--have-questions p a:hover {
   color: #ea5b0c;
}

.categories h1 {
   line-height: 40px;
   text-align: center;
}

.categories h1 a {
   margin: 0;
   font-family: Oswald, sans-serif;
   font-weight: 400;
   font-size: 40px;
   line-height: 48px;
   color: #145099;
}

.categories h1 a:hover {
   color: #ea5b0c;
}

.categories .slick-dots {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   list-style: none;
   padding: 0;
   font-size: 0;
   white-space: nowrap;
   text-align: center;
}

.categories .slick-dots li {
   position: relative;
   display: inline-block;
   vertical-align: top;
   margin: 0 3px;
   width: 18px;
   height: 18px;
}

.categories .slick-dots li:before {
   content: "";
   position: absolute;
   left: 2px;
   top: 2px;
   overflow: hidden;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   width: 14px;
   height: 14px;
   background-color: #145099;
}

.categories .slick-dots li button {
   display: none;
}

.categories .slick-dots li.slick-active:before {
   left: 0;
   top: 0;
   width: 18px;
   height: 18px;
   background-color: #ea5b0c;
}

.categories .cat__over {
   padding-top: 22px;
}

.is-mobile {
   display: none;
}

.categories__item {
   position: relative;
   margin-top: 30px;
}

.categories__item__image,
.categories__item__img {
   position: relative;
   z-index: 1;
   height: 68px;
}

.categories__item__img img {
   max-width: 100%;
   max-height: 100%;
}

.categories__item__img img:nth-child(2) {
   display: none;
}

.categories__item p {
   margin-top: 5px;
   max-width: 265px;
   font-size: 16px;
   line-height: 20px;
   color: #145099;
}

.categories__item:hover p {
   color: #ea5b0c;
}

.categories__item.cat__new:before {
   content: "new";
   position: absolute;
   left: 60px;
   top: -7px;
   z-index: 2;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   width: 25px;
   height: 25px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 10px;
   line-height: 25px;
   text-align: center;
   text-transform: uppercase;
   color: #fff;
   background-color: #ea5b0c;
}

.categories__item--1 .categories__item__image {
   width: 175px;
   background: url(/local/templates/main/images/main_catalog1.png) no-repeat 0 0;
   -moz-background-size: cover;
   background-size: cover;
}

@media screen and (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
   .categories__item--1 .categories__item__image {
      background-image: url(/local/templates/main/images/main_catalog1@2x.png);
      -moz-background-size: cover;
      background-size: cover;
   }
}

.categories__item--2 .categories__item__image {
   width: 170px;
   background: url(/local/templates/main/images/main_catalog2.png) no-repeat 0 0;
   -moz-background-size: cover;
   background-size: cover;
}

@media screen and (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
   .categories__item--2 .categories__item__image {
      background-image: url(/local/templates/main/images/main_catalog2@2x.png);
      -moz-background-size: cover;
      background-size: cover;
   }
}

.categories__item--3 .categories__item__image {
   width: 193px;
   background: url(/local/templates/main/images/main_catalog3.png) no-repeat 0 0;
   -moz-background-size: cover;
   background-size: cover;
}

@media screen and (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
   .categories__item--3 .categories__item__image {
      background-image: url(/local/templates/main/images/main_catalog3@2x.png);
      -moz-background-size: cover;
      background-size: cover;
   }
}

.categories__item--4 .categories__item__image {
   width: 173px;
   background: url(/local/templates/main/images/main_catalog4.png) no-repeat 0 0;
   -moz-background-size: cover;
   background-size: cover;
}

@media screen and (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
   .categories__item--4 .categories__item__image {
      background-image: url(/local/templates/main/images/main_catalog4@2x.png);
      -moz-background-size: cover;
      background-size: cover;
   }
}

.categories__item--5 .categories__item__image {
   width: 173px;
   background: url(/local/templates/main/images/main_catalog5.png) no-repeat 0 0;
   -moz-background-size: cover;
   background-size: cover;
}

@media screen and (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
   .categories__item--5 .categories__item__image {
      background-image: url(/local/templates/main/images/main_catalog5@2x.png);
      -moz-background-size: cover;
      background-size: cover;
   }
}

.categories__item--6 .categories__item__image {
   width: 189px;
   background: url(/local/templates/main/images/main_catalog6.png) no-repeat 0 0;
   -moz-background-size: cover;
   background-size: cover;
}

@media screen and (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
   .categories__item--6 .categories__item__image {
      background-image: url(/local/templates/main/images/main_catalog6@2x.png);
      -moz-background-size: cover;
      background-size: cover;
   }
}

.categories__item--7 .categories__item__image {
   width: 195px;
   background: url(/local/templates/main/images/main_catalog7.png) no-repeat 0 0;
   -moz-background-size: cover;
   background-size: cover;
}

@media screen and (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
   .categories__item--7 .categories__item__image {
      background-image: url(/local/templates/main/images/main_catalog7@2x.png);
      -moz-background-size: cover;
      background-size: cover;
   }
}

.categories__item--8 .categories__item__image {
   width: 165px;
   background: url(/local/templates/main/images/main_catalog8.png) no-repeat 0 0;
   -moz-background-size: cover;
   background-size: cover;
}

@media screen and (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
   .categories__item--8 .categories__item__image {
      background-image: url(/local/templates/main/images/main_catalog8@2x.png);
      -moz-background-size: cover;
      background-size: cover;
   }
}

.categories__item--9 .categories__item__image {
   width: 145px;
   background: url(/local/templates/main/images/main_catalog9.png) no-repeat 0 0;
   -moz-background-size: cover;
   background-size: cover;
}

@media screen and (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
   .categories__item--9 .categories__item__image {
      background-image: url(/local/templates/main/images/main_catalog9@2x.png);
      -moz-background-size: cover;
      background-size: cover;
   }
}

.categories__buttons {
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -moz-box-pack: center;
   -ms-flex-pack: center;
   justify-content: left;
   margin-top: 40px;
   flex-wrap: wrap;
}

.categories__buttons,
.categories__buttons__item {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
}

.categories__buttons__item {
   margin: 0 8px 16px 8px;
}

.categories__buttons__item h3 {
   margin: 0;
   line-height: 24px;
}

.categories__buttons__item a {
   margin-top: 15px;
   width: 180px;
}

.categories__buttons__item .button__text {
   margin-left: 20px;
}

.categories__buttons__item--1 .button__image {
   width: 57px;
   height: 80px;
   background: url(/local/templates/main/images/main_catalog_sklad.png) no-repeat 50%;
   -moz-background-size: 100% 100%;
   background-size: 100% 100%;
}
.categories__buttons__item--3 .button__image {
   width: 57px;
   height: 80px;
   background: url(/local/templates/main/images/warehouse.jpg) no-repeat 50%;
   -moz-background-size: 100% 100%;
   background-size: 100% 100%;
}
.categories__buttons__item--4 .button__image {
   width: 57px;
   height: 80px;
   background: url(/local/templates/main/images/obl_catalog_okl3.jpg) no-repeat 50%;
   -moz-background-size: 100% 100%;
   background-size: 100% 100%;
}
.categories__buttons__item--5 .button__image {
   width: 57px;
   height: 80px;
   background: url(/local/templates/main/images/presentation.jpg) no-repeat 50%;
   -moz-background-size: 100% 100%;
   background-size: 100% 100%;
}
.categories__buttons__item--6 .button__image {
   width: 57px;
   height: 80px;
   background: url(/local/templates/main/images/okl-presentation-icon.jpg) no-repeat 50%;
   -moz-background-size: 100% 100%;
   background-size: 100% 100%;
}

@media screen and (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
   .categories__buttons__item--1 .button__image {
      background-image: url(/local/templates/main/images/main_catalog_sklad@2x.png);
      -moz-background-size: 100% 100%;
      background-size: 100% 100%;
   }
}

.categories__buttons__item--2 .button__image {
   width: 57px;
   height: 80px;
   background: url(/local/templates/main/images/main_catalog_sklad2.png) no-repeat 50%;
   -moz-background-size: 100% 100%;
   background-size: 100% 100%;
}

@media screen and (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
   .categories__buttons__item--2 .button__image {
      background-image: url(/local/templates/main/images/main_catalog_sklad2@2x.png);
      -moz-background-size: 100% 100%;
      background-size: 100% 100%;
   }
}

.choose {
   margin-top: 50px;
}

h1 + .choose {
   margin-top: 30px;
}

.choose .slick-dots {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   list-style: none;
   padding: 0;
   font-size: 0;
   white-space: nowrap;
   text-align: center;
}

.choose .slick-dots li {
   position: relative;
   display: inline-block;
   vertical-align: top;
   margin: 0 3px;
   width: 18px;
   height: 18px;
}

.choose .slick-dots li:before {
   content: "";
   position: absolute;
   left: 2px;
   top: 2px;
   overflow: hidden;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   width: 14px;
   height: 14px;
   background-color: #145099;
}

.choose .slick-dots li button {
   display: none;
}

.choose .slick-dots li.slick-active:before {
   left: 0;
   top: 0;
   width: 18px;
   height: 18px;
   background-color: #ea5b0c;
}

.choose__title {
   font-size: 0;
}

.choose__title h3 {
   margin: 0;
   font-size: 40px;
   line-height: 40px;
}

.choose__title a,
.choose__title h3 {
   display: inline-block;
   vertical-align: top;
}

.choose__title a {
   margin-top: 3px;
   margin-left: 14px;
   font-size: 14px;
   line-height: 14px;
}

.choose .row .choose__item {
   display: block;
   margin-top: 20px;
}

.choose .row .choose__item__image {
   overflow: hidden;
   border: 1px solid #d1d1cf;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   height: 170px;
   text-align: center;
}

.choose .row .choose__item__image img {
   width: 100%;
   height: 100%;
}

.choose .row .choose__item__text h6 {
   margin: 0;
   margin-top: 19px;
   font-size: 16px;
   color: #000;
}

.choose .row .choose__item__text p {
   color: #000;
}

.news--main {
   margin-top: 50px;
}

.news--main__title {
   font-size: 0;
}

.news--main__title h3 {
   display: inline-block;
   vertical-align: top;
   margin: 0;
   font-size: 40px;
   line-height: 40px;
}

.news--main__title a {
   display: block;
   vertical-align: top;
   margin-top: 4px;
   font-size: 16px;
   line-height: 28px;
}

.news--main .row .news--main__item {
   display: block;
   margin-top: 20px;
   min-height: 400px;
}

.news--main .row .news--main__item__image {
   overflow: hidden; /*border: 1px solid #d1d1cf;*/
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   text-align: center;
   display: inherit;
}

.news--main .row .news--main__item__image img {
   max-width: 100%;
   max-height: 100%;
}

.news--main .row .news--main__item .slick-dots {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   list-style: none;
   padding: 0;
   font-size: 0;
   white-space: nowrap;
   text-align: center;
}

.news--main .row .news--main__item .slick-dots li {
   position: relative;
   display: inline-block;
   vertical-align: top;
   margin: 0 3px;
   width: 18px;
   height: 18px;
}

.news--main .row .news--main__item .slick-dots li:before {
   content: "";
   position: absolute;
   left: 2px;
   top: 2px;
   overflow: hidden;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   width: 14px;
   height: 14px;
   background-color: #145099;
}

.news--main .row .news--main__item .slick-dots li button {
   display: none;
}

.news--main .row .news--main__item .slick-dots li.slick-active:before {
   left: 0;
   top: 0;
   width: 18px;
   height: 18px;
   background-color: #ea5b0c;
}

.news--main .row .news--main__item__text .date {
   margin-top: 10px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   color: gray;
}

.news--main .row .news--main__item__text a {
   margin: 0;
   font-size: 16px;
   color: #145099;
}

.news--main .row .news--main__item__text a:hover {
   color: #ea5b0c;
}

.news--main .row .news--main__item__text p {
   color: #000;
}

.news__item {
   margin-top: 30px;
}

.news__item__image {
   display: block;
   max-width: 100%;
}

.news__item__image a {
   display: inline;
   max-width: 100%;
}

.news__item__image img {
   overflow: hidden;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   max-height: 100%;
   max-width: 100%;
   border: 1px solid #d1d1cf;
   border-radius: 7px;
}

.news__item__image.news__item__image-video {
   position: relative;
}

.news__item__image.news__item__image-video:before {
   content: "";
   position: absolute;
   left: 50%;
   top: 50%;
   z-index: 4;
   overflow: hidden;
   margin-top: -34px;
   margin-left: -34px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   width: 70px;
   height: 70px;
   background: rgba(0, 0, 0, 0.7) url(/local/templates/main/images/sprites/svg/play-white.svg) no-repeat 50%;
}

.news__item__date {
   margin-top: 10px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   color: gray;
}

.news__item__text {
   margin-top: 10px;
}

.news__container {
   position: relative;
   margin-top: 30px;
}

.news__container .news__button--subscribe {
   position: absolute;
   right: 0;
   top: -7px;
   z-index: 4;
   margin: 0;
}

.news--single__container {
   overflow: hidden;
   width: -webkit-calc(100% + 30px);
   width: -moz-calc(100% + 30px);
   width: calc(100% + 30px);
}

.news--single__leftside {
   float: left;
   padding-top: 22px;
   padding-right: 30px;
   max-width: 650px;
}

.news--single__title {
   margin-top: 40px;
}

.news--single__date {
   font-family: Roboto, sans-serif;
   font-weight: 700;
}

.news--single__main-image {
   margin-top: 30px;
   margin-bottom: 30px;
}

.news--single__main-image img {
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}

.news--single__description__item {
   margin-top: 35px;
}

.news--single__description__item > div p:first-child {
   margin-top: 0;
}

.news--single__description__item img {
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}

.news--single__photos {
   margin-top: 30px;
   border-top: 1px solid #89a7cc;
   padding-top: 30px;
}

.news--single__photos__title {
   margin: 0;
}

.news--single__photos__items {
   margin: 0 -10px;
   margin-top: 10px;
   font-size: 0;
}

.news--single__photos__items a {
   display: inline-block;
   vertical-align: top;
   margin: 20px 10px 0;
}

.news--single__photos__items a img {
   display: block;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   width: auto;
   height: 80px;
}

.news--single__buttons {
   margin-top: 35px;
}

.news--single__buttons .go-to-cat {
   float: left;
   margin-top: 0;
}

.news--single__buttons .social {
   float: right;
}

.news--single__rightside {
   position: relative;
   float: right;
   width: 242px;
}

.news--single__rightside .news--other__title {
   margin: 18px 0 42px;
}

.news--single__rightside .news--other__item {
   margin-top: 25px;
}

.news--single__rightside .news--other__item__date {
   margin-top: 5px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   color: gray;
}

.news--single__rightside .news--other__item__text {
   margin-top: 2px;
}

.news--single__rightside .news--other__item a:first-child {
   margin-top: 0;
}

.news--single__rightside .news--other__item__description {
   margin-top: 5px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 18px;
   color: #000;
}

.news--single__rightside .news--other__item img {
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}

.news--single__rightside .btn-subscribe {
   margin-top: 25px;
}

.about--main {
   margin: 0 -30px;
   margin-top: 40px;
}

.about--main h3 {
   margin-left: 30px;
   margin-bottom: 30px;
   font-size: 40px;
}

.about--main__image {
   margin-top: 15px;
   width: 452px;
   height: 351px;
   background: url(/local/templates/main/images/main_machine.png) no-repeat 50%;
}

@media screen and (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
   .about--main__image {
      background-image: url(/local/templates/main/images/main_machine@2x.png);
      -moz-background-size: cover;
      background-size: cover;
   }
}

.about--main__text {
   padding-right: 30px;
}

.about--main__text p span {
   color: #145099;
}

.about__slide {
   position: relative;
   margin-top: 20px;
   margin-left: -30px;
   width: -webkit-calc(100% + 60px);
   width: -moz-calc(100% + 60px);
   width: calc(100% + 60px);
}

.about__slide img {
   position: relative;
   z-index: 1;
   width: 100%;
   height: auto;
}

.about__slide__text {
   position: absolute;
   left: 0;
   bottom: 0;
   z-index: 2;
   display: inline-block;
   -webkit-border-radius: 0 10px 0 0;
   -moz-border-radius: 0 10px 0 0;
   border-radius: 0 10px 0 0;
   padding: 13px 43px 24px 30px;
   font-family: Oswald, sans-serif;
   font-weight: 400;
   font-size: 40px;
   line-height: 48px;
   color: #fff;
   background-color: rgba(20, 80, 153, 0.9);
}

.about__text-block--1 {
   margin-top: 34px;
}

.about__text-block--1 p span {
   color: #145099;
}

.about__text-block--1__rightside__item {
   margin-bottom: 11px;
   font-size: 0;
}

.about__text-block--1__rightside__item__text {
   display: inline-block;
   vertical-align: top;
}

.about__text-block--1__rightside__item__text h6 {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 16px;
   line-height: 20px;
   color: #000;
}

.about__text-block--1__rightside__item__text h5 {
   font-family: Oswald, sans-serif;
   font-weight: 300;
   font-size: 36px;
   line-height: 20px;
   color: #000;
}

.about__text-block--1__rightside__item__text h5 span {
   color: #ea5b0c;
}

.about__text-block--1__rightside__item__image {
   display: inline-block;
   vertical-align: top;
}

.about__text-block--1__rightside__item--3 .about__text-block--1__rightside__item__image {
   margin-top: 27px;
   margin-left: 14px;
}

.about__text-block--1__rightside__item--3 .about__text-block--1__rightside__item__image img {
   width: 53px;
}

.about__text-block--1__rightside__item--4 .about__text-block--1__rightside__item__image {
   margin-top: 29px;
   margin-left: 6px;
}

.about__text-block--1__rightside__item--4 .about__text-block--1__rightside__item__image img {
   width: 47px;
}

.about__mchs {
   margin-top: 19px;
   border: 2px solid #ea5b0c;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 20px;
   font-size: 0;
}

.about__mchs__image {
   width: 79px;
}

.about__mchs__image,
.about__mchs__text {
   display: inline-block;
   vertical-align: top;
}

.about__mchs__text {
   margin-left: 28px;
   max-width: -webkit-calc(100% - 107px);
   max-width: -moz-calc(100% - 107px);
   max-width: calc(100% - 107px);
}

.about__mchs__text h5 {
   font-family: Oswald, sans-serif;
   font-weight: 400;
   font-size: 24px;
   line-height: 24px;
   color: #000;
}

.about__mchs__text h5 span {
   color: #ea5b0c;
}

.about__mchs__text p {
   margin: 0;
   margin-top: 16px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   color: #000;
}

.about__full-loop {
   overflow: hidden;
   margin-top: 49px;
   height: 566px;
   background: url(/local/templates/main/images/about_machine.png) no-repeat 0 76px;
   -moz-background-size: 747px 489px;
   background-size: 747px 489px;
}

.about__full-loop__content {
   display: inline-block;
   float: right;
   padding-top: 15px;
   max-width: 245px;
}

.about__full-loop__content h5 {
   margin: 0;
   margin-top: 42px;
   font-family: Oswald, sans-serif;
   font-weight: 400;
   font-size: 24px;
   line-height: 30px;
   color: #000;
}

.about__full-loop__content h6 {
   margin: 0;
   margin-top: 10px;
   font-family: Oswald, sans-serif;
   font-weight: 300;
   font-size: 36px;
   line-height: 36px;
   color: #000;
}

.about__full-loop__content h6 span {
   color: #ea5b0c;
}

.about__full-loop__content p {
   margin: 0;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 16px;
   line-height: 20px;
   color: #000;
}

.about__modern-equipment {
   margin-top: 60px;
}

.about__modern-equipment__image img {
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   width: 100%;
   height: auto;
}

.about__modern-equipment__text h6 {
   margin: 0;
   margin-top: -6px;
   font-family: Oswald, sans-serif;
   font-weight: 400;
   font-size: 24px;
   line-height: 30px;
   color: #000;
}

.about__modern-equipment__text p {
   margin: 0;
   margin-top: 10px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   color: #000;
}

.about__new-developers {
   margin-top: 50px;
}

.about__new-developers__image img {
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   width: 100%;
   height: auto;
}

.about__new-developers__text {
   text-align: right;
}

.about__new-developers__text h6 {
   margin: 0;
   margin-top: -6px;
   font-family: Oswald, sans-serif;
   font-weight: 400;
   font-size: 24px;
   line-height: 30px;
   color: #000;
}

.about__new-developers__text p {
   margin: 0;
   margin-top: 10px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   color: #000;
}

.about__protect-elements {
   margin-top: 41px;
   min-height: 352px;
   background: url(/local/templates/main/images/about_cable.png) no-repeat 174px bottom;
   -moz-background-size: 479px 283px;
   background-size: 479px 283px;
}

.about__protect-elements h5 {
   margin: 0;
   font-family: Oswald, sans-serif;
   font-weight: 400;
   font-size: 24px;
   line-height: 30px;
   color: #000;
}

.about__protect-elements__items {
   overflow: hidden;
}

.about__protect-elements__items__leftside {
   float: left;
}

.about__protect-elements__items__rightside {
   float: right;
}

.about__protect-elements__items__item {
   position: relative;
}

.about__protect-elements__items__item h6 {
   margin: 0;
   font-family: Oswald, sans-serif;
   font-weight: 300;
   font-size: 24px;
   line-height: 24px;
   color: #ea5b0c;
}

.about__protect-elements__items__item p {
   margin: 0;
   margin-top: 5px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   color: #000;
}

.about__protect-elements__items__item--1 {
   margin-top: 35px;
}

.about__protect-elements__items__item--1:after {
   content: "";
   position: absolute;
   right: -31px;
   bottom: 8px;
   width: 38px;
   height: 4px;
   background: url(/local/templates/main/images/sprites/svg/about-lines1.svg) no-repeat 50%;
}

.about__protect-elements__items__item--2 {
   margin-top: 45px;
}

.about__protect-elements__items__item--2:after {
   content: "";
   position: absolute;
   right: -26px;
   bottom: 9px;
   width: 105px;
   height: 4px;
   background: url(/local/templates/main/images/sprites/svg/about-lines2.svg) no-repeat 50%;
}

.about__protect-elements__items__item--3 {
   margin-top: 35px;
}

.about__protect-elements__items__item--3:after {
   content: "";
   position: absolute;
   left: -114px;
   top: 12px;
   width: 112px;
   height: 92px;
   background: url(/local/templates/main/images/sprites/svg/about-lines3.svg) no-repeat 50%;
}

.about__protect-elements__items__item--4 {
   margin-top: 45px;
}

.about__protect-elements__items__item--4:after {
   content: "";
   position: absolute;
   left: -138px;
   top: 11px;
   width: 133px;
   height: 4px;
   background: url(/local/templates/main/images/sprites/svg/about-lines4.svg) no-repeat 50%;
}

.about__sertificates {
   margin-top: 55px;
}

.about__sertificates__title a,
.about__sertificates__title h1 {
   display: inline-block;
   vertical-align: top;
}

.about__sertificates__title a {
   margin-top: 5px;
   margin-left: 14px;
}

.about__sertificates__item {
   overflow: hidden;
   margin-top: 35px;
}

.about__sertificates__item__image {
   float: left;
   width: 138px;
}

.about__sertificates__item__image img {
   width: 100%;
   height: auto;
}

.about__sertificates__item__text {
   float: left;
   margin-left: 25px;
   width: -webkit-calc(100% - 163px);
   width: -moz-calc(100% - 163px);
   width: calc(100% - 163px);
}

.about__sertificates__item__text p {
   margin: 0;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 24px;
   color: #000;
}

.about__sertificates__item__text p a {
   display: inline-block;
   color: #000;
   pointer-events: none;
}

.about__sertificates__item__text__link {
   display: inline-block;
   margin-top: 15px;
   border: 1px solid #145099;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 8px 35px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #145099;
   -webkit-transition: all 0.4s ease-out 0s;
   -o-transition: all 0.4s ease-out 0s;
   -moz-transition: all 0.4s ease-out 0s;
   transition: all 0.4s ease-out 0s;
}

.about__sertificates__item__text__link:hover {
   border-color: #ea5b0c;
   color: #ea5b0c;
}

.content {
   z-index: 2;
   padding-top: 117px;
}

.content,
.content .container .row.items--2 {
   position: relative;
}

.content .container .row.items--2 .content__rightside {
   float: right;
   width: -webkit-calc(100% - 278px);
   width: -moz-calc(100% - 278px);
   width: calc(100% - 278px);
}

.content .container .row.items--2 .content__rightside .content--min {
   position: relative;
   margin-top: 19px;
   -webkit-border-radius: 10px 0 0 10px;
   -moz-border-radius: 10px 0 0 10px;
   border-radius: 10px 0 0 10px;
   padding: 35px 30px 40px;
   min-height: 600px;
}

.content .container .row.items--2 .content__rightside .content--min:before {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   -webkit-border-radius: 10px 0 0 10px;
   -moz-border-radius: 10px 0 0 10px;
   border-radius: 10px 0 0 10px;
   width: 3000px;
   height: 100%;
   -webkit-box-shadow: inset 0 0 50px -10px rgba(20, 80, 153, 0.5);
   -moz-box-shadow: inset 0 0 50px -10px rgba(20, 80, 153, 0.5);
   box-shadow: inset 0 0 50px -10px rgba(20, 80, 153, 0.5);
   pointer-events: none;
}

.table {
   border: 1px solid #b8cae0;
   -webkit-border-radius: 0 0 10px 10px;
   -moz-border-radius: 0 0 10px 10px;
   border-radius: 0 0 10px 10px;
   width: 100%;
   font-size: 0;
   white-space: nowrap;
}

.table__title {
   border-bottom: 1px solid #b8cae0;
}

.table__title div {
   display: inline-block;
   vertical-align: top;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 40px;
   color: #9dabbc;
}

.table__title div:first-child {
   padding-left: 55px;
   width: 30%;
}

.table__title div:nth-child(2) {
   width: 6.7%;
}

.table__title div:nth-child(3),
.table__title div:nth-child(4) {
   width: 12.7%;
}

.table__title div:nth-child(5) {
   width: 19.4%;
}

.table__content__row {
   border-bottom: 1px solid #b8cae0;
}

.table__content__row > div {
   display: inline-block;
   vertical-align: top;
   height: 40px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 40px;
   color: #000;
}

.table__content__row > div:first-child {
   padding-left: 30px;
   width: 30%;
}

.table__content__row > div:first-child .checkbox__over {
   margin: 0;
}

.table__content__row > div:first-child .checkbox__over .checkbox__item {
   margin-top: 5px;
}

.table__content__row > div:nth-child(2) {
   width: 6.7%;
}

.table__content__row > div:nth-child(3),
.table__content__row > div:nth-child(4) {
   width: 12.7%;
}

.table__content__row > div:nth-child(5) {
   width: 19.4%;
}

.table__content__row > div:nth-child(6) {
   border-left: 1px solid #89a7cc;
   width: 18.5%;
   height: 40px;
}

.table__content__row > div:nth-child(6) a {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -moz-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -moz-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   height: 100%;
   text-decoration: none;
}

.table__content__row > div:nth-child(6) a svg {
   width: 17px;
   height: 14px;
   fill: #145099;
}

.table__content__row > div:nth-child(6) a span {
   margin-left: 5px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #145099;
}

.table__content__row > div:nth-child(6) a:hover svg {
   fill: #ea5b0c;
}

.table__content__row > div:nth-child(6) a:hover span {
   color: #ea5b0c;
}

.table__content__row > div:nth-child(6).in-bag {
   font-size: 0;
   text-align: center;
   background-color: #f3f6fa;
}

.table__content__row > div:nth-child(6).in-bag svg {
   display: inline-block;
   vertical-align: middle;
   width: 13px;
   height: 11px;
}

.table__content__row > div:nth-child(6).in-bag span {
   display: inline-block;
   vertical-align: middle;
   margin-left: 7px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   color: #145099;
   opacity: 0.5;
}

.table__content__row > div.quantity {
   position: relative;
   padding-top: 5px;
}

.table__content__row > div.quantity input {
   position: relative;
   z-index: 1;
   display: inline-block;
   vertical-align: top;
   overflow: hidden;
   outline: none;
   border: 1px solid #89a7cc;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 0 25px;
   width: 90px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   background-color: #fff;
}

.table__content__row > div.quantity .minus {
   position: absolute;
   left: 0;
   top: 50%;
   z-index: 2;
   margin-top: -14px;
   width: 26px;
   height: 28px;
   background: url(/local/templates/main/images/sprites/svg/minus.svg) no-repeat 50%;
   -moz-background-size: 11px 4px;
   background-size: 11px 4px;
   cursor: pointer;
}

.table__content__row > div.quantity .minus:hover {
   background: url(/local/templates/main/images/sprites/svg/minus-active.svg) no-repeat 50%;
   -moz-background-size: 11px 4px;
   background-size: 11px 4px;
}

.table__content__row > div.quantity .plus {
   position: absolute;
   left: 61px;
   top: 50%;
   z-index: 2;
   margin-top: -15px;
   width: 28px;
   height: 28px;
   background: url(/local/templates/main/images/sprites/svg/plus.svg) no-repeat 50%;
   -moz-background-size: 11px 11px;
   background-size: 11px 11px;
   cursor: pointer;
}

.table__content__row > div.quantity .plus:hover {
   background: url(/local/templates/main/images/sprites/svg/plus-active.svg) no-repeat 50%;
   -moz-background-size: 11px 11px;
   background-size: 11px 11px;
}

.table__content__row > div.quantity p {
   display: inline-block;
   vertical-align: top;
   margin: 0;
   margin-left: 2px;
   line-height: 30px;
   color: #89a7cc;
}

.table__content__row > div.red {
   color: #ff0008;
}

.table__content__row > div.green {
   color: #39b54a;
}

.table__content__row > div.yellow {
   color: #eab30c;
}

.table__all-macros {
   text-align: center;
}

.table__all-macros a {
   display: block;
   line-height: 38px;
   text-align: center;
}

.table .mobile-label {
   display: none;
}

.stub--1 {
   width: 302px;
   height: 172px;
   background: url(/local/templates/main/images/stub1.png) no-repeat 50%;
}

.stub--1,
.stub--2 {
   border: 1px solid #b8cae0;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}

.stub--2 {
   margin-left: 40px;
   width: 133px;
   height: 133px;
   background: url(/local/templates/main/images/sprites/svg/stub2.svg) no-repeat 50%;
}

.hover-reaction {
   position: relative;
   display: inline-block;
   cursor: pointer;
}

.hover-reaction:before {
   content: "";
   position: absolute;
   left: 50%;
   top: 50%;
   z-index: 2;
   margin-top: -25px;
   margin-left: -25px;
   width: 49px;
   height: 49px;
   background: url(/local/templates/main/images/sprites/svg/loop.svg) no-repeat 50%;
   opacity: 0;
   -webkit-transform: scale(0.4);
   -moz-transform: scale(0.4);
   -ms-transform: scale(0.4);
   -o-transform: scale(0.4);
   transform: scale(0.4);
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.hover-reaction img {
   position: relative;
   z-index: 1;
   width: 300px;
   height: 170px;
}

.hover-reaction:hover:before {
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
}

.filters {
   font-size: 0;
}

.filters__items {
   display: inline-block;
   vertical-align: middle;
   margin-right: 25px;
   font-size: 0;
}

.filters__item {
   position: relative;
   display: inline-block;
   vertical-align: top;
   margin-top: 10px;
   margin-right: 10px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   padding-right: 30px;
   padding-left: 12px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 13px;
   line-height: 24px;
   color: #000;
   background-color: #f3f6fa;
}

.filters__item span {
   position: absolute;
   right: 9px;
   top: 50%;
   margin-top: -8px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   width: 16px;
   height: 16px;
   line-height: 15px;
   text-align: center;
   background-color: #9dabbc;
   cursor: pointer;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.filters__item span svg {
   display: block;
   margin-top: 3px;
   margin-left: 3px;
   width: 10px;
   height: 10px;
   fill: #fff;
}

.filters__item span:hover {
   background-color: #ea5b0c;
}

.filters__clear {
   vertical-align: middle;
   margin-top: 10px;
}

#accordion .panel {
   margin-top: 25px;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
}

#accordion .panel .panel-heading {
   border: none;
   padding: 0;
}

#accordion .panel .panel-heading .panel-title {
   display: inline-block;
   border: none;
}

#accordion .panel .panel-heading .panel-title a {
   position: relative;
   display: inline-block;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 20px;
   color: #ea5b0c;
   cursor: pointer;
}

#accordion .panel .panel-heading .panel-title a,
#accordion .panel .panel-heading .panel-title a:after {
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

#accordion .panel .panel-heading .panel-title a:after {
   content: "";
   position: absolute;
   right: -20px;
   top: 50%;
   margin-top: -3px;
   width: 14px;
   height: 8px;
   background: url(/local/templates/main/images/sprites/svg/up.svg) no-repeat 50%;
}

#accordion .panel .panel-heading .panel-title a:active,
#accordion .panel .panel-heading .panel-title a:focus,
#accordion .panel .panel-heading .panel-title a:hover,
#accordion .panel .panel-heading .panel-title a:visited {
   text-decoration: none;
}

#accordion .panel .panel-heading .panel-title a.collapsed {
   color: #145099;
}

#accordion .panel .panel-heading .panel-title a.collapsed:after {
   background: url(/local/templates/main/images/sprites/svg/down.svg) no-repeat 50%;
}

#accordion .panel .panel-heading .panel-title a.collapsed:hover {
   color: #ea5b0c;
}

#accordion .panel .panel-heading .panel-title a.collapsed:hover:after {
   background: url(/local/templates/main/images/sprites/svg/down-active.svg) no-repeat 50%;
}

#accordion .panel .panel-body {
   border: none;
   padding: 0;
}

.article--cart {
   margin-top: 50px;
}

.article--cart__title {
   font-size: 0;
}

.article--cart__title h3 {
   display: inline-block;
   vertical-align: top;
   margin: 0;
   font-size: 40px;
   line-height: 40px;
}

.article--cart__title a {
   display: inline-block;
   vertical-align: top;
   margin-top: 3px;
   margin-left: 14px;
   font-size: 14px;
   line-height: 14px;
}

.article--cart .row .article--cart__item {
   display: block;
   margin-top: 20px;
}

.article--cart .row .article--cart__item__image {
   overflow: hidden;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   height: 170px;
   text-align: center;
   border: 1px solid #d1d1cf;
}

.article--cart .row .article--cart__item__image img {
   width: 100%;
   height: 100%;
}

.article--cart .row .article--cart__item__text .date {
   margin-top: 14px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   color: gray;
}

.article--cart .row .article--cart__item__text a {
   margin: 0;
   font-size: 16px;
   color: #145099;
}

.article--cart .row .article--cart__item__text a:hover {
   color: #ea5b0c;
}

.article--cart .row .article--cart__item__text p {
   color: #000;
}

.category__container {
   overflow: hidden;
   margin-top: -22px;
   width: -webkit-calc(100% + 30px);
   width: -moz-calc(100% + 30px);
   width: calc(100% + 30px);
}

.category__leftside {
   float: left;
   padding-top: 22px;
   padding-right: 30px;
   max-width: 692px;
}

.category__leftside__title h2 {
   margin: 0;
   margin-top: 4px;
   max-width: 650px;
}

.category__leftside__subtitle {
   overflow: hidden;
}

.category__leftside__subtitle h3 {
   display: block;
   float: left;
   margin: 0;
   margin-top: 12px;
}

.category__leftside__subtitle .show-filters {
   display: none;
   float: right;
   margin-top: 12px;
   margin-right: 14px;
   border: 1px solid #145099;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   width: 200px;
   height: 40px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 0;
   line-height: 40px;
   text-align: center;
   color: #145099;
}

.category__leftside__subtitle .show-filters svg {
   display: inline-block;
   vertical-align: top;
   margin-top: 12px;
   width: 13px;
   height: 12px;
   fill: #145099;
}

.category__leftside__subtitle .show-filters span {
   display: inline-block;
   vertical-align: middle;
   margin-left: 7px;
   font-size: 14px;
}

.category__leftside__subtitle .show-filters span.show-filters__text b {
   font-weight: 400;
}

.category__leftside__subtitle .show-filters span.show-filters__text--mobile,
.category__leftside__subtitle .show-filters span.show-filters__text--pk b:nth-child(2) {
   display: none;
}

.category__leftside__subtitle .show-filters:hover {
   border-color: #ea5b0c;
   color: #ea5b0c;
}

.category__leftside__subtitle .show-filters:hover svg {
   fill: #ea5b0c;
}

.category__leftside__subtitle .show-filters.is-active span.show-filters__text--pk b:nth-child(2) {
   display: block;
}

.category__leftside__subtitle .show-filters.is-active span.show-filters__text--pk b:first-child {
   display: none;
}

.category__leftside__item {
   position: relative;
   margin-top: 25px;
}

.category__leftside__item__top {
   overflow: hidden;
   border: 1px solid #b8cae0;
   -webkit-border-radius: 1rem;
   -moz-border-radius: 1rem;
   border-radius: 1rem;
   padding: 18px 0;
}

.category__leftside__item__title {
   overflow: hidden;
}

.category__leftside__item__title .checks {
   float: left;
   margin-top: 12px;
   padding-left: 30px;
}

.category__leftside__item__title .checks .checkbox__over .checkbox__item {
   margin-top: 2px;
}

.category__leftside__item__title .checks .checkbox__over .checkbox__item label {
   width: 16px;
   height: 16px;
}

.category__leftside__item__title .checks .checkbox__over .checkbox__item a {
   font-family: Oswald, sans-serif;
   font-weight: 400;
   font-size: 24px;
   line-height: 9px;
   color: #145099;
}

.category__leftside__item__title .checks .checkbox__over .checkbox__item a:hover {
   color: #ea5b0c;
}

.category__leftside__item .sign__icons {
   position: absolute;
   right: 20px;
   top: 20px;
   margin-top: 0;
   padding-right: 18px;
   font-size: 0;
   white-space: nowrap;
   text-align: right;
}

.category__leftside__item__content {
   overflow: hidden;
   margin-top: 15px;
}

.category__leftside__item__content__image {
   float: left;
   width: 270px;
   min-height: 83px;
} /* Добавлена минимальная высота*/

.category__leftside__item__content__image.category__leftside__item__content__image_offset {
   padding-left: 30px;
}

.category__leftside__item__content__image img {
   display: block;
   width: 100%;
   height: auto;
}

.category__leftside__item__content__text {
   float: left;
   margin-left: 30px;
   width: -webkit-calc(100% - 330px);
   width: -moz-calc(100% - 330px);
   width: calc(100% - 330px);
}

.category__leftside__item__content__text p {
   margin: 0;
}

.category__leftside__item__content__text h6 {
   margin: 0;
   margin-top: 15px;
   font-family: Roboto, sans-serif;
   font-weight: 700;
   font-size: 14px;
   line-height: 20px;
   color: #000;
}

.category__leftside__item__content__text > .cats > a {
   display: block;
   padding-bottom: 5px;
}

.category__leftside__item__content__text > .cats > h5 {
   font-weight: 600;
}

.category__leftside__item__bottom {
   border: 1px solid #b8cae0;
   border-top: none;
   -webkit-border-radius: 0 0 10px 10px;
   -moz-border-radius: 0 0 10px 10px;
   border-radius: 0 0 10px 10px;
   background-color: #f3f6fa;
}

.category__leftside__item__bottom .macros--show-hide {
   text-align: center;
}

.category__leftside__item__bottom .macros--show-hide a {
   position: relative;
   display: block;
   line-height: 40px;
}

.category__leftside__item__bottom .macros--show-hide a span {
   position: relative;
}

.category__leftside__item__bottom .macros--show-hide a span:before {
   content: "";
   position: absolute;
   left: -20px;
   top: 50%;
   margin-top: -4px;
   width: 14px;
   height: 9px;
   background: url(/local/templates/main/images/sprites/svg/down.svg) no-repeat 50%;
}

.category__leftside__item__bottom .macros--show-hide a:hover {
   color: #ea5b0c;
}

.category__leftside__item__bottom .macros--show-hide a:hover span:before {
   background: url(/local/templates/main/images/sprites/svg/down-active.svg) no-repeat 50%;
}

.category__leftside__item__bottom .macros--show-hide a.active {
   color: #ea5b0c;
}

.category__leftside__item__bottom .macros--show-hide a.active span:before {
   background: url(/local/templates/main/images/sprites/svg/down-active.svg) no-repeat 50%;
   -webkit-transform: scaleY(-1);
   -moz-transform: scaleY(-1);
   -ms-transform: scaleY(-1);
   -o-transform: scaleY(-1);
   transform: scaleY(-1);
}

.category__leftside__item__bottom .table {
   display: none;
   margin-bottom: 0;
   border: none;
}

.category__leftside__item__bottom.active {
   border: 1px solid #b8cae0;
   border-top: none;
}

.category__leftside__item__label {
   float: left;
   margin-top: 10px;
   margin-left: 9px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 0 10px;
   height: 20px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 22px;
   text-align: center;
   color: #fff;
   background-color: #ea5b0c;
}

.category__leftside .category__buttons__trigger {
   height: 1px;
}

.category__leftside .category__buttons {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   margin-top: 50px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   height: 42px;
   background-color: #333;
}

.category__leftside .category__buttons__item {
   width: 33.33333%;
}

.category__leftside .category__buttons__item a {
   display: block;
   vertical-align: top;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #fff;
   cursor: pointer;
}

.category__leftside .category__buttons__item a:hover svg {
   fill: #ea5b0c;
}

.category__leftside .category__buttons__item a:hover span {
   color: #ea5b0c;
}

.category__leftside .category__buttons__item--1 {
   border-right: 1px solid hsla(0, 0%, 100%, 0.5);
   padding-top: 13px;
   padding-left: 30px;
}

.category__leftside .category__buttons__item--1 .checks .checkbox__over .checkbox__item {
   margin-top: 0;
}

.category__leftside .category__buttons__item--1 .checks .checkbox__over .checkbox__item label {
   color: #fff;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.category__leftside .category__buttons__item--1 .checks .checkbox__over .checkbox__item:hover label {
   color: #ea5b0c;
}

.category__leftside .category__buttons__item--2 {
   border-right: 1px solid hsla(0, 0%, 100%, 0.5);
   text-align: center;
}

.category__leftside .category__buttons__item--2 a {
   line-height: 42px;
}

.category__leftside .category__buttons__item--2 a svg {
   margin-top: 13px;
   margin-right: 5px;
   width: 17px;
   height: 14px;
   fill: #fff;
}

.category__leftside .category__buttons__item--2 a span,
.category__leftside .category__buttons__item--2 a svg {
   display: inline-block;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.category__leftside .category__buttons__item--2 a span {
   vertical-align: top;
}

.category__leftside .category__buttons__item--3 {
   text-align: center;
}

.category__leftside .category__buttons__item--3 a {
   line-height: 44px;
}

.category__leftside .category__buttons__item--3 a svg {
   display: inline-block;
   margin-top: 13px;
   margin-right: 5px;
   width: 13px;
   height: 15px;
   fill: #fff;
}

.category__leftside .category__buttons__item--3 a span {
   display: inline-block;
   vertical-align: top;
}

.buttons__item--add {
   display: none;
}

.category__leftside .category__buttons.is-fixed {
   position: fixed;
   left: 50%;
   bottom: 0;
   z-index: 5;
   margin-left: -292px;
   -webkit-border-radius: 10px 10px 0 0;
   -moz-border-radius: 10px 10px 0 0;
   border-radius: 10px 10px 0 0;
   width: 662px;
}

.category__info {
   margin-top: 40px;
}

.category__info .row {
   margin-top: 10px;
}

.category__info .row p span {
   color: #145099;
}

.category__info .row h6 {
   margin-top: 12px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
}

.category__rightside {
   position: relative;
   float: right;
   border: 1px solid #cedbea;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   width: 200px;
   min-height: 500px;
   background-color: #fff;
}

.category__rightside .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   width: 5px;
   background-color: rgba(20, 80, 153, 0.2);
}

.category__rightside .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
   background-color: rgba(20, 80, 153, 0.5);
}

.category__rightside .mCSB_scrollTools_vertical {
   right: 0;
   opacity: 1;
}

.category__rightside #mCSB_2_container {
   min-height: 100%;
}

.category__rightside .mCSB_inside > .mCSB_container {
   margin-right: 5px;
}

.category__rightside #mCSB_1_dragger_vertical {
   left: 0 !important;
}

.category__rightside #mCSB_3_container {
   padding-top: 5px;
   min-height: 100%;
}

.category__rightside .mCSB_scrollTools .mCSB_draggerContainer {
   top: 10px;
   bottom: 10px;
}

.category__rightside #mCSB_1_scrollbar_vertical {
   right: 11px;
}

.category__rightside .mCSB_draggerRail {
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   width: 7px;
   background-color: #f3f6fa;
}

.category__rightside .title--mobile {
   display: none;
}

.category__rightside .close-sidebar {
   position: absolute;
   right: 10px;
   top: 10px;
   z-index: 5;
   display: none;
   margin: 0;
   padding: 5px;
   width: auto;
   height: auto;
   opacity: 1;
}

.category__rightside .close-sidebar svg {
   width: 22px;
   height: 22px;
   fill: #145099;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.category__rightside__content {
   padding-top: 3px;
   padding-bottom: 115px;
   height: 100%;
}

.category__rightside__content__item {
   position: relative;
   margin-top: 17px;
   border-bottom: 1px solid rgba(20, 80, 153, 0.3);
   padding-bottom: 10px;
   padding-left: 21px;
}

.category__rightside__content__item__title {
   cursor: pointer;
   user-select: none;
}

.category__rightside__content__item__title:before {
   content: "";
   position: absolute;
   right: 20px;
   top: 5px;
   width: 14px;
   height: 9px;
   background: url(/local/templates/main/images/sprites/svg/down.svg);
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.category__rightside__content__item__title:hover:before {
   background: url(/local/templates/main/images/sprites/svg/down-active.svg);
}

.category__rightside__content__item__title.is-active:before {
   background: url(/local/templates/main/images/sprites/svg/down-active.svg);
   -webkit-transform: scaleY(-1);
   -moz-transform: scaleY(-1);
   -ms-transform: scaleY(-1);
   -o-transform: scaleY(-1);
   transform: scaleY(-1);
}

.category__rightside__content__item__title.is-choosen h5:before {
   display: block;
}

.category__rightside__content__item h5 {
   position: relative;
   display: inline-block;
   vertical-align: top;
   margin: 0;
   max-width: 130px;
   font-size: 0;
}

.category__rightside__content__item h5:before {
   content: "";
   position: absolute;
   left: -12px;
   top: 6px;
   display: none;
   overflow: hidden;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   width: 6px;
   height: 6px;
   background-color: #ea5b0c;
}

.category__rightside__content__item h5 > span {
   display: inline-block;
   vertical-align: top;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 16px;
   line-height: 20px;
   color: #000;
}

.category__rightside__content__item h5 .is-question {
   display: inline-block;
   vertical-align: top;
   width: 17px;
   height: 17px;
}

.category__rightside__content__item h5 .is-question span {
   position: relative;
   display: block;
   width: 17px;
   height: 17px;
}

.category__rightside__content__item h5 .is-question span span {
   margin-top: 0;
   margin-left: 9px;
   width: 17px;
   height: 17px;
   background: url(/local/templates/main/images/question.png) no-repeat 50%;
}

.category__rightside__content__item .checks {
   display: none;
   padding-top: 17px;
   padding-right: 35px;
}

.category__rightside__content__item .checks .checkbox__over {
   margin-bottom: 8px;
}

.category__rightside__content__item .checks .checkbox__over .checkbox__item {
   display: inline-block;
   margin: 0;
}

.category__rightside__content__item .checks .checkbox__over .checkbox__item .is-question span span {
   margin-top: 0;
}

.category__rightside__content__item.is-active .checks {
   display: block;
}

.category__rightside .tooltip {
   left: 50%;
   width: 130px;
   opacity: 1;
}

.category__rightside .tooltip-inner {
   border: 1px solid #cedbea;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   max-width: 146px;
   -webkit-box-shadow: 0 3px 20px rgba(20, 80, 153, 0.15);
   -moz-box-shadow: 0 3px 20px rgba(20, 80, 153, 0.15);
   box-shadow: 0 3px 20px rgba(20, 80, 153, 0.15);
   font-family: Roboto, sans-serif;
   font-size: 14px;
   color: #000;
   background: #fff;
   opacity: 1;
}

.category__rightside__buttons {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   padding-bottom: 25px;
   text-align: center;
}

.category__rightside__buttons .button--show-all {
   display: block;
   margin: 0 auto;
   margin-top: 19px;
   outline: none;
   border: none;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   width: 150px;
   height: 40px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 14px;
   color: #fff;
   background-color: #145099;
}

.category__rightside__buttons .button--show-all:hover {
   background-color: #ea5b0c;
}

.category__rightside__buttons .button--clear {
   display: inline-block;
   margin-top: 15px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 14px;
   text-decoration: none;
   color: #145099;
   height: auto;
}

.category__rightside__buttons .button--clear:hover {
   color: #ea5b0c;
}

.category__rightside.is-fixed {
   position: fixed;
   right: -webkit-calc(50% - 600px);
   right: -moz-calc(50% - 600px);
   right: calc(50% - 600px);
   top: 136px;
   z-index: 6;
}

.catalog__container {
   margin-top: 35px;
}

.catalog__container__contents {
   padding: 0;
}

.catalog__container__contents .catalog__item {
   overflow: hidden;
   margin: 0 -30px;
   border-top: 1px solid #b8cae0;
   padding: 20px 0 24px;
}

.catalog__container__contents .catalog__item__leftside {
   float: left;
   padding-top: 13px;
   padding-right: 25px;
   width: 200px;
   position: relative;
}

.catalog__container__contents .catalog__item__leftside__image {
   width: 100%;
}

.catalog__container__contents .catalog__item__leftside__image.catalog__item__leftside__image_specials {
   margin-left: 10px;
}

.catalog__container__contents .catalog__item__leftside__image img {
   max-width: 100%;
}

.catalog__container__contents .catalog__item__leftside__icons {
   overflow: hidden;
   margin-top: 18px;
   padding-left: 20px;
   font-size: 0;
   white-space: normal;
}

.catalog__container__contents .catalog__item__leftside__icons span {
   margin-top: 5px;
}

.catalog__container__contents .catalog__item__leftside__icons img {
   margin-top: 5px;
}

.catalog__container__contents .catalog__item__rightside {
   float: left;
   padding-top: 3px;
   padding-right: 40px;
   width: -webkit-calc(100% - 200px);
   width: -moz-calc(100% - 200px);
   width: calc(100% - 200px);
}

.catalog__container__contents .catalog__item__rightside a {
   display: inline-block;
   font-family: Oswald, sans-serif;
   font-size: 24px;
   line-height: 28px;
}

.catalog__container__contents .catalog__item__rightside a span {
   color: #000;
}

.catalog__container__contents .catalog__item__rightside p {
   margin-top: 13px;
}

.catalog__container__contents .catalog__item__rightside p a {
   font-size: 14px;
   line-height: 18px;
}

.catalog__container__contents .catalog__item:first-child {
   border-top: none;
}

.cart__main-info {
   margin-top: 5px;
   font-size: 0;
}

.cart__main-info__title {
   overflow: hidden;
}

.cart__main-info__title__leftside {
   float: left;
   width: 65%;
   font-size: 0;
   white-space: nowrap;
}

.cart__main-info__title__leftside h2 {
   display: inline-block;
   vertical-align: top;
   margin: 0;
}

.cart__main-info__title__leftside__label {
   display: inline-block;
   vertical-align: top;
   margin-top: 10px;
   margin-left: 9px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 0 12px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 22px;
   color: #fff;
   background-color: #ea5b0c;
}

.cart__main-info__title__leftside__question {
   display: inline-block;
   vertical-align: top;
}

.cart__main-info__title__leftside__question span {
   display: block;
   margin-top: 10px;
   margin-left: 7px;
   border: 1px solid #145099;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   width: 21px;
   height: 21px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 13px;
   line-height: 21px;
   text-align: center;
   color: #145099;
}

.cart__main-info__title__rightside {
   float: right;
   margin-top: 15px;
   padding-left: 40px;
   width: 35%;
}

.cart__main-info__title__rightside__buttons {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
}

.cart__main-info__title__rightside__buttons svg {
   display: inline-block;
   vertical-align: middle;
   margin-right: 5px;
   fill: #145099;
}

.cart__main-info__title__rightside__buttons span {
   display: inline-block;
   vertical-align: middle;
   font-size: 14px;
   line-height: 20px;
}

.cart__main-info__title__rightside__buttons a {
   font-size: 0;
   white-space: nowrap;
}

.cart__main-info__title__rightside__buttons a:hover span {
   color: #ea5b0c;
}

.cart__main-info__title__rightside__buttons a:hover svg {
   fill: #ea5b0c;
}

.cart__main-info__title__rightside__buttons a.print svg {
   width: 17px;
   height: 17px;
}

.cart__main-info__title__rightside__buttons a.mail {
   margin-left: 30px;
}

.cart__main-info__title__rightside__buttons a.mail svg {
   width: 17px;
   height: 13px;
}

.cart__main-info__title__rightside__icons {
   margin-top: 23px;
   margin-left: -6px;
   font-size: 0;
   white-space: nowrap;
}

.cart__main-info__title__rightside__icons span,
.cart__main-info__title__rightside__icons img {
   width: 43px;
   height: 40px;
}

.cart__main-info__leftside {
   display: inline-block;
   vertical-align: top;
   width: 65%;
}

.cart__main-info__leftside__image--big {
   margin-top: 15px;
   margin-left: -30px;
   height: 300px;
   width: 100%;
   line-height: 290px;
}

.cart__main-info__leftside__image--big.cart__main-info__leftside__image--big_offset {
   margin-left: 0;
}

.cart__main-info__leftside__image--big img {
   display: inline-block;
   height: auto;
   max-width: 100%;
   max-height: 100%;
   vertical-align: middle;
}

.cart__main-info__leftside .slick-dots {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   list-style: none;
   padding: 0;
   font-size: 0;
   white-space: nowrap;
   text-align: center;
   line-height: normal;
}

.cart__main-info__leftside .slick-dots li {
   position: relative;
   display: inline-block;
   vertical-align: top;
   margin: 0 3px;
   width: 18px;
   height: 18px;
}

.cart__main-info__leftside .slick-dots li:before {
   content: "";
   position: absolute;
   left: 2px;
   top: 2px;
   overflow: hidden;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   width: 14px;
   height: 14px;
   background-color: #145099;
}

.cart__main-info__leftside .slick-dots li button {
   display: none;
}

.cart__main-info__leftside .slick-dots li.slick-active:before {
   left: 0;
   top: 0;
   width: 18px;
   height: 18px;
   background-color: #ea5b0c;
}

.cart__main-info__leftside__images--small {
   margin-top: 72px;
   font-size: 0;
   white-space: nowrap;
}

.cart__main-info__leftside__images--small__item {
   display: inline-block;
   vertical-align: top;
   margin-right: 12px;
   border: 1px solid #d7d7d7;
   width: 100px;
   height: 60px;
   cursor: pointer;
}

.cart__main-info__leftside__images--small__item img {
   display: inline-block;
   vertical-align: middle;
   max-height: 100%;
   max-width: 100%;
}

.cart__main-info__leftside__images--small__item.active {
   border-color: #ea5b0c;
   cursor: auto;
   pointer-events: none;
}

.cart__main-info__rightside {
   display: inline-block;
   vertical-align: top;
   margin-top: 0;
   padding-left: 40px;
   width: 35%;
}

.cart__main-info__rightside__text h6 {
   margin: 0;
   margin-top: 22px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   color: #000;
}

.cart__main-info__rightside__text .availability {
   display: block;
   margin-top: 4px;
   padding-left: 23px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
}

.cart__main-info__rightside__text .availability.availability--available {
   color: #39b54a;
   background: url(/local/templates/main/images/sprites/svg/thanks.svg) no-repeat 0 0;
   -moz-background-size: 17px 17px;
   background-size: 17px 17px;
}

.cart__main-info__rightside__text .availability.availability--not-available {
   color: #ff0008;
   background: url(/local/templates/main/images/sprites/svg/error.svg) no-repeat 0 0;
   -moz-background-size: 17px 17px;
   background-size: 17px 17px;
}

.cart__main-info__rightside__text .export {
   margin: 0;
   margin-top: 2px;
   color: #999;
}

.cart__main-info__rightside__text .export span {
   color: #145099;
}

.cart__main-info__rightside__text .cats {
   margin-top: 18px;
   white-space: normal;
}

.cart__main-info__rightside__text .cats h5 {
   margin: 0;
   font-family: Roboto, sans-serif;
   font-weight: 700;
   font-size: 14px;
   line-height: 20px;
   color: #000;
}

.cart__main-info__rightside__text .cats a {
   display: block;
   margin-top: 4px;
}

.cart__descriptions {
   margin-top: 36px;
}

.cart__descriptions__leftside p,
.cart__descriptions__rightside p {
   margin: 0;
   margin-top: 10px;
}

.cart__descriptions__rightside p span {
   color: #999;
}

.cart__descriptions .button__full-description {
   margin-top: 12px;
   border-bottom: 1px dotted #145099;
   line-height: 18px;
}

.cart__descriptions .button__full-description:focus {
   border-color: #ea5b0c;
   color: #ea5b0c;
}

.cart__descriptions .button__full-description:hover {
   border-color: #ea5b0c;
}

.cart__descriptions .button__full-description--mobile {
   display: none;
}

.cart .tabs {
   margin-top: 46px;
}

.cart .tabs .tab__mobile__button {
   display: none;
}

.cart .tabs__container .tab-content {
   padding-bottom: 20px;
   padding-top: 20px;
}

.cart .tabs__container .tab-content .tab-pane h4 {
   margin-top: 20px;
   margin-bottom: 14px;
   font-weight: 700;
}

.cart .tabs__container .tab-content .tab-pane ul {
   margin-bottom: 37px;
}

.cart .tabs__container .tab-content .tab-pane h2:first-child {
   margin-top: 17px;
}

.tables {
   background-color: #fff;
}

.tables h4 {
   margin-top: 30px;
}

table:not([class^="adm-"]):not([class^="bxhtmled-"]) {
   border-bottom: 1px solid #b8cae0;
   border-left: 1px solid #b8cae0;
}

.tables table,
table.tables {
   margin: 0 -31px;
   width: -webkit-calc(100% + 62px);
   width: -moz-calc(100% + 62px);
   width: calc(100% + 62px);
}

table:not([class^="adm-"]):not([class^="bxhtmled-"]) tr {
   border-top: 1px solid #b8cae0;
}

table:not([class^="adm-"]):not([class^="bxhtmled-"]) tr td {
   padding-top: 10px;
   padding-bottom: 10px;
   border-right: 1px solid #b8cae0;
   font-weight: normal;
}

table:not([class^="adm-"]):not([class^="bxhtmled-"]) tr th {
   padding-top: 10px;
   padding-bottom: 10px;
   color: #999;
   border-right: 1px solid #b8cae0;
   font-weight: normal;
}

.cart .cart__buttons__trigger {
   height: 1px;
}

.cart .cart__buttons {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   margin: 0 auto;
   margin-top: 20px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   width: 800px;
   height: 42px;
   background-color: #333;
}

.cart .cart__buttons__item {
   width: 33.33333%;
}

.cart .cart__buttons__item a {
   display: inline-block;
   vertical-align: top;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #fff;
   cursor: pointer;
}

.cart .cart__buttons__item a:hover svg {
   fill: #ea5b0c;
}

.cart .cart__buttons__item a:hover span {
   color: #ea5b0c;
}

.cart .cart__buttons__item--1 {
   border-right: 1px solid hsla(0, 0%, 100%, 0.5);
   padding-top: 13px;
   text-align: center;
}

.cart .cart__buttons__item--1 .checks {
   display: inline-block;
}

.cart .cart__buttons__item--1 .checks .checkbox__over .checkbox__item {
   margin-top: 0;
}

.cart .cart__buttons__item--1 .checks .checkbox__over .checkbox__item label {
   color: #fff;
}

.cart .cart__buttons__item--1 .checks .checkbox__over .checkbox__item label,
.cart .cart__buttons__item--1 .checks .checkbox__over .checkbox__item label span {
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: 0.2s all ease-out 0s;
   -moz-transition: 0.2s all ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.cart .cart__buttons__item--1 .checks .checkbox__over .checkbox__item label:hover,
.cart .cart__buttons__item--1 .checks .checkbox__over .checkbox__item label:hover span {
   color: #ea5b0c;
}

.cart .cart__buttons__item--2 {
   border-right: 1px solid hsla(0, 0%, 100%, 0.5);
   text-align: center;
}

.cart .cart__buttons__item--2 a {
   line-height: 42px;
}

.cart .cart__buttons__item--2 a svg {
   margin-top: 13px;
   margin-right: 5px;
   width: 17px;
   height: 14px;
   fill: #fff;
}

.cart .cart__buttons__item--2 a span,
.cart .cart__buttons__item--2 a svg {
   display: inline-block;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.cart .cart__buttons__item--2 a span {
   vertical-align: top;
}

.cart .cart__buttons__item--3 {
   text-align: center;
}

.cart .cart__buttons__item--3 a {
   line-height: 44px;
}

.cart .cart__buttons__item--3 a svg {
   display: inline-block;
   margin-top: 13px;
   margin-right: 5px;
   width: 13px;
   height: 15px;
   fill: #fff;
}

.cart .cart__buttons__item--3 a span {
   display: inline-block;
   vertical-align: top;
}

.cart .cart__buttons.is-fixed {
   position: fixed;
   left: 50%;
   bottom: 0;
   z-index: 5;
   margin-left: -200px;
   -webkit-border-radius: 10px 10px 0 0;
   -moz-border-radius: 10px 10px 0 0;
   border-radius: 10px 10px 0 0;
   width: 670px;
}

.cart .similar {
   margin-top: 48px;
}

.cart .tab-pane .similar {
   margin-top: 0;
}

.cart .similar h1 {
   margin: 0;
}

.cart .similar__products {
   margin: 0 -15px;
   font-size: 0;
}

.cart .similar__products .slick-dots {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   list-style: none;
   padding: 0;
   font-size: 0;
   white-space: nowrap;
   text-align: center;
}

.cart .similar__products .slick-dots li {
   position: relative;
   display: inline-block;
   vertical-align: top;
   margin: 0 3px;
   width: 18px;
   height: 18px;
}

.cart .similar__products .slick-dots li:before {
   content: "";
   position: absolute;
   left: 2px;
   top: 2px;
   overflow: hidden;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   width: 14px;
   height: 14px;
   background-color: #145099;
}

.cart .similar__products .slick-dots li button {
   display: none;
}

.cart .similar__products .slick-dots li.slick-active:before {
   left: 0;
   top: 0;
   width: 18px;
   height: 18px;
   background-color: #ea5b0c;
}

.cart .similar__products__item {
   display: inline-block;
   vertical-align: top;
   margin-top: 50px;
   padding: 0 15px;
   width: 20%;
}

.cart .tab-pane .similar__products__item {
   margin-top: 15px;
}

.cart .similar__products__item__image {
   height: 130px;
   max-width: 100%;
   display: block;
   line-height: 130px;
}

.cart .similar__products__item__image img {
   max-width: 100%;
   max-height: 100%;
}

.cart .similar__products__item__text {
   display: block;
   margin-top: 5px;
}

.cart .similar__products__item__text a {
   font-size: 14px;
}

.cart .similar__products__item__icons {
   margin-top: 3px;
   font-size: 0;
   white-space: normal;
}

.cart .similar__products__item__icons span,
.cart .similar__products__item__icons img {
   margin-top: 5px;
}

.cart .cabel-lines {
   margin-top: 44px;
}

.cart .cabel-lines h1 {
   margin: 0;
}

.cart .cabel-lines__items {
   margin: 0 -15px;
   font-size: 0;
}

.cart .cabel-lines__items .slick-dots {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   list-style: none;
   padding: 0;
   font-size: 0;
   white-space: nowrap;
   text-align: center;
}

.cart .cabel-lines__items .slick-dots li {
   position: relative;
   display: inline-block;
   vertical-align: top;
   margin: 0 3px;
   width: 18px;
   height: 18px;
}

.cart .cabel-lines__items .slick-dots li:before {
   content: "";
   position: absolute;
   left: 2px;
   top: 2px;
   overflow: hidden;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   width: 14px;
   height: 14px;
   background-color: #145099;
}

.cart .cabel-lines__items .slick-dots li button {
   display: none;
}

.cart .cabel-lines__items .slick-dots li.slick-active:before {
   left: 0;
   top: 0;
   width: 18px;
   height: 18px;
   background-color: #ea5b0c;
}

.cart .cabel-lines__items__item {
   display: inline-block;
   vertical-align: top;
   margin-top: 17px;
   padding: 0 15px;
   width: 20%;
}

.cart .cabel-lines__items__item__image {
   height: 130px;
   display: block;
   line-height: 130px;
}

.cart .cabel-lines__items__item__image img {
   display: inline-block;
   max-width: 100%;
   max-height: 100%;
}

.cart .cabel-lines__items__item__text {
   display: block;
   margin-top: 17px;
   white-space: normal;
}

.cart .article--cart {
   margin-top: 37px;
}

.cart .article--cart .row .article--cart__item__text p {
   margin: 0;
   font-size: 14px;
   line-height: 18px;
   color: #145099;
}

.cart .article--cart .row .article--cart__item:hover .article--cart__item__text p {
   color: #ea5b0c;
}

.cart .table {
   margin: 0 -30px;
   margin-top: 6px;
   border: none;
   width: -webkit-calc(100% + 60px);
   width: -moz-calc(100% + 60px);
   width: calc(100% + 60px);
   max-width: -webkit-calc(100% + 60px);
   max-width: -moz-calc(100% + 60px);
   max-width: calc(100% + 60px);
}

.cart .table__title > div {
   padding: 10px 0;
   line-height: 17px;
}

.cart .table__title > div:first-child {
   padding-left: 30px;
   width: 24%;
}

.cart .table__title > div:first-child span {
   display: block;
}

.cart .table__title > div:first-child .macros__quantity {
   position: relative;
   margin-top: 6px;
}

.cart .table__title > div:first-child .macros__quantity::before {
   content: "";
   position: absolute;
   left: 8px;
   top: 7px;
   z-index: 2;
   width: 13px;
   height: 12px;
   background: url(/local/templates/main/images/sprites/svg/marcos-icon.svg) no-repeat 50%;
   -moz-background-size: 13px 12px;
   background-size: 13px 12px;
}

.cart .table__title > div:first-child .macros__quantity input {
   position: relative;
   z-index: 1;
   display: block;
   outline: none;
   border: 1px solid #89a7cc;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding-left: 25px;
   width: 100px;
   height: 28px;
   line-height: 28px;
   color: #145099;
}

.cart .table__title > div:nth-child(2) {
   width: 18%;
}

.cart .table__title > div:nth-child(3) {
   width: 13%;
}

.cart .table__title > div:nth-child(4) {
   width: 14%;
}

.cart .table__title > div:nth-child(5) {
   width: 17%;
}

.cart .table__content__row > div:first-child {
   width: 24%;
}

.cart .table__content__row > div:nth-child(2) {
   width: 18%;
}

.cart .table__content__row > div:nth-child(3) {
   width: 13%;
}

.cart .table__content__row > div:nth-child(4) {
   width: 14%;
}

.cart .table__content__row > div:nth-child(5) {
   width: 17%;
}

.cart .table__content__row > div:nth-child(7) {
   width: 14%;
}

.cart .certificates {
   padding-top: 15px;
}

.cart .certificates__item {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   margin-top: 9px;
}

.cart .certificates__item__text {
   margin-left: 10px;
}

.cart .certificates__item__text span {
   display: block;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   color: #010101;
}

.catalog-fireproof__container {
   overflow: hidden;
   margin-top: -22px;
   width: -webkit-calc(100% + 30px);
   width: -moz-calc(100% + 30px);
   width: calc(100% + 30px);
}

.catalog-fireproof__leftside {
   float: left;
   padding-top: 22px;
   padding-right: 30px;
   max-width: 692px;
}

.catalog-fireproof__leftside__title h2 {
   margin: 0;
   margin-top: 4px;
   max-width: 650px;
}

.catalog-fireproof__leftside__subtitle {
   overflow: hidden;
}

.catalog-fireproof__leftside__subtitle h3 {
   display: block;
   float: left;
   margin: 0;
   margin-top: 12px;
}

.catalog-fireproof__leftside__subtitle .show-filters {
   display: none;
   float: right;
   margin-top: 12px;
   margin-right: 14px;
   border: 1px solid #145099;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   width: 200px;
   height: 40px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 0;
   line-height: 40px;
   text-align: center;
   color: #145099;
}

.catalog-fireproof__leftside__subtitle .show-filters svg {
   display: inline-block;
   vertical-align: top;
   margin-top: 12px;
   width: 13px;
   height: 12px;
   fill: #145099;
}

.catalog-fireproof__leftside__subtitle .show-filters span {
   display: inline-block;
   vertical-align: middle;
   margin-left: 7px;
   font-size: 14px;
}

.catalog-fireproof__leftside__subtitle .show-filters:hover {
   border-color: #ea5b0c;
   color: #ea5b0c;
}

.catalog-fireproof__leftside__subtitle .show-filters:hover svg {
   fill: #ea5b0c;
}

.catalog-fireproof__leftside__item {
   position: relative;
   margin-top: 45px;
}

.catalog-fireproof__leftside__item__top {
   overflow-y: hidden;
   overflow-y: visible;
   border: 1px solid #b8cae0;
   padding: 15px;
   background-color: #fff;
}

.catalog-fireproof__leftside__item__title {
   position: relative;
   padding: 0 2px;
   overflow: hidden;
   top: -29px;
   max-width: 580px;
   font-family: Oswald, sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 24px;
   background-color: #fff;
}

.catalog-fireproof__leftside__item__content {
   overflow: hidden;
}

.catalog-fireproof__leftside__item__content__image {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -moz-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   float: left;
   width: 20%;
   height: 100px;
}

.catalog-fireproof__leftside__item__content__image img {
   display: block;
   height: auto;
   max-width: 100%;
   max-height: 100%;
}

.catalog-fireproof__leftside__item__content__text {
   float: left;
   padding-left: 30px;
   width: 80%;
}

.catalog-fireproof__leftside__item__content__text__fabric {
   overflow: hidden;
   font-family: Roboto, sans-serif;
   font-size: 14px;
   line-height: 18px;
}

.catalog-fireproof__leftside__item__content__text__fabric__leftside {
   float: left;
   width: 25%;
}

.catalog-fireproof__leftside__item__content__text__fabric__rightside {
   float: left;
   padding-left: 15px;
   width: 75%;
}

.catalog-fireproof__leftside__item__content__text__cables {
   overflow: hidden;
   margin-top: 15px;
   font-family: Roboto, sans-serif;
   font-size: 14px;
   line-height: 18px;
}

.catalog-fireproof__leftside__item__content__text__cables__leftside {
   float: left;
   width: 25%;
}

.catalog-fireproof__leftside__item__content__text__cables__rightside {
   float: left;
   padding-left: 15px;
   width: 75%;
}

.catalog-fireproof__leftside__item__content__text__cables__rightside a {
   display: inline-block;
   margin-right: 3px;
}

.catalog-fireproof__info {
   margin-top: 40px;
}

.catalog-fireproof__info .row {
   margin-top: 10px;
}

.catalog-fireproof__info .row p span {
   color: #145099;
}

.catalog-fireproof__info .row h6 {
   margin-top: 12px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
}

.catalog-fireproof .category__rightside {
   min-height: 1px;
}

.order__container {
   overflow: hidden;
   margin-top: 26px;
   border: 1px solid #d0dceb;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}

.order__container__item {
   overflow: hidden;
   border-bottom: 1px solid #d0dceb;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
}

.order__container__item__leftside {
   float: left;
   padding-top: 15px;
   width: 223px;
   min-height: 140px;
   background-color: #fff;
}

.order__container__item__leftside__title {
   margin-left: 30px;
}

.order__container__item__leftside__title .checks .checkbox__over .checkbox__item input {
   margin-top: 2px;
}

.order__container__item__leftside__title .checks .checkbox__over .checkbox__item label,
.order__container__item__leftside__title .checks .checkbox__over .checkbox__item label a {
   font-size: 18px;
   color: #145099;
}

.order__container__item__leftside__title .checks .checkbox__over .checkbox__item label:after,
.order__container__item__leftside__title .checks .checkbox__over .checkbox__item label:before {
   top: 2px;
}

.order__container__item__leftside__image {
   margin-top: 20px;
}

.order__container__item__leftside__image img {
   height: auto;
   max-width: -webkit-calc(100% - 50px);
   max-width: -moz-calc(100% - 50px);
   max-width: calc(100% - 50px);
}

.order__container__item__rightside {
   float: left;
   width: -webkit-calc(100% - 223px);
   width: -moz-calc(100% - 223px);
   width: calc(100% - 223px);
   background-color: #f3f6fa;
}

.order__container__item__rightside .table {
   margin: 0;
   border: none;
   border-left: 1px solid #b8cae0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
   padding-top: 20px;
   min-height: 140px;
   height: 100%;
}

.order__container__item__rightside .table__content__row:first-child,
.order__container__item__rightside .table__content__row:first-child:last-child {
   border-bottom: 1px solid #b8cae0;
}

.order__container__item.order__container__item_long .order__container__item__rightside .table__content__row:last-child {
   border-bottom: none;
}

.order__container__item__rightside .table .checks {
   padding-left: 17px;
}

.order__container__item__rightside .table .table__title div:first-child {
   padding-left: 42px;
}

.order__container__item:last-child {
   border-bottom: none;
}

.order__container .order__buttons__trigger {
   height: 1px;
}

.order__container .order__buttons {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   margin: 0 -1px;
   -webkit-border-radius: 0 0 10px 10px;
   -moz-border-radius: 0 0 10px 10px;
   border-radius: 0 0 10px 10px;
   height: 42px;
   background-color: #333;
}

.order__container .order__buttons__item {
   width: 25%;
}

.order__container .order__buttons__item a {
   display: inline-block;
   vertical-align: top;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #fff;
   cursor: pointer;
}

.order__container .order__buttons__item a:hover svg {
   fill: #ea5b0c;
}

.order__container .order__buttons__item a:hover span {
   color: #ea5b0c;
}

.order__container .order__buttons__item--1 {
   border-right: 1px solid hsla(0, 0%, 100%, 0.5);
   padding-top: 13px;
   padding-left: 30px;
}

.order__container .order__buttons__item--1 .checks .checkbox__over .checkbox__item {
   margin-top: 0;
}

.order__container .order__buttons__item--1 .checks .checkbox__over .checkbox__item label {
   color: #fff;
}

.order__container .order__buttons__item--1 .checks .checkbox__over .checkbox__item label,
.order__container .order__buttons__item--1 .checks .checkbox__over .checkbox__item label span {
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: 0.2s all ease-out 0s;
   -moz-transition: 0.2s all ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.order__container .order__buttons__item--1 .checks .checkbox__over .checkbox__item label:hover,
.order__container .order__buttons__item--1 .checks .checkbox__over .checkbox__item label:hover span {
   color: #ea5b0c;
}

.order__container .order__buttons__item--2 {
   border-right: 1px solid hsla(0, 0%, 100%, 0.5);
   text-align: center;
}

.order__container .order__buttons__item--2 a {
   line-height: 42px;
}

.order__container .order__buttons__item--2 a svg {
   margin-top: 13px;
   margin-right: 5px;
   width: 17px;
   height: 14px;
   fill: #fff;
}

.order__container .order__buttons__item--2 a span,
.order__container .order__buttons__item--2 a svg {
   display: inline-block;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.order__container .order__buttons__item--2 a span {
   vertical-align: top;
}

.order__container .order__buttons__item--3 {
   border-right: 1px solid hsla(0, 0%, 100%, 0.5);
   text-align: center;
}

.order__container .order__buttons__item--3 a {
   line-height: 42px;
}

.order__container .order__buttons__item--3 a svg {
   margin-top: 13px;
   margin-right: 5px;
   width: 17px;
   height: 14px;
   fill: #fff;
}

.order__container .order__buttons__item--3 a span,
.order__container .order__buttons__item--3 a svg {
   display: inline-block;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.order__container .order__buttons__item--3 a span {
   vertical-align: top;
}

.order__container .order__buttons__item--4 {
   text-align: center;
}

.order__container .order__buttons__item--4 a {
   line-height: 44px;
}

.order__container .order__buttons__item--4 a svg {
   display: inline-block;
   margin-top: 13px;
   margin-right: 5px;
   width: 18px;
   height: 14px;
   fill: #fff;
}

.order__container .order__buttons__item--4 a span {
   display: inline-block;
   vertical-align: top;
   margin-top: -2px;
}

.order__container .order__buttons.is-fixed {
   position: fixed;
   left: 50%;
   bottom: 0;
   z-index: 5;
   margin-left: -292px;
   -webkit-border-radius: 10px 10px 0 0;
   -moz-border-radius: 10px 10px 0 0;
   border-radius: 10px 10px 0 0;
   width: 862px;
}

.order h3 {
   margin-top: 40px;
   margin-bottom: 0;
}

.order h4 {
   margin-top: 5px;
   margin-bottom: 0;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 22px;
}

.order .form__agree__input {
   margin-top: 25px;
}

.order .form__agree__input .checks .checkbox__over {
   margin: 0;
}

.order .form__agree__input .checks .checkbox__over .checkbox__item label {
   height: 16px;
}

.order .form__agree__input .checks a {
   display: inline-block;
   vertical-align: top;
   max-width: -webkit-calc(100% - 30px);
   max-width: -moz-calc(100% - 30px);
   max-width: calc(100% - 30px);
   line-height: 16px;
}

.order form > div .form__input-container.req:before {
   content: "*";
   position: absolute;
   left: 0;
   top: 34px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 18px;
   color: #ff0008;
}

.order form > div .form__input-container.req.active:before {
   display: none;
}

.order form > div:first-child .form__input-container::before {
   left: 215px;
}

.order form > div:nth-child(2) .form__input-container:before,
.order form > div:nth-child(3) .form__input-container:before {
   left: 45px;
}

.order form > div:nth-child(4) .form__input-container:before {
   left: 135px;
}

.order form > div:nth-child(5) .form__input-container:before {
   left: 117px;
}

.order form > div:nth-child(6) .form__input-container:before {
   left: 143px;
}

.order form > div:nth-child(7) .form__input-container:before {
   left: 55px;
}

.order form .form__description {
   margin-top: 40px;
   font-size: 0;
}

.order form .form__description > div {
   display: inline-block;
   vertical-align: top;
}

.order form .form__description .necessarily {
   margin-top: 23px;
   width: 32%;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 18px;
   color: #999;
   padding-right: 10px;
}

.order form .form__description .necessarily span {
   color: #ea5b0c;
}

.order form .form__description .form__button {
   width: 36%;
   max-width: 310px;
}

.order form .form__description .form__button button {
   display: block;
   margin: 0;
   outline: none;
   border: none;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   width: 100%;
   height: 65px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 65px;
   text-align: center;
   color: #fff;
   background-color: #145099;
}

.order form .form__description .form__button button:hover {
   background-color: #ea5b0c;
}

.order form .form__description .questions {
   width: 32%;
}

.questions {
   padding-left: 45px;
}

.questions h5 {
   margin: 0;
   margin-top: 4px;
   font-family: Roboto, sans-serif;
   font-weight: 700;
   font-size: 18px;
   line-height: 18px;
   color: #000;
}

.questions a.tel {
   margin: 0;
   margin-top: 5px;
   font-family: Oswald, sans-serif;
   font-weight: 400;
   font-size: 24px;
   line-height: 28px;
   color: #000;
}

.questions a.tel:hover {
   color: #ea5b0c;
}

.questions p {
   margin: 0;
   margin-top: 2px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   color: #000;
}

.history__oldest {
   position: relative;
   margin-top: 25px;
   border-bottom: 1px solid #d0dceb;
   padding-bottom: 30px;
}

.history__oldest h3 {
   margin: 0;
}

.history__oldest__text p {
   margin-top: 25px;
}

.history__oldest__video {
   position: relative;
   overflow: hidden;
   margin-top: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}

.history__oldest__video__image {
   position: relative;
   z-index: 1;
   width: 100%;
   height: 100%;
}

.history__oldest__video__image img {
   display: block;
   width: 100%;
   height: 100%;
}

.history__oldest__video__image img.mobile-img {
   display: none;
}

.history__oldest__video__text {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 2;
   font-family: Oswald, sans-serif;
   font-weight: 300;
   font-size: 24px;
   line-height: 60px;
   text-align: center;
   color: #fff;
   background-color: rgba(0, 0, 0, 0.7);
}

.history__oldest__video .button__play {
   position: absolute;
   left: 50%;
   top: 50%;
   z-index: 4;
   display: block;
   overflow: hidden;
   margin-top: -34px;
   margin-left: -34px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   width: 70px;
   height: 70px;
   background-color: rgba(0, 0, 0, 0.7);
}

.history__oldest__video .button__play svg {
   display: block;
   margin-top: 20px;
   margin-left: 25px;
   width: 29px;
   height: 33px;
   fill: #fff;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.history__oldest__video .button__play:hover svg {
   fill: #ea5b0c;
}

.history__years {
   position: relative;
   margin-top: 35px;
}

.history__years__sidebar {
   position: absolute;
   left: 0;
   top: 0;
   z-index: 2;
   padding-right: 0;
   width: 170px;
}

.history__years__sidebar ul {
   list-style: none;
   padding: 0;
}

.history__years__sidebar ul li {
   margin: 0;
}

.history__years__sidebar ul li a {
   font-family: Oswald, sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 42px;
   color: #145099;
}

.history__years__sidebar ul li.is-active a,
.history__years__sidebar ul li a:hover {
   color: #ea5b0c;
}

.history__years__sidebar.is-fixed {
   position: fixed;
   left: -webkit-calc(50% - 292px);
   left: -moz-calc(50% - 292px);
   left: calc(50% - 292px);
   top: 150px;
}

.history__years__sidebar.is-bottom {
   position: absolute;
   left: 0;
   top: auto;
   bottom: 0;
}

.history__years__content {
   position: relative;
   padding-left: 170px;
}

.history__years__content__item {
   margin-top: 35px;
}

.history__years__content__item__title {
   margin: 0;
   font-size: 40px;
   line-height: 40px;
}

.history__years__content__item__text {
   margin-top: 20px;
}

.history__years__content__item__image {
   overflow: hidden;
   margin-top: 15px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   width: 100%;
}

.sertificates__conformity__item {
   overflow: hidden;
   margin-top: 35px;
}

.sertificates__conformity__item__image {
   float: left;
   width: 138px;
}

.sertificates__conformity__item__image img {
   width: 100%;
   height: auto;
}

.sertificates__conformity__item__text {
   float: left;
   margin-left: 25px;
   width: -webkit-calc(100% - 163px);
   width: -moz-calc(100% - 163px);
   width: calc(100% - 163px);
}

.sertificates__conformity__item__text p {
   margin: 0;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 24px;
   color: #000;
}

.sertificates__conformity__item__text p a {
   display: inline-block;
   color: #000;
   pointer-events: none;
}

.sertificates__conformity__item__text__link {
   display: inline-block;
   margin-top: 15px;
   border: 1px solid #145099;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 0 35px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 40px;
   color: #145099;
}

.sertificates__products__search {
   margin-top: 20px;
}

.sertificates__products__search form {
   position: relative;
   width: 100%;
   font-size: 0;
}

.sertificates__products__search form:before {
   content: "";
   position: absolute;
   left: 8px;
   top: 11px;
   width: 17px;
   height: 17px;
   background: url(/local/templates/main/images/sprites/svg/search.svg) no-repeat 50%;
}

.sertificates__products__search form .search__input {
   display: inline-block;
   vertical-align: top;
   outline: none;
   border: 1px solid #89a7cc;
   -webkit-border-top-left-radius: 10px;
   -moz-border-radius-topleft: 10px;
   border-top-left-radius: 10px;
   -webkit-border-bottom-left-radius: 10px;
   -moz-border-radius-bottomleft: 10px;
   border-bottom-left-radius: 10px;
   padding-left: 30px;
   width: -webkit-calc(100% - 89px);
   width: -moz-calc(100% - 89px);
   width: calc(100% - 89px);
   height: 40px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 38px;
   color: #9dabbc;
   background-color: #fff;
}

.sertificates__products__search form .search__input::-webkit-input-placeholder {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #9dabbc;
}

.sertificates__products__search form .search__input:-moz-placeholder,
.sertificates__products__search form .search__input::-moz-placeholder {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #9dabbc;
}

.sertificates__products__search form .search__input:-ms-input-placeholder {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #9dabbc;
}

.sertificates__products__search form .search__input::placeholder {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #9dabbc;
}

.sertificates__products__search form .search__submit {
   display: inline-block;
   vertical-align: top;
   margin-top: 0;
   outline: none;
   border: none;
   -webkit-border-radius: 0 10px 10px 0;
   -moz-border-radius: 0 10px 10px 0;
   border-radius: 0 10px 10px 0;
   width: 89px;
   height: 40px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 40px;
   color: #fff;
   background-color: #145099;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.sertificates__products__search form .search__submit:hover {
   background-color: #ea5b0c;
}

.sertificates__products__items .formats {
   margin-top: 17px;
   border-top: 2px solid rgba(20, 80, 153, 0.3);
   padding-top: 6px;
}

.sertificates__products__items .formats__item {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   padding-left: 3px;
}

.sertificates__products__items .formats__item svg {
   width: 27px;
   height: 33px;
   fill: #ea5b0c;
}

.sertificates__products__items .formats__item__text {
   padding-left: 12px;
   width: 100%;
}

.sertificates__products__items .formats__item__text p {
   margin: 0;
   margin-top: 2px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 14px;
   color: #000;
}

.sertificates__products__items .formats__item__text a {
   display: inline-block;
   margin-top: 5px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 14px;
}

.sertificates__products__items .sertificates__products__item {
   margin-top: 20px;
}

.sertificates__products__items .sertificates__products__item__rightside {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   color: #000;
}

.sertificates__alert {
   margin-top: 40px;
   border: 1px solid #b8cae0;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 20px;
   padding-left: 55px;
   background-color: #fff;
}

.sertificates__alert__text {
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 24px;
}

.sertificates__alert__text a {
   display: inline-block;
   margin-right: 3px;
   font-size: 18px;
   line-height: 24px;
}

.sertificates__alert.alert-info {
   background-position: 20px 20px;
}

.rewards__item {
   overflow: hidden;
   margin-top: 35px;
}

.rewards__item__image {
   float: left;
   width: 138px;
}

.rewards__item__image img {
   width: 100%;
   height: auto;
}

.rewards__item__text {
   float: left;
   margin-left: 25px;
   width: -webkit-calc(100% - 163px);
   width: -moz-calc(100% - 163px);
   width: calc(100% - 163px);
}

.rewards__item__text p {
   margin: 0;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 24px;
   color: #000;
}

.rewards__item__text a {
   display: inline-block;
   margin-top: 15px;
   border: 1px solid #145099;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 0 35px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 40px;
   color: #145099;
}

.rewards__item__text a:hover {
   border-color: #ea5b0c;
   color: #ea5b0c;
}

.clients__items {
   margin-top: 30px;
   padding-bottom: 30px;
}

.clients__items .slick-dots {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   list-style: none;
   padding: 0;
   font-size: 0;
   white-space: nowrap;
   text-align: center;
}

.clients__items .slick-dots li {
   position: relative;
   display: inline-block;
   vertical-align: top;
   margin: 0 3px;
   width: 18px;
   height: 18px;
}

.clients__items .slick-dots li:before {
   content: "";
   position: absolute;
   left: 2px;
   top: 2px;
   overflow: hidden;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   width: 14px;
   height: 14px;
   background-color: #145099;
}

.clients__items .slick-dots li button {
   display: none;
}

.clients__items .slick-dots li.slick-active:before {
   left: 0;
   top: 0;
   width: 18px;
   height: 18px;
   background-color: #ea5b0c;
}

.clients__item__image {
   display: block;
   overflow: hidden;
   border: 1px solid #d1d1cf;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   max-height: 170px;
   text-align: center;
}

.clients__item__image img {
   max-height: 100%;
   max-width: 100%;
   display: inline-block;
}

.clients__item__title {
   display: block;
   margin-top: 8px;
}

.clients__item__text {
   margin-top: 5px;
}

.clients__reviews__items {
   padding-bottom: 25px;
}

.clients__reviews__items .row {
   margin: 0;
}

.clients__reviews__items .slick-dots {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   list-style: none;
   padding: 0;
   font-size: 0;
   white-space: nowrap;
   text-align: center;
}

.clients__reviews__items .slick-dots li {
   position: relative;
   display: inline-block;
   vertical-align: top;
   margin: 0 3px;
   width: 18px;
   height: 18px;
}

.clients__reviews__items .slick-dots li:before {
   content: "";
   position: absolute;
   left: 2px;
   top: 2px;
   overflow: hidden;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   width: 14px;
   height: 14px;
   background-color: #145099;
}

.clients__reviews__items .slick-dots li button {
   display: none;
}

.clients__reviews__items .slick-dots li.slick-active:before {
   left: 0;
   top: 0;
   width: 18px;
   height: 18px;
   background-color: #ea5b0c;
}

.slick-dotted {
   padding-bottom: 60px;
}

.clients__reviews__item {
   margin-top: 40px;
}

.clients__reviews__item__logo {
   height: 55px;
   line-height: 55px;
}

.clients__reviews__item__logo img {
   display: inline-block;
   vertical-align: middle;
   max-height: 55px;
}

.clients__reviews__item__top {
   margin-top: 25px;
   font-size: 0;
}

.clients__reviews__item__top__image {
   display: inline-block;
   vertical-align: top;
   overflow: hidden;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   width: 66px;
   height: 66px;
}

.clients__reviews__item__top__image img {
   width: 100%;
   height: 100%;
}

.clients__reviews__item__top__text {
   display: inline-block;
   vertical-align: top;
   margin-left: 14px;
   width: -webkit-calc(100% - 80px);
   width: -moz-calc(100% - 80px);
   width: calc(100% - 80px);
}

.clients__reviews__item__top__text h4 {
   margin: 0;
   font-family: Oswald, sans-serif;
   font-weight: 400;
   font-size: 24px;
   line-height: 20px;
}

.clients__reviews__item__top__text p {
   margin: 0;
   margin-top: 10px;
}

.clients__reviews__item__text {
   margin-top: 15px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
}

.clients__reviews__item .formats__item {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   margin-top: 13px;
   padding-left: 3px;
}

.clients__reviews__item .formats__item svg {
   width: 27px;
   height: 33px;
   fill: #ea5b0c;
}

.clients__reviews__item .formats__item__text {
   padding-left: 12px;
}

.clients__reviews__item .formats__item__text p {
   margin: 0;
   margin-top: 2px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 14px;
   color: #000;
}

.clients__reviews__item .formats__item__text a {
   display: inline-block;
   margin-top: 5px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 14px;
}

.clients .pagination {
   margin: 0;
}

.clients .pagination__container a.button {
   margin: 0 10px;
   max-width: -webkit-calc(100% - 20px);
   max-width: -moz-calc(100% - 20px);
   max-width: calc(100% - 20px);
}

.careers__offers__title {
   margin-bottom: 15px;
}

.careers__offers__items .row {
   padding-left: 10px;
}

.careers__offers__item {
   margin-top: 5px;
   padding-left: 40px;
   height: auto;
   min-height: 40px;
   background: url(/local/templates/main/images/sprites/svg/thanks.svg) no-repeat 0;
}

.careers__offers__item span {
   display: inline-block;
   vertical-align: middle;
   margin-top: -3px;
   line-height: 18px;
}

.careers__opened__title {
   overflow: hidden;
   margin-top: 40px;
}

.careers__opened__title h2 {
   float: left;
   margin: 0;
}

.careers__opened__title__hh {
   float: right;
   padding-left: 50px;
   background: url(/local/templates/main/images/hh.png) no-repeat 0;
   -moz-background-size: 40px 40px;
   background-size: 40px 40px;
}

.careers__opened__title__hh span {
   font-family: Roboto, sans-serif;
   font-size: 14px;
   line-height: 40px;
}

.careers__opened__title__hh span a {
   line-height: 40px;
}

.careers__opened__items ul {
   list-style: none;
   margin: 0 -15px;
   padding: 0;
   width: -webkit-calc(100% + 30px);
   width: -moz-calc(100% + 30px);
   width: calc(100% + 30px);
   font-size: 0;
}

.careers__opened__items ul li {
   position: relative;
   display: inline-block;
   vertical-align: top;
   margin: 0 15px;
   margin-top: 5px;
   padding-left: 20px;
   width: -webkit-calc(50% - 30px);
   width: -moz-calc(50% - 30px);
   width: calc(50% - 30px);
   background: url(/local/templates/main/images/sprites/svg/circle-full.svg) no-repeat left 5px;
}

.careers__opened form .form-group {
   margin-bottom: 0;
}

.careers__opened form .checks .checkbox__over .checkbox__item {
   margin-top: 0;
}

.careers__opened form .checks .checkbox__over .checkbox__item span {
   display: block;
   margin-top: -3px;
}

.careers__opened form .form__button {
   margin-top: 30px;
   font-size: 0;
}

.careers__opened form .form__button button,
.careers__opened form .form__button h6 {
   display: inline-block;
   vertical-align: top;
   margin: 0;
}

.careers__opened form .form__button h6 {
   margin-left: 20px;
   line-height: 40px;
}

.careers__slider__item,
.careers__slider__item__image {
   position: relative;
}

.careers__slider__item__image img {
   width: 100%;
   height: auto;
}

.careers__slider__item__text {
   position: absolute;
   left: 0;
   bottom: 0;
   padding: 15px 25px;
   color: #fff;
   background-color: rgba(0, 0, 0, 0.5);
}

.careers .slick-next,
.careers .slick-prev {
   position: absolute;
   top: 50%;
   z-index: 5;
   margin: 0;
   width: 40px;
   height: 50px;
   font-size: 0;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
}

.careers .slick-prev {
   left: 25px;
   background: url(/local/templates/main/images/sprites/svg/prev.svg) no-repeat 50%;
}

.careers .slick-prev:hover {
   background: url(/local/templates/main/images/sprites/svg/prev-active.svg) no-repeat 50%;
}

.careers .slick-next {
   right: 25px;
   background: url(/local/templates/main/images/sprites/svg/next.svg) no-repeat 50%;
}

.careers .slick-next:hover {
   background: url(/local/templates/main/images/sprites/svg/next-active.svg) no-repeat 50%;
}

.contacts {
   padding-bottom: 380px;
}

.contacts__offices__item__local {
   font-size: 0;
   cursor: pointer;
}

.contacts__offices__item__local svg {
   display: inline-block;
   vertical-align: middle;
   width: 9px;
   height: 13px;
   fill: #145099;
}

.contacts__offices__item__local span {
   display: inline-block;
   vertical-align: middle;
   margin-left: 5px;
   font-size: 14px;
   line-height: 18px;
}

.contacts__offices__item__local:hover svg {
   fill: #ea5b0c;
}

.contacts__offices__item > div {
   margin-top: 15px;
}

.contacts__offices__item > div a {
   display: inline-block;
   margin-right: 3px;
}

.contacts__offices__item__timework {
   font-weight: 700;
   font-size: 18px;
   line-height: 20px;
}

.contacts__offices__item .formats__item {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   margin-top: 13px;
   padding-left: 3px;
}

.contacts__offices__item .formats__item svg {
   width: 27px;
   height: 33px;
   fill: #ea5b0c;
}

.contacts__offices__item .formats__item__text {
   padding-left: 12px;
}

.contacts__offices__item .formats__item__text p {
   margin: 0;
   margin-top: 2px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 14px;
   color: #000;
}

.contacts__offices__item .formats__item__text a {
   display: inline-block;
   margin-top: 5px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 14px;
}

.contacts__stuff__items__item {
   overflow: hidden;
   margin-top: 30px;
}

.contacts__stuff__items__item__image {
   float: left;
   overflow: hidden;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   width: 102px;
   height: 102px;
}

.contacts__stuff__items__item__image img {
   width: 100%;
   height: 100%;
}

.contacts__stuff__items__item__content {
   float: left;
   margin-left: 20px;
   width: -webkit-calc(100% - 122px);
   width: -moz-calc(100% - 122px);
   width: calc(100% - 122px);
}

.contacts__stuff__items__item__content__title {
   font-family: Oswald, sans-serif;
   font-weight: 400;
   font-size: 24px;
   line-height: 30px;
   color: #010101;
}

.contacts__stuff__items__item__content__job {
   margin-top: 7px;
}

.contacts__stuff__items__item__content__info {
   margin-top: 10px;
}

.contacts__stuff__items__item__content__timework {
   margin-top: 12px;
}

.contacts__stuff__items__item__content .write-to-stuff {
   margin-top: 15px;
}

.contacts__stuff__items__item__content .write-to-stuff svg {
   display: inline-block;
   vertical-align: middle;
   width: 11px;
   height: 13px;
   fill: #fff;
}

.contacts__stuff__items__item__content .write-to-stuff span {
   display: inline-block;
   vertical-align: middle;
   margin-left: 9px;
}

.contacts #contacts__map {
   position: absolute !important;
   left: 0;
   bottom: 0;
   -webkit-border-bottom-left-radius: 10px;
   -moz-border-radius-bottomleft: 10px;
   border-bottom-left-radius: 10px;
   width: 100%;
   height: 370px;
}

.contacts #contacts__map .gm-style-cc,
.contacts #contacts__map .gmnoprint,
.contacts #contacts__map .gmnoscreen {
   display: none;
}

.sales__items__item {
   margin-top: 35px;
}

.sales__items__item__image {
   display: block;
}

.sales__items__item__image img {
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
}

.sales__items__item__content__date {
   line-height: normal;
   color: gray;
   position: relative;
   font-size: 14px;
}

.sales__items__item__content__date span {
   color: #ea5b0c;
}

.sales__items__item__content__date br + span {
   display: block;
   margin-top: 2px;
}

.sales__items__item__content__title {
   display: inline-block;
   vertical-align: top;
   margin-top: 10px;
   font-weight: 700;
   font-size: 18px;
   line-height: 20px;
}

.sales__items__item__content__text {
   margin-top: 10px;
   font-size: 14px;
   line-height: 20px;
}

.sales__items__item__content__links {
   margin-top: 10px;
}

.sales__items__item__content__links a {
   display: block;
}

.letters__items__item {
   margin-top: 30px;
}

.letters__items__item__title {
   display: block;
   font-size: 18px;
   line-height: 22px;
}

.letters__items__item__date {
   margin-top: 10px;
   color: gray;
}

.letters__items__item__text {
   margin-top: 10px;
}

.refference__items__item {
   margin-top: 35px;
}

.refference__items__item__image img {
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   width: 100%;
}

.refference__items__item__content__title {
   font-weight: 700;
   font-size: 18px;
   line-height: 14px;
}

.refference__items__item__content__subtitle,
.refference__items__item__content__text {
   margin-top: 10px;
}

.page-404 {
   overflow: hidden;
}

.page-404__leftside {
   float: left;
   width: 50%;
}

.page-404__leftside li a {
   display: inline-block;
   margin-right: 3px;
}

.page-404__image {
   float: left;
   margin: 0 auto;
   margin-top: 100px;
   padding-left: 40px;
   width: 50%;
   max-width: 583px;
}

.page-404 p {
   margin-top: 25px;
}

.dealers__checks {
   margin-top: 20px;
}

.dealers__checks .checks {
   display: inline-block;
   vertical-align: top;
   margin-right: 20px;
}

.dealers__items {
   display: none;
}

.dealers__items h4 {
   margin: 0;
}

.dealers__items .row {
   position: relative;
}

.dealers__items .row:last-child {
   margin-top: 0;
}

.dealers__items .row:last-child:before {
   display: none;
}

.dealers__items__item {
   margin-top: 30px;
}

.dealers__items__item__address {
   margin-top: 10px;
}

.dealers__items__item__on-map {
   font-size: 0;
   cursor: pointer;
}

.dealers__items__item__on-map svg {
   display: inline-block;
   vertical-align: middle;
   width: 9px;
   height: 13px;
   fill: #145099;
}

.dealers__items__item__on-map span {
   display: inline-block;
   vertical-align: middle;
   margin-left: 5px;
   font-size: 14px;
   line-height: 18px;
}

.dealers__items__item__on-map:hover svg {
   fill: #ea5b0c;
}

.dealers__items__item__info {
   margin-top: 15px;
}

.dealers__items__item__info a {
   display: inline-block;
   margin: 0 3px;
}

.dealers__items__item__geography {
   margin-top: 10px;
}

.dealers__items__item__geography a {
   display: inline-block;
   vertical-align: top;
   margin-right: 10px;
}

.dealers__items__item__geography a:first-child {
   margin-right: 5px;
   margin-left: 5px;
}

.dealers #map--big {
   width: 100%;
   height: 400px;
}

.dealers .map__button-container {
   text-align: center;
   margin-top: 20px;
}

.for-dealers__texts {
   margin-top: 10px;
}

.for-dealers__texts__item {
   margin-top: 20px;
}

.for-dealers .form__agree__input .checks .checkbox__over {
   margin: 0;
}

.for-dealers .form__agree__input .checks .checkbox__over .checkbox__item label {
   width: 16px;
   height: 16px;
}

.for-dealers .form__agree__input .checks a {
   display: inline-block;
   vertical-align: top;
   max-width: -webkit-calc(100% - 30px);
   max-width: -moz-calc(100% - 30px);
   max-width: calc(100% - 30px);
   line-height: 16px;
}

.for-dealers__advantages {
   font-size: 0;
}

.for-dealers__advantages__item {
   display: inline-block;
   vertical-align: top;
   margin-top: 40px;
   padding: 0 15px;
   width: 25%;
}

.for-dealers__advantages__item__icon svg {
   display: block;
   width: 83px;
   height: 83px;
}

.for-dealers__advantages__item__text {
   margin-top: 10px;
   font-size: 14px;
   line-height: 18px;
}

.for-dealers__to-be__form .form__input-container.req:before {
   content: "*";
   position: absolute;
   left: 0;
   top: 34px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 18px;
   color: #ff0008;
}

.for-dealers__to-be__form .form__input-container.req:first-child::before {
   left: 73px;
}

.for-dealers__to-be__form .form__input-container.req:nth-child(2):before,
.for-dealers__to-be__form .form__input-container.req:nth-child(3):before {
   left: 43px;
}

.for-dealers__to-be__form .form__input-container.req:nth-child(4):before {
   left: 135px;
}

.for-dealers__to-be__form .form__input-container.req:nth-child(5):before {
   left: 115px;
}

.for-dealers__to-be__form .form__input-container.req:nth-child(6):before {
   left: 143px;
}

.for-dealers__to-be__form .form__input-container.req:nth-child(7):before {
   left: 128px;
}

.for-dealers__to-be .required-label {
   padding-top: 18px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #9dabbc;
}

.for-dealers__info {
   padding-top: 20px;
}

.search-result__container {
   margin-top: 35px;
}

.search-result .filters {
   margin-top: 15px;
}

.search-result .filters .filters__add {
   margin-right: 20px;
}

.search-result .filters .filters__add,
.search-result .filters .filters__clear {
   display: inline-block;
   vertical-align: top;
   margin-top: 10px;
}

.search-result .tabs__container .tab-content .tab-pane .search-result--catalog__item__content__text__fabric p {
   margin: 0;
}

.search-result--site__items__item {
   margin-top: 30px;
}

.search-result--site__items__item__text {
   margin-top: 5px;
}

.search-result--site__items__item__date,
.search-result--site__items__item__path {
   margin-top: 10px;
   color: gray;
}

.search-result--catalog__item {
   position: relative;
   margin-top: 45px;
}

.search-result--catalog__item__top {
   overflow-y: hidden;
   overflow-y: visible;
   border: 1px solid #b8cae0;
   -webkit-border-radius: 0 0 10px 10px;
   -moz-border-radius: 0 0 10px 10px;
   border-radius: 0 0 10px 10px;
   padding: 15px;
   padding-bottom: 0;
   background-color: #fff;
}

.search-result--catalog__item__title {
   overflow: hidden;
   margin-top: -30px;
}

.search-result--catalog__item__title a {
   display: block;
   float: left;
   overflow: hidden;
   padding-right: 15px;
   max-width: 50%;
   font-family: Oswald, sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 24px;
   background-color: #fff;
}

.search-result--catalog__item__title .sign__icons {
   float: right;
   padding: 0 10px;
   max-width: 45%;
   background-color: #fff;
}

.search-result--catalog__item__content {
   margin-top: 15px;
   padding-bottom: 15px;
   font-size: 0;
}

.search-result--catalog__item__content__image {
   display: inline-block;
   vertical-align: top;
   margin-left: -15px;
   width: 25%;
   height: 100px;
}

.search-result--catalog__item__content__image img {
   display: block;
   height: auto;
   max-width: 100%;
   max-height: 100%;
}

.search-result--catalog__item__content__text {
   display: inline-block;
   vertical-align: top;
   padding-left: 30px;
   width: 75%;
}

.search-result--catalog__item__content__text__fabric {
   overflow: hidden;
   font-family: Roboto, sans-serif;
   font-size: 14px;
   line-height: 18px;
}

.search-result--catalog__item__content__text__fabric p {
   margin-top: 0;
}

.search-result--catalog__item__content__text__cables {
   overflow: hidden;
   margin-top: 15px;
   font-family: Roboto, sans-serif;
   font-size: 14px;
   line-height: 18px;
}

.search-result--catalog__item__content__text__cables__leftside {
   float: left;
   width: 25%;
}

.search-result--catalog__item__content__text__cables__rightside {
   float: left;
   padding-left: 15px;
   width: 75%;
}

.search-result--catalog__item__bottom {
   margin: 0 -15px;
   border-top: 1px solid #b8cae0;
}

.search-result--catalog__item__bottom .macros--show-hide {
   text-align: center;
}

.search-result--catalog__item__bottom .macros--show-hide a {
   position: relative;
   display: block;
   line-height: 40px;
}

.search-result--catalog__item__bottom .macros--show-hide a span {
   position: relative;
}

.search-result--catalog__item__bottom .macros--show-hide a span:before {
   content: "";
   position: absolute;
   left: -20px;
   top: 50%;
   margin-top: -4px;
   width: 14px;
   height: 9px;
   background: url(/local/templates/main/images/sprites/svg/down.svg) no-repeat 50%;
}

.search-result--catalog__item__bottom .macros--show-hide a:hover {
   color: #ea5b0c;
}

.search-result--catalog__item__bottom .macros--show-hide a:hover span:before {
   background: url(/local/templates/main/images/sprites/svg/down-active.svg) no-repeat 50%;
}

.search-result--catalog__item__bottom .macros--show-hide a.active {
   color: #ea5b0c;
}

.search-result--catalog__item__bottom .macros--show-hide a.active span:before {
   background: url(/local/templates/main/images/sprites/svg/down-active.svg) no-repeat 50%;
}

.search-result--catalog__item__bottom .table {
   display: none;
   margin-bottom: 0;
   border: none;
   border-top: 1px solid #b8cae0;
}

.social {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
}

.social__button {
   position: relative;
   z-index: 1;
   vertical-align: top;
   margin: 0 5px;
   border: 1px solid #145099;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 0;
   width: 40px;
   height: 40px;
   line-height: 36px;
   text-align: center;
   background: none;
   display: inline-block;
}

.social__button,
.social__button svg {
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.social__button svg {
   display: inline-block;
   vertical-align: middle;
   fill: #145099;
}

.social__button:focus {
   outline: none;
}

.social__button:hover {
   border-color: #ea5b0c;
}

.social__button:hover svg {
   fill: #ea5b0c;
}

.social__button[data-social="twitter"] svg {
   margin-top: -3px;
   width: 24px;
   height: 19px;
}

.social__button[data-social="vimeo"] svg {
   margin-top: -3px;
   width: 22px;
   height: 21px;
}

.social__button[data-social="vk"] svg {
   margin: 0 0 0 -2px;
   width: 29px;
   height: 18px;
}

.social__button[data-social="instagram"] svg {
   margin-top: -3px;
   margin-left: -1px;
   width: 21px;
   height: 21px;
}

.social__button[data-social="youtube"] svg {
   margin: -3px 0 0 -2px;
   width: 24px;
   height: 19px;
}

.social__button[data-social="g+"] svg {
   margin-top: -2px;
   width: 27px;
   height: 18px;
}

.social__button[data-social="linkedin"] svg {
   margin: -4px 0 0;
   width: 21px;
   height: 20px;
}

.social__button[data-social="pinterest"] svg {
   width: 18px;
   height: 24px;
}

.social__button[data-social="facebook"] svg {
   margin: -3px 0 0 -2px;
   width: 13px;
   height: 23px;
}

.social__button[data-social="whatsup"] svg {
   margin-top: -2px;
   margin-left: -2px;
   width: 23px;
   height: 24px;
}

.social__button[data-social="ok"] svg {
   margin-top: -2px;
   width: 17px;
   height: 25px;
}

.social__button[data-social="telegram"] svg {
   margin: -3px 0 0 -2px;
   width: 25px;
   height: 21px;
}

.social__button[data-social="viber"] svg {
   width: 22px;
   height: 25px;
}

.social__button[data-social="share"] svg {
   margin: -3px 0 0 -2px;
   width: 21px;
   height: 23px;
}

.sign__icon {
   display: inline-block;
   vertical-align: top;
   margin-top: 6px;
   margin-left: 6px;
   width: 32px;
   height: 30px;
}

img.sign__icon {
   top: -1px;
   position: relative;
}

.sign__icon--1 {
   background: url(/local/templates/main/images/sprites/svg/sign-icon1.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.sign__icon--2 {
   background: url(/local/templates/main/images/sprites/svg/sign-icon2.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.sign__icon--3 {
   background: url(/local/templates/main/images/sprites/svg/sign-icon3.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.sign__icon--4 {
   background: url(/local/templates/main/images/sprites/svg/sign-icon4.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.sign__icon--5 {
   background: url(/local/templates/main/images/sprites/svg/sign-icon5.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.sign__icon--6 {
   background: url(/local/templates/main/images/sprites/svg/sign-icon6.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.sign__icon--7 {
   background: url(/local/templates/main/images/sprites/svg/sign-icon7.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.sign__icon--8 {
   background: url(/local/templates/main/images/sprites/svg/sign-icon8.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.sign__icon--9 {
   background: url(/local/templates/main/images/sprites/svg/sign-icon9.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.sign__icon--10 {
   background: url(/local/templates/main/images/sprites/svg/sign-icon10.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.sign__icon--11 {
   background: url(/local/templates/main/images/sprites/svg/sign-icon11.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.sign__icon--12 {
   background: url(/local/templates/main/images/sprites/svg/sign-icon12.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.sign__icon--13 {
   background: url(/local/templates/main/images/sprites/svg/sign-icon13.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.sign__icon--14 {
   background: url(/local/templates/main/images/sprites/svg/sign-icon14.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.sign__icon--15 {
   background: url(/local/templates/main/images/sprites/svg/sign-icon15.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.sign__icon--16 {
   background: url(/local/templates/main/images/sprites/svg/sign-icon16.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.sign__icon--17 {
   background: url(/local/templates/main/images/sprites/svg/sign-icon17.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.sign__icon--18 {
   background: url(/local/templates/main/images/sprites/svg/sign-icon18.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.sign__icon--19 {
   background: url(/local/templates/main/images/sprites/svg/sign-icon19.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: cover;
}

.sign__icon--21 {
   background: url(/local/templates/main/images/sprites/svg/sign-icon21.svg) no-repeat 50%;
   -moz-background-size: cover;
   background-size: contain;
}

.footer {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   height: auto;
}

.footer .container .row {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
}

.footer__image__container {
   margin-top: -70px;
   width: 264px;
   text-align: right;
}

.footer__image__container .footer__image {
   display: inline-block;
   width: 257px;
   height: 204px;
   background: url(/local/templates/main/images/footer.png) no-repeat 50%;
   -moz-background-size: contain;
   background-size: contain;
}

@media screen and (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
   .footer__image__container .footer__image {
      background-image: url(/local/templates/main/images/footer@2x.png);
      -moz-background-size: contain;
      background-size: contain;
   }
}

.footer__text {
   position: relative;
   width: -webkit-calc(100% - 286px);
   width: -moz-calc(100% - 286px);
   width: calc(100% - 286px);
}

.footer__text__leftside {
   padding-top: 5px;
   padding-left: 42px;
}

.footer__text__leftside span {
   display: block;
   margin-top: 20px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   color: gray;
}

.footer__text__rightside {
   position: relative;
   padding-left: 35px;
}

.footer__text__rightside h4 {
   margin: 0;
   margin-top: 10px;
}

.footer__text__rightside .phones {
   margin-top: 10px;
}

.footer__text__rightside .phones,
.footer__text__rightside .phones a {
   font-family: Oswald, sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 14px;
   color: #000;
}

.footer__text__rightside .phones a {
   display: inline-block;
   vertical-align: top;
   margin-right: 5px;
}

.footer__text__rightside .phones a:hover {
   color: #ea5b0c;
}

.footer__text__rightside .phones span {
   display: inline-block;
   vertical-align: top;
   margin-right: 5px;
   color: #ea5b0c;
}

.footer__text__rightside .phones br {
   display: none;
}

.footer__text__rightside .buttons {
   margin-top: 11px;
}

.footer__text__rightside .buttons a {
   display: inline-block;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 14px;
   text-decoration: none;
   color: #145099;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.footer__text__rightside .buttons a.footer__write-us {
   position: relative;
   padding-left: 24px;
}

.footer__text__rightside .buttons a.footer__write-us svg {
   position: absolute;
   left: 0;
   top: 50%;
   display: block;
   margin-top: -9px;
   width: 17px;
   height: 18px;
   fill: #145099;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.footer__text__rightside .buttons a.footer__write-us:hover {
   color: #ea5b0c;
}

.footer__text__rightside .buttons a.footer__write-us:hover svg {
   fill: #ea5b0c;
}

.footer__text__rightside .buttons a.footer__callback {
   position: relative;
   margin-left: 14px;
   padding-left: 26px;
}

.footer__text__rightside .buttons a.footer__callback svg {
   position: absolute;
   left: 0;
   top: 50%;
   display: block;
   margin-top: -7px;
   width: 21px;
   height: 14px;
   fill: #145099;
   -webkit-transition: all 0.2s ease-out 0s;
   -o-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.footer__text__rightside .buttons a.footer__callback:hover {
   color: #ea5b0c;
}

.footer__text__rightside .buttons a.footer__callback:hover svg {
   fill: #ea5b0c;
}

.footer .footer__banner {
   position: absolute;
   right: 0;
   top: 20px;
}

.footer .individ__label {
   margin-top: 23px;
   margin-right: -9px;
   text-align: right;
}

.footer .individ__label span {
   display: none;
}

.footer .individ__label a {
   font-size: 14px;
}

.category__buttons.hide-buttons > div:not(:first-child),
.order__buttons.hide-buttons > div:not(:first-child),
.cart__buttons.hide-buttons > div:not(:first-child) {
   display: none;
}

.category__buttons.hide-buttons > div:first-child,
.order__buttons.hide-buttons > div:first-child,
.cart__buttons.hide-buttons > div:first-child {
   border: none;
}

.category__buttons.add-buttons > .buttons__item--add,
.order__buttons.add-buttons > .buttons__item--add,
.cart__buttons.add-buttons > .buttons__item--add {
   display: block !important;
}

.category__buttons.hide-buttons.add-buttons > div:first-child,
.order__buttons.hide-buttons.add-buttons > div:first-child,
.cart__buttons.hide-buttons.add-buttons > div:first-child {
   border-right: 1px solid hsla(0, 0%, 100%, 0.5);
}

@media (min-width: 1200px) {
   .container {
      width: 1200px;
   }
}

@media screen and (min-width: 960px) {
   .sidebar {
      height: auto;
      max-height: -webkit-calc(100% - 145px);
      max-height: -moz-calc(100% - 145px);
      max-height: calc(100% - 145px);
   }
}

@media screen and (max-width: 1199px) {
   h1 {
      font-size: 36px;
   }

   .container {
      width: 960px;
   }

   .sidebar {
      left: -webkit-calc(50% - 465px);
      left: -moz-calc(50% - 465px);
      left: calc(50% - 465px);
      top: 48px;
      width: 225px;
   }

   .sidebar .sidebar__inner {
      width: 196px;
   }

   .sidebar .mCSB_scrollTools_vertical {
      right: 7px;
      top: 15px;
   }

   .sidebar .mCSB_scrollTools,
   .sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      width: 8px;
   }

   .sidebar .mCSB_inside > .mCSB_container {
      margin-right: 18px;
   }

   .sidebar .mCSB_draggerRail {
      width: 8px;
   }

   .sidebar .navigation > li {
      margin: 8px 0;
   }

   .sidebar .navigation > li ul li {
      margin: 6px 0;
   }

   .sidebar .navigation > li ul li a {
      font-size: 12px;
      line-height: 17px;
   }

   .sidebar .navigation > li.menu--parent .menu--parent__opener {
      top: 1px;
      width: 22px;
      height: 22px;
   }

   .sidebar .navigation > li.menu--parent .menu--parent__opener .minus {
      margin-top: 8px;
      margin-left: 4px;
   }

   .sidebar .navigation > li.menu--parent .menu--parent__opener .plus {
      margin-top: 4px;
      margin-left: 4px;
   }

   .header .container .row {
      display: block;
      font-size: 0;
   }

   .header .container .row .header__logo {
      display: inline-block;
      vertical-align: top;
      margin-left: 21px;
      padding-top: 32px;
      padding-left: 37px;
      width: 210px;
      font-size: 11px;
      line-height: 14px;
   }

   .header .container .row .header__center {
      display: inline-block;
      vertical-align: top;
      margin-left: 20px;
      font-size: 0;
   }

   .header .container .row .header__center__leftside {
      display: inline-block;
      vertical-align: top;
      margin-left: 0;
      width: 320px;
   }

   .header .container .row .header__center__leftside__top a {
      margin-right: 13px;
      font-size: 17px;
   }

   .header .container .row .header__center__leftside__bottom {
      padding-top: 12px;
   }

   .header .container .row .header__center__leftside__bottom a {
      font-size: 12px;
   }

   .header .container .row .header__center__leftside__bottom a.header__center__leftside__bottom__write-us {
      margin-left: 19px;
   }

   .header .container .row .header__center__rightside {
      display: inline-block;
      vertical-align: top;
      margin-left: 21px;
   }

   .header .container .row .header__center__rightside__bag {
      display: inline-block;
      vertical-align: top;
      width: 46px;
      height: 45px;
   }

   .header .container .row .header__center__rightside__bag svg {
      vertical-align: top;
      margin-top: 10px;
      width: 30px;
      height: 22px;
   }

   .header .container .row .header__center__rightside__text {
      display: inline-block;
      vertical-align: top;
      margin-left: 13px;
   }

   .header .container .row .header__center__rightside__text h4 {
      font-size: 17px;
   }

   .header .container .row .header__center__rightside__text a {
      margin-top: 11px;
      font-size: 13px;
   }

   .header .container .row .header__languages {
      display: inline-block;
      vertical-align: top;
      margin-left: 12px;
   }

   .header .container .row .header__languages a {
      margin-left: 10px;
   }

   .header.header--small .container .row .header__center__leftside {
      margin-left: 0;
      width: 380px;
   }

   .header.header--small .container .row .header__center__leftside .search {
      width: -webkit-calc(100% + 15px);
      width: -moz-calc(100% + 15px);
      width: calc(100% + 15px);
   }

   .header.header--small .search__over {
      margin-left: -238px;
   }

   .search {
      top: 58px;
      padding-top: 14px;
      padding-left: 252px;
      height: 68px;
   }

   .search form .search__input {
      width: -webkit-calc(100% - 126px);
      width: -moz-calc(100% - 126px);
      width: calc(100% - 126px);
      height: 36px;
      line-height: 37px;
   }

   .search form .search__submit {
      width: 81px;
      height: 36px;
      line-height: 36px;
   }

   .search form .search__params {
      right: 136px;
      top: 5px;
      font-size: 13px;
   }

   .search form .search__popup {
      right: 126px;
      top: 35px;
   }

   .search form .search__popup.is-open {
      right: 126px;
   }

   .content .container .row.items--2 .content__rightside {
      width: -webkit-calc(100% - 242px);
      width: -moz-calc(100% - 242px);
      width: calc(100% - 242px);
   }

   .content .container .row.items--2 .content__rightside .content--min {
      padding-top: 39px;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories h1 {
      margin: 0 auto;
      max-width: 450px;
      font-size: 37px;
      line-height: 38px;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories h1 a {
      display: inline;
      font-size: 37px;
      line-height: 38px;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories__item {
      margin-top: 25px;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories__item__image {
      height: 64px;
      -moz-background-size: auto 100%;
      background-size: auto 100%;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories__item p {
      margin: 0;
      max-width: 184px;
      font-size: 14px;
      line-height: 19px;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories__item.cat__new:before {
      left: 53px;
      top: -7px;
      width: 22px;
      height: 22px;
      font-size: 9px;
      line-height: 22px;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories .cat__over {
      padding-top: 12px;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories__buttons {
      margin-top: 35px;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories__buttons__item {
      margin: 0 15px 15px 15px;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories__buttons__item h3 {
      font-size: 21px;
      line-height: 19px;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories__buttons__item--1 .button__image {
      width: 58px;
      height: 74px;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories__buttons__item--2 .button__image {
      width: 52px;
      height: 74px;
   }

   .banner--main {
      margin-top: 9px;
   }

   .banner--main h3 {
      font-size: 22px;
   }

   .banner--main .banner__close {
      right: 39px;
      top: 22px;
   }

   .banner--main .row {
      margin-top: 16px;
   }

   .banner--main .row a {
      font-size: 13px;
      line-height: 18px;
   }

   .banner--main .link--about-stock {
      margin-left: 7px;
      font-size: 13px;
   }

   .banner--video {
      height: 474px;
   }

   .banner--video h1 {
      margin-top: 36px;
      margin-bottom: 32px;
      font-size: 36px;
   }

   .banner--video .banner__leftside__item h6 {
      font-size: 14px;
      line-height: 12px;
   }

   .banner--video .banner__leftside__item p {
      font-size: 38px;
      line-height: 40px;
   }

   .banner--video .banner__leftside__item--2 .banner__leftside__item__image {
      margin-top: 1px;
      margin-left: 7px;
      width: 62px;
      height: 52px;
      -moz-background-size: cover;
      background-size: cover;
   }

   .banner--video .banner__leftside__item--3 {
      margin-top: 20px;
   }

   .banner--video .banner__leftside__item--4 br {
      display: block;
   }

   .banner--video .banner__leftside__item--4 h6 {
      line-height: 18px;
   }

   .banner--video .banner__leftside__item--4 p {
      margin-top: -5px;
   }

   .banner--video .banner__rightside {
      margin-top: 45px;
      margin-right: 15px;
   }

   .banner--video .banner__rightside__videoblock {
      width: 421px;
      height: 300px;
   }

   .banner--video .banner__rightside__videoblock .button__play {
      margin-top: -31px;
      margin-left: -34px;
      width: 62px;
      height: 62px;
   }

   .banner--video .banner__rightside__videoblock .button__play svg {
      margin-top: 17px;
      margin-left: 20px;
      width: 27px;
      height: 32px;
   }

   .banner--video .banner__rightside__videoblock__text {
      font-size: 22px;
      line-height: 54px;
   }

   .banner--video .banner__rightside__bottom {
      margin-top: 28px;
   }

   .banner--video .banner__rightside__bottom a {
      width: 163px;
      height: 37px;
      font-size: 15px;
      line-height: 37px;
   }

   .banner--video .banner__rightside__bottom p {
      max-width: 215px;
      font-size: 21px;
      line-height: 22px;
   }

   .banner--video .banner__rightside__bottom p span {
      font-size: 14px;
      line-height: 15px;
   }

   .banner--with-image {
      margin-top: 9px;
   }

   .banner--with-image .banner__image {
      top: 25px;
      max-width: 328px;
   }

   .banner--with-image .banner__close {
      right: 39px;
      top: 23px;
   }

   .choose {
      margin-top: 40px;
   }

   .choose__title h3 {
      font-size: 36px;
   }

   .choose .row .choose__item__image {
      height: 125px;
   }

   .choose .row .choose__item__text h6 {
      margin-top: 14px;
      font-size: 14px;
   }

   .choose .row .choose__item__text p {
      font-size: 12.5px;
   }

   .news--main {
      margin-top: 60px;
   }

   .news--main__title h3 {
      font-size: 36px;
   }

   .news--main__title a {
      margin-left: 10px;
      font-size: 12.5px;
   }

   .news--main .row .news--main__item {
      margin-top: 16px;
   }

   .news--main .row .news--main__item__image {
      height: 165px;
   }

   .news--main .row .news--main__item__text .date {
      margin-top: 12px;
      font-size: 11px;
      line-height: 16px;
   }

   .news--main .row .news--main__item__text a {
      font-size: 13px;
      line-height: 19px;
   }

   .news--main .row .news--main__item__text p {
      font-size: 13px;
      line-height: 18px;
   }

   .news--single__leftside {
      float: none;
      width: 100%;
      max-width: 100%;
   }

   .news--single__buttons {
      overflow: hidden;
   }

   .news--single__rightside {
      float: none;
      margin: 0;
      margin-top: 35px;
      width: 100%;
      max-width: 100%;
   }

   .news--single__rightside .news--other {
      margin: 0 -15px;
      font-size: 0;
   }

   .news--single__rightside .news--other__title {
      margin-bottom: 0;
      margin-left: 15px;
   }

   .news--single__rightside .news--other__item {
      display: inline-block;
      vertical-align: top;
      margin: 0 15px;
      margin-top: 25px;
      width: -webkit-calc(100% / 3 - 30px);
      width: -moz-calc(100% / 3 - 30px);
      width: calc(100% / 3 - 30px);
   }

   .sertificates__conformity__item__text a {
      padding: 0 15px;
   }

   .about__full-loop {
      height: auto;
      min-height: 345px;
      -moz-background-size: 400px;
      background-size: 400px;
   }

   .about__protect-elements {
      background-position: 140px 105px;
      -moz-background-size: 280px;
      background-size: 280px;
   }

   .about__protect-elements__items__item--2 {
      margin-top: 20px;
   }

   .about__sertificates__item__text p {
      font-size: 14px;
      line-height: 18px;
   }

   .about__sertificates__item__text a {
      padding: 8px 15px;
   }

   .about--main {
      margin-top: 48px;
   }
   .about--main h3 {
      font-size: 36px;
   }

   .about--main__image {
      width: 338px;
      height: 262px;
      -moz-background-size: cover;
      background-size: cover;
   }

   .about--main p {
      margin-top: 15px;
      font-size: 13px;
      line-height: 17px;
   }

   .category__leftside__subtitle .show-filters {
      display: block;
   }

   .category__leftside .category__buttons.is-fixed {
      margin-left: -208px;
      width: 658px;
   }

   .category__rightside {
      position: fixed;
      right: -75%;
      top: 127px;
      z-index: 4;
      -webkit-border-radius: 10px 0 0 10px;
      -moz-border-radius: 10px 0 0 10px;
      border-radius: 10px 0 0 10px;
      height: -webkit-calc(100% - 130px);
      height: -moz-calc(100% - 130px);
      height: calc(100% - 130px);
      -webkit-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      -moz-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s;
   }

   .category__rightside .title--mobile {
      position: absolute;
      left: 15px;
      top: 15px;
      display: block;
      font-family: Roboto, sans-serif;
      font-size: 20px;
      color: #145099;
   }

   .category__rightside__content {
      padding-top: 45px;
      height: 100%;
   }

   .category__rightside #mCSB_2_container {
      padding-top: 40px;
   }

   .category__rightside .close-sidebar {
      display: block;
   }

   .category__rightside.is-active {
      right: 0;
   }

   .category__info br {
      display: none;
   }

   .catalog-fireproof__leftside__subtitle .show-filters {
      display: block;
   }

   .catalog-fireproof__info br {
      display: none;
   }

   .cart__main-info {
      margin-top: 0;
   }

   .cart__main-info__title__leftside {
      width: 62%;
   }

   .cart__main-info__title__leftside h2 {
      font-size: 27px;
      line-height: 30px;
   }

   .cart__main-info__title__leftside__label {
      margin-top: 8px;
      font-size: 11px;
      line-height: 19px;
   }

   .cart__main-info__title__leftside__question span {
      margin-top: 9px;
      margin-left: 9px;
      width: 17px;
      height: 17px;
      font-size: 11px;
      line-height: 17px;
   }

   .cart__main-info__title__rightside {
      padding-left: 36px;
      width: 38%;
   }

   .cart__main-info__title__rightside__buttons,
   .cart__main-info__title__rightside__buttons a {
      display: block;
   }

   .cart__main-info__title__rightside__buttons a.mail {
      margin-left: 0;
   }

   .cart__main-info__title__rightside__text a {
      line-height: 18px;
   }

   .cart__main-info__leftside {
      width: 62%;
   }

   .cart__main-info__leftside__image--big {
      margin-top: 0;
      max-width: 432px;
   }

   .cart__main-info__leftside__images--small {
      margin-top: 86px;
      max-width: 432px;
   }

   .cart__main-info__rightside {
      margin-top: 12px;
      padding-left: 36px;
      width: 38%;
   }

   .cart__main-info__rightside__buttons,
   .cart__main-info__rightside__buttons a {
      display: block;
   }

   .cart__main-info__rightside__buttons a.mail {
      margin-left: 0;
   }

   .cart__main-info__rightside__text a {
      line-height: 18px;
   }

   .cart .cart__buttons {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      width: 100%;
   }

   .cart .cart__buttons.is-fixed {
      margin-left: -207px;
      width: 656px;
   }

   .cart .cabel-lines__items__item,
   .cart .similar__products__item {
      width: 25%;
   }

   .cart .cabel-lines__items__item:last-child {
      display: none;
   }

   .cart .article--cart .row .article--cart__item__image {
      height: 130px;
   }

   .footer__image__container .footer__image {
      margin-left: 46px;
      width: 234px;
      height: 185px;
   }

   .footer__text__leftside {
      padding-top: 17px;
      padding-left: 54px;
      max-width: 320px;
   }

   .footer__text__leftside p {
      font-size: 13px;
      line-height: 18px;
   }

   .footer__text__leftside span {
      font-size: 12.5px;
      line-height: 17px;
   }

   .footer__text__rightside {
      padding-top: 13px;
      padding-left: 31px;
   }

   .footer__text__rightside h4 {
      font-size: 15px;
   }

   .footer__text__rightside .phones {
      margin-top: 4px;
      font-size: 17px;
      line-height: 22px;
   }

   .footer__text__rightside .phones br {
      display: block;
   }

   .footer__text__rightside .buttons {
      margin-top: 6px;
   }

   .footer__text__rightside .buttons a {
      font-size: 13px;
   }

   .footer__text__rightside .buttons a.footer__callback,
   .footer__text__rightside .buttons a.footer__write-us {
      padding-left: 21px;
   }

   .footer__text__rightside .buttons a.footer__callback svg {
      margin-top: -9px;
      width: 16px;
   }

   .footer__text__rightside .footer__banner {
      right: 7px;
      top: 32px;
   }

   .footer__text__rightside .footer__banner img {
      width: 60px;
   }

   .footer .individ__label {
      margin-top: 15px;
      margin-right: -4px;
   }

   .footer .individ__label a {
      font-size: 13px;
   }

   .order__container__item {
      padding: 0;
   }

   .order__container__item__leftside {
      padding: 15px 0;
      width: 100%;
      min-height: 1px;
   }

   .order__container__item__leftside__image {
      margin-top: 20px;
   }

   .order__container__item__rightside {
      width: 100%;
      min-height: 1px;
   }

   .order__container__item__rightside .table {
      border-left: none;
   }

   .order__container .order__buttons {
      display: block;
      font-size: 0;
      white-space: nowrap;
   }

   .order__container .order__buttons__item {
      display: inline-block;
      vertical-align: top;
   }

   .order__container .order__buttons__item--1 {
      padding-left: 15px;
      width: 26%;
   }

   .order__container .order__buttons__item--2 {
      width: 18%;
   }

   .order__container .order__buttons__item--4 {
      width: 31%;
   }

   .order__container .order__buttons.is-fixed {
      margin-left: -208px;
      width: 658px;
   }

   .history__years__sidebar.is-fixed {
      left: -webkit-calc(50% - 210px);
      left: -moz-calc(50% - 210px);
      left: calc(50% - 210px);
   }

   .rewards__item__text a {
      padding: 0 15px;
   }
}

@media screen and (max-width: 1199px) and (min-width: 960px) {
   .about__text-block--1__rightside__item__text h5 {
      line-height: 36px;
   }

   .catalog-fireproof__container {
      width: 100%;
   }

   .catalog-fireproof__container .category__rightside {
      top: 127px;
   }

   .catalog-fireproof__container .category__rightside.is-active {
      right: 0;
   }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
   .header .container .row .header__center {
      width: -webkit-calc(100% - 300px);
      width: -moz-calc(100% - 300px);
      width: calc(100% - 300px);
   }

   .header .container .row .header__center__rightside {
      width: -webkit-calc(100% - 350px);
      width: -moz-calc(100% - 350px);
      width: calc(100% - 350px);
   }

   .header .container .row .header__center__rightside__text a.header__center__rightside__text__title {
      margin-top: 0;
   }

   .header.header--small .container .row .header__center__rightside {
      margin-left: 0;
      padding-left: 0;
      width: -webkit-calc(100% - 410px);
      width: -moz-calc(100% - 410px);
      width: calc(100% - 410px);
   }
}

@media screen and (max-width: 959px) {
   h1 {
      font-size: 40px;
   }

   .breadcrumbs li a {
      max-width: none;
      overflow: auto;
      white-space: normal;
      height: auto;
   }

   .cart .cart__buttons.is-fixed {
      margin-left: -354px;
      width: 708px;
   }

   .container {
      width: 100%;
      max-width: 768px;
   }

   .sidebar {
      display: none;
   }

   .sidebar:before {
      content: "";
      position: absolute;
      left: -50px;
      bottom: 0;
      width: 1000px;
      height: 50px;
      -webkit-box-shadow: inset 0 -5px 15px -5px rgba(20, 80, 153, 0.5);
      -moz-box-shadow: inset 0 -5px 15px -5px rgba(20, 80, 153, 0.5);
      box-shadow: inset 0 -5px 15px -5px rgba(20, 80, 153, 0.5);
   }

   .sidebar__bg {
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      height: 100000px;
      background-color: rgba(0, 0, 0, 0.2);
   }

   .search {
      position: absolute;
      top: 65px;
      padding-top: 19px;
      padding-left: 102px;
      height: 68px;
   }

   .search .menu-icon {
      position: absolute;
      left: 32px;
      top: 24px;
      display: block;
   }

   .search .menu-icon svg {
      width: 43px;
      height: 27px;
      fill: #145099;
   }

   .search form .search__input {
      height: 40px;
      line-height: 40px;
   }

   .search form .search__submit {
      width: 91px;
      height: 40px;
      line-height: 40px;
   }

   .search form .search__params {
      font-size: 14px;
   }

   .search form .search__popup {
      top: 39px;
   }

   .search__over {
      display: none;
   }

   .header {
      position: absolute;
   }

   .header .container .row .header__logo {
      margin-top: 7px;
      margin-left: 28px;
   }

   .header .container .row .header__center {
      margin-left: 28px;
   }

   .header .container .row .header__center__leftside {
      margin-left: 0;
   }

   .header .container .row .header__center__leftside__top {
      padding-top: 18px;
   }

   .header .container .row .header__center__leftside__top a {
      font-size: 18px;
   }

   .header .container .row .header__center__leftside__bottom {
      padding-top: 12px;
   }

   .header .container .row .header__center__leftside__bottom a {
      font-size: 13px;
   }

   .header .container .row .header__center__leftside__bottom a.header__center__leftside__bottom__write-us {
      margin-left: 26px;
   }

   .header .container .row .header__center__rightside {
      margin-top: 7px;
      margin-left: 37px;
   }

   .header .container .row .header__center__rightside__text {
      display: none;
   }

   .header .container .row .header__languages {
      margin-top: 5px;
      margin-left: 5px;
   }

   .header.header--small {
      display: none !important;
   }

   .header.header--small .container .row .header__center__leftside {
      width: 380px;
   }

   .header.header--small .container .row .header__center__leftside .search {
      width: -webkit-calc(100% + 15px);
      width: -moz-calc(100% + 15px);
      width: calc(100% + 15px);
   }

   .content {
      padding-top: 125px;
   }

   .content .container .row.items--2 .content__rightside {
      width: 100%;
   }

   .content .container .row.items--2 .content__rightside .content--min {
      margin-top: 21px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
   }

   .content .container .row.items--2 .content__rightside .content--min:before {
      left: -50px;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories h1 {
      max-width: 650px;
      font-size: 40px;
      line-height: 40px;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories h1 br {
      display: none;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories h1 a {
      font-size: 40px;
      line-height: 40px;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories__item {
      margin-top: 37px;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories__item__image {
      height: 69px;
      -moz-background-size: auto 100%;
      background-size: auto 100%;
   }

   .banner--main {
      margin-top: 27px;
      padding-left: 32px;
   }

   .banner--main:before {
      left: -50px;
   }

   .banner--main h3 {
      font-size: 24px;
   }

   .banner--main .banner__close {
      right: 21px;
      top: 27px;
   }

   .banner--main .row {
      margin-top: 23px;
   }

   .banner--main .row a {
      font-size: 14px;
      line-height: 20px;
   }

   .banner--main .link--about-stock {
      margin-left: 10px;
      font-size: 14px;
   }

   .banner--with-image:before {
      left: -50px;
   }

   .banner--video {
      height: 520px;
   }

   .banner--video h1 {
      margin-top: 40px;
      margin-bottom: 32px;
      font-size: 40px;
   }

   .banner--video .banner__leftside__item {
      margin-top: 24px;
   }

   .banner--video .banner__leftside__item h6 {
      font-size: 17px;
      line-height: 15px;
   }

   .banner--video .banner__leftside__item p {
      font-size: 38px;
      line-height: 46px;
   }

   .banner--video .banner__leftside__item--2 .banner__leftside__item__image {
      margin-top: 4px;
      margin-left: 24px;
      width: 66px;
      height: 55px;
   }

   .banner--video .banner__leftside__item--4 {
      margin-top: 31px;
   }

   .banner--video .banner__rightside {
      margin-top: 49px;
      margin-right: -4px;
   }

   .banner--video .banner__rightside__videoblock {
      width: 463px;
      height: 331px;
   }

   .banner--video .banner__rightside__videoblock__text {
      font-size: 22px;
      line-height: 54px;
   }

   .banner--video .banner__rightside__bottom {
      margin-top: 30px;
   }

   .banner--video .banner__rightside__bottom a {
      width: 179px;
      height: 40px;
      font-size: 15px;
      line-height: 40px;
   }

   .banner--video .banner__rightside__bottom p {
      max-width: 245px;
      font-size: 24px;
      line-height: 24px;
   }

   .banner--video .banner__rightside__bottom p span {
      font-size: 16px;
      line-height: 15px;
   }

   .choose {
      margin-top: 47px;
   }

   .choose__title h3 {
      font-size: 40px;
   }

   .choose .row .choose__item__image {
      height: 140px;
   }

   .choose .row .choose__item__text h6 {
      margin-top: 16px;
      font-size: 16px;
   }

   .choose .row .choose__item__text p {
      font-size: 14px;
   }

   .news--main {
      margin-top: 70px;
   }

   .news--main__title h3 {
      font-size: 40px;
   }

   .news--main__title a {
      margin-left: 10px;
      font-size: 12.5px;
   }

   .news--main .row .news--main__item {
      margin-top: 24px;
   }

   .news--main .row .news--main__item__image {
      height: 170px;
   }

   .news--main .row .news--main__item__text .date {
      font-size: 14px;
      line-height: 16px;
   }

   .news--main .row .news--main__item__text a {
      font-size: 16px;
   }

   .news--main .row .news--main__item__text p {
      font-size: 15px;
      line-height: 20px;
   }

   .about__protect-elements {
      background-position: 155px 105px;
      -moz-background-size: 340px;
      background-size: 340px;
   }

   .about--main {
      margin-top: 56px;
   }

   .about--main__image {
      margin-top: 21px;
      width: 372px;
      height: 289px;
      -moz-background-size: cover;
      background-size: cover;
   }

   .about--main p {
      margin-top: 15px;
      font-size: 14px;
      line-height: 20px;
   }

   .footer {
      height: 240px;
   }

   .footer__image__container,
   .footer__image__container .footer__image {
      display: none;
   }

   .footer__text {
      width: 100%;
   }

   .footer__text__leftside {
      padding-top: 23px;
      padding-left: 26px;
      width: 59%;
      max-width: 59%;
   }

   .footer__text__leftside p {
      padding-left: 188px;
      min-height: 140px;
      font-size: 15px;
      line-height: 19px;
      background: url(/local/templates/main/images/footer.png) no-repeat 0 0;
      -moz-background-size: 158px 126px;
      background-size: 158px 126px;
   }

   .footer__text__leftside span {
      margin-top: 18px;
      font-size: 14px;
   }

   .footer__text__rightside {
      padding-top: 16px;
      padding-left: 0;
      width: 41%;
      max-width: 41%;
   }

   .footer__text__rightside h4 {
      font-size: 16px;
   }

   .footer__text__rightside .phones {
      margin-top: 8px;
      font-size: 19px;
   }

   .footer__text__rightside .phones span {
      margin-top: -5px;
   }

   .footer__text__rightside .buttons {
      margin-top: 0;
   }

   .footer__text__rightside .buttons a {
      display: block;
      margin-top: 10px;
      font-size: 15px;
   }

   .footer__text__rightside .buttons a.footer__callback {
      margin-left: 0;
   }

   .footer .footer__banner {
      right: 36px;
      top: 35px;
   }

   .footer .footer__banner img {
      width: 65px;
   }

   .footer .individ__label {
      margin-top: 40px;
      margin-right: 25px;
   }

   .footer .individ__label a {
      font-size: 14px;
   }

   .wrapper--main__inner {
      padding-bottom: 240px;
   }

   .category__container {
      width: 100%;
   }

   .category__leftside {
      padding-right: 0;
      max-width: 100%;
   }

   .category__leftside .category__buttons.is-fixed {
      margin-left: -354px;
      width: 708px;
   }

   .category__rightside {
      position: fixed;
      right: -50%;
      top: 20px;
      z-index: 4;
      height: -webkit-calc(100% - 40px);
      height: -moz-calc(100% - 40px);
      height: calc(100% - 40px);
   }

   .category__rightside__content {
      padding-top: 45px;
      height: 100%;
   }

   .category__rightside #mCSB_2_container {
      padding-top: 40px;
   }

   .category__rightside .close-sidebar {
      display: block;
   }

   .category__rightside .title--mobile {
      position: absolute;
      left: 15px;
      top: 15px;
      display: block;
      font-family: Roboto, sans-serif;
      font-size: 20px;
      color: #145099;
   }

   .category__rightside__buttons.is-fixed {
      position: fixed;
      left: auto;
      right: 1px;
      bottom: 35px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      padding-top: 10px;
      padding-bottom: 25px;
      width: 190px;
      background-color: #fff;
   }

   .category__rightside.is-fixed {
      right: 0;
      top: 20px;
      z-index: 10;
      height: -webkit-calc(100% - 40px);
      height: -moz-calc(100% - 40px);
      height: calc(100% - 40px);
   }

   .catalog-fireproof__container {
      width: 100%;
   }

   .catalog-fireproof__leftside {
      padding-right: 0;
      max-width: 100%;
   }

   .catalog-fireproof__rightside {
      position: absolute;
      right: -25%;
      top: 217px;
      z-index: 4;
   }

   .order__container .order__buttons.is-fixed {
      margin-left: -354px;
      width: 708px;
   }

   .history__years__sidebar.is-fixed {
      left: -webkit-calc((100% - 708px) / 2);
      left: -moz-calc((100% - 708px) / 2);
      left: calc((100% - 708px) / 2);
   }

   .sertificates__conformity__item__text a {
      padding: 0 15px;
   }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
   .sidebar {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 10;
      margin: 0;
      padding: 30px 0;
      width: 100%;
      height: auto;
      font-size: 0;
      background-color: #fff;
   }

   .sidebar__close {
      right: 15px;
      top: 15px;
      display: block;
   }

   .sidebar .navigation {
      display: inline-block;
      vertical-align: top;
      width: 66.66667%;
   }

   .sidebar .navigation > li {
      display: inline-block;
      vertical-align: top;
      margin-right: 15px;
      margin-left: 15px;
      width: -webkit-calc(50% - 30px);
      width: -moz-calc(50% - 30px);
      width: calc(50% - 30px);
   }

   .sidebar .sidebar__inner {
      width: 100%;
   }

   .sidebar .sidebar__rightside {
      display: inline-block;
      vertical-align: top;
      width: 33.33333%;
   }

   .sidebar .sidebar__rightside__item {
      margin: 0;
      margin-bottom: 15px;
   }

   .sidebar .formats {
      margin: 0;
      border: none;
      padding: 0;
      padding-top: 11px;
   }

   .sidebar .sidebar__contacts {
      display: block;
      margin-top: 15px;
      border-top: 1px solid rgba(20, 80, 153, 0.3);
      padding-top: 5px;
   }

   .sidebar .sidebar__contacts__phones {
      padding-top: 10px;
      font-size: 0;
      white-space: nowrap;
   }

   .sidebar .sidebar__contacts__phones a {
      display: inline-block;
      margin-right: 20px;
      font-family: Oswald, sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 14px;
      color: #000;
   }

   .sidebar .sidebar__contacts__links {
      padding-top: 15px;
      font-size: 0;
      white-space: normal;
   }

   .sidebar .sidebar__contacts__links a {
      display: inline-block;
      font-family: Roboto, sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 14px;
      text-decoration: none;
      color: #145099;
      -webkit-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      -moz-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s;
   }

   .sidebar .sidebar__contacts__links a:hover {
      color: #ea5b0c;
   }

   .sidebar .sidebar__contacts__links a.sidebar__contacts__links__write-us {
      position: relative;
      margin-left: 23px;
      padding-left: 24px;
   }

   .sidebar .sidebar__contacts__links a.sidebar__contacts__links__write-us svg {
      position: absolute;
      left: 0;
      top: 50%;
      display: block;
      margin-top: -9px;
      width: 17px;
      height: 18px;
      fill: #145099;
      -webkit-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      -moz-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s;
   }

   .sidebar .sidebar__contacts__links a.sidebar__contacts__links__write-us:hover {
      color: #ea5b0c;
   }

   .sidebar .sidebar__contacts__links a.sidebar__contacts__links__write-us:hover svg {
      fill: #ea5b0c;
   }

   .sidebar .sidebar__contacts__links a.sidebar__contacts__links__callback {
      position: relative;
      display: block;
      margin-top: 10px;
      padding-left: 26px;
   }

   .sidebar .sidebar__contacts__links a.sidebar__contacts__links__callback svg {
      position: absolute;
      left: 0;
      top: 50%;
      display: block;
      margin-top: -7px;
      width: 21px;
      height: 14px;
      fill: #145099;
      -webkit-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      -moz-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s;
   }

   .sidebar .sidebar__contacts__links a.sidebar__contacts__links__callback:hover {
      color: #ea5b0c;
   }

   .sidebar .sidebar__contacts__links a.sidebar__contacts__links__callback:hover svg {
      fill: #ea5b0c;
   }
}

@media screen and (max-width: 767px) {
   .modal .form__agree__input .checks .checkbox__over .checkbox__item label {
      margin-top: -3px;
   }

   .order .form__agree__input {
      margin-top: 25px;
   }

   .social__button {
      margin: 0 5px 10px;
   }

   h1 {
      font-size: 30px;
      line-height: 36px;
   }

   .pagination__container nav {
      display: none;
   }

   .pagination__container .pagination--more {
      margin-top: 4px;
      width: 100%;
   }

   .pagination__container .pagination--more a {
      width: 100%;
   }

   .modal .required-label {
      text-align: center;
   }

   .modal .required-label span {
      margin: 0;
      padding: 0;
   }

   .modal .required-label span:before {
      display: none;
   }

   .modal-dialog {
      margin: 0 auto;
      margin-top: 15px;
      max-width: -webkit-calc(100% - 30px);
      max-width: -moz-calc(100% - 30px);
      max-width: calc(100% - 30px);
      max-height: -webkit-calc(100% - 30px);
      max-height: -moz-calc(100% - 30px);
      max-height: calc(100% - 30px);
   }

   .modal-dialog .button--full {
      margin: 20px auto 0;
   }

   .modal-dialog form input,
   .select2 {
      margin-top: 15px;
   }

   .modal-dialog form label {
      top: 27px;
   }

   .modal-dialog form .checkbox__item label {
      top: 0;
   }

   .modal-dialog form textarea {
      margin-top: 15px;
   }

   .modal-dialog form .form__input-container.active label {
      top: 5px;
   }

   .modal-content {
      overflow-y: scroll;
      padding: 25px 15px;
   }

   .modal.modal-write-us .modal-dialog .leftside .form__input-container.req:before,
   .modal.modal-write-us .modal-dialog .rightside .form__input-container.req:before {
      top: 24px;
   }

   .modal.modal-callback .form__input-container.req:before,
   .modal.modal-pdf .form__input-container.req:before {
      top: 22px;
   }

   .sidebar {
      position: fixed;
      left: 0;
      top: 0;
      z-index: 10;
      margin: 0;
      padding: 15px 5px 30px;
      width: 100%;
      height: 100%;
      background: #fff;
   }

   .sidebar:before {
      display: none;
   }

   .sidebar__close {
      display: block;
   }

   .sidebar .sidebar__contacts {
      display: block;
      margin-top: 15px;
      border-top: 1px solid rgba(20, 80, 153, 0.3);
      padding-top: 5px;
   }

   .sidebar .sidebar__contacts__phones {
      padding-top: 10px;
      font-size: 0;
      white-space: nowrap;
   }

   .sidebar .sidebar__contacts__phones a {
      display: inline-block;
      margin-right: 20px;
      font-family: Oswald, sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 14px;
      color: #000;
   }

   .sidebar .sidebar__contacts__links {
      padding-top: 15px;
      font-size: 0;
      white-space: normal;
   }

   .sidebar .sidebar__contacts__links a {
      display: inline-block;
      font-family: Roboto, sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 14px;
      text-decoration: none;
      color: #145099;
      -webkit-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      -moz-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s;
   }

   .sidebar .sidebar__contacts__links a:hover {
      color: #ea5b0c;
   }

   .sidebar .sidebar__contacts__links a.sidebar__contacts__links__write-us {
      position: relative;
      margin-left: 23px;
      padding-left: 24px;
   }

   .sidebar .sidebar__contacts__links a.sidebar__contacts__links__write-us svg {
      position: absolute;
      left: 0;
      top: 50%;
      display: block;
      margin-top: -9px;
      width: 17px;
      height: 18px;
      fill: #145099;
      -webkit-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      -moz-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s;
   }

   .sidebar .sidebar__contacts__links a.sidebar__contacts__links__write-us:hover {
      color: #ea5b0c;
   }

   .sidebar .sidebar__contacts__links a.sidebar__contacts__links__write-us:hover svg {
      fill: #ea5b0c;
   }

   .sidebar .sidebar__contacts__links a.sidebar__contacts__links__callback {
      position: relative;
      display: block;
      margin-top: 10px;
      padding-left: 26px;
   }

   .sidebar .sidebar__contacts__links a.sidebar__contacts__links__callback svg {
      position: absolute;
      left: 0;
      top: 50%;
      display: block;
      margin-top: -7px;
      width: 21px;
      height: 14px;
      fill: #145099;
      -webkit-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      -moz-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s;
   }

   .sidebar .sidebar__contacts__links a.sidebar__contacts__links__callback:hover {
      color: #ea5b0c;
   }

   .sidebar .sidebar__contacts__links a.sidebar__contacts__links__callback:hover svg {
      fill: #ea5b0c;
   }

   .sidebar .sidebar__inner {
      overflow-y: scroll;
      padding-bottom: 30px;
      width: 100%;
      height: 100%;
   }

   .header {
      position: absolute;
   }

   .header .container .row .header__logo {
      display: block;
      float: left;
      margin-top: 6px;
      margin-left: 4px;
      padding-top: 30px;
      padding-left: 33px;
      width: 160px;
      font-size: 14px;
   }

   .header .container .row .header__center {
      position: relative;
      z-index: 1;
      display: block;
      float: right;
      margin-right: 64px;
      margin-left: 0;
   }

   .header .container .row .header__center__leftside {
      display: none;
   }

   .header .container .row .header__center__rightside {
      margin-top: 3px;
      margin-left: 0;
   }

   .header .container .row .header__center__rightside__bag {
      width: 51px;
      height: 49px;
   }

   .header .container .row .header__center__rightside__bag svg {
      margin-top: 12px;
      width: 34px;
      height: 24px;
   }

   .header .container .row .header__languages {
      position: absolute;
      right: 9px;
      top: 21px;
      z-index: 2;
      margin-top: 0;
      margin-left: 0;
      padding-right: 0;
   }

   .search {
      position: absolute;
      top: 70px;
      padding-top: 16px;
      padding-right: 20px;
      padding-left: 20px;
      height: 110px;
   }

   .search .menu-icon {
      position: absolute;
      left: 8px;
      top: auto;
      bottom: 13px;
      display: block;
      font-size: 0;
   }

   .search .menu-icon svg {
      display: inline-block;
      vertical-align: top;
      width: 43px;
      height: 27px;
      fill: #145099;
   }

   .search .menu-icon span {
      display: inline-block;
      vertical-align: top;
      margin-top: 7px;
      margin-left: 12px;
      font-family: Roboto, sans-serif;
      font-weight: 400;
      font-size: 20px;
      line-height: 14px;
      text-transform: uppercase;
      color: #145099;
   }

   .search form:before {
      display: none;
   }

   .search form .search__input {
      padding-left: 10px;
      width: -webkit-calc(100% - 50px);
      width: -moz-calc(100% - 50px);
      width: calc(100% - 50px);
   }

   .search form .search__submit {
      width: 48px;
      font-size: 0;
      background: #145099 url(/local/templates/main/images/sprites/svg/search-button.svg) no-repeat 50%;
   }

   .search form .search__params {
      right: 55px;
      top: 7px;
      color: #145099;
   }

   .search form .search__params svg {
      fill: #145099;
   }

   .search form .search__params svg.down {
      display: block;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
   }

   .search form .search__params svg.up {
      display: none;
   }

   .search form .search__popup {
      right: 50px;
      top: 39px;
   }

   .search form .search__popup.is-open {
      right: 50px;
   }

   .content {
      padding-top: 170px;
   }

   .content .container .row.items--2 .content__rightside {
      width: 100%;
   }

   .content .container .row.items--2 .content__rightside .content--min {
      margin-top: 21px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      padding: 30px 10px;
      -webkit-box-shadow: inset 0 10px 60px -26px rgba(20, 80, 153, 0.6);
      -moz-box-shadow: inset 0 10px 60px -26px rgba(20, 80, 153, 0.6);
      box-shadow: inset 0 10px 60px -26px rgba(20, 80, 153, 0.6);
      min-height: auto;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories .cat__over {
      margin: 0 auto;
      padding: 0;
      padding-bottom: 43px;
      width: 320px;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories .cat__over .slick-list {
      margin-left: -10px;
   }

   .is-desktop {
      display: none;
   }

   .is-mobile {
      display: block;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories h1 {
      max-width: 650px;
      font-size: 30px;
      line-height: 40px;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories h1 br {
      display: none;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories h1 a {
      font-size: 30px;
      line-height: 40px;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories__item {
      margin-top: 24px;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories__item a {
      width: 100%;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories__item p {
      margin-top: 3px;
      max-width: 100%;
      font-size: 20px;
      line-height: 25px;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories__item__image {
      width: 100%;
      height: 89px;
      -moz-background-size: auto 100%;
      background-size: auto 100%;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories__item.cat__new:before {
      left: 75px;
      top: -9px;
      width: 31px;
      height: 31px;
      font-size: 12px;
      line-height: 31px;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories__buttons {
      display: block;
      margin: 0 auto;
      width: 320px;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories__buttons__item {
      margin: 0;
      margin-top: 40px;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories__buttons__item a {
      margin-top: 20px;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories__buttons__item--1 .button__image {
      width: 63px;
      height: 79px;
   }

   .content .container .row.items--2 .content__rightside .content--min .categories__buttons__item--2 .button__image {
      margin-right: 5px;
      width: 58px;
      height: 79px;
   }

   .banner--main {
      margin-top: 0;
      padding-top: 34px;
      padding-left: 9px;
      height: auto;
   }

   .banner--main h3 {
      font-size: 24px;
      line-height: 27px;
   }

   .banner--main .banner__close {
      right: 3px;
      top: 10px;
   }

   .banner--main .banner__close svg {
      width: 21px;
      height: 21px;
   }

   .banner--main .row {
      margin-top: 0;
   }

   .banner--main .row a {
      margin-top: 13px;
      max-width: 100%;
      font-size: 14px;
      line-height: 20px;
   }

   .banner--main .link--about-stock {
      position: absolute;
      right: 44px;
      top: 15px;
      margin-top: 0;
      margin-left: 0;
      font-size: 16px;
   }

   .banner--video {
      margin: 53px -10px 0;
      padding: 36px 10px 45px;
      width: -webkit-calc(100% + 20px);
      width: -moz-calc(100% + 20px);
      width: calc(100% + 20px);
      height: auto;
      font-size: 0;
   }

   .banner--video h1 {
      margin: 0;
      font-size: 30px;
   }

   .banner--video .banner__leftside {
      width: 100%;
   }

   .banner--video .banner__leftside__item {
      display: block;
      vertical-align: top;
      margin-top: 22px;
   }

   .banner--video .banner__leftside__item h6 {
      font-size: 17px;
      line-height: 15px;
   }

   .banner--video .banner__leftside__item p {
      font-size: 27px;
      line-height: 36px;
   }

   .banner--video .banner__leftside__item--2 .banner__leftside__item__image {
      display: none;
   }

   .banner--video .banner__leftside__item--4 {
      margin-top: 31px;
   }

   .banner--video .banner__rightside {
      margin: 35px -10px 0;
      width: -webkit-calc(100% + 20px);
      width: -moz-calc(100% + 20px);
      width: calc(100% + 20px);
   }

   .banner--video .banner__rightside__videoblock {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      width: 100%;
      height: 84.375vmin;
   }

   .banner--video .banner__rightside__videoblock__image {
      margin-left: -40px;
      width: -webkit-calc(100% + 40px);
      width: -moz-calc(100% + 40px);
      width: calc(100% + 40px);
      height: 84.375vmin;
   }

   .banner--video .banner__rightside__videoblock__image img.desktop-img {
      display: none;
   }

   .banner--video .banner__rightside__videoblock__image img.mobile-img {
      display: block;
   }

   .banner--video .banner__rightside__videoblock__text {
      padding: 3px 15px 10px;
      font-size: 24px;
      line-height: 30px;
   }

   .banner--video .banner__rightside__bottom {
      display: block;
      margin-top: 30px;
      padding: 0 10px;
   }

   .banner--video .banner__rightside__bottom a {
      width: 100%;
      height: 40px;
      font-size: 16px;
      line-height: 40px;
   }

   .banner--video .banner__rightside__bottom p {
      margin: 0;
      margin-top: 10px;
      max-width: 280px;
      font-size: 24px;
      line-height: 18px;
   }

   .banner--video .banner__rightside__bottom p br {
      display: none;
   }

   .banner--video .banner__rightside__bottom p span {
      display: inline-block;
      margin-right: 5px;
      font-size: 16px;
      line-height: 28px;
   }

   .banner--with-image {
      padding: 20px 10px;
   }

   .banner--with-image .banner__image {
      display: none;
   }

   .banner--with-image .banner__close {
      right: 5px;
   }

   .banner--with-image h3 {
      max-width: 175px;
      line-height: 26px;
   }

   .banner--with-image .link--about-stock {
      margin-top: -2px;
      margin-left: 2px;
   }

   .banner--with-image .row a {
      line-height: 29px;
   }

   .banner--have-questions {
      margin-left: -10px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      width: -webkit-calc(100% + 20px);
      width: -moz-calc(100% + 20px);
      width: calc(100% + 20px);
   }

   .banner--have-questions h1 {
      font-size: 40px;
      line-height: 48px;
   }

   .banner--have-questions br {
      display: block;
   }

   .banner--have-questions p {
      line-height: 30px;
   }

   .banner--page-404 {
      margin-top: 20px;
   }

   .page-404__image,
   .page-404__leftside {
      float: none;
      width: 100%;
   }

   .page-404__image {
      margin: 0 auto;
      margin-top: 40px;
      padding-left: 0;
      max-width: 583px;
   }

   .for-dealers__advantages__item {
      padding: 0 10px;
      width: 50%;
   }

   .choose {
      margin-top: 56px;
   }

   .choose__title h3 {
      font-size: 30px;
      line-height: 30px;
   }

   .choose__title a {
      margin-top: -5px;
      margin-left: 7px;
   }

   .choose .row {
      padding-bottom: 75px;
   }

   .choose .row .choose__item__image {
      height: auto;
   }

   .choose .row .choose__item__text h6 {
      margin-top: 18px;
      font-size: 16px;
   }

   .choose .row .choose__item__text p {
      font-size: 16px;
   }

   .news--main {
      margin-top: 45px;
   }

   .news--main__title h3 {
      font-size: 30px;
      line-height: 30px;
   }

   .news--main__title a {
      margin-top: -5px;
      margin-left: 7px;
   }

   .news--main .row {
      padding-bottom: 75px;
   }

   .news--main .row .news--main__item {
      margin-top: 24px;
   }

   .news--main .row .news--main__item__image {
      height: 160px;
   }

   .news--main .row .news--main__item__text .date {
      margin-top: 15px;
      font-size: 17px;
   }

   .news--main .row .news--main__item__text a {
      margin-top: 4px;
      font-size: 18px;
      line-height: 22px;
   }

   .news--main .row .news--main__item__text p {
      font-size: 15px;
      line-height: 20px;
   }

   .news--single__description__item > div p:first-child {
      margin-top: 15px;
   }

   .news--single__container {
      width: 100%;
   }

   .news--single__buttons {
      text-align: center;
   }

   .news--single__buttons .go-to-cat {
      float: none;
      margin: 0 auto;
   }

   .news--single__buttons .social {
      margin-top: 25px;
      display: block;
      width: 100%;
      float: none;
   }

   .news--single__photos__items {
      margin: 0 -10px;
   }

   .news--single__photos__items a {
      margin: 0 10px;
      margin-top: 20px;
      width: -webkit-calc(50% - 20px);
      width: -moz-calc(50% - 20px);
      width: calc(50% - 20px);
   }

   .news--single__photos__items a img {
      width: 100%;
      height: auto;
   }

   .news--single__leftside {
      padding-right: 0;
   }

   .news--single__rightside .news--other {
      margin: 0;
   }

   .news--single__rightside .news--other__title {
      margin-left: 0;
   }

   .news--single__rightside .news--other__item {
      margin: 0;
      margin-top: 20px;
      width: 100%;
   }

   .careers__offers .checks .checkbox__over .checkbox__item {
      height: auto;
   }

   .careers__opened__title h2 {
      float: none;
   }

   .careers__opened__title__hh {
      float: none;
      margin-top: 25px;
   }

   .careers__opened__items ul {
      margin: 0;
      width: 100%;
   }

   .careers__opened__items ul li {
      margin: 0;
      margin-top: 15px;
      width: 100%;
   }

   .careers__slider__item__text {
      position: relative;
      width: 100%;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.7);
   }

   .careers__slider .slick-next,
   .careers__slider .slick-prev {
      top: 50px;
   }

   .about__slide__text {
      font-size: 20px;
      line-height: 24px;
   }

   .about__protect-elements__items__item--2,
   .about__protect-elements__items__item--3,
   .about__protect-elements__items__item--4 {
      margin-top: 25px;
   }

   .about__text-block--1__rightside {
      margin-top: 35px;
   }

   .about__full-loop {
      background-position: center 93px;
      -moz-background-size: auto 200px;
      background-size: auto 200px;
   }

   .about__full-loop h1 {
      font-size: 28px;
   }

   .about__full-loop__content {
      float: none;
      padding-top: 200px;
   }

   .about__modern-equipment__text {
      margin-top: 25px;
   }

   .about__new-developers__text {
      margin-top: 25px;
      text-align: left;
   }

   .about__protect-elements {
      background: none;
   }

   .about__protect-elements__items__leftside,
   .about__protect-elements__items__rightside {
      float: none;
   }

   .about__protect-elements__items__item:after,
   .about__protect-elements__items__item p br {
      display: none;
   }

   .about__sertificates__title {
      position: relative;
   }

   .about__sertificates__title a {
      position: absolute;
      right: 15px;
      top: -15px;
      margin-top: 0;
      margin-left: 0;
   }

   .about__sertificates__item__image {
      width: 115px;
   }

   .about__sertificates__item__text {
      margin-left: 20px;
      width: -webkit-calc(100% - 135px);
      width: -moz-calc(100% - 135px);
      width: calc(100% - 135px);
   }

   .about--main {
      margin-top: 30px;
   }

   .about--main h1 {
      max-width: 250px;
   }

   .about--main__image {
      margin-top: 21px;
      width: 103.4375vmin;
      height: 80.625vmin;
      -moz-background-size: cover;
      background-size: cover;
   }

   .about--main__text {
      padding: 0 40px 15px;
   }

   .about--main p {
      margin-top: 15px;
      font-size: 14px;
      line-height: 20px;
   }

   .refference__items__item__content,
   .sales__items__item__content {
      margin-top: 25px;
   }

   .search-result .tabs__container .tab-content {
      padding: 0 15px 20px;
   }

   .search-result--catalog__item__title a {
      float: none;
      max-width: 100%;
   }

   .search-result--catalog__item__title .sign__icons {
      float: none;
      margin-top: 15px;
      margin-left: -5px;
      padding: 0;
      max-width: 100%;
   }

   .search-result--catalog__item__content__image {
      margin-top: 15px;
      width: 100%;
   }

   .search-result--catalog__item__content__text {
      padding: 0;
      width: 100%;
   }

   .search-result--catalog__item__content__text__cables__leftside {
      float: none;
      width: 100%;
   }

   .search-result--catalog__item__content__text__cables__rightside {
      float: none;
      margin-top: 15px;
      padding: 0;
      width: 100%;
   }

   .search-result--catalog__item .table__title {
      display: none;
   }

   .search-result--catalog__item .table__content {
      margin-top: 14px;
      border-top: 1px solid #b8cae0;
   }

   .search-result--catalog__item .table__content__row {
      padding: 0 35px;
   }

   .search-result--catalog__item .table__content__row > div {
      display: block;
      width: 100%;
      height: auto;
      font-size: 16px;
      line-height: 22px;
   }

   .search-result--catalog__item .table__content .checks {
      margin-top: 10px;
      margin-left: -23px;
      padding: 0;
      height: 24px;
   }

   .search-result--catalog__item .table__content .checks .checkbox__over .checkbox__item input {
      margin-top: 4px;
   }

   .search-result--catalog__item .table__content .checks .checkbox__over .checkbox__item label {
      font-size: 16px;
   }

   .search-result--catalog__item .table__content .checks .checkbox + label:after,
   .search-result--catalog__item .table__content .checks .checkbox + label:before {
      top: 5px;
   }

   .search-result--catalog__item .table .mobile-label {
      display: inline-block;
      margin-right: 5px;
      font-family: Roboto, sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #9dabbc;
   }

   .search-result--catalog__item .table .quantity {
      margin-top: -5px;
   }

   .search-result--catalog__item .table .quantity .mobile-label {
      display: block;
   }

   .search-result--catalog__item .table .quantity input {
      margin-top: 5px;
      margin-left: 5px;
      width: 120px;
      height: 40px;
      font-size: 17px;
      line-height: 40px;
   }

   .search-result--catalog__item .table .quantity .minus {
      left: 12px;
      top: 56px;
      width: 19px;
      height: 4px;
      background: url(/local/templates/main/images/sprites/svg/mobile-minus.svg) no-repeat 50%;
   }

   .search-result--catalog__item .table .quantity .plus {
      left: 97px;
      top: 50px;
      width: 18px;
      height: 18px;
      background: url(/local/templates/main/images/sprites/svg/mobile-plus.svg) no-repeat 50%;
   }

   .search-result--catalog__item .table .quantity p {
      margin-top: 7px;
      margin-left: 4px;
      font-size: 16px;
   }

   .search-result--catalog__item .table .to-bag {
      border: none;
      padding-bottom: 15px;
      text-align: left;
   }

   .search-result--catalog__item .table .to-bag a {
      margin-top: 11px;
      margin-left: 6px;
      border: 1px solid #145099;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      width: 120px;
      height: 40px;
      line-height: 40px;
      color: #fff;
      background-color: #145099;
   }

   .search-result--catalog__item .table .to-bag a span {
      color: #fff;
   }

   .search-result--catalog__item .table .to-bag a svg {
      fill: #fff;
   }

   .breadcrumbs {
      display: none;
   }

   .category__container {
      margin-left: -10px;
      padding: 0 10px;
      width: -webkit-calc(100% + 20px);
      width: -moz-calc(100% + 20px);
      width: calc(100% + 20px);
   }

   .category__leftside {
      padding-right: 0;
      max-width: 100%;
   }

   .category__leftside__title h2 {
      margin-top: 9px;
   }

   .category__leftside__subtitle h3 {
      margin-top: 17px;
      max-width: 150px;
   }

   .category__leftside__subtitle .show-filters {
      margin-top: 19px;
      margin-right: 1px;
      width: 108px;
   }

   .category__leftside__subtitle .show-filters span.show-filters__text--pk {
      display: none;
   }

   .category__leftside__subtitle .show-filters span.show-filters__text--mobile {
      display: inline-block;
   }

   .category__leftside__item__title .checks {
      padding-left: 12px;
   }

   .category__leftside__item__title .checks .checkbox__over .checkbox__item {
      height: auto;
   }

   .category__leftside__item__title .checks .checkbox__over .checkbox__item label {
      display: block;
      float: left;
      line-height: 20px;
   }

   .category__leftside__item__title .checks .checkbox__over .checkbox__item input {
      margin-top: 0;
   }

   .category__leftside__item__title .checks .checkbox__over .checkbox__item a {
      display: inline-block;
      margin-top: -3px;
      width: -webkit-calc(100% - 25px);
      width: -moz-calc(100% - 25px);
      width: calc(100% - 25px);
      line-height: 24px;
   }

   .category__leftside__item__title .checks .checkbox + label:after,
   .category__leftside__item__title .checks .checkbox + label:before {
      top: 0;
   }

   .category__leftside__item__label {
      margin-top: 0;
      margin-bottom: 10px;
   }

   .category__leftside__item .sign__icons {
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      margin-top: 27px;
      margin-left: 6px;
      text-align: left;
   }

   .category__leftside__item__content {
      margin-top: 6px;
   }

   .category__leftside__item__content__image {
      display: block;
      float: none;
      width: auto;
      height: 48px;
   }

   .category__leftside__item__content__image img {
      width: auto;
      height: 48px;
   }

   .category__leftside__item__content__text {
      display: block;
      margin: 0;
      margin-top: 11px;
      padding: 0 11px;
      width: 100%;
   }

   .category__leftside__item__content__text h6 {
      margin-top: 9px;
   }

   .category__leftside__item .table__title {
      display: none;
   }

   .category__leftside__item .table__content {
      margin-top: 14px;
      border-top: 1px solid #b8cae0;
   }

   .category__leftside__item .table__content__row {
      padding: 0 35px;
   }

   .category__leftside__item .table__content__row > div {
      display: block;
      width: 100%;
      height: auto;
      font-size: 16px;
      line-height: 22px;
   }

   .table__content__row > div.in-bag {
      border: none;
      height: 50px;
      width: 120px;
   }

   .category__leftside__item .table__content .checks {
      margin-top: 10px;
      margin-left: -23px;
      padding: 0;
      height: 24px;
   }

   .category__leftside__item .table__content .checks .checkbox__over .checkbox__item input {
      margin-top: 4px;
   }

   .category__leftside__item .table__content .checks .checkbox__over .checkbox__item label {
      font-size: 16px;
   }

   .category__leftside__item .table__content .checks .checkbox + label:after,
   .category__leftside__item .table__content .checks .checkbox + label:before {
      top: 5px;
   }

   .category__leftside__item .table .mobile-label {
      display: inline-block;
      margin-right: 5px;
      font-family: Roboto, sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #9dabbc;
   }

   .category__leftside__item .table .quantity {
      margin-top: -5px;
   }

   .category__leftside__item .table .quantity .mobile-label {
      display: block;
   }

   .category__leftside__item .table .quantity input {
      margin-top: 5px;
      margin-left: 5px;
      width: 120px;
      height: 40px;
      font-size: 17px;
      line-height: 40px;
   }

   .category__leftside__item .table .quantity .minus,
   .category__leftside__item .table .quantity .minus:hover {
      left: 12px;
      top: 62px;
      width: 19px;
      height: 4px;
      background: url(/local/templates/main/images/sprites/svg/mobile-minus.svg) no-repeat 50%;
   }

   .category__leftside__item .table .quantity .plus,
   .category__leftside__item .table .quantity .plus:hover {
      left: 97px;
      top: 56px;
      width: 18px;
      height: 18px;
      background: url(/local/templates/main/images/sprites/svg/mobile-plus.svg) no-repeat 50%;
   }

   .category__leftside__item .table .quantity p {
      margin-top: 7px;
      margin-left: 4px;
      font-size: 16px;
   }

   .category__leftside__item .table .to-bag {
      border: none;
      padding-bottom: 15px;
      text-align: left;
   }

   .category__leftside__item .table .to-bag a {
      margin-top: 11px;
      margin-left: 6px;
      border: 1px solid #145099;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      width: 120px;
      height: 40px;
      line-height: 40px;
      color: #fff;
      background-color: #145099;
   }

   .category__leftside__item .table .to-bag a span {
      color: #fff;
   }

   .category__leftside__item .table .to-bag a svg {
      fill: #fff;
   }

   .category__leftside .category__buttons {
      margin-top: 29px;
      margin-left: -10px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      width: -webkit-calc(100% + 20px);
      width: -moz-calc(100% + 20px);
      width: calc(100% + 20px);
      height: 55px;
   }

   .category__leftside .category__buttons__item--1 {
      padding-left: 10px;
   }

   .category__leftside .category__buttons__item--1 .checks .checkbox__over .checkbox__item label {
      max-width: 85px;
      font-size: 13px;
      line-height: 14px;
   }

   .category__leftside .category__buttons__item--2 span {
      margin-top: 13px;
      max-width: 59px;
      font-size: 13px;
      line-height: 16px;
      text-align: left;
   }

   .category__leftside .category__buttons__item--3 span {
      margin-top: 13px;
      max-width: 50px;
      font-size: 13px;
      line-height: 16px;
      text-align: left;
   }

   .category__leftside .category__buttons.is-fixed {
      left: 0;
      margin-left: 0;
      width: 100%;
   }

   .category__rightside {
      position: fixed;
      right: -100%;
      top: 0;
      z-index: 4;
   }

   .category__rightside.is-active {
      right: 0;
   }

   .category__rightside.is-fixed {
      top: 20px;
      height: -webkit-calc(100% - 40px);
      height: -moz-calc(100% - 40px);
      height: calc(100% - 40px);
   }

   .catalog-fireproof__container {
      margin-left: -10px;
      padding: 0 10px;
      width: -webkit-calc(100% + 20px);
      width: -moz-calc(100% + 20px);
      width: calc(100% + 20px);
   }

   .catalog-fireproof__leftside {
      padding-right: 0;
      max-width: 100%;
   }

   .catalog-fireproof__leftside__title h2 {
      margin-top: 9px;
   }

   .catalog-fireproof__leftside__subtitle h3 {
      margin-top: 17px;
      max-width: 150px;
   }

   .catalog-fireproof__leftside__subtitle .show-filters {
      margin-top: 19px;
      margin-right: 1px;
      width: 108px;
   }

   .catalog-fireproof__leftside__item__title {
      margin: 0;
      font-size: 16px;
   }

   .catalog-fireproof__leftside__item__content {
      margin-top: 6px;
   }

   .catalog-fireproof__leftside__item__content__image {
      display: block;
      float: none;
      margin-top: 30px;
      width: 100%;
   }

   .catalog-fireproof__leftside__item__content__image img {
      width: auto;
      height: auto;
   }

   .catalog-fireproof__leftside__item__content__text {
      display: block;
      margin: 0;
      margin-top: 11px;
      padding: 0 11px;
      width: 100%;
   }

   .catalog-fireproof__leftside__item__content__text__fabric {
      overflow: hidden;
      font-family: Roboto, sans-serif;
      font-size: 14px;
      line-height: 18px;
   }

   .catalog-fireproof__leftside__item__content__text__fabric__leftside {
      float: none;
      width: 100%;
   }

   .catalog-fireproof__leftside__item__content__text__fabric__rightside {
      float: none;
      padding-left: 0;
      width: 100%;
   }

   .catalog-fireproof__leftside__item__content__text__cables {
      overflow: hidden;
      margin-top: 15px;
      font: 14px/18px Roboto, sans-serif;
   }

   .catalog-fireproof__leftside__item__content__text__cables__leftside {
      float: none;
      width: 100%;
   }

   .catalog-fireproof__leftside__item__content__text__cables__rightside {
      float: none;
      padding-left: 0;
      width: 100%;
   }

   .catalog-fireproof__rightside {
      position: absolute;
      right: -100%;
      top: 217px;
      z-index: 4;
   }

   .catalog-fireproof__rightside.is-active {
      right: 0;
   }

   .catalog-fireproof .pagination__container nav {
      display: none;
   }

   .catalog-fireproof .pagination__container .pagination--more {
      margin-top: 4px;
      width: 100%;
   }

   .catalog-fireproof .pagination__container .pagination--more a {
      width: 100%;
   }

   .catalog__container__contents .catalog__item__leftside {
      float: none;
      width: auto;
   }

   .catalog__container__contents .catalog__item__rightside {
      float: none;
      margin: 0;
      margin-top: 30px;
      padding: 0 10px;
      width: 100%;
   }

   .catalog__container__contents .catalog__item__rightside a {
      font-size: 20px;
      line-height: 24px;
   }

   .catalog__container__buttons {
      margin: 0 -10px;
   }

   .catalog__container__buttons a {
      margin: 0 10px;
      font-size: 20px;
   }

   .cart .table {
      margin: 0 -10px;
      width: -webkit-calc(100% + 20px);
      width: -moz-calc(100% + 20px);
      width: calc(100% + 20px);
   }

   .cart .table__title {
      display: none;
   }

   .cart .table__content {
      margin-top: 14px;
   }

   .cart .table__content__row {
      padding: 0 35px;
   }

   .cart .table__content__row > div {
      display: block;
      width: 100%;
      height: auto;
      font-size: 16px;
      line-height: 22px;
   }

   .cart .table__content__row > div:nth-child(7).in-bag {
      margin-bottom: 15px;
      border: none;
      width: 120px;
   }

   .cart .table__content__row:last-child {
      border: none;
   }

   .cart .table__content .checks {
      margin-top: 10px;
      margin-left: -23px;
      padding: 0;
      height: 24px;
   }

   .cart .table__content .checks .checkbox__over .checkbox__item input {
      margin-top: 4px;
   }

   .cart .table__content .checks .checkbox__over .checkbox__item label {
      font-size: 16px;
   }

   .cart .table__content .checks .checkbox + label:after,
   .cart .table__content .checks .checkbox + label:before {
      top: 5px;
   }

   .cart .table .mobile-label {
      display: inline-block;
      margin-right: 5px;
      font-family: Roboto, sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #9dabbc;
   }

   .cart .table .quantity {
      margin-top: -5px;
   }

   .cart .table .quantity .mobile-label {
      display: block;
   }

   .cart .table .quantity input {
      margin-top: 5px;
      margin-left: 5px;
      width: 120px;
      height: 40px;
      font-size: 17px;
      line-height: 40px;
   }

   .cart .table .quantity .minus {
      left: 6px;
      top: 46px;
      width: 39px;
      height: 36px;
      background: url(/local/templates/main/images/sprites/svg/mobile-minus.svg) no-repeat 50%;
   }

   .cart .table .quantity .plus {
      left: 85px;
      top: 46px;
      width: 39px;
      height: 36px;
      background: url(/local/templates/main/images/sprites/svg/mobile-plus.svg) no-repeat 50%;
   }

   .cart .table .quantity p {
      margin-top: 7px;
      margin-left: 4px;
      font-size: 16px;
   }

   .cart .table .to-bag {
      border: none;
      padding-bottom: 15px;
      text-align: left;
   }

   .cart .table .to-bag a {
      margin-top: 11px;
      margin-left: 6px;
      border: 1px solid #145099;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      width: 120px;
      height: 40px;
      line-height: 40px;
      color: #fff;
      background-color: #145099;
   }

   .cart .table .to-bag a span {
      color: #fff;
   }

   .cart .table .to-bag a svg {
      fill: #fff;
   }

   .cart .table .to-bag a:hover {
      border-color: #ea5b0c;
      background-color: #ea5b0c;
   }

   .cart .table .to-bag a:hover span {
      color: #fff;
   }

   .cart .table .to-bag a:hover svg {
      fill: #fff;
   }

   .cart .table .in-bag {
      margin-top: 11px;
      margin-left: 6px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      width: 120px;
      height: 40px;
      line-height: 40px;
   }

   .cart__main-info__title__leftside {
      float: none;
      width: 100%;
      white-space: normal;
   }

   .cart__main-info__title__leftside h2 {
      display: inline;
      padding-right: 10px;
   }

   .cart__main-info__title__leftside__label {
      margin-left: 0;
   }

   .cart__main-info__title__rightside {
      float: none;
      margin-top: 21px;
      padding-left: 0;
      width: 100%;
   }

   .cart__main-info__title__rightside__buttons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
   }

   .cart__main-info__title__rightside__buttons a {
      display: block;
   }

   .cart__main-info__title__rightside__buttons a.mail {
      margin-left: 15px;
   }

   .cart__main-info__title__rightside__icons {
      margin-top: 14px;
   }

   .cart__main-info__leftside {
      float: none;
      width: 100%;
      white-space: normal;
   }

   .cart__main-info__leftside__image--big {
      margin: 45px 0 0;
      padding-bottom: 100px;
   }

   .cart__main-info__leftside__images--small {
      display: none;
   }

   .cart__main-info__leftside__title {
      white-space: normal;
   }

   .cart__main-info__leftside__title__label {
      margin-left: 0;
   }

   .cart__main-info__rightside {
      display: block;
      float: none;
      margin-top: 28px;
      padding-left: 0;
      width: 100%;
   }

   .cart__main-info__rightside__text .cats {
      margin-top: 21px;
   }

   .cart__main-info__rightside__text .cats h5 {
      font-size: 16px;
   }

   .cart__main-info__rightside__text .cats a {
      margin-top: 9px;
      margin-bottom: 18px;
      font-size: 16px;
   }

   .cart__descriptions__leftside__text {
      overflow: hidden;
   }

   .cart__descriptions__leftside p {
      font-size: 16px;
   }

   .cart__descriptions__rightside {
      margin-top: 40px;
   }

   .cart__descriptions .button__full-description,
   .cart__descriptions__rightside p {
      font-size: 16px;
   }

   .cart__descriptions .button__full-description--mobile {
      display: inline-block;
   }

   .cart .tabs__container__buttons,
   .cart__descriptions .button__full-description--pk {
      display: none;
   }

   .cart .tabs__container__contents {
      border: none;
      padding: 0;
      background-color: #fff;
   }

   .cart .tabs__container__contents__item {
      display: block;
   }

   .cart .tabs__container .tab-content {
      border: none;
      padding: 0;
   }

   .cart .tabs__container .tab-content > .tab-pane {
      display: block;
   }

   .cart .tabs .tab__mobile__button {
      display: inline-block;
      margin-top: 15px;
      padding-right: 20px;
      font-family: Roboto, sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 20px;
      color: #145099;
      background: url(/local/templates/main/images/sprites/svg/down.svg) no-repeat right 8px;
   }

   .cart .tabs .tab__mobile__button.active {
      color: #ea5b0c;
      background: url(/local/templates/main/images/sprites/svg/up.svg) no-repeat 100%;
   }

   .cart .tabs .tab__mobile__content {
      display: none;
      margin-top: 15px;
      margin-bottom: 25px;
      border: 1px solid #b8cae0;
      -webkit-border-bottom-left-radius: 15px;
      -moz-border-radius-bottomleft: 15px;
      border-bottom-left-radius: 15px;
      -webkit-border-bottom-right-radius: 15px;
      -moz-border-radius-bottomright: 15px;
      border-bottom-right-radius: 15px;
      padding: 0 10px;
   }

   .cart .tabs .certificates {
      padding-bottom: 20px;
   }

   .cart .cart__buttons {
      margin-top: 29px;
      margin-left: -10px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      width: -webkit-calc(100% + 20px);
      width: -moz-calc(100% + 20px);
      width: calc(100% + 20px);
      height: 55px;
      white-space: normal;
   }

   .cart .cart__buttons__item--1 {
      padding-left: 10px;
   }

   .cart .cart__buttons__item--1 .checks .checkbox__over .checkbox__item label {
      max-width: 85px;
      font-size: 13px;
      line-height: 14px;
   }

   .cart .cart__buttons__item--2 span {
      margin-top: 13px;
      max-width: 59px;
      font-size: 13px;
      line-height: 16px;
      text-align: left;
   }

   .cart .cart__buttons__item--3 span {
      margin-top: 13px;
      max-width: 50px;
      font-size: 13px;
      line-height: 16px;
      text-align: left;
   }

   .buttons__item--add {
      width: auto !important;
   }

   .buttons__item--add span {
      max-width: none !important;
      padding-left: 10px;
   }

   .cart .cart__buttons.is-fixed {
      left: 0;
      margin-left: 0;
      width: 100%;
   }

   .tables__item {
      overflow-x: scroll;
      padding: 0 20px 20px;
   }

   .tables__item table {
      width: 670px;
   }

   .cart .similar__products {
      margin: 0 -10px;
      padding-bottom: 80px;
   }

   .cart .similar__products .slick-slide {
      width: 100%;
   }

   .cart .similar__products__item {
      padding: 0;
      width: 100%;
   }

   .cart .similar__products__item__image {
      height: 60px;
      line-height: 60px;
   }

   .cart .similar__products__item__text {
      margin-top: 35px;
      padding-left: 10px;
   }

   .cart .similar__products__item__icons {
      padding-left: 10px;
   }

   .cart .cabel-lines__items {
      margin: 0;
      padding-bottom: 60px;
   }

   .cart .cabel-lines__items .slick-slide {
      width: 100%;
   }

   .cart .cabel-lines__items__item {
      padding: 0;
      width: 100%;
   }

   .cart .cabel-lines__items__item__text {
      margin-top: 35px;
   }

   .cart .cabel-lines__items__item__icons {
      padding-left: 10px;
   }

   .cart .cabel-lines__items__item__image {
      height: auto;
      line-height: 100%;
   }

   .cart .article--cart {
      display: none;
   }

   .cart .go-to-cat {
      display: block;
      margin-bottom: 20px;
      width: 100%;
      text-align: center;
   }

   .order .table__title {
      display: none;
   }

   .order .table__content__row {
      padding: 0 35px;
   }

   .order .table__content__row > div {
      display: block;
      width: 100%;
      height: auto;
      font-size: 16px;
      line-height: 22px;
   }

   .order .table__content__row:last-child {
      border: none;
   }

   .order .table__content .checks {
      margin-top: 10px;
      margin-left: -23px;
      padding: 0;
      height: 24px;
   }

   .order .table__content .checks .checkbox__over .checkbox__item input {
      margin-top: 4px;
   }

   .order .table__content .checks .checkbox__over .checkbox__item label {
      font-size: 16px;
   }

   .order .table__content .checks .checkbox + label:after,
   .order .table__content .checks .checkbox + label:before {
      top: 5px;
   }

   .order .table .mobile-label {
      display: inline-block;
      margin-right: 5px;
      font-family: Roboto, sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #9dabbc;
   }

   .order .table .quantity {
      margin-top: -5px;
   }

   .order .table .quantity .mobile-label {
      display: block;
   }

   .order .table .quantity input {
      margin-top: 5px;
      margin-left: 5px;
      width: 120px;
      height: 40px;
      font-size: 17px;
      line-height: 40px;
   }

   .order .table .quantity .minus {
      left: 12px;
      top: 50px;
   }

   .order .table .quantity .minus,
   .order .table .quantity .minus:hover {
      background: url(/local/templates/main/images/sprites/svg/mobile-minus.svg) no-repeat 50%;
   }

   .order .table .quantity .plus {
      left: 94px;
      top: 50px;
   }

   .order .table .quantity .plus,
   .order .table .quantity .plus:hover {
      background: url(/local/templates/main/images/sprites/svg/mobile-plus.svg) no-repeat 50%;
   }

   .order .table .quantity p {
      margin-top: 7px;
      margin-left: 4px;
      font-size: 16px;
   }

   .order .table .delete {
      border: none;
      padding-bottom: 15px;
      text-align: left;
   }

   .order .table .delete a {
      margin-top: 11px;
      margin-left: 6px;
      border: 1px solid #145099;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      width: 120px;
      height: 40px;
      line-height: 40px;
      color: #fff;
      background-color: #145099;
   }

   .order .table .delete a span {
      color: #fff;
   }

   .order .table .delete a svg {
      fill: #fff;
   }

   .order__container__item__leftside__image {
      margin-left: 0;
   }

   .order .order__buttons {
      height: auto;
      white-space: normal;
   }

   .order .order__buttons__item {
      width: 50%;
      height: 44px;
   }

   .order .order__buttons__item a {
      font-size: 11px;
   }

   .order .order__buttons__item--1 {
      border-bottom: 1px solid #fff;
      padding-bottom: 10px;
      padding-left: 0;
      width: 50%;
      text-align: center;
   }

   .order .order__buttons__item--1 .checks {
      display: inline-block;
   }

   .order .order__buttons__item--1 .checks .checkbox__over .checkbox__item label {
      font-size: 11px;
   }

   .order .order__buttons__item--2 {
      border-bottom: 1px solid #fff;
      padding-bottom: 10px;
      width: 50%;
   }

   .order .order__buttons__item--4 {
      width: 50%;
   }

   .order .order__buttons__item--4 a {
      font-size: 11px;
   }

   .order .order__buttons.is-fixed {
      margin-left: 0;
      width: -webkit-calc(100% - 20px);
      width: -moz-calc(100% - 20px);
      width: calc(100% - 20px);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
   }

   .order h3 {
      margin-top: 30px;
   }

   .order form .form__description {
      margin-top: 25px;
   }

   .order form .form__description > div {
      padding: 0;
      width: 100%;
   }

   .order form .form__description .necessarily {
      margin-top: 0;
      width: 100%;
   }

   .order form .form__description .form__button {
      margin-top: 20px;
      width: 100%;
      max-width: 100%;
   }

   .order form .form__description .questions {
      margin-top: 20px;
      padding: 0;
      width: 100%;
   }

   .history__oldest__video__text {
      position: relative;
      bottom: auto;
      font-size: 20px;
   }

   .history__years__sidebar {
      display: none;
   }

   .history__years__content {
      padding-left: 0;
   }

   .sertificates__conformity h2 {
      margin-bottom: 0;
      font-size: 24px;
      line-height: 28px;
   }

   .sertificates__conformity__item__image {
      display: block;
      float: none;
      margin: 0 auto;
   }

   .sertificates__conformity__item__text {
      float: none;
      margin: 0;
      margin-top: 20px;
      width: 100%;
      text-align: center;
   }

   .sertificates__conformity__item__text p {
      display: block;
      margin: 0 auto;
      max-width: 400px;
      text-align: left;
   }

   .sertificates__conformity__item__text a {
      display: inline-block;
      padding: 0 15px;
   }

   .sertificates__products__item {
      margin-top: 30px;
   }

   .sertificates__products__item__rightside {
      margin-top: 20px;
   }

   .rewards__item__image {
      display: block;
      float: none;
      margin: 0 auto;
   }

   .rewards__item__text {
      float: none;
      margin: 0;
      margin-top: 20px;
      width: 100%;
      text-align: center;
   }

   .rewards__item__text p {
      display: block;
      margin: 0 auto;
      max-width: 400px;
      text-align: left;
   }

   .rewards__item__text a {
      display: inline-block;
      padding: 0 15px;
   }

   .footer {
      position: relative;
      padding-bottom: 30px;
      height: auto;
   }

   .footer__text {
      width: 100%;
   }

   .footer__text__leftside {
      padding-top: 23px;
      padding-left: 10px;
      width: -webkit-calc(100% - 78px);
      width: -moz-calc(100% - 78px);
      width: calc(100% - 78px);
      max-width: 100%;
   }

   .footer__text__leftside p {
      padding-left: 0;
      min-height: 1px;
      font-size: 14px;
      line-height: 19px;
      background: none;
   }

   .footer__text__leftside span {
      display: none;
   }

   .footer__text__rightside {
      padding-top: 16px;
      padding-left: 10px;
      width: 100%;
      max-width: 100%;
   }

   .footer__text__rightside h4 {
      font-size: 16px;
   }

   .footer__text__rightside .phones {
      margin-top: 3px;
      font-size: 18px;
   }

   .footer__text__rightside .phones br {
      display: none;
   }

   .footer__text__rightside .buttons {
      margin-top: 0;
   }

   .footer__text__rightside .buttons a {
      display: inline-block;
      vertical-align: top;
      margin-top: 14px;
      font-size: 15px;
   }

   .footer__text__rightside .buttons a.footer__callback {
      margin-left: 15px;
   }

   .footer__text__rightside .buttons a.footer__callback svg {
      margin-top: -7px;
   }

   .footer__text__rightside .buttons a.footer__write-us svg {
      margin-top: -8px;
   }

   .footer .footer__banner {
      right: 10px;
      top: 38px;
   }

   .footer .individ__label {
      margin-top: 25px;
      margin-right: 0;
      text-align: left;
   }

   .footer .individ__label span {
      display: block;
      font-family: Roboto, sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: gray;
   }

   .footer .individ__label a {
      font-size: 14px;
   }

   .wrapper--main__inner {
      padding-bottom: 0;
   }

   .clients__item__image {
      height: auto;
      line-height: normal;
   }

   .breadcrumbs li a {
      max-width: none;
   }
}

@media screen and (max-height: 750px) {
   .history__years__sidebar ul li a {
      line-height: 32px;
   }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
   .sidebar {
      padding-bottom: 30px;
   }
}

.banner--have-questions p a.banner--have-questions-phone {
   color: #000;
}

.modal-body,
.modal-header {
   padding: 0;
   border: none;
}

.breadcrumbs {
   white-space: normal;
   margin-bottom: 9px;
}

.breadcrumbs li {
   margin: 9px 30px 0 0 !important;
}

.sidebar .navigation > li ul li a.is-active {
   color: #ea5b0c;
}

.pagination li a.page-link.page-link_disabled {
   pointer-events: none;
   color: #ccc;
}

.category__rightside__buttons {
   padding-bottom: 15px;
}

.category__rightside__content {
   padding-bottom: 130px;
}

.category__leftside {
   width: 100%;
}

.category__leftside__item__title .checks .checkbox__over .checkbox__item a {
   line-height: inherit;
   position: relative;
   top: -13px;
}

.category__leftside__item__title .checks .checkbox__over .checkbox__item label {
   top: -14px;
}

.checks .checkbox__over .checkbox__item {
   height: auto;
}

.cart__main-info__title__leftside {
   white-space: normal;
}

.macros--show-hide a.active span:before {
   -webkit-transform: scaleY(-1);
   -moz-transform: scaleY(-1);
   -ms-transform: scaleY(-1);
   -o-transform: scaleY(-1);
   transform: scaleY(-1);
}

.search-result .table__title div:first-child {
   padding-left: 30px;
}

h3 a {
   font-size: inherit;
}

.form__input-container_required {
   position: absolute;
   display: inline-block;
   left: 0px;
   top: 34px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 18px;
   color: rgb(255, 0, 8);
}

.form__input-container.req.active .form__input-container_required {
   display: none;
}

.form__input-container.req:before {
   display: none;
}

.alert h3 {
   margin: 0;
}

.header__logo img {
   width: 100%;
}

.row-block {
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
}

.row-block:before,
.row-block:after {
   display: none;
}

.cat__new:before {
   content: "new";
   position: absolute;
   left: 60px;
   top: -7px;
   z-index: 2;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   width: 25px;
   height: 25px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 10px;
   line-height: 25px;
   text-align: center;
   text-transform: uppercase;
   color: #fff;
   background-color: #ea5b0c;
}

.poi-info-window.poi-info-window_custom .title {
   overflow: hidden;
   font-weight: 500;
   font-size: 14px;
}

.poi-info-window.poi-info-window_custom div:not(.title) {
   margin-top: 2px;
   color: #555;
   font-family: Roboto, Arial;
   font-size: 13px;
   background-color: white;
   -moz-user-select: text;
   -webkit-user-select: text;
   -ms-user-select: text;
   user-select: text;
}

.poi-info-window.poi-info-window_custom a {
   color: #333;
   font-family: Roboto, Arial;
   font-size: 13px;
   background-color: white;
   -moz-user-select: text;
   -webkit-user-select: text;
   -ms-user-select: text;
   user-select: text;
}

.slick-slide .row {
   margin: 0;
}

@media screen and (max-width: 767px) {
   .category__leftside__item__title .checks .checkbox__over .checkbox__item a {
      top: -20px;
   }

   .form__input-container_required {
      top: 25px;
   }
}

@media print {
   a[href]:after {
      display: none;
   }

   body {
      min-width: 1200px;
   }

   .content .container .row.items--2 .content__rightside {
      width: 100%;
      float: none;
      display: block;
   }

   .content {
      padding: 0;
   }

   .wrapper--main__inner {
      padding: 0;
   }

   .tab-content > .tab-pane {
      display: block;
   }

   .nav-tabs {
      display: none;
   }

   .content .container .row.items--2 .content__rightside .content--min:before {
      display: none;
   }
}

@media screen and (min-width: 1200px) {
   .js-button-scroll-top {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      background-color: #134f99;
      position: fixed;
      padding: 10px 0;
      width: 133px;
      text-align: center;
      border-radius: 10px;
      color: #fff;
      font-size: 20px;
      right: 5%;
      bottom: 100px;
      opacity: 0.8;
      transition: all 0.2s ease-out 0s;
      display: none;
      z-index: 10;
   }

   .js-button-scroll-top a {
      font-size: 17px;
      line-height: 19px;
      color: #fff;
   }

   .js-button-scroll-top svg {
      margin-right: 6px;
      top: 2px;
      position: relative;
   }

   .js-button-scroll-top:hover {
      background-color: rgb(237, 90, 13);
      opacity: 1;
      cursor: pointer;
   }
}

#result_info_search {
   width: calc(100% - 112px);
   border: 1px solid #b8cae0;
   border-radius: 0 0 10px 10px;
   background: #fff;
   padding: 15px;
   display: none;
}

@media screen and (max-width: 1199px) {
   #result_info_search {
      width: calc(100% - 126px);
   }
}

@media screen and (max-width: 767px) {
   #result_info_search {
      width: calc(100% - 50px);
      z-index: 1;
      position: relative;
   }
}

#result_info_search .search-result--catalog__item__top {
   max-height: 340px;
   overflow-y: scroll;
   border: 0;
}

#result_info_search .search-result--catalog__item__top::-webkit-scrollbar {
   width: 7px;
   height: 7px;
}
#result_info_search .search-result--catalog__item__top::-webkit-scrollbar-track-piece {
   background-color: #f3f5f9;
   border-radius: 5px;
}
#result_info_search .search-result--catalog__item__top::-webkit-scrollbar-thumb {
   height: 50px;
   background-color: #145099;
   border-radius: 5px;
}

#result_info_search .search-result--catalog__item__title a {
   max-width: 100%;
   margin-bottom: 10px;
}

#result_info_search .search-result--catalog__item__title {
   margin-top: -20px;
}

.search-result-ajax-bottom {
   border-top: 1px #b8cae0 solid;
   margin-top: 15px;
}

.search-result-ajax-bottom button.btn {
   margin-top: 15px;
}

#result_info_search .search-result--catalog__item__content__image {
   height: 85px;
}

.header__center__leftside .js-search #result_info_search {
   position: absolute;
   top: 40px;
   width: calc(100% - 92px);
}

@media screen and (max-width: 1199px) {
   .header__center__leftside .js-search #result_info_search {
      position: absolute;
      top: 36px;
      width: calc(100% - 106px);
   }
}

@media screen and (max-width: 320px) {
   .search-result-ajax-bottom button.btn {
      max-width: 100%;
      padding-left: 5px;
      padding-right: 5px;
   }

   .text-button-search-info {
      display: inline-block;
      max-width: calc(100% - 45px);
      text-overflow: ellipsis;
      overflow: hidden;
   }

   .count-info-text {
      display: inline-block;
      vertical-align: top;
   }

   /* New Year Decoration */
   .new-year {
      display: none;
   }
}

#result_info_search .sign__icon {
   float: right;
}

.category__leftside__item .sign__icons {
   max-width: 210px;
   white-space: normal;
}

/* Стилизация таблицы маркоразмеров на детальной странице каталога */
.cart .marksize-table__title div:first-child {
   width: 17%;
}

.cart .marksize-table__title div:nth-child(2) {
   width: 16%;
}

.cart .marksize-table__title div:nth-child(3) {
   width: 14%;
}

.cart .marksize-table__title div:nth-child(4) {
   width: 13%;
}

.cart .marksize-table__title div:nth-child(5) {
   width: 11%;
}

.cart .marksize-table__title div:last-child {
   width: 13%;
}

.cart .marksize-table__propertyes div:first-child {
   width: 17%;
}

.cart .marksize-table__propertyes div:nth-child(2) {
   width: 16%;
}

.cart .marksize-table__propertyes div:nth-child(3) {
   width: 14%;
}

.cart .marksize-table__propertyes div:nth-child(4) {
   width: 13%;
}

.cart .marksize-table__propertyes div:nth-child(5) {
   width: 11%;
}

.cart .marksize-table__propertyes div:nth-child(6) {
   width: 15%;
   border: none;
}
/* Стилизация 7 столба в таблице маркоразмеров */
.marksize-table__propertyes > div:nth-child(7) a svg {
   width: 17px;
   height: 14px;
   fill: #145099;
}

.marksize-table__propertyes > div:nth-child(7) a span {
   margin-left: 5px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #145099;
}

.marksize-table__propertyes > div:nth-child(7) a:hover svg {
   fill: #ea5b0c;
}

.marksize-table__propertyes > div:nth-child(7) a:hover span {
   color: #ea5b0c;
}

.marksize-table__propertyes > div:nth-child(7).in-bag {
   font-size: 0;
   text-align: center;
   background-color: #f3f6fa;
}

.marksize-table__propertyes > div:nth-child(7).in-bag svg {
   display: inline-block;
   vertical-align: middle;
   width: 13px;
   height: 11px;
}

.marksize-table__propertyes > div:nth-child(7).in-bag span {
   display: inline-block;
   vertical-align: middle;
   margin-left: 7px;
   font-family: Roboto, sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   color: #145099;
   opacity: 0.5;
}
.marksize-table__propertyes > div:nth-child(7) {
   border-left: 1px solid #89a7cc;
   width: 18.5%;
   height: 40px;
}
.marksize-table__propertyes > div:nth-child(7) a {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -moz-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -moz-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   height: 100%;
   text-decoration: none;
}

/* Страница сайта - Проектировщикам */
.designers-page p:not(.designers-page__contact-post),
.designers-page ul li {
   font-size: 16px;
}

.designers-page__container {
   display: grid;
   grid-template-columns: repeat(12, minmax(1px, 1fr));
   column-gap: 24px;
   row-gap: 12px;
}

.designers-page__container > h2 {
   grid-column: span 12;
}

.designers-page__common-info {
   grid-column: span 12;
}

.designers-page__info {
   grid-column: span 7;
}

.designers-page__services {
   grid-column: span 7;
}

.designers-page__services img {
   width: 100%;
}

.designers-page__download-items {
   display: flex;
   flex-wrap: wrap;
   gap: 12px;
   grid-column: span 5;
}

.designers-page__download-item {
   padding: 12px 18px;
   display: flex;
   flex-direction: row;
   gap: 8px;
   text-transform: uppercase;
   align-items: center;
   border: 1px solid #145099;
   border-radius: 1rem;
   width: 100%;
}

.designers-page__download-item span {
   flex: 1 1 auto;
}

.designers-page__download-item:hover {
   border: 1px solid #ea5b0c;
}

.designers-page__download-item-icon,
.designers-page__download-icon {
   width: 20px;
   height: 20px;
}

.designers-page__contact {
   grid-column: span 5;
}

.designers-page__info {
   padding: 24px;
   border-top: 4px solid #ea5b0c;
   border-right: 1px solid #dedede;
   border-bottom: 1px solid #dedede;
   border-left: 1px solid #dedede;
}

.designers-page__contact {
   padding: 24px;
   border-top: 4px solid #ea5b0c;
   border-right: 1px solid #dedede;
   border-bottom: 1px solid #dedede;
   border-left: 1px solid #dedede;
}

.designers-page__contact-title {
   margin-top: 12px;
}

.designers-page__contact-post {
   font-size: 14px;
   margin-bottom: 18px;
}

.designers-page__contact-item {
   display: flex;
   flex-direction: row;
   gap: 8px;
   align-items: center;
}

.designers-page__contact-item a {
   font-size: 16px;
}

.designers-page__contact-icon {
   width: 16px;
}

.designers-page__contact-icon svg {
   fill: #145099;
}

.designers-page__contact-item:hover .designers-page__contact-icon svg {
   fill: #ea5b0c;
}

.designers-page__promo-video {
   grid-column: span 12;
   border-radius: 2rem 0 0 2rem;
   overflow: hidden;
   position: relative;
   margin-right: -381px;
}

.designers-page__promo-video::before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background: linear-gradient(360deg, #000000 -79.91%, rgba(255, 255, 255, 0) 110.28%);
}

@media screen and (max-width: 767px) {
   .designers-page__common-info,
   .designers-page__services,
   .designers-page__download-items,
   .designers-page__info,
   .designers-page__contact {
      grid-column: span 12;
   }
}

/* Стили бокового меню в личном кабинете */
.sidebar-personal {
   display: flex;
   flex-direction: column;
   align-items: stretch;
   row-gap: 24px;
   border: 1px solid #B8CAE0;
   border-radius: 10px;
}

.sidebar-personal__info {
   padding: 24px 24px 0 24px;
   display: flex;
   flex-direction: column;
   align-items: center;

   & > .user__id {
      margin: 0 12px;
      font-size: 12px;
      color: #878787;
   }

   & > .user__icon {
      width: 100%;
   }

   & > .user__fullname {
      margin-top: 12px;
   }

   & > .user__email {
      margin-top: 8px;
      color: #878787;
   }
}

.sidebar-personal__nav {
   padding: 0 4px;
   display: flex;
   flex-direction: column;

   & .sidebar-personal__nav-item {
      & .icon-drowdown {
         display: flex;
         justify-content: center;
         align-items: center;
         transform-origin: center;
         transition: all .2s ease;
      }
   }

   & .sidebar-personal__nav-item-link {
      padding: 12px;
      border-bottom: 1px solid #B8CAE0;
      text-align: left;
      display: flex;
         flex-direction: row;
         gap: 8px;
         & > span {
            flex: 1 1 auto;
         }

      &:hover {
         background: #F4F6F7;
      }
   }

   & > .sidebar-personal__nav-item--active {
      & > .sidebar-personal__subnav {
         display: flex;
      }

      .icon-drowdown {
         transform: rotate(180deg);
      }
   }
}

.sidebar-personal__subnav {
   display: none;
   flex-direction: column;
   padding-left: 24px;
   border-bottom: 1px solid #B8CAE0;

   & > .sidebar-personal__subnav-link {
      padding: 12px;
   }
}

.sidebar-personal__actions {
   margin-top: 24px;

   & > .sidebar-personal__actions-item {
      padding: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      column-gap: 12px;

      &:hover {
         background: #F4F6F7;

         & path {
            fill: #EA5B0C;
         }
      }

      & > .icon {
         display: flex;
         justify-content: center;
         align-items: center;
      }
   }
}
/* End */


/* Start:/local/templates/main/template_styles.css?17404755372690*/
@charset "UTF-8";

/* Страница с маркетинговыми материалами */
.marketing-materials__items {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
}

.marketing-materials__item {
    width: calc(100% / 3 - 48px);
}

.marketing-materials__item:hover .marketing-materials__item-cover {
    transform: scale(1);
    box-shadow: 0 0 24px rgba(0,0,0,0.3);
}

.marketing-materials__item-cover {
    transform: scale(0.9);
    width: 100%;
    border: 1px solid #dedede;
    max-height: 338px;
    transition: all 0.1s ease-in-out;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
}



.marketing-materials__item-name {
    margin-top: 2rem;
    text-align: center;
}

.marketing-materials__item-button {
    display: block;
    text-align: center;
    padding: 12px;
    border: 1px solid #145099;
    border-radius: 1rem;
    margin-top: 2rem;
    transition: all 0.2s linear;
}

.marketing-materials__item-button:hover {
    border: 1px solid #ea5b0c;
}

table,
table tr,
table tr th,
table tr td {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

table tr:nth-child(even) {
    background: #e7f2ff;
}

table td,
table th {
    color: #000 !important;
    padding-top: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 1rem !important;
}

@media screen and (max-width: 767px) {
    .marketing-materials__item {
        width: 100%;
    }

    .marketing-materials__item-cover {
        max-height: initial;
    }
}

/* Уведомление об использовании файлов cookie */
.cookie-notification {
    max-width: 256px;
    position: fixed;
    z-index: 999;
    padding: 24px;
    border-radius: 8px;
    bottom: 24px;
    right: 24px;
    background: #fff;
    border: 1px solid #145099;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.cookie-notification--active {
    display: flex;
}

.cookie-notification__accept-button {
    background: #145099;
    color: #fff;
    transition: all 0.1s linear;
}

.cookie-notification__accept-button:hover {
    background: #ea5b0c;
}

/* таблица электрические параметры начало */

.electricalParamWrap {
    overflow: auto;
}

.electricalParamTab {
    border-spacing: 1px;
    border-collapse: separate;
}

.electricalParamHeader {
    background-color: #ea5b0c;
}

.electricalParamHeader th,
.electricalParamHeader td {
    color: #ffffff !important;
}

/* таблица электрические параметры окончание */
/* End */
/* /local/templates/main/css/main.css?17404755377346 */
/* /local/templates/main/css/spkb.css?17404755371074 */
/* /local/templates/main/css/news.css?17485073481119 */
/* /local/templates/main/styles.css?1752067640644390 */
/* /local/templates/main/template_styles.css?17404755372690 */
