

/* Start:/local/templates/pechi_main_new_2016/css/c1-LazyLoad.css?17270862582200*/
.youtube {
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}

.youtube .play {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ+CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
/* End */


/* Start:/local/templates/pechi_main_new_2016/assets/styles/main-styles.css?1727086258182678*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  text-align: left;
  background-color: #F6F6F6;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #fd7e14;
  text-decoration: none;
  background-color: transparent;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

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

@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

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

@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

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

@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

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

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

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

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

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw) ;
  }
}

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

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw) ;
  }
}

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

@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw) ;
  }
}

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

@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw) ;
  }
}

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

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

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

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

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

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

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

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

.blockquote {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

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

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

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 5px;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

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

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

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

@media (min-width: 992px) {
  .container {
    max-width: 990px;
  }
}

@media (min-width: 1220px) {
  .container {
    max-width: 1290px;
  }
}

@media (min-width: 1680px) {
  .container {
    max-width: 1480px;
  }
}

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

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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-sm,
.col-sm-auto, .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-md,
.col-md-auto, .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-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1220px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1680px) {
  .col-xxl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #7f5012;
  background-color: #fdebd3;
  border-color: #fce3c1;
}

.alert-primary hr {
  border-top-color: #fbd8a9;
}

.alert-primary .alert-link {
  color: #52340c;
}

.alert-secondary {
  color: #323232;
  background-color: #dfdfdf;
  border-color: #d2d2d2;
}

.alert-secondary hr {
  border-top-color: #c5c5c5;
}

.alert-secondary .alert-link {
  color: #191919;
}

.alert-success {
  color: #315c00;
  background-color: #dfefcc;
  border-color: #d2e9b8;
}

.alert-success hr {
  border-top-color: #c6e3a5;
}

.alert-success .alert-link {
  color: #162900;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #70200a;
  background-color: #f7d8d0;
  border-color: #f4c9bd;
}

.alert-danger hr {
  border-top-color: #f0b7a7;
}

.alert-danger .alert-link {
  color: #411306;
}

.alert-light {
  color: gray;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}

.alert-light hr {
  border-top-color: #efefef;
}

.alert-light .alert-link {
  color: #676767;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.table {
  width: 100%;
  margin-bottom: 10px;
  color: #212529;
}

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

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

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

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

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

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

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

.table-hover tbody tr:hover {
  color: #212529;
  background-color: #F6F6F6;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #fce3c1;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #faca8c;
}

.table-hover .table-primary:hover {
  background-color: #fbd8a9;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #fbd8a9;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d2d2d2;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #acacac;
}

.table-hover .table-secondary:hover {
  background-color: #c5c5c5;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c5c5c5;
}

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #acd67a;
}

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

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

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

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

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

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ea9b85;
}

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

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfcfc;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fafafa;
}

.table-hover .table-light:hover {
  background-color: #efefef;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #efefef;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

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

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1219.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1679.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control, .inputtext {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-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;
}

@media (prefers-reduced-motion: reduce) {
  .form-control, .inputtext {
    -webkit-transition: none;
    transition: none;
  }
}

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

.form-control:focus, .inputtext:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder, .inputtext::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder, .inputtext::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder, .inputtext:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder, .inputtext::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder, .inputtext::placeholder {
  color: #6c757d;
  opacity: 1;
}

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

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

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.inputtext[size], select.form-control[multiple], select.inputtext[multiple] {
  height: auto;
}

textarea.form-control, textarea.inputtext {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

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

.form-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
}

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

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .was-validated .inputtext:valid, .form-control.is-valid, .is-valid.inputtext {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .was-validated .inputtext:valid:focus, .form-control.is-valid:focus, .is-valid.inputtext:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback, .was-validated .inputtext:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .inputtext:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .is-valid.inputtext ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.is-valid.inputtext ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, .was-validated textarea.inputtext:valid, textarea.form-control.is-valid, textarea.is-valid.inputtext {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .was-validated .inputtext:invalid, .form-control.is-invalid, .is-invalid.inputtext {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .was-validated .inputtext:invalid:focus, .form-control.is-invalid:focus, .is-invalid.inputtext:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .inputtext:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .inputtext:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .is-invalid.inputtext ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.is-invalid.inputtext ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, .was-validated textarea.inputtext:invalid, textarea.form-control.is-invalid, textarea.is-invalid.inputtext {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .inputtext {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #333;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

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

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

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

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

.btn-primary:hover {
  color: #fff;
  background-color: #e6870a;
  border-color: #da800a;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 136, 35, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #F59A22;
  border-color: #F59A22;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #da800a;
  border-color: #ce7909;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 136, 35, 0.5);
}

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

.btn-secondary:hover {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #474747;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(120, 120, 120, 0.5);
}

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

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #474747;
  border-color: #404040;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(120, 120, 120, 0.5);
}

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

.btn-success:hover {
  color: #fff;
  background-color: #4a8b00;
  border-color: #447e00;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 189, 38, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #5FB100;
  border-color: #5FB100;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #447e00;
  border-color: #3d7100;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 189, 38, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #b43411;
  border-color: #a83110;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 91, 55, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #D73E14;
  border-color: #D73E14;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #a83110;
  border-color: #9d2d0f;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 91, 55, 0.5);
}

.btn-light {
  color: #fff;
  background-color: #F6F6F6;
  border-color: #F6F6F6;
}

.btn-light:hover {
  color: #212529;
  background-color: #e3e3e3;
  border-color: #dddddd;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 215, 215, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #F6F6F6;
  border-color: #F6F6F6;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dddddd;
  border-color: #d6d6d6;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 215, 215, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #F59A22;
  border-color: #F59A22;
}

.btn-outline-primary:hover {
  color: #da800a;
  border-color: #da800a;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 154, 34, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #F59A22;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #F59A22;
  border-color: #F59A22;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 154, 34, 0.5);
}

.btn-outline-secondary {
  color: #606060;
  border-color: #606060;
}

.btn-outline-secondary:hover {
  color: #474747;
  border-color: #474747;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 96, 96, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #606060;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #606060;
  border-color: #606060;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 96, 96, 0.5);
}

.btn-outline-success {
  color: #5FB100;
  border-color: #5FB100;
}

.btn-outline-success:hover {
  color: #447e00;
  border-color: #447e00;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 177, 0, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #5FB100;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5FB100;
  border-color: #5FB100;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 177, 0, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #117a8b;
  border-color: #117a8b;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #d39e00;
  border-color: #d39e00;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #D73E14;
  border-color: #D73E14;
}

.btn-outline-danger:hover {
  color: #a83110;
  border-color: #a83110;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 62, 20, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #D73E14;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #D73E14;
  border-color: #D73E14;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 62, 20, 0.5);
}

.btn-outline-light {
  color: #F6F6F6;
  border-color: #F6F6F6;
}

.btn-outline-light:hover {
  color: #dddddd;
  border-color: #dddddd;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F6F6F6;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #F6F6F6;
  border-color: #F6F6F6;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #1d2124;
  border-color: #1d2124;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #fd7e14;
  text-decoration: none;
}

.btn-link:hover {
  color: #dc6502;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 12px 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

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

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

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

.list-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ededed;
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1220px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1680px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .list-group-horizontal-xxl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xxl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #7f5012;
  background-color: #fce3c1;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #7f5012;
  background-color: #fbd8a9;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #7f5012;
  border-color: #7f5012;
}

.list-group-item-secondary {
  color: #323232;
  background-color: #d2d2d2;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #323232;
  background-color: #c5c5c5;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #323232;
  border-color: #323232;
}

.list-group-item-success {
  color: #315c00;
  background-color: #d2e9b8;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #315c00;
  background-color: #c6e3a5;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #315c00;
  border-color: #315c00;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #70200a;
  background-color: #f4c9bd;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #70200a;
  background-color: #f0b7a7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #70200a;
  border-color: #70200a;
}

.list-group-item-light {
  color: gray;
  background-color: #fcfcfc;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: gray;
  background-color: #efefef;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: gray;
  border-color: gray;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .input-group > .inputtext,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control, .input-group > .inputtext + .form-control, .input-group > .form-control + .inputtext, .input-group > .inputtext + .inputtext,
.input-group > .form-control + .custom-select,
.input-group > .inputtext + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .inputtext + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .inputtext,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .inputtext,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .inputtext,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus, .input-group > .inputtext:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child), .input-group > .inputtext:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child), .input-group > .inputtext:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .input-group-lg > .inputtext:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, .input-group-lg > .inputtext,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > .inputtext:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control, .input-group-sm > .inputtext,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #F59A22 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #da800a !important;
}

.bg-secondary {
  background-color: #606060 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #474747 !important;
}

.bg-success {
  background-color: #5FB100 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #447e00 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #D73E14 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #a83110 !important;
}

.bg-light {
  background-color: #F6F6F6 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dddddd !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #ededed !important;
}

.border-top {
  border-top: 1px solid #ededed !important;
}

.border-right {
  border-right: 1px solid #ededed !important;
}

.border-bottom {
  border-bottom: 1px solid #ededed !important;
}

.border-left {
  border-left: 1px solid #ededed !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #F59A22 !important;
}

.border-secondary {
  border-color: #606060 !important;
}

.border-success {
  border-color: #5FB100 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #D73E14 !important;
}

.border-light {
  border-color: #F6F6F6 !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1220px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1680px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1220px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1680px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1220px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1680px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 5px !important;
}

.mt-1,
.my-1 {
  margin-top: 5px !important;
}

.mr-1,
.mx-1 {
  margin-right: 5px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 5px !important;
}

.ml-1,
.mx-1 {
  margin-left: 5px !important;
}

.m-2 {
  margin: 10px !important;
}

.mt-2,
.my-2 {
  margin-top: 10px !important;
}

.mr-2,
.mx-2 {
  margin-right: 10px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 10px !important;
}

.ml-2,
.mx-2 {
  margin-left: 10px !important;
}

.m-3 {
  margin: 20px !important;
}

.mt-3,
.my-3 {
  margin-top: 20px !important;
}

.mr-3,
.mx-3 {
  margin-right: 20px !important;
}

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

.ml-3,
.mx-3 {
  margin-left: 20px !important;
}

.m-4 {
  margin: 30px !important;
}

.mt-4,
.my-4 {
  margin-top: 30px !important;
}

.mr-4,
.mx-4 {
  margin-right: 30px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 30px !important;
}

.ml-4,
.mx-4 {
  margin-left: 30px !important;
}

.m-5 {
  margin: 40px !important;
}

.mt-5,
.my-5 {
  margin-top: 40px !important;
}

.mr-5,
.mx-5 {
  margin-right: 40px !important;
}

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

.ml-5,
.mx-5 {
  margin-left: 40px !important;
}

.m-6 {
  margin: 50px !important;
}

.mt-6,
.my-6 {
  margin-top: 50px !important;
}

.mr-6,
.mx-6 {
  margin-right: 50px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 50px !important;
}

.ml-6,
.mx-6 {
  margin-left: 50px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 5px !important;
}

.pt-1,
.py-1 {
  padding-top: 5px !important;
}

.pr-1,
.px-1 {
  padding-right: 5px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 5px !important;
}

.pl-1,
.px-1 {
  padding-left: 5px !important;
}

.p-2 {
  padding: 10px !important;
}

.pt-2,
.py-2 {
  padding-top: 10px !important;
}

.pr-2,
.px-2 {
  padding-right: 10px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 10px !important;
}

.pl-2,
.px-2 {
  padding-left: 10px !important;
}

.p-3 {
  padding: 20px !important;
}

.pt-3,
.py-3 {
  padding-top: 20px !important;
}

.pr-3,
.px-3 {
  padding-right: 20px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 20px !important;
}

.pl-3,
.px-3 {
  padding-left: 20px !important;
}

.p-4 {
  padding: 30px !important;
}

.pt-4,
.py-4 {
  padding-top: 30px !important;
}

.pr-4,
.px-4 {
  padding-right: 30px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 30px !important;
}

.pl-4,
.px-4 {
  padding-left: 30px !important;
}

.p-5 {
  padding: 40px !important;
}

.pt-5,
.py-5 {
  padding-top: 40px !important;
}

.pr-5,
.px-5 {
  padding-right: 40px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 40px !important;
}

.pl-5,
.px-5 {
  padding-left: 40px !important;
}

.p-6 {
  padding: 50px !important;
}

.pt-6,
.py-6 {
  padding-top: 50px !important;
}

.pr-6,
.px-6 {
  padding-right: 50px !important;
}

.pb-6,
.py-6 {
  padding-bottom: 50px !important;
}

.pl-6,
.px-6 {
  padding-left: 50px !important;
}

.m-n1 {
  margin: -5px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -5px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -5px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -5px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -5px !important;
}

.m-n2 {
  margin: -10px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -10px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -10px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -10px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -10px !important;
}

.m-n3 {
  margin: -20px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -20px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -20px !important;
}

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

.ml-n3,
.mx-n3 {
  margin-left: -20px !important;
}

.m-n4 {
  margin: -30px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -30px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -30px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -30px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -30px !important;
}

.m-n5 {
  margin: -40px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -40px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -40px !important;
}

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

.ml-n5,
.mx-n5 {
  margin-left: -40px !important;
}

.m-n6 {
  margin: -50px !important;
}

.mt-n6,
.my-n6 {
  margin-top: -50px !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -50px !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -50px !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -50px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 5px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 5px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 5px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 5px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 5px !important;
  }
  .m-sm-2 {
    margin: 10px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 10px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 10px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 10px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 10px !important;
  }
  .m-sm-3 {
    margin: 20px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 20px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 20px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 20px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 20px !important;
  }
  .m-sm-4 {
    margin: 30px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 30px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 30px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 30px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 30px !important;
  }
  .m-sm-5 {
    margin: 40px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 40px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 40px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 40px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 40px !important;
  }
  .m-sm-6 {
    margin: 50px !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 50px !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 50px !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 50px !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 50px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 5px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 5px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 5px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 5px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 5px !important;
  }
  .p-sm-2 {
    padding: 10px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 10px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 10px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 10px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 10px !important;
  }
  .p-sm-3 {
    padding: 20px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 20px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 20px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 20px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 20px !important;
  }
  .p-sm-4 {
    padding: 30px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 30px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 30px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 30px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 30px !important;
  }
  .p-sm-5 {
    padding: 40px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 40px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 40px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 40px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 40px !important;
  }
  .p-sm-6 {
    padding: 50px !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 50px !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 50px !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 50px !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 50px !important;
  }
  .m-sm-n1 {
    margin: -5px !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -5px !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -5px !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -5px !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -5px !important;
  }
  .m-sm-n2 {
    margin: -10px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -10px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -10px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -10px !important;
  }
  .m-sm-n3 {
    margin: -20px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -20px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -20px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -20px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -20px !important;
  }
  .m-sm-n4 {
    margin: -30px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -30px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -30px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -30px !important;
  }
  .m-sm-n5 {
    margin: -40px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -40px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -40px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -40px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -40px !important;
  }
  .m-sm-n6 {
    margin: -50px !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -50px !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -50px !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -50px !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -50px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 5px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 5px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 5px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 5px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 5px !important;
  }
  .m-md-2 {
    margin: 10px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 10px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 10px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 10px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 10px !important;
  }
  .m-md-3 {
    margin: 20px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 20px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 20px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 20px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 20px !important;
  }
  .m-md-4 {
    margin: 30px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 30px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 30px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 30px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 30px !important;
  }
  .m-md-5 {
    margin: 40px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 40px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 40px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 40px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 40px !important;
  }
  .m-md-6 {
    margin: 50px !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 50px !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 50px !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 50px !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 50px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 5px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 5px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 5px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 5px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 5px !important;
  }
  .p-md-2 {
    padding: 10px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 10px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 10px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 10px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 10px !important;
  }
  .p-md-3 {
    padding: 20px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 20px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 20px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 20px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 20px !important;
  }
  .p-md-4 {
    padding: 30px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 30px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 30px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 30px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 30px !important;
  }
  .p-md-5 {
    padding: 40px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 40px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 40px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 40px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 40px !important;
  }
  .p-md-6 {
    padding: 50px !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 50px !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 50px !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 50px !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 50px !important;
  }
  .m-md-n1 {
    margin: -5px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -5px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -5px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -5px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -5px !important;
  }
  .m-md-n2 {
    margin: -10px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -10px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -10px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -10px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -10px !important;
  }
  .m-md-n3 {
    margin: -20px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -20px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -20px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -20px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -20px !important;
  }
  .m-md-n4 {
    margin: -30px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -30px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -30px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -30px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -30px !important;
  }
  .m-md-n5 {
    margin: -40px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -40px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -40px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -40px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -40px !important;
  }
  .m-md-n6 {
    margin: -50px !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -50px !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -50px !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -50px !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -50px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 5px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 5px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 5px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 5px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 5px !important;
  }
  .m-lg-2 {
    margin: 10px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 10px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 10px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 10px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 10px !important;
  }
  .m-lg-3 {
    margin: 20px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 20px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 20px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 20px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 20px !important;
  }
  .m-lg-4 {
    margin: 30px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 30px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 30px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 30px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 30px !important;
  }
  .m-lg-5 {
    margin: 40px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 40px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 40px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 40px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 40px !important;
  }
  .m-lg-6 {
    margin: 50px !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 50px !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 50px !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 50px !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 50px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 5px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 5px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 5px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 5px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 5px !important;
  }
  .p-lg-2 {
    padding: 10px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 10px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 10px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 10px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 10px !important;
  }
  .p-lg-3 {
    padding: 20px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 20px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 20px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 20px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 20px !important;
  }
  .p-lg-4 {
    padding: 30px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 30px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 30px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 30px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 30px !important;
  }
  .p-lg-5 {
    padding: 40px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 40px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 40px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 40px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 40px !important;
  }
  .p-lg-6 {
    padding: 50px !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 50px !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 50px !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 50px !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 50px !important;
  }
  .m-lg-n1 {
    margin: -5px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -5px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -5px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -5px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -5px !important;
  }
  .m-lg-n2 {
    margin: -10px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -10px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -10px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -10px !important;
  }
  .m-lg-n3 {
    margin: -20px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -20px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -20px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -20px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -20px !important;
  }
  .m-lg-n4 {
    margin: -30px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -30px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -30px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -30px !important;
  }
  .m-lg-n5 {
    margin: -40px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -40px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -40px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -40px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -40px !important;
  }
  .m-lg-n6 {
    margin: -50px !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -50px !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -50px !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -50px !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -50px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1220px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 5px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 5px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 5px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 5px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 5px !important;
  }
  .m-xl-2 {
    margin: 10px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 10px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 10px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 10px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 10px !important;
  }
  .m-xl-3 {
    margin: 20px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 20px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 20px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 20px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 20px !important;
  }
  .m-xl-4 {
    margin: 30px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 30px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 30px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 30px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 30px !important;
  }
  .m-xl-5 {
    margin: 40px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 40px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 40px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 40px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 40px !important;
  }
  .m-xl-6 {
    margin: 50px !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 50px !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 50px !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 50px !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 50px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 5px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 5px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 5px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 5px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 5px !important;
  }
  .p-xl-2 {
    padding: 10px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 10px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 10px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 10px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 10px !important;
  }
  .p-xl-3 {
    padding: 20px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 20px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 20px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 20px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 20px !important;
  }
  .p-xl-4 {
    padding: 30px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 30px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 30px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 30px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 30px !important;
  }
  .p-xl-5 {
    padding: 40px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 40px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 40px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 40px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 40px !important;
  }
  .p-xl-6 {
    padding: 50px !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 50px !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 50px !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 50px !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 50px !important;
  }
  .m-xl-n1 {
    margin: -5px !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -5px !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -5px !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -5px !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -5px !important;
  }
  .m-xl-n2 {
    margin: -10px !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -10px !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -10px !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -10px !important;
  }
  .m-xl-n3 {
    margin: -20px !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -20px !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -20px !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -20px !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -20px !important;
  }
  .m-xl-n4 {
    margin: -30px !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -30px !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -30px !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -30px !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -30px !important;
  }
  .m-xl-n5 {
    margin: -40px !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -40px !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -40px !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -40px !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -40px !important;
  }
  .m-xl-n6 {
    margin: -50px !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -50px !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -50px !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -50px !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -50px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1680px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 5px !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 5px !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 5px !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 5px !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 5px !important;
  }
  .m-xxl-2 {
    margin: 10px !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 10px !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 10px !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 10px !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 10px !important;
  }
  .m-xxl-3 {
    margin: 20px !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 20px !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 20px !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 20px !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 20px !important;
  }
  .m-xxl-4 {
    margin: 30px !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 30px !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 30px !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 30px !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 30px !important;
  }
  .m-xxl-5 {
    margin: 40px !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 40px !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 40px !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 40px !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 40px !important;
  }
  .m-xxl-6 {
    margin: 50px !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 50px !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 50px !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 50px !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 50px !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 5px !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 5px !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 5px !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 5px !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 5px !important;
  }
  .p-xxl-2 {
    padding: 10px !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 10px !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 10px !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 10px !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 10px !important;
  }
  .p-xxl-3 {
    padding: 20px !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 20px !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 20px !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 20px !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 20px !important;
  }
  .p-xxl-4 {
    padding: 30px !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 30px !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 30px !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 30px !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 30px !important;
  }
  .p-xxl-5 {
    padding: 40px !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 40px !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 40px !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 40px !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 40px !important;
  }
  .p-xxl-6 {
    padding: 50px !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 50px !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 50px !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 50px !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 50px !important;
  }
  .m-xxl-n1 {
    margin: -5px !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -5px !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -5px !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -5px !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -5px !important;
  }
  .m-xxl-n2 {
    margin: -10px !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -10px !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -10px !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -10px !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -10px !important;
  }
  .m-xxl-n3 {
    margin: -20px !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -20px !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -20px !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -20px !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -20px !important;
  }
  .m-xxl-n4 {
    margin: -30px !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -30px !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -30px !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -30px !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -30px !important;
  }
  .m-xxl-n5 {
    margin: -40px !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -40px !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -40px !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -40px !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -40px !important;
  }
  .m-xxl-n6 {
    margin: -50px !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -50px !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -50px !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -50px !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -50px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1220px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1680px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #F59A22 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #c27209 !important;
}

.text-secondary {
  color: #606060 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #3a3a3a !important;
}

.text-success {
  color: #5FB100 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #366500 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #D73E14 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #912a0d !important;
}

.text-light {
  color: #F6F6F6 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #d0d0d0 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #333 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* no-gutters Class Rules */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus,
*:active {
  outline: none !important;
}

.text-underline-dashed {
  padding-bottom: 2px;
  border-bottom: 1px dashed;
}

.text-underline-dashed:hover {
  text-decoration: none;
}

.box-shadow {
  background-color: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 767.98px) {
  .box-shadow {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#main_container {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .main-container {
    margin-top: 72px;
  }
}

.content-box h2, .content-box h3, .content-box h4, .content-box h5 {
  margin-bottom: 20px;
}

@media (max-width: 1219.98px) {
  div.b24-widget-button-wrapper {
    display: block;
    bottom: 70px;
    right: 17px;
  }
  div.b24-widget-button-inner-item {
    padding: 13px 11px;
  }
  div.b24-widget-button-block {
    width: 52px;
    height: 52px;
  }
  div.b24-widget-button-inner-mask {
    height: 64px;
    width: 64px;
    top: -6px;
    left: -7px;
    background: rgba(245, 147, 49, 0.2);
  }
  #mobile-contact-button {
    display: block !important;
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    z-index: 999;
    border: 5px solid rgba(245, 147, 49, 0.2);
  }
}

@media screen and (max-width: 1219.98px) and (max-width: 992px) {
  #mobile-contact-button {
    bottom: 85px;
  }
}

@media (max-width: 1219.98px) {
  #mobile-contact-button a {
    background: #F59331;
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
  }
  #mobile-contact-button svg {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    /* animation: timing 1s infinite;
		animation-delay: 2s; */
  }
  .mobile-contact-button-round {
    -webkit-animation: widgetPulse infinite 1.5s;
    animation: widgetPulse infinite 1.5s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #F59331;
    border-radius: 50%;
    z-index: -1;
  }
  @-webkit-keyframes widgetPulse {
    50% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(2, 2);
      transform: scale(2, 2);
      opacity: 0;
    }
  }
  @keyframes widgetPulse {
    50% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(2, 2);
      transform: scale(2, 2);
      opacity: 0;
    }
  }
}

.sidebar-block {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 992px) {
  .sidebar-block {
    background: none;
    box-shadow: none;
  }
}

@media (max-width: 1219.98px) {
  .second-slider-main-page {
    display: none;
  }
}

@media (max-width: 368px) {
  .city-width-fix {
    width: 60px;
  }
}

.services-user-info {
  padding: 30px;
  background-color: #fff;
  color: #757D8A;
  font-weight: 400;
  line-height: 150%;
  font-size: 18px;
}

.services-user-info ul {
  padding-left: 30px;
}

.services-user-info p, .services-user-info li {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #757D8A;
  margin-bottom: 15px;
}

.services-user-info h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  color: #333333;
  margin-bottom: 15px;
}

.services-user-info h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #333333;
}

@media (max-width: 992px) {
  .services-user-info {
    padding: 20px;
    line-height: 120%;
    font-size: 16px;
  }
  .services-user-info p, .services-user-info li {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 10px;
  }
  .services-user-info h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .services-user-info h4 {
    font-size: 18px;
    line-height: 120%;
  }
}

.sticky-box {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 110px;
}

@media (max-width: 1219.98px) {
  .sticky-box {
    top: 60px;
  }
}

.opt-section {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .opt-section {
    margin-bottom: 50px;
  }
}

.opt-title {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #333333;
}

@media (max-width: 768px) {
  .opt-title {
    font-size: 26px;
  }
}

.opt-text,
.opt-text p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #757D8A;
}

@media (max-width: 768px) {
  .opt-text,
  .opt-text p {
    font-size: 16px;
  }
}

ul.opt-list {
  padding-left: 0;
  margin-bottom: 0;
}

ul.opt-list li {
  list-style-type: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #757D8A;
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
}

ul.opt-list li::before {
  content: url("/local/templates/pechi_main_new_2016/images/icons/green-mark.svg");
  margin-right: 15px;
  width: 16px;
  height: 12px;
}

@media (max-width: 768px) {
  ul.opt-list li {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .preference--desktop-version {
    display: none;
  }
}

.preference--mobile-version {
  margin-left: -15px;
  width: calc(100% + 30px) !important;
  display: none;
  background: #333333;
}

@media screen and (max-width: 992px) {
  .preference--mobile-version {
    display: block;
  }
}

.preference--mobile-version .preference-content .preference-item {
  border-bottom: none;
  padding-bottom: 24px;
}

.preference--mobile-version .preference-content .preference-item--icon {
  margin-bottom: 8px;
  width: 60px;
  height: 60px;
}

.preference--mobile-version .preference-content .preference-item--title {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
}

.preference--mobile-version .preference-content .preference-item--title::before {
  display: block;
  content: '';
  margin: 0 auto 8px;
  border-top: 1px solid #FF8B22;
  height: 1px;
  width: 50px;
}

.preference--mobile-version .preference__button-mobile {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  background: #FF8B22;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  border-radius: 8px;
  height: 44px;
}

.preference--mobile-version .preference__button-mobile a {
  width: inherit;
  background: inherit;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  text-decoration: none;
  padding: 12px 0;
  color: #FFF;
  height: 100%;
  border-radius: 8px;
}

.preference--mobile-version .preference__button-mobile a:hover {
  background-color: #EA8824 !important;
  border: none !important;
}

.preference--mobile-version .preference__button-mobile a:active {
  background-color: #EA8824 !important;
  border: none !important;
}

.preference--mobile-version .preference__button-mobile a:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 154, 34, 0.5);
}

.services-mobile {
  display: none;
}

@media screen and (max-width: 992px) {
  .services-mobile {
    display: block;
  }
}

.services-mobile-content {
  display: -webkit-box;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  flex-wrap: nowrap;
}

.services-mobile-content__card {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}

.services-mobile-content__card img {
  height: 56px;
}

.services-mobile-content__text {
  width: 100%;
  height: 56px;
  background: #FFFFFF;
  padding: 8px 4px;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  border-radius: 8px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.services-mobile-content__text span {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
  color: #333333;
}

.container-thanks {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 576px) {
  .container-thanks {
    padding-right: 0;
    padding-left: 0;
  }
}

.thanks-section {
  background: #FFFFFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}

.thanks-section .thanks-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 60px 30px;
  gap: 60px;
  height: 506px;
}

@media screen and (max-width: 576px) {
  .thanks-section .thanks-content {
    padding: 30px 16px;
    gap: 30px;
    height: 366px;
  }
}

.thanks-section .thanks-content__text {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  padding: 0;
  gap: 15px;
}

.thanks-section .thanks-content__text p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #777777;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 576px) {
  .thanks-section .thanks-content__text p {
    font-size: 16px;
    line-height: 24px;
  }
}

.thanks-section .thanks-content__logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  padding: 0;
  gap: 29px;
}

@media screen and (max-width: 576px) {
  .thanks-section .thanks-content__logo {
    gap: 26px;
  }
  .thanks-section .thanks-content__logo svg {
    height: 111px;
    width: 111px;
  }
}

.thanks-section .thanks-content__logo h1 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
  color: #333333;
  margin: 0;
}

@media screen and (max-width: 576px) {
  .thanks-section .thanks-content__logo h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

.thanks-section .thanks-content__btn {
  width: 268px;
  height: 40px;
  background: #F59A22;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  padding: 11px 0;
  margin: 0;
  border: none;
}

@media screen and (max-width: 576px) {
  .thanks-section .thanks-content__btn {
    width: 100%;
  }
}

.thanks-section .thanks-content__btn:hover {
  color: #fff;
  background-color: #e6870a;
  border-color: #da800a;
}

.thanks-section .thanks-content__btn:active {
  color: #fff;
  background-color: #da800a;
  border-color: #ce7909;
}

.thanks-section .thanks-content__btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 136, 35, 0.5);
}

@media screen and (max-width: 992px) {
  .content-desktop-wrapper {
    display: none;
  }
  .content-mobile-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    row-gap: 40px;
    margin-top: 20px;
  }
}

.quiz-wrapper {
  padding: 16px;
}

.quiz-content {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  .quiz-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.btn-quiz {
  color: #fff;
  background-color: #5FB100;
  border-color: #5FB100;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-quiz:hover {
  color: #fff;
  background-color: #4a8b00;
  border-color: #447e00;
}

@media screen and (max-width: 992px) {
  .btn-quiz {
    padding: 12px 24px;
    background-color: #FF8B22;
    border-color: #FF8B22;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
    color: #FFF;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 125%;
    border-radius: 8px;
  }
  .btn-quiz:hover {
    color: #fff;
    background-color: #ff851a;
    border-color: #ff851a;
  }
}

@media screen and (max-width: 992px) {
  .btn-hidden-mobile {
    display: none;
  }
}

.main-header {
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 225;
}

@media screen and (max-width: 1220px) {
  .main-header {
    padding-top: 46px;
  }
  .main-header__top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    background-color: #fff;
  }
}

@media screen and (max-width: 992px) {
  .main-header .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 992px) {
  .main-header {
    display: grid;
    grid-template-areas: 'search search search search search search search search search search search burger_menu';
    grid-template-rows: 36px;
    -webkit-box-align: center;
            align-items: center;
    padding: 0 18px 18px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 10px rgba(51, 51, 51, 0.1);
    position: fixed;
    top: 0;
  }
}

.main-header__center {
  height: 94px;
  position: relative;
}

.main-header__center .main-header__button {
  background-color: #F6F6F6;
  height: 48px;
}

.main-header__center .main-header__button > span {
  color: #000;
}

.main-header__center .main-header__button:not(:last-child) {
  margin-right: 15px;
}

@media (max-width: 991.98px) {
  .main-header__center {
    height: 148px;
    padding-bottom: 54px;
  }
  .main-header__center > .container {
    max-width: 100%;
  }
  .main-header__center .form-box__input {
    border: none;
    border-radius: 2px;
    height: 38px;
  }
}

@media screen and (max-width: 992px) {
  .main-header__center {
    grid-area: search;
    padding-bottom: 0;
    height: 100%;
  }
  .main-header__center .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .main-header__center .py-1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.main-header__button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 13px;
  padding-right: 13px;
  text-decoration: none;
}

.main-header__button > span {
  font-weight: 500;
}

.main-header__button:hover {
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .main-header__button {
    padding-left: 0;
    padding-right: 0;
  }
}

.main-header__top,
.main-header__center > .container {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}

.main-header__top {
  height: 46px;
  border-bottom: 1px solid #ededed;
}

.main-header__top .main-header__button {
  font-size: 16px;
}

.main-header__top a svg {
  display: none;
}

@media screen and (max-width: 992px) {
  .main-header__top {
    display: block;
    position: static;
    z-index: 200;
    background-color: #fff;
    border-bottom: none;
    grid-area: burger_menu;
    text-align: left;
    height: 36px;
    width: 36px;
  }
  .main-header__top-mobile {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .main-header__top-mobile a {
    margin-right: 0 !important;
  }
  .main-header__top-mobile a i {
    display: none;
  }
  .main-header__top-mobile a svg {
    display: block;
  }
  .main-header__top > div:not(:nth-of-type(-n+2)) {
    display: none;
  }
}

.main-header__bottom {
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  will-change: box-shadow;
}

@media screen and (max-width: 992px) {
  .main-header__bottom {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1219.98px) {
  .main-header__bottom {
    height: 0;
    border-bottom: 1px solid #ededed;
  }
}

.main-header__buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  font-size: 18px;
  margin: 0 0 0 auto;
}

.main-header__logo {
  position: relative;
  margin-right: 40px;
}

@media (max-width: 767.98px) {
  .main-header__logo {
    margin: 0 auto;
  }
}

@media screen and (max-width: 992px) {
  .main-header__logo {
    text-align: center;
    height: 36px;
    width: 36px;
  }
}

.main-header__search {
  -webkit-box-flex: 1;
          flex: 1;
  margin-right: 40px;
}

@media (max-width: 991.98px) {
  .main-header__search {
    position: absolute;
    width: 100%;
    margin-right: 0;
    right: 0;
    bottom: 0;
    background-color: #EEEEEE;
    padding: 8px 10px;
    box-sizing: border-box;
  }
}

@media (max-width: 1219.98px) {
  .main-header__search {
    position: relative;
    background-color: #FFF;
    padding: 0;
  }
}

.main-header__contact {
  margin-left: auto;
  font-weight: 500;
  font-size: 18px;
}

@media (min-width: 1220px) {
  .main-header__contact {
    margin-right: 40px;
  }
}

@media screen and (max-width: 992px) {
  .main-header__contact {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 36px;
    width: 36px;
    line-height: 36px;
  }
  .main-header__contact a i::before {
    height: 20px;
    width: 20px;
  }
  .main-header__contact span {
    display: none;
  }
}

.main-header__phone {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .mobile-social-link-none {
    display: none;
  }
}

.header-catalog-button {
  width: 100%;
  padding: 16px 20px;
  font-size: 15px;
  color: #F59A22;
  font-weight: bold;
  border-bottom: 1px solid #ededed;
}

@media screen and (max-width: 992px) {
  .header-catalog-button {
    display: none !important;
  }
}

@media (min-width: 1220px) {
  .fixed-header .main-header__center {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 200;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
  }
  .fixed-header .main-header__top {
    margin-bottom: 94px;
  }
}

.bxmaker__geoip__message {
  display: inline-block;
}

.tooltip {
  position: relative;
  color: #fd7e14;
  cursor: pointer;
}

.tooltip .drop-down {
  display: none;
  padding: 15px;
  position: absolute;
  background: #F6F6F6;
  border: 1px solid #cccccc;
  color: #fd7e14;
  top: 100%;
  right: 0;
  z-index: 10;
  font-size: 14px;
  cursor: auto;
}

.tooltip .drop-down i {
  margin-right: 5px;
}

.tooltip:hover {
  color: #dc6502;
}

.tooltip:hover .drop-down {
  display: block;
  white-space: nowrap;
}

.trademark {
  position: absolute;
  color: #8f8f8f;
  font-size: 18px;
  top: -8px;
  right: -15px;
}

.trademark:hover {
  text-decoration: none;
  color: #8f8f8f;
}

.city-toggle-mobile {
  display: none;
}

@media screen and (max-width: 992px) {
  .city-toggle-mobile {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 24px;
  }
}

.tabbar-bottom {
  display: none;
  position: fixed;
  bottom: 0;
  background: #FFFFFF;
  box-shadow: 0px -4px 10px rgba(51, 51, 51, 0.1);
  border-radius: 8px 8px 0 0;
  z-index: 225;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .tabbar-bottom {
    display: block;
  }
}

.tabbar-bottom__content {
  display: -webkit-box;
  display: flex;
  padding: 12px 16px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.tabbar-bottom__elem {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  row-gap: 8px;
  -webkit-box-align: center;
          align-items: center;
  padding: 4px 0;
  border: none;
  background: none;
}

.tabbar-bottom__elem .tabbar-bottom__icon .stroke {
  stroke: #333;
}

.tabbar-bottom a:hover .tabbar-bottom__text {
  color: #FF8B22;
}

.tabbar-bottom a:hover .tabbar-bottom__icon .fill {
  fill: #FF8B22;
}

.tabbar-bottom a:hover .tabbar-bottom__icon .stroke {
  stroke: #FF8B22;
}

.tabbar-bottom__elem--active .tabbar-bottom__text {
  color: #FF8B22;
}

.tabbar-bottom__elem--active .tabbar-bottom__icon .fill {
  fill: #FF8B22;
}

.tabbar-bottom__elem--active .tabbar-bottom__icon .stroke {
  stroke: #FF8B22;
}

.tabbar-bottom__icon {
  position: relative;
}

.tabbar-bottom__icon svg {
  height: 24px;
  width: 24px;
  fill: #333333;
}

.tabbar-bottom__cart-circle {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #ED1D1D;
  border-radius: 50%;
  right: -15px;
  top: -5px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  color: #FFFFFF;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.tabbar-bottom__text {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  color: #333333;
}

.main-footer {
  background-color: #333;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 992px) {
  .main-footer {
    margin-bottom: 80px;
  }
}

.main-footer__title {
  color: #F59A22;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 25px;
}

.main-footer__title a {
  color: #F59A22;
}

.main-footer__menu {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.main-footer__menu a {
  color: #fff;
}

.main-footer__menu > li {
  margin-bottom: 10px;
}

.main-footer__bottom {
  border-top: 1px solid #777777;
}

.main-footer__bottom .row {
  -webkit-box-pack: center;
          justify-content: center;
}

.main-footer .social::after {
  display: block;
  clear: both;
  content: "";
}

.main-footer .social .fab {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  text-align: center;
  line-height: 36px;
  color: #606060;
  font-size: 20px;
  margin-bottom: 10px;
}

.main-footer .social .fab:hover {
  background-color: #F59A22;
  color: #fff;
}

.main-footer .social a:not(:last-child) .fab {
  margin-right: 10px;
}

.copy {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media (max-width: 1219.98px) {
  .copy > span {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .copy {
    padding-top: 15px;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 992px) {
  .b24-widget-button-popup {
    display: none!important;
  }
}
/* End */


/* Start:/local/templates/pechi_main_new_2016/js/fancybox/jquery.fancybox.css?172708625817412*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* End */


/* Start:/local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/all.css?172708625879884*/
/*!
 * Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-abacus:before{content:"\f640"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acorn:before{content:"\f6ae"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-alarm-clock:before{content:"\f34e"}.fa-algolia:before{content:"\f36c"}.fa-alicorn:before{content:"\f6b0"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-analytics:before{content:"\f643"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angel:before{content:"\f779"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-crate:before{content:"\f6b1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-atom-alt:before{content:"\f5d3"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-axe:before{content:"\f6b2"}.fa-axe-battle:before{content:"\f6b3"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backpack:before{content:"\f5d4"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-badge-dollar:before{content:"\f645"}.fa-badge-percent:before{content:"\f646"}.fa-badger-honey:before{content:"\f6b4"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ball-pile:before{content:"\f77e"}.fa-ballot:before{content:"\f732"}.fa-ballot-check:before{content:"\f733"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bat:before{content:"\f6b5"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-school:before{content:"\f5d5"}.fa-bell-school-slash:before{content:"\f5d6"}.fa-bell-slash:before{content:"\f1f6"}.fa-bells:before{content:"\f77f"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blanket:before{content:"\f498"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bone-break:before{content:"\f5d8"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-alt:before{content:"\f5d9"}.fa-book-dead:before{content:"\f6b7"}.fa-book-heart:before{content:"\f499"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-book-spells:before{content:"\f6b8"}.fa-book-user:before{content:"\f7e7"}.fa-bookmark:before{content:"\f02e"}.fa-books:before{content:"\f5db"}.fa-books-medical:before{content:"\f7e8"}.fa-boot:before{content:"\f782"}.fa-booth-curtain:before{content:"\f734"}.fa-bootstrap:before{content:"\f836"}.fa-bow-arrow:before{content:"\f6b9"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-alt:before{content:"\f49a"}.fa-box-ballot:before{content:"\f735"}.fa-box-check:before{content:"\f467"}.fa-box-fragile:before{content:"\f49b"}.fa-box-full:before{content:"\f49c"}.fa-box-heart:before{content:"\f49d"}.fa-box-open:before{content:"\f49e"}.fa-box-up:before{content:"\f49f"}.fa-box-usd:before{content:"\f4a0"}.fa-boxes:before{content:"\f468"}.fa-boxes-alt:before{content:"\f4a1"}.fa-boxing-glove:before{content:"\f438"}.fa-brackets:before{content:"\f7e9"}.fa-brackets-curly:before{content:"\f7ea"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-loaf:before{content:"\f7eb"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-browser:before{content:"\f37e"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-bullseye-arrow:before{content:"\f648"}.fa-bullseye-pointer:before{content:"\f649"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-burrito:before{content:"\f7ed"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-bus-school:before{content:"\f5dd"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-cabinet-filing:before{content:"\f64b"}.fa-calculator:before{content:"\f1ec"}.fa-calculator-alt:before{content:"\f64c"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-star:before{content:"\f736"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-retro:before{content:"\f083"}.fa-campfire:before{content:"\f6ba"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candle-holder:before{content:"\f6bc"}.fa-candy-cane:before{content:"\f786"}.fa-candy-corn:before{content:"\f6bd"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-bump:before{content:"\f5e0"}.fa-car-crash:before{content:"\f5e1"}.fa-car-garage:before{content:"\f5e2"}.fa-car-mechanic:before{content:"\f5e3"}.fa-car-side:before{content:"\f5e4"}.fa-car-tilt:before{content:"\f5e5"}.fa-car-wash:before{content:"\f5e6"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cauldron:before{content:"\f6bf"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chair-office:before{content:"\f6c1"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-line-down:before{content:"\f64d"}.fa-chart-network:before{content:"\f78a"}.fa-chart-pie:before{content:"\f200"}.fa-chart-pie-alt:before{content:"\f64e"}.fa-chart-scatter:before{content:"\f7ee"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-cheese-swiss:before{content:"\f7f0"}.fa-cheeseburger:before{content:"\f7f1"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chimney:before{content:"\f78b"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-claw-marks:before{content:"\f6c2"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-list-check:before{content:"\f737"}.fa-clipboard-prescription:before{content:"\f5e8"}.fa-clipboard-user:before{content:"\f7f3"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-drizzle:before{content:"\f738"}.fa-cloud-hail:before{content:"\f739"}.fa-cloud-hail-mixed:before{content:"\f73a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-rainbow:before{content:"\f73e"}.fa-cloud-showers:before{content:"\f73f"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sleet:before{content:"\f741"}.fa-cloud-snow:before{content:"\f742"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-clouds:before{content:"\f744"}.fa-clouds-moon:before{content:"\f745"}.fa-clouds-sun:before{content:"\f746"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-coffee-togo:before{content:"\f6c5"}.fa-coffin:before{content:"\f6c6"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-alt-check:before{content:"\f4a2"}.fa-comment-alt-dollar:before{content:"\f650"}.fa-comment-alt-dots:before{content:"\f4a3"}.fa-comment-alt-edit:before{content:"\f4a4"}.fa-comment-alt-exclamation:before{content:"\f4a5"}.fa-comment-alt-lines:before{content:"\f4a6"}.fa-comment-alt-medical:before{content:"\f7f4"}.fa-comment-alt-minus:before{content:"\f4a7"}.fa-comment-alt-plus:before{content:"\f4a8"}.fa-comment-alt-slash:before{content:"\f4a9"}.fa-comment-alt-smile:before{content:"\f4aa"}.fa-comment-alt-times:before{content:"\f4ab"}.fa-comment-check:before{content:"\f4ac"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-edit:before{content:"\f4ae"}.fa-comment-exclamation:before{content:"\f4af"}.fa-comment-lines:before{content:"\f4b0"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-minus:before{content:"\f4b1"}.fa-comment-plus:before{content:"\f4b2"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-smile:before{content:"\f4b4"}.fa-comment-times:before{content:"\f4b5"}.fa-comments:before{content:"\f086"}.fa-comments-alt:before{content:"\f4b6"}.fa-comments-alt-dollar:before{content:"\f652"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-slash:before{content:"\f5e9"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-compress-wide:before{content:"\f326"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-container-storage:before{content:"\f4b7"}.fa-contao:before{content:"\f26d"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-corn:before{content:"\f6c7"}.fa-couch:before{content:"\f4b8"}.fa-cow:before{content:"\f6c8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-critical-role:before{content:"\f6c9"}.fa-croissant:before{content:"\f7f6"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-crutches:before{content:"\f7f8"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dagger:before{content:"\f6cb"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-debug:before{content:"\f7f9"}.fa-deer:before{content:"\f78e"}.fa-deer-rudolph:before{content:"\f78f"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-desktop-alt:before{content:"\f390"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dewpoint:before{content:"\f748"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diamond:before{content:"\f219"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d10:before{content:"\f6cd"}.fa-dice-d12:before{content:"\f6ce"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d4:before{content:"\f6d0"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-d8:before{content:"\f6d2"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-diploma:before{content:"\f5ea"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-do-not-enter:before{content:"\f5ec"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dog-leashed:before{content:"\f6d4"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-circle:before{content:"\f5ed"}.fa-draw-polygon:before{content:"\f5ee"}.fa-draw-square:before{content:"\f5ef"}.fa-dreidel:before{content:"\f792"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick:before{content:"\f6d6"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-duck:before{content:"\f6d8"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-ear:before{content:"\f5f0"}.fa-ear-muffs:before{content:"\f795"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-eclipse:before{content:"\f749"}.fa-eclipse-alt:before{content:"\f74a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-egg-fried:before{content:"\f7fc"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-elephant:before{content:"\f6da"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-empty-set:before{content:"\f656"}.fa-engine-warning:before{content:"\f5f2"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-dollar:before{content:"\f657"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-evil:before{content:"\f6db"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-field-hockey:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-certificate:before{content:"\f5f3"}.fa-file-chart-line:before{content:"\f659"}.fa-file-chart-pie:before{content:"\f65a"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-minus:before{content:"\f318"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-spreadsheet:before{content:"\f65b"}.fa-file-times:before{content:"\f317"}.fa-file-upload:before{content:"\f574"}.fa-file-user:before{content:"\f65c"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-files-medical:before{content:"\f7fd"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-smoke:before{content:"\f74b"}.fa-firefox:before{content:"\f269"}.fa-fireplace:before{content:"\f79a"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fish-cooked:before{content:"\f7fe"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-alt:before{content:"\f74c"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flame:before{content:"\f6df"}.fa-flask:before{content:"\f0c3"}.fa-flask-poison:before{content:"\f6e0"}.fa-flask-potion:before{content:"\f6e1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flower:before{content:"\f7ff"}.fa-flower-daffodil:before{content:"\f800"}.fa-flower-tulip:before{content:"\f801"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-fog:before{content:"\f74e"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-times:before{content:"\f65f"}.fa-folder-tree:before{content:"\f802"}.fa-folders:before{content:"\f660"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-forklift:before{content:"\f47a"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-fragile:before{content:"\f4bb"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-french-fries:before{content:"\f803"}.fa-frog:before{content:"\f52e"}.fa-frosty-head:before{content:"\f79b"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-function:before{content:"\f661"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gas-pump-slash:before{content:"\f5f4"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gift-card:before{content:"\f663"}.fa-gifts:before{content:"\f79c"}.fa-gingerbread-man:before{content:"\f79d"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass:before{content:"\f804"}.fa-glass-champagne:before{content:"\f79e"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glass-whiskey-rocks:before{content:"\f7a1"}.fa-glasses:before{content:"\f530"}.fa-glasses-alt:before{content:"\f5f5"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-globe-snow:before{content:"\f7a3"}.fa-globe-stand:before{content:"\f5f6"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hammer-war:before{content:"\f6e4"}.fa-hamsa:before{content:"\f665"}.fa-hand-heart:before{content:"\f4bc"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-magic:before{content:"\f6e5"}.fa-hand-holding-seedling:before{content:"\f4bf"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-receiving:before{content:"\f47c"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-heart:before{content:"\f4c3"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-usd:before{content:"\f4c5"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt:before{content:"\f4c6"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-santa:before{content:"\f7a7"}.fa-hat-winter:before{content:"\f7a8"}.fa-hat-witch:before{content:"\f6e7"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-head-side:before{content:"\f6e9"}.fa-head-side-brain:before{content:"\f808"}.fa-head-side-medical:before{content:"\f809"}.fa-head-vr:before{content:"\f6ea"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heart-circle:before{content:"\f4c7"}.fa-heart-rate:before{content:"\f5f8"}.fa-heart-square:before{content:"\f4c8"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-helmet-battle:before{content:"\f6eb"}.fa-hexagon:before{content:"\f312"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-mask:before{content:"\f6ee"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-home-alt:before{content:"\f80a"}.fa-home-heart:before{content:"\f4c9"}.fa-home-lg:before{content:"\f80b"}.fa-home-lg-alt:before{content:"\f80c"}.fa-hood-cloak:before{content:"\f6ef"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hospitals:before{content:"\f80e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-flood:before{content:"\f74f"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-humidity:before{content:"\f750"}.fa-hurricane:before{content:"\f751"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-ice-skate:before{content:"\f7ac"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-inhaler:before{content:"\f5f9"}.fa-instagram:before{content:"\f16d"}.fa-integral:before{content:"\f667"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-intersection:before{content:"\f668"}.fa-inventory:before{content:"\f480"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-island-tropical:before{content:"\f811"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-key-skeleton:before{content:"\f6f3"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-keynote:before{content:"\f66c"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kidneys:before{content:"\f5fb"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kite:before{content:"\f6f4"}.fa-kiwi-bird:before{content:"\f535"}.fa-knife-kitchen:before{content:"\f6f5"}.fa-korvue:before{content:"\f42f"}.fa-lambda:before{content:"\f66e"}.fa-lamp:before{content:"\f4ca"}.fa-landmark:before{content:"\f66f"}.fa-landmark-alt:before{content:"\f752"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-layer-minus:before{content:"\f5fe"}.fa-layer-plus:before{content:"\f5ff"}.fa-leaf:before{content:"\f06c"}.fa-leaf-heart:before{content:"\f4cb"}.fa-leaf-maple:before{content:"\f6f6"}.fa-leaf-oak:before{content:"\f6f7"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-lightbulb-dollar:before{content:"\f670"}.fa-lightbulb-exclamation:before{content:"\f671"}.fa-lightbulb-on:before{content:"\f672"}.fa-lightbulb-slash:before{content:"\f673"}.fa-lights-holiday:before{content:"\f7b2"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lips:before{content:"\f600"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location:before{content:"\f601"}.fa-location-arrow:before{content:"\f124"}.fa-location-circle:before{content:"\f602"}.fa-location-slash:before{content:"\f603"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-loveseat:before{content:"\f4cc"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lyft:before{content:"\f3c3"}.fa-mace:before{content:"\f6f8"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailbox:before{content:"\f813"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-mandolin:before{content:"\f6f9"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-marker-alt-slash:before{content:"\f605"}.fa-map-marker-check:before{content:"\f606"}.fa-map-marker-edit:before{content:"\f607"}.fa-map-marker-exclamation:before{content:"\f608"}.fa-map-marker-minus:before{content:"\f609"}.fa-map-marker-plus:before{content:"\f60a"}.fa-map-marker-question:before{content:"\f60b"}.fa-map-marker-slash:before{content:"\f60c"}.fa-map-marker-smile:before{content:"\f60d"}.fa-map-marker-times:before{content:"\f60e"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-meat:before{content:"\f814"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaphone:before{content:"\f675"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-mind-share:before{content:"\f677"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mistletoe:before{content:"\f7b4"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monitor-heart-rate:before{content:"\f611"}.fa-monkey:before{content:"\f6fb"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-moon-cloud:before{content:"\f754"}.fa-moon-stars:before{content:"\f755"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mountains:before{content:"\f6fd"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-mug-marshmallows:before{content:"\f7b7"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-narwhal:before{content:"\f6fe"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octagon:before{content:"\f306"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-oil-temp:before{content:"\f614"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-omega:before{content:"\f67a"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-ornament:before{content:"\f7b8"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-brush-alt:before{content:"\f5a9"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-parking-circle:before{content:"\f615"}.fa-parking-circle-slash:before{content:"\f616"}.fa-parking-slash:before{content:"\f617"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paw-alt:before{content:"\f701"}.fa-paw-claws:before{content:"\f702"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pegasus:before{content:"\f703"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-paintbrush:before{content:"\f618"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-pennant:before{content:"\f456"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-person-carry:before{content:"\f4cf"}.fa-person-dolly:before{content:"\f4d0"}.fa-person-dolly-empty:before{content:"\f4d1"}.fa-person-sign:before{content:"\f757"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-office:before{content:"\f67d"}.fa-phone-plus:before{content:"\f4d2"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pi:before{content:"\f67e"}.fa-pie:before{content:"\f705"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pig:before{content:"\f706"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza:before{content:"\f817"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-podium:before{content:"\f680"}.fa-podium-star:before{content:"\f758"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poll-people:before{content:"\f759"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-popcorn:before{content:"\f819"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-presentation:before{content:"\f685"}.fa-print:before{content:"\f02f"}.fa-print-search:before{content:"\f81a"}.fa-print-slash:before{content:"\f686"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pumpkin:before{content:"\f707"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-rabbit:before{content:"\f708"}.fa-rabbit-fast:before{content:"\f709"}.fa-racquet:before{content:"\f45a"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-raindrops:before{content:"\f75c"}.fa-ram:before{content:"\f70a"}.fa-ramp-loading:before{content:"\f4d4"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-rings-wedding:before{content:"\f81b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-route-highway:before{content:"\f61a"}.fa-route-interstate:before{content:"\f61b"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-triangle:before{content:"\f61c"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rv:before{content:"\f7be"}.fa-sack:before{content:"\f81c"}.fa-sack-dollar:before{content:"\f81d"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salad:before{content:"\f81e"}.fa-salesforce:before{content:"\f83b"}.fa-sandwich:before{content:"\f81f"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-sausage:before{content:"\f820"}.fa-save:before{content:"\f0c7"}.fa-scalpel:before{content:"\f61d"}.fa-scalpel-path:before{content:"\f61e"}.fa-scanner:before{content:"\f488"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-scarecrow:before{content:"\f70d"}.fa-scarf:before{content:"\f7c1"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-scroll-old:before{content:"\f70f"}.fa-scrubber:before{content:"\f2f8"}.fa-scythe:before{content:"\f710"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-sheep:before{content:"\f711"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-shield-cross:before{content:"\f712"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shish-kebab:before{content:"\f821"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shovel:before{content:"\f713"}.fa-shovel-snow:before{content:"\f7c3"}.fa-shower:before{content:"\f2cc"}.fa-shredder:before{content:"\f68a"}.fa-shuttle-van:before{content:"\f5b6"}.fa-shuttlecock:before{content:"\f45b"}.fa-sickle:before{content:"\f822"}.fa-sigma:before{content:"\f68b"}.fa-sign:before{content:"\f4d9"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signal-1:before{content:"\f68c"}.fa-signal-2:before{content:"\f68d"}.fa-signal-3:before{content:"\f68e"}.fa-signal-4:before{content:"\f68f"}.fa-signal-alt:before{content:"\f690"}.fa-signal-alt-1:before{content:"\f691"}.fa-signal-alt-2:before{content:"\f692"}.fa-signal-alt-3:before{content:"\f693"}.fa-signal-alt-slash:before{content:"\f694"}.fa-signal-slash:before{content:"\f695"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-skeleton:before{content:"\f620"}.fa-sketch:before{content:"\f7c6"}.fa-ski-jump:before{content:"\f7c7"}.fa-ski-lift:before{content:"\f7c8"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sledding:before{content:"\f7cb"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-plus:before{content:"\f5b9"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoke:before{content:"\f760"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snake:before{content:"\f716"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snow-blowing:before{content:"\f761"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowflakes:before{content:"\f7cf"}.fa-snowman:before{content:"\f7d0"}.fa-snowmobile:before{content:"\f7d1"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-soup:before{content:"\f823"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-spade:before{content:"\f2f4"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spider:before{content:"\f717"}.fa-spider-black-widow:before{content:"\f718"}.fa-spider-web:before{content:"\f719"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root:before{content:"\f697"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-squirrel:before{content:"\f71a"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-staff:before{content:"\f71b"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-christmas:before{content:"\f7d4"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-stars:before{content:"\f762"}.fa-staylinked:before{content:"\f3f5"}.fa-steak:before{content:"\f824"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-steering-wheel:before{content:"\f622"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stocking:before{content:"\f7d5"}.fa-stomach:before{content:"\f623"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-stretcher:before{content:"\f825"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-sun-cloud:before{content:"\f763"}.fa-sun-dust:before{content:"\f764"}.fa-sun-haze:before{content:"\f765"}.fa-sunrise:before{content:"\f766"}.fa-sunset:before{content:"\f767"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sword:before{content:"\f71c"}.fa-swords:before{content:"\f71d"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablets:before{content:"\f490"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tachometer-alt-average:before{content:"\f624"}.fa-tachometer-alt-fast:before{content:"\f625"}.fa-tachometer-alt-fastest:before{content:"\f626"}.fa-tachometer-alt-slow:before{content:"\f627"}.fa-tachometer-alt-slowest:before{content:"\f628"}.fa-tachometer-average:before{content:"\f629"}.fa-tachometer-fast:before{content:"\f62a"}.fa-tachometer-fastest:before{content:"\f62b"}.fa-tachometer-slow:before{content:"\f62c"}.fa-tachometer-slowest:before{content:"\f62d"}.fa-taco:before{content:"\f826"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tally:before{content:"\f69c"}.fa-tanakh:before{content:"\f827"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-tasks-alt:before{content:"\f828"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-frigid:before{content:"\f768"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-hot:before{content:"\f76a"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-tennis-ball:before{content:"\f45e"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-theta:before{content:"\f69e"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-thunderstorm:before{content:"\f76c"}.fa-thunderstorm-moon:before{content:"\f76d"}.fa-thunderstorm-sun:before{content:"\f76e"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tilde:before{content:"\f69f"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tire:before{content:"\f631"}.fa-tire-flat:before{content:"\f632"}.fa-tire-pressure-warning:before{content:"\f633"}.fa-tire-rugged:before{content:"\f634"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-alt:before{content:"\f71f"}.fa-tombstone:before{content:"\f720"}.fa-tombstone-alt:before{content:"\f721"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-toothbrush:before{content:"\f635"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tornado:before{content:"\f76f"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-cone:before{content:"\f636"}.fa-traffic-light:before{content:"\f637"}.fa-traffic-light-go:before{content:"\f638"}.fa-traffic-light-slow:before{content:"\f639"}.fa-traffic-light-stop:before{content:"\f63a"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-treasure-chest:before{content:"\f723"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-tree-christmas:before{content:"\f7db"}.fa-tree-decorated:before{content:"\f7dc"}.fa-tree-large:before{content:"\f7dd"}.fa-tree-palm:before{content:"\f82b"}.fa-trees:before{content:"\f724"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-truck-container:before{content:"\f4dc"}.fa-truck-couch:before{content:"\f4dd"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-plow:before{content:"\f7de"}.fa-truck-ramp:before{content:"\f4e0"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-turkey:before{content:"\f725"}.fa-turtle:before{content:"\f726"}.fa-tv:before{content:"\f26c"}.fa-tv-retro:before{content:"\f401"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-unicorn:before{content:"\f727"}.fa-union:before{content:"\f6a2"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-chart:before{content:"\f6a3"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-crown:before{content:"\f6a4"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-hard-hat:before{content:"\f82c"}.fa-user-headset:before{content:"\f82d"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-md-chat:before{content:"\f82e"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-class:before{content:"\f63d"}.fa-users-cog:before{content:"\f509"}.fa-users-crown:before{content:"\f6a5"}.fa-users-medical:before{content:"\f830"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f408"}.fa-value-absolute:before{content:"\f6a6"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-plus:before{content:"\f4e1"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volcano:before{content:"\f770"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume:before{content:"\f6a8"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-slash:before{content:"\f2e2"}.fa-volume-up:before{content:"\f028"}.fa-vote-nay:before{content:"\f771"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walker:before{content:"\f831"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-wand:before{content:"\f72a"}.fa-wand-magic:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-warehouse-alt:before{content:"\f495"}.fa-watch:before{content:"\f2e1"}.fa-watch-fitness:before{content:"\f63e"}.fa-water:before{content:"\f773"}.fa-water-lower:before{content:"\f774"}.fa-water-rise:before{content:"\f775"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-webcam:before{content:"\f832"}.fa-webcam-slash:before{content:"\f833"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whale:before{content:"\f72c"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheat:before{content:"\f72d"}.fa-wheelchair:before{content:"\f193"}.fa-whistle:before{content:"\f460"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wifi-1:before{content:"\f6aa"}.fa-wifi-2:before{content:"\f6ab"}.fa-wifi-slash:before{content:"\f6ac"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-wind-warning:before{content:"\f776"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-windsock:before{content:"\f777"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wreath:before{content:"\f7e2"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(/local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/../webfonts/fa-brands-400.eot);src:url(/local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(/local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/../webfonts/fa-brands-400.woff) format("woff"),url(/local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/../webfonts/fa-brands-400.ttf) format("truetype"),url(/local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;font-display:auto;src:url(/local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/../webfonts/fa-light-300.eot);src:url(/local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/../webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"),url(/local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/../webfonts/fa-light-300.woff2) format("woff2"),url(/local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/../webfonts/fa-light-300.woff) format("woff"),url(/local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/../webfonts/fa-light-300.ttf) format("truetype"),url(/local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/../webfonts/fa-light-300.svg#fontawesome) format("svg")}.fal{font-weight:300}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;font-display:auto;src:url(/local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/../webfonts/fa-regular-400.eot);src:url(/local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(/local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/../webfonts/fa-regular-400.woff) format("woff"),url(/local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/../webfonts/fa-regular-400.ttf) format("truetype"),url(/local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fal,.far{font-family:"Font Awesome 5 Pro"}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:auto;src:url(/local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/../webfonts/fa-solid-900.eot);src:url(/local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(/local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/../webfonts/fa-solid-900.woff) format("woff"),url(/local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/../webfonts/fa-solid-900.ttf) format("truetype"),url(/local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900}
/* End */


/* Start:/local/templates/pechi_main_new_2016/assets/libs/micromodal/micromodal.css?17270862582018*/
/**************************\
  Basic Modal Styles
\**************************/

.modal {
	display: none;
}

.modal.is-open {
	display: block;
}

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 300;
}

.modal__container {
	background-color: #fff;
	padding: 20px;
	max-width: 500px;
	max-height: 100vh;
	border-radius: 4px;
	overflow-y: auto;
	box-sizing: border-box;
}

.modal__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal__title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.25;
	box-sizing: border-box;
}

.modal__close {
	background: transparent;
	border: 0;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 1.5;
	color: rgba(0,0,0,.8);
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes mmfadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}

@keyframes mmslideIn {
	from { transform: translateY(15%); }
	to { transform: translateY(0); }
}

@keyframes mmslideOut {
	from { transform: translateY(0); }
	to { transform: translateY(-10%); }
}

.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
	animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
	animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
	animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
	animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform;
}
/* End */


/* Start:/local/templates/pechi_main_new_2016/components/sotbit/regions.choose/stmd_region_choose/style.css?172708625812641*/
@charset "UTF-8";
.select-city-wrap,
.select-city__modal {
  --accent-color: #fd7e14;
}

.city-toggle-mobile .select-city-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 8.5px;
}

.city-toggle-mobile .select-city-block > span:first-of-type {
  margin-top: -2.5px;
}

.city-toggle-mobile .select-city-block__text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 8px;
}

.city-toggle-mobile .select-city-block__text-mobile {
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  white-space: nowrap;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #747474;
  border: none;
  background: none;
  padding: 0;
}

.city-toggle-mobile .select-city-block__text-mobile svg {
  fill: #747474;
}

.city-toggle-mobile .select-city-block__text-mobile svg:hover {
  fill: var(--accent-color);
}

.city-toggle-mobile .select-city-block__text-mobile:hover {
  color: var(--accent-color);
  text-decoration: underline;
}

.city-toggle-mobile .select-city-block__text-mobile:active {
  color: var(--accent-color);
  text-decoration: underline;
}

.city-toggle-mobile .select-city-block__text-city--mobile {
  cursor: pointer;
  white-space: nowrap;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  color: #333333;
}

.city-toggle-mobile .select-city-block__text-city--mobile:hover {
  color: var(--accent-color);
  text-decoration: underline;
}

.city-toggle-mobile .select-city-block__text-city--mobile:active {
  color: var(--accent-color);
  text-decoration: underline;
}

.select-city-wrap {
  position: relative;
}

@media screen and (max-width: 992px) {
  .select-city-wrap {
    position: unset;
  }
}

.select-city__block__text {
  color: #333333;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 992px) {
  .select-city__block__text {
    display: none;
  }
}

.select-city__block__text-city {
  color: var(--accent-color);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .select-city__block__text-city {
    display: none;
  }
}

.select-city__block__text-city:hover {
  color: var(--accent-color);
  text-decoration: underline;
}

.select-city__dropdown__title {
  color: #414141;
  font-size: 13px;
  line-height: 1.3;
  font-family: "Roboto", Arial, sans-serif;
  display: block;
  padding: 10px 0;
  margin-bottom: 10px;
}

.select-city__dropdown {
  background-color: #ffffff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.22);
  width: 211px;
  text-align: center;
  padding: 11px 5px 17px 5px;
}

.select-city__dropdown-wrap {
  z-index: 99;
  position: absolute;
}

@media screen and (max-width: 992px) {
  .select-city__dropdown-wrap {
    top: 75px;
    left: 20%;
  }
}

.select-city__dropdown__choose {
  display: inline-block;
  height: 32px;
  width: 82px;
  font-size: 12px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: "Roboto", Arial, sans-serif;
  text-align: center;
  cursor: pointer;
}

.select-city__dropdown__choose:hover, .select-city__dropdown__choose:active,
.select-city__dropdown__choose:focus {
  opacity: .7;
}

.select-city__dropdown__choose__yes {
  color: #919294;
  border: 1px solid #d3d3d3;
  margin-right: 15px;
}

.select-city__dropdown__choose__no {
  color: #ffffff;
  background: #333333;
}

.select-city__dropdown__choose-wrap {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.select-city__modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  display: none;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.select-city__modal--opened {
  display: -webkit-box;
  display: flex;
}

.modal__overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2500;
}

.select-city__modal-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.22);
  width: 90%;
  max-width: 1100px;
  padding: 30px;
  position: relative;
  -webkit-transition: width .2s;
  transition: width .2s;
  overflow-y: hidden;
}

.select-city__stmd-header {
  margin-bottom: 30px;
}

.select-city__modal__title {
  color: #000000 !important;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1em;
  font-size: 20px !important;
  margin-bottom: 24px !important;
}

.select-city__modal__list {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  margin-bottom: 23px;
}

.select-city__modal__list__title {
  color: #000000;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 30px;
  font-size: 14px;
  display: block;
  margin-bottom: 11px;
}

.select-city__modal__list__item {
  color: #414141;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 0 !important;
  cursor: pointer;
}

.select-city__modal__submit__block-wrap {
  background: #eceef1;
  padding: 21px 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: calc(100% - 42px);
}

.select-city__modal__submit__title {
  color: #000000;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 30px;
  font-size: 14px;
  display: block;
  margin-bottom: 0;
}

.select-city__modal__submit__input {
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #C3C4C4;
  padding: 0 40px 0 15px;
  font-size: 15px;
}

.select-city__modal__submit__input:hover {
  border-color: #A3A3A3;
}

.select-city__modal__submit__input:focus {
  border-color: var(--accent-color);
}

.select-city__modal__submit__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
}

.select-city__modal__submit__btn:hover,
.select-city__modal__submit__btn:focus {
  color: var(--accent-color);
}

.select-city__modal__submit__btn:hover, .select-city__modal__submit__btn:active,
.select-city__modal__submit__btn:focus {
  opacity: .7;
}

.select-city__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.select-city__close::after {
  content: '';
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  top: 9px;
  left: 9px;
  background: url("/local/templates/pechi_main_new_2016/components/sotbit/regions.choose/stmd_region_choose/img/select-city__close.png") center no-repeat;
  background-size: contain;
  opacity: 0.6;
}

.select-city__close:hover::after {
  opacity: 0.8;
}

.select-city__modal__submit-wrap {
  margin-bottom: 15px;
}

.select-city__modal__example {
  color: #747474;
  font-size: 14px;
  line-height: 16px;
}

.stmd-city-search-form {
  position: relative;
}

.stmd-city-search-form__not-found-container {
  position: relative;
}

.stmd-city-search-form__not-found {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  background: #ffffff;
  border: 1px solid #ddd;
  border-top: none;
  padding: 6px 15px 5px 15px;
}

.stmd-city-search-form__fallback-link {
  color: var(--accent-color);
}

.stmd-random-city {
  color: var(--accent-color);
}

.stmd-cities {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  color: #333333;
}

.stmd-cities__regions-list {
  min-width: 265px;
  max-width: 265px;
  padding-right: 30px;
  max-height: 290px;
}

.stmd-cities__cities-list {
  max-height: 290px;
  padding-left: 30px;
  border-left: 1px solid #E0E0E0;
  -webkit-box-flex: 2;
          flex-grow: 2;
}

.stmd-region-list {
  overflow-y: auto;
}

.stmd-region-list__item {
  display: block;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  color: #333333;
  padding: 0;
  margin-bottom: 18px;
  border: 0;
  background: inherit;
}

.stmd-region-list__item:hover,
.stmd-region-list__item:focus {
  color: #000000;
}

.stmd-region-list__item:last-child {
  margin-bottom: 0;
}

.stmd-cities-list {
  overflow-y: auto;
}

.stmd-cities-list__item {
  display: block;
}

.stmd-cities-list__item--hidden {
  display: none;
}

.stmd-cities-list__cities {
  font-size: 15px;
  line-height: 38px;
  margin-top: -11px;
}

.stmd-cities-list__header {
  font-size: 18px;
  line-height: 22px;
  padding: 8px 0;
  font-weight: bold;
  display: none;
}

.stmd-cities-list__link {
  display: inline-block;
  margin-right: 25px;
  font-size: 15px;
  line-height: 20px;
  padding: 9px 0;
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}

.stmd-cities-list__link:hover,
.stmd-cities-list__link:focus {
  color: #000000;
}

/* скроллбар для списка регионов и городов */
.stmd-cities-list::-webkit-scrollbar,
.stmd-region-list::-webkit-scrollbar {
  width: 30px;
  height: 3px;
}

.stmd-cities-list::-webkit-scrollbar-track-piece,
.stmd-region-list::-webkit-scrollbar-track-piece {
  background-color: #fff;
}

.stmd-cities-list::-webkit-scrollbar-thumb,
.stmd-region-list::-webkit-scrollbar-thumb {
  width: 3px;
  height: 40px;
  background-color: #eee;
  border-left: 14px solid #fff;
  border-right: 13px solid #fff;
}

.stmd-cities-list::-webkit-scrollbar-thumb:hover,
.stmd-region-list::-webkit-scrollbar-thumb:hover {
  background-color: #ccc;
}

.stmd-cities-list::-webkit-scrollbar-button,
.stmd-region-list::-webkit-scrollbar-button {
  display: none;
}

.stmd-cities-list::-webkit-scrollbar-track,
.stmd-region-list::-webkit-scrollbar-track {
  display: none;
}

.stmd-cities-list::-webkit-scrollbar-corner,
.stmd-region-list::-webkit-scrollbar-corner {
  display: none;
}

.stmd-cities-list::-webkit-resizer,
.stmd-region-list::-webkit-resizer {
  display: none;
}

.select-city__modal__submit__block-wrap__input_wrap {
  position: relative;
  width: 100%;
}

.select-city__modal__submit__block-wrap__input_wrap .sey-container {
  position: absolute;
  width: 100%;
}

.select-city__modal__submit__block-wrap__input_wrap .sey-list {
  padding-left: 0;
  margin: 0;
}

.select-city__modal__submit__block-wrap__input_wrap .sey-list li {
  list-style: none;
}

.select-city__modal__submit__block-wrap__input_wrap .sey-empty,
.select-city__modal__submit__block-wrap__input_wrap .sey-list .sey-item {
  width: 100%;
  background: #ffffff;
  border: 1px solid #ddd;
  border-top: none;
  padding: 7px 15px 7px 15px;
  margin: 0;
  cursor: default;
}

.select-city__modal__submit__block-wrap__input_wrap .sey-list .sey-item:hover {
  background-color: #f3f3f3;
}

.select-city__modal__submit__block-wrap__input_wrap .sey-hide {
  display: none;
}

.select-city__modal__submit__block-wrap__input_wrap_error {
  color: red;
  position: absolute;
  top: -20px;
}

@media (max-width: 767.98px) {
  .select-city__modal-wrap {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    max-height: 100%;
    padding: 20px;
  }
  .select-city__stmd-header {
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
    flex-shrink: 0;
  }
  .stmd-cities {
    -webkit-box-flex: 1;
            flex-grow: 1;
    overflow-y: scroll;
  }
  .stmd-cities::-webkit-scrollbar {
    width: 0;
  }
  .stmd-cities-list {
    border: none;
    padding-left: 0;
  }
  .stmd-region-list {
    display: none;
  }
  .stmd-cities__cities-list {
    max-height: initial;
    height: 100%;
  }
  .stmd-cities-list {
    overflow-y: scroll;
  }
  .stmd-cities-list__item--hidden {
    display: block;
  }
  .stmd-cities-list__header {
    display: block;
  }
  .stmd-cities-list__cities {
    margin-bottom: 30px;
  }
  .stmd-cities-list__link {
    display: block;
    margin-right: 0;
  }
}

@media (max-width: 575.98px) {
  .select-city__block__text {
    display: none;
  }
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/menu/on_top_menu/style.css?17270862585346*/
@charset "UTF-8";
.ontop-menu {
  white-space: nowrap;
}

.ontop-menu a {
  padding: 15px 10px;
  color: #343a40;
}

@media screen and (max-width: 992px) {
  .ontop-menu a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px !important;
    line-height: 130%;
    color: #747474;
  }
}

.ontop-menu a svg {
  display: none;
}

@media screen and (max-width: 992px) {
  .ontop-menu a svg {
    display: block;
  }
}

.ontop-menu .hot {
  color: #fd7e14;
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .ontop-menu .hot {
    font-weight: 400;
  }
}

@media (min-width: 1220px) {
  .ontop-menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    justify-content: space-around;
  }
}

@media (max-width: 1219.98px) {
  .ontop-menu-container {
    display: none;
    position: fixed;
    top: 18px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 55px - 75px);
    /* высота хедера и tabbar`a */
    background-color: #fff;
    z-index: 200;
    overflow-y: auto;
  }
  .ontop-menu-container a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    padding: 12px 16px;
    height: auto;
    border-bottom: 1px solid #ededed;
  }
}

.ontop-catalog-container {
  display: none;
}

@media screen and (max-width: 992px) {
  .ontop-catalog-container {
    position: fixed;
    top: 18px;
    left: 0;
    width: 100%;
    height: calc(100vh - 55px - 75px);
    /* высота хедера и tabbar`a */
    background-color: #fff;
    z-index: 200;
    overflow-y: auto;
    padding: 0;
  }
  .ontop-catalog-container > ul {
    padding: 0;
    margin: 0;
  }
  .ontop-catalog-container > ul > li {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    padding: 0 16px;
    height: auto;
  }
  .ontop-catalog-container > ul > li .text-link-color {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 28px 0;
    border-bottom: 1px solid #E7E7E7;
  }
  .ontop-catalog-container > ul > li .text-link-color .catalog-sublist-wrapper {
    position: fixed;
    top: 68px;
    right: -100%;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding-bottom: 75px;
  }
  .ontop-catalog-container > ul > li .text-link-color .catalog-sublist-wrapper > ul {
    list-style: none;
    padding: 0;
  }
  .ontop-catalog-container > ul > li .text-link-color .catalog-sublist-wrapper > ul > li {
    padding: 0 16px;
  }
  .ontop-catalog-container > ul > li .text-link-color .catalog-sublist-wrapper > ul .text-link-color-back {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center;
    padding: 36px 16px 16px;
    gap: 20px;
  }
  .ontop-catalog-container > ul > li .text-link-color .catalog-sublist-wrapper > ul .text-link-color-back span {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 120%;
    color: #333333;
  }
  .ontop-catalog-container > ul > li .text-link-color .catalog-sublist-wrapper-show {
    right: 0;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
  }
  .ontop-catalog-container > ul > li .text-link-color .catalog-sublist-wrapper-hidden {
    right: -100%;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
  }
  .ontop-catalog-container > ul > li .text-link-color button {
    background: none;
    border: none;
  }
  .ontop-catalog-container > ul > li .text-link-color a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
  }
}

@media screen and (max-width: 992px) {
  .ontop-menu-container > div {
    margin: 0 16px;
  }
  .ontop-menu-container a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 12px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
  }
  .ontop-menu-container a svg {
    display: none;
  }
}

@media screen and (max-width: 992px) and (max-width: 992px) {
  .ontop-menu-container a svg {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .ontop-menu-container a .text-link-color__left {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center;
            align-items: center;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}

@media screen and (max-width: 992px) {
  .main-header {
    padding-top: 18px;
  }
}

.show-top-menu .ontop-menu-container {
  display: block !important;
  margin-top: 45px;
  margin-bottom: 75px;
  padding-top: 15px;
  padding-bottom: 25px;
}

@media screen and (max-width: 992px) {
  .show-catalog-menu .ontop-catalog-container {
    display: block !important;
    margin-top: 45px;
    margin-bottom: 75px;
    padding-top: 15px;
    padding-bottom: 25px;
  }
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/news.list/social/style.css?17270862581027*/
.social-link {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
  gap: 8px;
}

.social-link:hover {
  color: #343a40;
  text-decoration: underline;
}

.social-links {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px 20px;
  margin-bottom: 90px;
}

@media (max-width: 992px) {
  .social-links {
    padding: 12px 0;
  }
}

.social-links a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  max-width: 48px;
  max-height: 48px;
  border-bottom: none !important;
}

.social-links a img {
  max-width: 48px;
  max-height: 48px;
}

.social-link img {
  max-width: 24px;
  width: 100%;
  max-height: 24px;
}

.social-link span {
  color: #343a40;
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/search.form/store/style.css?1727086258966*/
.form-box {
  position: relative;
}

.form-box__input {
  width: 100%;
  height: 48px;
  border: 1px solid #ededed;
  padding: 14px 58px 14px 20px;
}

.form-box__input:focus {
  border-color: #c7c7c7;
}

@media screen and (max-width: 992px) {
  .form-box__input {
    font-size: 12px;
    padding: 10px 21px 10px 40px;
    border: 1px solid #9D9D9D !important;
    border-radius: 8px !important;
  }
  .form-box__input:focus {
    border-color: #777777 !important;
  }
}

.form-box__submit {
  display: none;
}

.form-box__label {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 58px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 3;
  cursor: pointer;
  color: #000;
}

@media screen and (max-width: 992px) {
  .form-box__label {
    color: #757D8A;
    left: 0;
  }
}

.form-box__label:hover {
  color: #F59A22;
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/arturgolubev/search.title/main/style.css?17270862582982*/
div.title-search-result {
	border:none;
	display:none;
	overflow:hidden;
	z-index:226;
	margin-top: 12px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
	border-radius: 3px;
}

@media screen and (max-width: 992px) {
	div.title-search-result {
		width: 100% !important;
		left: 0 !important;
		z-index:199;
	}
}

div.title-search-result * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table.title-search-result {
	border-collapse: collapse;
	width: 100%;
	background: #fff;
}

/*
table.title-search-result tr {
	background:url(/local/templates/pechi_main_new_2016/components/arturgolubev/search.title/main/./images/bg_search_result.png) left top repeat-y;
}
*/

table.title-search-result td {
	background:none;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	font-size:13px;
	line-height: 20px;
	border-bottom: 1px solid #f5f5f5;
}

table.title-search-result td.title-search-item {
	padding: 0;
}

table.title-search-result td.title-search-item a {
	padding: 8px 16px;
	text-decoration: none;
	color:black;
	display: block;
	width: 100%;
	vertical-align: middle !important;
}
table.title-search-result td.title-search-item .picture {
	width: 60px;
	height: 60px;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
table.title-search-result td.title-search-item .desc {
	width: calc(100% - 70px);
	padding-left: 10px;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	display: inline-block;
	box-sizing: border-box;
}
.desc p {
	margin: 0;
	padding: 0;
}

.desc p.name {
	margin-bottom: 4px;
}

.desc p.price {
	font-weight: 600;
}

table.title-search-result td.title-search-item div img {
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

table.title-search-result td.title-search-item b {
	color:#fb7f06;
	font-weight:normal;
}

/*table.title-search-result tr.title-search-selected td,*/
table.title-search-result tr.title-search-selected a,
table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:13px;
	line-height:20px;
	font-weight:normal;
	padding: 0;
}

table.title-search-result td.title-search-more a
{
	display: block;
	text-decoration:none;
	color:#999999;
	width: 100%;
	padding: 8px 16px;
	border-top: 1px solid #dedede;
}

table.title-search-result td.title-search-all {
	padding: 0;
}

table.title-search-result td.title-search-all a
{
	display: block;
	text-decoration:none;
	color:#999999;
	width: 100%;
	padding: 8px 16px;
	border-top: 1px solid #dedede;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/news.list/important_messages/style.css?1727086258301*/
.important-messages {
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
	.important-messages {
		margin-bottom: 0;
	}
}

.important-messages__item {
	font-size: 17px;
	padding: 15px;
	border: 2px solid rgba(245, 154, 34, 0.5);
	background: rgba(251, 195, 32, 0.5);
}
/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/menu/stmd_main_new/style.css?17270862585981*/
.main-header-menu {
  width: 100%;
  position: relative;
}

.main-header-menu__link {
  width: 100%;
  position: relative;
  padding-right: 30px !important;
  border-bottom: 1px solid rgba(237, 237, 237, 0.5);
  min-height: 100%;
  display: block;
}

.main-header-menu__arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-header-menu__name-section {
  height: 100%;
  display: inline-block;
}

.main-header-menu__image-section {
  display: inline-flex;
  width: 24px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.main-header-menu__image-section img {
  height: 24px;
}

.main-header-menu__first {
  display: block;
}

.main-header-menu__first > a {
  color: #606060;
  font-size: 15px;
  line-height: 24px;
  padding: 12px 15px;
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
}

.main-header-menu__first:hover > a {
  color: #F59A22;
  text-decoration: none;
}

@media (min-width: 1220px) {
  .main-header-menu__first._show > .main-header-menu__level {
    display: block;
  }
}

.main-header-menu__banner {
  width: 300px;
  height: 300px;
}

.main-header-menu__banner > a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.main-header-menu__level {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 270px;
  min-height: 100%;
  z-index: 100;
  background-color: #fff;
  font-size: 15px;
  border-left: 1px solid #ededed;
}

.main-header-menu__level a {
  display: block;
  color: #606060;
  padding: 10px 30px;
}

.main-header-menu__level a:hover {
  color: #F59A22;
  text-decoration: none;
}

.main-header-menu__hover:hover > a {
  color: #F59A22;
}

@media (min-width: 1220px) {
  .main-header-menu__hover._show > .main-header-menu__level {
    display: block;
  }
}

.main-header-menu__back {
  display: none;
  background: #F6F6F6;
  padding: 15px 20px;
  cursor: pointer;
  color: #343a40;
  font-size: 16px;
}

.main-header-menu__back i {
  color: #F59A22;
}

.main-header-menu-toggle {
  width: 270px;
  position: relative;
}

.main-header-menu-toggle__button {
  height: 100%;
  background-color: gray;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
}

.main-header-menu-toggle__container {
  width: 100%;
  position: absolute;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
  top: 100%;
  left: 0;
  z-index: 129;
  background-color: #fff;
  display: none;
  will-change: height;
}

.main-header-menu-toggle__container._show {
  display: block;
}

.main-header-menu-toggle.default-open .main-header-menu-toggle__container {
  display: block;
}

@media (max-width: 1219.98px) {
  .main-header-menu-toggle.default-open .main-header-menu-toggle__container {
    visibility: hidden;
  }
}

@media (max-width: 1219.98px) {
  .main-header-menu-toggle__button {
    display: none;
  }
  .main-header-menu-toggle__container {
    display: block;
    visibility: hidden;
  }
}

@media (max-width: 1219.98px) {
  .main-header-menu {
    height: auto;
    display: block;
    position: fixed;
    top: 46px;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 112;
    overflow-x: auto;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    transition: all .3s ease;
  }
  .main-header-menu__back {
    display: block;
  }
  .main-header-menu__arrow {
    display: none;
  }
  .main-header-menu__first {
    width: 100%;
    float: none;
    overflow: hidden;
    height: auto;
    position: relative;
  }
  .main-header-menu__first .main-header-menu__open {
    position: absolute;
    height: 100%;
    width: 60px;
    right: 0;
    bottom: 0;
    display: flex;
    cursor: pointer;
  }
  .main-header-menu__first .main-header-menu__open i {
    font-size: 20px;
    color: #606060;
    padding: 17px 24px;
  }
  .main-header-menu__first .main-header-menu__open i:hover {
    color: #F59A22;
  }
  .main-header-menu__first .main-header-menu__level {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    padding-top: 6px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
  .main-header-menu__first a {
    height: auto;
    border: none;
    border-bottom: 1px solid #efefef;
    display: block;
    width: 100%;
    font-weight: 500;
  }
  .main-header-menu__first:hover > a {
    color: #F59A22;
    background-color: inherit;
  }
  .main-header-menu__first:hover .main-header-menu__level {
    display: block;
  }
  .main-header-menu__first.active .main-header-menu__level {
    visibility: visible;
    opacity: 1;
    position: relative;
    top: auto;
    z-index: 1;
    padding: 0;
  }
  .main-header-menu__level {
    background-color: rgba(237, 237, 237, 0.2);
  }
  .main-header-menu__level .main-header-menu__level {
    box-shadow: none;
    border-left: 20px solid rgba(237, 237, 237, 0.2);
    background-color: #fff;
  }
  .main-header-menu__level .main-header-menu__level a {
    font-weight: normal;
  }
  .main-header-menu__banner {
    display: none;
  }
  .show-catalog-menu .main-header-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}

.overlay-main-menu {
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

@media (min-width: 1220px) {
  .open-main-menu .overlay-main-menu {
    background-color: rgba(51, 51, 51, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }
  .open-main-menu .main-header__bottom {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
  }
  .open-main-menu .main-header-menu-toggle__container {
    z-index: -1;
  }
  .overlay-hidden-animate .overlay-main-menu {
    opacity: 0;
    visibility: hidden;
  }
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/menu/catalog_mobile/style.css?1727086258581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/pechi_main_new_2016/components/bitrix/menu/catalog_mobile/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/sale.basket.basket.line/mini_basket/style.css?17270862584749*/
.bx-basket { }

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		margin-right: 20px;
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/menu/footer/style.css?1727086258581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/pechi_main_new_2016/components/bitrix/menu/footer/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/pechi_main_new_2016/template_styles.css?1727086258178094*/
/** {*/
/*	box-sizing: border-box;*/
/*}*/

/*@font-face {*/
/*	font-family: 'uni_sansheavy_caps';*/
/*	src: url('/local/templates/pechi_main_new_2016/fonts/unisansheavycaps-webfont.eot');*/
/*	src: url('/local/templates/pechi_main_new_2016/fonts/unisansheavycaps-webfont.eot?#iefix') format('embedded-opentype'),*/
/*	url('/local/templates/pechi_main_new_2016/fonts/unisansheavycaps-webfont.woff2') format('woff2'),*/
/*	url('/local/templates/pechi_main_new_2016/fonts/unisansheavycaps-webfont.woff') format('woff'),*/
/*	url('/local/templates/pechi_main_new_2016/fonts/unisansheavycaps-webfont.ttf') format('truetype'),*/
/*	url('/local/templates/pechi_main_new_2016/fonts/unisansheavycaps-webfont.svg#uni_sansheavy_caps') format('svg');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*}*/

/*body {*/
/*	margin: 0;*/
/*	padding: 0;*/
/*	font-family: 'Roboto', sans-serif;*/
/*	-webkit-font-smoothing: antialiased;*/
/*	-moz-osx-font-smoothing: grayscale;*/
/*}*/

/*p {*/
/*	font-size: 16px;*/
/*	line-height: 22px;*/
/*	margin: 0;*/
/*}*/
/*p:not(:last-child) {*/
/*	margin: 0 0 15px;*/
/*}*/
/*p:after {*/
/*	content: "";*/
/*	display: table;*/
/*	clear: both;*/
/*}*/

/*img {*/
/*	max-width: 100%;*/
/*	height: auto;*/
/*}*/

/*h1 {*/
/*	font-size: 30px;*/
/*	line-height: 38px;*/
/*}*/

/*a {*/
/*	color: #e2791e;*/
/*	text-decoration: none;*/
/*}*/
/*a:hover {*/
/*	color: #fb7f06;*/
/*}*/
/*table{*/
/*		border-collapse:collapse;*/
/*		border-spacing:0;*/
/*		margin:0;*/
/*		padding:0;*/
/*		border:0;*/
/*		font:inherit;*/
/*		font-size:100%;*/
/*		vertical-align:baseline;*/
/*}*/
/*.table {*/
/*	width: 100%;*/
/*	max-width: 100%;*/
/*	margin-bottom: 1rem;*/
/*	background-color: transparent;*/
/*	border: 1px solid #e9ecef;*/
/*	font-size: 14px;*/

/*	display: block;*/
/*	width: 100%;*/
/*	overflow-x: auto;*/
/*	-webkit-overflow-scrolling: touch;*/
/*	-ms-overflow-style: -ms-autohiding-scrollbar;*/
/*}*/
/*.table th,*/
/*.table td {*/
/*	padding: 0.75rem;*/
/*	vertical-align: top;*/
/*	border-top: 1px solid #e9ecef;*/
/*}*/

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

/*.table tbody + tbody {*/
/*	border-top: 2px solid #e9ecef;*/
/*}*/

/*.table th,*/
/*.table td {*/
/*	border: 1px solid #e9ecef;*/
/*}*/

/*.table thead th,*/
/*.table thead td {*/
/*	border-bottom-width: 2px;*/
/*}*/
/*td[rowspan] {*/
/*	vertical-align: middle;*/
/*}*/

/*.head-wrapper {*/
/*	height: 183px;*/
/*	border-top: 17px solid #ebecec;*/
/*	border-bottom: 11px solid #f28600;*/
/*	margin: 0;*/
/*	padding: 0;*/

/*	display: none;*/
/*}*/

/*.head {*/
/*	margin: 0 auto;*/
/*	padding: 15px 0;*/
/*	height: 152px;*/
/*	width: 1000px;*/
/*	background: #fff;*/
/*}*/

/*.h-logo {*/
/*	float: left;*/
/*	margin-top: 10px;*/
/*}*/

/*.h-right {*/
/*	float: left;*/
/*	margin-left: 80px;*/
/*	margin-top: 0;*/
/*	border: 0;*/
/*}*/

/*.h-r-city {*/
/*	color: #606062;*/
/*	padding-right: 10px;*/
/*	border-right: 2px solid #606062;*/

/*	float: left;*/
/*}*/

/*!*.city-target{*/
/*	font-size: 38px;*/
/*	text-transform: uppercase;*/
/*text-align:center;*/
/*	padding-bottom: 8px;*/
/*	background-repeat: no-repeat;*/
/*	background-position:bottom;*/
/*	background-image: url('/local/templates/pechi_main_new_2016/images/img-target-city.png');*/
/*}*!*/
/*div#ch.city-target, div#b.city-target {*/
/*	font-size: 24px;*/
/*}*/

/*.h-r-telephon {*/
/*	float: left;*/

/*	font-size: 30px;*/
/*	margin: 10px 0 0 25px;*/
/*	text-align: left;*/
/*}*/

/*.h-r-telephon img {*/
/*	position: relative;*/
/*}*/

/*.h-r-shop {*/
/*	text-align: left;*/
/*}*/

/**:focus,*/
/**:active,*/
/*a,*/
/*img {*/
/*	outline: none !important;*/
/*}*/


/*body.disabled-scroll,*/
/*html.disabled-scroll {*/
/*	overflow: hidden;*/
/*}*/

/*.btn_class {*/
/*	display: inline-block;*/
/*	background-color: #DF7C20;*/
/*	border: none;*/
/*	padding: 12px 26px;*/
/*	border-radius: 2px;*/
/*	cursor: pointer;*/
/*	font-size: 14px;*/
/*	color: #fff;*/
/*	text-align: center;*/
/*	text-decoration: none;*/
/*}*/
/*.btn_class:hover {*/
/*	color: #fff;*/
/*}*/

/*.magazin-item-new{width: 30%; float:left; height: 550px; position: relative; padding: 0 30px 0 0px;}*/

/*.map_position{Position:absolute; bottom:0px;}*/

/*.ramkaTitle{    display: inline-block;*/
/*	margin-bottom: 0px;*/
/*	margin-top: 0;*/
/*	padding: 10px 15px 0 0px;*/
/*	vertical-align: top;*/
/*	font-weight: normal;*/
/*	font-size: 25px;}*/


/*.titleShops{    margin: 30px 0 10px 0;*/
/*	padding: 0px 0 0px 0px;*/
/*	border-bottom: 3px solid #e1e1e1;*/
/*	position: relative;*/
/*	font-size: 30px;}*/

/*.place_for_otzivi{width:100%; position:relative;}*/

/*.starrequired{color:red;}*/

/*.subOtz{*/
/*	background: rgba(0, 0, 0, 0) url("/local/templates/pechi_main_new_2016/images/kup4.png") no-repeat scroll 0 0 / 100% auto;*/
/*	border: medium none;*/
/*	border-radius: 6px;*/
/*	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*/
/*	color: #fff;*/
/*	cursor: pointer;*/
/*	display: inline-block;*/
/*	float: none;*/
/*	font-family: "Roboto",Tahoma,sans-serif;*/
/*	font-size: 18px;*/
/*	font-weight: bold;*/
/*	height: 42px;*/
/*	line-height: 42px;*/
/*	margin: 10px 0 0;*/
/*	padding: 0;*/
/*	text-align: center;*/
/*	text-decoration: none;*/
/*	text-transform: uppercase;*/
/*	width: 272px;*/
/*	position: absolute;*/
/*	top: 290px;*/
/*	left: 138px;*/
/*	outline: none;}*/



/*.PRONAME0{    border: 1px solid #aa9ba1;*/
/*	border-radius: 5px;*/
/*	color: #563743 !important;*/
/*	font-size: 18px;*/
/*	height: 48px;*/
/*	line-height: 21px;*/
/*	margin-bottom: 7px;*/
/*	padding: 5px 20px 0;*/
/*	width: 500px;*/
/*	position: absolute;*/
/*	top: 30px;*/
/*	left: 20px;*/
/*	outline: none;}*/

/*.name_Otz_NAME{    position: absolute;*/
/*	top: 5px;*/
/*	left: 20px;}*/

/*.name_Otz_PREVIEW_TEXT{*/
/*	position: absolute;*/
/*	top: 90px;*/
/*	left: 20px;*/
/*}*/

/*.textAreaOtzv{*/
/*	border: 1px solid #AA9BA1;*/
/*	border-radius: 6px;*/
/*	color: #000;*/
/*	font-family: "Roboto",Tahoma,sans-serif;*/
/*	font-size: 16px;*/
/*	height: 74px;*/
/*	margin: 10px 0 0;*/
/*	text-decoration: none;*/
/*	width: 500px;*/
/*	padding: 5px 20px 0;*/
/*	position: absolute;*/
/*	top: 105px;*/
/*	left: 20px;*/
/*	outline: none;}*/

/*.name_Otz_PREVIEW_PICTURE{*/
/*	position: absolute;*/
/*	top: 200px;*/
/*	left: 20px;}*/

/*.text_Captha{*/
/*	position: absolute;*/
/*	top: 248px;*/
/*	left: 20px;}*/
/*.img_captha{*/
/*	position: absolute;*/
/*	top: 240px;*/
/*	left: 230px;}*/
/*.pole_captha{*/
/*	position: absolute;*/
/*	top: 240px;*/
/*	left: 427px;*/
/*	border: 1px solid #aa9ba1;*/
/*	border-radius: 5px;*/
/*	color: #563743 !important;*/
/*	font-size: 18px;*/
/*	text-transform: uppercase;*/
/*	height: 33px;*/
/*	line-height: 18px;*/
/*	margin-bottom: 7px;*/
/*	width: 93px;*/
/*	padding: 5px 20px 0;*/
/*	outline: none;}*/


/*.PRO_PREVIEW_PICTURE{*/
/*	position: absolute;*/
/*	top: 202px;*/
/*	left: 330px;*/
/*	outline: none;}*/


/*.blockFormOtz{*/
/*	background: #E6E2E2;*/
/*	position: relative;*/
/*	height: 370px;*/
/*	width: 583px;*/
/*	margin: 0 auto 30px;*/
/*	display:none;}*/


/*.formOtzClick{*/
/*	text-transform: uppercase;*/
/*	text-decoration: underline;*/
/*	cursor: pointer;*/
/*	color: #b9b6b5;*/
/*	margin: 20px 0 20px 0;*/
/*}*/


/*.messageOtz{*/
/*	position: absolute;*/
/*	width: 300px;*/
/*	top: 20px;*/
/*	left: 159px;}*/


/*.imgOtzSait{*/
/*width: 100px;*/
/*	border-radius: 150px;*/
/*	border: 3px solid #e1e1e1;*/
/*	-webkit-box-shadow: 2px 4px 10px 0px rgba(168,168,168,1);*/
/*	-moz-box-shadow: 2px 4px 10px 0px rgba(168,168,168,1);*/
/*	box-shadow: 2px 4px 10px 0px rgba(168,168,168,1);}*/

/*.h-r-shop p {*/
/*	line-height: 0;*/
/*}*/

/*.h-baner {*/
/*	float: left;*/
/*	width: 200px;*/
/*	margin-left: 20px;*/
/*	margin-top: 40px;*/
/*}*/

/*.h-baner a {*/
/*	border: 0;*/
/*}*/

/*.h-baner img {*/
/*	margin-top: 10px;*/
/*}*/

/*.top-menu-wrapper {*/
/*	height: 55px;*/
/*	background-color: #000;*/
/*}*/



/*#top-menu {*/
/*	width: 1000px;*/
/*	height: 55px;*/
/*	background-color: #000;*/
/*	margin: 0px auto;*/
/*}*/

/*#top-menu-bg {*/
/*	height: 55px;*/
/*	position: absolute;*/
/*	background-color: black;*/
/*	margin-top: -20px;*/
/*	left: 0px;*/
/*	right: 0px;*/

/*	border-top: 6px #F28600 solid;*/
/*	z-index: -1;*/
/*}*/

/*#top-menu ul.store-horizontal {*/
/*	list-style-type: none;*/
/*	overflow: hidden;*/
/*	height: 55px;*/
/*	margin: 0px 0px 0px 0px;*/
/*	padding: 0;*/
/*}*/

/*#top-menu ul.store-horizontal li {*/
/*	float: left;*/
/*	margin: 0px;*/
/*	height: 55px;*/
/*}*/

/*#top-menu ul.store-horizontal li a {*/
/*	font-family: Arial;*/
/*	font-size: 11px;*/
/*	font-weight: bold;*/
/*	text-transform: uppercase;*/
/*	padding: 0px 13px 0px 14px;*/
/*	text-decoration: none;*/
/*	outline: none;*/
/*	line-height: 55px;*/
/*	height: 55px;*/
/*	color: #fff;*/
/*	display: block;*/
/*}*/

/*#top-menu ul.store-horizontal li a:hover {*/
/*	color: #ef7f1a;*/
/*}*/

/*#top-menu ul.store-horizontal li.selected a {*/
/*	color: #000;*/
/*	background: #fff;*/
/*}*/

/*#search {*/
/*	float: left;*/
/*	height: 55px;*/
/*	margin: 0;*/
/*	overflow: hidden;*/
/*	width: 275px;*/
/*	margin-right: 105px;*/
/*	margin-left: 15px;*/

/*}*/

/*#search .form-textbox {*/
/*	float: left;*/
/*	width: 275px;*/
/*	height: 55px;*/
/*}*/

/*#search .form-textbox-border {*/

/*	height: 55px;*/
/*	overflow: hidden;*/
/*}*/

/*#search .form-textbox-border input {*/
/*	margin: 9px 15px 9px 0;*/
/*	height: 33px;*/
/*	border: 3px solid #fea800;*/
/*	border-radius: 10px 10px;*/
/*	width: 240px;*/
/*}*/

/*#search .form-button {*/
/*	float: right;*/
/*	width: 48px;*/
/*}*/

/*#search .form-button input {*/
/*	width: 48px;*/
/*}*/

/*#left-column {*/
/*	float: left;*/
/*	width: 287px;*/
/*	padding: 0px;*/
/*	margin: 0px;*/
/*}*/

/*#left-column h3 {*/
/*	font-family: Arial;*/
/*	font-size: 20px;*/
/*	font-weight: bold;*/
/*	color: #222222;*/
/*	margin: 0px;*/
/*	padding: 25px 0px 10px 0px;*/
/*}*/

/*#left-column h3.baseh {*/
/*	background: url(/bitrix/templates/pechi/images/catalog.jpg) 10px 20px no-repeat;*/
/*	margin-bottom: 15px;*/
/*}*/

/*#left-column h3.manufactureh {*/
/*	background: url(/bitrix/templates/pechi/images/proizvoditeli.jpg) 10px 15px no-repeat;*/

/*}*/

/*.section_withOut_third{}*/

/*.catalog_head {*/
/*	font-weight: bold;*/
/*	font-size: 30px;*/
/*	font-family: 'Roboto Condensed', Tahoma, sans-serif;*/
/*	color: #41403f;*/
/*}*/

/*.tanya{*/
/*	width: 100px;*/
/*	height: 100px;*/
/*	padding: 3px;*/
/*	border-radius: 150px;*/
/*	background: #E1E1E1;*/
/*	position: absolute;*/
/*	right: -130px;*/
/*	top: -30px;*/
/*	!* transform: translateY(-50%); *!*/
/*	overflow: hidden;*/
/*	border: 3px solid #E1E1E1;*/
/*	}*/

/*#placeForTanya .inputtext {*/
/*	position: absolute;*/
/*	left: 0px;*/
/*	top: 0px;*/
/*	width: 300px;*/
/*	height: 26px;*/
/*	outline: none;*/
/*	border: none;*/
/*	background: white;*/
/*	border-radius: 5px 0 0 5px;*/
/*	padding: 0 0 0 10px;*/
/*}*/
/*#placeForTanya p {*/
/*	margin: 0;*/
/*	text-indent: 0;*/
/*}*/
/*#placeForTanya font.errortext {*/
/*	position: absolute;*/
/*	left: -350px;*/
/*	width: 332px;*/
/*	padding-left: 50px;*/
/*	top: 2px;*/
/*	!* white-space: nowrap; *!*/
/*	background: #e1e1e1;*/
/*	height: 43px;*/
/*	font-size: 13px;*/
/*	line-height: 18px;*/
/*}*/

/*#tanya_cat font.errortext {*/
/*	display: none;*/
/*}*/
/*#tanya_cat {*/
/*	position: relative;*/
/*	background: #e1e1e1;*/
/*	height: 175px;*/
/*	margin: 40px 0 0 0;*/
/*	padding: 100px 20px 0;*/
/*	box-sizing: border-box;*/
/*}*/

/*.submit_name{*/
/*	position: absolute;*/
/*	right: 0;*/
/*	top: 1px;*/
/*	height: 39px;*/
/*	border: 0px;*/
/*	border-radius: 0px 3px 3px 0px;*/
/*	text-transform: uppercase;*/
/*	outline: none;*/
/*	cursor: pointer;*/
/*	background: #CE5C2A;*/
/*	color: white;*/
/*	margin-right: 0 !important;*/
/*	padding: 0 15px;*/
/*	margin-bottom: 0 !important;*/
/*}*/


/*.submit_name_cat {*/
/*	position: absolute;*/
/*	right: 10px;*/
/*	bottom: 5px;*/
/*	height: 26px;*/
/*	border: 0px;*/
/*	border-radius: 0px 5px 5px 0px;*/
/*	text-transform: uppercase;*/
/*	outline: none;*/
/*	background: #CE5C2A;*/
/*	color: white;*/
/*	font-size: 13px;*/
/*}*/

/*#tanya_cat .inputtext {*/
/*	position: absolute;*/
/*	left: 10px;*/
/*	bottom: 5px;*/
/*	width: 160px;*/
/*	height: 26px;*/
/*	outline: none;*/
/*	border: none;*/
/*	background: white;*/
/*	border-radius: 5px 0 0 5px;*/
/*	padding: 0 0 0 10px;*/
/*}*/

/*.tanya_cat {*/
/*	width: 106px;*/
/*	height: 106px;*/
/*	padding: 3px;*/
/*	border-radius: 150px;*/
/*	background: #E1E1E1;*/
/*	position: absolute;*/
/*	left: 10px;*/
/*	top: -25px;*/
/*	overflow: hidden;*/
/*	border: 3px solid #E1E1E1;*/
/*}*/

/*.haveQuestion_cat {*/
/*	position: absolute;*/
/*	left: 0;*/
/*	bottom: 37px;*/
/*	width: 250px;*/
/*	height: 40px;*/
/*}*/

/*.nameManager_cat {*/
/*	right: 5px;*/
/*	top: 6px;*/
/*	width: 110px;*/
/*}*/

/*.mess_cat_form {*/
/*	position: absolute;*/
/*	width: 230px;*/
/*	left: 8px;*/
/*	top: 80px;*/
/*	text-align: center;*/
/*}*/
/*.mess_cat_form .errortext{*/
/*	position: absolute;*/
/*	top: 8px;*/
/*	left: 4px;*/
/*	z-index: 63;*/
/*	width: 100%;*/
/*	height: 50px;*/
/*	font-size: 13px;*/
/*	line-height: 19px;*/
/*	text-align: center;*/
/*	background: white;*/
/*	padding: 5px 0 0 0;*/
/*	border-radius: 5px;*/
/*}*/

/*.linkGrayUnder{*/
/*	padding: 0 30px;*/
/*	color: black;*/
/*	text-transform: uppercase;*/
/*	text-decoration: none;*/
/*}*/


/*.zag_new{*/
/*	margin: 30px 0 10px 0;*/
/*	padding: 0px 0 5px 0;*/
/*	border-bottom: 2px solid #e1e1e1;*/
/*	position: relative;*/
/*}*/

/*.socl_cat .vk_cat {*/
/*	background: url(/local/templates/pechi_main_new_2016/images/vkvk.png) no-repeat !important;*/

/*}*/

/*.socl_cat .fb_cat {*/
/*	background: url(/local/templates/pechi_main_new_2016/images/fbfb.png) no-repeat !important;*/
/*}*/

/*.socl_cat .ok_cat {*/
/*	background: url(/local/templates/pechi_main_new_2016/images/okok.png) no-repeat !important;*/
/*}*/
/*.socl_cat a{ width:27px; height:27px;display: inline-block; background:#e1e1e1; margin-right: 6px;}*/

/*.socl_cat{    text-align: center;*/
/*	background: #e1e1e1;*/
/*	width: 100%;*/
/*	padding: 7px 0 0 0;}*/

/*#vk_widget,*/
/*#vk_groups {*/
/*		 width: 100% !important;*/
/*}*/

/*.lineUnderSort{*/
/*	position: relative;*/
/*	height: 3px;*/
/*	width: 100%;*/
/*	background: #e1e1e1;*/
/*	margin: 5px 0 35px 0;*/
/*	}*/

/*.firstTrian{*/
/*	position: absolute;*/
/*	top: 0px;*/
/*	width: 0px;*/
/*	height: 0px;*/
/*	border-style: solid;*/
/*	border-width: 20px 25px 0 25px;*/
/*	border-color: #e1e1e1 transparent transparent transparent;*/
/*}*/
/*.SecondTrian{*/
/*	position: absolute;*/
/*	top: -5px;*/
/*	width: 0px;*/
/*	height: 0px;*/
/*	border-style: solid;*/
/*	border-width: 20px 25px 0 25px;*/
/*	border-color: white transparent transparent transparent;}*/

/*.thirdTrian{*/
/*	position: absolute;*/
/*	top: 10px;*/
/*	width: 0px;*/
/*	height: 0px;*/
/*	border-style: solid;*/
/*	border-width: 20px 25px 0 25px;*/
/*	border-color: #e1e1e1 transparent transparent transparent;*/
/*}*/
/*.forthTrian{*/
/*	position: absolute;*/
/*	top: 5px;*/
/*	width: 0px;*/
/*	height: 0px;*/
/*	border-style: solid;*/
/*	border-width: 20px 25px 0 25px;*/
/*	border-color: white transparent transparent transparent;}*/

/*.linkSort{*/
/*	text-transform: uppercase;*/
/*	color: #5f5f5f;*/
/*	display: inline-block;*/
/*	margin: auto;*/
/*	text-align: center;*/
/*	font-size: 14px;*/
/*	width: 128px;*/
/*}*/

/*.linkSort:hover{color: #5f5f5f;}*/

/*.menuLink_Sec{text-transform:uppercase; color:#fb7f06; font-size:13px; text-decoration:none;}*/
/*.menuLink_Sec:hover{text-decoration:underline;}*/

/*.menuLink_third{color:black; font-size:13px; text-decoration:none;}*/
/*.menuLink_third:hover{text-decoration:underline;}*/

/*.imgTanya{width: 100%;*/
/*	height: 100%;*/
/*	border-radius: 50% 50%;*/
/*}*/


/*.sortBlock{position: relative; text-align: left; width: 100%;}*/
/*.titleSort{font-size: 15px;}*/

/*#left-menu li {*/
/*	padding: 0px;*/
/*	margin: 0px;*/
/*	width: 265px;*/
/*}*/

/*#left-menu > li {*/
/*	border-bottom: 1px solid #dddede;*/
/*}*/

/*#left-menu > li.selected {*/
/*	border-bottom: 30px solid #dddede;*/
/*}*/

/*#left-menu li a:hover {*/
/*	color: #000;*/
/*	background: url(/local/templates/pechi_main_new_2016/./images/bg_left_menu.jpg) 11px no-repeat;*/
/*	background-position: right;*/
/*	text-decoration: underline;*/
/*}*/

/*#left-menu li.selected a.selected {*/
/*	background: #f28600;*/
/*	color: #000;*/
/*	text-decoration: none;*/
/*}*/

/*#left-menu a.selected, #left-menu a.selected:hover {*/
/*	background: #f28600;*/
/*	color: #FFF;*/
/*	text-decoration: none;*/
/*}*/

/*#left-menu li.selected ul li a:hover {*/
/*	color: #f28600;*/
/*	text-decoration: none;*/
/*}*/

/*#left-menu ul li a {*/
/*	font-size: 12px !important;*/
/*	padding: 5px 20px 5px 25px;*/
/*	font-weight: normal;*/
/*	background: none;*/
/*}*/

/*#left-menu ul li a:hover {*/
/*	background: none;*/
/*	font-weight: normal;*/
/*}*/

/*#left-menu ul li.current {*/
/*	padding: 0px;*/
/*	overflow: hidden;*/
/*	margin: 0px;*/
/*	font-weight: 800;*/
/*}*/

/*#left-menu ul li ul li.current a.selected {*/
/*	font-weight: 800;*/
/*}*/

/*#left-menu ul li.current a.selected,*/
/*#left-menu ul li.current a.selected:hover {*/
/*	padding: 5px 20px 5px 25px !important;*/
/*	display: block;*/
/*	font-weight: 800;*/
/*	font-size: 12px !important;*/
/*	background: none;*/
/*	text-decoration: none !important;*/
/*}*/

/*#left-menu ul li.selected ul li.current ul li.current a.selected,*/
/*#left-menu ul li.selected ulli.currenti ul li.current a.selected:hover {*/
/*	padding: 5px 20px 5px 45px !important;*/
/*	display: block;*/
/*	font-weight: 800;*/
/*	font-size: 12px !important;*/
/*	background: none;*/
/*	text-decoration: none !important;*/
/*}*/

/*#left-menu ul li.current ul {*/
/*	padding: 0px;*/
/*	margin: 0px;*/
/*}*/

/*#left-menu ul li.current ul a {*/
/*	padding: 5px 20px 5px 54px !important;*/
/*}*/

/*#left-menu ul {*/
/*	margin: 0px;*/
/*	padding: 20px 0 0 0;*/
/*	list-style-type: none;*/
/*}*/

/*#content-wrapper {*/
/*	position: relative;*/
/*	margin: 25px auto 0;*/
/*	width: 945px;*/
/*	padding-bottom: 20px;*/
/*	padding-top: 0px;*/
/*}*/

/*#content {*/
/*	float: left;*/
/*	width: 658px;*/
/*}*/
/*#content:after {*/
/*	content: "";*/
/*	display: table;*/
/*	clear: both;*/
/*}*/

/*#footer-wrapper {*/
/*	overflow: hidden;*/
/*	!*height: 230px;*!*/
/*	background-color: #ebecec;*/
/*	padding-top: 30px;*/
/*}*/

/*#footer-wrapper .footer_menu {*/
/*	width: 80%;*/
/*	float: left;*/
/*}*/
/*#footer-wrapper .contacts-block {*/
/*	width: 20%;*/
/*	float: left;*/
/*}*/
/*#footer-wrapper .NEWzgUnd {*/
/*	display: block;*/
/*	margin-bottom: 15px;*/
/*}*/

/*.UPLink{*/
/*	display:block;*/
/*	width: 70px;*/
/*	background: #606060;*/
/*	border-radius: 250px;*/
/*	color: white;*/
/*	height: 70px;*/
/*	margin:auto;*/
/*	cursor: pointer;*/
/*	font-size: 11px;*/
/*	text-align: center;*/
/*	padding-top: 5px;*/
/*	text-decoration:none;}*/

/*.text_Under_iconk{    font-size: 18px;*/
/*	text-transform: uppercase;*/
/*	color: #eb5b21;}*/

/*.NEWzg{*/
/*	display: block;*/
/*	width: 100%;*/
/*	text-transform: uppercase;*/
/*	font-size: 20px;*/
/*	line-height: 28px;*/
/*	color: #EE5B21;*/
/*	font-weight: normal;*/
/*	!*margin-top: 40px;*!*/
/*	!*float: left;*!*/
/*}*/

/*.NEWzgUnd{    text-transform: uppercase;*/
/*	font-size: 17px;*/
/*	color: #EE5B21;*/
/*	font-weight: normal;}*/



/*.blockRez{*/
/*position: absolute;*/
/*top: 0px;*/
/*left: -120px;*/
/*width: 350px;*/
/*background: white;*/
/*z-index: 25;*/
/*display:none;*/
/*border: 1px solid grey;*/
/*}*/


/*.haveQuestion{    position: absolute;*/
/*	left: -260px;*/
/*	top: 0px;*/
/*	width: 250px;*/
/*	height: 40px;}*/

/*.nameManager{*/
/*	position: absolute;*/
/*	right: -319px;*/
/*	top: -2px;*/
/*	}*/


/*#placeForTanya div p{margin: 0;*/
/*	text-indent: 0;*/
/*	padding: 0;}*/

/*#placeForTanya:after {*/
/*	content: "";*/
/*	display: table;*/
/*	clear: both;*/
/*}*/

/*.errortext{position: absolute;*/
/*	top: 8px;*/
/*	left: 4px;*/
/*	z-index: 63;*/
/*	width: 100%;*/
/*	height: 50px;*/
/*	font-size: 15px;}*/

/*.notetext{*/
/*	z-index: 63;*/
/*	width: 100%;*/
/*	font-size: 16px;*/
/*}*/

/*#order_form_div{margin-bottom:40px;}*/

/*.magazin_info{font-size:15px;}*/

/*.log_Main{text-decoration:none !important; display:block; height:169px; width:100%; position:relative;}*/
/*.image_logo{margin-bottom: 7px; !*position: absolute; top: 0px;*! margin-left: -26px;}*/

/*.logo_anim{position:absolute; top:0px; text-align:center; width:100%;*/
/*-moz-transition: top 0.3s ease;*/
/*-o-transition: top 0.3s ease;*/
/*-webkit-transition: top 0.3s ease;}*/


/*!*.logo_anim:hover{*/
/*top:-10px;*/
/*}*!*/



/*.telSend{}*/

/*.tdStyle{vertical-align:top; text-align:center;    padding: 15px 0 15px 0;position: relative;*/
/*	height: 169px; width: 24%;}*/

/*.menuFL{    width: 100%;*/
/*	height: 100%;}*/


/*.btnAddCompare{*/
/*	width: 272px;*/
/*	height: 35px;*/
/*	background: rgba(0, 0, 0, 0) url("/local/templates/pechi_main_new_2016/images/kup4.png") no-repeat scroll 0 0 / 100% auto;*/
/*	float: none;*/
/*	display: block;*/
/*	text-align: center;*/
/*	font-size: 15px;*/
/*	line-height: 25px;*/
/*	color: #fff;*/
/*	padding-top: 10px;*/
/*	text-transform: uppercase;*/
/*	font-weight: bold;*/
/*	font-family: 'Roboto', Tahoma, sans-serif;*/
/*	text-decoration: none;*/
/*	cursor: pointer;*/
/*	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*/
/*	margin-top: 17px;*/
/*	border-radius: 6px;*/
/*	margin:auto;}*/


/*.closeBtn{position:absolute; top: 10px; right: 10px; width:16px; height:16px; background-image:url("/upload/closeGrey.png"); cursor:pointer;}*/

/*.closeBtn:hover{ background-image:url("/upload/closeRed.png");}*/

/*#footer {*/
/*	width: 945px;*/
/*	height: 121px;*/
/*	margin: 0px auto;*/
/*	background-color: #fff;*/
/*	padding: 37px 20px 20px 120px;*/
/*}*/

/*#footer .news-list {*/
/*	height: 120px;*/
/*}*/

/*#footer .news-list p.news-item {*/
/*	float: left;*/
/*	margin: 0 10px 2px 0px;*/
/*	width: 120px;*/
/*}*/

/*#footer .news-list p.news-item a {*/
/*	color: #000;*/
/*	text-decoration: none;*/
/*}*/

/*#footer .news-list p.news-item a:hover {*/
/*	text-decoration: underline;*/
/*}*/

/*#footer h3 {*/
/*	float: left;*/
/*	width: 220px;*/
/*	height: 120px;*/
/*	font-size: 24px;*/
/*	text-transform: uppercase;*/
/*	color: #ef7f1a;*/
/*	margin-right: 205px;*/
/*}*/

/*!* Order List *!*/
/*div.order-item {*/
/*	margin: 0 0 2em 0;*/
/*	zoom: 1;*/
/*}*/

/*div.order-title-inner {*/
/*	padding: 8px 12px 10px 12px;*/
/*	overflow: hidden;*/
/*	zoom: 1;*/
/*}*/

/*div.order-title-inner span {*/
/*	font-weight: bold;*/
/*	float: left;*/
/*}*/

/*div.order-title-inner a {*/
/*	float: right;*/
/*}*/

/*div.order-title .r1 {*/
/*}*/

/*div.order-title .r2, div.order-title .r0 {*/
/*	border-left: 1px solid;*/
/*	border-right: 1px solid;*/
/*}*/

/*div.order-info {*/
/*	overflow: hidden;*/
/*	padding: 1em 11px 1em 11px;*/
/*	border-bottom: 1px solid;*/
/*	border-right: 1px solid;*/
/*	border-left: 1px solid;*/
/*	zoom: 1;*/
/*}*/

/*div.order-details {*/
/*	float: left;*/
/*	width: 60%;*/
/*}*/

/*div.order-status-info {*/
/*	float: right;*/
/*	width: 30%;*/
/*}*/

/*div.order-status-date {*/
/*	margin-bottom: 0.7em;*/
/*}*/

/*div.order-status {*/
/*	margin-bottom: 0.7em;*/
/*	padding: 0.2em 0.6em 0.3em;*/
/*}*/

/*div.order-status-links a {*/
/*	display: block;*/
/*	outline: none;*/
/*	margin-bottom: 0.3em;*/
/*}*/

/*div.order-props p {*/
/*	margin: 0 0 0.5em 0;*/
/*}*/

/*div.order-items {*/
/*	margin: 1em 0 0 1.5em;*/
/*}*/

/*div.order-items ol {*/
/*	padding: 0 0 0 1.5em;*/
/*	margin: 0.5em 0 0;*/
/*}*/

/*div.order-items li {*/
/*	margin: 0 0 0.5em 0;*/
/*}*/

/*div.order-buttons {*/
/*	text-align: center;*/
/*}*/

/*div.order-buttons input {*/
/*	padding-left: 0.5em;*/
/*	padding-right: 0.5em;*/
/*	overflow: visible;*/
/*}*/

/*table.order-properties {*/
/*	width: 100%;*/
/*}*/

/*table.order-properties td {*/
/*	vertical-align: top;*/
/*	padding: 0 0.5em 0.3em;*/
/*}*/

/*table.order-properties td.field-name {*/
/*	text-align: right;*/
/*	width: 50%;*/
/*	color: #7f7f7f;*/
/*}*/

/*table.order-properties td.field-value {*/
/*	width: 50%;*/
/*}*/

/*table.order-properties td.field-title {*/
/*	text-align: center;*/
/*	font-weight: bold;*/
/*	padding: 0.5em;*/
/*}*/

/*div.order-checkout div.order-title-inner, div.order-full-summary div.order-title-inner {*/
/*	padding: 2px 12px 4px;*/
/*}*/

/*div.order-checkout table.cart-items tfoot td, div.order-full-summary table.cart-items tfoot td {*/
/*	border: none;*/
/*}*/

/*div.order-checkout div.order-item, div.order-full-summary div.order-item {*/
/*	margin: 0 0 1.2em 0;*/
/*}*/

/*div.order-title b, div.order-title-inner {*/

/*}*/

/*div.order-title-inner span {*/
/*	!*color: #353535;*!*/
/*}*/

/*div.order-title .r2, div.order-title .r0 {*/
/*	border-color: #FAFAFA;*/
/*}*/

/*div.order-info {*/
/*	border-bottom-color: #F0F0F0;*/
/*	border-right-color: #F7F7F7;*/
/*	border-left-color: #F7F7F7;*/
/*}*/

/*div.order-status {*/
/*	background-color: #A4A4A4;*/
/*	color: #FFF;*/
/*}*/

/*div.order-status-n {*/
/*	background-color: #FFAE00;*/
/*}*/

/*div.order-status-deny {*/
/*	background-color: #F20000;*/
/*}*/

/*div.order-status-p {*/
/*	background-color: #3ABE00;*/
/*}*/

/*div.order-items {*/
/*	color: #7F7F7F*/
/*}*/

/*!****NEW ****!*/

/*#page-wrapper {*/
/*	width: 100%;*/
/*	min-width: 1000px;*/
/*}*/

/*.head-wrapper {*/
/*	!*height: 295px;*!*/
/*	margin-bottom: 112px;*/
/*	width: 100%;*/
/*	border: none;*/
/*	position: relative;*/
/*	background: #fcfbf8 !important;*/
/*}*/

/*.head {*/
/*	width: 1060px;*/
/*	margin: 0 auto;*/
/*	position: relative;*/
/*	background: none;*/
/*	padding: 0;*/
/*	height: 210px;*/
/*}*/

/*.linkDiscount{*/
/*	background-image:url(/include/skidki.png);*/
/*	position: absolute;*/
/*	top: 105px;*/
/*	left: 100px;*/
/*	color: white;*/
/*	text-decoration: none;*/
/*	display: block;*/
/*	background-repeat: no-repeat;*/
/*	background-size: 36px 36px;*/
/*	height: 40px;*/
/*	padding-left: 46px;*/
/*	line-height: 36px;*/
/*	font-size: 19px;*/
/*	font-weight:normal;*/
/*	transition: .5s;*/
/*}*/

/*.linkDiscount:hover{*/
/*	color: red;*/
/*	background-image:url(/include/skidki2.png);*/
/*	font-weight:bold;*/
/*}*/


/*#logo {*/
/*	width: 305px;*/
/*	padding: 0 6px;*/
/*	position: absolute;*/
/*	left: 20px;*/
/*	top: 20px;*/
/*}*/

/*#logo img {*/
/*	width: 100%;*/
/*}*/

/*#auth {*/
/*	position: absolute;*/
/*	right: 30px;*/
/*	top: 10px;*/
/*}*/

/*#auth img{border:none;}*/

/*a.bx_login_top_inline_link {*/
/*	color: white;*/
/*	font-size: 18px;*/
/*	line-height: 21px;*/
/*	text-transform:uppercase;*/
/*}*/

/*.bx_login_top_inline_icon {*/
/*	background: url("/local/templates/pechi_main_new_2016/images/profile.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
/*	height: 52px;*/
/*	left: 10px;*/
/*	position: absolute;*/
/*	top: 27px;*/
/*	width: 44px;*/
/*	margin: 0;*/
/*}*/

/*.howMuch{display: inline-block;*/
/*	width: 130px;}*/

/*#h_basket {*/
/*	width: 150px;*/
/*	padding: 0 0px;*/
/*	position: absolute;*/
/*	right: 30px;*/
/*	top: 107px;*/
/*	color: #FFFFFF;*/
/*	font-size: 18px;*/
/*line-height: 37px;*/
/*	padding-left: 55px;*/
/*}*/

/*#h_basket a {*/
/*	text-decoration: none;*/
/*	color: #563743;*/
/*}*/

/*#h_basket img {*/
/*	left: 12px;*/
/*	position: absolute;*/
/*	top: 6px;*/
/*	border:none;*/
/*}*/


/*.hoverPunkt{}*/

/*.linkMyPage{color: #606060;*/
/*	text-decoration: none;}*/
/*.linkMyPage:hover{*/
/*	text-decoration: underline;}*/

/*.wishThings{position: absolute; right: 20px; top: 30px;}*/

/*.iWantWish{*/
/*	border: 1px solid #fb7f06;*/
/*	border-radius: 5px;*/
/*	-webkit-box-shadow: 1px 3px 5px 0px rgba(189,187,189,1);*/
/*	-moz-box-shadow: 1px 3px 5px 0px rgba(189,187,189,1);*/
/*	box-shadow: 1px 3px 5px 0px rgba(189,187,189,1);*/
/*	cursor:pointer;*/
/*	line-height: 30px;*/
/*	width: 240px;*/
/*	margin-top: 10px;}*/


/*.inputTop{width:90% !important; border-radius:6px; padding:10px; font-size:10pt; border:1px solid rgba(0, 0, 0, 0.50); margin:5px 0 5px 0;}*/

/*		.inputTopArea{width:90% !important; border-radius:6px; resize: none; padding:10px; height:80px; font-size:10pt; border:1px solid rgba(0, 0, 0, 0.50);}*/

/*		.tdWithNAme{width:120px; }*/

/*		.backCallFormDiv{*/
/*		width:100%; margin-top:40px;*/
/*		 box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.22);*/
/*		-webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.22);*/
/*		-moz-box-shadow:    0 1px 7px 0 rgba(0, 0, 0, 0.22);*/
/*		padding:10px 10px 50px 10px;*/
/*		}*/

/*		.submitTop{*/
/*			position:absolute;*/
/*			right:45px;*/
/*			background: -webkit-gradient(*/
/*			linear,*/
/*			left top, left bottom,*/
/*			from(#e08027),*/
/*			to(#d34b1a)*/
/*			);*/
/*			background: -webkit-linear-gradient(*/
/*				top,*/
/*				#e08027,*/
/*				#d34b1a*/
/*			);*/
/*			background: -moz-linear-gradient(*/
/*				top,*/
/*				#e08027,*/
/*				#d34b1a*/
/*			);*/
/*			background: -o-linear-gradient(*/
/*				top,*/
/*				#e08027,*/
/*				#d34b1a*/
/*			);*/
/*			background: linear-gradient(*/
/*				top,*/
/*				#e08027,*/
/*				#d34b1a*/
/*			);*/

/*			border-radius:6px;*/
/*			color:white;*/
/*			font-weight:bold;*/
/*			padding:5px 10px;*/
/*			font-size:15pt;*/
/*			text-align:center;*/

/*		}*/


/*		.katPdf{display:block;*/
/*			background: -webkit-linear-gradient(*/
/*				top,*/
/*				#e08027,*/
/*				#d34b1a*/
/*			);*/
/*			background: -moz-linear-gradient(*/
/*				top,*/
/*				#e08027,*/
/*				#d34b1a*/
/*			);*/
/*			background: -o-linear-gradient(*/
/*				top,*/
/*				#e08027,*/
/*				#d34b1a*/
/*			);*/
/*			background: linear-gradient(*/
/*				top,*/
/*				#e08027,*/
/*				#d34b1a*/
/*			);*/
/*			text-decoration:none;*/
/*			width:250px;*/
/*			border-radius:6px;*/
/*			color:white;*/
/*			margin-bottom:20px;*/
/*			padding:5px 10px;*/
/*			font-size:15pt;*/
/*			text-align:center;*/
/*			position:absolute;*/
/*			right:0px;*/
/*			}*/


/*#topmenu {*/
/*	position: absolute;*/
/*top: 190px;*/
/*	left: 30px;*/
/*	height: 42px;*/
/*	border-radius: 6px;*/
/*	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*/
/*	padding: 18px 10px;*/
/*	background: #fbf8f1;*/
/*	width: 805px;*/
/*}*/

/*#topmenu li {*/
/*	border-right: 1px solid #dbd1ce;*/
/*	float: left;*/
/*	height: 36px;*/
/*	list-style: outside none none;*/
/*	padding: 6px 15px 0;*/
/*}*/

/*#topmenu ul {*/
/*	margin: 0;*/
/*	padding: 0;*/
/*	list-style: none;*/
/*}*/

/*#topmenu li a {*/
/*	color: #563743;*/
/*	font-family: 'Roboto', Tahoma, sans-serif;*/
/*	font-size: 20px;*/
/*	text-decoration: none;*/
/*	font-weight: bold;*/
/*}*/

/*#topmenu li.selected a {*/
/*	text-transform: uppercase;*/
/*	color: #f4ad49;*/
/*}*/

/*#h_poloska {*/
/*	position: absolute;*/
/*	top: 150px;*/
/*	left: 0;*/
/*	width: 100%;*/
/*	background: #DF7C20;*/
/*	z-index: 1;*/
/*	height: 45px;*/
/*}*/


/*.img_underSec{*/
/*	position: absolute;*/
/*	bottom: 10px;*/
/*	text-align: center;*/
/*	width: 100%;*/
/*}*/



/*.head {*/
/*	z-index: 2;*/
/*	background: none;*/
/*}*/

/*#sh {*/
/*	position: absolute;*/
/*top: 103px;*/
/*	left: 360px;*/

/*}*/

/*#search {*/
/*	float: none;*/
/*	height: auto;*/
/*	margin: 0;*/
/*	width: auto;*/
/*}*/

/*#search .form-textbox {*/
/*	float: none;*/
/*	height: auto;*/
/*	width: auto;*/
/*}*/

/*#search .form-textbox-border {*/
/*	height: auto;*/
/*	overflow: hidden;*/
/*}*/

/*#search .form-textbox-border input {*/
/*	border: medium none;*/
/*	border-radius: 0;*/
/*	color: #fb7f06;*/
/*	font-family: "Roboto", Tahoma, sanas-serif;*/
/*	font-style: italic;*/
/*	font-size: 16px;*/
/*	height: 30px;*/
/*	line-height: 8px;*/
/*	margin: 0;*/
/*	width: 450px;*/
/*	margin-top: 4px;*/
/*	padding-left: 10px;*/
/*	border-radius: 3px;*/
/*	border: none !important;*/
/*	background: url("/bitrix/templates/pechi_main_new/images/sh_bt.png") no-repeat scroll 98% rgba(255, 255, 255, 1);*/
/*	outline: none;*/
/*}*/

/*.h-right {*/
/*	position: absolute;*/
/*	float: none;*/
/*	top: 10px;*/
/*	left: 345px;*/
/*	height: 78px;*/
/*width: 500px;*/
/*	margin: 0;*/
/*}*/

/*.h-r-city {*/
/*	border: none;*/
/*	color: #563743;*/
/*	float: left;*/
/*	padding: 15px 0 0 20px;*/
/*	font-size: 18px;*/
/*	line-height: 21px;*/
/*	width: 175px;*/
/*}*/

/*.h-r-telephon {*/
/*	float: left;*/
/*	font-size: 27px;*/
/*	line-height: 19px;*/
/*	padding: 15px 0 0 25px;*/
/*	text-align: left;*/
/*	margin: 0;*/
/*	color: #606060;*/
/*	font-family: "Roboto Condensed", sans-serif;*/
/*}*/

/*#adresa {*/
/*	border-bottom: 1px dotted #563743;*/
/*	color: #563743;*/
/*	display: inline-block;*/
/*	font-family:  "Roboto Condensed", sans-serif;*/
/*	position: absolute;*/
/*	right: 33px;*/
/*	text-decoration: none;*/
/*	top: 40px;*/
/*	cursor: pointer;*/
/*	font-weight: bold;*/
/*}*/

/*.page-wrapper {*/
/*	background: #f2f2f2;*/
/*	font-size: 16px;*/
/*	line-height: 22px;*/
/*	overflow: hidden;*/
/*}*/

/*.new-year-styles .page-wrapper {*/
/*	background: #f2f2f2 url(/local/templates/pechi_main_new_2016/images/ny-bg.png);*/
/*}*/

/*.liMenTOp{float:left; width:95px; height:100px; border-right: 1px solid white;}*/

/*!*.forSliderBlock{    width: 1061px;*/
/*	margin: -30px 0 0 -31px;}*!*/

/*.forSliderBlock {*/
/*	width: auto;*/
/*	margin-left: -20px;*/
/*	margin-right: -20px;*/
/*	margin-top: -20px;*/
/*}*/

/*!*=========================================*/
/*=            New Styles Header            =*/
/*=========================================*!*/
/*#closeAddress {*/
/*	background-image: url(/local/templates/pechi_main_new_2016/images/closeAdrMag.png);*/
/*	width: 14px;*/
/*	height: 14px;*/
/*	position: absolute;*/
/*	top: 10px;*/
/*	right: 10px;*/
/*	background-repeat: no-repeat;*/
/*	background-position: center;*/
/*	-webkit-background-size: 100%;*/
/*	background-size: 100%;*/
/*	cursor: pointer;*/
/*}*/
/*header * {*/
/*	box-sizing: border-box;*/
/*}*/

/*!*header.main {*/
/*	overflow: hidden;*/
/*}*!*/


/*#login_header ul,*/
/*nav ul {*/
/*	margin: 0;*/
/*	padding: 0;*/
/*}*/
/*#main_menu {*/
/*	-webkit-display: flex;*/
/*	-moz-display: flex;*/
/*	display: flex;*/
/*	flex-flow: row nowrap;*/
/*	width: 100%;*/
/*}*/
/*#login_header ul:after,*/
/*nav ul:after {*/
/*	content: "";*/
/*	display: table;*/
/*	clear: both;*/
/*}*/
/*#login_header ul li,*/
/*nav ul li {*/
/*	float: left;*/
/*	list-style-type: none;*/
/*	margin: 0;*/
/*	padding: 0;*/
/*}*/
/*header.main .step-gray {*/
/*	height: 46px;*/
/*	width: 100%;*/
/*	background-color: #606060;*/
/*}*/
/*header.main .step-gray a {*/
/*	display: block;*/
/*	color: #fff;*/
/*	text-decoration: none;*/
/*	font-size: 15px;*/
/*	padding: 12px 0;*/
/*	height: 46px;*/
/*}*/
/*header.main .step-gray a:hover {*/
/*	color: #ff9736;*/
/*}*/
/*header.main .step-white {*/
/*	width: 100%;*/
/*	background-color: #fff;*/
/*	padding: 20px 0;*/
/*	height: 94px;*/
/*}*/
/*header.main .step-orange {*/
/*	height: 48px;*/
/*	width: 100%;*/
/*	background-color: #DF7C20;*/
/*}*/
/*#login_header li:not(:first-child),*/
/*#top_menu li:not(:first-child) {*/
/*	margin-left: 30px;*/
/*}*/
/*#top_menu {*/
/*	float: left;*/
/*}*/
/*#login_header {*/
/*	float: right;*/
/*}*/
/*#login_header .icon {*/
/*	margin-right: 5px;*/
/*}*/
/*header.main .header-logo {*/
/*	width: 27%;*/
/*}*/
/*header.main .cityblock {*/
/*	width: 20%;*/
/*	position: relative;*/
/*}*/
/*header.main .header-logo,*/
/*header.main .cityblock {*/
/*	float: left;*/
/*}*/
/*header.main .currentcity {*/
/*	padding: 5px 35px 4px 15px;*/
/*	width: 100%;*/
/*	max-width: 160px;*/
/*	background-color: #f7f7f7;*/
/*	border: 1px solid #ebebeb;*/
/*	color: #606060;*/
/*	position: relative;*/
/*	user-select: none;*/
/*	cursor: pointer;*/
/*}*/
/*header.main .currentcity:hover {*/
/*	background-color: #F2F2F2;*/
/*}*/
/*header.main .cityblock > a {*/
/*	display: inline-block;*/
/*	font-size: 14px;*/
/*	line-height: 20px;*/
/*	margin-top: 5px;*/
/*	text-decoration: none;*/
/*	color: #EB7A00;*/
/*	padding: 2px 0;*/
/*}*/
/*header.main .cityblock > a:hover {*/
/*	text-decoration: underline;*/
/*}*/
/*header.main .currentcity::before {*/
/*	content: '';*/
/*		position: absolute;*/
/*		right: 15px;*/
/*		top: 50%;*/
/*		margin-top: -2px;*/
/*		border-top: 4px solid #606060;*/
/*		border-left: 4px solid transparent;*/
/*		border-right: 4px solid transparent;*/
/*}*/
/*header.main .phoneblock {*/
/*	float: left;*/
/*	width: 35%;*/
/*	color: #606060;*/
/*}*/
/*header.main .phoneblock span {*/
/*	display: block;*/
/*	width: 100%;*/
/*}*/
/*header.main .phoneblock .phone {*/
/*	font-size: 26px;*/
/*	line-height: 30px;*/
/*}*/
/*header.main .personalblock {*/
/*	width: 15%;*/
/*	float: right;*/
/*	font-size: 15px;*/
/*	line-height: 23px;*/
/*}*/
/*header.main .personalblock .icon {*/
/*	margin-right: 8px;*/
/*	color: #df7c20;*/
/*	background: #f7f7f7;*/
/*	border-radius: 50%;*/
/*	padding: 7px 5px;*/
/*	font-size: 11px;*/
/*	position: relative;*/
/*	display: inline-block;*/
/*	width: 24px;*/
/*	height: 24px;*/
/*	top: -2px;*/
/*}*/
/*header.main .personalblock a {*/
/*	display: block;*/
/*	color: #606060;*/
/*	text-decoration: none;*/
/*	padding: 0px 0 5px 5px;*/
/*}*/
/*header.main .personalblock a:hover {*/
/*	color: #df7c20;*/
/*}*/
/*header.main .personalblock a:hover .icon {*/
/*	color: #ffffff;*/
/*	background: #df7c20;*/
/*}*/

/*.sale_header_block,*/
/*.cart_header_block,*/
/*.search_header_block {*/
/*	float: left;*/
/*	position: relative;*/
/*}*/
/*.sale_header_block {*/
/*	width: 27%;*/
/*}*/
/*.search_header_block {*/
/*	width: 57%;*/
/*	padding: 6px 10px 6px 0;*/
/*}*/
/*.search_header_block form {*/
/*	position: relative;*/
/*	display: block;*/
/*	float: left;*/
/*	width: 100%;*/
/*}*/
/*.search_header_block input[type="text"] {*/
/*	width: 100%;*/
/*	height: 36px;*/
/*	background-color: white;*/
/*	border-radius: 4px;*/
/*	padding: 0 36px 0 15px;*/
/*	border: none;*/
/*}*/
/*.search_header_block input[type="submit"] {*/
/*	width: 36px;*/
/*	height: 36px;*/
/*	position: absolute;*/
/*	right: 0;*/
/*	top: 50%;*/
/*	margin-top: -18px;*/
/*	background: url('/local/templates/pechi_main_new_2016/images/fixed_search.png') center no-repeat;*/
/*	border: none;*/
/*	cursor: pointer;*/
/*	opacity: .7;*/
/*}*/
/*.search_header_block input[type="submit"]:hover {*/
/*	opacity: 1;*/
/*}*/
/*.cart_header_block {*/
/*	width: 15%;*/
/*}*/
/*.h_basket_items .icon {*/
/*	display: none;*/
/*}*/
/*.sale_header_block {*/
/*	padding-right: 40px;*/
/*}*/
/*.sale_header_block a {*/
/*	display: block;*/
/*	width: 100%;*/
/*	text-align: center;*/
/*	padding: 13px 20px 12px;*/
/*	color: #fff;*/
/*	font-size: 16px;*/
/*	line-height: 23px;*/
/*	text-decoration: none;*/
/*	text-transform: uppercase;*/
/*}*/
/*.sale_header_block a::before {*/
/*	content: '';*/
/*	display: inline-block;*/
/*	background: url(/include/skidki.png);*/
/*	background-size: 100%;*/
/*	width: 24px;*/
/*	height: 24px;*/
/*	margin-right: 8px;*/
/*	vertical-align: middle;*/
/*	margin-top: -5px;*/
/*}*/
/*.sale_header_block a:hover {*/
/*	opacity: .8;*/
/*}*/
/*header.main .cart a {*/
/*	display:block;*/
/*	color: #fff;*/
/*	text-decoration: none;*/
/*	text-transform: uppercase;*/
/*	font-size: 16px;*/
/*	line-height: 23px;*/
/*	padding-left: 10px;*/
/*	padding-right: 20px;*/
/*	text-align: center;*/
/*}*/
/*header.main .cart:hover a {*/
/*	background-color: #E35D01;*/
/*}*/
/*header.main .cart a:after{*/
/*	content:'';*/
/*	display:block;*/
/*	clear:both;*/
/*}*/
/*header.main .cart-info{*/
/*	width:35px;*/
/*	height:48px;*/
/*	display: inline-block;*/
/*	!* float:left; *!*/
/*	background-repeat:no-repeat;*/
/*	background-position:center;*/
/*	background-image:url('/local/templates/pechi_main_new_2016/images/fixed_cart_w.png');*/
/*	margin-right: 10px;*/
/*	position:relative;*/
/*	vertical-align: top;*/
/*}*/
/*header.main .cart-info span{*/
/*	display:block;*/
/*	width:16px;*/
/*	height:16px;*/
/*	text-align:center;*/
/*	font-size:11px;*/
/*	font-weight:400;*/
/*	line-height:16px;*/
/*	background-color:#c40104;*/
/*	position:absolute;*/
/*	right:0;*/
/*	top:12px;*/
/*	border-radius:50%;*/
/*	color:#fff;*/
/*}*/
/*header.main .cart-text{*/
/*	!* float:left; *!*/
/*	display: inline-block;*/
/*	padding:13px 0 12px;*/
/*	vertical-align: top;*/
/*}*/
/*#main_menu .main_menu > li {*/
/*	float: left;*/
/*	width: 9.09%;*/
/*	position: relative;*/
/*}*/
/*#main_menu .main_menu > li > a {*/
/*	display: block;*/
/*	width: 100%;*/
/*	height: 110px;*/
/*	text-align: center;*/
/*	font-size: 10px;*/
/*	line-height: 14px;*/
/*	text-transform: uppercase;*/
/*	border-bottom: 2px solid #e1e1e1;*/
/*	border-left: 1px solid #e8e8e8;*/
/*	padding-top: 60px;*/
/*	color: #606060;*/
/*	background-color: #f2f2f2;*/
/*	background-position: top center;*/
/*	background-repeat: no-repeat;*/
/*	z-index: 9;*/
/*	padding-left: 5px;*/
/*	padding-right: 5px;*/
/*}*/
/*!*#main_menu .main_menu > li.active + li > a {*/
/*	border-left-color: #DF7C20;*/
/*}*!*/
/*@media screen and (min-width: 950px) {*/
/*	#main_menu .main_menu > li:last-child > a {*/
/*		border-right: 1px solid #e8e8e8;*/
/*	}*/
/*	#main_menu .main_menu > li:hover > a {*/
/*		border-bottom-color: #DF7C20;*/
/*		background-color: #f5f5f5;*/
/*	}*/
/*	#main_menu .main_menu > li.active > a {*/
/*		!*border-left-color: #DF7C20;*!*/
/*		border-bottom-color: #DF7C20;*/
/*		background-color: #f5f5f5;*/
/*		!*color: #fff;*!*/
/*		-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.09);*/
/*		-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.09);*/
/*		box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.09);*/
/*		position: relative;*/
/*		z-index: 10;*/
/*	}*/
/*	#main_menu .main_menu > li:hover > a::before {*/
/*		content: '';*/
/*		position: absolute;*/
/*		top: 100%;*/
/*		left: 50%;*/
/*		margin-left: -4px;*/
/*		width: 0;*/
/*		height: 0;*/
/*		border-left: 4px solid transparent;*/
/*		border-right: 4px solid transparent;*/
/*		border-top: 4px solid #DF7C20;*/
/*		z-index: 15;*/
/*	}*/
/*}*/
/*#main_menu .main_menu_child {*/
/*	display: block;*/
/*	opacity: 0;*/
/*	visibility: hidden;*/
/*	padding: 8px 0;*/
/*	transform: translateX(-10%);*/
/*	position: absolute;*/
/*	top: 100%;*/
/*	left: 0;*/
/*	width: 220px;*/
/*	background-color: #fff;*/
/*	z-index: 10;*/
/*	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.19);*/
/*	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.19);*/
/*	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.19);*/
/*	transition: transform .2s ease, opacity .3s ease;*/
/*	will-change: transform, opacity;*/
/*}*/
/*#main_menu .main_menu > li:hover > ul.main_menu_child {*/
/*	opacity: 1;*/
/*	visibility: visible;*/
/*	transform: translateX(0%);*/
/*}*/
/*#main_menu .main_menu > li:nth-last-of-type(-n+2):hover > ul.main_menu_child {*/
/*	display: block;*/
/*	left: auto;*/
/*	right: 0;*/
/*}*/
/*#main_menu .main_menu_child > li {*/
/*	display: block;*/
/*	width: 100%;*/
/*	position: relative;*/
/*}*/
/*#main_menu .main_menu_child > li > a {*/
/*	display: block;*/
/*	width: 100%;*/
/*	padding: 0 15px;*/
/*	font-size: 14px;*/
/*	line-height: 20px;*/
/*}*/
/*#main_menu .main_menu_child > li > a > span {*/
/*	display: block;*/
/*	border-bottom: 1px solid #f5f5f5;*/
/*	padding: 8px 0;*/
/*}*/
/*#main_menu .main_menu_child > li:last-child > a > span {*/
/*	border-bottom: none;*/
/*}*/

/*#mob_main_menu,*/
/*#mob_top_menu,*/
/*.mobile_container .close_menu {*/
/*	display: none;*/
/*}*/
/*#main_menu li.back {*/
/*	display: none;*/
/*}*/
/*.header_mob_more_links,*/
/*.mobile_container .phoneblock {*/
/*	display: none;*/
/*}*/

/*!* mobile *!*/
/*@media screen and (max-width: 950px) {*/
/*	.cent-new,*/
/*	#header_fixed {*/
/*		display: none !important;*/
/*	}*/
/*	#login_header,*/
/*	header.main .cityblock,*/
/*	header.main .personalblock,*/
/*	header.main .sale_header_block,*/
/*	header.main .phoneblock {*/
/*		display: none;*/
/*	}*/
/*	header.main .header-logo {*/
/*		width: 100%;*/
/*		text-align: center;*/
/*	}*/
/*	.search_header_block {*/
/*		width: 100%;*/
/*		padding-left: 10px;*/
/*		padding-right: 10px;*/
/*	}*/
/*	.cart_header_block {*/
/*		width: 70%;*/
/*		text-align: right;*/
/*		position: fixed;*/
/*		top: 0;*/
/*		right: 0;*/
/*		z-index: 810;*/
/*	}*/
/*	header.main .cart a {*/
/*		display: block;*/
/*		text-align: center;*/
/*		padding: 0 20px 0 10px;*/
/*	}*/
/*	header.main .cart_header_block .cart-text {*/
/*		float: left;*/
/*		display: block;*/
/*		padding: 18px 0 17px;*/
/*	}*/
/*	!*header.main .row {*/
/*		padding: 0 10px;*/
/*	}*!*/
/*	header.main .step-orange .row {*/
/*		padding: 0;*/
/*	}*/

/*	header.main .cart-info,*/
/*	header.main .step-gray,*/
/*	header.main .step-orange {*/
/*		height: 58px;*/
/*	}*/
/*	.search_header_block input[type="text"] {*/
/*		height: 42px;*/
/*		margin: 2px 0;*/
/*	}*/
/*	.search_header_block input[type="submit"] {*/
/*		width: 42px;*/
/*		height: 42px;*/
/*		margin-top: -21px;*/
/*	}*/

/*	.header_mob_more_links {*/
/*		width: 100%;*/
/*		display: block;*/
/*	}*/
/*	.header_mob_more_links:after {*/
/*		content: "";*/
/*		display: table;*/
/*		clear: both;*/
/*	}*/
/*	.header_mob_more_links a {*/
/*		display: block;*/
/*		width: 50%;*/
/*		padding: 12px 10px;*/
/*		text-align: center;*/
/*		color: #e2791e;*/
/*		float: left;*/
/*		background-color: #fff;*/
/*		border-bottom: 1px solid #efefef;*/
/*	}*/
/*	.header_mob_more_links a:not(:first-child) {*/
/*		border-left: 1px solid #efefef;*/
/*	}*/

/*	!*header.main .step-gray {*/
/*		background-color: #DF7C20;*/
/*	}*/
/*	header.main .step-orange {*/
/*		background-color: #606060;*/
/*	}*!*/
/*	header.main .cart {*/
/*		float: right;*/
/*	}*/
/*	header.main .cart a {*/
/*		padding: 0 20px 0 10px;*/
/*	}*/
/*	header.main .cart-info {*/
/*		float: left;*/
/*		display: block;*/
/*	}*/
/*	header.main .cart_header_block .cart-text {*/
/*		float: left;*/
/*		display: block;*/
/*		padding: 18px 0 17px;*/
/*	}*/
/*	header.main {*/
/*		padding-top: 58px;*/
/*	}*/
/*	header.main .step-gray {*/
/*		position: fixed;*/
/*		top: 0;*/
/*		z-index: 809;*/
/*	}*/

/*	div.b24-widget-button-wrapper {*/
/*		display: none;*/
/*	}*/

/*	#mob_top_menu {*/
/*		display: block;*/
/*		float: left;*/
/*		width: 73px;*/
/*		height: 58px;*/
/*		padding: 20px 20px;*/
/*		border-right: 1px solid #505050;*/
/*		cursor: pointer;*/
/*	}*/
/*	#mob_top_menu:active {*/
/*		padding-top: 22px;*/
/*	}*/
/*	#mob_top_menu span {*/
/*		display: block;*/
/*		width: 100%;*/
/*		height: 2px;*/
/*		margin-bottom: 6px;*/
/*		background-color: #fff;*/
/*	}*/
/*	#mob_top_menu.active {*/
/*		background-color: #505050;*/
/*	}*/
/*	.mobile_container {*/
/*		position: fixed;*/
/*		top: 58px;*/
/*		left: 0;*/
/*		width: 100%;*/
/*		bottom: 0;*/
/*		z-index: 99;*/
/*		background-color: #505050;*/
/*		border-top: 1px solid #505050;*/
/*		transform: translateX(-100%);*/
/*		transition: transform .3s ease;*/
/*		will-change: transform;*/
/*		opacity: 0;*/
/*		visibility: hidden;*/
/*		overflow-y: auto;*/
/*		overflow-x: hidden;*/
/*	}*/
/*	.mobile_container .scroll {*/
/*		position: relative;*/
/*		padding-top: 62px;*/
/*		padding-bottom: 170px;*/
/*		min-height: 100%;*/
/*	}*/
/*	.mobile_container .scroll:after {*/
/*		content: "";*/
/*		display: table;*/
/*		clear: both;*/
/*	}*/
/*	.mobile_container .close_menu {*/
/*		display: block;*/
/*		position: absolute;*/
/*		bottom: 20px;*/
/*		left: 50%;*/
/*		transform: translateX(-50%);*/
/*		padding: 8px 40px 6px;*/
/*		border: 2px solid #616161;*/
/*		border-radius: 20px;*/
/*		color: #eee;*/
/*		font-size: 15px;*/
/*		line-height: 21px;*/
/*	}*/
/*	header.main .mobile_container .phoneblock {*/
/*		position: absolute;*/
/*		bottom: 80px;*/
/*		width: 100%;*/
/*		left: 0;*/
/*		text-align: center;*/
/*		display: block;*/
/*		font-size: 13px;*/
/*		color: #fff;*/
/*	}*/
/*	header.main .mobile_container .phoneblock a {*/
/*		font-size: 24px;*/
/*		line-height: 28px;*/
/*	}*/
/*	.mobile_container .close_menu:active {*/
/*		bottom: 18px;*/
/*	}*/
/*	#mob_top_menu.active + div.mobile_container {*/
/*		opacity: 1;*/
/*		visibility: visible;*/
/*		transform: translateX(0%);*/
/*	}*/
/*	#mob_top_menu.remove + div.mobile_container {*/
/*		transform: translateX(-100%);*/
/*	}*/
/*	#top_menu {*/
/*		float: none;*/
/*	}*/
/*	#top_menu li {*/
/*		display: block;*/
/*		width: 100%;*/
/*		margin: 0 !important;*/
/*		border-bottom: 1px solid #616161;*/
/*	}*/
/*	#top_menu li a {*/
/*		display: block;*/
/*		width: 100%;*/
/*		font-size: 16px;*/
/*		line-height: 21px;*/
/*		padding: 15px 20px;*/
/*		height: auto;*/
/*	}*/
/*	#login_header {*/
/*		display: block;*/
/*		border-bottom: 1px solid #616161;*/
/*		float: none;*/
/*		position: absolute;*/
/*		top: 0;*/
/*		width: 100%;*/
/*	}*/
/*	#login_header li {*/
/*		width: 50%;*/
/*		margin: 0 !important;*/
/*	}*/
/*	#login_header li:not(:first-child) {*/
/*		border-left: 1px solid #616161;*/
/*	}*/
/*	#login_header a {*/
/*		padding-left: 20px;*/
/*		padding-right: 20px;*/
/*		padding-top: 20px;*/
/*		padding-bottom: 20px;*/
/*		height: auto;*/
/*	}*/

/*	#mob_main_menu {*/
/*		display: block;*/
/*		position: relative;*/
/*		padding: 22px 20px;*/
/*		font-size: 16px;*/
/*		line-height: 24px;*/
/*		background-image: url('/local/templates/pechi_main_new_2016/components/bitrix/breadcrumb/eshop_adapt/images/breadcrumbs_arrow.png');*/
/*		background-repeat: no-repeat;*/
/*		background-position: right 20px center;*/
/*		color: #e2791e;*/
/*		font-weight: bold;*/
/*		border-bottom: 1px solid #e2791e;*/
/*		background-color: #efefef;*/
/*		background-color: #fff;*/
/*		height: 70px;*/
/*	}*/
/*	#mob_main_menu:active {*/
/*		padding-top: 24px;*/
/*	}*/
/*	#mob_main_menu .icon {*/
/*		margin-right: 8px;*/
/*	}*/
/*	#mob_main_menu + ul {*/
/*		position: fixed;*/
/*		top: 58px;*/
/*		left: 0;*/
/*		width: 100%;*/
/*		bottom: 0;*/
/*		height: auto;*/
/*		z-index: 112;*/
/*		overflow-x: auto;*/
/*		background-color: #fff;*/
/*		visibility: hidden;*/
/*		opacity: 0;*/
/*		transform: translateX(100%);*/
/*		transition: transform .3s ease;*/
/*		will-change: transform;*/
/*	}*/
/*	#mob_main_menu.active + ul {*/
/*		opacity: 1;*/
/*		visibility: visible;*/
/*		transform: translateX(0);*/
/*	}*/
/*	#mob_main_menu.remove + ul {*/
/*		transform: translateX(100%);*/
/*	}*/
/*	#mob_main_menu + ul.main_menu li {*/
/*		width: 100%;*/
/*		float: none;*/
/*		overflow: hidden;*/
/*		background-image: url('/local/templates/pechi_main_new_2016/components/bitrix/breadcrumb/eshop_adapt/images/breadcrumbs_arrow.png');*/
/*		background-repeat: no-repeat;*/
/*		background-position: right 20px center;*/
/*	}*/
/*	#mob_main_menu + ul.main_menu li a {*/
/*		padding: 22px 30px 20px 70px;*/
/*		font-size: 14px;*/
/*		line-height: 20px;*/
/*		height: auto;*/
/*		text-align: left;*/
/*		background-position: left -10px top 0;*/
/*		background-color: transparent;*/
/*		border: none;*/
/*		border-bottom: 1px solid #efefef;*/
/*	}*/
/*	#mob_main_menu + ul.main_menu li a:active,*/
/*	#mob_main_menu + ul.main_menu li a:hover {*/
/*		color: #DF7C20;*/
/*	}*/
/*	#mob_main_menu + ul li.back {*/
/*		display: block;*/
/*		background: #eee;*/
/*		padding: 15px 20px;*/
/*		cursor: pointer;*/
/*	}*/
/*	#mob_main_menu + ul li.back:active {*/
/*		padding-top: 17px;*/
/*		padding-bottom: 13px;*/
/*	}*/
/*	#mob_main_menu + ul li.back span::before {*/
/*		content: '';*/
/*		width: 6px;*/
/*		height: 12px;*/
/*		display: inline-block;*/
/*		background-image: url('/local/templates/pechi_main_new_2016/components/bitrix/breadcrumb/eshop_adapt/images/breadcrumbs_arrow.png');*/
/*		transform: rotate(180deg);*/
/*		margin-right: 12px;*/
/*	}*/

/*	.cart_header_block > div {*/
/*		display: inline-block !important;*/
/*		float: none;*/
/*		vertical-align: top;*/
/*	}*/
/*	header.main #ind_compare {*/
/*		display: block !important;*/
/*		padding: 18px 20px 17px;*/
/*		font-size: 16px;*/
/*		color: #fff;*/
/*	}*/
/*}*/
/*@media screen and (min-width: 560px) and (max-width: 950px) {*/
/*	header.main .header-logo {*/
/*		width: auto;*/
/*		float: left;*/
/*	}*/
/*	header.main .phoneblock {*/
/*		display: block;*/
/*		float: right;*/
/*		width: auto;*/
/*		padding: 6px 0;*/
/*	}*/
/*}*/


/*#content-wrapper {*/
/*	background: none repeat scroll 0 0 #fff;*/
/*	margin: 0 auto;*/
/*	padding: 20px 20px;*/
/*	position: relative;*/
/*	width: 100%;*/
/*	max-width: 1060px;*/
/*	box-sizing: border-box;*/
/*}*/
/*@media screen and (max-width: 600px) {*/
/*	#content-wrapper {*/
/*		padding-top: 0;*/
/*	}*/
/*	.services .column {*/
/*		width: 100%;*/
/*		margin-bottom: 10px;*/
/*	}*/
/*}*/

/*#left-column {*/
/*	display: inline-block;*/
/*	float: none;*/
/*	vertical-align: top;*/
/*	width: 240px;*/
/*}*/

/*#content {*/
/*	display: inline-block;*/
/*	float: none;*/
/*	vertical-align: top;*/
/*	width: 100%;*/
/*	position: relative;*/

/*}*/

/*.content-block-new {*/
/*	width: 73%;*/
/*	float: left;*/
/*	-webkit-box-sizing: border-box;*/
/*	-moz-box-sizing: border-box;*/
/*	box-sizing: border-box;*/
/*}*/

/*.content-block-sale {*/
/*	width: 100%;*/
/*	float: left;*/
/*	-webkit-box-sizing: border-box;*/
/*	-moz-box-sizing: border-box;*/
/*	box-sizing: border-box;*/
/*}*/

/*div#catalog_menu {*/
/*	background-color: #b95e05;*/
/*	padding-top: 2px;*/
/*	border-radius: 4px;*/
/*}*/

/*#left-menu {*/
/*	font-family: 'Roboto Condenced', Tahoma, sans-serif;*/
/*	list-style-type: none;*/
/*	margin: 0px;*/
/*	width: auto;*/
/*	background: #e77506;*/
/*	border-radius: 4px;*/
/*	padding: 0 0 20px 0;*/
/*}*/

/*#left-menu li {*/
/*	border: none;*/
/*	width: auto;*/
/*}*/

/*#left-menu li a {*/
/*	background: none;*/
/*	color: #fff;*/
/*	display: block;*/
/*	font-size: 17px;*/
/*	padding: 10px 7px 10px 7px;*/
/*	text-decoration: none;*/
/*	font-family: 'Roboto Condensed', Tahoma, sans-serif;*/
/*	width: auto;*/
/*}*/

/*#left-menu li a:hover, #left-menu li.selected a.selected, #left-menu li.selected ul li a:hover {*/
/*	background: none;*/
/*	text-decoration: none;*/
/*	background: #6e3703;*/
/*	color: #fff;*/
/*}*/

/*#left-menu > li.selected {*/
/*	border: none;*/
/*}*/

/*#left-menu ul {*/
/*	padding-top: 10px;*/
/*}*/

/*#left-menu ul li.current a.selected, #left-menu ul li.current a.selected:hover {*/
/*	background: #6e3703;*/
/*}*/

/*#showHideFilter {*/
/*}*/

/*.btnShowFilter {*/
/*	border: none;*/
/*	outline: none;*/
/*	width: 40px;*/
/*	height: 20px;*/
/*	position: absolute;*/
/*	right: 8px;*/
/*	top: -53px;*/
/*}*/

/*.catalog_head {*/
/*	color: #fff;*/
/*	font-size: 30px;*/
/*	font-weight: bold;*/
/*	line-height: 33px;*/
/*	padding: 10px 0 10px 7px;*/
/*}*/

/*.theme-default .nivoSlider {*/
/*	box-shadow: none !important;*/
/*}*/

/*.slider-wrapper {*/
/*	position: relative;*/
/*}*/

/*.theme-default .nivo-controlNav a {*/
/*	border-radius: 50% !important;*/
/*	display: inline-block;*/
/*	height: 18px !important;*/
/*	margin: 0 5px 0 5px !important;*/
/*	text-indent: -9999px;*/
/*	width: 18px !important;*/

/*}*/

/*.theme-default .nivo-controlNav {*/
/*	border-radius: 17px;*/
/*	bottom: 15px;*/
/*	right: 25px;*/
/*	margin: 0 auto 0 -71px;*/
/*	padding: 0 !important;*/
/*	position: absolute;*/
/*	text-align: center;*/
/*	z-index: 10;*/
/*	padding: 6px 10px !important;*/
/*}*/

/*.theme-default .nivo-controlNav a.active {*/
/*	background: url(/local/templates/pechi_main_new_2016/images/slider_nav2.png) no-repeat center -2px !important;*/
/*}*/

/*!*#znb {*/
/*	font-size: 0;*/
/*}*!*/

/*.zn {*/
/*	display: inline-block;*/
/*	vertical-align: top;*/
/*	width: 24%;*/
/*	margin-left: 9px;*/
/*	height: 70px;*/
/*	border-radius: 3px;*/
/*	text-align: center;*/
/*	background: #fbf8f1;*/
/*	padding-top: 10px;*/
/*	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*/
/*	text-decoration: none;*/
/*	color: #563743;*/
/*}*/

/*.zn:hover span {*/
/*	display: none;*/
/*}*/

/*.zn:hover img {*/
/*	display: inline-block;*/
/*}*/

/*.zn:hover {*/
/*	background: #e18228;*/
/*}*/

/*.zn img {*/
/*	display: none;*/
/*}*/

/*.zn span {*/
/*	display: block;*/
/*	font-size: 18px;*/
/*}*/

/*#zn1 {*/
/*	margin-left: 0;*/
/*}*/

/*#zn1 span, #zn3 span {*/
/*	padding-top: 5px;*/
/*}*/

/*#zn2 span {*/
/*	padding-top: 16px;*/
/*}*/

/*#zn4 span {*/
/*	padding-top: 16px;*/
/*}*/

/*.zg {*/
/*	padding: 12px 14px 0 14px;*/
/*	height: 46px;*/
/*	border-radius: 4px;*/
/*	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*/
/*	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*/
/*	font-family: 'Roboto Condensed', Tahoma, sans-serif;*/
/*	background: #fbf8f1;*/
/*	font-size: 30px;*/
/*	line-height: 33px;*/
/*	color: #563743;*/
/*	display: inline-block;*/
/*	margin: 20px 0 0 0;*/
/*}*/

/*.zg a {*/
/*	color: #563743 !important;*/
/*	font-size: 14px;*/
/*	font-weight: 400;*/
/*	line-height: 16px;*/
/*	margin-left: 10px;*/
/*}*/

/*.catalog-item-cards {*/
/*	font-size: 0;*/
/*	margin-top: 20px;*/
/*}*/

/*li.catalog-item-card, .catalog-item-card-1 {*/
/*	float: none;*/
/*	display: inline-block;*/
/*	width: 240px;*/
/*	vertical-align: top;*/
/*	margin-right: 13px;*/
/*	position: relative;*/
/*	padding: 0;*/
/*}*/

/*li.catalog-item-card .item-image,*/
/*.catalog-item-card-1 .item-image {*/
/*	width: 240px;*/
/*	!*overflow: hidden;*!*/
/*	height: 250px;*/
/*	border-radius: 4px;*/
/*	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*/
/*	border: none;*/
/*	margin: 0;*/
/*	padding: 0px;*/
/*}*/

/*.item-image a {*/
/*	position: relative;*/
/*	display: flex;*/
/*	width: 240px;*/
/*	height: 250px;*/
/*}*/

/*.item-image img {*/
/*	max-width: 100%;*/
/*	max-height: 100%;*/
/*	margin: auto;*/
/*}*/

/*li.catalog-item-card .item-info,*/
/*.catalog-item-card-1 .item-info {*/
/*	height: 165px;*/
/*	margin-top: 10px;*/
/*	float: none;*/
/*	padding: 22px 10px 0 10px;*/
/*	width: 220px*/
/*}*/

/*li.catalog-item-card .item-info1,*/
/*.catalog-item-card-1 .item-info1 {*/
/*background: url("/bitrix/templates/pechi_main_new/images/FOnBuy.png") 100% 100% / cover;*/
/*box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*/
/*	border: 1px solid #beb3ac;*/
/*	border-radius: 6px;*/
/*	height: 203px;*/
/*	margin-top: 10px;*/
/*	float: none;*/
/*	padding: 22px 10px 0 10px;*/
/*	width: 220px;*/
/*}*/

/*li.catalog-item-card .item-title,*/
/*.catalog-item-card-1 .item-title {*/
/*	height: 52px;*/
/*	display: table-cell;*/
/*	width: 100%;*/
/*	vertical-align: middle;*/
/*}*/

/*.tr_char td{border-bottom:1px solid #e1e1e1;}*/

/*.item-title a {*/
/*	font-size: 18px;*/
/*	line-height: 21px;*/
/*	font-family: 'Roboto', Tahoma, sans-serif;*/
/*	color: #563743;*/
/*	text-decoration: none;*/
/*	font-weight: bold;*/
/*}*/

/*.item-title a span {*/
/*	display: block;*/
/*	overflow: hidden;*/
/*}*/

/*.otz {*/
/*	height: 30px;*/
/*	border-top: 1px solid #563743;*/
/*	border-bottom: 1px solid #563743;*/
/*	font-size: 16px;*/
/*	line-height: 18px;*/
/*	color: #565656;*/
/*}*/

/*.item-price {*/
/*	height: 40px;*/
/*	width: 100%;*/
/*	position: relative;*/
/*	font-size: 16px;*/
/*	line-height: 20px;*/
/*	color: #0A0A0A;*/
/*	font-weight: bold;*/
/*}*/

/*.old_price2 {*/
/*	padding-top: 5px;*/
/*	display: block;*/
/*	text-align: center;*/
/*}*/

/*.new_price {*/
/*	display: block;*/
/*	text-align: center;*/
/*}*/

/*.old_price {*/
/*	text-decoration: line-through;*/
/*	color: black;*/
/*	display: block;*/
/*	text-align: center;*/
/*}*/

/*#blockAdrMAg{*/
/*	position: absolute;*/
/*	top: 100%;*/
/*	left: 0;*/
/*	background: white;*/
/*	width: 360px;*/
/*	z-index: 100;*/
/*	display: none;*/
/*	padding: 5px 30px 5px 20px;*/
/*	-webkit-box-shadow: 1px 2px 2px 2px rgba(158,158,158,0.47);*/
/*	-moz-box-shadow: 1px 2px 2px 2px rgba(158,158,158,0.47);*/
/*	box-shadow: 1px 2px 2px 2px rgba(158,158,158,0.47);*/
/*	font-size: 13px;*/
/*	line-height: 20px;*/
/*}*/

/*.link_adr_mag{display: block; margin: 10px 0; color: #928F8F; text-decoration: none;}*/
/*a.link_adr_mag:hover{ text-decoration: underline;}*/

/*.chooseAdr{*/
/*	text-align: center;*/
/*	font-size: 15px;*/
/*	color: #716D6D;*/
/*	cursor:pointer;}*/

/*a.catalog-item-buy {*/
/*	background: url(/local/templates/pechi_main_new_2016/images/kup1.png) no-repeat;*/
/*	float: none;*/
/*	background-size: 100% 100%;*/
/*	height: 20px;*/
/*	width: 90px;*/
/*	display: block;*/
/*	text-align: center;*/
/*	font-size: 15px;*/
/*	line-height: 4px;*/
/*	color: #fff;*/
/*	padding-top: 12px;*/
/*	text-transform: uppercase;*/
/*	font-family: 'Roboto', Tahoma, sans-serif;*/
/*	text-decoration: none;*/
/*	cursor: pointer;*/
/*	box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.5);*/
/*	border-radius: 6px;*/
/*	margin: auto;}*/

/*a.catalog-item-buy1 {*/
/*	background: url(/local/templates/pechi_main_new_2016/images/buyGreen.png) 100% 100% / cover;*/
/*	float: none;*/
/*	height: 31px;*/
/*	width: 160px;*/
/*	display: block;*/
/*	text-align: center;*/
/*	font-size: 18px;*/
/*	line-height: 21px;*/
/*	color: #fff;*/
/*	padding-top: 12px;*/
/*	text-transform: uppercase;*/
/*	margin: 0 auto;*/
/*	font-weight: bold;*/
/*	font-family: 'Roboto', Tahoma, sans-serif;*/
/*	text-decoration: none;*/
/*	cursor: pointer;*/
/*	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*/
/*	border-radius: 6px;*/
/*}*/

/*a.catalog-item-buy:hover {*/
/*	background: url(/local/templates/pechi_main_new_2016/images/kup1.png) no-repeat;*/
/*}*/

/*.kup_d {*/
/*	width: 100%;margin-top: 10px; margin-bottom: -8px;*/

/*	 !* position: absolute;*/
/*	bottom: 0px;*!*/
/*}*/

/*.otst{right:15px;}*/


/*.skr1 {*/
/*display:none;*/
/*	position: absolute;*/
/*	width: 11px;*/
/*	height: 49px;*/
/*	top: 230px;*/
/*	left: 32px;*/
/*	background: url(/local/templates/pechi_main_new_2016/images/skrepka5.png) no-repeat;*/
/*}*/

/*.skr2 {*/
/*display:none;*/
/*	position: absolute;*/
/*	width: 11px;*/
/*	height: 49px;*/
/*	top: 230px;*/
/*	right: 32px;*/
/*	background: url(/local/templates/pechi_main_new_2016/images/skrepka5.png) no-repeat;*/
/*}*/

/*.skr12 {*/
/*	position: absolute;*/
/*	width: 11px;*/
/*	height: 49px;*/
/*	top: 230px;*/
/*	left: 32px;*/
/*	background: url(/local/templates/pechi_main_new_2016/images/roupRight.png) no-repeat;*/
/*}*/

/*.skr22 {*/
/*	position: absolute;*/
/*	width: 11px;*/
/*	height: 49px;*/
/*	top: 230px;*/
/*	right: 32px;*/
/*	background: url(/local/templates/pechi_main_new_2016/images/roupRight.png) no-repeat;*/
/*}*/

/*.item-title2 {*/
/*	height: 49px;*/
/*	overflow: hidden;*/
/*}*/

/*!**/
/*div.ct-item1{*/
/*	margin-left:0;*/
/*}*!*/

/*div.catalog-item-cards {*/
/*	width: 100%;*/
/*}*/

/*.otz {*/
/*	position: relative;*/
/*	padding-top: 5px;*/
/*	height: 25px;*/
/*}*/

/*.otz .bx_item_detail_rating .bx_stars_rating_votes {*/
/*	display: none;*/
/*}*/

/*.otz .bx_item_detail_rating .bx_item_rating {*/
/*	position: absolute;*/
/*	right: 0;*/
/*	text-align: right;*/
/*	top: 0;*/
/*}*/

/*.skidka {*/
/*	position: absolute;*/
/*	top: 0;*/
/*	right: 0;*/
/*	background: #e14628;*/
/*	border-radius: 50%;*/
/*	width: 50px;*/
/*	height: 39px;*/
/*	font-size: 18px;*/
/*	line-height: 24px;*/
/*	!**/
/*		font-weight:bold;*!*/
/*	color: #fffefe;*/
/*	text-align: center;*/
/*	padding-top: 11px;*/
/*}*/

/*.novinka {*/
/*	position: absolute;*/
/*	top: 10px;*/
/*	left: 0px;*/
/*	background: #e14628;*/
/*	border-top-right-radius: 10px;*/
/*	border-bottom-right-radius: 10px;*/
/*	width: 128px;*/
/*	height: 26px;*/
/*	font-size: 18px;*/
/*	line-height: 21px;*/
/*	font-weight: bold;*/
/*	color: #fffefe;*/
/*	text-align: center;*/
/*	padding-top: 4px;*/
/*	text-transform: uppercase;*/
/*}*/

/*.jcarousel-wrapper {*/
/*	margin-bottom: 27px !important;*/
/*}*/

/*#slider_brands .item-image2 {*/
/*	width: 80px;*/
/*	height: 80px;*/
/*	border: none;*/
/*	margin: 0;*/
/*	vertical-align: middle;*/
/*	display: inline-block;*/
/*	text-align: center;*/
/*}*/

/*.brand_img {*/
/*	max-width: 80px;*/
/*	max-height: 80px;*/
/*	height: auto !important;*/
/*	height: auto !important;*/
/*}*/

/*.li_brends {*/
/*	float: none;*/
/*	display: inline-block;*/
/*	width: 88px;*/
/*	height: 88px;*/
/*	vertical-align: top;*/
/*	margin-right: 33px;*/
/*	position: relative;*/
/*	padding: 10px 0 0 10px;*/
/*	!*overflow: hidden;*!*/
/*	!*border-radius: 140px;*!*/
/*!*	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*/
/*	-moz-transition: box-shadow 0.3s ease;*/
/*	-o-transition: box-shadow 0.3s ease;*/
/*	-webkit-transition: box-shadow 0.3s ease;*!*/
/*}*/
/*@media screen and (max-width: 1023px) {*/
/*	#slider_brands {*/
/*		margin-bottom: 50px;*/
/*	}*/
/*}*/
/*#slider_brands:after {*/
/*	content: "";*/
/*	display: table;*/
/*	clear: both;*/
/*}*/
/*#slider_brands .item {*/
/*	float: left;*/
/*	width: 88px;*/
/*	height: 88px;*/
/*	text-align: center;*/
/*}*/


/*#content {*/
/*	color: #606060;*/
/*}*/

/*.pagetitle {*/
/*	font-size: 24px;*/
/*	line-height: 30px;*/
/*	margin: 0;*/
/*	padding: 15px 0;*/
/*	border-bottom: 1px solid #f4ad49;*/
/*	text-align: left;*/
/*}*/

/*.pagetitle_insite {*/
/*	display: inline-block;*/
/*	font-size: 30px;*/
/*	line-height: 31px;*/
/*	margin-bottom: 15px;*/
/*	margin-top: 0;*/
/*	padding: 10px 0;*/
/*	vertical-align: top;*/
/*}*/

/*.titleElem{    display: inline-block;*/
/*	font-size: 19px;*/
/*	line-height: 31px;*/
/*	vertical-align: top;*/
/*	text-transform: uppercase;*/
/*	position: absolute;*/
/*	top: -45px;*/
/*	height: 31px;*/
/*	width: 100%;*/
/*	border-bottom: 2px solid #e1e1e1;*/
/*	text-align: right;}*/


/*.textHits{*/
/*	position: absolute;*/
/*	left: 0px;*/
/*	top: 31px;*/
/*}*/

/*.hitsSales{position:relative;}*/

/*#footer-wrapper {*/
/*	background: #e1e1e1;*/
/*	width: 100%;*/
/*	position: relative;*/
/*	!*height: 400px;*!*/
/*}*/

/*#f_poloska {*/
/*	position: absolute;*/
/*	height: 3px;*/
/*	width: 100%;*/
/*	left: 0;*/
/*	top: 403px;*/
/*	background: #bababa;*/
/*}*/

/*#footer-in {*/
/*	width: 100%;*/
/*	max-width: 1060px;*/
/*	position: relative;*/
/*	margin: 0 auto;*/
/*	height: 350px;*/
/*}*/

/*#flogo {*/
/*	width: 275px;*/
/*	padding: 0 0px;*/
/*	position: absolute;*/
/*	left: 30px;*/
/*	top: 20px;*/
/*	border-radius: 6px;*/
/*	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*/
/*	overflow: hidden;*/
/*	height: 155px;*/
/*}*/

/*#flogo img {*/
/*	width: 100%;*/
/*}*/

/*#ftel {*/
/*	position: absolute;*/
/*	left: 30px;*/
/*	top: 212px;*/
/*	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*/
/*	overflow: hidden;*/
/*	width: 275px;*/
/*	height: 52px;*/
/*	font-size: 33px;*/
/*	line-height: 52px;*/
/*	color: #563743;*/
/*	border-radius: 6px;*/
/*	background: #fff;*/
/*	text-align: center;*/
/*}*/

/*#fadres {*/
/*	background: none repeat scroll 0 0 #fbf8f1;*/
/*	border-radius: 6px;*/
/*	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*/
/*	color: #563743;*/
/*	font-size: 15px;*/
/*	line-height: 25px;*/
/*	overflow: hidden;*/
/*	padding: 10px 10px 10px 15px;*/
/*	position: absolute;*/
/*	right: 30px;*/
/*	top: 20px;*/
/*	width: 672px;*/
/*}*/

/*#copyr {*/
/*	!*position: absolute;*!*/
/*	!*left: 30px;*/
/*	top: 438px;*!*/
/*	line-height: 18px;*/
/*	color: #563743;*/
/*	float: left;*/
/*    width: 435px;*/
/*    max-width: 90%;*/
/*}*/

/*#foot_panel {*/
/*	display: none;*/
/*}*/

/*#flinks {*/
/*	!*position: absolute;*/
/*	left: 410px;*/
/*	top: 438px;*!*/
/*}*/

/*#stat-foot {*/
/*	position: absolute;*/
/*	left: 540px;*/
/*	top: 438px;*/
/*}*/

/*#stat-foot a {*/
/*	font-size: 14px;*/
/*	line-height: 18px;*/
/*	color: #563743;*/
/*}*/

/*#flinks a {*/
/*	font-size: 14px;*/
/*	line-height: 24px;*/
/*	color: #563743;*/
/*}*/

/*#razr {*/
/*	float: right;*/
/*	color: #161616;*/
/*	line-height: 18px;*/
/*	!*position: absolute;*/
/*	top: 282px;*/
/*	right: 0px;*!*/
/*	width: 20%;*/
/*}*/
/*#razr a {*/
/*	margin-top: 5px;*/
/*	display: block;*/
/*}*/
/*#razr img {*/
/*	vertical-align: middle;*/
/*}*/

/*#socl a {*/
/*		display: inline-block;*/
/*		vertical-align: top;*/
/*		width: 30px;*/
/*		height: 30px;*/
/*		text-decoration: none;*/
/*		outline: none;*/
/*		margin-left: 5px;*/
/*}*/

/*.left_links {*/
/*	display: block;*/
/*	margin-bottom: 20px;*/
/*	border-radius: 4px;*/
/*	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*/
/*	width: 240px;*/
/*	height: 52px;*/
/*	padding-top: 28px;*/
/*	color: #563743;*/
/*	font-size: 18px;*/
/*	line-height: 21px;*/
/*	text-decoration: none;*/
/*	text-align: center;*/
/*}*/

/*.left_links img {*/
/*	display: none;*/
/*}*/

/*.left_links span {*/
/*	display: block;*/
/*}*/
/*!**/
/*.left_links:hover img {*/
/*	display: inline-block;*/
/*}*/

/*.left_links:hover {*/
/*	background-color: #e77506;*/
/*	height: 67px;*/
/*	padding-top: 13px !important;*/
/*}*/

/*.left_links:hover span {*/
/*	display: none;*/
/*}*!*/

/*.left_links2 {*/
/*	height: 62px;*/
/*	padding-top: 18px;*/
/*}*/

/*.catalog_head {*/
/*	background: #e77506;*/
/*	border-top-left-radius: 4px;*/
/*	border-top-right-radius: 4px;*/
/*}*/

/*#left-menu {*/
/*	border-radius: 0;*/
/*	border-bottom-left-radius: 4px;*/
/*	border-bottom-right-radius: 4px;*/
/*}*/

/*.bx_content_section .catalog-item-card {*/
/*	margin-bottom: 20px;*/
/*}*/

/*.grid2x1 .bx_content_section {*/
/*	float: none;*/
/*	margin-bottom: 15px;*/
/*	width: 100%*/
/*}*/

/*.bx_content_section li.catalog-item-card, .catalog-item-card-1 {*/
/*	margin-right: 7px;*/
/*}*/

/*.grid2x1 .bx_sidebar {*/
/*	display: none;*/
/*}*/

/*.bx_content_section .bx_notavailable {*/
/*	color: #565656;*/
/*	display: block;*/
/*	font-size: 18px;*/
/*	font-weight: bold;*/
/*	line-height: 21px;*/
/*	padding-top: 30px;*/
/*	text-align: center;*/
/*}*/

/*.zg_sect {*/
/*	padding: 10px 12px;*/
/*	border-radius: 4px;*/
/*	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*/
/*	background: #fbf8f1;*/
/*	font-size: 30px;*/
/*	line-height: 31px;*/
/*	margin-bottom: 15px;*/
/*	display: inline-block;*/
/*	vertical-align: top;*/
/*}*/

/*.bx_filter_horizontal .bx_filter_container_title {*/
/*	color: #777373;*/
/*	font-size: 15px;*/
/*	margin-bottom: 10px;*/
/*}*/

/*.bx_filter_horizontal.bx_blue .bx_filter_section {*/
/*	border-radius: 6px;*/
/*	min-height: 200px;*/
/*	margin-bottom: 25px;*/
/*	border: none;*/
/*	background: white;*/
/*}*/

/*.bx_filter_horizontal .bx_filter_section {*/
/*	padding: 15px 0;*/
/*}*/

/*.bx_filter_horizontal .bx_filter_param_area .bx_filter_param_area_block input {*/
/*	box-shadow: none;*/
/*	border-radius: 8px;*/
/*	height: 20px;*/
/*	max-width: 91px !important;*/
/*}*/

/*.bx_filter_horizontal .bx_filter_param_area .bx_filter_param_area_block .bx_input_container {*/
/*	!*border-radius: 11px;*/
/*	border: 1px solid #dbd1ce;*/
/*	padding-bottom: 1px;*/
/*	max-width: 91px !important;*/
/*	width: 91px !important;*!*/
/*}*/

/*.bx_filter_title {*/
/*	display: none;*/
/*}*/

/*.bx_filter_horizontal .bx_ui_slider_handle {*/
/*	height: 25px;*/
/*	margin-top: -13px;*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	width: 20px;*/
/*}*/

/*.bx_filter_horizontal.bx_blue .bx_ui_slider_range {*/
/*	background: #e18228;*/
/*}*/

/*.bx_filter_horizontal .bx_ui_slider_handle.left {*/
/*	margin-left: -15px;*/
/*}*/

/*.bx_filter_horizontal .bx_ui_slider_handle.right {*/
/*	margin-right: -15px;*/
/*}*/

/*.bx_filter_horizontal .bx_ui_slider_track {*/

/*}*/

/*.pdp_price {*/
/*	padding-top: 5px;*/
/*}*/

/*.filt_ch {*/
/*	display: none;*/
/*}*/

/*.filt_ch2 {*/
/*	display: inline-block;*/
/*	padding-left: 25px;*/
/*	background: url(/local/templates/pechi_main_new_2016/images/checkbox2.png) no-repeat;*/
/*	cursor: pointer;*/
/*	font-size: 15px;*/
/*	line-height: 17px;*/
/*	color: #777373;*/
/*}*/


/*.filt_active {*/
/*	background: url(/local/templates/pechi_main_new_2016/images/checkbox.png) no-repeat;*/
/*}*/

/*.img_underSec{display:none;}*/

/*.skroll{    background: white;*/
/*	width: 104%;*/
/*	height: 25px;*/
/*	position: absolute;*/
/*	top: -11px;*/
/*	left: -7px;*/
/*	border-radius: 10px;*/
/*	border: 1px solid #e1e1e1;*/
/*	-webkit-box-shadow: 3px 3px 5px 0px rgba(189,187,189,1);*/
/*	-moz-box-shadow: 3px 3px 5px 0px rgba(189,187,189,1);*/
/*	box-shadow: 3px 3px 5px 0px rgba(189,187,189,1);}*/


/*.item-image-sec a {*/
/*	position: relative;*/
/*	display: block;*/
/*	height: 230px;*/
/*	overflow:hidden;*/
/*}*/

/*.item-image-sec img {*/
/*	max-width: 100%;*/
/*	max-height: 100%;*/
/*	margin: auto;*/
/*}*/

/*.catalog-item-card-sec{*/
/*	float: none;*/
/*	display: inline-block;*/
/*	width: 150px;*/
/*	vertical-align: top;*/
/*	margin-right: 13px;*/
/*	position: relative;*/
/*	padding: 0;*/
/*	margin-bottom: 20px;*/
/*	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*/
/*}*/

/*.catalog-item-card-sec .item-image-sec{*/
/*	width: 100%;*/
/*	!* overflow: hidden; *!*/
/*	height: 230px;*/
/*	border-radius: 4px;*/
/*	border: none;*/
/*	margin: 0;*/
/*	padding: 0px;}*/

/*.catalog-item-card-sec .item-info-sec {*/
/*	border-radius: 4px;*/
/*	 !* box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*!*/
/*	height: 185px;*/
/*	padding: 15px 20px 0;*/
/*	-webkit-box-sizing: border-box;*/
/*	-moz-box-sizing: border-box;*/
/*	box-sizing: border-box;*/
/*	float: none;*/
/*	width: 100%;*/
/*	margin-bottom: 30px;*/
/*}*/

/*.item-title2-sec {*/
/*	height: 49px;*/
/*	overflow: hidden;*/
/*}*/

/*.item-title-sec a {*/
/*	font-size: 13px;*/
/*	line-height: 21px;*/
/*	font-family: 'Roboto', Tahoma, sans-serif;*/
/*	color: #563743;*/
/*	text-decoration: none;*/
/*	font-weight: bold;*/
/*}*/

/*.item-price-sec {*/
/*	height: 45px;*/
/*	width: 100%;*/
/*	position: relative;*/
/*	font-size: 16px;*/
/*	line-height: 20px;*/
/*	color: #0A0A0A;*/
/*	font-weight: bold;*/
/*}*/

/*a.catalog-item-buy-sec {*/
/*	background: url(/local/templates/pechi_main_new_2016/images/kup1.png) no-repeat;*/
/*	float: none;*/
/*	background-size: 100% 100%;*/
/*	height: 18px;*/
/*	width: 90px;*/
/*	display: block;*/
/*	text-align: center;*/
/*	font-size: 15px;*/
/*	line-height: 4px;*/
/*	color: #fff;*/
/*	padding-top: 12px;*/
/*	text-transform: uppercase;*/
/*	font-family: 'Roboto', Tahoma, sans-serif;*/
/*	text-decoration: none;*/
/*	cursor: pointer;*/
/*	box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.5);*/
/*	border-radius: 6px;*/
/*	margin: 0 auto 16px;*/
/*}*/


/*.item-image-sec-Hits a {*/
/*	position: relative;*/
/*	display: block;*/
/*	width: 150px;*/
/*	height: 150px;*/
/*}*/

/*.item-image-sec-Hits img {*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	position: absolute;*/
/*	top: 0px;*/
/*	right: 0px;*/
/*	bottom: 0px;*/
/*	left: 0px;*/
/*	margin: auto;*/
/*}*/

/*.catalog-item-card-sec-Hits{*/
/*	float: none;*/
/*	display: inline-block;*/
/*	width: 150px;*/
/*	vertical-align: top;*/
/*	margin-right: 13px;*/
/*	position: relative;*/
/*	padding: 0;*/
/*}*/

/*.catalog-item-card-sec-Hits .item-image-sec-Hits{width: 150px;*/
/*	!* overflow: hidden; *!*/
/*	height: 150px;*/
/*	border-radius: 4px;*/
/*	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*/
/*	border: none;*/
/*	margin: 0;*/
/*	padding: 0px;}*/

/*.catalog-item-card-sec-Hits .item-info-sec-Hits {*/
/*	border-radius: 4px;*/
/*	 !* box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*!*/
/*	height: 170px;*/
/*	margin-top: 10px;*/
/*	float: none;*/
/*	padding: 15px 10px 0 10px;*/
/*	width: 150px;*/
/*	margin-bottom: 15px;*/
/*}*/

/*.item-title2-sec-Hits {*/
/*	height: 49px;*/
/*	overflow: hidden;*/
/*}*/

/*.item-title-sec-Hits a {*/
/*	font-size: 13px;*/
/*	line-height: 21px;*/
/*	font-family: 'Roboto', Tahoma, sans-serif;*/
/*	color: #563743;*/
/*	text-decoration: none;*/
/*	font-weight: bold;*/
/*}*/

/*.item-price-sec-Hits {*/
/*	height: 35px;*/
/*	width: 100%;*/
/*	position: relative;*/
/*	font-size: 16px;*/
/*	line-height: 20px;*/
/*	color: #0A0A0A;*/
/*	font-weight: bold;*/
/*}*/

/*a.catalog-item-buy-sec-Hits {*/
/*	background: url(/local/templates/pechi_main_new_2016/images/kup1.png) no-repeat;*/
/*	float: none;*/
/*	background-size: 100% 100%;*/
/*	height: 25px;*/
/*	width: 90px;*/
/*	display: block;*/
/*	text-align: center;*/
/*	font-size: 15px;*/
/*	line-height: 4px;*/
/*	color: #fff;*/
/*	padding-top: 12px;*/
/*	text-transform: uppercase;*/
/*	font-family: 'Roboto', Tahoma, sans-serif;*/
/*	text-decoration: none;*/
/*	cursor: pointer;*/
/*	box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.5);*/
/*	border-radius: 6px;*/
/*}*/



/*!*#modef a {*/
/*	color: #563743 !important;*/
/*}*!*/

/*.bx_filter_horizontal.bx_blue .bx_filter_search_button {*/
/*	cursor: pointer;*/
/*	background: #fff;*/
/*}*/

/*#breadcrumb ul li a, #breadcrumb ul li span {*/
/*	color: #563743;*/
/*	text-transform: none;*/
/*	font-size: 14px;*/
/*	line-height: 16px;*/
/*	padding: 0 13px;*/
/*	opacity: 1;*/
/*}*/

/*#breadcrumb ul li a {*/
/*	text-decoration: underline;*/
/*}*/

/*#breadcrumb ul li:first-child a {*/
/*	padding-left: 0;*/
/*}*/

/*#breadcrumb ul li span {*/
/*	padding: 0 5px;*/
/*}*/


/*#spisok .catalog-item-card {*/
/*	width: 100%;*/
/*	margin: 0;*/
/*	margin-bottom: 20px;*/
/*	display: block;*/
/*	padding-left: 30px;*/
/*}*/

/*li.catalog-item-card .item-image {*/
/*	position: relative;*/
/*}*/

/*#spisok li.catalog-item-card .item-image {*/
/*	height: 150px;*/
/*	margin: 0;*/
/*	overflow: hidden;*/
/*	width: 150px;*/
/*	float: left;*/
/*}*/

/*#spisok li.catalog-item-card .item-image a {*/
/*	height: 150px;*/
/*	width: 150px;*/
/*}*/

/*#spisok .skidka {*/
/*	top: auto;*/
/*	left: 10px;*/
/*	bottom: 10px;*/
/*}*/

/*#spisok .item-info {*/
/*	height: 200px;*/
/*	margin-left: 150px;*/
/*	padding: 0;*/
/*	padding-left: 20px;*/
/*	width: 467px;*/
/*}*/

/*#spisok .item-title2 {*/
/*	height: 46px;*/
/*	margin-top: 5px;*/
/*	margin-bottom: 5px;*/
/*	height: auto;*/
/*}*/

/*#spisok li.catalog-item-card .item-title {*/
/*	height: 60px;*/

/*}*/

/*#spisok .info2 {*/
/*	width: 200px;*/
/*	float: left;*/
/*	height: 100%;*/
/*}*/

/*#spisok .info3 {*/
/*	width: 195px;*/
/*	float: left;*/
/*	height: 100%;*/
/*}*/

/*#spisok .pr_txt {*/
/*	height: 90px;*/
/*	overflow: hidden;*/
/*	padding-top: 10px;*/
/*	font-size: 15px;*/
/*}*/

/*#spisok .nal {*/
/*	width: 160px;*/
/*	margin: 0 auto;*/
/*	height: 25px;*/
/*	padding-top: 5px;*/
/*	font-size: 15px;*/
/*	line-height: 21px;*/
/*	color: #000;*/
/*	text-align: center;*/
/*}*/
/*#tabl .nal {*/
/*width: 100%;*/
/*	height: 22px;*/
/*	font-size: 15px;*/
/*	color: black;*/
/*	text-align: center;*/
/*	border-radius: 6px;*/
/*}*/




/*#spisok .item-price {*/
/*	height: 40px;*/
/*	margin-top: 27px;*/
/*}*/

/*#spisok .old-price {*/
/*	position: static;*/
/*	display: block;*/
/*	padding-top: 1px;*/
/*	text-decoration: line-through;*/
/*}*/

/*#spisok .old-price2 {*/
/*	display: block;*/
/*	font-size: 22px;*/
/*	line-height: 26px;*/
/*	padding-top: 9px;*/
/*	position: static;*/
/*	text-align: center;*/
/*}*/

/*#spisok .new-price {*/
/*	display: block;*/
/*	font-size: 22px;*/
/*	line-height: 26px;*/
/*	padding-top: 9px;*/
/*	position: static;*/
/*	text-align: center;*/
/*}*/

/*#spisok .skr1 {*/
/*	background: url("/local/templates/pechi_main_new_2016/images/skrepka6.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
/*	height: 11px;*/
/*	left: 225px;*/
/*	position: absolute;*/
/*	top: 28px;*/
/*	width: 49px;*/
/*}*/

/*#spisok .skr2 {*/
/*	background: url("/local/templates/pechi_main_new_2016/images/skrepka6.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
/*	height: 11px;*/
/*	left: 225px;*/
/*	position: absolute;*/
/*	bottom: 28px;*/
/*	width: 49px;*/
/*	top: auto;*/
/*}*/

/*.bx_item_detail_rating .bx_item_rating {*/
/*	position: absolute;*/
/*	right: 76px;*/
/*	top: 14px;*/
/*}*/

/*.bx_stars_rating_votes {*/
/*	display: none;*/
/*}*/

/*.bx_item_detail h1 span {*/
/*	color: #563743;*/
/*}*/

/*.bx_item_detail_rating {*/
/*	margin-bottom: 0px;*/
/*	font-size: 0;*/
/*}*/

/*.otz2 {*/
/*	height: 30px;*/
/*	border-top: 1px solid #563743;*/
/*	border-bottom: 1px solid #563743;*/
/*	font-size: 16px;*/
/*	line-height: 18px;*/
/*	color: #565656;*/
/*	margin-left: 10px;*/
/*	display: inline-block;*/
/*	height: auto;*/
/*}*/

/*.bx_item_slider .bx_bigimages {*/
/*	box-sizing: border-box;*/
/*	float: left;*/
/*	height: 247px;*/
/*	padding: 0;*/
/*	position: relative;*/
/*	text-align: center;*/
/*	width: 500px;*/
/*}*/

/*.bx_item_slider .bx_bigimages img {*/
/*	display: inline-block;*/
/*	max-height: 500px;*/
/*	max-width: 100%;*/
/*	vertical-align: middle;*/
/*}*/

/*.item_img2 {*/
/*	display: inline-block;*/
/*	width: 500px;*/
/*	vertical-align: top;*/
/*	height: auto;*/
/*	min-height: 300px;*/
/*}*/

/*.item_img {*/
/*	width: 100%;*/
/*	border-radius: 6px;*/
/*	border: 1px solid #563743;*/
/*}*/

/*.bx_lt {*/
/*	display: none;*/
/*}*/

/*.bx_item_detail .bx_item_container .bx_rt {*/
/*	box-sizing: content-box;*/
/*	float: none;*/
/*	!*width: 470px;*!*/
/*	width: 540px;*/
/*	margin-left: 25px;*/
/*	display: inline-block;*/
/*	vertical-align: top;*/
/*}*/

/*.it_old_price {*/
/*	font-size: 25px;*/
/*	line-height: 18px;*/
/*	color: #565656;*/
/*	margin-bottom: 15px;*/
/*	height: 18px;*/
/*}*/

/*.it_current_price {*/
/*	font-size: 42px;*/
/*	line-height: 33px;*/
/*	color: #fb7f06;*/
/*	margin-bottom: 20px;*/
/*}*/

/*.onlyForYouPrice{    font-size: 80%;*/
/*	margin-bottom: 10px;}*/

/*.bx_item_detail .bx_small.bx_bt_white {*/
/*	background: url(/local/templates/pechi_main_new_2016/images/kolv2.png) no-repeat;*/
/*	width: 42px;*/
/*	height: 43px;*/
/*	border: none;*/
/*}*/

/*.bx_item_detail .bx_small.bx_bt_white2 {*/
/*	background: url(/local/templates/pechi_main_new_2016/images/kolv1.png) no-repeat;*/
/*}*/

/*.bx_item_detail .quant {*/
/*	width: 94px;*/
/*	border-radius: 6px;*/
/*	border: 1px solid #fd8201;*/
/*	text-align: center;*/
/*	margin: 0 8px;*/
/*	height: 36px;*/
/*	font-size: 23px;*/
/*	line-height: 12px;*/
/*	color: #565656;*/
/*	vertical-align: top;*/
/*	-webkit-box-shadow: 1px 3px 5px 0px rgba(179,179,179,1);*/
/*	-moz-box-shadow: 1px 3px 5px 0px rgba(179,179,179,1);*/
/*	box-shadow: 1px 3px 5px 0px rgba(179,179,179,1);*/
/*}*/

/*.bx_item_detail .kup2 {*/
/*	width: 122px;*/
/*	height: 30px;*/
/*	background: url(/local/templates/pechi_main_new_2016/images/kup3.png) no-repeat;*/
/*	float: none;*/
/*	display: block;*/
/*	text-align: left;*/
/*	font-size: 19px;*/
/*	line-height: 21px;*/
/*	color: #fff;*/
/*	padding-top: 10px;*/
/*	text-transform: uppercase;*/
/*	font-family: 'Roboto', Tahoma, sans-serif;*/
/*	text-decoration: none;*/
/*	cursor: pointer;*/
/*	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*/
/*	margin-top: 17px;*/
/*	padding-left: 68px;*/
/*	border-radius: 6px;*/
/*}*/

/*.bx_item_detail .kup3 {*/
/*	width: 190px;*/
/*	height: 30px;*/
/*	background: url(/local/templates/pechi_main_new_2016/images/kup2.png) no-repeat;*/
/*	float: none;*/
/*	display: block;*/
/*	text-align: center;*/
/*	font-size: 19px;*/
/*	line-height: 17px;*/
/*	color: #fff;*/
/*	padding-top: 10px;*/
/*	text-transform: uppercase;*/
/*	font-family: 'Roboto', Tahoma, sans-serif;*/
/*	text-decoration: none;*/
/*	cursor: pointer;*/
/*	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*/
/*	margin-top: 17px;*/
/*	border-radius: 6px;*/
/*}*/

/*#right_inf {*/
/*	float: right;*/
/*	width: 263px;*/
/*	!*height: 251px;*!*/
/*	font-size: 15px;*/
/*	line-height: 20px;*/
/*	color: #565656;*/
/*}*/

/*#left_inf {*/
/*	float: left;*/
/*	padding: 0;*/
/*	width: 196px;*/
/*}*/

/*.bx_item_detail .item_buttons_counter_block {*/
/*	display: block;*/
/*	margin-right: 0;*/
/*	font-size: 0;*/
/*}*/

/*.it_nal {*/
/*	margin-bottom: 15px;*/
/*	font-weight: bold;*/
/*}*/

/*.bookmarks a {*/
/*	width: 30px;*/
/*	height: 28px;*/
/*}*/

/*!*.bookmarks a.facebook {*/
/*	background-image: url("/local/templates/pechi_main_new_2016/images/fb.png");*/
/*}*!*/
/*!**/
/*.bookmarks a.facebook {*/
/*	 background: url(/local/templates/pechi_main_new_2016/images/fbfb.png) no-repeat !important;*/
/*}*/
/**!*/
/*!*.bookmarks a.twitter {*/
/*	background-image: url("/local/templates/pechi_main_new_2016/images/tw.png");*/
/*}*!*/
/*!**/
/*.bookmarks a.twitter {*/
/*	background-image: url("/local/templates/pechi_main_new_2016/images/twitter-logo.png");*/
/*}*/
/**!*/
/*!*.bookmarks a.vk {*/
/*	background-image: url("/local/templates/pechi_main_new_2016/images/vk.png");*/
/*}*!*/
/*!**/
/*.bookmarks a.vk {*/
/*	background: url(/local/templates/pechi_main_new_2016/images/vkvk.png) no-repeat !important;*/
/*}*/
/**!*/

/*.share-dialog-inner-left {*/
/*	background: none;*/
/*}*/


/*.linkFoterMenu:hover{text-decoration:underline;}*/

/*.formOtzClick:hover{color:#676666;}*/

/*a.share-switch {*/
/*	display: none;*/
/*}*/

/*#social {*/
/*	font-weight: bold;*/
/*	margin-top: 38px;*/
/*}*/

/*.share-dialog-left {*/
/*	left: 95px;*/
/*	top: -25px;*/
/*}*/

/*#it_links {*/
/*	float: left;*/
/*	margin-top: 11px;*/
/*	font-size: 0;*/
/*}*/

/*.bx_item_detail .left_links {*/
/*	width: 230px;*/
/*	display: inline-block;*/
/*	vertical-align: top;*/
/*	height: 48px;*/
/*	padding-top: 24px;*/
/*	margin-right: 0;*/
/*}*/
/*!**/
/*.bx_item_detail .left_links:hover {*/
/*	background-color: #e77506;*/
/*	height: 64px !important;*/
/*	padding-top: 8px !important;*/
/*}*/
/**!*/
/*.bx_item_detail .left_links2 {*/
/*	height: 58px;*/
/*	padding-top: 14px;*/
/*	margin-right: 10px;*/
/*	margin-bott0m: 10px;*/
/*}*/

/*.it_tabl {*/
/*	width: 100%;*/
/*	border-collapse: collapse;*/
/*}*/

/*.it_tabl td {*/
/*	border: none;*/
/*	width: 400px;*/
/*	padding: 12px 16px;*/
/*	font-size: 18px;*/
/*	line-height: 21px;*/
/*	color: #563743;*/
/*}*/

/*.it_tabl tr:nth-child(odd) {*/
/*	background: #fbf8f1;*/
/*}*/

/*.it_tabl tr:nth-child(even) {*/
/*	background: #e8dddf;*/
/*}*/

/*.it_zg {*/
/*	font-size: 30px;*/
/*	line-height: 33px;*/
/*	margin-top: 25px;*/
/*	margin-bottom: 10px;*/
/*}*/

/*.bx_ordercart .bx_sort_container {*/
/*	padding: 12px 14px 0 14px;*/
/*	height: 46px;*/
/*	border-radius: 4px;*/
/*	min-width: 300px;*/
/*	margin: 0;*/
/*	font-size: 18px;*/
/*	line-height: 21px;*/
/*	color: #000000;*/
/*	display: inline-block;*/
/*	margin: 20px 0 20px 0;*/
/*}*/

/*.bx_ordercart .bx_sort_container a.current {*/
/*	background: #E18228;*/
/*	border: medium none;*/
/*	border-radius: 5px;*/
/*	line-height: 30px;*/
/*	box-shadow: none;*/
/*	color: white;*/
/*	text-shadow: none;*/
/*}*/

/*.bx_ordercart .bx_sort_container a.current:hover, .bx_ordercart .bx_sort_container a.current:active {*/
/*	background: #E18228;*/
/*	border: medium none;*/
/*	border-radius: 5px;*/
/*	line-height: 30px;*/
/*	box-shadow: none;*/
/*	color: white;*/
/*	text-shadow: none;*/
/*}*/

/*.bx_ordercart .bx_sort_container a:hover, .bx_ordercart .bx_sort_container a:active {*/
/*	background: #E18228;*/
/*	border: medium none;*/
/*	border-radius: 5px;*/
/*	line-height: 30px;*/
/*	box-shadow: none;*/
/*	color: white;*/
/*	text-shadow: none;*/
/*}*/

/*.bx_ordercart .bx_sort_container a {*/
/*	background: none;*/
/*	border: none;*/
/*	border-radius: 0;*/
/*	color: #563743;*/
/*	display: inline-block;*/
/*	line-height: 21px;*/
/*	margin-left: 20px;*/
/*	padding: 0 12px;*/
/*	text-decoration: none;*/
/*	text-shadow: none;*/
/*}*/

/*.bx_ordercart_photo_container, .bx_ordercart .bx_ordercart_photo_container {*/
/*	width: 80px;*/
/*	padding-right: 12px;*/
/*	padding-left: 12px;*/
/*	height: 80px;*/
/*	padding-top: 0;*/
/*	border: none;*/
/*	overflow: hidden;*/
/*}*/

/*.bx_ordercart_photo_container img {*/
/*	width: 100%;*/
/*	border-radius: 3px;*/
/*	border: 1px solid #9d9d9d;*/
/*}*/

/*.bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto {*/
/*	width: 11%;*/
/*	padding-right: 0px;*/
/*	padding-left: 0px;*/

/*}*/

/*.bx_ordercart td.item a {*/
/*	color: #565656 !important;*/
/*	line-height: 21px;*/
/*	font-size: 18px;*/
/*}*/

/*.bx_ordercart td.item h1, {*/
/*	min-width: 275px;*/
/*}*/

/*.td_quant {*/
/*	position: relative;*/
/*	width: 110px;*/
/*}*/

/*.basket_quantity_control {*/

/*}*/

/*.basket_quantity_control a.plus {*/
/*	position: absolute;*/
/*	height: 43px;*/
/*	width: 27px;*/
/*	background: url(/local/templates/pechi_main_new_2016/images/kolv4.png) no-repeat;*/
/*	border: none;*/
/*	border-radius: 0;*/
/*	top: 10px;*/
/*	right: 0;*/
/*}*/

/*.basket_quantity_control input {*/
/*	font-size: 18px;*/
/*	line-height: 21px;*/
/*	color: #565656;*/
/*	position: absolute;*/
/*	top: 17px;*/
/*	left: 27px;*/
/*	width: 46px;*/
/*	overflow: hidden;*/
/*	padding: 5px;*/
/*	text-align: center;*/
/*	border: none;*/
/*}*/

/*.basket_quantity_control a.minus {*/
/*	position: absolute;*/
/*	height: 43px;*/
/*	width: 27px;*/
/*	background: url(/local/templates/pechi_main_new_2016/images/kolv3.png) no-repeat;*/
/*	border: none;*/
/*	border-radius: 0;*/
/*	top: 10px;*/
/*	left: 0;*/
/*}*/

/*.bx_ordercart .b_delay {*/
/*	font-size: 16px !important;*/
/*	line-height: 18px;*/
/*	color: #565656 !important;*/
/*	text-decoration: underline;*/
/*}*/

/*.b_del {*/
/*	display: inline-block;*/
/*	background: url(/local/templates/pechi_main_new_2016/images/close1.png) no-repeat;*/
/*	height: 27px;*/
/*	width: 27px;*/
/*	vertical-align: middle;*/
/*}*/

/*.sk {*/
/*	font-size: 26px;*/
/*	line-height: 29px;*/
/*	color: #565656;*/
/*	padding-top: 17px;*/
/*}*/

/*.knopk {*/
/*	padding-top: 17px;*/
/*}*/

/*.bx_ordercart .bx_ordercart_order_table_container tbody td.price .old_price {*/
/*	color: #565656;*/
/*	font-size: 14px;*/
/*	line-height: 16px;*/
/*	text-decoration: line-through;*/
/*	position: static;*/
/*	height: 16px;*/
/*}*/

/*.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price {*/
/*	color: #565656;*/
/*	font-size: 26px;*/
/*	line-height: 29px;*/
/*	position: static;*/
/*	font-weight: normal;*/
/*}*/

/*.bx_ordercart .bx_ordercart_order_table_container table thead td {*/
/*	color: #563743;*/
/*	font-size: 16px;*/
/*	line-height: 18px;*/
/*	min-height: 37px;*/
/*	padding: 0 12px;*/
/*	text-align: center;*/
/*}*/

/*.bx_ordercart thead div {*/
/*	height: 37px;*/
/*	line-height: 37px;*/
/*}*/

/*#basket_items {*/
/*	border: none;*/
/*}*/

/*#basket_items tbody tr, #basket_items_not_available tbody tr, #basket_items_subscribed tbody tr, #basket_items_delayed tbody tr {*/
/*border-top: 1px solid #e5e5e5;*/
/*}*/

/*#basket_items tbody td, #basket_items_not_available tbody td, #basket_items_subscribed tbody td, #basket_items_delayed tbody td {*/
/*	border: none;*/
/*	padding-left: 12px;*/
/*	padding-right: 12px;*/
/*}*/

/*.bx_ordercart .bx_ordercart_order_table_container {*/
/*	border: none;*/
/*}*/

/*.bx_ordercart .bx_ordercart_order_pay_center .checkout, .bx_ordercart .bx_ordercart_order_pay_center .checkout:hover, #oform {*/
/*	width: 191px;*/
/*	height: 33px;*/
/*	background: url(/local/templates/pechi_main_new_2016/images/kup4.png) no-repeat;*/
/*	float: none;*/
/*	display: inline-block;*/
/*	text-align: center;*/
/*	font-size: 18px;*/
/*	line-height: 21px;*/
/*	color: #fff;*/
/*	padding: 0;*/
/*	padding-top: 10px;*/
/*	text-transform: uppercase;*/
/*	font-weight: bold;*/
/*	font-family: 'Roboto', Tahoma, sans-serif;*/
/*	text-decoration: none;*/
/*	cursor: pointer;*/
/*	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*/
/*	margin-top: 17px;*/
/*	border-radius: 6px;*/
/*	border: 1px solid #DF7C26;*/
/*}*/

/*#oform {*/
/*	padding-top: 5px;*/
/*	margin-top: 0 !important;*/
/*}*/

/*.bx_ordercart .bx_ordercart_order_sum td {*/
/*	font-size: 24px !important;*/
/*	line-height: 27px !important;*/
/*	font-weight: bold !important;*/
/*	color: #565656 !important;*/
/*}*/

/*#basket_items .counter tr {*/
/*	border: none;*/
/*}*/

/*.bx_ordercart .bx_ordercart_order_table_container tbody td.control a {*/
/*	font-size: 16px !important;*/
/*	line-height: 18px;*/
/*	color: #565656 !important;*/
/*	text-decoration: underline;*/
/*}*/

/*.bx_ordercart .type_price, .bx_ordercart .type_price_value {*/
/*	display: none;*/
/*}*/

/*.bx_ordercart .margin {*/
/*	display: none;*/
/*}*/

/*.bx_ordercart .summ {*/
/*	color: #565656;*/
/*	font-size: 26px;*/
/*	line-height: 29px;*/
/*	position: static;*/
/*	padding-top: 17px;*/
/*}*/

/*.bx_ordercart .nazv {*/
/*	text-align: left;*/
/*}*/

/*.order-info input[type="text"] {*/
/*width: 600px;*/
/*	border: 1px solid #aa9ba1;*/
/*	padding: 5px 20px 0 20px;*/
/*	height: 40px;*/
/*	border-radius: 5px;*/
/*	margin-bottom: 7px;*/
/*	font-size: 18px;*/
/*	line-height: 21px;*/
/*	color: #606060 !important;*/
/*	border: none;*/
/*	box-shadow: -1px 3px 6px 2px rgba(0, 0, 0, 0.22);*/
/*	outline: none;*/
/*}*/


/*#ID_PROFILE_ID, #COUNTRY_ORDER_PROP_6{    width: 637px;*/
/*	border: 1px solid #aa9ba1;*/
/*	padding: 5px 20px 0 20px;*/
/*	height: 40px;*/
/*	border-radius: 5px;*/
/*	margin-bottom: 7px;*/
/*	font-size: 18px;*/
/*	line-height: 21px;*/
/*	color: #606060 !important;*/
/*	border: none;*/
/*	box-shadow: -1px 3px 6px 2px rgba(0, 0, 0, 0.22);*/
/*	outline: none;}*/


/*.order-info input[type="text"]:hover, #dop_tabl #ORDER_PROP_7:hover {*/
/*	 !* border: 1px solid #aa9ba1;*!*/
/*}*/

/*.order-info input[type="text"]:active, .order-info input[type="text"]:focus, #dop_tabl #ORDER_PROP_7:active, #dop_tabl #ORDER_PROP_7:focus {*/
/*	!*border: 1px solid #0bacd3;*!*/
/*}*/

/*.order-info input[type="text"].correct, #dop_tabl .correct {*/
/*	border: 1px solid #51bf87 !important;*/
/*	background: url(/local/templates/pechi_main_new_2016/images/galka.png) 754px center no-repeat !important;*/
/*}*/

/*.order-info input[type="text"].err, #dop_tabl .err {*/
/*	border: 1px solid #db5565 !important;*/
/*	background: url(/local/templates/pechi_main_new_2016/images/error1.png) 754px center no-repeat !important;*/
/*}*/

/*.order-info .td0 div {*/
/*	width: 180px;*/
/*	padding-left: 13px;*/
/*}*/

/*#order_form_id {*/
/*	font-size: 18px;*/
/*	line-height: 21px;*/
/*}*/

/*.order-info .td0 {*/
/*	text-align: left;*/
/*	vertical-align: middle;*/
/*}*/

/*#order_tabl2 td {*/
/*	padding: 0 !important;*/
/*}*/

/*div.order-checkout div.order-title-inner, div.order-full-summary div.order-title-inner {*/
/*	padding: 8px 14px 0 13px;*/
/*	height: 34px;*/
/*	border-radius: 4px;*/
/*	min-width: 300px;*/
/*	margin: 0;*/
/*	color: #606060;*/
/*	display: block;*/
/*	margin: 0px 0 0 0;*/
/*	font-size: 18px;*/
/*	font-weight: bold;*/
/*	line-height: 21px;*/
/*}*/

/*div.order-title-inner span {*/
/*	 !* color: #563743;*!*/
/*}*/

/*#opis {*/
/*	margin-bottom: 10px;*/
/*}*/

/*div.order-info {*/
/*	border: none;*/
/*	padding-bottom: 0;*/
/*}*/

/*#dop_tabl #ORDER_PROP_7 {*/
/*	width: 600px;*/
/*	border: 1px solid #aa9ba1;*/
/*	padding: 5px 20px 0 20px;*/
/*	height: 40px;*/
/*	border-radius: 5px;*/
/*	margin-bottom: 7px;*/
/*	font-size: 18px;*/
/*line-height: 35px;*/
/*	color: #606060 !important;*/
/*	border: none;*/
/*	box-shadow: -1px 3px 6px 2px rgba(0, 0, 0, 0.22);*/
/*	outline: none;*/
/*}*/

/*#dop_tabl {*/
/*	margin: 10px 0 20px -17px;*/
/*}*/

/*.order-info #dop_tabl .td0 div {*/
/*	!*width:155px;*!*/
/*}*/

/*.order-info .lab {*/
/*	!*margin-left:-40px;*/
/*	padding-left:40px;*!*/
/*}*/

/*.inp_r {*/
/*	display: none;*/
/*}*/

/*.rd {*/
/*	margin-left: -14px;*/
/*	padding-left: 42px;*/
/*	background: url(/local/templates/pechi_main_new_2016/images/radio1.png) left center no-repeat;*/
/*}*/

/*.rd_active {*/
/*	background: url(/local/templates/pechi_main_new_2016/images/radio2.png) left center no-repeat;*/
/*}*/

/*table.cart-items td {*/
/*	padding-left: 12px;*/
/*	padding-right: 12px;*/
/*	color: #565656;*/

/*}*/

/*table.cart-items td.cart-item-name {*/
/*	width: 275px;*/
/*	color: #563743 !important;*/
/*}*/

/*.td_f {*/
/*	width: 11%;*/

/*}*/

/*table.cart-items .itog {*/
/*	font-weight: bold;*/
/*	color: #606060 !important;*/
/*	font-size: 22px;*/
/*	line-height: 27px;*/
/*	text-align: right;*/
/*}*/

/*table.cart-items .itog p {*/
/*	margin: 0;*/
/*}*/

/*div.order-buttons {*/
/*	text-align: right;*/
/*	margin-top: 0 !important;*/
/*}*/

/*.order-sum {*/
/*	margin-bottom: 0 !important;*/
/*}*/

/*#vid_sort {*/
/*	position: relative;*/
/*}*/

/*#vid_sort a {*/
/*	display: inline-block;*/
/*	background: #cecece;*/
/*	font-size: 18px;*/
/*	line-height: 21px;*/
/*	border-radius: 3px;*/
/*	color: #563743;*/
/*	position: relative;*/
/*	margin-left: 10px;*/
/*	padding: 2px 22px 4px 8px;*/
/*	text-decoration: none;*/
/*}*/

/*#vid_sort a.up {*/
/*	background: #aa9699;*/
/*	color: #fff;*/
/*}*/

/*#vid_sort #firstsort{background: #3b3127; color:#fff;}*/
/*#vid_sort #secondsort{background: #ba2a2d; color:#fff;}*/
/*#vid_sort #thirdsort{background: #558921; color:#fff;}*/

/*#vid_sort #firstsort:hover span{background: url(/local/templates/pechi_main_new_2016/images/up2.png) no-repeat;}*/
/*#vid_sort #secondsort:hover span{background: url(/local/templates/pechi_main_new_2016/images/up2.png) no-repeat;}*/
/*#vid_sort #thirdsort:hover span{background: url(/local/templates/pechi_main_new_2016/images/up2.png) no-repeat;}*/

/*#vid_sort #firstsort.up span{background: url(/local/templates/pechi_main_new_2016/images/up2.png) no-repeat;}*/
/*#vid_sort #secondsort.up span{background: url(/local/templates/pechi_main_new_2016/images/up2.png) no-repeat;}*/
/*#vid_sort #thirdsort.up span{background: url(/local/templates/pechi_main_new_2016/images/up2.png) no-repeat;}*/



/*.evjen{display: block;*/
/*	margin-bottom: 20px;*/
/*	border-radius: 4px;*/
/*	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*/
/*	width: 240px;*/
/*	padding: 28px 0 20px 0;*/
/*	color: #563743;*/
/*	font-size: 18px;*/
/*	line-height: 21px;*/
/*	text-decoration: none;*/
/*	text-align: center;}*/



/*#vid_sort a span {*/
/*	position: absolute;*/
/*	top: 8px;*/
/*	right: 3px;*/
/*	height: 10px;*/
/*	width: 13px;*/
/*}*/

/*#vid_sort a:hover span {*/
/*	background: url(/local/templates/pechi_main_new_2016/images/up1.png) no-repeat;*/
/*}*/

/*#vid_sort a.up span {*/
/*	background: url(/local/templates/pechi_main_new_2016/images/up2.png) no-repeat;*/
/*}*/

/*#vid_sort a.down {*/
/*	background: #aa9699;*/
/*	color: #fff;*/
/*}*/

/*#vid_sort a.down span {*/
/*	background: url(/local/templates/pechi_main_new_2016/images/down2.png) no-repeat;*/
/*}*/

/*.zg_sort {*/
/*	font-size: 18px;*/
/*	line-height: 21px;*/
/*	color: #563743;*/
/*}*/

/*#vidd {*/
/*	height: 30px;*/
/*	float: right;*/
/*}*/

/*#vidd span {*/
/*	display: inline-block;*/
/*	vertical-align: middle;*/
/*	font-size: 14px;*/
/*	text-transform: uppercase;*/
/*	color: #5F5F82;*/
/*}*/

/*#vdd {*/
/*	position: relative;*/

/*}*/

/*#vid_tabl {*/
/*	display: inline-block;*/
/*	vertical-align: middle;*/
/*	width: 18px;*/
/*	height: 18px;*/
/*	opacity: 0.6;*/
/*	background: url(/local/templates/pechi_main_new_2016/images/vid_plitka1.png) no-repeat;*/
/*	background-size: 100%;*/
/*	margin-left: 3px;*/
/*}*/

/*#vid_tabl.active {*/
/*	opacity: 1;*/
/*}*/

/*#vid_sp {*/
/*	display: inline-block;*/
/*	vertical-align: middle;*/
/*	width: 18px;*/
/*	height: 18px;*/
/*	opacity: 0.6;*/
/*	background: url(/local/templates/pechi_main_new_2016/images/vid_spisok2.png) no-repeat;*/
/*	background-size: 100%;*/
/*	margin-left: 3px;*/
/*}*/

/*#vid_sp.active {*/
/*	opacity: 1;*/
/*}*/

/*div#left_menu_banners {*/
/*	margin-top: 20px;*/
/*	display: inline-block;*/
/*}*/

/*div#for_opt_buyer {*/
/*	background: #fbf8f1;*/
/*	border-radius: 4px;*/
/*	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*/
/*	display: block;*/
/*	margin-bottom: 40px;*/
/*	margin-top: 0;*/
/*	padding: 10px 15px;*/
/*	vertical-align: top;*/
/*}*/

/*div#for_opt_buyer h3 {*/
/*	font-size: 30px;*/
/*	margin: 0px;*/
/*	padding: 0px;*/
/*	margin: 0 0 15px;*/
/*	font-weight: 400;*/
/*}*/

/*div#for_opt_buyer p {*/
/*	margin: 5px 0px;*/
/*	text-indent: 0px;*/
/*}*/

/*h3.ramka {*/
/*	background: #fbf8f1;*/
/*	border-radius: 4px;*/
/*	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*/
/*	display: inline-block;*/
/*	margin-bottom: 15px;*/
/*	margin-top: 0;*/
/*	padding: 10px 15px;*/
/*	vertical-align: top;*/
/*	font-size: 30px;*/
/*}*/

/*div.catalog-top div.item-info div.otz {*/
/*	height: 25px;*/
/*	padding-top: 5px;*/
/*	position: static;*/
/*	text-align: center;*/
/*}*/

/*div.catalog-top div.item-info div.otz .bx_item_detail_rating .bx_item_rating {*/
/*	text-align: right;*/
/*	margin-top: -10px;*/
/*	position: static;*/
/*}*/

/*div#link_saity {*/
/*	display: inline-block;*/
/*	margin-top: 20px;*/
/*}*/

/*div#adresa_block {*/
/*	display: none;*/
/*	background-color: #fbf8f1;*/
/*	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*/
/*	font-size: 16px;*/
/*	padding: 20px;*/
/*	position: absolute;*/
/*	top: 85px;*/
/*	width: 460px;*/
/*	z-index: 100;*/
/*	border-radius: 6px;*/
/*}*/

/*div#adresa_block p {*/
/*	font-size: 16px;*/
/*	text-indent: 0px;*/
/*}*/

/*div#adresa_block:hover {*/
/*	display: block;*/
/*}*/

/*!***One_Click***!*/

/*.popup_er {*/
/*	display: none;*/
/*	color: red;*/
/*	margin-top: 10px;*/
/*}*/

/*.popup_gud {*/
/*	display: none;*/
/*	color: green;*/
/*	margin-top: 10px;*/
/*}*/

/*.popup_price {*/
/*	display: none;*/
/*}*/

/*.popup_inp {*/
/*	border: 1px solid #aa9ba1;*/
/*	border-radius: 5px;*/
/*	color: #563743 !important;*/
/*	font-size: 16px;*/
/*	height: 30px;*/
/*	line-height: 21px;*/
/*	margin-bottom: 7px;*/
/*	padding: 5px 20px 0;*/
/*	width: 185px;*/
/*}*/

/*.popup_nm, .popup_tel {*/

/*}*/

/*.popup_inp:hover {*/
/*	border: 1px solid #aa9ba1;*/
/*}*/

/*.popup_inp:focus {*/
/*	border: 1px solid #0bacd3;*/
/*}*/

/*.popup_inp.correct {*/
/*	border: 1px solid #51bf87 !important;*/
/*	background: url(/local/templates/pechi_main_new_2016/images/galka.png) 202px center no-repeat !important;*/
/*}*/

/*.popup_inp.err {*/
/*	border: 1px solid #db5565 !important;*/
/*	background: url(/local/templates/pechi_main_new_2016/images/error1.png) 204px center no-repeat !important;*/
/*}*/

/*.popup_pdp {*/
/*	width: 100px;*/
/*}*/

/*.popup_kup {*/
/*	background: url("/local/templates/pechi_main_new_2016/images/kup2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
/*	border-radius: 6px;*/
/*	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);*/
/*	color: #fff;*/
/*	cursor: pointer;*/
/*	display: block;*/
/*	float: none;*/
/*	font-family: "Roboto", Tahoma, sans-serif;*/
/*	font-size: 16px;*/
/*	font-weight: bold;*/
/*	height: 27px;*/
/*	line-height: 18px;*/
/*	margin-top: 0;*/
/*	padding-top: 10px;*/
/*	text-align: center;*/
/*	text-decoration: none;*/
/*	text-transform: uppercase;*/
/*	width: 145px;*/
/*}*/

/*!****!*/

/*#ch_goroda {*/
/*	background: none repeat scroll 0 0 #fff;*/
/*	left: 0;*/
/*	width: 160px;*/
/*	position: absolute;*/
/*	top: 33px;*/
/*	z-index: 1000;*/
/*	box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.22);*/
/*	font-size: 13px;*/
/*	line-height: 20px;*/
/*}*/

/*.cities {*/
/*	cursor: pointer;*/
/*	padding: 6px 15px;*/
/*}*/

/*.cities:hover {*/
/*	background: #FFF2BE;*/
/*}*/

/*.choose{color:#9d9e9e; text-align: center;    font-size: 13px;}*/

/*.pz_pic {*/
/*	float: left;*/
/*	width: 200px;*/
/*	margin: 0 15px 5px 0;*/
/*}*/

/*#nazad {*/
/*	margin-top: 15px;*/
/*}*/

/*#nazad a {*/
/*	color: #563743;*/
/*}*/

/*#site_firm {*/
/*	margin-top: 15px;*/
/*}*/

/*#tov_proizv .jcarousel-pagination {*/
/*	bottom: -33px;*/
/*}*/

/*#tov_link {*/
/*	color: #563743;*/
/*	font-size: 18px;*/
/*}*/

/*.proizv_top ul {*/
/*	padding: 0;*/
/*}*/

/*.proizv_top li.catalog-item-card, .catalog-item-card-1 {*/
/*	margin-right: 8px;*/
/*	margin-bottom: 15px;*/
/*}*/

/*.bx_news_detail .bx_item_detail_rating tr td {*/
/*	border: none;*/
/*}*/

/*.btnShowFilter {*/
/*	border: medium none;*/
/*	font-size: 17px;*/
/*	height: 20px;*/
/*	outline: medium none;*/
/*	position: absolute;*/
/*	right: 8px;*/
/*	top: -53px;*/
/*	width: 212px;*/
/*	padding-right: 50px;*/
/*	cursor: pointer;*/
/*}*/

/*#showHideFilter {*/
/*	display: none;*/
/*}*/

/*.bx_item_detail_rating .bx_stars_bg {*/
/*	z-index: 1;*/
/*}*/

/*#pokup .catalog-top img {*/
/*	width: 123px;*/
/*}*/

/*!*table.title-search-result th {*/
/*	display: none !important;*/
/*}*/

/*table.title-search-result td.title-search-item {*/
/*	padding-left: 8px;*/
/*}*/

/*.title-search-result hr {*/
/*	left: 0;*/
/*	display: none !important;*/
/*}*/

/*div.title-search-result {*/
/*	overflow: hidden !important;*/
/*	margin-top: 10px;*/
/*	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.09);*/
/*	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.09);*/
/*	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.09);*/
/*}*/

/*div.title-search-result a {*/
/*	padding: 5px 0;*/
/*}*/

/*.slider-wrapper {*/
/*	z-index: 1;*/
/*}*/

/*table.title-search-result td {*/
/*	white-space: normal !important;*/
/*}*/

/*.page-wrapper {*/
/*	position: relative;*/
/*	overflow: hidden;*/
/*}*/

/*table.title-search-result td.title-search-item img {*/
/*	display: none !important;*/
/*}*/

/*table.title-search-result td.title-search-item a {*/
/*	vertical-align: top;*/
/*	display: block;*/
/*	padding-left: 5px !important;*/
/*}*/
/*table.title-search-result td.title-search-all {*/
/*	padding-left: 10px !important;*/
/*}*/
/*table.title-search-result td.title-search-all a {*/
/*	display: block;*/
/*	padding-bottom: 10px !important;*/
/*}*/

/*table.title-search-result {*/
/*	box-sizing: border-box;*/
/*	background: #fff;*/
/*	border-left: 5px solid #DF7C20;*/
/*}*!*/

/*#big404 {*/
/*	color: #f4ad49;*/
/*}*/

/*.section-description {*/
/*	margin-top: 10px;*/
/*}*/

/*!* big sale *!*/

/*.bigsale-banner {*/
/*	width: 100%;*/
/*	height: 134px;*/
/*	margin-bottom: 30px;*/
/*	!*background: url("/upload/sale/bigsale/top-banner.png") no-repeat scroll center center;*!*/
/*}*/

/*.content_block{position:relative;}*/

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

/*.link_rasch_dim{background: url(/local/templates/pechi_main_new_2016/images/kup1.png) no-repeat;*/
/*	background-size: 100% 100%;*/
/*	height: 18px;*/
/*	width: 350px;*/
/*	display: block;*/
/*	text-align: center;*/
/*	font-size: 15px;*/
/*	line-height: 4px;*/
/*	color: #fff;*/
/*	padding-top: 12px;*/
/*	text-transform: uppercase;*/
/*	font-family: 'Roboto', Tahoma, sans-serif;*/
/*	text-decoration: none;*/
/*	cursor: pointer;*/
/*	box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.5);*/
/*	border-radius: 6px;*/
/*	margin: 0 auto 16px;}*/

/*.bigsale-bottom-banner{*/
/*display:none;*/
/*	width: 100%;*/
/*	height: 316px;*/
/*	!*margin-bottom: 30px;*!*/
/*	background: url("/upload/sale/bigsale/bottom-banner.png") no-repeat scroll center center;*/
/*}*/


/*li.catalog-item-card-sale {*/
/*	float: none;*/
/*	display: inline-block;*/
/*	width: 327px;*/
/*	vertical-align: top;*/
/*	margin-top: -1px;*/
/*	margin-left: -5px;*/
/*	margin-right: 0px;*/
/*	position: relative;*/
/*	padding-top: 20px;*/
/*	border: 1px solid #e2dddb;*/
/*}*/

/*li.catalog-item-card-sale .item-info {*/
/*	border-radius: 4px;*/
/*	height: 180px;*/
/*	margin-top: 10px;*/
/*	float: none;*/
/*	padding: 20px 17px 0 10px;*/
/*}*/

/*li.catalog-item-card-sale .item-image {*/
/*	width: 240px;*/
/*	!*overflow: hidden;*!*/
/*	height: 250px;*/
/*	border-radius: 4px;*/
/*	border: none;*/
/*	margin: auto;*/
/*	padding: 0px;*/
/*	position: relative;*/
/*}*/

/*a.item-title-sale {*/
/*	font-family: 'Roboto', Tahoma, sans-serif;*/
/*	color: #494342;*/
/*	font-weight: bold;*/
/*}*/

/*.otz-sale {*/
/*	height: 30px;*/
/*	border-bottom:1px solid #d7cfcd;*/
/*	font-size: 16px;*/
/*	line-height: 18px;*/
/*	color: #565656;*/
/*	position: relative;*/
/*	padding-top: 5px;*/
/*	padding-bottom: 5px;*/
/*	margin-bottom: 10px;*/
/*}*/


/*.otz-sale .bx_item_detail_rating .bx_stars_rating_votes {*/
/*	display: none;*/
/*}*/

/*.otz-sale .bx_item_detail_rating .bx_item_rating {*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 0;*/
/*	 text-align: right;*/
/*}*/

/*.catalog-item-price{*/
/*	float: left;*/
/*	height: 38px;*/
/*	width: 148px;*/
/*	margin-top: -3px;*/
/*}*/

/*a.catalog-item-buy-sale {*/
/*	float: right;*/
/*	height: 38px;*/
/*	width: 134px;*/
/*	padding-left: 18px;*/
/*	display: block;*/
/*	cursor: pointer;*/
/*	background: url(/local/templates/pechi_main_new_2016/images/ng-icon.png) no-repeat #fe7b00;*/
/*	color: white;*/
/*	text-align: center;*/
/*	line-height: 36px;*/
/*	text-decoration: none;*/
/*}*/

/*a.catalog-item-buy-sale:hover {*/
/*	background: url(/local/templates/pechi_main_new_2016/images/ng-icon.png) no-repeat #fe7b00;*/
/*	background: url(/local/templates/pechi_main_new_2016/images/ng-icon.png) no-repeat, -moz-linear-gradient(top,  #fea800 0%, #fe7b00 100%);*/
/*	background: url(/local/templates/pechi_main_new_2016/images/ng-icon.png) no-repeat, -webkit-linear-gradient(top,  #fea800 0%,#fe7b00 100%);*/
/*	background: url(/local/templates/pechi_main_new_2016/images/ng-icon.png) no-repeat, linear-gradient(to bottom,  #fea800 0%,#fe7b00 100%);*/
/*}*/

/*.old-price-sale{*/
/*	color: #494342;*/
/*	text-decoration: line-through;*/
/*	font-size: 14px;*/
/*}*/

/*.new-price-sale{*/
/*	color: #494342;*/
/*}*/

/*.new-price-all{*/
/*	color: #494342;*/
/*	font-size: 12px;*/
/*}*/

/*.trr_6{*/
/*	!*display:none;*!*/
/*}*/
/*.overlay {*/
/*	display: none;*/
/*	left: 0%;*/
/*	top: 0%;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	position: fixed;*/
/*	z-index: 999;*/
/*	background: black;*/
/*	opacity: 0.5;*/
/*}*/
/*.popup {*/
/*	background-color: #fff;*/
/*	display: none;*/
/*	left: 50%;*/
/*	width: 550px;*/
/*	height: 340px;*/
/*	padding: 15px;*/
/*	position: fixed;*/
/*	text-align: justify;*/
/*	font-family: 'Roboto Condensed', Tahoma, sans-serif;*/
/*	top: 50%;*/
/*	z-index: 1000;*/

/*	-webkit-transform: translate(-50%, -50%);*/
/*	-moz-transform: translate(-50%, -50%);*/
/*	-ms-transform: translate(-50%, -50%);*/
/*	-o-transform: translate(-50%, -50%);*/
/*	transform: translate(-50%, -50%);*/

/*	-webkit-border-radius: 10px;*/
/*	-moz-border-radius: 10px;*/
/*	-ms-border-radius: 10px;*/
/*	-o-border-radius: 10px;*/
/*	border-radius: 10px;*/

/*	-webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;*/
/*	-moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;*/
/*	-ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;*/
/*	-o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;*/
/*	box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;*/

/*	-webkit-transition: opacity .5s, top .5s;*/
/*	-moz-transition: opacity .5s, top .5s;*/
/*	-ms-transition: opacity .5s, top .5s;*/
/*	-o-transition: opacity .5s, top .5s;*/
/*	transition: opacity .5s, top .5s;*/
/*}*/

/*.close {*/
/*	background-color: rgba(0, 0, 0, 0.8);*/
/*	border: 2px solid #ccc;*/
/*	height: 24px;*/
/*	line-height: 24px;*/
/*	position: absolute;*/
/*	right: -13px;*/
/*	font-weight: bold;*/
/*	text-align: center;*/
/*	text-decoration: none;*/
/*	top: -15px;*/
/*	width: 24px;*/
/*	-webkit-border-radius: 15px;*/
/*	-moz-border-radius: 15px;*/
/*	-ms-border-radius: 15px;*/
/*	-o-border-radius: 15px;*/
/*	border-radius: 15px;*/
/*	-moz-box-shadow: 1px 1px 3px #000;*/
/*	-webkit-box-shadow: 1px 1px 3px #000;*/
/*	box-shadow: 1px 1px 3px #000;*/
/*}*/
/*.close:before {*/
/*	color: rgba(255, 255, 255, 0.9);*/
/*	content: "X";*/
/*	font-size: 14px;*/
/*	text-shadow: 0 -1px rgba(0, 0, 0, 0.9);*/
/*}*/
/*.close:hover {*/
/*	background-color: rgba(64, 128, 128, 0.8);*/
/*}*/
/*#vk_groups {*/

/*}*/
/*.debug {*/
/*	font-size: 14px;*/
/*}*/

/*!**09.07.2015**!*/

/*.item-image .podarok {*/
/*	left: 20px;*/
/*	margin: 0;*/
/*	padding: 0;*/
/*	position: absolute;*/
/*	top: 4px;*/
/*	width: 40px;*/
/*}*/

/*.item-image .podarok2{*/
/*	position:absolute;*/
/*	top:4px;*/
/*	right:14px;*/
/*	width:40px;*/
/*	margin:0;*/
/*	padding:0;*/
/*	z-index:2;*/
/*	left:auto;*/
/*}*/

/*.item-image .podarok_txt {*/
/*	background: #e14628;*/
/*	color: #fff;*/
/*	font-size: 11px;*/
/*	left: 0;*/
/*	line-height: 12px;*/
/*	margin: 0;*/
/*	padding: 2px 10px 2px 10px;*/
/*	position: absolute;*/
/*	top: 55px;*/
/*	width: 71px;*/
/*	font-weight:bold;*/
/*	display:block;*/
/*	letter-spacing:1px;*/
/*}*/

/*.item-image .podarok_txt2 {*/
/*	background: #e14628;*/
/*	color: #fff;*/
/*	display: block;*/
/*	font-size: 11px;*/
/*	right: 0;*/
/*	left:auto;*/
/*	line-height: 12px;*/
/*	margin: 0;*/
/*	padding: 2px 10px 2px 2px;*/
/*	position: absolute;*/
/*	top: 55px;*/
/*	width: 71px;*/
/*	font-weight:bold;*/
/*	z-index:10;*/
/*	letter-spacing:1px;*/
/*}*/


/*#left-menu > li:first-child a, #left-menu > li:first-child a:hover {*/
/*	background-attachment: scroll !important;*/
/*	background-clip: border-box !important;*/
/*	background-color: rgba(0, 0, 0, 0) !important;*/
/*	background-image: url("/local/templates/pechi_main_new_2016/images/vigoda3.png") !important;*/
/*	background-origin: padding-box !important;*/
/*	background-position: 0 0 !important;*/
/*	background-repeat: no-repeat !important;*/
/*	background-size: 98% auto;*/
/*	border-radius: 0;*/
/*	color: #000;*/
/*	display: inline-block;*/
/*	font-size: 0;*/
/*	height: 51px;*/
/*	margin-bottom: 5px;*/
/*	margin-left: 10px;*/
/*	margin-right: 10px;*/
/*	padding: 5px 0 5px 12px;*/
/*	position: relative;*/
/*	top: -2px;*/
/*	width: 208px;*/
/*}*/

/*#adresa_block a{*/
/*	color:#000 !important;*/
/*}*/

/*div.magazin_photos{*/
/*	margin-top:30px;*/
/*}*/

/*#social_links{*/
/*	margin-top:10px;*/
/*}*/

/*#social_links a{*/
/*	display:inline-block;*/
/*	vertical-align:top;*/
/*	border-radius:2px;*/
/*	overflow:hiiden;*/
/*	margin-right:10px;*/
/*	width:32px;*/
/*	cursor:pointer;*/
/*	height:32px;*/
/*	background:url(/local/templates/pechi_main_new_2016/images/icons.png) no-repeat left top;*/
/*}*/

/*#sfb{*/
/*	background-position:-32px !important;*/
/*}*/

/*#sok{*/
/*	background-position:-64px !important;*/
/*}*/

/*.bx_item_detail .left_links{*/
/*	position:relative;*/
/*	box-sizing:border-box !important;*/
/*	height:72px!important;*/
/*	text-align:left;*/
/*}*/

/*.left_links img {*/
/*	display: block;*/
/*	left: 14px;*/
/*	position: absolute;*/
/*	top: 18px;*/
/*	width: 60px;*/
/*}*/

/*.bx_item_detail .left_links:first-child{*/
/*	padding-left:100px;*/
/*}*/

/*.bx_item_detail .left_links:nth-child(3) img{*/
/*	top:16px;*/
/*	width: 50px;*/
/*}*/

/*.bx_item_detail .left_links:nth-child(4) img{*/
/*	top:16px;*/
/*	width: 50px;*/
/*}*/

/*.bx_item_detail .left_links:nth-child(2){*/
/*	padding-left:100px;*/
/*}*/

/*.bx_item_detail .left_links:nth-child(3){*/
/*	padding-left:75px;*/
/*}*/

/*.bx_item_detail .left_links:nth-child(4){*/
/*	padding-left:100px;*/
/*}*/

/*!*****!*/
/*.pam_12{*/
/*	!*display:none;*!*/
/*}*/

/*#left_menu_banners img{*/
/*	display:none;*/
/*}*/

/*!***!*/
/*		#socl{*/
/*			display: flex;*/
/*			align-items: center;*/
/*		}*/

/*		#socl #vk{*/
/*			background:url(/local/templates/pechi_main_new_2016/images/vkvk.png) no-repeat !important;*/
/*		}*/
/*		!*#socl #vk:hover{*/
/*			background:url(/local/templates/pechi_main_new_2016/images/vk1.png) no-repeat !important;*/
/*		}*!*/
/*		#socl #fb{*/
/*			background:url(/local/templates/pechi_main_new_2016/images/fbfb.png) no-repeat !important;*/
/*		}*/
/*		!*#socl #fb:hover{*/
/*			background:url(/local/templates/pechi_main_new_2016/images/fb1.png) no-repeat !important;*/
/*		}*!*/
/*		#socl #ok{*/
/*			background:url(/local/templates/pechi_main_new_2016/images/okok.png) no-repeat !important;*/
/*		}*/
/*		#socl #yt{*/
/*			background:url(/local/templates/pechi_main_new_2016/images/youtube.svg) no-repeat !important;	*/
/*		}*/
/*		#socl #inst{*/
/*			margin-bottom: 6px;*/
/*			background:url(/local/templates/pechi_main_new_2016/images/inst.svg) no-repeat !important;	*/
/*		}*/
/*		!*#socl #ok:hover{*/
/*			background:url(/local/templates/pechi_main_new_2016/images/ok1.png) no-repeat !important;*/
/*		}*!*/

/*.mfeedback input[type="text"],.mfeedback textarea {*/
/*	margin-bottom: 10px;*/
/*}*/

/*.mfeedback input[type="submit"] {*/
/*	border: medium none;*/
/*	border-radius: 6px;*/
/*	color: #fff;*/
/*	cursor: pointer;*/
/*	display: inline-block;*/
/*	float: none;*/
/*	font-size: 18px;*/
/*	font-weight: bold;*/
/*	margin: 10px 0 0;*/
/*	padding: 0;*/
/*	text-align: center;*/
/*	text-decoration: none;*/
/*	text-transform: uppercase;*/
/*	width: 272px;*/
/*	padding: 15px 25px;*/
/*}*/

/*!*#st_amount{*/
/*	clear:both;*/
/*	list-style:none;*/
/*	margin:0;*/
/*	padding:0;*/
/*	padding-bottom:7px;*/
/*	display:none;*/
/*	background: #fff;*/
/*	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.42);*/
/*	padding: 10px;*/
/*	position: absolute;*/
/*	right: 0;*/
/*	top: 81px;*/
/*	z-index:10000;*/
/*	width:242px;*/
/*}*/

/*#st_amount li{*/
/*	font-size:12px;*/
/*	line-height:17px;*/
/*	list-style:none;*/
/*	font-weight:bold;*/
/*}*!*/

/*#des_osn{*/
/*	margin-top:10px;*/
/*}*/
/*!**/
/*#smotr_sklad{*/
/*	color: #565656;*/
/*}*!*/

/*.it_nal{*/
/*	font-size:18px;*/
/*}*/

/*#bigsale .skidka{*/
/*	background:#fe7b00;*/
/*	line-height:49px;*/
/*	padding-top:0;*/
/*	height:50px;*/
/*}*/


/*.col-sm-5{*/
/*display:none;*/
/*}*/

/*.p2{display:none;}*/
/*.p3{display:none;}*/
/*.p4{display:none;}*/

/*.fonFilterPrice{    width: 100%;*/
/*	background: white;*/
/*	height: 26px;*/
/*	padding: 11px 3px 0;*/
/*	border-radius: 5px;*/
/*	border: 1px solid #acacac;*/
/*	-webkit-box-shadow: 1px 4px 5px 0px rgba(156,144,156,1);*/
/*	-moz-box-shadow: 1px 4px 5px 0px rgba(156,144,156,1);*/
/*	box-shadow: 1px 4px 5px 0px rgba(156,144,156,1);}*/

/*.fa-angle-down{display:none !important; }*/
/*.fa{display:none !important; }*/


/*.priceTitle{text-align: center;*/
/*	display: inline-block;*/
/*	width: 100%;}*/


/*.columns4{float:left; width:24%;}*/
/*.linkCity{    display: block;*/
/*	text-decoration: none;*/
/*	color: #212029;*/
/*	font-size: 16px;*/
/*	line-height: 2;*/
/*	padding-left: 10px;*/
/*}*/

/*.linkCity:hover{background: #DF7C20;*/
/*	color: white;}*/

/*.titleSamViviz{font-weight: bold;text-transform: uppercase;}*/

/*.blockAdress{padding: 10px 0px 15px 15px;}*/

/*.linkStat{font-size: 20px;*/
/*	line-height: 30px;*/
/*	font-weight: 700;*/
/*	color: #333 !important;*/
/*	text-decoration: none;*/
/*	border-bottom: 1px solid #b6b6b6;}*/

/*.linkStat:hover{border-bottom:none;}*/

/*.dateStat{*/
/*	color: #999;*/
/*	margin: 11px 0 15px;}*/

/*.imgDopSt{*/
/*	width: 100px;*/
/*}*/

/*.desc_img_top{text-align: center; padding: 10px 0 20px 0; font-size: 15px;}*/
/*.dop_st_info{float:left; padding: 0 20px;}*/

/*.author{font-weight: bold;}*/

/*.linkToStat{color: #606060 !important;*/
/*	text-decoration: none;*/
/*	font-size: 14px;}*/

/*.linkToStat:hover{color:#DF7C20 !important;*/
/*	text-decoration: none;}*/



/*.cl_NAME{display:none;}*/
/*.cl_307{display:none;}*/
/*.cl_306{display:none;}*/

/*.avatarka{position: absolute;*/
/*	top: 25px;*/
/*	left: 15px;}*/

/*.cl_PREVIEW_TEXT{*/
/*	outline: none;*/
/*	resize: none;*/
/*	width: 75%;*/
/*	height: 70px;*/
/*	position: absolute;*/
/*	top: 40px;*/
/*	left: 140px;*/
/*	border-radius: 10px;*/
/*	border: none;*/
/*	padding: 10px 0 0 10px;*/
/*	font-family: Roboto Condensed;*/
/*	-webkit-box-shadow: 1px 2px 6px 0px rgba(138,134,138,1);*/
/*	-moz-box-shadow:1px 2px 6px 0px rgba(138,134,138,1);*/
/*	box-shadow:1px 2px 6px 0px rgba(138,134,138,1);}*/

/*.captcha_text{    position: absolute;*/
/*	top: 145px;*/
/*	left: 260px;}*/
/*.img_captcha{    position: absolute;*/
/*	top: 135px;*/
/*	left: 450px;*/
/*	border: none;}*/
/*.captcha_word{    position: absolute;*/
/*	top: 136px;*/
/*	left: 655px;*/
/*	outline: none;*/
/*	width: 100px;*/
/*	height: 25px;*/
/*	border-radius: 10px;*/
/*	border: none;*/
/*	padding: 5px 0 5px 10px;*/
/*	font-family: Roboto Condensed;*/
/*	-webkit-box-shadow: 1px 2px 6px 0px rgba(138,134,138,1);*/
/*	-moz-box-shadow: 1px 2px 6px 0px rgba(138,134,138,1);*/
/*	box-shadow: 1px 2px 6px 0px rgba(138,134,138,1);}*/
/*.iblock_submit{background: url(/local/templates/pechi_main_new_2016/images/kup1.png) no-repeat;*/
/*	background-size: 100% 100%;*/
/*	height: 33px;*/
/*	width: 105px;*/
/*	padding: 0 0 0 0;*/
/*	display: block;*/
/*	text-align: center;*/
/*	font-size: 15px;*/
/*	color: #fff;*/
/*	text-transform: uppercase;*/
/*	font-family: 'Roboto', Tahoma, sans-serif;*/
/*	text-decoration: none;*/
/*	cursor: pointer;*/
/*	box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.5);*/
/*	border-radius: 6px;*/
/*	border: none;*/
/*	position: absolute;*/
/*	top: 138px;*/
/*	left: 795px;}*/

/*.messKomShow{    position: absolute;*/
/*	width: 100%;*/
/*	top: -5px;*/
/*	left: 220px;}*/
/*.messKomShow p {text-indent: 0px;}*/

/*.text_title_NAME{}*/

/*.inp_text_NAME{*/
/*	width: 500px;*/
/*	height: 30px;*/
/*	padding-left: 10px;*/
/*	border-radius: 10px;*/
/*	border: none;*/
/*	outline: none;*/
/*	-webkit-box-shadow: 1px 1px 5px 0px rgba(171,169,171,1);*/
/*	-moz-box-shadow: 1px 1px 5px 0px rgba(171,169,171,1);*/
/*	box-shadow: 1px 1px 5px 0px rgba(171,169,171,1);}*/

/*.text_title_308{}*/

/*.inp_text_308{*/
/*	width: 500px;*/
/*	height: 30px;*/
/*	padding-left: 10px;*/
/*	border-radius: 10px;*/
/*	border: none;*/
/*	outline: none;*/
/*	-webkit-box-shadow: 1px 1px 5px 0px rgba(171,169,171,1);*/
/*	-moz-box-shadow: 1px 1px 5px 0px rgba(171,169,171,1);*/
/*	box-shadow: 1px 1px 5px 0px rgba(171,169,171,1);}*/

/*.text_title_309{}*/

/*.inp_text_309{*/
/*	width: 500px;*/
/*	height: 30px;*/
/*	padding-left: 10px;*/
/*	border-radius: 10px;*/
/*	border: none;*/
/*	outline: none;*/
/*	-webkit-box-shadow: 1px 1px 5px 0px rgba(171,169,171,1);*/
/*	-moz-box-shadow: 1px 1px 5px 0px rgba(171,169,171,1);*/
/*	box-shadow: 1px 1px 5px 0px rgba(171,169,171,1);}*/

/*.text_title_PREVIEW_PICTURE{}*/

/*.file_PREVIEW_PICTURE{}*/

/*.text_title_308{margin-bottom: 10px;}*/
/*.text_title_309{margin-bottom: 10px;}*/
/*.text_title_310{margin-bottom: 10px;}*/
/*.text_title_311{margin-bottom: 10px;}*/
/*.text_title_313{margin-bottom: 10px;}*/
/*.text_title_315{margin-bottom: 10px;}*/
/*.text_title_314{margin-bottom: 10px;}*/
/*.text_title_320{margin-bottom: 10px;}*/
/*.text_title_321{margin-bottom: 10px;}*/
/*.text_title_NAME{margin-bottom: 10px;}*/

/*.input_Block_308{margin-bottom: 10px;}*/
/*.input_Block_309{margin-bottom: 10px;}*/
/*.input_Block_311{margin-bottom: 10px;}*/
/*.input_Block_310{margin-bottom: 10px;}*/
/*.input_Block_313{margin-bottom: 10px;}*/
/*.input_Block_315{margin-bottom: 10px;}*/
/*.input_Block_314{margin-bottom: 10px;}*/
/*.input_Block_320{margin-bottom: 10px;}*/
/*.input_Block_321{margin-bottom: 10px;}*/
/*.input_Block_NAME{margin-bottom: 10px;}*/



/*.text_title_316, .text_title_317, .text_title_318, .text_title_319{display:inline-block; width: 35%; margin-bottom: 15px;}*/
/*.input_Block_316, .input_Block_317, .input_Block_318, .input_Block_319{display:inline-block; width:49%;}*/

/*.text_title_PREVIEW_PICTURE{display:inline-block; width:50%; margin-bottom: 15px;}*/
/*.input_Block_PREVIEW_PICTURE{display:inline-block; width:49%;}*/


/*.inp_text_316, .inp_text_317, .inp_text_318, .inp_text_319{*/
/*	width: 300px;*/
/*	height: 30px;*/
/*	padding-left: 10px;*/
/*	border-radius: 10px;*/
/*	border: none;*/
/*	outline: none;*/
/*	-webkit-box-shadow: 1px 1px 5px 0px rgba(171,169,171,1);*/
/*	-moz-box-shadow: 1px 1px 5px 0px rgba(171,169,171,1);*/
/*	box-shadow: 1px 1px 5px 0px rgba(171,169,171,1);*/
/*}*/

/*.imgCheck{display:inline-block; width:17px; height:17px; background:url(/bitrix/templates/pechi_main_new_2016/images/checkbox2.png);}*/

/*!* input[type=radio]{opacity:0;} *!*/
/*input[type=radio]:checked + label .imgCheck{background:url(/bitrix/templates/pechi_main_new_2016/images/checkbox.png);}*/



/*.text_captcha_form{position: absolute; top: 10px;}*/

/*.sid_captcha_sid{}*/
/*.sid_captcha_sid_block{position: absolute; left: 215px; top: 4px;}*/
/*.btn_captcha_word_block{position: absolute; top: 7px; left: 415px;}*/

/*.btn_captcha_word{*/
/*	width: 80px;*/
/*	height: 30px;*/
/*	border-radius: 10px;*/
/*	padding-left: 10px;*/
/*	border: none;*/
/*	outline: none;*/
/*	-webkit-box-shadow: 1px 1px 5px 0px rgba(171,169,171,1);*/
/*	-moz-box-shadow: 1px 1px 5px 0px rgba(171,169,171,1);*/
/*	box-shadow: 1px 1px 5px 0px rgba(171,169,171,1);}*/

/*.submit_form{*/
/*	background: url(/local/templates/pechi_main_new_2016/images/kup1.png) no-repeat;*/
/*	background-size: 100% 100%;*/
/*	height: 33px;*/
/*	width: 105px;*/
/*	padding: 0 0 0 0;*/
/*	display: block;*/
/*	text-align: center;*/
/*	font-size: 15px;*/
/*	color: #fff;*/
/*	text-transform: uppercase;*/
/*	font-family: 'Roboto', Tahoma, sans-serif;*/
/*	text-decoration: none;*/
/*	cursor: pointer;*/
/*	box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.5);*/
/*	border-radius: 6px;*/
/*	border: none;*/
/*	outline:none;*/
/*}*/

/*.td_pr_311{padding: 0px 0 10px 0;*/
/*}*/
/*.td_pr_310{padding: 0px 0 10px 0;*/
/*}*/
/*.td_title_311{padding: 0 0 10px 0; width: 250px;}*/
/*.td_title_310{padding: 0 0 10px 0;}*/


/*.otchet_nachalsya{    position: absolute;*/
/*	width: 400px;*/
/*	bottom: 60px;*/
/*	left: 15px;*/
/*	}*/
/*.otchet_nachalsya p{text-indent:0;}*/


/*.bx_item_detail_rating{width:100%;}*/
/*.item-title-sec-Hits{text-align: center;}*/


/*.inpStyle_the_one{*/
/*	width:39px; height:39px;*/
/*}*/


/*.cities_lab:checked + label{background:#e1e1e1;}*/
/*.puncts:checked + label{background:#e1e1e1;}*/

/*.opisDopunkt{}*/

/*.text_area{display:none;}*/

/*.select{text-decoration: underline !important;}*/

/*.fast_register_form {*/
/*	margin: 0;*/
/*	padding: 0 20px 20px;*/
/*	width: 100%;*/
/*	-webkit-box-sizing: border-box;*/
/*	-moz-box-sizing: border-box;*/
/*	box-sizing: border-box;*/
/*	font-size: 14px;*/
/*	line-height: 20px;*/
/*	max-width: 360px;*/
/*	width: 100%;*/
/*}*/
/*.fast_register_form *,*/
/*.form_register_success {*/
/*	-webkit-box-sizing: border-box;*/
/*	-moz-box-sizing: border-box;*/
/*	box-sizing: border-box;*/
/*}*/
/*.fast_register_form h2,*/
/*.form_register_success h3 {*/
/*	font-weight: normal;*/
/*	margin: 0;*/
/*	margin-bottom: 15px;*/
/*}*/
/*.fast_register_form p {*/
/*	text-indent: inherit;*/
/*	font-size: 14px;*/
/*	line-height: 20px;*/
/*}*/
/*.fast_register_form form {*/
/*	display: block;*/
/*	width: 100%;*/
/*	padding-right: 30px;*/
/*}*/
/*.fast_register_form input[type="text"] {*/
/*	width: 100%;*/
/*	height: 36px;*/
/*	border-radius: 4px;*/
/*	padding: 0 10px;*/
/*	border: 1px solid #ccc;*/
/*	font-size: 14px;*/
/*	background-color: #fff;*/
/*	margin-bottom: 8px;*/
/*}*/
/*.fast_register_form input[type="submit"] {*/
/*	height: 36px;*/
/*	border: 0px;*/
/*	border-radius: 4px;*/
/*	text-transform: uppercase;*/
/*	outline: none;*/
/*	cursor: pointer;*/
/*	background: #CE5C2A;*/
/*	color: white;*/
/*	padding: 0 20px;*/
/*}*/
/*.form_register_success {*/
/*	font-size: 14px;*/
/*	line-height: 20px;*/
/*	text-align: center;*/
/*}*/

/*.categ-page .cat-block-main{*/
/*	width: 25%;*/
/*	display: inline-block;*/
/*	vertical-align: top;*/
/*	margin-bottom: 20px;*/
/*	padding-right: 10px;*/
/*	!*padding-bottom: 90px;*!*/
/*}*/

/*.categ-page .cat-block-main a{*/
/*	text-decoration: none;*/
/*}*/
/*.categ-page .cat-block-main .cat-main a{*/
/*	font-size: 15px;*/
/*	color: black;*/
/*}*/
/*.categ-page .cat-block-main .cat-main a:hover{*/
/*	color: #FF7300;*/
/*}*/

/*.categ-page .cat-block-main .cat-main{*/
/*	padding-bottom: 3px;*/
/*}*/

/*.categ-page .cat-block-main .cat-sub{*/
/*	margin-top: 11px;*/
/*}*/

/*.categ-page .cat-block-main .cat-sub a{*/
/*	font-size: 14px;*/
/*	color: #999999;*/
/*	font-weight: 300;*/
/*}*/
/*.categ-page .cat-block-main .cat-sub a:hover{*/
/*	color: #686868;*/
/*}*/

/*.bigdata_recommended_products_items {*/
/*	display: block;*/
/*	width: 100%;*/
/*	float: none;*/
/*	clear: both;*/
/*}*/
/*.bigdata_recommended_products_items .bx_item_rating {*/
/*	width: 100%;*/
/*}*/

/*.bx_catalog_list_home.col3 {*/
/*	width: auto;*/
/*	margin-left: -10px;*/
/*	margin-right: -10px;*/
/*}*/
/*.bx_catalog_list_home.col4 {*/
/*	width: auto;*/
/*	margin-left: -25px;*/
/*	margin-right: -25px;*/
/*	padding: 15px;*/
/*}*/


/*.catalog-item-card-sec {*/
/*	width: 100%;*/
/*	float: left;*/
/*	margin-right: 0;*/
/*}*/
/*.columns {*/
/*	width: 33.33%;*/
/*	float: left;*/
/*	padding: 0 10px;*/
/*	-webkit-box-sizing: border-box;*/
/*	-moz-box-sizing: border-box;*/
/*	box-sizing: border-box;*/
/*}*/

/*.bx_catalog_list_home.col4 .columns {*/
/*	width: 25%;*/
/*}*/

/*.hitsSales .bigdata_recommended_products_container .zag_new {*/
/*	margin-top: 0;*/
/*}*/

/*.modal_form {*/
/*	width: 550px;*/
/*	padding: 30px;*/
/*	border-radius: 4px;*/
/*	opacity: 0;*/
/*	transform: translateY(-50px);*/
/*	transition: all .3s;*/
/*	-moz-box-sizing: border-box;*/
/*	-webkit-box-sizing: border-box;*/
/*	box-sizing: border-box;*/
/*	font-size: 15px;*/
/*	line-height: 21px*/
/*}*/

/*.modal_form * {*/
/*	-moz-box-sizing: border-box;*/
/*	-webkit-box-sizing: border-box;*/
/*	box-sizing: border-box;*/
/*}*/

/*.fancybox-slide--complete .modal_form {*/
/*	opacity: 1;*/
/*	transform: translateY(0);*/
/*}*/

/*.modal_form h2 {*/
/*	margin: 0;*/
/*	margin-bottom: 35px;*/
/*}*/
/*.modal_form p {*/
/*	text-align: left;*/
/*	text-indent: 0;*/
/*	font-size: 15px;*/
/*	line-height: 21px;*/
/*	margin: 0;*/
/*}*/
/*.modal_form p:not(:last-child) {*/
/*	margin-bottom: 15px;*/
/*}*/

/*.modal_form .label {*/
/*	display: block;*/
/*	width: 100%;*/
/*	margin-bottom: 15px;*/
/*}*/
/*.modal_form .label-text {*/
/*	display: block;*/
/*	font-size: 14px;*/
/*	line-height: 20px;*/
/*	margin-bottom: 5px;*/
/*}*/
/*.modal_form .label input[type="text"] {*/
/*	width: 100%;*/
/*	height: 40px;*/
/*	border: 1px solid #E1E1E1;*/
/*	padding: 0 15px;*/
/*	font-size: 15px;*/
/*}*/
/*.modal_form font.errortext {*/
/*	position: relative;*/
/*	top: 0;*/
/*	left: 0;*/
/*	font-size: 13px;*/
/*	line-height: 20px;*/
/*	margin-top: -15px;*/
/*	display: block;*/
/*	height: auto;*/
/*	padding: 15px 20px;*/
/*	border: 1px solid #f7dcdc;*/
/*	background: #fbf7f7;*/
/*}*/

/*.modal_form .btn {*/
/*	font-family: 'Roboto Condensed', Tahoma, sans-serif;*/
/*	display: block;*/
/*	background-color: #FE7B00;*/
/*	border-radius: 3px;*/
/*	color: #fff;*/
/*	padding: 12px 60px;*/
/*	border: none;*/
/*	margin: 25px auto 20px;*/
/*	text-transform: uppercase;*/
/*	cursor: pointer;*/
/*}*/
/*.modal_form .btn:hover {*/
/*	background-color: #E15501;*/
/*}*/

/*#header_fixed {*/
/*	width: 100%;*/
/*	height: 80px;*/
/*	background: #fff;*/
/*	position: fixed;*/
/*	top: 0;*/
/*	left: 0;*/
/*	z-index: 300;*/
/*	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);*/
/*	transition: visibility 0s linear 0.2s, transform 0.2s ease;*/
/*	transform: translateY(-100%);*/
/*	font-family: 'Roboto Condensed', Tahoma, sans-serif;*/
/*	padding: 13px 0;*/
/*	visibility: hidden;*/
/*}*/
/*#header_fixed,*/
/*#header_fixed * {*/
/*	-webkit-box-sizing: border-box;*/
/*	-moz-box-sizing: border-box;*/
/*	box-sizing: border-box;*/
/*}*/
/*#header_fixed.show {*/
/*	transition: transform 0.2s ease;*/
/*	visibility: visible;*/
/*	transform: translateY(0);*/
/*}*/
/*#header_fixed .logo {*/
/*	width: 238px;*/
/*	height: 54px;*/
/*	background-image: url('/local/templates/pechi_main_new_2016/images/pechi_logo.png');*/
/*}*/
/*#header_fixed .logo a {*/
/*	display: block;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*}*/
/*#header_fixed .row {*/
/*	width: 100%;*/
/*	max-width: 1060px;*/
/*	margin: 0 auto;*/
/*	position: relative;*/
/*}*/
/*#header_fixed .row:after {*/
/*	content: '';*/
/*	display: table;*/
/*	clear: both;*/
/*}*/

/*#header_fixed .row > div {*/
/*	position: relative;*/
/*	float: left;*/
/*}*/
/*#header_fixed .search {*/
/*	position: relative;*/
/*	width: 200px;*/
/*	height: 36px;*/
/*	margin: 9px 0 9px 40px;*/
/*}*/
/*#header_fixed .search input[type="text"] {*/
/*	width: 100%;*/
/*	height: 36px;*/
/*	background-color: white;*/
/*	border: 1px solid #e4e3e0;*/
/*	border-radius: 4px;*/
/*	padding: 0 36px 0 15px;*/
/*}*/
/*#header_fixed .search input[type="submit"] {*/
/*	width: 36px;*/
/*	height: 36px;*/
/*	position: absolute;*/
/*	right: 0;*/
/*	top: 0;*/
/*	background: url('/local/templates/pechi_main_new_2016/images/fixed_search.png') center no-repeat;*/
/*	border: none;*/
/*	cursor: pointer;*/
/*	opacity: .7;*/
/*}*/
/*#header_fixed .search input[type="submit"]:hover {*/
/*	opacity: 1;*/
/*}*/
/*#header_fixed .phone {*/
/*	margin-left: 40px;*/
/*	font-size: 22px;*/
/*	line-height: 28px;*/
/*	padding: 13px 0;*/
/*}*/
/*#header_fixed div.icons {*/
/*	float: right;*/
/*	text-align: right;*/
/*}*/
/*#header_fixed .icons div {*/
/*	display: inline-block;*/
/*	vertical-align: top;*/
/*}*/
/*#header_fixed .icons a {*/
/*	display: inline-block;*/
/*	font-size: 15px;*/
/*	line-height: 20px;*/
/*	padding: 17px 8px;*/
/*	text-decoration: none;*/
/*	color: #fe7b00;*/
/*}*/
/*#header_fixed .cart-text {*/
/*	display: none;*/
/*}*/
/*#header_fixed .icons span.icon {*/
/*	display: inline-block;*/
/*	width: 16px;*/
/*	height: 20px;*/
/*	background-position: left center;*/
/*	background-repeat: no-repeat;*/
/*	margin-right: 7px;*/
/*	vertical-align: top;*/
/*	margin-top: 2px;*/
/*}*/
/*#header_fixed .icons span.icon-desire {*/
/*	background-image: url('/local/templates/pechi_main_new_2016/images/fixed_desire.png');*/
/*}*/
/*#header_fixed .icons span.icon-compare {*/
/*	background-image: url('/local/templates/pechi_main_new_2016/images/fixed_compare.png');*/
/*}*/
/*#header_fixed .icons span.icon-cart {*/
/*	background-image: url('/local/templates/pechi_main_new_2016/images/fixed_cart.png');*/
/*}*/




/*#h_basket a {*/
/*	display: inline-block;*/
/*	font-size: 14px;*/
/*	line-height: 20px;*/
/*	padding: 7px 0;*/
/*	text-decoration: none;*/
/*	color: #fff;*/
/*	white-space: nowrap;*/
/*}*/
/*#h_basket span.icon {*/
/*	display: inline-block;*/
/*	width: 16px;*/
/*	height: 20px;*/
/*	background-position: left center;*/
/*	background-repeat: no-repeat;*/
/*	margin-right: 7px;*/
/*	vertical-align: middle;*/
/*	margin-top: -5px;*/
/*}*/
/*#h_basket span.icon-cart {*/
/*	background-image: url('/local/templates/pechi_main_new_2016/images/fixed_cart_w.png');*/
/*}*/

/*.bx_catalog_list_home .catalog_item {*/
/*	padding: 10px;*/
/*	border: 1px solid #e0e0e0;*/
/*	border-radius: 4px;*/
/*	width: 100%;*/
/*	height: 382px;*/
/*	margin-bottom: 20px;*/
/*	-webkit-box-sizing: border-box;*/
/*	-moz-box-sizing: border-box;*/
/*	box-sizing: border-box;*/
/*	position: relative;*/
/*	padding-bottom: 53px;*/
/*}*/
/*.bx_catalog_list_home .catalog_item * {*/
/*	-webkit-box-sizing: border-box;*/
/*	-moz-box-sizing: border-box;*/
/*	box-sizing: border-box;*/
/*}*/
/*.bx_catalog_list_home .catalog_item .catalog_item-props {*/
/*	display: none;*/
/*}*/

/*@media screen and (max-width: 600px) {*/
/*	.bigdata_recommended_products_items,*/
/*	.ionTabs__item_mobile-content {*/
/*		overflow: auto;*/
/*	}*/
/*	.bigdata_recommended_products_items.bx_catalog_list_home {*/
/*		padding-top: 0;*/
/*	}*/
/*	.bigdata_recommended_products_items .slick,*/
/*	#recomended {*/
/*		display: table;*/
/*		width: 100%;*/
/*		table-layout: fixed;*/
/*	}*/
/*	.bigdata_recommended_products_items.bx_catalog_list_home .columns,*/
/*	#recomended .columns {*/
/*		width: 240px;*/
/*		display: table-cell;*/
/*		float: none;*/
/*	}*/
/*	.bigdata_recommended_products_items  .columns .catalog_item,*/
/*	#recomended .columns .catalog_item {*/
/*		margin-bottom: 0;*/
/*	}*/
/*	#recomended {*/
/*		border: none;*/
/*		padding-bottom: 0;*/
/*		padding-top: 0;*/
/*	}*/
/*}*/
/*.bx_catalog_list_home.bx_catalog_list_home {*/
/*	padding-top: 0;*/
/*}*/
/*@media screen and (min-width: 900px) {*/
/*	.bx_catalog_list_home body.catalog-list .catalog_item .catalog_item-props {*/
/*		display: block;*/
/*	}*/
/*}*/
/*.bx_catalog_list_home .catalog_item-image {*/
/*	width: 100%;*/
/*	height: 210px;*/
/*	position: relative;*/
/*	!* overflow: hidden; *!*/
/*}*/
/*.bx_catalog_list_home .catalog_item-image img {*/
/*	max-width: 100%;*/
/*	max-height: 100%;*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	left: 50%;*/
/*	-webkit-transform: translateY(-50%) translateX(-50%);*/
/*	-ms-transform: translateY(-50%) translateX(-50%);*/
/*	-o-transform: translateY(-50%) translateX(-50%);*/
/*	transform: translateY(-50%) translateX(-50%);*/
/*}*/
/*.bx_catalog_list_home .catalog_item-name {*/
/*	padding: 15px 10px 10px;*/
/*}*/
/*.bx_catalog_list_home .catalog_item-name a {*/
/*	display: block;*/
/*	color: #EB7A00;*/
/*	font-family: "Roboto";*/
/*	font-size: 15px;*/
/*	font-weight: 700;*/
/*	line-height: 21px;*/
/*	text-decoration: none;*/
/*	max-height: 40px;*/
/*	overflow: hidden;*/
/*}*/
/*.bx_catalog_list_home .catalog_item-name a:hover {*/
/*	color: #fb7f06;*/
/*}*/
/*.bx_catalog_list_home .catalog_item-info {*/
/*	position: absolute;*/
/*	width: auto;*/
/*	height: 33px;*/
/*	bottom: 20px;*/
/*	left: 10px;*/
/*	right: 10px;*/
/*	padding: 0 10px;*/
/*}*/
/*.bx_catalog_list_home .catalog_item-info .price {*/
/*	display: block;*/
/*	width: 42%;*/
/*	float: left;*/
/*	color: #292929;*/
/*	padding: 5px 0;*/
/*	font-size: 17px;*/
/*	line-height: 23px;*/
/*	font-weight: 700;*/
/*}*/
/*.bx_catalog_list_home .catalog_item-info .price.old-viable {*/
/*	padding: 0;*/
/*	line-height: 18px;*/
/*}*/
/*.bx_catalog_list_home .catalog_item-info .old-price {*/
/*	text-decoration: line-through;*/
/*	color: #aaa;*/
/*	font-weight: 400;*/
/*	font-size: 14px;*/
/*}*/
/*.bx_catalog_list_home .catalog_item-info .price span {*/
/*	white-space: nowrap;*/
/*	font-family: "Roboto Condensed";*/
/*}*/
/*.bx_catalog_list_home .catalog_item-info .add_to_cart {*/
/*	float: right;*/
/*	width: 58%;*/
/*}*/
/*.bx_catalog_list_home .catalog_item-info .add_to_cart a {*/
/*	display: block;*/
/*	width: 100%;*/
/*	height: 33px;*/
/*	background-color: #ea7902;*/
/*	background-image: linear-gradient(to top, #df4c01 0%, #ef8f02 100%);*/
/*	border-radius: 6px;*/
/*	text-align: center;*/
/*	color: #fff;*/
/*	font-family: "Roboto";*/
/*	font-size: 13px;*/
/*	font-weight: 700;*/
/*	line-height: 19px;*/
/*	padding: 7px 0 7px 18px;*/
/*	text-decoration: none;*/
/*	position: relative;*/
/*}*/
/*.bx_catalog_list_home .catalog_item-info .add_to_cart a:after {*/
/*	content: '';*/
/*	display: inline-block;*/
/*	width: 16px;*/
/*	height: 16px;*/
/*	background-image: url(/bitrix/templates/pechi_main_new_2016/images/fixed_cart_w.png);*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	left: 50%;*/
/*	margin-left: -35px;*/
/*	margin-top: -10px;*/
/*}*/
/*.bx_catalog_list_home .catalog_item-info .add_to_cart a:hover {*/
/*	background: #f09202;*/
/*	background: -moz-linear-gradient(top, #f09202 0%, #c63301 100%);*/
/*	background: -webkit-linear-gradient(top, #f09202 0%, #c63301 100%);*/
/*	background: linear-gradient(to bottom, #f09202 0%, #c63301 100%);*/
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09202', endColorstr='#c63301', GradientType=0);*/
/*}*/
/*.bx_catalog_list_home .catalog_item .aviable {*/
/*	font-size: 13px;*/
/*	font-weight: 400;*/
/*	line-height: 20px;*/
/*	margin-top: 4px;*/
/*	color: #676767;*/
/*}*/
/*.bx_catalog_list_home .catalog_item .options .btn:hover {*/
/*	color: #fb7f06;*/
/*}*/
/*.bx_catalog_list_home .catalog_item .options .btn.active {*/
/*	color: #EB7A00;*/
/*}*/
/*.bx_catalog_list_home .catalog_item > .options .btn.active {*/
/*	display: inline-block;*/
/*}*/
/*.bx_catalog_list_home .catalog_item > .options .btn {*/
/*	display: none;*/
/*	width: 28px;*/
/*	height: 28px;*/
/*	padding: 7px 0 7px 0;*/
/*	text-align: center;*/
/*	border-radius: 14px;*/
/*	background-color: #fff;*/
/*	margin-left: 3px;*/
/*	border: 1px solid #e0e0e0;*/
/*	font-size: 13px;*/
/*	line-height: 20px;*/
/*	color: #999;*/
/*	cursor: pointer;*/
/*}*/
/*.bx_catalog_list_home .catalog_item > .options .btn span {*/
/*	display: none;*/
/*}*/
/*.bx_catalog_list_home .catalog_item > .options {*/
/*	position: absolute;*/
/*	top: 15px;*/
/*	right: 15px;*/
/*	z-index: 10;*/
/*}*/
/*.bx_catalog_list_home .catalog_item:hover > .options .btn {*/
/*	display: inline-block;*/
/*}*/
/*.bx_catalog_list_home .catalog_item .badge {*/
/*	display: inline-block;*/
/*	padding: 5px 10px 5px;*/
/*	font-size: 12px;*/
/*	font-weight: 700;*/
/*	line-height: 16px;*/
/*	text-transform: uppercase;*/
/*	color: #fff;*/
/*	margin-bottom: 7px;*/
/*	height: 26px;*/
/*	position: relative;*/
/*	letter-spacing: .5px;*/
/*}*/
/*.bx_catalog_list_home .catalog_item .badge:before {*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: -6px;*/
/*	width: 0;*/
/*	height: 0;*/
/*	border-top: 26px solid #fff;*/
/*	border-left: 6px solid transparent;*/
/*}*/
/*.bx_catalog_list_home .catalog_item .badge-red {*/
/*	background-color: #df2020;*/
/*}*/
/*.bx_catalog_list_home .catalog_item .badge-red:before {*/
/*	border-top-color: #df2020;*/
/*}*/
/*.bx_catalog_list_home .catalog_item .badge-orange {*/
/*	background-color: #fb7f06;*/
/*}*/
/*.bx_catalog_list_home .catalog_item .badge-orange:before {*/
/*	border-top-color: #fb7f06;*/
/*}*/
/*.bx_catalog_list_home .catalog_item .badge-green {*/
/*	background-color: #74aa28;*/
/*}*/
/*.bx_catalog_list_home .catalog_item .badge-green:before {*/
/*	border-top-color: #74aa28;*/
/*}*/
/*.bx_catalog_list_home .catalog_item .badges {*/
/*	position: absolute;*/
/*	left: -4px;*/
/*	top: 15px;*/
/*	z-index: 1;*/
/*	-webkit-user-select: none;*/
/*	-moz-user-select: none;*/
/*	-ms-user-select: none;*/
/*	user-select: none;*/
/*	z-index: 11;*/
/*}*/
/*.bx_catalog_list_home .catalog_item .gift {*/
/*		!* padding: 8px; *!*/
/*		!* background-color: #fff; *!*/
/*		display: block;*/
/*		!* border-radius: 50%; *!*/
/*		width: 30px;*/
/*		height: 30px;*/
/*		position: absolute;*/
/*		bottom: 4px;*/
/*		z-index: 9;*/
/*		left: 10px;*/
/*}*/
/*.catalog_item .image-container {*/
/*	position: relative;*/
/*}*/
/*.catalog_item .image-container .gift {*/
/*	position: absolute;*/
/*	bottom: 95px;*/
/*	left: 15px;*/
/*	width: 40px;*/
/*	height: 40px;*/
/*	z-index: 99;*/
/*}*/
@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/pechi_main_new_2016/fonts/Montserrat/Montserrat-Black.woff2') format('woff2'),
	url('/local/templates/pechi_main_new_2016/fonts/Montserrat/Montserrat-Black.woff') format('woff'),
	url('/local/templates/pechi_main_new_2016/fonts/Montserrat/Montserrat-Black.ttf') format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/pechi_main_new_2016/fonts/Montserrat/Montserrat-SemiBold.woff2') format('woff2'),
	url('/local/templates/pechi_main_new_2016/fonts/Montserrat/Montserrat-SemiBold.woff') format('woff'),
	url('/local/templates/pechi_main_new_2016/fonts/Montserrat/Montserrat-SemiBold.ttf') format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/pechi_main_new_2016/fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'),
	url('/local/templates/pechi_main_new_2016/fonts/Montserrat/Montserrat-Medium.woff') format('woff'),
	url('/local/templates/pechi_main_new_2016/fonts/Montserrat/Montserrat-Medium.ttf') format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/pechi_main_new_2016/fonts/Montserrat/Montserrat-Regular.woff2') format('woff2'),
	url('/local/templates/pechi_main_new_2016/fonts/Montserrat/Montserrat-Regular.woff') format('woff'),
	url('/local/templates/pechi_main_new_2016/fonts/Montserrat/Montserrat-Regular.ttf') format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	url('/local/templates/pechi_main_new_2016/fonts/Raleway/Raleway-Regular.woff2') format('woff2'),
	src: url('/local/templates/pechi_main_new_2016/fonts/Montserrat/Raleway-Regular.woff') format('woff'),
	url('/local/templates/pechi_main_new_2016/fonts/Montserrat/Raleway-Regular.ttf') format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	url('/local/templates/pechi_main_new_2016/fonts/Raleway/Raleway-Medium.woff2') format('woff2'),
	src: url('/local/templates/pechi_main_new_2016/fonts/Montserrat/Raleway-Medium.woff') format('woff'),
	url('/local/templates/pechi_main_new_2016/fonts/Montserrat/Raleway-Medium.ttf') format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	url('/local/templates/pechi_main_new_2016/fonts/Raleway/Raleway-SemiBold.woff2') format('woff2'),
	src: url('/local/templates/pechi_main_new_2016/fonts/Montserrat/Raleway-SemiBold.woff') format('woff'),
	url('/local/templates/pechi_main_new_2016/fonts/Montserrat/Raleway-SemiBold.ttf') format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	url('/local/templates/pechi_main_new_2016/fonts/Raleway/Raleway-ExtraBold.woff2') format('woff2'),
	src: url('/local/templates/pechi_main_new_2016/fonts/Montserrat/Raleway-ExtraBold.woff') format('woff'),
	url('/local/templates/pechi_main_new_2016/fonts/Montserrat/Raleway-ExtraBold.ttf') format("truetype");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	url('/local/templates/pechi_main_new_2016/fonts/Raleway/Raleway-Black.woff2') format('woff2'),
	src: url('/local/templates/pechi_main_new_2016/fonts/Montserrat/Raleway-Black.woff') format('woff'),
	url('/local/templates/pechi_main_new_2016/fonts/Montserrat/Raleway-Black.ttf') format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('/local/templates/pechi_main_new_2016/fonts/Roboto/Roboto-Black.woff') format('woff'),
	url('/local/templates/pechi_main_new_2016/fonts/Roboto/Roboto-Black.ttf') format('ttf'),
	url('/local/templates/pechi_main_new_2016/fonts/Roboto/Roboto-Black.eot') format("eot");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('/local/templates/pechi_main_new_2016/fonts/Roboto/Roboto-Bold.woff') format('woff'),
	url('/local/templates/pechi_main_new_2016/fonts/Roboto/Roboto-Bold.ttf') format('ttf'),
	url('/local/templates/pechi_main_new_2016/fonts/Roboto/Roboto-Bold.eot') format("eot");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('/local/templates/pechi_main_new_2016/fonts/Roboto/Roboto-Medium.woff') format('woff'),
	url('/local/templates/pechi_main_new_2016/fonts/Roboto/Roboto-Medium.ttf') format('ttf'),
	url('/local/templates/pechi_main_new_2016/fonts/Roboto/Roboto-Medium.eot') format("eot");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('/local/templates/pechi_main_new_2016/fonts/Roboto/Roboto-Regular.woff') format('woff'),
	url('/local/templates/pechi_main_new_2016/fonts/Roboto/Roboto-Regular.ttf') format('ttf'),
	url('/local/templates/pechi_main_new_2016/fonts/Roboto/Roboto-Regular.eot') format("eot");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('/local/templates/pechi_main_new_2016/fonts/Roboto/Roboto-Light.woff') format('woff'),
	url('/local/templates/pechi_main_new_2016/fonts/Roboto/Roboto-Light.ttf') format('ttf'),
	url('/local/templates/pechi_main_new_2016/fonts/Roboto/Roboto-Light.eot') format("eot");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

.preference {
	width: 100%;
	text-align: center;
	padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	position: relative;
	z-index: 5;
	background: linear-gradient(100deg, #3A3A3A, #606060);
	/*margin: 20px 0;*/
}
@media screen and (max-width: 992px) {
	.preference {
		background: #333;
	}
}
/*#content-wrapper .preference {*/
/*	width: auto;*/
/*	min-width: 100%;*/
/*	margin: 20px -20px;*/
/*}*/
.preference a {
	color: #fff;
	text-decoration: underline;
}
.preference a:hover {
	color: #fff0e5;
	text-decoration: none;
}
.preference * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wrap {
	position: relative;
	margin-bottom: 40px;
}

.wrap .preference-title:after {
	content: '';
	position: absolute;
	display: block;
	border-bottom: 4px solid #FFFFFF;
	top: calc(50% - 2px);
	left: 0;
	width: 35%;
	height: 0;
}

.preference-title {
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	line-height: 36px;
	border: 4px solid #fff;
	border-radius: 5px;
	padding: 4px 70px;
}

.wrap .preference-title:before {
	content: '';
	position: absolute;
	display: block;
	border-bottom: 4px solid #FFFFFF;
	top: calc(50% - 2px);
	right: 0;
	width: 35%;
	height: 0;
}

.preference-content {
	width: 100%;
}
.preference-content:after {
	content: "";
	display: table;
	clear: both;
}
.preference-item {
	height: 100%;
	width: 100%;
	font-size: 13px;
	line-height: 18px;
	float: left;
	border-bottom: 4px solid #FE7B00;
	padding-bottom: 20px;
}

.preference-content .col-lg-2 {
	padding: 0 10px;
}

.preference-item .preference-item--icon {
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
	display: inline-block;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.preference-item .preference-item--title {
	font-size: 10px;
	line-height: 1.3;
	font-weight: 600;
	width: 110%;
	margin-left: -5%;
}

/*#mob_hide_section {*/
/*	display: none;*/
/*}*/

/*.add_to_cart_btn .icon {*/
/*	margin-right: 8px;*/
/*	top: -1px;*/
/*	position: relative;*/
/*}*/

/*header.main .NEWzgUnd {*/
/*	display: none;*/
/*}*/
/*header.main #ind_compare {*/
/*	display: none;*/
/*}*/

/*.footer_menu ul,*/
/*.footer_menu {*/
/*	margin: 0;*/
/*	padding: 0;*/
/*}*/
/*.footer_menu:after {*/
/*	content: "";*/
/*	display: table;*/
/*	clear: both;*/
/*}*/
/*.footer_menu li {*/
/*	list-style: none;*/
/*	padding: 0;*/
/*	margin: 0;*/
/*}*/
/*.footer_menu > li {*/
/*	float: left;*/
/*	width: 33.33%;*/
/*	padding-right: 20px;*/
/*}*/
/*.footer_menu > li .icon {*/
/*	display: none;*/
/*}*/
/*.footer_menu > li > span,*/
/*.footer_menu > li > a {*/
/*	text-transform: uppercase;*/
/*	font-size: 17px;*/
/*	color: #EE5B21;*/
/*	font-weight: normal;*/
/*	text-decoration: none;*/
/*	margin-bottom: 15px;*/
/*	display: block;*/
/*}*/
/*.footer_menu ul > li {*/
/*	margin-bottom: 7px;*/
/*}*/
/*.footer_menu ul > li a {*/
/*	display: block;*/
/*	color: #606060;*/
/*	font-size: 14px;*/
/*	line-height: 18px;*/
/*}*/
/*.footer_menu ul > li a:hover {*/
/*	color: #EE5B21;*/
/*}*/
/*.footer-top {*/
/*	border-bottom: 1px solid #BABABA;*/
/*	padding-bottom: 40px;*/
/*}*/
/*.footer-bot {*/
/*	padding: 20px 0;*/
/*	font-size: 14px;*/
/*}*/
/*@media screen and (max-width: 900px) {*/
/*	.footer_menu {*/
/*		margin-bottom: 20px;*/
/*	}*/
/*	.footer_menu > li {*/
/*		width: 100%;*/
/*		padding: 0;*/
/*		border-bottom: 1px solid #bbb;*/
/*	}*/
/*	.footer_menu > li .icon {*/
/*		display: block;*/
/*		float: right;*/
/*		margin: 3px 0;*/
/*		transition: transform .3s ease;*/
/*		will-change: transform;*/
/*	}*/
/*	.footer_menu > li.active .icon {*/
/*		transform: rotate(-270deg);*/
/*	}*/
/*	.footer_menu > li > a,*/
/*	.footer_menu > li > span {*/
/*		display: block;*/
/*		padding: 16px 20px 13px;*/
/*		margin: 0;*/
/*		color: #606060;*/
/*		font-size: 14px;*/
/*		line-height: 20px;*/
/*	}*/
/*	.footer_menu > li.active > a,*/
/*	.footer_menu > li.active > span {*/
/*		color: #EE5B21;*/
/*	}*/
/*	#footer-wrapper .footer_menu,*/
/*	#footer-wrapper .contacts-block {*/
/*		width: 100%;*/
/*		float: none;*/
/*	}*/
/*	#footer-wrapper {*/
/*		height: auto;*/
/*	}*/
/*	#copyr {*/
/*		padding-left: 20px;*/
/*	}*/
/*	#razr {*/
/*		width: auto;*/
/*		padding-right: 20px;*/
/*	}*/
/*	.contacts-block {*/
/*		padding: 0 20px;*/
/*	}*/
/*	#footer-wrapper {*/
/*		padding-top: 0;*/
/*	}*/
/*	ul.footer_menu_child {*/
/*		display: none;*/
/*		padding: 20px 20px 10px;*/
/*		border-top: 1px solid #d2d2d2;*/
/*	}*/
/*	.footer-top {*/
/*		padding-bottom: 20px;*/
/*	}*/
/*}*/
/*@media screen and (min-width: 901px) {*/
/*	ul.footer_menu_child {*/
/*		display: block !important;*/
/*	}*/
/*}*/
/*@media screen and (max-width: 600px) {*/
/*	#copyr,*/
/*	#razr {*/
/*		width: 100%;*/
/*		padding: 0 20px;*/
/*	}*/
/*	#razr {*/
/*		margin-top: 20px;*/
/*	}*/
/*}*/

/*.header-logo img {*/
/*	width: 238px;*/
/*	height: 54px;*/
/*}*/

/*!*=======================================*/
/*=            Catalog.section            =*/
/*=======================================*!*/

@media screen and (max-width: 480px) {
/*	.content-block-new .columns {*/
/*		width: 100%;*/
/*	}*/
/*	.content-block-sale .columns {*/
/*		width: 100%;*/
/*	}*/
/*	.categ-page .cat-block-main {*/
/*		width: 100%;*/
/*		margin-bottom: 30px;*/
/*	}*/

	.preference {
		padding: 30px 20px 20px;
	}

	.preference-title {
		font-size: 14px;
		padding: 4px 30px;
	}

	.wrap .preference-title:before,
	.wrap .preference-title:after {
		border: none;
	}


}
@media screen and (min-width: 480px) and (max-width: 767px) {
/*	.content-block-new .columns {*/
/*		width: 50%;*/
/*	}*/
/*	.content-block-sale .columns {*/
/*		width: 50%;*/
/*	}*/
/*}*/
/*@media screen and (min-width: 480px) and (max-width: 768px) {*/
/*	.categ-page .cat-block-main {*/
/*		width: 50%;*/
/*	}*/

	.preference {
		padding: 30px 20px 20px;
	}

	.wrap .preference-title:before,
	.wrap .preference-title:after {
		border: none;
	}
}

@media screen  and (max-width: 1680px) {
	.wrap .preference-title:before,
	.wrap .preference-title:after {
		width: 30%;
	}
}

@media screen  and (max-width: 1200px) {
	/*	div.um-catalog-section-left {*/
	/*		width: 100%;*/
	/*		padding-right: 0;*/
	/*	}*/
	/*	.content-block-new {*/
	/*		width: 100%;*/
	/*	}*/
	/*	.content-block-sale {*/
	/*		width: 100%;*/
	/*	}*/

	.wrap .preference-title:before,
	.wrap .preference-title:after {
		width: 25%;
	}
}

@media screen  and (max-width: 900px) {

	.wrap .preference-title:before,
	.wrap .preference-title:after {
		width: 20%;
	}
}

@media screen and (min-width: 901px) and (max-width: 950px) {
/*	.content-block-new .columns {*/
/*		width: 50%;*/
/*	}*/
/*	.content-block-sale .columns {*/
/*		width: 50%;*/
/*	}*/
/*	div.um-catalog-section-left {*/
/*		width: 30%;*/
/*	}*/
/*	.content-block-new {*/
/*		width: 70%;*/
/*	}*/
/*	.content-block-sale {*/
/*		width: 70%;*/
/*	}*/
}

/*#breadcrumb {*/
/*	margin-bottom: 20px;*/
/*}*/

/*@media screen and (max-width: 600px) {*/
/*	img[style]:not([class]) {*/
/*		display: block;*/
/*		margin: 0 auto 15px !important;*/
/*		float: none !important;*/
/*	}*/
/*	#breadcrumb {*/
/*		width: auto;*/
/*		margin-left: -20px;*/
/*		margin-right: -20px;*/
/*		margin-bottom: 20px;*/
/*		margin-top: 0;*/
/*		padding: 0 !important;*/
/*	}*/
/*	#breadcrumb ul li:not(:nth-last-of-type(2)) {*/
/*		display: none;*/
/*	}*/
/*	#breadcrumb ul li {*/
/*		width: 100%;*/
/*	}*/
/*	#breadcrumb ul li a {*/
/*		display: block;*/
/*		width: 100%;*/
/*		padding: 15px 20px !important;*/
/*		border-top: 1px solid #ebebeb;*/
/*		border-bottom: 1px solid #ebebeb;*/
/*		text-decoration: none;*/
/*		background: none;*/
/*		color: #606060;*/
/*		background-color: #eee;*/
/*		font-size: 16px;*/
/*	}*/
/*	#breadcrumb ul li a::before {*/
/*		content: '';*/
/*		width: 6px;*/
/*		height: 12px;*/
/*		display: inline-block;*/
/*		background-image: url('/local/templates/pechi_main_new_2016/components/bitrix/breadcrumb/eshop_adapt/images/breadcrumbs_arrow.png');*/
/*		transform: rotate(180deg);*/
/*		margin-right: 12px;*/
/*	}*/
/*	#breadcrumb ul li a span {*/
/*		display: inline-block;*/
/*		font-size: 16px;*/
/*		padding: 0;*/
/*		color: #606060;*/
/*	}*/
/*	.forSliderBlock {*/
/*		margin-top: 0;*/
/*	}*/
/*}*/

/*.callback_form {*/
/*	width: 100%;*/
/*	height: 54px;*/
/*	position: relative;*/
/*	background: #e1e1e1;*/
/*	padding: 7px 0 0 0;*/
/*	margin: 50px 0;*/
/*}*/
/*@media screen and (max-width: 950px) {*/
/*	#tanya_cat {*/
/*		display: none;*/
/*	}*/
/*	.callback_form {*/
/*		width: 100%;*/
/*	}*/
/*}*/

/*.message {*/
/*		background: #fffae6;*/
/*		padding: 15px 25px;*/
/*		border: 1px solid #ead025;*/
/*		margin-bottom: 30px;*/
/*}*/
/*.message p {*/
/*	margin-top: 0;*/
/*}*/
/*.message p:last-child {*/
/*	margin-bottom: 0;*/
/*}*/

/*#content input[type='email'],*/
/*#content input[type='password'],*/
/*#content input[type='search'],*/
/*#content input[type='tel'],*/
/*#content input[type='text'],*/
/*#content input[type='url'],*/
/*#content textarea {*/
/*	width: 100%;*/
/*	height: 40px;*/
/*	background-color: white;*/
/*	border: 1px solid #dedede;*/
/*	padding: 0 15px;*/
/*	-moz-transition: all 0.4s ease;*/
/*	-o-transition: all 0.4s ease;*/
/*	-webkit-transition: all 0.4s ease;*/
/*	transition: all 0.4s ease;*/
/*	max-width: 450px;*/
/*	font-size: 14px;*/
/*}*/

/*#content textarea {*/
/*	padding: 15px;*/
/*	height: auto;*/
/*	resize: none;*/
/*}*/

/*#content input[type="submit"] {*/
/*	margin-right: 25px;*/
/*	margin-bottom: 10px;*/
/*}*/

/*#content input[type="submit"] + a {*/
/*	display: inline-block;*/
/*	height: 40px;*/
/*	padding: 10px 0;*/
/*	color: #2d2c2b;*/
/*	white-space: nowrap;*/
/*}*/
/*#content input[type="submit"] + a:hover {*/
/*	color: #ffa549;*/
/*}*/

.label {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.label span {
	display: block;
	margin-bottom: 4px;
}
.label-checkbox {
	margin-top: 10px;
	width: 100%;
	display: block;
	cursor: pointer;
}


.label-checkbox {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.label-checkbox input[type="checkbox"] {
	display: none;
}
.label-checkbox input[type="checkbox"] + span {
	padding-left: 30px;
	position: relative;
	margin: 0;
	display: block;
}
.label-checkbox input[type="checkbox"] + span:before {
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	margin-top: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #bfc4c8;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-transition: border-width 0.15s ease;
	-o-transition: border-width 0.15s ease;
	-webkit-transition: border-width 0.15s ease;
	transition: border-width 0.15s ease;
	box-sizing: border-box;
	z-index: 4;
}
.label-checkbox input[type="checkbox"] + span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 3px;
	width: 18px;
	height: 18px;
	background-image: url("/local/templates/pechi_main_new_2016/images/check.png");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.label-checkbox input[type="checkbox"]:checked + span:before {
	border-color: #ea8824;
	border-width: 9px;
}
.label-checkbox input[type="checkbox"]:checked + span:after {
	visibility: visible;
	opacity: 1;
}

.fancybox-content {
	padding: 0;
}

.fancybox-content .fancybox-close-small {
	width: 25px;
	height: 25px;
	color: #fff;
	padding: 0;
}

.wrap-form-on-page {
	border: 1px solid silver;
	margin: auto;
	max-width: 557px;
}

.wrap-form-installment {
	margin: 0 30px 30px 0;
	border: none;
	background: #fff;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
	max-height: 650px;
}
.wrap-installment {
	margin: 0 0 30px 0;
}

@media (max-width: 992px) {
	.wrap-page {
		flex-direction: column;
	}
	.wrap-form-installment {
		margin: 0 auto 30px;
	}
}
@media (max-width: 768px) {
	.wrap-form-installment {
		max-height: 680px;
	}
}
@media (max-width: 398px) {
	.wrap-form-on-page {
		margin: 0 -20px;
		border: none;
	}
	.wrap-form-installment {
		margin: 0 0 30px;
		max-height: 700px;
	}
}
/*#del_filter,*/
/*#set_filter{*/
/*	margin-right: 0 !important;*/
/*	margin-bottom: 0 !important;*/
/*}*/

/*.row_personal_class {*/
/*	width: auto;*/
/*	margin-left: -10px;*/
/*	margin-right: -10px*/
/*}*/
/*@media screen and (max-width: 1000px) {*/
/*	.row_personal_class .columns {*/
/*		width: 50%;*/
/*	}*/
/*}*/
/*@media screen and (max-width: 700px) {*/
/*	.row_personal_class .columns {*/
/*		width: 100%;*/
/*	}*/
/*}*/

/*.callback_form input[type="checkbox"],*/
/*.callback_form input[type="checkbox"] + label {*/
/*	position: absolute;*/
/*	top: 50px;*/
/*	font-size: 12px;*/
/*	!* white-space: nowrap; *!*/
/*	line-height: 16px;*/
/*}*/
/*.callback_form input[type="checkbox"] + label {*/
/*	padding-left: 24px;*/
/*	display: block;*/
/*	padding-right: 40px;*/
/*}*/
/*#placeForTanya:after {*/
/*	content: "";*/
/*	display: table;*/
/*	clear: both;*/
/*}*/

/*@media screen and (max-width: 600px) {*/
/*	.callback_form {*/
/*		height: auto;*/
/*		padding: 18px 20px;*/
/*		margin: 55px 0 20px;*/
/*	}*/
/*	.tanya{*/
/*		 position: static;*/
/*		 right: auto;*/
/*		 top: auto;*/
/*		transform: none;*/
/*		margin: -50px auto 0;*/
/*	}*/
/*	#placeForTanya {*/
/*		width: auto !important;*/
/*	}*/
/*	#placeForTanya .inputtext {*/
/*		 position: static;*/
/*		 left: auto;*/
/*		 top: auto;*/
/*		width: 100%;*/
/*		height: 26px;*/
/*		outline: none;*/
/*		border: none;*/
/*		background: white;*/
/*		border-radius: 5px 0 0 5px;*/
/*		padding: 0 0 0 10px;*/
/*		margin-bottom: 8px;*/
/*		max-width: 100% !important;*/
/*	}*/
/*	#placeForTanya p {*/
/*		margin: 0;*/
/*		text-indent: 0;*/
/*	}*/
/*	#placeForTanya font.errortext {*/
/*		position: absolute;*/
/*		left: -350px;*/
/*		width: 332px;*/
/*		padding-left: 50px;*/
/*		top: 2px;*/
/*		white-space: normal;*/
/*		background: #e1e1e1;*/
/*		height: 43px;*/
/*		font-size: 13px;*/
/*		line-height: 18px;*/
/*	}*/

/*	.submit_name{*/
/*		 position: static;*/
/*		 right: auto;*/
/*		top: 1px;*/
/*		height: 39px;*/
/*		border: 0px;*/
/*		border-radius: 3px 3px 3px 3px;*/
/*		text-transform: uppercase;*/
/*		outline: none;*/
/*		cursor: pointer;*/
/*		background: #CE5C2A;*/
/*		color: white;*/
/*		!* margin-right: 0 !important; *!*/
/*		padding: 0 15px;*/
/*		!* margin-bottom: 0 !important; *!*/
/*		margin: 10px auto !important;*/
/*		display: block;*/
/*	}*/
/*	.haveQuestion{*/
/*		 position: static;*/
/*		 left: auto;*/
/*		 top: auto;*/
/*		 width: auto;*/
/*		 height: auto;*/
/*		margin-bottom: 15px;*/
/*	}*/

/*	.nameManager{*/
/*		 position: static;*/
/*		 right: auto;*/
/*		 top: auto;*/
/*				 margin-bottom: 15px;*/
/*		padding-bottom: 12px;*/
/*		border-bottom: 1px solid #cecece;*/
/*	}*/
/*	.callback_form input[type="checkbox"],*/
/*	.callback_form input[type="checkbox"] + label {*/
/*		 position: static;*/
/*		 top: auto;*/
/*		font-size: 12px;*/
/*		 white-space: normal;*/
/*		line-height: 16px;*/
/*	}*/
/*	.callback_form input[type="checkbox"] {*/
/*		position: absolute;*/
/*	}*/
/*	.callback_form .request {*/
/*		margin-bottom: 15px;*/
/*	}*/
/*	#placeForTanya font.errortext {*/
/*		position: static;*/
/*		left: auto;*/
/*		right: auto;*/
/*		top: auto;*/
/*		padding: 0;*/
/*	}*/
/*}*/
/*@media screen and (min-width: 600px) and (max-width: 1000px) {*/
/*	.haveQuestion {*/
/*		left: -130px;*/
/*	}*/
/*	#placeForTanya .inputtext {*/
/*		left: 130px;*/
/*	}*/
/*	.callback_form input[type="checkbox"] + label {*/
/*		width: 320px;*/
/*	}*/
/*	.callback_form input[type="checkbox"], .callback_form input[type="checkbox"] + label {*/
/*		left: 130px;*/
/*	}*/
/*	.submit_name {*/
/*		right: -130px;*/
/*	}*/
/*	.tanya,*/
/*	.nameManager {*/
/*		display: none;*/
/*	}*/
/*	#placeForTanya font.errortext {*/
/*		left: -172px;*/
/*		width: 280px;*/
/*	}*/
/*}*/


/*div.um-catalog-section-left .callback_form {*/
/*	height: auto;*/
/*	padding: 10px;*/
/*	margin: 55px 0 20px;*/
/*}*/
/*div.um-catalog-section-left .tanya {*/
/*	position: static;*/
/*	right: auto;*/
/*	top: auto;*/
/*	transform: none;*/
/*	margin: -50px auto 0;*/
/*}*/
/*div.um-catalog-section-left #placeForTanya {*/
/*	width: auto !important;*/
/*}*/
/*div.um-catalog-section-left #placeForTanya .inputtext {*/
/*	position: static;*/
/*	left: auto;*/
/*	top: auto;*/
/*	width: 100%;*/
/*	outline: none;*/
/*	border: none;*/
/*	background: white;*/
/*	border-radius: 5px;*/
/*	padding: 0 0 0 10px;*/
/*	margin-bottom: 8px;*/
/*	max-width: 100% !important;*/
/*}*/
/*div.um-catalog-section-left #placeForTanya p {*/
/*	margin: 0;*/
/*	text-indent: 0;*/
/*}*/
/*div.um-catalog-section-left #placeForTanya font.errortext {*/
/*	position: absolute;*/
/*	left: -350px;*/
/*	width: 332px;*/
/*	padding-left: 50px;*/
/*	top: 2px;*/
/*	white-space: normal;*/
/*	background: #e1e1e1;*/
/*	height: 43px;*/
/*	font-size: 13px;*/
/*	line-height: 18px;*/
/*}*/
/*div.um-catalog-section-left .submit_name {*/
/*	position: static;*/
/*	right: auto;*/
/*	top: 1px;*/
/*	height: 39px;*/
/*	border: 0px;*/
/*	border-radius: 3px 3px 3px 3px;*/
/*	text-transform: uppercase;*/
/*	outline: none;*/
/*	cursor: pointer;*/
/*	background: #CE5C2A;*/
/*	color: white;*/
/*	!* margin-right: 0 !important; *!*/
/*	padding: 0 15px;*/
/*	!* margin-bottom: 0 !important; *!*/
/*	margin: 10px auto !important;*/
/*	display: block;*/
/*}*/
/*div.um-catalog-section-left .haveQuestion {*/
/*	position: static;*/
/*	left: auto;*/
/*	top: auto;*/
/*	width: auto;*/
/*	height: auto;*/
/*	margin-bottom: 15px;*/
/*}*/
/*div.um-catalog-section-left .nameManager {*/
/*	position: static;*/
/*	right: auto;*/
/*	top: auto;*/
/*	margin-bottom: 15px;*/
/*	padding-bottom: 12px;*/
/*	border-bottom: 1px solid #cecece;*/
/*}*/
/*div.um-catalog-section-left .callback_form input[type="checkbox"],*/
/*div.um-catalog-section-left .callback_form input[type="checkbox"] + label {*/
/*	position: static;*/
/*	top: auto;*/
/*	font-size: 12px;*/
/*	white-space: normal;*/
/*	line-height: 16px;*/
/*}*/
/*div.um-catalog-section-left .callback_form input[type="checkbox"] {*/
/*	position: absolute;*/
/*}*/
/*div.um-catalog-section-left .callback_form .request {*/
/*	margin-bottom: 15px;*/
/*}*/
/*div.um-catalog-section-left #placeForTanya font.errortext {*/
/*	position: static;*/
/*	left: auto;*/
/*	right: auto;*/
/*	top: auto;*/
/*	padding: 0;*/
/*}*/

/*.video-side-block {*/
/*	width: 100%;*/
/*}*/
/*.video-side-block:not(:last-child) {*/
/*	padding-bottom: 15px;*/
/*	margin-bottom: 15px;*/
/*	border-bottom: 1px solid #efefef;*/
/*}*/
/*.video-side-block:after {*/
/*	content: "";*/
/*	display: table;*/
/*	clear: both;*/
/*}*/
/*.video-side-block_image {*/
/*	width: 35%;*/
/*	float: left;*/
/*}*/
/*.video-side-block_image a {*/
/*	position: relative;*/
/*	display: block;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*}*/
/*.video-side-block_image a:before {*/
/*	content: '';*/
/*	position: absolute;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	background-color: rgba(3, 3, 3, .5);*/
/*	background-image: url(/local/templates/pechi_main_new_2016/./components/bitrix/news/video/images/play.png);*/
/*	background-position: center;*/
/*	background-repeat: no-repeat;*/
/*	background-size: 30px;*/
/*	transition: background-color .3s ease;*/
/*	z-index: 5;*/
/*}*/
/*.video-side-block:hover .video-side-block_image a:before {*/
/*	background-color: rgba(3, 3, 3, .3);*/
/*}*/
/*.video-side-block_content {*/
/*	width: 65%;*/
/*	float: left;*/
/*	padding-left: 10px;*/
/*	font-size: 13px;*/
/*	line-height: 17px;*/
/*}*/
/*.video-side-block_content a {*/
/*	color: #333;*/
/*	display: block;*/
/*	position: relative;*/
/*}*/
/*.video-side-block_content a:hover {*/
/*	color: #EB7A00;*/
/*}*/

/*#tmp__video h3 {*/
/*	font-size: 18px;*/
/*	font-weight: normal;*/
/*	margin: 0 0 20px;*/
/*}*/

/*#tmp__video {*/
/*	border: 1px solid #ebebeb;*/
/*	padding: 12px 15px 20px 12px;*/
/*	margin-bottom: 30px;*/
/*}*/
/*@media screen and (max-width: 900px) {*/
/*	#tmp__video {*/
/*		display: none;*/
/*	}*/
/*}*/

/*.ssill {*/
/*position:absolute;*/
/*left:-9999px;*/
/*}*/

/*[data-alt] {*/
/*	position: relative;*/
/*	cursor: help;*/
/*}*/
/*[data-alt]:before {*/
/*	content: attr(data-alt);*/
/*	background-color: rgba(0, 0, 0, .75);*/
/*	color: #fff;*/
/*	padding: 8px 14px;*/
/*	border-radius: 3px;*/
/*	position: absolute;*/
/*	left: 100%;*/
/*	margin-left: 8px;*/
/*	top: 50%;*/
/*	transform: translateY(-50%);*/
/*	text-align: left;*/
/*	font-weight: normal;*/
/*	text-transform: none;*/
/*	font-size: 12px;*/
/*	width: 146px;*/
/*	line-height: 18px;*/
/*	box-sizing: border-box;*/
/*}*/
/*[data-alt]:after {*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	transform: translateY(-50%);*/
/*	width: 0;*/
/*	height: 0;*/
/*	left: 100%;*/
/*	margin-left: 2px;*/
/*	border-top: 6px solid transparent;*/
/*	border-right: 6px solid rgba(0, 0, 0, .75);*/
/*	border-bottom: 6px solid transparent;*/
/*}*/
/*[data-alt]:before,*/
/*[data-alt]:after {*/
/*	display: none;*/
/*}*/
/*[data-alt]:hover:before,*/
/*[data-alt]:hover:after {*/
/*	display: block !important;*/
/*}*/

/*.sale-banner {*/
/*	width: auto;*/
/*	text-align: center;*/
/*	margin-bottom: 20px;*/
/*	margin-left: -20px;*/
/*	margin-right: -20px;*/
/*}*/
/*.sale-banner img {*/
/*	width: 100%;*/
/*}*/

/*.text-container {*/
/*	float: left;*/
/*	width: 60%;*/
/*	!* margin-top: 20px; *!*/
/*}*/
/*.video-container {*/
/*	float: left;*/
/*	width: 40%;*/
/*	padding-left: 20px;*/
/*	!* margin-top: 20px; *!*/
/*}*/
/*.video-container iframe {*/
/*	width: 100%;*/
/*	!* height: auto; *!*/
/*}*/
/*@media screen and (max-width: 950px) {*/
/*	.text-container {*/
/*		width: 100%;*/
/*	}*/
/*	.video-container {*/
/*		width: 100%;*/
/*		padding-left: 0;*/
/*		margin-top: 20px;*/
/*	}*/
/*	.video-container iframe {*/
/*		width: auto;*/
/*	}*/
/*}*/
/*@media screen and (max-width: 400px) {*/
/*	.video-container iframe {*/
/*		width: 100%;*/
/*	}*/
/*}*/

/*#banner_in_product {*/
/*	margin-bottom: 30px;*/
/*	width: 100%;*/
/*}*/
/*@media screen and (max-width: 400px) {*/
/*	#banner_in_product {*/
/*		width: auto;*/
/*		margin-left: -20px;*/
/*		margin-right: -20px;*/
/*	}*/
/*}*/

/*.um-catalog-section-left .services,*/
/*[data-frameend="sidebar"] .services {*/
/*	margin: 20px 0 30px;*/
/*}*/
/*.um-catalog-section-left .services a.btn,*/
/*[data-frameend="sidebar"] .services a.btn {*/
/*	padding: 12px 0;*/
/*}*/

/*.new-order{*/
/*	width:100%;*/
/*	display:-ms-flexbox;*/
/*	display:flex;*/
/*	-ms-flex-flow:row wrap;*/
/*			flex-flow:row wrap;*/
/*	border-radius:3px;*/
/*	border:solid 1px #ebebeb;*/
/*	padding:20px 25px;*/
/*	-ms-flex-align:center;*/
/*			align-items:center;*/
/*}*/
/*.new-order:not(:last-child){*/
/*	margin-bottom:40px;*/
/*}*/
/*.new-order:not(:first-child){*/
/*	margin-top:40px;*/
/*}*/
/*.new-order__icon{*/
/*	width:30px;*/
/*	margin:-2px 20px 0 0px;*/
/*}*/
/*.new-order__text{*/
/*	-ms-flex:1;*/
/*	flex:1;*/
/*	padding-right:20px;*/
/*	max-width:550px;*/
/*}*/
/*.new-order__button{*/
/*	margin-left:auto;*/
/*}*/
/*.new-order__button .btn {*/
/*	display: block;*/
/*	text-transform: uppercase;*/
/*	text-decoration: none;*/
/*	text-align: center;*/
/*	color: #fff;*/
/*	padding: 10px 40px;*/
/*	border-radius: 6px;*/
/*	font-size: 18px;*/
/*	line-height: 24px;*/
/*	background: #f09202;*/
/*	background: -moz-linear-gradient(top, #f09202 0%, #dd4501 100%);*/
/*	background: -webkit-linear-gradient(top, #f09202 0%,#dd4501 100%);*/
/*	background: linear-gradient(to bottom, #f09202 0%,#dd4501 100%);*/
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09202', endColorstr='#dd4501',GradientType=0 );*/
/*}*/
/*.new-order__button .btn:hover {*/
/*	color: #fff;*/
/*	background: #f09202;*/
/*	background: -moz-linear-gradient(top, #f09202 0%, #c63301 100%);*/
/*	background: -webkit-linear-gradient(top, #f09202 0%,#c63301 100%);*/
/*	background: linear-gradient(to bottom, #f09202 0%,#c63301 100%);*/
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09202', endColorstr='#c63301',GradientType=0 );*/
/*}*/

/*!*  *!*/
/*.section__gallery{*/
/*	width:100%;*/
/*	display:-ms-flexbox;*/
/*	display:flex;*/
/*	-ms-flex-flow:row wrap;*/
/*	flex-flow:row wrap;*/
/*}*/
/*.section__gallery:not(:last-child){*/
/*	margin-bottom:40px;*/
/*}*/
/*.section__gallery:not(:first-child) {*/
/*	margin-top: 40px;*/
/*}*/
/*.section__gallery-hide{*/
/*	display:-ms-flexbox;*/
/*	display:flex;*/
/*	-ms-flex-flow:row wrap;*/
/*	flex-flow:row wrap;*/
/*	width:100%;*/
/*}*/
/*.section__gallery-show{*/
/*	width:100%;*/
/*	text-align:right;*/
/*	margin-bottom:20px;*/
/*	color:#005897;*/
/*	cursor:pointer;*/
/*	font-size:16px;*/
/*}*/
/*.section__gallery-show:hover{*/
/*	color:#008cf0;*/
/*}*/
/*.section__gallery-item{*/
/*	flex-grow:0;*/
/*	flex-shrink:0;*/
/*	flex-basis:calc(100% * 1/5 - (10px - 10px * 1/5));*/
/*	max-width:calc(100% * 1/5 - (10px - 10px * 1/5));*/
/*	width:calc(100% * 1/5 - (10px - 10px * 1/5));*/
/*	height:128px;*/
/*	margin-bottom:10px;*/
/*}*/
/*.section__gallery-item:nth-child(1n){*/
/*	margin-right:10px;*/
/*	margin-left:0;*/
/*}*/
/*.section__gallery-item:last-child{*/
/*	margin-right:0;*/
/*}*/
/*.section__gallery-item:nth-child(5n){*/
/*	margin-right:0;*/
/*	margin-left:auto;*/
/*}*/
/*.section__gallery-item .text{*/
/*	display:none;*/
/*}*/
/*.section__gallery-item_all .text{*/
/*	display:-ms-flexbox;*/
/*	display:flex;*/
/*	width:100%;*/
/*	height:100%;*/
/*	-ms-flex-pack:center;*/
/*	justify-content:center;*/
/*	-ms-flex-align:center;*/
/*	align-items:center;*/
/*	color:#fff;*/
/*	text-decoration:underline;*/
/*	position:relative;*/
/*	z-index:10;*/
/*	padding:15px;*/
/*	text-align:center;*/
/*}*/
/*.section__gallery-item_all .text:before{*/
/*	content:'';*/
/*	display:block;*/
/*	position:absolute;*/
/*	top:0;*/
/*	left:0;*/
/*	width:100%;*/
/*	height:100%;*/
/*	background-color:rgba(14, 73, 130, .75);*/
/*	z-index:-1;*/
/*}*/
/*.section__gallery-item_video{*/
/*	position:relative;*/
/*}*/
/*.section__gallery-item_video > a:after{*/
/*	content:'';*/
/*	position:absolute;*/
/*	top:0;*/
/*	left:0;*/
/*	right:0;*/
/*	bottom:0;*/
/*	background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.5));*/
/*	opacity:1;*/
/*	transition:opacity .4s ease;*/
/*	z-index:1;*/
/*}*/
/*.section__gallery-item_video > a svg{*/
/*	position:absolute;*/
/*	top:50%;*/
/*	left:50%;*/
/*	transform:translate(-50%, -50%);*/
/*	z-index:5;*/
/*}*/
/*.section__gallery-item_video > a svg path{*/
/*	transition:fill .4s ease;*/
/*}*/
/*.section__gallery-item:hover a:before{*/
/*	opacity:.5;*/
/*}*/
/*.section__gallery-item:hover a:after{*/
/*	opacity:0;*/
/*}*/
/*.section__gallery-item:hover a svg path{*/
/*	fill:#fff;*/
/*}*/
/*.section__gallery-item > a{*/
/*	display:block;*/
/*	width:100%;*/
/*	height:100%;*/
/*	background-repeat:no-repeat;*/
/*	background-size:cover;*/
/*	background-position:center;*/
/*	position:relative;*/
/*}*/
/*.section__gallery-item > a:before{*/
/*	content:'';*/
/*	display:block;*/
/*	position:absolute;*/
/*	top:0;*/
/*	left:0;*/
/*	width:100%;*/
/*	height:100%;*/
/*	opacity:0;*/
/*	background-color:rgb(14, 73, 130);*/
/*	transition:opacity .4s ease;*/
/*}*/


/*!*  *!*/

/*.news__detail-bottom {*/
/*	margin: 20px 0;*/
/*}*/
/*.news__detail-bottom > a svg {*/
/*	margin-right: 15px;*/
/*	display: inline-block;*/
/*	margin-top: -3px;*/
/*}*/
/*.news__detail-bottom > a {*/
/*	font-size: 15px;*/
/*	line-height: 22px;*/
/*	text-decoration: none;*/
/*	display: inline-flex;*/
/*	align-items: center;*/
/*}*/
/*.news__detail-bottom > a:hover svg polyline,*/
/*.news__detail-bottom > a:hover svg circle {*/
/*	stroke: #fb7f06;*/
/*}*/
/*@media screen and (min-width: 768px) {*/
/*	.news__detail-bottom {*/
/*		width: 100%;*/
/*		display: flex;*/
/*		flex-flow: row wrap;*/
/*		align-items: center;*/
/*	}*/
/*	.news__detail-bottom .share {*/
/*		margin-top: 0;*/
/*		margin-left: auto;*/
/*	}*/
/*}*/
/*.share{*/
/*	margin-top:30px;*/
/*}*/
/*.share:after{*/
/*	content:'';*/
/*	display:block;*/
/*	clear:both;*/
/*}*/
/*.share > span, .share .ya-share2{*/
/*	float:left;*/
/*}*/
/*.share > span{*/
/*	padding:10px 0;*/
/*	margin-right:15px;*/
/*	font-size:13px;*/
/*	line-height:20px;*/
/*}*/
/*.share .ya-share2{*/
/*	padding:4px 0;*/
/*}*/
/*.share .ya-share2__container_size_m .ya-share2__icon_more:before{*/
/*	font-size:12px;*/
/*	line-height:32px;*/
/*}*/
/*.share .ya-share2__container_size_m .ya-share2__icon{*/
/*	height:32px;*/
/*	width:32px;*/
/*	background-size:32px 32px;*/
/*}*/
/*.share .ya-share2__container_size_m .ya-share2__popup_direction_bottom{*/
/*	top:38px;*/
/*}*/

/*.NEWzg.h3div {*/
/*	margin: 20px 0;*/
/*}*/

/*@media screen and (max-width: 1024px) {*/
/*	#mobile-contact-button {*/
/*		display: block !important;*/
/*		position: fixed;*/
/*		right: 15px;*/
/*		bottom: 15px;*/
/*		width: 52px;*/
/*		height: 52px;*/
/*		border-radius: 50%;*/
/*		z-index: 999;*/
/*		border: 5px solid rgba(245,147,49, .2);*/
/*	}*/
/*	#mobile-contact-button a {*/
/*		background: #F59331;*/
/*		display: block;*/
/*		width: 100%;*/
/*		height: 100%;*/
/*		padding: 12px 0;*/
/*		border-radius: 50%;*/
/*		text-align: center;*/
/*	}*/
/*	#mobile-contact-button svg {*/
/*		transform: rotate(0);*/
/*		!* animation: timing 1s infinite;*/
/*		animation-delay: 2s; *!*/
/*	}*/

/*	.mobile-contact-button-round {*/
/*		-webkit-animation: widgetPulse infinite 1.5s;*/
/*		animation: widgetPulse infinite 1.5s;*/
/*		position: absolute;*/
/*		top: 0;*/
/*		left: 0;*/
/*		bottom: 0;*/
/*		right: 0;*/
/*		border: 1px solid #F7941D;*/
/*		border-radius: 50%;*/
/*		z-index: -1;*/
/*	}*/

/*	@keyframes widgetPulse {*/
/*	    50% {*/
/*	    -webkit-transform: scale(1, 1);*/
/*	    transform: scale(1, 1);*/
/*				opacity: 1;*/
/*		}*/
/*		100% {*/
/*				-webkit-transform: scale(2, 2);*/
/*				transform: scale(2, 2);*/
/*				opacity: 0;*/
/*		}*/
/*	}*/
/*}*/
/*.download-price-block a {*/
/*	display: block;*/
/*	border: 1px solid #ebebeb;*/
/*	padding: 6px 15px;*/
/*	vertical-align: middle;*/
/*	display: flex;*/
/*	flex-flow: row nowrap;*/
/*	align-items: center;*/
/*	border-radius: 6px;*/
/*}*/
/*.download-price-block {*/
/*	margin-bottom: 20px;*/
/*}*/
/*.download-price-block__icon {*/
/*	width: 24px;*/
/*	text-align: center;*/
/*	margin-right: 10px;*/
/*}*/
/*.download-price-block__content {*/
/*	flex: 1;*/
/*	font-size: 14px;*/
/*	line-height: 20px;*/
/*}*/
/*.download-price-block__content span {*/
/*	display: block;*/
/*	font-size: 11px;*/
/*	color: #555;*/
/*}*/

/*.main_menu_third {*/
/*	display: none;*/
/*	position: absolute;*/
/*	position: absolute;*/
/*	padding: 8px 0;*/
/*	transform: translateX(-10%);*/
/*	position: absolute;*/
/*	top: -8px;*/
/*	right: -219px;*/
/*	width: 200px;*/
/*	background-color: #fff;*/
/*	z-index: 10;*/
/*	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.19);*/
/*	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.19);*/
/*	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.19);*/
/*	transition: transform .2s ease, opacity .3s ease;*/
/*	will-change: transform, opacity;*/
/*}*/

/*.main_menu_third li {*/

/*display: block;*/

/*float: none;*/
/*}*/

/*.main_menu_child>li:hover>.main_menu_third {*/
/*	display: block;*/
/*	*/

/*}*/

/*.main_menu_third>li a {*/

/*display: block;*/

/*width: 100%;*/

/*padding: 0 15px;*/

/*font-size: 14px;*/

/*line-height: 20px;*/
/*}*/

/*.main_menu_third>li a span{display: block;border-bottom: 1px solid #f5f5f5;padding: 8px 0;}*/

/*.str18 {*/
/*    position: absolute;*/
/*    top: calc(50% - 5px);*/
/*    right: 16px;*/
/*}*/

/*.str19 {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: -3px;*/
/*    z-index: 100;*/
/*    display: none;*/
/*}*/

/*.main_menu_child>li:hover>.str18 {*/
/*	display: none;*/
/*}*/



/*.str20 {display: none;position: absolute;top: 0;right: 1px;height: 100%;width: 2px;background: #da791f;z-index: 100;}*/

/*.str21 {display: none;position: absolute;top: calc(50% - 5px);right: -3px;z-index: 100;}*/
/*.main_menu_child>li:hover>.str20 {*/
/*	display: block;*/
/*}*/

/*.main_menu_child>li:hover>.str21 {*/
/*	display: block;*/
/*}*/

/*#main_menu .main_menu_third > li:last-child > a > span {*/
/*	border-bottom: none;*/
/*}*/

/*.tags4 {*/

/*display: inline-block;*/

/*width: 100%;*/

/*    margin-bottom: 14px;*/
/*}*/

/*.tags4 .tag17 {*/

/*color: #606060;*/

/*font-size: 14px;*/

/*border: 1px solid #EBEBEB;*/

/*padding: 4px 12px;*/

/*white-space: nowrap;*/

/*border-radius: 5px;*/

/*margin-right: 11px;*/

/*margin-bottom: 8px;*/

/*display: block;*/

/*float: left;*/
/*}*/

/*@media(max-width: 900px) {*/
/*	.tags4 {*/
/*		display: none;*/
/*	}*/
/*}*/

/*.tags4 .tag18 {*/

/*font-size: 14px;*/

/*white-space: nowrap;*/

/*border-bottom: 1px dashed;*/

/*!* margin-right: 11px; *!*/

/*!* margin-bottom: 7px; *!*/

/*display: block;*/

/*float: left;*/

/*cursor: pointer;*/

/*line-height: 16px;*/

/*margin-top: 7px;*/

/*position: relative;*/

/*!* padding-right: 10px; *!*/
/*}*/

/*.str7 {*/
/*	width: 8px;*/
/*	height: 4px;*/
/*	background:url(/images/str_down.png) no-repeat;*/
/*	position: absolute;*/
/*	top: 7px;*/
/*	right: -12px;*/
/*}*/

/*.tag145 .str7 {*/
/*	background:url(/images/str_up.png) no-repeat;*/
/*}*/

/*.hid_cats {*/
/*	display: none;*/
/*}*/

/*.tag145 {*/
/*    float: right !important;*/
/*    margin-right: 14px;*/
/*}*/

/*.zz23 {position: relative;}*/

/*.zz24 {*/
/*	width: auto;*/
/*    position: absolute;*/
/*    top: 3px;*/
/*    right: 165px;*/
/*}*/

/*.zz25 {*/
/*	width: 12px !important;*/
/*	height: auto !important;*/
/*	opacity: 0.6;*/
/*}*/

/*#header_fixed .zz25{*/
/*	top: 3px;*/
/*    width: 12px !important;*/
/*    height: auto !important;*/
/*    opacity: 0.6;*/
/*    position: absolute;*/
/*    left: 110px;*/
/*}*/



/*@media(max-width: 1100px){*/
/*	.zz24{*/
/*		right: 145px*/
/*	}*/

/*	.zz25{*/
/*		width: 13px !important;*/
/*	}*/
/*}*/

/*@media(max-width: 991px){*/
/*	.zz24{*/
/*		right: 115px;*/
/*	}*/
/*}*/

/*@media(max-width: 425px){*/
/*	.zz24{*/
/*		right: 190px;*/
/*	}*/
/*	.zz25{*/
/*		width: 11px !important;*/
/*	}*/
/*}*/

/*@media(max-width: 375px){*/
/*	.zz24{*/
/*		right: 165px;*/
/*	}*/
/*}*/

/*@media(max-width: 320px){*/
/*	.zz24{*/
/*		right: 140px;*/
/*	}*/
/*}*/
.no_border{
	border: none !important;
}

.custom-preload {
	display: block;
	position: fixed;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.7);
	opacity: 0;
	z-index: 9999;
	transition: opacity 0.2s 0s, width 0s 0.2s;
	visibility: hidden;
  }
  
  .custom-preload--active {
	opacity: 1;
	width: 100%;
	transition: opacity 0.2s 0s, width 0s 0s;
	visibility: visible;
  }

@keyframes rotatePreloader {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}

.custom-preload__preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	fill: #fd7e14;
}
.custom-preload__preloader svg {
	animation: rotatePreloader 1.5s infinite linear;
}


/* End */


/* Start:/local/templates/pechi_main_new_2016/assets/libs/swiper/swiper-bundle.min.css?172708625816468*/
/**
 * Swiper 8.4.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 6, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */
/* /local/templates/pechi_main_new_2016/css/c1-LazyLoad.css?17270862582200 */
/* /local/templates/pechi_main_new_2016/assets/styles/main-styles.css?1727086258182678 */
/* /local/templates/pechi_main_new_2016/js/fancybox/jquery.fancybox.css?172708625817412 */
/* /local/templates/pechi_main_new_2016/assets/libs/fontawesome/css/all.css?172708625879884 */
/* /local/templates/pechi_main_new_2016/assets/libs/micromodal/micromodal.css?17270862582018 */
/* /local/templates/pechi_main_new_2016/components/sotbit/regions.choose/stmd_region_choose/style.css?172708625812641 */
/* /local/templates/pechi_main_new_2016/components/bitrix/menu/on_top_menu/style.css?17270862585346 */
/* /local/templates/pechi_main_new_2016/components/bitrix/news.list/social/style.css?17270862581027 */
/* /local/templates/pechi_main_new_2016/components/bitrix/search.form/store/style.css?1727086258966 */
/* /local/templates/pechi_main_new_2016/components/arturgolubev/search.title/main/style.css?17270862582982 */
/* /local/templates/pechi_main_new_2016/components/bitrix/news.list/important_messages/style.css?1727086258301 */
/* /local/templates/pechi_main_new_2016/components/bitrix/menu/stmd_main_new/style.css?17270862585981 */
/* /local/templates/pechi_main_new_2016/components/bitrix/menu/catalog_mobile/style.css?1727086258581 */
/* /local/templates/pechi_main_new_2016/components/bitrix/sale.basket.basket.line/mini_basket/style.css?17270862584749 */
/* /local/templates/pechi_main_new_2016/components/bitrix/menu/footer/style.css?1727086258581 */
/* /local/templates/pechi_main_new_2016/template_styles.css?1727086258178094 */
/* /local/templates/pechi_main_new_2016/assets/libs/swiper/swiper-bundle.min.css?172708625816468 */
