

/* Start:/local/templates/terminal/style/css/bootstrap.css?1684107460132058*/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
/*@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}*/
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/*@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}*/
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/*@media (min-width: 768px) {*/
  .container {
    width: 750px;
  }
/*}*/
@media (min-width: 992px) {
  .container {
    width: auto;
  }
}
@media (min-width: 1260px) {
  .container {
    width: 1230px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1260px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
/*@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}*/
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
/*@media (min-width: 768px) {*/
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
/*}*/
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
/*@media (min-width: 768px) {*/
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
/*}*/
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
/*@media (min-width: 768px) {*/
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
/*}*/
/*@media (min-width: 768px) {*/
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
/*}*/
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
/*@media (min-width: 768px) {*/
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
/*}*/
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
/*@media (min-width: 768px) {*/
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
/*}*/
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
/*@media (min-width: 768px) {*/
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
/*}*/
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
/*@media (min-width: 768px) {*/
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
/*}*/
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
/*@media (min-width: 768px) {*/
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
/*}*/
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/*@media (min-width: 768px) {*/
  .navbar {
    border-radius: 4px;
  }
/*}*/
/*@media (min-width: 768px) {*/
  .navbar-header {
    float: left;
  }
/*}*/
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
/*@media (min-width: 768px) {*/
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
/*}*/
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media /*(max-device-width: 480px) and */(orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
/*@media (min-width: 768px) {*/
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
/*}*/
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
/*@media (min-width: 768px) {*/
  .navbar-static-top {
    border-radius: 0;
  }
/*}*/
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
/*@media (min-width: 768px) {*/
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
/*}*/
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
/*@media (min-width: 768px) {*/
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
/*}*/
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
/*@media (min-width: 768px) {*/
  .navbar-toggle {
    display: none;
  }
/*}*/
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
/*@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}*/
/*@media (min-width: 768px) {*/
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
/*}*/
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
/*@media (min-width: 768px) {*/
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
/*}*/
/*@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}*/
/*@media (min-width: 768px) {*/
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
/*}*/
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
/*@media (min-width: 768px) {*/
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
/*}*/
/*@media (min-width: 768px) {*/
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
/*}*/
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
/*@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}*/
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
/*@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}*/
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen /*and (min-width: 768px) */{
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive 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-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
/*@media (min-width: 768px) {*/
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
/*}*/
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen /*and (min-width: 768px)*/ {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
/*@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}*/
/*@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}*/
/*@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}*/
@media /*(min-width: 768px) and*/ (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media /*(min-width: 768px) and*/ (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media /*(min-width: 768px) and*/ (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media /*(min-width: 768px) and*/ (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1260px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1260px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1260px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1260px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1260px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

/* End */


/* Start:/local/templates/terminal/style/jquery-ui.min.css?168410746017553*/
.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#2b2b2b;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/local/templates/terminal/style/images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("/local/templates/terminal/style/images/ui-icons_444444_256x240.png")}.ui-state-default .ui-icon{background-image:url("/local/templates/terminal/style/images/ui-icons_777777_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("/local/templates/terminal/style/images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon{background-image:url("/local/templates/terminal/style/images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("/local/templates/terminal/style/images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/local/templates/terminal/style/images/ui-icons_cc0000_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:0;padding:5px;background:#666;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
/* End */


/* Start:/local/templates/terminal/style/css/magnific-popup.min.css?16841074605968*/

.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}
/* End */


/* Start:/local/templates/terminal/style/css/custom.css?174989524140237*/
@media only screen and  (max-width: 1200px){
    .table_hd_wr {
        font-size: 11px!important;
    }
    .kak_rab_wr h2{
        font-size: 20px!important;
    }

}
@media only screen and (max-width: 993px){
    .container {
        width: 100%;
    }
    .kak_rab_wr .kak_left{
        margin: 0 auto!important;
    }
    .kak_rab_wr .kak_right{
        margin: 0 auto!important;
    }
    .table_hd_wr{
        display: none!important;
    }
    .table_wr{
        margin-top: 5px;
    }
    .table_wr .a_name_prod {
        width: auto;
    }
    .card_table .table_td_wr  .about_skidka {
        font-size: 15px;
        color: #ed037c;
        position: relative;
        z-index: 10;
        bottom: 0;
        width: 100%;
    }
    .card_table .table_td_wr img {
        width: 200px!important;
        height: auto;
        display: inline-block;
        margin-right: 15px!important;
    }
}
@media  only screen and  (max-width: 993px){
    .nav-main .nav-left > li > a {
        font-size: 11px!important;
    }
    .nav-main .nav-left {
        max-width: 90%!important;
    }
    .resept_table .styled-select{
        display: inline-block;
    }
    .table_td_wr h5 {
        font-size: 13px;
        display: inline-block;
        float: none;
        margin-right: 10px;
    }
    .nazv_resept input.btn{
        width: 184px;
        float: right;
        margin-right: 10px;
    }
    .nazv_resept input {
        width: 96%;
        border: 1px solid #c7c7c7;
        height: 28px;
        padding-left: 10px;
        margin-left: 10px;
    }

    .nazv_resept .help{
        display: none;
    }
}
@media only screen and  (max-width: 856px){
    .nav-main .nav-left > li > a {
        font-size: 10px!important;


    }
    .nav-main .nav-left {
        max-width: 85%!important;
    }
}
@media only screen and  (max-width: 809px){
    .nav-main .nav-left > li > a {
        font-size: 9px!important;


    }
    .nav-main .nav-left {
        max-width: 85%!important;
    }
}
/*@media only screen and (max-width:768px){
    body > div > div > div.col-md-offset-2.col-sm-offset-3.col-sm-9.col-md-10 > div > form > div > div > div:nth-child(1) > div > div:nth-child(4) > div{
        padding-left: -15px!important;
    }
}*/
/*@media (max-width: 768px){
    .nav-main .nav-left > li > a {
        font-size: 12px!important;
    }
    .itog_suma_card p {
        font-size: 16px!important;
        float: left;
        margin-right: 15px;
        line-height: 31px;
        font-weight: 500;

    }
    .itog_suma_card{
        margin-left: 15px;
        margin-right: 15px;
    }
}*/
#naity_otvet{
    background-color: #ed037c;
    padding: 30px 30px 70px!important;
    margin-bottom: 30px !important;
    border-radius: 8px;
    display: none;
    position: relative;
}


#naity_otvet .naity_otvet_btn > input{
    height: 45px!important;
    font-size: 18px!important;
    margin-top: -8px;
}
.close_white{
    width: 11px!important;
    position: absolute;
    right: 14px;
    top: 14px;
}



.table_wr{
    width: 100%;
    display: inline-block;
    position: relative;
    height: auto;

}
.table_hd_wr{
    background-color: #FFF;
    width: 100%;
    padding: 10px;
    display: inline-block;
    height: auto;
    color: #231f20;
    padding-bottom: 17px;
    padding-top: 12px;
    border-top: 2px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
    font-weight: 500;
}
.table_td_wr{
    width: 100%;
    padding: 10px;
    display: inline-block;
    height: auto;
    font-weight: 500;
    font-family: "robotoregular";
    border-bottom: 1px solid #e6e6e6;
    color: #231f20;

}
.table_td_wr a{
    color:#008ace;
    text-decoration: underline 0.05em;
}
.table_td_wr p{
    margin: 0;
    margin-top: 2px;

}

.table_td_wr p >span{
    display: inline-block;
    margin-right: 10px;
    color: #231f20;
    font-weight: normal;
    font-size: 15px
}
.opl_moi_zakaz{
    display: inline-block;
    color: #fff!important;
    background-color: #4bb14b;
    padding: 10px 30px;
    text-decoration: none!important;
    border-radius: 5px;
    margin-right: 10px;
}
.opl_moi_zakaz:hover{
    background: #ed037c;
}
.green_zakaz{
    color: #4bb14b!important;
    font-weight: 700;
}
.inf_zakaz{
    display: inline-block;
    margin-left: 5px;
    border: 1px solid;
    color: #c7c7c7;
    padding: 0px 3px;
    border-radius: 50%;
    cursor: pointer;
}
.table_td_wr p .vypolnen_zakaz{
    font-size: 15px;
    font-weight: 700!important;
    color: #4bb14b!important;
    position: relative;
    padding-left: 13px;
}
.table_td_wr p .vypolnen_zakaz::before{
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    top: 4px;
    background-image: url(/local/templates/terminal/style/css/../../images/icons/zakaz_vypolneno.png);
}
.dobav_resept{
    text-decoration: underline 0.05em;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    padding-left:35px;
    margin-bottom: 25px;
}
.table_td_wr h5{
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.dobav_resept::before{
    content: "";
    position: absolute;
    left: 0;
    width: 25px;
    height: 32px;
    top: -4px;
    background-image: url(/local/templates/terminal/style/css/../../images/icons/resept_icon.png);
}
.bold{
    font-weight: 700;
}
.resept_hd{
    background-color: #FFF;
    width: 100%;
    padding: 10px;
    display: inline-block;
    height: auto;
    font-size: 14px;
    color: #231f20;
    padding-bottom: 17px;
    padding-top: 12px;
    border-top: 2px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
    font-weight: 500;
}

.resept_td{
    width: 100%;
    padding: 10px;
    display: inline-block;
    height: auto;
    font-weight: 500;
    font-family: "robotoregular";
    border-bottom: 1px solid #e6e6e6;
    color: #231f20;

}
.resept_td input{
    width: 100%;
    border: 1px solid #c7c7c7;
    height: 28px;
    padding-left: 10px;
}
.resept_table .styled-select{
    min-width: 100px;
    display: inline-block;
}
.padding_0{
    padding: 0!important;
}
.pesepty_inf{
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.pesepty_inf:last-child{
    margin-bottom: 40px;
}
.resept_td h6 >span{
    font-weight: 400;
}
.red_resept{
    display: inline-block;
    float: right;
    margin-top: 5px;
}
.red_resept a{
    display: inline-block;
    text-decoration: underline 0.05em;
    color: #231f20;
    float: left;

}
.red_resept span{
    display: inline-block;
    text-decoration: none;
    color: #231f20;
    float: left;
    margin: 0 10px;
}
.red_resept a:hover{
    color: #231f20!important;
    text-decoration: none;
}
.mfp-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: auto;
}


/*--------------------------------------- INTERNET_SHoP -------------------------*/
.text_shop_wr{
    border: 1px solid #e5e5e5;
    border-bottom: 4px solid #ed037c;
    border-radius: 8px;
    padding: 30px 20px 100px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    height:auto;
}
.text_shop_wr h3{
    text-align: left;
    font-size: 24px;
    color: #ed037c;
}
.cicle_shop{
    width: 200px;
    height: 200px;
    border: 10px solid #e5e5e5;
    border-radius: 50%;
    display: table;
    margin: 0 auto 10px;
    background-color: #fff;
}
.text_shop p{
    font-size: 24px;
    text-align: center;
}
.text_shop p>span{
    color: #ed037c;
}
.perevagy_shop{
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 10;
    margin-top: -90px;

}
.video_shop{
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 70px 0;
    text-align: center;
}
.text_center{
    text-align: center;
}
.preimychestvo{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 70px;
}
.preimychestvo .text_shop p>span{
    font-size: 24px;
}
.preimychestvo .text_shop p{
    font-size: 16px;
    text-align: center;
}
.kak_rab_wr{
    width: 100%;
    display: inline-block;
    height: 300px;
    padding: 20px;
    background-color: #fdfdfd;
    border: 1px solid #e5e5e5;
    margin-top: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.kak_rab_wr h2{
    font-size: 24px;
    color: #fff;
    display: table;
    background-color: #ed037c;
    padding: 7px 35px;
    font-weight: 400;
    margin: 0 auto;

}
.kak_rab_wr  p{
    text-align: center;
    margin-top: 40px;
}
.kak_right{
}
.kak_left{
}


/*-------------------------------------- CARD -------------------------------------------*/

.card_text_wr{
    border: 1px solid #e5e5e5;
    border-bottom: 4px solid #ed037c;
    border-radius: 8px;
    padding:20px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    height:auto;
}
.card_text_wr h3{
    font-size: 24px;
    margin: 0!important;
    font-weight: 500;
}

.card_table .table_td_wr img{
    width: 100%;
    height: auto;
}
.card_table .table_td_wr a{
    color: #231f20;
    text-decoration: underline 0.05em;
    display: inline-block;
    width: 100%;
}
.card_table .table_td_wr a:hover{
    color: #ed037c;
}
.card_table .table_td_wr .cuma_card{
    font-weight: 600;
    white-space: nowrap;
}
.card_table .table_td_wr .price_full span {
    font-weight: normal;
}
.card_table .table_td_wr .cena_card{
    font-weight: 400;
}
.card_table .table_td_wr  .col_card input[type="text"]{
    border: 1px solid #c7c7c7;
    padding: 0 7px;
    width: 50px;
    display: inline-block;
    float: left;
    border-radius: 5px;
    height: 20px;
    text-align: center;
}
.card_table .table_td_wr .col_card input.inputnumber {
    height: 28px;
}
.card_table .table_td_wr  .col_card input[type="button"]{
    border: 1px solid #c7c7c7;
    background-color: #e7e7e7;
    display: inline-block;
    float: left;
    border-radius: 5px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 12px;
    font-size: 17px;
    padding: 0;
    margin: 0 5px;

}
.col_card{
    display: inline-block;
    width:auto;
    height: auto;
    min-width: 110px;
}
.card_table .table_td_wr  .delete_card{
    color: #008ace;
    font-size: 14px;
    position: relative;
    padding-left: 12px;
    text-decoration: underline 0.05em;
    display: inline-block;
    width: auto;
}
.delete_card::before{
    content: 'x';
    color: #484e55;
    font-size: 13px;
    top: -1px;
    left: 0;
    position: absolute;
}
.card_table .table_td_wr  .opacity_card{
    display: inline-block;
    opacity: 0.5;
}
.opisanie_linz{
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}
.card_table .table_td_wr  .izm_linz{
    color: #008ace;
    font-size: 13px;
    position: relative;
    padding-left: 18px;
    text-decoration: underline 0.05em;
    display: inline-block;
    width: auto;
    margin-top: 10px;
}
.izm_linz::before{
    content: '';
    color: #484e55;
    font-size: 13px;
    top: 0px;
    left: 0;
    position: absolute;
    background-image: url(/local/templates/terminal/style/css/../../images/icons/card_dobav.png);
    width: 14px;
    height: 14px;
}
.card_table .table_td_wr  .dobav_linz{
    color: #008ace;
    font-size: 13px;
    position: relative;
    padding-left: 12px;
    text-decoration: underline 0.05em;
    display: inline-block;
    width: auto;
    margin-top: 10px;

}
.dobav_linz::before{
    content: '+';
    color: #484e55;
    font-size: 14px;
    top: -2px;
    left: 0;
    position: absolute;

}

.linz_wr_card{
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 10px;
    width: 100%;
}

.card_table .table_td_wr .select2-container {
    width: 50px!important;
}

.card_table .table_td_wr {
    width: 100%;
    padding: 20px 10px;
    display: inline-block;
    height: auto;
    font-weight: 500;
    font-family: "robotoregular";
    color: #231f20;
}
.last_cena_card{
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
}
.new_cena_card{
    font-size: 18px;
    color: #ed037c;
    font-weight: 700;
    position: relative;
}

.about_skidka{
    font-size: 15px;
    color: #ed037c;
    position: absolute;
    z-index: 10;
    bottom: -32px;
    width: 348px;
}
.itog_suma_card{
    display: inline-block;
    float: right;
    margin-top: 20px;
    margin-bottom: 30px;
}
.itog_suma_card .total {
    font-size: 30px;
	display: inline-block;
    float: left;
    margin-right: 30px;
    font-weight: 500;

}
.itog_suma_card .total .discount {
	text-align: right;
	font-size: 0.7em;
}
.itog_suma_card .total .discount .old {
	position: relative;
	display: inline-block;
}
.itog_suma_card .total .discount .old::before {
	content: "";
	position: absolute;
	left: 0px;
	width: 100%;
	top: 13px;
	height: 1px;
	background: #404a52;
}
.itog_suma_card .total .discount .rub {
	position: relative;
}
.itog_suma_card .total .discount .rub::before {
	content: "";
	position: absolute;
	right: 3px;
	width: 10px;
	top: 17px;
	height: 2px;
	background: #404a52;
}
.itog_suma_card .total > span{
    margin-left: 10px;
    color: #ed037c;
    font-weight: 600;
}


.order-block{
    width: 100%;
    padding: 30px 20px;
    background: #fdfdfd;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    border-bottom: 4px solid #e5e5e5
}
.order-block:hover{
    border-bottom: 4px solid #ed037c;
}
.order-title{
    font-weight: 300;
    font-size: 24px;
}
.order-sell-lk-info{
    font-size: 12px;
    padding-top: 10px;
}
.order-sell-lk-info span{
    color: #ed037c;
    display: block;
}
.order-text{
    margin-bottom: 32px;
}
.order-sell .btn.btn-order-sell, .btn.btn-big{
    font-size: 18px !important;
    font-weight: 400;
    height: 40px !important;
}
.order-sell .btn.btn-order-sell.btn-gray{
    color: #666666 !important;
}
.order-error {
    color: red;
    margin-bottom: 10px;
}
.password-wrap{
    position: relative;
}
.password-info{
    position: absolute;
    top: 6px;
    z-index: 2;
    right: 6px;
    cursor: pointer;
}
.password-info:hover {
    color: #ff0066;
}
input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(17, 17, 17, 0.22);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
input[type="checkbox"]:checked{
    background-image:url(/local/templates/terminal/style/css/../../images/icons/check.png);
    background-repeat: no-repeat;
    background-size: cover;
}
/*begin BASKET*/
.card-preview{
    border: 1px solid #e5e5e5;
    border-bottom: 4px solid #ed037c;
    border-radius: 8px;
    padding: 15px 15px 15px 23px;
    margin-bottom: 20px;
    position: relative;
}
.card-preview-text{
	margin-bottom: 0;
	font-size: 24px;
	color: #231f20;
}
.btn-plus{
    width: 20px;
    display: inline-block;
    float: left;
    background: #e7e7e7;
    margin: 0 5px;
    border: 1px solid #c7c7c7;
    padding: 0;
    box-shadow: 0 1px 1px #cccccc;
    border-radius: 3px;
    outline: none;
    text-align: center;
    cursor: pointer;
}
.btn-plus span {
    display: inline-block;
    font-weight: 300;
    text-align: center;
}
.card_table .table_td_wr  .col_card input.inputnumber{
	height: 28px;
}
.card_table .cuma_card-specification{
    font-weight: 400;
}
.card_table .table_hd_wr.table_hd_wr-first{
	border-top: 0px;
}
.card_table .table_td_wr>div{
	border-top: 1px solid #c1c1c1;
	padding-top: 20px;
	padding-bottom: 20px;
}
.card_table .card-table-content .table_td_wr.linzy_card{
	padding-top: 0px;
    margin-left: 16.6%;
}
@media only screen and (max-width: 1260px){
    .card_table .card-table-content .table_td_wr.linzy_card {
        width: 83.2%;
    }
}
.card_table .card-table-content .table_td_wr {
	border-bottom: none;
	padding: 0;
    margin-left: 0;
}
.card_table .table_hd_wr{
	border-bottom: none;
}
.card-table-content{
}
.card_table .delete_card:before{
	display: none;
}
.card_table .delete_card img:hover{
	opacity: 0.8;
}
.card_table .delete_card{
	float: right;
}
.card_table .table_td_wr .cena_card>.fa-rub:before{
	font-size: 16px;
    color: #231f20;
    font-weight: lighter;
}
.card_table .delete_card img{
	margin-top: 10px;
	max-width: 18px !important;
}
.card_table .table_td_wr  .delete_card{
    color: #008ace;
    font-size: 14px;
    position: relative;
    padding-left: 12px;
    text-decoration: underline 0.05em;
    display: inline-block;
    width: auto;
}
.itog_suma_card .total > span {
    display: inline-block;
    position: relative;
}
.itog_suma_card .total > span .itog_suma_card-old{
	position: absolute;
	top: -26px;
	left: 0;
	font-size: 18px;
	color: #231f20;
	text-decoration: line-through;
}
.card_table .table_td_wr img {
    margin: 0 auto;
    max-width: 100%;
}
.pad0{
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.img-resp{
	width: 100% !important;
}
.itog_suma_card .total {
    font-weight: 400;
}
.btn-checkout{
}
.itog_suma_card .total > span.itog_suma_card-signature{
    font-weight: 300;
    margin-left: 3px;
    font-size: 14px;
    color: #666666;
    margin-top: -10px;
    position: relative;
    top: -14px;
}
.clb{
	clear: both;
	padding: 0 !important;
}
.itog_suma_card .total > span.itog_suma_card-signature>strong{
	font-weight: 500;
}
.card-promo-code{
	padding-top: 22px;
	padding-bottom: 22px;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	clear: both;
	margin-bottom: 35px;
	width: 100%;
}
.card-promo-code-left-label{
	display: inline-block;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
}
.card-promo-code-left{
	margin-right: 90px;
}
.card-promo-code-left-label a{
	color: #008ace;
}
.affert-check{
	float: left;
	width: 13px;
	height: 13px;
	margin-right: 8px !important;
	outline: none;
}
.card-promo-code-right input{
	margin-right: 7px;
    width: auto;
}
.btn-promo{
	width: 120px;
	height: 28px;
	background: #e7e7e7;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #a4a4a4;
    border-bottom: 2px solid #a4a4a4;
    position: relative;
    top: -1px;
    margin-left: 7px;
}
.btn-promo:hover{
	opacity: 0.85;
}
.card_table .delete_card img{
	width: 9px !important;
}
.card_table .table_td_wr .col_card input[type="number"] {
    border: 1px solid #c7c7c7;
    padding: 0 7px;
    width: 50px;
    display: inline-block;
    border-top: 2px solid #c7c7c7;
    float: left;
    border-radius: 5px;
    height: 28px;
    text-align: center;
    font-size: 17px;
}
.card_table .new_cena_card{
    font-weight: 400;
}
.card_table .about_skidka strong{
    font-weight: 700;
}
.card_table .table_td_wr a{
    font-weight: 400;
}
.card_table .card_table-block-name{
    color: #231f20;
    font-size: 15px;
}
.cena_card, .last_cena_card, .new_cena_card, .itog_suma_card-old{
    position: relative;
    display: inline-block;
}
.cena_card::before/*, .pay-block-title span.rub:before*/ {
    content: "";
    position: absolute;
    right: 4px;
    width: 8px;
    top: 0.85em;
    height: 1px;
    background: #231f20;
}
.cuma_card span.rub:before/*, .itog_suma_card-old:before*/ {
    content: "";
    position: absolute;
    right: 3px;
    width: 8px;
    top: 0.85em;
    height: 2px;
    background: #231f20;
}
.cuma_card span.rub{
    font-size: 18px;
    font-weight: 600 !important;
    position: relative;
}
.last_cena_card:before{
    content: "";
    position: absolute;
    right: 3px;
    width: 8px;
    top: 14.5px;
    height: 1px;
    background: #ccc;
}
.new_cena_card:before{
    content: "";
    position: absolute;
    right: 3px;
    width: 8px;
    top: 14.5px;
    height: 1px;
    background: #ed037c;
}
.itog_suma_card .total > span .rub:before{
    content: "";
    position: absolute;
    right: 4px;
    width: 14px;
    top: 23px;
    height: 3px;
    background: #ed037c;
}
.my-recept_table .table_hd_wr, .my-recept_table .table_td_wr, .my-recept_table .resept_td, .my-recept_table .table_hd_wr>div, .my-recept_table .table_td_wr>div, .my-recept_table .resept_td>div{
    padding-left: 0;
    padding-right: 0;
}
.my-zakaz_table .table_hd_wr, .my-zakaz_table .table_td_wr, .my-zakaz_table .resept_td, .my-zakaz_table .table_hd_wr>div, .my-zakaz_table .table_td_wr>div, .my-zakaz_table .resept_td>div{
    padding-left: 0;
    padding-right: 0;
}
.my-recept_table .resept_td-dop-info .styled-select{
    top: -4px;
    position: relative;
    width: 90% !important;
}
.my-zakaz_table .resept_td-dop-info .styled-select{
    top: -4px;
    position: relative;
    width: 90% !important;
}
.form-control.top--4{
    position: relative;
    top: -6px;
    margin-bottom: 0;
}
.pb-0 {
    padding-bottom: 7px !important;
    border-bottom: 3px solid #e6e6e6;
    padding-top: 19px !important;
}
.my-recept_table .select2-container, .my-zakaz_table .select2-container{
    width: 92% !important;
}
.my-recept_table .help .sign, .my-zakaz_table .help .sign{
    position: relative;
    top: -1px;
}
.abot_me-cab .radio label.checked, .rasilka .radio label.checked{
    font-weight: 500;
}
.adres .control-label{
    font-weight: 400 !important;
}




/*@media only screen and (max-width: 768px){
    .card_table .table_td_wr > div {
        border-top: none;
    }
    .table_td_wr .col-md-1, .table_td_wr .col-md-3, .table_td_wr .col-md-2, .table_td_wr .col-md-4, .table_td_wr .col-md-5 {
        border-bottom: none;
    }
    .delete_card img {
        margin-top: 0px;
        max-width: 14px;
        padding-bottom: 6px;
    }
    .card_table .table_td_wr img {
        width: 180px!important;
        height: auto;
        display: inline-block;
        margin-right: 15px!important;
    }
    .card-promo-code.text-right{
        text-align: center;
    }
    .card-promo-code-right input{
        margin-bottom: 10px;
    }
    .affert-check{
        float: left;
    }
    .card-promo-code-left-label{
        width: 80%;
    }
    .card-promo-code-left {
        margin-right: 0px;
        margin-top: 10px;
    }
    .itog_suma_card p>span .itog_suma_card-old {
        font-size: 14px;
        display: inline-block;
        top: -18px;
    }
    .card_table .table_td_wr .price {
        clear: left;
    }
    .card_table .table_td_wr .image, .card_table .table_td_wr .name {
        border-top: 1px solid #c1c1c1;
    }
    .card-table-content {
        border-top: none;
    }
    .card_table .card-table-content .table_td_wr {
        margin-left: 0px;
    }
    .itog_suma_card p>span .rub:before {
        right: 2px;
        width: 9px;
        top: 18.5px;
        height: 2px;
    }
}*/
.card_table .table_td_wr .price {
    white-space: nowrap;
}
/*@media only screen and (max-width: 500px){
.itog_suma_card p>span.itog_suma_card-signature {
    top: 5px;
    line-height: 1;
    text-align: center;
}
.itog_suma_card p {
    font-weight: 400;
    text-align: center;
    margin-right: 0;
}
.btn-checkout {
    display: block;
    margin: 10px auto;
    clear: both;
    width: 200px;
}
}*/
/*cart-4*/
.cart1-new2--j2{
	margin-top: 20px;
}
.section-specs a{
    font-size: 14px;
    color: #008ace;
    font-weight: 400;
    text-decoration: underline 0.05em;
}
.card-preview-order{
    font-weight: 600;
    display: inline-block;
    margin-right: 20px;
}
.color-ed037c{
    color:#ed037c;
}
.card-preview-breadcrumbs-content img{
    width: auto;
    display: inline-block;
    position: relative;
    top: 7px;
    margin: 0 12px;
}
.card-preview-breadcrumbs-content>span{
    font-size: 16px;
    font-weight: 500;
}
.mt-20{
    margin-top: 20px;
}
.mb-20{
    margin-bottom: 20px !important;
}
.card-preview-tab{
    width: 236px;
    padding: 30px 0;
    background: #fdfdfd;
    border: 1px solid #e5e5e5;
    float: left;
    text-align: center;
    border-radius: 8px;
    font-weight: 300;
}
.card-preview-tab-active{
    color: #ed037c;
    border-bottom: 4px solid #ed037c;
}
.ml-14{
    margin-left: 14px;
}
.salon-form-step .default-form .form-control{
    min-width: 100px;
}
.default-form.form-steps1, .default-form.form-steps2{
    width: 100%;
}
.salon-list li a.link-blue{
    font-weight: 300;
    color: #008ace;
    border-bottom: none;
}
.salon-list li a.link-blue:hover{
    color: #ed037c;
    border-color: #ed037c;
}
.delivery-block-title img{
    display: inline-block;
    width: auto;
    margin-right: 15px !important;
}
.delivery-block-title>span{
    display: inline-block;
    line-height: 38px;
    font-size: 22px;
    font-weight: 500;
}
.delivery-addr-input>.col-xs-4{
    padding-right: 16px !important;
    padding-left: 0 !important;
}
.delivery-block-title{
    margin: 10px 0 40px;
}
.delivery-block-content{
    padding-left: 40px;
}
.default-form .delivery-addr-input .form-control{
    min-width: 30px;
    width: 100%;
}
.delivery-block-text{
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    margin-top: -7px;
}
.delivery-block-content .controls-inline .radio{
    margin-top: 21px;
}
.delivery-block-content .radio label{
    padding-bottom: 10px;
}
.delivery-calendar{
    padding-left: 25px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.delivery-calendar .form-control{
    background: url('/local/templates/terminal/style/css/../images/delivery-calendar.png') no-repeat 94% center;
}
.delivery-block .radio label.checked strong{
    color: #ff0066;
}
.delivery-block .radio label{
    color: #231f20;
}
.delivery-block .radio label span:before{
    content: "";
    position: absolute;
    right: 4px;
    width: 7px;
    top: 0.55em;
    height: 2px;
    background: #231f20;
}
.delivery-block .radio label span{
    position: relative;
}
.delivery-block .radio label.checked span:before{
    background: #ff0066;
}
.delivery-block-content.delivery-block-content-last{
    padding-left: 0;
}
.delivery-block-content-inp-wrap{
    clear: both;
    margin-bottom: 10px;
}
.default-form .delivery-block-content .form-control{
    min-width: 100%;
}
.delivery-block-content-inp-wrap p.delivery-block-text{
    font-size: 15px;
    margin-bottom: 0;
}
.delivery-block-content-inp-wrap p.delivery-block-text>span{
    display: block;
    color: #ed037c;
    margin-bottom: 2px;
}
.bor-r-l-ccc{
    border-right: 1px solid #cccccc; 
    border-left: 1px solid #cccccc; 
    padding-bottom: 15px;
}
.delivery-block form{
    padding-bottom: 10px;
    margin-bottom: 40px;
    position: relative;
}
.border-form-delivery{
    height: 1px;
    width: 100%;
    background: #e5e5e5;
    margin-top: 10px;
}
.btn.btn-delivery{
    position: absolute;
    z-index: 1;
    right: 30px;
    bottom: -40px;
    height: 40px !important;
    font-size: 18px !important;
}
.delivery-title-info{
    font-size: 16px;
    font-weight: 300;
    display: block;
    color: #ed037c;
    line-height: 1;
    margin-top: -5px;
}
.order-block{
    width: 100%;
    padding: 30px 20px;
    background: #fdfdfd;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    border-bottom: 4px solid #e5e5e5
}
.order-block.order-block-active{
    border-bottom: 4px solid #ed037c;
}
.order-title{
    font-weight: 300;
    font-size: 24px;
}
.order-sell-lk-info{
    font-size: 12px;
    padding-top: 10px;
}
.order-sell-lk-info span{
    color: #ed037c;
    display: block;
}
.order-text{
    margin-bottom: 32px;
}
.order-sell .btn.btn-order-sell, .btn.btn-big{
    font-size: 18px !important;
    font-weight: 400;
    height: 40px !important;
}
.order-sell .btn.btn-order-sell.btn-gray{
    color: #666666 !important;
}
.card-preview-tab.card-preview-tab-pay{
    min-width: 290px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 35px;
}
.card-preview-tab-pay img{
    display: inline-block;
    width: 125px;
    position: relative;
    top: 8px;
}
.pay-block-form{
    width: 630px;
    height: 327px;
    padding: 27px 32px;
    margin-bottom: 100px;
    background: url('/local/templates/terminal/style/css/../../images/pay-block-form.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.pay-block-form-input{
    background: #ffffff;
    border: 2px solid #d1d9dc;
    border-radius: 4px;
    height: 42px;
    margin-bottom: 18px;
    padding: 0 10px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
}
.pay-block-form-input-numb{
    width: 287px;
}
.pay-block-form-date{
    width: 150px;
    float: left;
}
.pay-block-form-date .styled-select.style2 .select2-container--default .select2-selection--single{
    border: 2px solid #d1d9dc;
    border-radius: 4px;
    height: 42px;
    margin-bottom: 18px;
    padding: 0 10px;
    box-shadow: none;
    line-height: 42px;
    width: 135px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
}
.pay-block-form-date .styled-select.style2 .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 37px;
    padding-left: 0;
    font-family: 'Open Sans', sans-serif !important;
}
.styled-select.style2 .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-weight: 400;
}
.pay-block-form-date .styled-select.style2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    top: 0;
    width: 20px;
    line-height: 42px;
    font-family: 'Open Sans', sans-serif !important;
}
.pay-block-form-date .select2-container{
    width: 135px !important;
}
.pay-block-form-date .select2-container--default .select2-selection--single .select2-selection__arrow:after{
    display: none;
}
.pay-block-form-date .select2-container--default .select2-selection--single .select2-selection__arrow:before{
    top: 0px;
    right: 0px;
    background: url('/local/templates/terminal/style/css/../images/pay-block-form-date.png') no-repeat center center;
    border: none !important;
    border-left: 2px solid #d1d9dc !important; 
    height: 100%;
    width: 36px;
    font-family: 'Open Sans', sans-serif !important;
}
.pay-block-form-input.pay-block-form-input-user{
    width: 420px;
}
.pay-block-form p{
    font-size: 14px;
    font-weight: 600;
    color: #52565a;
    font-family: 'Open Sans', sans-serif !important;
}
/*.pay-block-title>span{
    font-size: 18px;
    margin-right: 55px;
    position: relative;
}
.pay-block-title{
    padding-bottom: 34px;
    padding-left: 36px;
}
.pay-block-form-cvc{
    position: absolute;
    z-index: 1;
    width: 90px;
    right: 33px;
    top: 160px;
}*/
.b-solid{
    border-style: solid !important;
}
/*.pay-block-form-input.pay-block-form-input-cvc{
    width: 100%;
    border-color: #cccccc;
    margin-bottom: 5px;
    margin-left: -1px;
}
.pay-block-form-cvc-title{
    font-size: 16px !important;
    font-weight: 600 !important;
}
.pay-block-form .pay-block-form-cvc-text{
    font-size: 12px;
    color: #52565a;
}
.pay-block-info-text{
    line-height: 1.1;
}
.pay-block-info-text span{
    display: block;
}
.pay-block-info-text a.link-blue{
    margin-top: 4px;
    color: #2693d1;
    font-weight: 400;
}
.pay-block-info-text a.link-blue:hover{
    color: #ed037c;
}
.pay-block-info{
    padding-left: 40px;
    background: url('/local/templates/terminal/style/css/../images/pay-block-info.png') no-repeat left top;
    padding-top: 6px;
}
.pay-block-info-title{
    font-size: 16px;
    font-weight: 600;
}
.pay-description{
    padding-top: 60px;
}
.pay-description p{
    font-size: 16px;
    margin-bottom: 0;
}
.pay-description .pay-description-title{
    font-size: 24px;
    font-weight: 600;
}
.pay-description-attention{
    background: url('/local/templates/terminal/style/css/../images/pay-description-attention.png') no-repeat left 8px;
    padding: 15px 0 60px 44px;
}*/
.first-th-receipt{
    width: 39% !important;
}
.receipt-clean{
    margin-left: 10px;
}
.receipt-clean img{
    width: 8px !important;
    margin-right: 5px;
}
.recipe.receipe-my {
    border: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0px;
    padding: 0 0;
    margin-bottom: 20px;
    position: relative;
    border-left: none;
    border-right: none;
}
.recipe .table td.text-right{
    text-align: right;
}
.receipe-my-block{
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    min-height: 50px;
    line-height: 50px;
}
.receipe-my-block span, .receipe-my-block .style2{
    display: inline-block;
}
.receipe-my-block .styled-select.style2 .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 7px;
}
.receipe-my-block-title{
    padding: 0px 8px;
    font-weight: 500;
}
.receipe-my-block-text{
    margin-left: 35px;
}
.receipe-my-block-text .style2{
    margin-left: 10px;
}
.table-responsive.table-responsive-receipe{
    overflow-x: visible;
    border-bottom: 1px solid #ddd;
}
.receipe-my-block-a{
    margin-left: 15px;
    line-height: 1;
}
.receipe-my-block-input>input{
    width: 100%;
    float: right;
}
.receipe-my-block-input{
    float: right;
    width: 60%;
    padding-top: 10px;
}
.bor-t-0{
    border-top: none !important;
}
.btn.btn-big.save_btn_lich{
    height: 40px !important;
}
.ml-0{
    margin-left: 0 !important;
}
img.wid-8{
    width: 8px !important;
    position: relative;
    top: 5px;
    float: left;
    margin-right: 5px;
}
.a_pas_reg-new.a_pas_reg{
    border-bottom: none;
}
.a_pas_reg-new.a_pas_reg:hover .link-blue{
    color: #ff0066;
}
.phone_podt_a .galka-green{
    position: absolute;
    right: -95px;
    padding-left: 15px;
    top: 5px;
    border-bottom: none;
        font-size: 11px !important;
        color: #009933 !important;
    background: url('/local/templates/terminal/style/css/../images/galka-green.png') no-repeat;
}
.adres.default-form .form-control{
    min-width: 0;
}
.pl-0{
    padding-left: 0 !important;
}
.a_pas_reg {
    display: inline-block;
    margin-top: 4px;
    margin-left: 72px;
    color: #008ace;
    border-bottom: 1px dashed;
}
.ml--32{
    margin-left: -32px;
}
.rasilka {
}
.new-moi-zakaz, .new-moi-zakaz table{
    width: 100%;
}
.new-moi-zakaz table thead{
    border-top: 3px solid #ddd;
    border-bottom: 3px solid #ddd;
}
.new-moi-zakaz table thead th{
    line-height: 30px;
    height: 36px;
    font-size: 14px;
    font-weight: 500;
}
.new-moi-zakaz table tbody tr{
    border-bottom: 1px solid #dddddd;
}
.new-moi-zakaz table tbody tr td{
    padding: 13px 0;

}
.ic-times{
    width: 8px;
    margin-right: 5px;
    float: left;
    position: relative;
    top: 5px;
}
.new-moi-zakaz a:hover .link-blue{
    color: #ff0066;
}
.new-moi-zakaz .help .sign{
    font-size: 10px;
    position: relative;top: -1px;
    left: 5px;
}
.new-moi-zakaz .rub{
    position: relative;
}
.new-moi-zakaz .rub:before{
    content: "";
    position: absolute;
    right: 2px;
    width: 7px;
    top: 12px;
    height: 1px;
    background: #231f20;
}
.fw-500{
    font-weight: 500;
}
.link-blue.bor-b-none{
    border-bottom: none !important;
}
.table_td_wr p span.color-32a632{
    color: #32a632 !important;
    font-size: 14px;
    font-weight: 500 !important;
}
.btn.btn-green {
    border: 1px solid #32a632;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 24px !important;
    padding-bottom: 5px;
    line-height: 20px !important;
    position: relative;
    background-color: #ed037c;
    background: #ec037c;
    top: 2px;
    padding-left: 40px;
    padding-right: 40px;
    background: -moz-linear-gradient(top, #6bbe6b 0%, #35a735 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6bbe6b), color-stop(100%, #35a735));
    background: -webkit-linear-gradient(top, #6bbe6b 0%, #35a735 100%);
    background: -o-linear-gradient(top, #6bbe6b 0%, #35a735 100%);
    background: -ms-linear-gradient(top, #6bbe6b 0%, #35a735 100%);
    background: linear-gradient(to bottom, #6bbe6b 0%, #35a735 100%);
}
.back-new-myzakaz{
    position: relative;
    top: 6px;
    margin-left: 10px;
    padding-left: 11px;
    background: url('/local/templates/terminal/style/css/../images/times.png') no-repeat left center;
    background-size: 8px;
}
.clean-data{
    margin-left: 10px;
    padding-left: 11px;
    background: url('/local/templates/terminal/style/css/../images/times.png') no-repeat left center;
    background-size: 8px;
}
.zakaz-complete{
    padding-left: 14px;
    background: url('/local/templates/terminal/style/css/../images/galka-green.png') no-repeat left center;
    background-size: 8px;
}
.my-recept_table .table_td_wr, .my-zakaz_table .table_td_wr{
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0;
}
.my-recept_table .table_td_wr h5, .my-zakaz_table .table_td_wr h5{
    padding-top: 4px;
}
.resept_td-dop-info h6{
    padding-top: 3px;
}
.my-recept_table .resept_td, .my-zakaz_table .resept_td {
    padding-top: 17px;
    padding-bottom: 11px;
    font-size: 14px;
}
.my-recept_table .resept_td .blue_dased_a, .my-zakaz_table .resept_td .blue_dased_a{
    font-size: 13px !important;
    font-weight: 300;
}
.default-form .nazv_resept .form-control{
    min-width: 0px;
    float: left;
}
.nazv_resept .help{
        float: left;
    position: relative;
    top: 5px;
    margin-right: 13px;
}
.nazv_resept{
    padding-right: 0;
    margin-top: 30px;
}
.nazv_resept input.btn {
    width: 80%;
    border: 1px solid #ed037c;
    height: 26px;
    float: right;
    line-height: 19px;
    font-size: 15px;
}
.select-lens {
    margin-top: 50px;
}
.my-zakaz_table .hint{
    color: #231f20;
}




@media only screen and (max-width: 1200px){
   .delivery-block-title>span{
    font-size: 18px;
   } 
    .delivery-block-content-inp-wrap p{
        line-height: 14px;
    }
}
@media only screen and (max-width: 992px){
   .delivery-block-title>span{
    display: block;
    width: 100%;
    line-height: 20px;
   }
   .galka-green>span{
        display: none;
   }
	.nazv_resept input.btn {
		float: none;
		margin: 10px auto;
		display: block;
	}
}
@media only screen and (max-width: 415px){
    .bonus-card-block .card-preview-tab {
        display: none;
    }
}
/*@media only screen and (max-width: 700px){
    .pay-block-form{
        background: none;
    }
    .pay-block-form {
        width: 280px;
        padding: 0 0px 30px;
        margin: 0 auto;
        height: 430px;
    }
    .pay-block-title{
        padding-left: 15px;
        padding-bottom: 20px;
    }
    .pay-mob-dis_b{
        display: block;
    }
    .pay-block-form-cvc {
        position: relative;
        z-index: 1;
        width: 90px;
        right: 0;
        top: -130px;
    }
    .pay-block-form-input.pay-block-form-input-user {
        width: 276px;
    }
    .pay-block-form-input-numb {
        width: 276px;
    }
    .pay-block-form-date {
        width: 140px;
        float: left;
    }
    .pay-block-mob-right{
        text-align: right;
    }
}*/
/*end BASKET*/
/*begin SHOP ASSORTIMENT*/
.shop-assortiment {
    display: inline-block;
}
.shop-assortiment .head {
    margin-bottom: 27px;
    font-size: 24px;
    text-align: center;
    clear: both;
}
.shop-assortiment .section {
    margin: 0 1% 20px;
    float: left;
}
.shop-assortiment .title {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    padding: 0 .8em;
    font-size: 18px;
    background-color: #404a52;
    border-radius: 3px;
    margin-bottom: 1em;
}
.shop-assortiment .count {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    padding: 0 .8em;
    background-color: #ed037c;
    border-radius: 3px;
    margin-bottom: 1em;
}
.shop-assortiment-prices {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 1900px){
	.card-preview-order{
		font-size: 14px;
    }
	.delivery-title-info{
		font-size: 14px;
    }
	.delivery-block-content-inp-wrap p.delivery-block-text{
		font-size: 11px;
    }
	.delivery-block-text{
		font-size: 11px;
    }
	.card-preview-tab{
		font-size: 18px;
    }
	.card_table .table_td_wr .cuma_card{
		font-size: 18px;
    }
	.card_table .table_td_wr .cena_card{
		font-size: 18px;
    }
	.table_hd_wr{
		font-size: 14px;
    }
	.card_table .table_td_wr a{
		font-size: 18px;
    }
	.table_td_wr p >span{
		font-size: 12px;
    }
	.resept_td{
		font-size: 13px;
    }
	.table_td_wr{
		font-size: 13px;
    }
	.table_td_wr h5{
		font-size: 13px;
    }
	.shop-assortiment .count,
	.shop-assortiment .title {
		font-size: 12px;
		height: 18px;
		line-height: 18px;
	}
	.card_table .table_td_wr {
		font-size: 13px;
    }
}
@media only screen and (min-width: 1200px){
	.shop-assortiment-prices {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
}
@media only screen and (max-width: 850px){
	.shop-assortiment-prices {
		grid-template-columns: 1fr 1fr;
	}
}
/*end ASSORTIMENT*/
.sk24-button-window-popup.show {
	bottom: 80px !important;
}

/* End */


/* Start:/local/templates/terminal/style/css/den_style.css?174989524135025*/
/*Правки */
#naity_otvet{
    background-color: #ed037c;
    padding: 30px 30px 70px!important;
    margin-bottom: 30px !important;
    border-radius: 8px;
}
#rezume_popup .login-form p{
    text-align: left;
    font-size: 15px;
    display: inline-block;
    margin-top: 4px;

}
#rezume_popup .login-form .rezume_text a{
    float: right;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 20px;
    border-bottom: 1px dotted;

}
#rezume_popup .login-form  .rezume_text{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
/* ======= Popup ===============*/

.popup-modal {

    background: #FFFFFF;
    position: relative;
    margin: 7% auto;
    border-radius: 8px;

}
.popup-modal .media {
    position: relative;
}
.popup-modal img {
    vertical-align: bottom;
    width: 100%;
}
.popup-modal .description-box {
    padding: 1.8rem 3.6rem 3rem;
}
.popup-modal .description-box h4 {
    font-family: "poppins-bold", sans-serif;
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin-bottom: .6rem;
}
.popup-modal .description-box p {
    font-family: "poppins-regular", sans-serif;
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 12px;
}
.popup-modal .categories {
    font-family: "poppins-bold", sans-serif;
    font-size: 1.1rem;
    line-height: 1.8rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    display: block;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
}
.popup-modal .link-box {
    width: 100%;
    overflow: hidden;
    background: #000000;
}
.popup-modal .link-box a {
    font-family: "poppins-bold", sans-serif;
    font-size: 1.2rem;
    line-height: 6rem;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 3px;
    cursor: pointer;
    display: block;
    text-align: center;
    float: left;
    width: 50%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.popup-modal .link-box a:first-child {
    border-right: 1px solid rgba(200, 200, 200, 0.1);
}
.popup-modal .link-box a:hover {
    background: #cc005f;
    border: none;
}
/*@media only screen and (max-width:600px) {
    .popup-modal {
        width: auto!important;
        margin: 0 20px;
    }
}*/


/**
 * transition effect for modal popup - 
 * ------------------------------------------------------------------ 
 */

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: .9;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* content animate in */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

/* =======================  Login   ===============================*/

.reg_popup{
    width: 450px;
}
.reg_popup h1 {
    text-align: center;
}
.login-form fieldset form input {
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
    -webkit-appearance:none;
    align: center;
    position: center;
    text-align: center;
}
.login-form{
    padding: 30px 25px 0;
}
.login-form fieldset form input[type="email"] {
    border: 1px solid rgba(41, 40, 41, 0.14);
    border-radius: 6px;
    border-top:2px solid rgba(41, 40, 41, 0.14);
    padding: 12px;
    width: 100%;
    margin-bottom: 20px;
    -webkit-appearance: none;
}

.login-form fieldset form input[type="password"] {
    border: 1px solid rgba(41, 40, 41, 0.14);
    border-radius: 6px;
    border-top:2px solid rgba(41, 40, 41, 0.14);
    padding: 12px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    position: relative;
}
.login-form fieldset form input[type="text"] {
    border: 1px solid rgba(41, 40, 41, 0.14);
    border-radius: 6px;
    border-top:2px solid rgba(41, 40, 41, 0.14);
    padding: 12px;
    width: 100%;
    margin-bottom: 20px;
    -webkit-appearance: none;
}
.login-form fieldset form input[type="submit"] {
    width: 150px;
    padding: 11px 10px;
    display: table;
    margin: 0px auto 35px;
    background-color: #ed037c;
    color: #fff;
    border-radius: 6px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.login-form fieldset form input[type="submit"]:hover {
    background-color: #424242;
}

.login-form fieldset form span a:hover {
    color: #eb6d1a;
}
.login-form h2{
    font-family: "DINPro",sans-serif;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;

}
.login-form p{
    text-align: center;
    font-size: 20px;
}
.social img{
    display: inline-block;
    width: 38px;
    height: 38px;
}
.social li{
    float: left;
    margin-right:10px;

}
.social{
    display: table;
    margin: 0 auto 40px;
}
.a_registr,.a_log{
    width: 100%;
    display: inline-block;
    background-color: #B3B9B9;
    padding: 15px;
    color: #0C77FF;
    text-align: center;
    text-decoration: underline;
    line-height: 20px;
    font-size: 18px;
    border-radius: 0 0 10px 10px;
}
.lost_pas{
    margin-top: 0px;
    font-size: 13px;
    margin-bottom: 20px;
    color: #333;
    float: right;
    display: inline-block;
    width: 100%;
    text-align: right;
}



/*----------------------------- INSTAGRAM --------------------------------- */
.instag_popup{
    width: 950px;
    padding: 20px;
    background-color: #fff;
    margin: 20px auto;
    display: table;

}
@media only screen and (max-width:1200px){
    .instag_popup{
        max-width: 950px;
        padding: 20px;
        left: 70px!important;
    }
    .last_price{
        display: none!important;
    }
}
@media only screen and (max-width:1000px){
    .instag_popup{
        max-width: 950px;
        padding: 20px;
        left: 20px!important;
    }
}
/*@media only screen and (max-width:660px){
    .pad{
        padding: 0 15px!important;
    }
    .inst_main_popup{
        width: 100%!important;
        border: none!important;
    }
    .inst_sitebar_popup{
        width: 100%!important;
    }
    .instag_popup{
        max-width: 950px;
        padding: 20px;
        left: 10px!important;
    }
}*/

.inst_sitebar_popup p{
    margin-top: 15px!important;
}


.inst_main_popup{
    width: 65%;
    float: left;
    display: inline-block;
    border-right: 1px solid #d2d2d2;


}
.inst_sitebar_popup{
    width: 34%;
    float: left;
    display: inline-block;

}
.inst_main_popup img{
    width: 97%;
    height: auto;

}
.inst_main_popup .thumb_inst{
    width: 30px;
    height: auto;
    border-radius: 5px;
    float: left;
    margin: 10px 15px 0 0;
}
.name_follover{
    font-size: 17px;
    margin-top: 13px;
    font-weight: 500;
    display: inline-block;
    margin-left: -7px;
    color: #0C63AF;
}
.inst_post p{
    display: inline-block;
    margin-top: 5px;
    width: 100%;
}
.inst_post span{
    display: inline-block;
    margin-top: 5px;
    font-size: 13px;
    color: #989898;
}
.inst_sitebar_popup p{
    text-align: center;
    font-size: 23px;
    color: #E91E63;
}
.popup-modal .inst_popup_glasses{
    width: 80%!important;
    display: table;
    margin: 20px auto 0;
}
.inst_glas_name{
    text-align: center;
    display: inline-block;
    font-size: 17px;
    color: #555;
    margin-top: 14px;
    padding: 0 25px 15px;
    text-decoration: underline;
    width: 100%;
}
.inst_popup_but{
    width: 144px;
    display: table;
    margin: 10px auto;
    background-color: #ed037c;
    color: #fff;
    border-radius: 3px;
    padding: 10px 0 10px 40px;
    position: relative;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.inst_popup_but:hover{
    background-color: #999;
    color: #fff;
}
.inst_popup_but::before{
    content: "";
    position: absolute;
    background-image: url(/local/templates/terminal/style/css/../../images/basket.png);
    background-repeat: no-repeat;
    z-index: 5;
    display: inline-block;
    top: 11px;
    width: 20px;
    height: 20px;
    left: 11px;
}
.popup-modal-dismiss{
    width: 17px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}
/*========================== LOAD FOTO=========================*/
.foto_load_popup{
    max-width: 950px;
    padding: 20px;
    height: 430px;
}
.foto_load_left{
    width: 40%;
    float: left;
    border-right: 1px solid #d2d2d2;
    padding-bottom: 40px;
}
.foto_load_right{
    width: 60%;
    float: left;
    padding-left: 30px;
    position: relative;
    height: 385px;
}
.foto_load_right .error,
.foto_edit_left .error {
    display: none;
    color: red;
}
.foto_load_left p{
    text-align: left;
    padding:0 30px 0 0 ;
    font-size: 17px;
}
.foto_edit_popup {
    max-width: 700px;
    padding: 20px;
    height: 500px;
}
.foto_edit_left {
    width: 40%;
    float: left;
    border-right: 1px solid #d2d2d2;
    height: 410px;
}
.foto_edit_left .buttons {
    display: flex;
    justify-content: space-evenly;
}
.foto_edit_left .a_load_foto {
    opacity: 1;
    color: #fff;
}
#metkiFoto {
    opacity: 0.4;
}
#metkiFoto.active {
    opacity: 1;
}
.foto_edit_right {
    width: 60%;
    float: left;
    padding-left: 30px;
    max-height: 420px;
}
.foto_edit_right .crop-block {
    max-height: 360px;
}
.foto_edit_right .buttons {
    margin-top: 10px;
    margin-bottom: 1.2em;
    display: flex;
    justify-content: space-evenly;
}
.foto_edit_right .a_load_foto {
    margin: 0;
    opacity: 1;
}
#rotateFotoLeft .fa-repeat {
    transform: scale(-1, 1);
}
#foto_edit .step-2 {
    display: none;
}
#metkiContainer {
    position: relative;
    width: 244px;
    padding: 1px 0 0px 1px;
    height: 329px;
}
#metkiContainer .glass {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
    cursor: none;
    z-index: 2;
}
#metkiContainer .glass:before {
    content: "";
    border-bottom: 1px solid #d2d2d2;
    display: block;
    margin-top: 29px;
    width: 30px;
    margin-left: 15px;
}
#metkiContainer .glass:after {
    content: "";
    border-right: 1px solid #d2d2d2;
    display: block;
    height: 30px;
    margin-right: 28px;
    margin-top: -15px;
}
#foto_edit .eye-indicator {
    width: 1px;
    height: 1px;
    background-color: #d2d2d2;
    position: absolute;
    cursor: crosshair;
}
#foto_edit .eye-indicator:before {
    content: "";
    border-bottom: 1px solid #d2d2d2;
    width: 30px;
    display: block;
    margin-left: -14px;
}
#foto_edit .eye-indicator:after {
    content: "";
    border-right: 1px solid #d2d2d2;
    height: 30px;
    display: block;
    margin-top: -15px;
}
#crop {
    max-width: 100%;
    max-height: 100%;
}
#metki {
    width: auto;
    cursor: crosshair;
    max-width: 242px;
}
.checkglass {
    display: none;
    position: absolute;
}
#edit_foto_step {
    position: absolute;
    margin: 0 0 0 0;
    right: 130px;
    bottom: 0;
}
.instr_foto{
    position: relative;
    float: left;
}
.instr_foto img{
    width: 79px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
.instr_foto p{
    display: inline-block;
    float: right;
    padding: 0 5px 0 37px;
    width: 74%;
    margin-top: 24px;
    position: relative;
}
.inst_1{
    color: #42a942;
}
.inst_1::before{
    content: "";
    width: 19px;
    height: 17px;
    background: url(/local/templates/terminal/style/css/../../images/ok.png) no-repeat;
    position: absolute;
    z-index: 5;
    top: 47px;
    left: 95px;
}
.inst_2::before{
    content: "";
    width: 19px;
    height: 17px;
    background: url(/local/templates/terminal/style/css/../../images/bad.png) no-repeat;
    position: absolute;
    z-index: 5;
    top: 47px;
    left: 95px;
}
.inst_2 p{
    margin-top: 34px!important;
    color: red;
}
.inst_3 p{
    margin-top: -55px;
    color: red;
}
.inst_3::before{
    content: "";
    width: 19px;
    height: 17px;
    background: url(/local/templates/terminal/style/css/../../images/bad.png) no-repeat;
    position: absolute;
    z-index: 5;
    top: 47px;
    left: 95px;
}
.but_foto_load{
    margin-top: 40px;
}
.but_foto_load p{
    display: inline-block;
    float: left;
}
.but_foto_load .button,
.web_cam_popup .button {
    background-color: #ed037c;
    color: #fff;
    border-radius: 3px;
    padding: 9px 17px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    cursor: pointer;
}
.but_foto_load .web_cam{
    background-color: #ed037c;
    color: #fff;
    border-radius: 3px;
    padding: 9px 14px 9px 40px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.but_foto_load .button:hover,
.web_cam_popup .button:hover {
    background-color: #999;
    color: #fff;
}
.but_foto_load .web_cam::before{
    content: "";
    position: absolute;
    background-image: url(/local/templates/terminal/style/css/../../images/web_cam.png);
    background-repeat: no-repeat;
    z-index: 5;
    display: inline-block;
    top: 11px;
    width: 20px;
    height: 20px;
    left: 11px;
}
.a_load_foto{
    background-color: #ed037c;
    font-size: 25px;
    display: table;
    margin: 50px 0;
    padding: 10px 15px;
    opacity: 0.4;
    color: #fff;
    border-radius: 3px;
    position: relative;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.a_load_foto.active{
    opacity: 1;
    cursor: pointer;
}
.a_load_foto:hover,
.a_load_foto:active,
.a_load_foto:focus {
    color: #fff;
}


@media only screen and (max-width:940px){
    .foto_load_left{
        display: none!important;
    }
    .foto_load_right{
        width: 100%;
        padding-left: 0;
    }
}
/*@media only screen and (max-width:521px){
    .but_foto_load a,.but_foto_load .web_cam,.a_load_foto,#format_pd{
        width: 100%;
        display: inline-block;
    }
    .map_salon{
        display: none;
    }
    .a_load_foto{
        margin-top: 15px;
        font-size: 17px;

    }
    .icons_sal li {
        display: inline-block;
        float: left;
        margin-right: 3px!important;
    }
    #foto_load > div.foto_load_right > div.format_pd > a:nth-child(4),#foto_load > div.foto_load_right > div.format_pd > span{
        display: none;
    }
}*/
/*=================================Page Salon==============================================*/
.map_salon{
    height: 500px;
}
.salon_sort p{
    float: left;
    display: inline-block;
    margin-right: 12px;
}
.sort_ul li{
    display: inline-block;
    float: left;
    margin-right: 5px;
    line-height: 13px;
}
.sort_ul a{
    font-size: 15px;
    border-bottom: 1px solid;
    color: #444;
}
.salon_sort{
    min-height: 74px;
    padding: 25px;
    border: 1px solid rgba(177, 175, 175, 0.32);
    margin-top: 30px;
    border-radius: 10px;
    border-bottom: 4px solid #E91E63;
    margin-bottom: 0px;
}
.pad{
    padding:0 15px 0 15px;
}
.pad:nth-child(3n+1){
    padding-right: 15px;
}
.sel_salon_metro {
    width: 150px;
    float: left;
    margin-left: 10px;
}
.sort_salon_wrap{
    width: 35%;
    float: right;
}
.sort_salon_wrap label{
    float: left;
}
.salon_about_block {
	position: relative;
}
.salon_about_block .record {
	position: absolute;
	position: absolute;
	top: 22px;
	right: 30px;
	cursor: pointer;
}
.salon_about_block .record:hover {
	text-decoration: underline;
}
.salon_about_wrap{
    width: 100%;
    border: 2px solid rgba(177, 175, 175, 0.32);
    padding: 19px 20px 19px 40px;
    border-radius: 10px;
    background-color: #fdfdfd;
    transition: all 0.3s ease-in-out;
}
.salon_about_wrap:hover{
    border: 2px solid #E91E63;
}
.salon_about_wrap > a:hover.salon_about_wrap > a{
    opacity: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.salon_about_wrap img{
    width: 60%;
}
.salon_about_wrap h5{
    display: inline-block;
    position: relative;

}
#salon-record-doctor {
	display: inline-block;
	border-bottom: 1px dashed;
	margin-top: 4px;
	margin-left: 55px;
	margin-bottom: 17px;
}
.svg_metro_icon{
    height: 20px;
    width: 20px;
    position: absolute;
    left: 30px;
    top: 39px;
    fill:#DB2D27;
    fill-rule:nonzero;
}
.metro_blue{
    fill:#14A2DD!important;
    fill-rule:nonzero;
}
.metro_red{
    fill:#DB2D27!important;
    fill-rule:nonzero;
}
.metro_orange{
    fill:#F99E22!important;
    fill-rule:nonzero;
}
.metro_yelow{
    fill:rgb(255, 206, 3)!important;
    fill-rule:nonzero;
}
.metro_grey{
    fill:rgb(151, 153, 155)!important;
    fill-rule:nonzero;
}
.metro_fiolet{
    fill:rgb(173, 32, 140)!important;
    fill-rule:nonzero;
}
.metro_salatoviy{
    fill:rgb(195, 213, 46)!important;
    fill-rule:nonzero;
}

.metro_syniy{
    fill:rgb(36, 63, 141)!important;
    fill-rule:nonzero;
}
.metro_fiolet{
    fill:rgb(173, 32, 140)!important;
    fill-rule:nonzero;
}

.metro_green{
    fill:#079B49!important;
    fill-rule:nonzero;
}



/*.salon_about_wrap h5::before{
    content: "";
    position: absolute;
    background-image: url(/local/templates/terminal/style/css/../../images/icon_metro.png);
    background-repeat: no-repeat;
    z-index: 5;
    display: inline-block;
    top: -1px;
    width: 20px;
    height: 20px;
    left: -24px;
}*/
.salon_about_wrap a{
    margin-right: 10px;
    margin-top: 10px;
    opacity: 1;
}
.salon_about_wrap a:hover {
    text-decoration: underline;
}
@media only screen and (max-width:1900px){
	.opisanie_sal{
		font-size: 16px;
	}
	.map_icon::before{
		top: -1px;
	}
	.sal_about_wrap > a {
		font-size: 16px;
	}
	.sort_ul a{
		font-size: 11px;
    }
}
@media only screen and (max-width:1200px){
    .sort_salon_wrap {
        width: 100%;
        float: right;
        margin: 10px 0;
    }
    .salon_sort {
        min-height: 103px;
    }
}
/*@media only screen and (max-width:600px){
    .sel_salon_metro {
        width: 100%;
        float: left;
        margin-top: 5px;
        margin-left: 0;
    }
    .salon_sort {
        min-height: 183px;
    }
}*/
/*-------------------------------------- PAGE salon_about.php --------------------------------*/
.sal_about_wrap p{
    font-size: 20px;
}
.reg_rob{
    margin-top: 30px;
}
.reg_rob span{
    float: left;
    width: 100%;
}
.reg_rob img{
    float: left;
    width: auto;
}
.job_title {
    float: left;
}
.job_picture {
    
}
/*div > div:nth-child(2) > div > span:nth-child(3){
    display: inherit;
    width: 100%;
    margin-top: 10px;
}*/
.reg_rob ul{
    display: inline-block;
    width: 100%;
}
.reg_rob ul li{
}
ul.services li:before {
content: '';
    width: 10px;
    height: 10px;
    top: 4px;
    left: 9px;
    text-align: center;
    border: 2px solid #ed037c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    float: left;
    margin: 6px 4px 0 0;
}
.reg_rob .usl_icon{
    width: 88%;
    float: left;
    margin-top: 20px;
}
ul.icons_salon li:before{
    display: none;
}
.salon_gal{
    width: 100%;
    padding: 15px;
    margin-top: 28px;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    clear: both;
}
.salon_gal img{
    margin:10px 0;
}
.salon_gal a{
    color: #222;
    font-size: 14px;
    text-decoration: underline;
    float: right;
    margin-top: 25px;
}
.opisanie_sal{
    margin-top: 30px;
    padding:10px;
}
.opisanie_sal span:first-child{
    margin-bottom: 13px;
    font-weight: 600;
    display: inline-block;
}
.special_pred h3{
    margin-top: 30px;
    padding-left: 13px;
    margin-bottom: 30px;
    display: inline-block;
}
.salon_card .btn{
    opacity: 1!important;
}
.last_price{
    float: left;
    margin-left: 62px;
    margin-right: -60px;
    display: table;
    text-decoration: line-through;
    color: #7B7772;
}
body > div > div > div > div > div:nth-child(13) > a{
    display: table;
    margin: 0 auto 40px;
}
.map_salon_about{
    height: 500px;
    width: 100%;

}
.brands_about li{
    float: left;
    margin-right: 2px;
    margin-top: 10px;

}
.brands_about li a{
    color: #2693d1;
    text-decoration: underline;
}
.asort li a:hover,
.brands_about li a:hover{
    color: #333;
}
.asort li{
    float: left;
    margin-right: 13px;
    margin-top: 10px;
}
.asort li a{
    color: #2693d1;
    text-decoration: underline;
}
.asort{
    display: inline-block;
    width: 100;
    margin-bottom: 30px;
}
.map_icon{
    position: relative;
    float: left;
    margin-right: 0;
    margin-top: 4px;
    display: inline-block;
    color: #2693D1;
    border-bottom: 1px dashed;
    margin-left: 85px;
}
.sal_about_wrap p:nth-child(1) {
    display: inline-block;
    float: left;
}
body > div.container > div > div > div > div:nth-child(1) > div > p:nth-child(3) {
    display: inline-block;
    float: left;
    width: 100%;
}
.select2-results__options li{
    font-size: 18px;
    color: #646a73;
    padding: 6px 4px;
}
.map_icon::before{
    content: "";
    position: absolute;
    background-image: url(/local/templates/terminal/style/css/../../images/icon_map.png);
    background-repeat: no-repeat;
    z-index: 5;
    display: inline-block;
	top: 5px;
    width: 20px;
    height: 20px;
    left: -24px;
}
/*body > div > div > div > div > div.col-sm-12 > div > div{
    background: none!important;
}*/

@media only screen and (max-width:1270px) {
    .map_icon {
        position: relative;
        float: none;
        margin-right: 0;
        display: inline-block;
        color: #2693D1;
        border-bottom: 1px dashed;
        margin-bottom: 10px;
		margin-left: 30px;
    }
}

@media only screen and (max-width:993px) {
    .map_salon_about{
        display: none;
    }
    .containter{
        width: 100%!important;
    }
    .phone_podt_a{
        display: none;
    }
    .a_adres_2{
        margin: 130px 0!important;
    }
    .opisanie_sal {
        margin-top: 0;
    }
    .salon_gal {
    	padding: 0px;
    }
}
/*@media only screen and (max-width:450px) {
    .salon_gal{
        margin-top: 220px;
    }
    .map_salon_about{
        display: none;
    }
}*/
/*@media only screen and (max-width:360px) {
    .salon_gal{
        margin-top: 300px;
    }
}*/
/*=============================== Kabinet Nastroiki================================================*/
.phone_podt_a{
    position: absolute;
    right: -80px;
    margin-top: 4px;
    color: #008ace;
    border-bottom: 1px dashed;
}
.form_wrap{
    padding: 20px 0 30px;
    border-bottom: 1px solid #E0E0E0;
}
.wr_ad {
    padding: 20px 10px 30px 10px;
    border-bottom: 1px solid #E0E0E0;
}
.adres_form .form-horizontal label{
    font-weight: 500;
    display: inline-block;
    color: #231f20;
    width: 100%;
    margin-bottom: 8px;
    text-align: left;
}

.adres_2_togle{
    display: none;
}
.adr_col .col-sm-2,.adr_col .col-sm-3,.adr_col .col-sm-5{
    padding: 0 5px;
}
.adr_col label{
    margin-left: -15px;
}

.a_adres_2{
    position: relative;

    color: #008ace;
    display: table;
    margin: 130px auto;
    border-bottom: 1px dashed;

}



.adres_form{
    border: none;
    padding: 0;

}
body > div > div:nth-child(3) > div > h3{
    float: left;
}
.pas_label{
    font-weight: 500;
    margin-bottom: 4px;
    margin-top: 7px;
    display: inline-block;
}

.a_pas_reg{
    display: inline-block;
    margin-top: 4px;
    margin-left: 100px;
    color: #008ace;

    border-bottom: 1px dashed;
}


.but_pas{
    text-align: right;
    width: 100%;
    display: inline-block;
    margin-top: 50px;
    margin-left: -134px;
}



.rasilka .radio{
    display: inline-block;
    margin-left: -15px !important;
    margin-bottom: -10px!important;
}



.wr_ad_2{
    padding: 17px 29px;
}
.icons_salon li{
    display: inline-block;
    float: left;
    margin-top: 30px;
    margin-right: 10px;
    padding: 5px 0px;
}
.icons_salon_border{
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.icons_salon li img{
    width: 50px;
    height: 40px;
}
.icons_sal {
    width: 100%!important;
    display: inline-block;
    height: 41px;
    overflow: hidden;
}
.icons_sal li{
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.icons_sal li img{
    width: 33px;
    height: 30px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
        margin-top: 3px;
}

.shop_1 .li_visit::before{
    content: '';
    display: block;
    position: relative;
    right: 0;
    bottom: 2px;
    border-bottom: none;
}

.metro {
    width: 16px;
    height: 16px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAQCAYAAACBSfjBAAAB3UlEQVRYw+3Yz4uNURgH8M+dO6bxM2oKJcVCETO66VIsqMFcLHB1VyYLZmFhoYY/ANlQdkp2piTN1bCRJGwna1nMavazkIZhLtfmudfbG27XRl7vszrn+5zvOafvc87znPctNJtNuf259eQS5ALmAuYC/sfWC8XqRBLbiyV4lcD2YCWet4Cv9dG2s3i3luQfwjJMJbCDWIV6mz/2sO18uvFW1/zK7MW2s/5oqmt+9eTxtrMxWe6a33tq+oeAKRvDDuzDpxhzFZ/xAt86BOUchvAS79Ef/Hk8RiNL/PQV3oT9KOF0YMcwjN0Y7LD4tjjBW2IjUAtuCeWs8dMCHsGGxEncjvPRH8DRDhsYwfpon4nNnI3+6vBnip8UcGkMKEZ/CBMxSXKBgV8svgIVFKK/FfdSUatgXZb4SQFLCbEa6MNOLMdi4LviOP/Mygnfx8idmyOHzAc+mArIP8/vSVWfNfiCa3gb+CyuxCT9v7kGI1GpF3AZ04G/w3gk5L6IYmb4LQGHUY32QlSb1tviDh7EBK2iks6FtQR/EW8S/Nt4HfO28uxoVvgtAW9EBZ6LHHgCT3AT93E4kugc1uJ6agPjcTpn8CGi+QyXMIkD8fyZifEXssIv5H9j8k+5v2rfAcdDu/uB456jAAAAAElFTkSuQmCC) no-repeat;
    background-position: 0 0;
}
.metro.green {
    background-position: -16px 0;
}
.metro.purple {
    background-position: -32px 0;
}
.metro.gray {
    background-position: -48px 0;
}
.metro.yellow {
    background-position: -64px 0;
}

.a_shop_name{
    color: rgba(37, 34, 35, 0.78);
    display: inline-block;
    margin-top: 5px;
}
.a_shop_name strong{
    text-decoration: underline;
}
.steps_popup{
    padding:0  0 20px 0;
    width: 700px;
    height: 350px;
    -webkit-box-shadow: 0 0 9px rgba(35, 31, 32, 0.33);
    -moz-box-shadow: 0 0 9px rgba(35, 31, 32, 0.33);
    box-shadow: 0 0 9px rgba(35, 31, 32, 0.33);
}

.name_metro_popup{
    padding: 10px 15px;
    background-color: #e5e5e5;
    border-radius: 8px 8px 0 0;
}
.pop_step_wr{
    padding: 20px;
}


.steps_pop_left{
    width: 50%;
    float: left;
    border-right: 1px solid #d2d2d2;

}
.steps_pop_right{
    width: 50%;
    float: left;
    padding-left: 25px;

}
.pop_step_wr span{
    color: #E91E63;
    width: 100%;
    margin-top: -15px;
    font-size: 27px;
    display: inline-block;
    margin-bottom: 15px;
}




.map_icon_steps{
    position: relative;
    margin-bottom: 25px;
    margin-left: 25px;
    margin-top: 0px;
    display: inline-block;
    color: #2693D1;
    border-bottom: 1px dashed;
}
.map_icon_steps::before{
    content: "";
    position: absolute;
    background-image: url(/local/templates/terminal/style/css/../../images/icon_map.png);
    background-repeat: no-repeat;
    z-index: 5;
    display: inline-block;
    top: -1px;
    width: 20px;
    height: 20px;
    left: -24px;
}
.regim_rob{
    width: 85%!important;
    height: auto;
    padding: 0 0 20px;
}
.steps_pop_right p{
    font-size: 20px;
    padding-right: 10px;
}

.step_1_primerka{
    width: 80%;
}



.pop_step_wr .war_icon {
    font-size: 14px;
    display: inline-block;
    margin-top: 15px;
    padding-left: 20px;
    color: #949494;
    position: relative;
    margin-bottom: 0;
}
.war_icon::before{
    content: "";
    position: absolute;
    background-image: url(/local/templates/terminal/style/css/../../images/war_icon.png);
    background-repeat: no-repeat;
    z-index: 5;
    display: inline-block;
    top: 1px;
    width: 20px;
    height: 20px;
    left: -2px;
}
.pop_step_wr  .pred_step{
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
    padding-left: 20px;
    color: #949494;
    position: relative;
}

.steps_pop_right .sms_inf{
    color: #9E9E9E;
    width: 100%;

    margin-top: 0;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 15px;
}
#showhidecontent h2{
    margin-top: 20px;
    margin-bottom: 20px;
}



#steps_3_tryon .name_metro_popup{
    margin-bottom: 0;
}

.oforml_btn{
    display: inline-block;
    position: absolute;
    bottom: 40px;
    right: 15px;
    z-index: 99;
}
.h3_left{
    float: left;
}
@media only screen and (min-width:1260px){
    .save_btn_lich{
        margin-right: 40px;
    }

}
@media only screen and (max-width:1200px){
    .icons_salon li,.icons_sal li{
        margin-right: 3px;
    }
}
@media only screen and (max-width:1260px){

    .a_pas_reg{
        margin-left: 20px;
    }
}
@media only screen and (max-width:993px){
    .a_shop_name {
        width: 100%;
    }
    .icons_salon li,.icons_sal li{
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width:768px){
}
/*@media only screen and (max-width:768px){
    body > div > div > div.col-md-offset-2.col-sm-offset-3.col-sm-9.col-md-10 > h3{
        margin-top: 20px;
    }
    .a_pas_reg{
        margin-top: 20px;
    }
    .a_adres_2{
        margin:20px 0!important;
    }
    .aderes_1_form_wr {
        border-right: none;
    }
    .adr_col .col-sm-3, .adr_col .col-sm-5 {
        padding: 0 0px!important;
    }
    .wr_ad{
        padding:15px;
    }
    .wr_ad_2 {
        padding: 20px 30px;
    }
    .but_pas{
        text-align: right;
        width: 100%;
        display: inline-block;
        margin-top: 20px;
        margin-left: 0;
    }

    .steps_popup{
        padding:0  0 20px 0;
        width: auto;
        height: auto;

    }
}*/
/*@media only screen and (max-width:768px){
    .steps_pop_left {
        width: 100%;
        float: left;
        border-right: none;
    }
    .steps_pop_right {
        width: 99%;
        float: left;
        padding: 0;
    }
    .icons_salon li{
        margin-right: 3px;
    }
    .icons_salon li img{
        width: 25px;
        height: 20px;
        height: auto;
    }

}*/
.format_pd {
    margin: 30px 0 0px;
    display: inline-block;
}
.format_pd .title {
    font-weight: bold;
    width: 172px;
    float: left;
}
.format_pd .value {
    width: 300px;
    float: left;
}
.format_pd .help .sign {
    float: left;
    margin-right: 6px;
}
.format_pd .hint-container {
    text-decoration: underline;
    cursor: pointer;
}
/*TRY 2D LIST*/
.try-2d-popup {
    max-width: 1062px;
    padding: 20px;
    height: 366px;
    margin: 0;
    border: 1px solid #e5e5e5;
}
.try-2d-list {
    padding: 0 12px;
}
.try-2d-list .item {
    width: 244px;
    float: left;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    margin: 0 5px 20px 0;
    position: relative;
}
.try-2d-list .item .face  {
    
}
.try-2d-list .item .glass  {
    position: absolute;
}
.try-2d-list .item .link  {
    font-size: 11px;
    color: #FFF;
    text-transform: uppercase;
    position: absolute;
    top: 29px;
    left: 10px;
    padding: 3px 8px;
    width: 220px;
    background: url(/local/templates/terminal/style/css/../../images/icons/zoom-white.png) rgba(237,3,124,0.6) 200px 3px no-repeat;
    background-size: 12px;
    cursor: pointer;
}
.try-2d-list .item .pd  {
    font-size: 11px;
    color: #71777c;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 2px 3px 0;
}
.try-2d-list .item .buy  {
    position: absolute;
    bottom: 20px;
    left: 77px;
    display: none;
}
.try-2d-list .item:hover {
    border-color: #ed037c;
}
.try-2d-list .item:hover .pd {
    background-color: rgba(255, 255, 255, 1);
}
.try-2d-list .item:hover .link {
    background-color: rgba(237,3,124, 1);
}
.try-2d-list .item:hover .buy  {
    display: block;
}
#compare-2d-list {
    position: absolute;
    height: 366px;
    top: -21px;
    right: -21px;
    width: 299px;
    z-index: 2;
    overflow: hidden;
    display: none;
}
.try-2d-popup-zoom {
    width: 440px;
}
.try-2d-popup-zoom .container {
    width: 100%;
    padding: 20px 40px;
    position: relative;
}
.try-2d-popup-zoom .container .glass {
    position: absolute;
}
.try-2d-popup-zoom .btn {
    margin: -58px 0 0 106px;
}
.tooltip.red .tooltip-inner {
    background-color: red;
}
.tooltip.bottom.red .tooltip-arrow {
    border-bottom-color: red;
}
.web_cam_popup {
    width: 460px;
    padding: 30px;
}
.web_cam_popup .button {
    margin: 20px 123px 0;
}
.sal_about_wrap a {
    color: inherit;
}
@media(min-width:768px) {
    .salon_about_wrap .address {
        height: 34px;
    }
}
@media(max-width:992px) {
    .salon_about_wrap > a {
        position: relative;
        outline: 0;
        vertical-align: top;
        height: 30px;
        line-height: 36px;
        border: 1px solid #ed037c;
        border-radius: 4px;
        font-family: 'DINPro', sans-serif;
        font-weight: 400;
        color: #fff;
        white-space: nowrap;
        box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.36), inset -1px -1px 0 rgba(0, 0, 0, 0.16);
        cursor: pointer;
        background: linear-gradient(to bottom, #ec037c 0, #c20a69 100%);
        line-height: 28px;
        font-size: 12px;
        padding: 0 11.53846154px;
        display: inline-block;
    }
    .salon_about_wrap > a:hover {
        color: #fff;
    }
    .reg_rob ul li {
        margin: 0;
    }
    .reg_rob img {
        width: auto;
    }
    .icons_salon {
        margin-top: 15px;
    }
    .inst_main_popup {
        border-right: none;
    }
    .inst_main_popup img {
        width: 100%;
    }
}
@media(max-width:420px) {
    .shop-assortiment .count {
        margin-right: 90px;
    }
    .job_picture {
        margin: 10px 0;
    }
}
@media(max-width:850px) {
    .shop-assortiment .section {
		padding-bottom: 30px;
    }
}

/* End */


/* Start:/local/templates/terminal/assets/owlcarousel/assets/owl.carousel.min.css?16841074603351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/terminal/assets/owlcarousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/terminal/assets/owlcarousel/assets/owl.theme.default.min.css?16841074601013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/local/templates/terminal/assets/owlcarousel/assets/owl.theme.custom.css?1684107460277*/
.owl-theme li {
    list-style: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #231f20;
}
.tab-content > .owl-theme.tab-pane {
    display: none;
}
.tab-content > .owl-theme.tab-pane.active {
    display: block;
}

/* End */


/* Start:/local/templates/terminal/style/font-awesome-4.6.3/css/font-awesome.min.css?168410746029063*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/local/templates/terminal/style/font-awesome-4.6.3/css/../fonts/fontawesome-webfont.eot?v=4.6.3');src:url('/local/templates/terminal/style/font-awesome-4.6.3/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('/local/templates/terminal/style/font-awesome-4.6.3/css/../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('/local/templates/terminal/style/font-awesome-4.6.3/css/../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('/local/templates/terminal/style/font-awesome-4.6.3/css/../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('/local/templates/terminal/style/font-awesome-4.6.3/css/../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/local/templates/terminal/style/style.css?1749895241186189*/
@font-face {
    font-family: 'DINPro';
    src: url('/local/templates/terminal/style/fonts/Circe-Rounded/Circe Rounded Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal
}
@font-face {
    font-family: 'DINPro';
    src: url('/local/templates/terminal/style/fonts/Circe-Rounded/Circe Rounded Extra Light.woff') format('woff');
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: 'DINPro';
    src: url('/local/templates/terminal/style/fonts/Circe-Rounded/Circe Rounded Light.woff') format('woff');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'DINPro';
    src: url('/local/templates/terminal/style/fonts/Circe-Rounded/Circe Rounded.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'DINPro';
    src: url('/local/templates/terminal/style/fonts/Circe-Rounded/Circe Rounded Alt Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'DINPro';
    src: url('/local/templates/terminal/style/fonts/Circe-Rounded/Circe Rounded Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'DINPro';
    src: url('/local/templates/terminal/style/fonts/Circe-Rounded/Circe Rounded Alt Extra Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal
}
@font-face {
    font-family: 'DINPro';
    src: url('/local/templates/terminal/style/fonts/Circe-Rounded/Circe Rounded Extra Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'ALSRubl';
    src: url('/local/templates/terminal/style/fonts/ALSRubl/ALSRubl.eot');
    src: url('/local/templates/terminal/style/fonts/ALSRubl/ALSRubl.eot?#iefix') format('embedded-opentype'), url('/local/templates/terminal/style/fonts/ALSRubl/ALSRubl.woff') format('woff'), url('/local/templates/terminal/style/fonts/ALSRubl/ALSRubl.ttf') format('truetype'), url('/local/templates/terminal/style/fonts/ALSRubl/ALSRubl.svg') format('svg');
    font-weight: 400;
    font-style: normal
}

.icon-cart {
    width: 16px;
    height: 16px;
    background: url('/local/templates/terminal/style/../images/icons/cart.png') no-repeat
}

.icon-search {
    width: 18px;
    height: 18px;
    background: url('/local/templates/terminal/style/../images/icons/search.png') no-repeat
}

.icon-heart {
    width: 20px;
    height: 15px;
    background: url('/local/templates/terminal/style/../images/icons/nav-right.png') 0 0 no-repeat
}

.icon-try {
    width: 20px;
    height: 15px;
    background: url('/local/templates/terminal/style/../images/icons/nav-right.png') -20px 0 no-repeat
}

.icon-cart2 {
    width: 20px;
    height: 15px;
    background: url('/local/templates/terminal/style/../images/icons/nav-right.png') -40px 0 no-repeat
}

.icon-close {
    width: 8px;
    height: 7px;
    background: url('/local/templates/terminal/style/../images/icons/close-2.png') 0 0 no-repeat
}

.icon-close3 {
    width: 17px;
    height: 17px;
    background: url('/local/templates/terminal/style/../images/icons/close-3.png') 0 0 no-repeat
}

.icon-info-georgia {
    font-family: Georgia, serif;
    margin: 0!important;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    color: #ed037c
}

[class*='icon-menu-'] {
    width: 25px;
    height: 25px;
    background: url('/local/templates/terminal/style/../images/icons/icons-menu.png') 0 0 no-repeat
}

.icon-menu-2 {
    background-position: -25px 0
}

.icon-menu-3 {
    background-position: -50px 0
}

.icon-menu-4 {
    background-position: -75px 0
}

.icon-menu-5 {
    background-position: -100px 0
}

.icon-menu-6 {
    background-position: -125px 0
}

.icon-menu-7 {
    background-position: -150px 0
}

.icon-menu-8 {
    background-position: -175px 0
}

a:hover .icon-menu-1,
a:active .icon-menu-1,
li.active .icon-menu-1 {
    background-position: 0 -25px
}

a:hover .icon-menu-2,
a:active .icon-menu-2,
li.active .icon-menu-2 {
    background-position: -25px -25px
}

a:hover .icon-menu-3,
a:active .icon-menu-3,
li.active .icon-menu-3 {
    background-position: -50px -25px
}

a:hover .icon-menu-4,
a:active .icon-menu-4,
li.active .icon-menu-4 {
    background-position: -75px -25px
}

a:hover .icon-menu-5,
a:active .icon-menu-5,
li.active .icon-menu-5 {
    background-position: -100px -25px
}

a:hover .icon-menu-6,
a:active .icon-menu-6,
li.active .icon-menu-6 {
    background-position: -125px -25px
}

a:hover .icon-menu-7,
a:active .icon-menu-7,
li.active .icon-menu-7 {
    background-position: -150px -25px
}

a:hover .icon-menu-8,
a:active .icon-menu-8,
li.active .icon-menu-8 {
    background-position: -175px -25px
}

[class*='icon-advantage-'] {
    width: 120px;
    height: 100px;
    background: url('/local/templates/terminal/style/../images/icons/advantage-icons.png') 0 0 no-repeat
}
*::-webkit-scrollbar {
	width: 0px;
}

.icon-advantage-2 {
    background-position: -120px 0
}

.icon-advantage-3 {
    background-position: -240px 0
}

.icon-location {
    width: 20px;
    height: 20px;
    background: url('/local/templates/terminal/style/../images/icons/advice-icons.png') 0 0 no-repeat
}

.icon-question {
    width: 20px;
    height: 20px;
    background: url('/local/templates/terminal/style/../images/icons/advice-icons.png') -44px 0 no-repeat
}

.icon-list {
    width: 20px;
    height: 20px;
    background: url('/local/templates/terminal/style/../images/icons/advice-icons.png') -22px 0 no-repeat
}

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

article,
aside,
details,
figcaption,
figure,
/*footer,*/
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    font-size: 100%;
    overflow-x: hidden;
}

body {
    line-height: 1;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'DINPro', sans-serif;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    color: #404a52;
    letter-spacing: 0;
    position: relative;
}
html.disable-scroll,
html.disable-scroll body {
	overflow: hidden;
}
.page-content {
	padding: 0 40px 150px 40px;	
}
@media only screen and (max-width:1900px) {
	body {
    	font-size: 14px;
    }
	.page-content {
		padding: 0 20px;	
	}
}
@media only screen and (max-width:991px) {
    body {
        font-size: 14px;
    }
	.page-content {
		padding: 0 10px;	
	}
}

.body-wrap {
    padding: 120px 0
}

@media only screen and (max-width:991px) {
    .body-wrap {
        padding: 100px 0
    }
}

.oldie body {
    background: 0;
    filter: none;
    font-size: 20px;
    color: #404a52;
    text-align: center;
    padding-top: 200px
}

::-moz-selection {
    background: #ed037c;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #ed037c;
    color: #fff;
    text-shadow: none
}

embed,
iframe {
    max-width: 100%
}

.video-player {
    width: 100%
}

a {
    color: #ed037c;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    -ms-transition: color .2s ease-out;
    transition: color .2s ease-out
}

a.link-gray {
    color: #9e9d9f
}

a:focus {
    text-decoration: none;
    color: #ed037c;
    outline: 0
}

a:hover,
a:active {
    color: #f06;
    text-decoration: none;
    outline: 0
}

a:active {
    background-color: transparent
}

input,
textarea,
input[type="submit"]:focus,
div {
    outline: 0;
    font-family: 'DINPro', sans-serif
}

img {
    display: block;
    height: auto;
    width: 100%
}

img.inline {
    display: inline-block;
    width: auto
}

img.pull-right {
    margin: 0 0 20px 25px
}

i {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-style: normal
}

em {
    font-style: italic
}

strong {
    font-weight: 700
}

small {
    font-size: 85%
}

pre {
    border-radius: 0
}

p {
    margin-bottom: .6em;
    word-wrap: break-word
}

.alpha {
    margin-left: 0!important
}

.omega {
    margin-right: 0!important
}

.overflow-hidden {
    overflow: hidden!important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'DINPro', sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #231f20;
    text-transform: none;
    margin: 0 0 .4em
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus,
.h1 a:focus,
.h2 a:focus,
.h3 a:focus,
.h4 a:focus,
.h5 a:focus,
.h6 a:focus {
    color: #231f20
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active,
.h1 a:active,
.h2 a:active,
.h3 a:active,
.h4 a:active,
.h5 a:active,
.h6 a:active {
    color: #ed037c
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 20px
}

h5,
.h5 {
    font-size: 18px
}

h6,
.h6 {
    font-size: 14px
}
@media only screen and (max-width:1900px) {
	h4,
	.h4 {
		font-size: 18px
	}

	h5,
	.h5 {
		font-size: 16px
	}

	h6,
	.h6 {
		font-size: 12px
	}
}

@media only screen and (max-width:991px) {
    h1,
    .h1 {
        font-size: 24px
    }
    h2,
    .h2 {
        font-size: 20px
    }
    h3,
    .h3 {
        font-size: 20px
    }
    h4,
    .h4 {
        font-size: 16px
    }
    h5,
    .h5 {
        font-size: 14px
    }
}

.uppercase {
    text-transform: uppercase!important
}

.lowercase {
    text-transform: lowercase!important
}

.notransform {
    text-transform: none!important
}

.italic {
    font-style: italic!important
}

.underline {
    text-decoration: underline 0.05em
}

.fsz12 {
    font-size: 12px
}

.fsz13 {
    font-size: 13px
}

.fsz14 {
    font-size: 14px
}

.fsz15 {
    font-size: 15px
}

.fsz16 {
    font-size: 16px
}

.fsz17 {
    font-size: 17px
}

.fsz18 {
    font-size: 18px
}

.fsz19 {
    font-size: 19px
}

.fsz20 {
    font-size: 20px
}

.fsz21 {
    font-size: 21px
}

.fsz22 {
    font-size: 22px
}

.fsz23 {
    font-size: 23px
}

.fsz24 {
    font-size: 24px
}

.fsz25 {
    font-size: 25px
}

.fsz26 {
    font-size: 26px
}

.fsz27 {
    font-size: 27px
}

.fsz28 {
    font-size: 28px
}

@media only screen and (max-width:991px) {
    .fsz15 .fsz16,
    .fsz17 {
        font-size: 14px
    }
    .fsz18,
    .fsz19,
    .fsz21,
    .fsz22,
    .fsz20 {
        font-size: 16px
    }
}

.font-thin {
    font-weight: 100!important
}

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

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

.font-medium {
    font-weight: 500!important
}

.font-semi {
    font-weight: 600!important
}

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

.color-gray {
    color: #b0aaa9!important
}

.color-blue {
    color: #008ace!important
}

.color-red {
    color: #f06!important
}

.color-pink {
    color: #ed037c!important
}

.color-error {
    color: #fd5c5c!important
}

.color-green {
    color: #32a632!important
}

.color-yellow {
    color: #f7941d!important
}

.color-dark {
    color: #4e5863!important
}

.border-bottom {
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7
}

.border-radius {
    border-radius: 8px
}

.display-block {
    display: block
}

.display-inline-block {
    display: inline-block
}

.nowrap {
    white-space: nowrap
}

.padding-top-0 {
    padding-top: 0!important
}

.padding-bottom-0 {
    padding-bottom: 0!important
}

@media only screen and (max-width:991px) {
    .padding-top-0 {
        padding-top: 0!important
    }
    .padding-bottom-0 {
        padding-bottom: 0!important
    }
}

.padding-top-10 {
    padding-top: 10px!important
}

.padding-bottom-10 {
    padding-bottom: 10px!important
}

@media only screen and (max-width:991px) {
    .padding-top-10 {
        padding-top: 8px!important
    }
    .padding-bottom-10 {
        padding-bottom: 8px!important
    }
}

.padding-top-20 {
    padding-top: 20px!important
}

.padding-bottom-20 {
    padding-bottom: 20px!important
}

@media only screen and (max-width:991px) {
    .padding-top-20 {
        padding-top: 16px!important
    }
    .padding-bottom-20 {
        padding-bottom: 16px!important
    }
}

.padding-top-30 {
    padding-top: 30px!important
}

.padding-bottom-30 {
    padding-bottom: 30px!important
}

@media only screen and (max-width:991px) {
    .padding-top-30 {
        padding-top: 24px!important
    }
    .padding-bottom-30 {
        padding-bottom: 24px!important
    }
}

.padding-top-40 {
    padding-top: 40px!important
}

.padding-bottom-40 {
    padding-bottom: 40px!important
}

@media only screen and (max-width:991px) {
    .padding-top-40 {
        padding-top: 32px!important
    }
    .padding-bottom-40 {
        padding-bottom: 32px!important
    }
}

.padding-top-50 {
    padding-top: 50px!important
}

.padding-bottom-50 {
    padding-bottom: 50px!important
}

@media only screen and (max-width:991px) {
    .padding-top-50 {
        padding-top: 40px!important
    }
    .padding-bottom-50 {
        padding-bottom: 40px!important
    }
}

.padding-top-60 {
    padding-top: 60px!important
}

.padding-bottom-60 {
    padding-bottom: 60px!important
}

@media only screen and (max-width:991px) {
    .padding-top-60 {
        padding-top: 48px!important
    }
    .padding-bottom-60 {
        padding-bottom: 48px!important
    }
}

.padding-top-70 {
    padding-top: 70px!important
}

.padding-bottom-70 {
    padding-bottom: 70px!important
}

@media only screen and (max-width:991px) {
    .padding-top-70 {
        padding-top: 56px!important
    }
    .padding-bottom-70 {
        padding-bottom: 56px!important
    }
}

.padding-top-80 {
    padding-top: 80px!important
}

.padding-bottom-80 {
    padding-bottom: 80px!important
}

@media only screen and (max-width:991px) {
    .padding-top-80 {
        padding-top: 64px!important
    }
    .padding-bottom-80 {
        padding-bottom: 64px!important
    }
}

.padding-top-90 {
    padding-top: 90px!important
}

.padding-bottom-90 {
    padding-bottom: 90px!important
}

@media only screen and (max-width:991px) {
    .padding-top-90 {
        padding-top: 72px!important
    }
    .padding-bottom-90 {
        padding-bottom: 72px!important
    }
}

.padding-top-100 {
    padding-top: 100px!important
}

.padding-bottom-100 {
    padding-bottom: 100px!important
}

@media only screen and (max-width:991px) {
    .padding-top-100 {
        padding-top: 80px!important
    }
    .padding-bottom-100 {
        padding-bottom: 80px!important
    }
}

.padding-top-110 {
    padding-top: 110px!important
}

.padding-bottom-110 {
    padding-bottom: 110px!important
}

@media only screen and (max-width:991px) {
    .padding-top-110 {
        padding-top: 88px!important
    }
    .padding-bottom-110 {
        padding-bottom: 88px!important
    }
}

.padding-top-120 {
    padding-top: 120px!important
}

.padding-bottom-120 {
    padding-bottom: 120px!important
}

@media only screen and (max-width:991px) {
    .padding-top-120 {
        padding-top: 96px!important
    }
    .padding-bottom-120 {
        padding-bottom: 96px!important
    }
}

.padding-top-130 {
    padding-top: 130px!important
}

.padding-bottom-130 {
    padding-bottom: 130px!important
}

@media only screen and (max-width:991px) {
    .padding-top-130 {
        padding-top: 104px!important
    }
    .padding-bottom-130 {
        padding-bottom: 104px!important
    }
}

.padding-top-140 {
    padding-top: 140px!important
}

.padding-bottom-140 {
    padding-bottom: 140px!important
}

@media only screen and (max-width:991px) {
    .padding-top-140 {
        padding-top: 112px!important
    }
    .padding-bottom-140 {
        padding-bottom: 112px!important
    }
}

.padding-top-150 {
    padding-top: 150px!important
}

.padding-bottom-150 {
    padding-bottom: 150px!important
}

@media only screen and (max-width:991px) {
    .padding-top-150 {
        padding-top: 120px!important
    }
    .padding-bottom-150 {
        padding-bottom: 120px!important
    }
}

.padding-top-160 {
    padding-top: 160px!important
}

.padding-bottom-160 {
    padding-bottom: 160px!important
}

@media only screen and (max-width:991px) {
    .padding-top-160 {
        padding-top: 128px!important
    }
    .padding-bottom-160 {
        padding-bottom: 128px!important
    }
}

.padding-top-170 {
    padding-top: 170px!important
}

.padding-bottom-170 {
    padding-bottom: 170px!important
}

@media only screen and (max-width:991px) {
    .padding-top-170 {
        padding-top: 136px!important
    }
    .padding-bottom-170 {
        padding-bottom: 136px!important
    }
}

.padding-top-180 {
    padding-top: 180px!important
}

.padding-bottom-180 {
    padding-bottom: 180px!important
}

@media only screen and (max-width:991px) {
    .padding-top-180 {
        padding-top: 144px!important
    }
    .padding-bottom-180 {
        padding-bottom: 144px!important
    }
}

.padding-top-190 {
    padding-top: 190px!important
}

.padding-bottom-190 {
    padding-bottom: 190px!important
}

@media only screen and (max-width:991px) {
    .padding-top-190 {
        padding-top: 152px!important
    }
    .padding-bottom-190 {
        padding-bottom: 152px!important
    }
}

.padding-top-200 {
    padding-top: 200px!important
}

.padding-bottom-200 {
    padding-bottom: 200px!important
}

@media only screen and (max-width:991px) {
    .padding-top-200 {
        padding-top: 160px!important
    }
    .padding-bottom-200 {
        padding-bottom: 160px!important
    }
}

.margin-top-0 {
    margin-top: 0!important
}

.margin-bottom-0 {
    margin-bottom: 0!important
}

@media only screen and (max-width:991px) {
    .margin-top-0 {
        margin-top: 0!important
    }
    .margin-bottom-0 {
        margin-bottom: 0!important
    }
}

.margin-top-10 {
    margin-top: 10px!important
}

.margin-bottom-10 {
    margin-bottom: 10px!important
}

@media only screen and (max-width:991px) {
    .margin-top-10 {
        margin-top: 8px!important
    }
    .margin-bottom-10 {
        margin-bottom: 8px!important
    }
}

.margin-top-20 {
    margin-top: 20px!important
}

.margin-bottom-20 {
    margin-bottom: 20px!important
}

@media only screen and (max-width:991px) {
    .margin-top-20 {
        margin-top: 16px!important
    }
    .margin-bottom-20 {
        margin-bottom: 16px!important
    }
}

.margin-top-30 {
    margin-top: 30px!important
}

.margin-bottom-30 {
    margin-bottom: 30px!important
}

@media only screen and (max-width:991px) {
    .margin-top-30 {
        margin-top: 24px!important
    }
    .margin-bottom-30 {
        margin-bottom: 24px!important
    }
}

.margin-top-40 {
    margin-top: 40px!important
}

.margin-bottom-40 {
    margin-bottom: 40px!important
}

@media only screen and (max-width:991px) {
    .margin-top-40 {
        margin-top: 32px!important
    }
    .margin-bottom-40 {
        margin-bottom: 32px!important
    }
}

.margin-top-50 {
    margin-top: 50px!important
}

.margin-bottom-50 {
    margin-bottom: 50px!important
}

@media only screen and (max-width:991px) {
    .margin-top-50 {
        margin-top: 40px!important
    }
    .margin-bottom-50 {
        margin-bottom: 40px!important
    }
}

.margin-top-60 {
    margin-top: 60px!important
}

.margin-bottom-60 {
    margin-bottom: 60px!important
}

@media only screen and (max-width:991px) {
    .margin-top-60 {
        margin-top: 48px!important
    }
    .margin-bottom-60 {
        margin-bottom: 48px!important
    }
}

.margin-top-70 {
    margin-top: 70px!important
}

.margin-bottom-70 {
    margin-bottom: 70px!important
}

@media only screen and (max-width:991px) {
    .margin-top-70 {
        margin-top: 56px!important
    }
    .margin-bottom-70 {
        margin-bottom: 56px!important
    }
}

.margin-top-80 {
    margin-top: 80px!important
}

.margin-bottom-80 {
    margin-bottom: 80px!important
}

@media only screen and (max-width:991px) {
    .margin-top-80 {
        margin-top: 64px!important
    }
    .margin-bottom-80 {
        margin-bottom: 64px!important
    }
}

.margin-top-90 {
    margin-top: 90px!important
}

.margin-bottom-90 {
    margin-bottom: 90px!important
}

@media only screen and (max-width:991px) {
    .margin-top-90 {
        margin-top: 72px!important
    }
    .margin-bottom-90 {
        margin-bottom: 72px!important
    }
}

.margin-top-100 {
    margin-top: 100px!important
}

.margin-bottom-100 {
    margin-bottom: 100px!important
}

@media only screen and (max-width:991px) {
    .margin-top-100 {
        margin-top: 80px!important
    }
    .margin-bottom-100 {
        margin-bottom: 80px!important
    }
}

.margin-top-110 {
    margin-top: 110px!important
}

.margin-bottom-110 {
    margin-bottom: 110px!important
}

@media only screen and (max-width:991px) {
    .margin-top-110 {
        margin-top: 88px!important
    }
    .margin-bottom-110 {
        margin-bottom: 88px!important
    }
}

.margin-top-120 {
    margin-top: 120px!important
}

.margin-bottom-120 {
    margin-bottom: 120px!important
}

@media only screen and (max-width:991px) {
    .margin-top-120 {
        margin-top: 96px!important
    }
    .margin-bottom-120 {
        margin-bottom: 96px!important
    }
}

.margin-top-130 {
    margin-top: 130px!important
}

.margin-bottom-130 {
    margin-bottom: 130px!important
}

@media only screen and (max-width:991px) {
    .margin-top-130 {
        margin-top: 104px!important
    }
    .margin-bottom-130 {
        margin-bottom: 104px!important
    }
}

.margin-top-140 {
    margin-top: 140px!important
}

.margin-bottom-140 {
    margin-bottom: 140px!important
}

@media only screen and (max-width:991px) {
    .margin-top-140 {
        margin-top: 112px!important
    }
    .margin-bottom-140 {
        margin-bottom: 112px!important
    }
}

.margin-top-150 {
    margin-top: 150px!important
}

.margin-bottom-150 {
    margin-bottom: 150px!important
}

@media only screen and (max-width:991px) {
    .margin-top-150 {
        margin-top: 120px!important
    }
    .margin-bottom-150 {
        margin-bottom: 120px!important
    }
}

.margin-top-160 {
    margin-top: 160px!important
}

.margin-bottom-160 {
    margin-bottom: 160px!important
}

@media only screen and (max-width:991px) {
    .margin-top-160 {
        margin-top: 128px!important
    }
    .margin-bottom-160 {
        margin-bottom: 128px!important
    }
}

.margin-top-170 {
    margin-top: 170px!important
}

.margin-bottom-170 {
    margin-bottom: 170px!important
}

@media only screen and (max-width:991px) {
    .margin-top-170 {
        margin-top: 136px!important
    }
    .margin-bottom-170 {
        margin-bottom: 136px!important
    }
}

.margin-top-180 {
    margin-top: 180px!important
}

.margin-bottom-180 {
    margin-bottom: 180px!important
}

@media only screen and (max-width:991px) {
    .margin-top-180 {
        margin-top: 144px!important
    }
    .margin-bottom-180 {
        margin-bottom: 144px!important
    }
}

.margin-top-190 {
    margin-top: 190px!important
}

.margin-bottom-190 {
    margin-bottom: 190px!important
}

@media only screen and (max-width:991px) {
    .margin-top-190 {
        margin-top: 152px!important
    }
    .margin-bottom-190 {
        margin-bottom: 152px!important
    }
}

.margin-top-200 {
    margin-top: 200px!important
}

.margin-bottom-200 {
    margin-bottom: 200px!important
}

@media only screen and (max-width:991px) {
    .margin-top-200 {
        margin-top: 160px!important
    }
    .margin-bottom-200 {
        margin-bottom: 160px!important
    }
}

.no-margin {
    margin: 0!important
}

.unordered-list {
    line-height: 1.2;
    padding: 2px 0 0 16px;
    margin-bottom: 20px
}

.unordered-list li {
    padding-left: 20px;
    margin-bottom: .1em;
    position: relative
}

.unordered-list li:before {
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ed037c;
    position: absolute;
    top: 6px;
    left: 5px;
    width: 6px;
    height: 6px
}

dl {
    line-height: 1.2;
    padding: 5px 0 0 20px;
    margin-bottom: 30px
}

dl dt {
    font-weight: 500;
    margin-bottom: .1em;
    position: relative
}

dl dt:before {
    content: '';
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 5px;
    left: -10px
}

dl dd {
    margin-bottom: .4em
}

blockquote {
    font-size: 18px;
    padding-top: 24px;
    margin-bottom: 50px;
    position: relative;
    border: 0
}

blockquote:before {
    content: '';
    width: 60px;
    height: 4px;
    border-radius: 2px;
    background-color: #ed037c;
    position: absolute;
    top: 0;
    left: 0
}

.text-block {
    margin-bottom: 30px
}

.text-block .h1,
.text-block .h2,
.text-block .h3,
.text-block .h4,
.text-block .h5,
.text-block .h6 {
    margin-bottom: .6em
}

.text-block p {
    font-size: 16px;
    margin-bottom: 1.2em
}

.page-wrapper {
    position: relative
}

.content-left {
    margin-right: 70px
}

.content-right {
    margin-left: -75px
}

.margin-right5 {
    margin-right: 5px
}

.margin-left-20 {
    margin-left: -20px
}

.brand-crizal {
    background: fixed url(/local/templates/terminal/style/../images/crizal-bg.jpg)
}

.brand-crizal>.container {
    background-color: #fff
}

.brand-nikon {
    background: fixed url(/local/templates/terminal/style/../images/nikon-bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}

.brand-nikon>.container {
    background-color: #fff
}

.rouble {
    font-family: 'ALSRubl'
}

.page-title {
    font-size: 36px;
    margin-bottom: .6em
}

.page-title strong {
    font-weight: 700
}

@media only screen and (max-width:1259px) {
    .page-title {
        font-size: 30px
    }
}

@media only screen and (max-width:991px) {
    .page-title {
        font-size: 22px
    }
}

.link-blue {
    display: inline-block;
    font-weight: 300;
    color: #008ace;
    border-bottom: 1px dashed #008ace;
    white-space: nowrap;
    margin-bottom: .4em;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    cursor: pointer;
}

.link-blue.style2 {
    border-bottom: 1px solid #008ace;
    cursor: pointer
}

.link-blue:focus {
    color: #008ace
}

.link-blue:hover,
.link-blue:active {
    border-color: #f06
}

.table {
    width: 100%;
    text-align: center;
    border-top: 2px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 9px 0 20px
}

.table th,
.table td {
    width: 25%;
    text-align: center
}

.table img {
    display: inline-block;
    width: auto;
    max-width: 100%
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td {
    padding: 7px 4px;
    vertical-align: middle
}

.table>thead>tr>th {
    padding-top: 5px
}

.underlay {
    background: url(/local/templates/terminal/style/../images/underlay.jpg) right top no-repeat
}

.underlay2 {
    background: url(/local/templates/terminal/style/../images/underlay-2.jpg) right top no-repeat
}

.badge {
    width: 100px;
    height: 100px;
    overflow: hidden;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1
}

.badge span {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 0 30px;
    height: 22px;
    line-height: 22px;
    position: relative;
    top: -26px;
    left: -32px;
    background-color: #ed037c;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.banner .title {
    font-size: 18px;
    color: #fff;
    padding: 10px 15px 12px;
    background-color: #ed037c;
    border-radius: 4px;
    margin-bottom: -4px;
    position: relative;
    border: 1px solid #ed037c;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5)
}

.banner img {
    border-radius: 0 0 4px 4px
}

.content-box {
    background-color: #fdfdfd;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 30px 20px;
    margin-bottom: 30px
}

@media only screen and (max-width:1259px) {
    .content-box {
        padding: 20px 15px
    }
}

.content-box.fixed-height {
    height: 280px
}

.content-box .title {
    font-weight: 400;
    margin-bottom: 1em
}

@media only screen and (max-width:1259px) {
    .content-box .title {
        font-size: 20px
    }
}

.content-box ul a {
    display: block;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 300;
    min-height: 18px;
    line-height: 16px;
    padding: 0 0 0 16px;
    color: #008ace;
    text-decoration: underline 0.05em;
    position: relative
}

@media only screen and (max-width:1259px) {
    .content-box ul a {
        font-size: 12px
    }
}

.content-box ul a:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 4px;
    left: 0;
    text-align: center;
    border: 2px solid #ed037c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.content-box ul li {
    margin-bottom: 10px
}

@media only screen and (max-width:1259px) {
    .content-box ul li {
        margin-bottom: 5px
    }
}

.content-box .contact-item {
    margin-bottom: 2em
}

@media only screen and (max-width:1259px) {
    .content-box .contact-item {
        font-size: 13px
    }
}

.content-box .contact-item strong {
    display: block;
    font-weight: 500
}

.content-box .contact-item .phone {
    display: block;
    font-size: 18px
}

@media only screen and (max-width:1259px) {
    .content-box .contact-item .phone {
        font-size: 16px
    }
}

.partner-item {
    text-align: center;
    margin-bottom: 50px
}

.partner-item .title {
    width: 230px;
    height: 230px;
    background-color: #ed037c;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    line-height: 226px;
    border-radius: 50%;
    margin: 0 auto 25px
}

@media only screen and (max-width:991px) {
    .partner-item .title {
        width: 200px;
        height: 200px;
        line-height: 196px
    }
}

.partner-item .title span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2
}

.partner-item p {
    font-size: 15px;
    margin-bottom: 2em;
    height: 135px
}

.partner-item .btn {
    display: block;
    max-width: 180px;
    margin: 0 auto 10px
}

.directory-item {
    padding: 9px
}

.directory-item img {
    border-radius: 8px;
    margin-bottom: 12px
}

.directory-item .title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: .6em
}

.directory-item .title a {
    text-decoration: underline 0.05em;
    color: #ed037c
}

.directory-item p {
    color: #666
}

.brand-logo {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 18px
}

.brand-logo img {
    width: auto;
    max-width: 100%;
    margin: 0 auto
}


.advantages {
    margin-bottom: 50px
}

.advantages .advantage-item {
    margin-bottom: 30px
}

.advantages .title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 2em
}

.advantages i {
    display: block;
    margin: 0 auto 30px
}

.advantages p {
    margin-bottom: 30px
}
.main-page .instagram-images {
    border-top: 0;
    min-height: 395px;
}
.instagram-images {
    margin-bottom: 30px;
    border-top: 2px solid #f0f0f0;
    padding-top: 2px
}

.instagram-images .instagram-link {
    float: left;
    width: 16.66%;
    padding: 0 .2% .4%;
    cursor: pointer
}

.instagram-images .instagram-link.big {
    width: 33.32%
}

.instagram-images a.big,
.instagram-images span.big {
    width: 33.33%
}

.instagram-images img {
    border-radius: 6px
}

[placeholder]::placeholder {
    font-size: 20px;
    font-weight: 300;
    color: #afafaf;
    font-style: normal
}
:focus[placeholder]::placeholder {
    font-weight: 300;
    color: transparent!important;
    font-style: normal
}

label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form-group {
    margin-bottom: 10px
}

input,
button,
textarea {
    appearance: none;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    outline: 0;
    background: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.form-control {
    appearance: none;
    padding: 0 .6em;
    margin-bottom: 10px;
    font-weight: normal;
    color: #231f20;
    line-height: normal;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    border-radius: 3px;
    box-shadow: none;
    transition: all .2s ease-out;
    font-size: 20px;
}

@media only screen and (max-width:991px) {
    .form-control {
        margin-bottom: 5px
    }
}

.form-control:focus {
    border-color: #e5e5e5;
    color: #404a52;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.ie8 .form-control {
    line-height: 28px
}

.form-control.transparent {
    font-size: 16px;
    border: 0
}

.form-control.transparent::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #d8d8d8;
    font-style: normal
}

.form-control.transparent:-moz-placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #d8d8d8;
    font-style: normal
}

.form-control.transparent::-moz-placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #d8d8d8;
    font-style: normal
}

.form-control.transparent:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #d8d8d8;
    font-style: normal
}

.form-control.transparent:focus {
    color: #949da9
}

.has-error .form-control {
    color: #fd5c5c;
    border-color: #fd5c5c
}

.has-error .form-control:focus {
    border-color: #fd5c5c;
    color: #fd5c5c;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.form-control.style2 {
    background-color: #fff;
    border-color: #e2e2e2;
    -webkit-box-shadow: 0 -1px 0 #c2c2c2;
    -moz-box-shadow: 0 -1px 0 #c2c2c2;
    box-shadow: 0 -1px 0 #c2c2c2;
    margin: 0
}

textarea,
textarea.form-control {
    min-height: 180px;
    padding: .6em;
    resize: vertical
}

.form-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #404a52;
    display: table-cell;
    height: 36px;
    vertical-align: bottom;
    padding-bottom: 8px
}

.required .form-label:after {
    content: '*';
    color: #f06
}

.nolabel {
    margin-top: 36px
}

.input-group {
    display: block
}

.input-group .form-control {
    float: none;
    padding-right: 28px;
    margin-bottom: 10px
}

.input-group .form-control:only-of-type {
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important
}

.input-group .input-group-btn {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 28px;
    height: auto;
    font-size: 15px;
    line-height: 28px;
    color: #e5e5e5;
    text-align: center;
    padding: 0;
    border: 0;
    cursor: pointer
}

.input-group input:focus+.input-group-btn {
    color: #e5e5e5
}

.form-title {
    font-size: 18px;
    margin-bottom: .2em
}

.form-subtitle {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    color: #949da9;
    margin: 15px 0 8px
}

.help-block {
    color: #000;
    margin-top: -10px
}

.form-horizontal .radio {
    padding-top: 6px
}

.form-horizontal .control-label {
    font-weight: 500;
    color: #231f20
}

.form-group {
    position: relative
}

.form-group .form-control.error {
    border-color: #fd5c5c
}

.form-group label.error {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 12px;
    color: #fd5c5c
}
/*Всплывающее окно*/
.preview-block {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}
.preview-block .back {
    border: 1px solid #e5e5e5;
    margin: 50px 10px 20px 10px;
    color: #9e9d9f;
    padding: 15px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}
.preview-block .back i {
    font-size: 12px;
    float: left;
    margin-top: 4px;
}
.preview-block .oprava-name {
	padding: 0 20px;
	text-align: center;
	margin-bottom: 30px;
}
/*Форма поиска*/
.search-form {
    background-color: #fff;
    transition: all .8s ease-out;
    max-width: 600px;
}
.mobile-search-form {
    display: block;
    height: 0;
    transition: height 0.5s;
    overflow: hidden;
    background-color: #fff;
}
.search-form .btn.btn-small {
    font-size: 18px!important
}

.search-form .btn.btn-small [class*='icon-'] {
    vertical-align: -10%
}

.search-form .left,
.search-form .right {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px
}

.search-form .right {
    left: auto;
    right: 0;
    padding-right: 1px
}

.search-form input[type="search"] {
	height: auto;
	font-size: 30px;
	padding: 10px 20px;
	margin-bottom: 0px;
	box-shadow: 0px 0px 3px #cccc;
}

.search-nav-holder {
    position: relative;
    margin-top: 12px
}

.search-nav-holder.active .search-form {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.search-form-wrapper {
}

.search-form-open {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 2;
    width: 18px;
    height: 18px;
    background: url(/local/templates/terminal/style/../images/icons/search2.png) 0 0 no-repeat
}

@media only screen and (max-width:991px) {
    .search-form-open {
        top: 1px
    }
}

.search-form2 {
    border: 1px solid #e5e5e5;
    border-bottom: 4px solid #ed037c;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 70px;
    position: relative
}

@media only screen and (max-width:1259px) {
    .search-form2 {
        margin-bottom: 50px
    }
}

@media only screen and (max-width:991px) {
    .search-form2 {
        margin-bottom: 30px
    }
}

.search-form2 .title {
    font-size: 24px;
    font-weight: 300;
    color: #ed037c;
    margin-bottom: .9em
}

@media only screen and (max-width:991px) {
    .search-form2 .title {
        font-size: 18px
    }
}

.search-form2 .input-wrapper {
    margin-right: 140px
}

.search-form2 .btn {
    width: 120px;
    float: right
}

.filter {
    margin-bottom: 30px
}

.filter:before,
.filter:after {
    content: '';
    display: table
}

.filter:after {
    clear: both
}

.filter .title {
    font-weight: 500;
    color: #484e55;
    padding-left: 4px;
    margin-bottom: .6em
}

.collapsable.filter .title {
    position: relative;
    padding-left: 18px;
    cursor: pointer
}

.collapsable.filter .title:before {
    content: '';
    border-top: 5px solid #484e55;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 6px;
    left: 2px;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.collapsable.filter .title.collapsed:before {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.filter.colors .controls {
    font-size: 0;
    padding-right: 8px
}

.filter+.btn .icon-close {
    margin-right: 6px;
    vertical-align: 4%
}

.filter ul a {
    display: block;
    margin-bottom: 2px;
    font-weight: 300;
	line-height: 24px;
    padding: 0 0 0 24px;
    color: #404a52;
    text-decoration: underline 0.05em;
    position: relative
}
@media only screen and (max-width:1900px) {
	.advantages p {
		font-size: 16px;
    }
	.filter ul a {
		font-size: 18px;
	}
	.content-box .contact-item {
		font-size: 15px;
    }
	.directory-item .title {
		font-size: 18px;
    }
	.directory-item p {
		font-size: 16px;
    }
	[placeholder]::placeholder {
		font-size: 14px;
    }
	.form-control {
		font-size: 16px;
    }
	.brand-description {
		font-size: 18px;
	}
	.filter ul a {
		font-size: 13px;
		line-height: 16px;
	}
}

.filter ul a.disabled {
    color: #999;
    cursor: no-drop
}

.filter ul a::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    text-align: center;
    border: 2px solid #ed037c;
    border-radius: 50%;
    top: 9px;
	left: 8px;
}
@media only screen and (max-width:1900px) {
	.filter ul a::before {
		top: 4px;
		left: 9px;
	}
}

.filter ul a.disabled:before {
    border-color: #9e9d9f
}

.filter ul li {
    padding-left: 14px
}

.filter ul li ul a:before {
    width: 6px;
    height: 6px;
    top: 6px;
    border: 0;
    border-right: 2px solid #ed037c;
    border-bottom: 2px solid #ed037c;
    border-radius: 0;
    transform: rotateZ(-45deg)
}

.filters-selected {
    border: 1px solid #e5e5e5;
    border-bottom: 4px solid #ed037c;
    border-radius: 8px;
    padding: 10px 15px 2px 130px;
    margin-bottom: 20px;
    position: relative
}

.filters-selected:before {
    content: 'Вы выбрали:';
    position: absolute;
    top: 10px;
    left: 15px;
    white-space: nowrap
}

.filters-selected li {
    float: left;
    margin: 0 14px 14px
}

@media only screen and (max-width:991px) {
    .filters-selected li {
        margin: 0 8px 12px
    }
}

.filters-selected a {
    display: block;
    font-weight: 300;
    color: #404a52;
    padding-right: 8px;
    position: relative;
    text-decoration: underline 0.05em;
    cursor: pointer;
    margin-right: 10px;
}

.filters-selected a:before {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    width: 5px;
    height: 5px;
    background: url(/local/templates/terminal/style/../images/icons/close.png) 0 0 no-repeat
}

.filters-selected a:hover,
.filters-selected a:active {
    color: #f06
}

.top-filter {
    border: 1px solid #e5e5e5;
    border-bottom: 4px solid #ed037c;
    border-radius: 8px;
    padding: 10px 15px 5px;
    margin-bottom: 20px;
    position: relative
}

.top-filter .sort-controls label {
    padding-left: 4px;
    margin-bottom: .6em
}

.top-filter .filter,
.top-filter .sort-controls {
    margin-bottom: 0
}

.top-filter .price {
    margin-bottom: 30px
}

.top-filter .range-slider {
    margin: 27px 0 0
}

.smartfilter .range-slider {
	margin: 37px 0 25px;
	padding: 0 5px 0px 13px;
}
.smartfilter[action="/catalog/kontaktnye_linzy/"] {
	padding-bottom: 90px;
}
.top-filter .filter .checkbox,
.top-filter .filter .radio {
    float: left
}

.recipe {
    border: 1px solid #e5e5e5;
    border-bottom: 4px solid #ed037c;
    border-radius: 8px;
    padding: 10px 15px;
    margin-bottom: 20px;
    position: relative
}

.recipe .table {
    margin: 0;
    border: 0
}

.recipe .table th,
.recipe .table td {
    text-align: left;
    white-space: nowrap
}

.recipe .table>thead>tr>th.disabled {
    color: #ccc
}

.recipe .table>tbody>tr>td:nth-child(1) {
    font-weight: 500
}

.recipe .table tr th.filter-ext {
    width: 16%
}

.recipe .table tr th.filter-ext:last-child {
    width: 19%
}

.recipe .table tr td.filter-ext {
    display: none
}

.recipe .table .show-ext {
    text-align: center;
    width: 51%
}

.recipe .table>thead>tr>th {
    border-bottom: 3px solid #e1e1e1;
    font-weight: 500;
    color: #404a52
}

.recipe .table>thead>tr>th,
.recipe .table>tbody>tr>th,
.recipe .table>thead>tr>td,
.recipe .table>tbody>tr>td {
    padding: 12px 8px;
    width: auto
}

@media only screen and (max-width:991px) {
    .recipe .table>thead>tr>th,
    .recipe .table>tbody>tr>th,
    .recipe .table>thead>tr>td,
    .recipe .table>tbody>tr>td {
        padding: 8px 2px
    }
}

.recipe .title {
    font-size: 24px;
    font-weight: 400;
    color: #ed037c;
    padding-right: 10px;
    margin: 0 0 5px
}

.recipe .select2-container {
    max-width: 110px
}

.recipe.style2 {
    border: 0;
    padding: 0
}

.recipe.style2 .table {
    border-bottom: 3px solid #e1e1e1
}

.recipe.style2 .table-responsive {
    margin-bottom: 30px
}

.recipe.style2 .recipe-name .form-control {
    display: inline-block;
    width: auto;
    margin: 0 10px
}

.recipe.style2 .controls-inline .styled-select {
    display: inline-block;
    margin: 0 20px 0 10px
}

.filters-top {
    border: 1px solid #e5e5e5;
    border-bottom: 4px solid #ed037c;
    border-radius: 8px;
    padding: 15px 15px 0;
    margin-bottom: 20px;
    position: relative
}

.filters-top .sort-controls label {
    display: block;
    margin-bottom: 8px
}

.filters-top .checkbox {
    display: inline-block
}

.filters-top .controls {
    margin-top: 14px
}

.filters-top .range-slider {
    margin-bottom: 7px
}

.question-form {
    background-color: #ed037c;
    padding: 30px;
    margin-bottom: 50px;
    border-radius: 8px
}
.question-form.popup {
    background: #ececec;
}

.question-form .form-title {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1em
}
.question-form.popup .form-title {
    color: inherit;
}

.question-form .error {
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 20px
}

.question-form .form-control {
    background-color: #fff;
    margin-bottom: 30px
}

.question-form textarea {
    min-height: 110px
}

.multiple-options {
    border: 1px solid #f1f1f1;
    margin: 12px 0;
    max-height: 400px;
    overflow: auto
}

.multiple-options ul {
    padding: 10px 0
}

.multiple-options ul li {
    padding-left: 0
}

.multiple-options::-webkit-scrollbar {
    width: 10px
}

.multiple-options::-webkit-scrollbar-track {
    padding: 0 10px;
    -webkit-box-shadow: -2px 0 0 -1px #f1f1f1;
    -moz-box-shadow: -2px 0 0 -1px #f1f1f1;
    box-shadow: -2px 0 0 -1px #f1f1f1
}

.multiple-options::-webkit-scrollbar-thumb {
    background-color: #f1f1f1;
    -webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #e3e3e3;
    -moz-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #e3e3e3;
    box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #e3e3e3
}

.subscribe-form {
    float: left
}

.subscribe-form .input-wrapper {
    position: relative;
    padding-right: 105px;
    float: right
}

.subscribe-form .input-wrapper .btn {
    position: absolute;
    top: 0;
    right: 0
}

.subscribe-form .form-control {
    background-color: #fff;
    border-color: #e2e2e2;
    -webkit-box-shadow: 0 -1px 0 #c2c2c2;
    -moz-box-shadow: 0 -1px 0 #c2c2c2;
    box-shadow: 0 -1px 0 #c2c2c2;
    min-width: 260px
}

@media only screen and (max-width:991px) {
    .subscribe-form .form-control {
        min-width: 160px
    }
}

.subscribe-form .title {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    color: #231f20;
    text-transform: uppercase;
    float: left;
    margin-right: 20px
}

@media only screen and (max-width:1259px) {
    .subscribe-form .title {
        white-space: nowrap;
        width: 174px;
        overflow: hidden
    }
}

.load-photo-form {
    background-color: #231f20;
    border-radius: 8px;
    padding: 18px 20px 26px;
    color: #fff;
    margin-bottom: 60px
}

.load-photo-form .btn {
    float: right;
    margin-left: 20px
}

.load-photo-form .title {
    font-size: 24px;
    margin-bottom: .4em
}

@media only screen and (max-width:991px) {
    .load-photo-form .title {
        font-size: 18px
    }
}

.load-photo-form .title label {
    text-decoration: underline 0.05em;
    cursor: pointer
}

.load-photo-form .subtitle {
    font-size: 18px;
    font-weight: 300
}

@media only screen and (max-width:991px) {
    .load-photo-form .subtitle {
        font-size: 14px
    }
}

.load-photo-form #photo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0
}

.range-slider {
    margin: 27px 0 40px
}

.jslider {
    display: block;
    width: 100%;
    position: relative
}

.jslider table {
    width: 100%;
    border-collapse: collapse;
    border: 0
}

.jslider td,
.jslider th {
    padding: 0;
    vertical-align: top;
    text-align: left;
    border: 0
}

.jslider table,
.jslider tr,
.jslider tr td {
    width: 100%;
    vertical-align: top;
    padding: 0;
    margin: 0
}

.jslider-bg {
    height: 2px;
    background-color: #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.jslider-bg .l,
.jslider-bg .r {
    display: none
}

.jslider-bg .v {
    position: relative;
    display: block;
    height: 100%;
    background-color: #9f9f9f;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.jslider-pointer {
    position: absolute;
    z-index: 2!important;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-color: #ed037c;
    border-radius: 4px;
    margin-left: -8px;
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    top: -12px;
}

.jslider-value {
    font-size: 16px;
    font-weight: 500;
    color: #ed037c;
    position: absolute;
    top: -35px;
}

@media only screen and (max-width:1900px) {
	.jslider-pointer {
		width: 16px;
		height: 16px;
    	top: -7px;
	}
	.jslider-value {
		font-size: 12px;
    	top: -27px;
    }
	.filters-selected {
		padding: 10px 15px 2px 100px;
    }
	.filters-selected a {
		font-size: 13px;
    }
}

.jslider-value-to {
    left: 80%
}

.jslider-label {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-shadow: none;
    white-space: nowrap;
    position: absolute;
    top: -25px;
    left: 0
}

.jslider-label-to {
    left: auto;
    right: 0
}

.jslider-scale {
    display: none
}

.checkbox,
.radio {
    padding: 0;
    margin: 0 0 12px;
    text-align: left
}

.checkbox+.checkbox,
.radio+.checkbox,
.checkbox+.radio,
.radio+.radio {
    margin-top: 0
}

.checkbox input,
.radio input {
    opacity: 0;
    filter: alpha(opacity=0)
}

.ie8 .checkbox input,
.ie8 .radio input {
    visibility: visible;
    width: 0;
    height: 0
}

.checkbox label,
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    padding-top: 0;
    color: #9e9d9f;
    transition: all .2s ease-out
}

.checkbox label:before,
.radio label:before {
    content: '\e804';
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    width: 14px;
    height: 14px;
    border: 1px solid #ccd1d7;
    border-radius: 3px;
    position: absolute;
    top: 9px;
    left: 0;
    font-size: 14px;
    line-height: 8px;
    color: transparent;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.checkbox label.checked,
.radio label.checked {
    color: #ed037c
}

.checkbox label.checked:before,
.radio label.checked:before {
    color: #ed037c;
    border-color: #ed037c
}

.checkbox label:hover,
.radio label:hover,
.checkbox label:active,
.radio label:active {
    color: #ed037c
}

.checkbox label:hover:before,
.radio label:hover:before,
.checkbox label:active:before,
.radio label:active:before {
    border-color: #ed037c
}

.checkbox.state-hover label,
.radio.state-hover label {
    color: #ed037c
}

.checkbox.state-hover label:before,
.radio.state-hover label:before {
    border-color: #ed037c
}

.checkbox.label-right,
.radio.label-right {
    text-align: right
}

.checkbox.label-right label,
.radio.label-right label {
    padding-left: 0;
    padding-right: 30px
}

.checkbox.label-right label:before,
.radio.label-right label:before {
    left: auto;
    right: 0
}

.checkbox .help-block,
.radio .help-block {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    color: #949da9;
    margin: -4px 0 0 20px
}

.popup .checkbox,
.popup .radio {
    margin-top: 4px
}

.radio label {
    color: #9a8d90;
    padding-left: 26px;
}

.radio label::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 5px;
    background: #ececec;
    background: linear-gradient(to bottom, #ececec 0, #cfcfcf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#cfcfcf', GradientType=0)
}

.ie9 .radio label:before {
    filter: none
}

.radio label::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 6px;
    transition: all .2s ease-out
}

.radio label.checked {
    color: #231f20
}

.radio label.checked:before {
    border-color: #ccd1d7
}

.radio label.checked:after {
    background-color: #ed037c
}

.radio label:hover,
.radio label:active {
    color: #231f20
}

.radio label:hover:before,
.radio label:active:before {
    border-color: #ccd1d7
}

.controls-inline {
    overflow: hidden
}

.controls-inline .checkbox,
.controls-inline .radio {
    display: inline-block;
    margin-left: 16px;
    margin-bottom: 0
}

@media only screen and (max-width:1259px) {
    .controls-inline .checkbox,
    .controls-inline .radio {
        margin-left: 30px
    }
}

@media only screen and (max-width:991px) {
    .radio-inline+.radio-inline,
    .checkbox-inline+.checkbox-inline {
        margin-left: 4px
    }
}

.filter .checkbox,
.filter .radio {
    margin-bottom: 2px
}

.filter .checkbox label,
.filter .radio label {
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    padding: 0 16px 0 24px;
    color: #404a52;
    text-decoration: underline 0.05em;
    position: relative;
}
.filter .checkbox.disabled label,
.filter .radio.disabled label {
    color: #999
}

.filter .checkbox label:before,
.filter .radio label:before {
    content: '';
    width: 10px;
    height: 10px;
	top: 9px;
	left: 8px;
    text-align: center;
    border: 2px solid #ed037c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
@media only screen and (max-width:1900px) {
	.checkbox label,
	.radio label {
		font-size: 14px;
    }
	.filter .checkbox label,
	.filter .radio label {
    	font-size: 13px;
    	line-height: 16px;
	}
	.filter .checkbox label:before,
	.filter .radio label:before {
		top: 4px;
		left: 9px;
	}
}

.filter .checkbox.disabled label:before,
.filter .radio.disabled label:before {
    border-color: #9e9d9f
}

.filter .checkbox label::after,
.filter .radio label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background-position: right 6px top 7px
}

.filter .checkbox label.checked,
.filter .radio label.checked {
    color: #404a52
}

.filter .checkbox label.checked::after,
.filter .radio label.checked::after {
    background: #f1f1f1 url(/local/templates/terminal/style/../images/icons/close.png) right 6px top 7px no-repeat;
    z-index: -1;
}

.filter .checkbox label:hover,
.filter .radio label:hover,
.filter .checkbox label:active,
.filter .radio label:active {
    color: #404a52
}

.filter.colors .checkbox {
    display: inline-block;
    margin: 0 3px 6px
}

.filter.colors .checkbox label {
    width: 30px;
    height: 30px;
    box-shadow: 1px 1px 3px 1px #e9e9e9;
    border-radius: 50%;
    padding: 0
}

.filter.colors .checkbox label::before {
    display: none
}

.filter.colors .checkbox label::after {
    width: 10px;
    height: 10px;
    background: 0;
}

.filter.colors .checkbox label.checked::after {
	content: '✔';
	left: 7px;
	top: 17px;
	color: #fff;
	font-size: 47px;
	background: none;
	z-index: 1;
}
.filter.colors .checkbox label.checked[data-original-title="Белый"]::after,
.filter.colors .checkbox label.checked[title="Белый"]::after {
    color: #404a52;
}

@media only screen and (max-width:1900px) {
	.filter.colors .checkbox label {
		width: 22px;
		height: 22px;
	}
	.filter.colors .checkbox label.checked::after {
		top: 2px;
		left: 5px;
	}
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.search-nav-holder .select2-container {
    font-size: 12px
}

.select2-container--disabled {
    opacity: .5
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: 0;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 26px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 26px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: 0;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: 0;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: 0
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0, #eee 50%);
    background-image: -o-linear-gradient(top, white 0, #eee 50%);
    background-image: linear-gradient(to bottom, white 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: 0
}

.select2-container--classic .select2-dropdown--below {
    border-top: 0
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.select2-container {
    width: 100%;
    max-width: 100%
}

.select2-container:focus,
.select2-selection:focus {
    outline: 0
}

.select2-container--default .select2-selection--single {
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    height: 30px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5), inset -1px -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5), inset -1px -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5), inset -1px -1px 0 rgba(0, 0, 0, 0.1)
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #949da9;
    line-height: 26px
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #949da9
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    top: 1px;
    right: 1px;
    width: 30px;
    line-height: 28px;
    text-align: center
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before,
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    content: '';
    border-bottom: 5px solid #5f5f5f;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    top: 8px;
    right: 6px
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    border-bottom: 0;
    border-top: 5px solid #5f5f5f;
    top: 16px
}

.select2-dropdown {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 5px
}

.select2-results__option {
    color: #949da9
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
    color: #f06
}

select.error~.select2-container--default .select2-selection--single {
    border-color: #fd5c5c
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #e5e5e5
}

.select2-results__options::-webkit-scrollbar {
    width: 6px
}

.select2-results__options::-webkit-scrollbar-track {
    background-color: transparent
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #f06;
    outline: 0
}

.styled-select.style2 .select2-container--default .select2-selection--single {
    height: 28px;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f8f8f8', GradientType=0);
    -webkit-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2)
}
.ie9 .styled-select.style2 .select2-container--default .select2-selection--single {
    filter: none
}

.styled-select.style2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px
}

@media only screen and (max-width:1900px) {
	.styled-select.style2 .select2-container--default .select2-selection--single {
		height: 24px;
	}
	.styled-select.style2 .select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 20px
	}
}
.styled-select.style2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 24px;
    top: -2px;
    width: 20px;
    line-height: 24px
}

.styled-select.style2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #404a52;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    outline: 0
}

.btn.active,
.btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0
}

.btn {
    position: relative;
    outline: 0;
    vertical-align: top;
    border: 1px solid #ed037c;
    border-radius: 4px;
    background-color: #ed037c;
    background: #ec037c;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec037c', endColorstr='#c20a69', GradientType=0);
    font-family: 'DINPro', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    padding: 5px 20px;
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.36), inset -1px -1px 0 rgba(0, 0, 0, 0.16);
    transition: all .2s ease-out
}

@media only screen and (max-width:1900px) {
	.btn {
		font-size: 18px;
    	padding: 4px 20px;
	}
}
.ie9 .btn {
    filter: none
}

@media only screen and (max-width:991px) {
    .btn {
        padding: 5px 15.38461538px
    }
}

.btn:hover,
.btn:active,
.btn.state-hover,
.btn.state-active {
    color: #fff;
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.36), inset -1px -1px 0 rgba(0, 0, 0, 0.16);
    opacity: .8
}

.btn:active,
.btn.state-active {
    background: #ec037c;
    background: linear-gradient(to bottom, #ec037c 0, #c20a69 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec037c', endColorstr='#c20a69', GradientType=0)
}

.ie9 .btn:active,
.ie9 .btn.state-active {
    filter: none
}

.btn:focus {
    color: #fff
}

.btn.btn-wide {
    display: block!important;
    width: 100%!important;
    padding: 0 5px!important
}

.btn.btn-text-slim {
    font-weight: 400
}

.btn.btn-small {
    font-size: 14px!important;
    padding: 3px 8px!important;
}
@media only screen and (max-width:1900px) {
	.btn.btn-small {
		font-size: 12px!important;
    	padding: 2px 8px!important;
	}
}

.btn.btn-large {
    height: 50px!important;
    line-height: 48px!important;
    font-size: 19px!important;
    padding: 0 31.25px!important
}

.btn.btn-gray {
    border-color: #c6c6c6;
    background: #e5e5e5;
    color: #ed037c
}
.btn.btn-black {
    border-color: #7f7f7f;
    background: #000;
    color: #fff
}

.btn.btn-gray:hover,
.btn.btn-gray:active,
.btn.btn-gray.state-hover,
.btn.btn-gray.state-active {
    background: #eaeaea
}

.btn.btn-gray:active,
.btn.btn-gray.state-active {
    background: #e0e0e0
}

.btn [class*='icon-'] {
    margin-right: 16px;
    vertical-align: -14%
}

.btn.btn-icon-right [class*='icon-'] {
    margin-right: 0;
    margin-left: 16px
}

.btn.btn-small [class*='icon-'] {
    vertical-align: -12%;
    margin-right: 10px
}

.btn.btn-small.btn-icon-right [class*='icon-'] {
    margin-right: 0;
    margin-left: 10px
}

.buttons {
    margin-bottom: 1.2em
}

.buttons .btn {
    margin: 0 5px 10px 0;
    vertical-align: middle
}

.buttons .help {
    vertical-align: 36%
}

.btn-smart-selection {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    height: 32px;
    line-height: 32px;
    padding-left: 44px;
    background: url(/local/templates/terminal/style/../images/icons/owl.png) 0 0 no-repeat;
    margin-bottom: 30px;
    text-decoration: underline 0.05em;
    margin-top: 22px
}

@media only screen and (max-width:1259px) {
    .btn-smart-selection {
        font-size: 11px
    }
}

@media only screen and (max-width:1259px) {
    .btn.js-filter-reset {
        padding: 0 8px
    }
}
.header-top {
	display: flex;
	height: 120px;
	align-content: center;
	align-items: center;
}
.left-menu-toggle,
.left-menu-toggle:active,
.left-menu-toggle:hover,
.left-menu-toggle:focus {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' style='enable-background:new 0 0 258 204' viewBox='0 0 258 204'%3E%3Cpath d='M19 181V21h219c-31.5 121.5-67.5 177.5-219 160z' style='fill:%23e7246a'/%3E%3C/svg%3E");
	color: #fff;
	position: fixed;
	left: 0;
	top: -15px;
	display: flex;
	padding: 45px 55px 45px 35px;
	z-index: 1000;
	flex-direction: column;
	align-items: center;
	border-radius: 0 0 100px 0;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.7));
}
.left-menu-toggle .nav-toggle {
    width: 26px;
    height: 20px;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    position: relative;
    float: left;
    transition: all .2s ease-out
}

.left-menu-toggle .nav-toggle:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #FFF;
    transition: all .2s ease-out
}

.left-menu-toggle .nav-toggle.active {
    transform: rotateZ(90deg)
}

.left-menu-toggle .nav-toggle.active:before {
}

.nav-main {
    background-color: #231f20;
    border-radius: 8px;
    padding: 0 13px;
    min-height: 40px
}

.nav-main .nav-left {
    float: left;
    font-size: 29px;
}

@media only screen and (max-width:991px) {
    .nav-main .nav-left {
        max-width: 80%
    }
}

.nav-main .nav-left > li {
    display: inline-block;
    position: relative
}
.nav-main .nav-left > li.mobile {
	display: none
}

@media(min-width:1145px) {
    .nav-main .nav-left>li.right-align .products-list-menu {
        margin-left: -52%
    }
}

@media(min-width:1030px) and (max-width:1145px) {
    .nav-main .nav-left>li.right-align .products-list-menu {
        margin-left: -129%
    }
}

@media(min-width:991px) and (max-width:1030px) {
    .nav-main .nav-left>li.right-align .products-list-menu {
        margin-left: -159%
    }
}

@media(max-width:991px) {
    .nav-main .nav-left>li.right-align .products-list-menu {
        margin-left: -144%
    }
}
.nav-main .nav-left > li.hide-ballot::before {
    display: none
}

@media only screen and (max-width:1024px) {
    .nav-main .nav-left>li:before {
        display: none
    }
}

.nav-main .nav-left > li > a {
    display: block;
    font-weight: 300;
    color: #fff;
    line-height: 42px;
    padding: 4px 11px 5px;
    transition: all .2s ease-out
}

@media only screen and (max-width:1900px) {
	.nav-main .nav-left>li>a {
		font-size: 16px;
		height: 40px;
		line-height: 38px;
    }
}
@media only screen and (max-width:1259px) {
	.nav-main {
		padding: 0 5px;
	}
    .nav-main .nav-left>li>a {
		font-size: 14px;
		padding: 0 4px;
    }
}

@media only screen and (max-width:991px) {
    .nav-main .nav-left>li>a {
        font-size: 12px;
        padding: 0 5px
    }
    .nav-main {
    	padding: 0px 15px;
    }
}

.nav-main .nav-left>li>a:hover,
.nav-main .nav-left>li>a:active {
    background-color: #0e0c0c
}

.nav-main .nav-left>li.active>a {
    font-weight: 500;
    background-color: #0e0c0c
}

.nav-main .nav-left>li:hover .products-list-menu,
.nav-main .nav-left>li:active .products-list-menu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.15s;
}

.nav-main .nav-left .products-list-menu {
    position: absolute;
    top: 100%;
    left: 2px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-out
}

.nav-main .nav-right {
    float: right;
}

.nav-main .nav-right>li {
    display: inline-block;
    position: relative
}

.nav-main .nav-right>li>a {
    display: block;
    height: 40px;
    line-height: 38px;
    padding: 0 6px
}

.nav-main .nav-right>li>a i {
    vertical-align: middle
}

.nav-main .nav-right>li>a .counter {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ed037c;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -14px;
    right: 8px
}

.nav-main .nav-right>li:hover .products-list-favorites,
.nav-main .nav-right>li:active .products-list-favorites {
    opacity: 1;
    visibility: visible
}

.nav-main .nav-right .products-list-favorites {
    width: 570px;
    position: absolute;
    top: 120%;
    right: -50px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}
@media only screen and (max-width:1900px) {
	.nav-main .nav-right .products-list-favorites {
		width: 420px;
	}
}

.nav-main .nav-toggle {
    display: none;
    width: 26px;
    height: 20px;
    background-color: transparent;
    border-color: #fff;
    margin-top: 10px;
    margin-right: 0
}

.nav-main .nav-toggle:before {
    background-color: #fff
}

.nav-main .nav-toggle.active {
    border-color: #f06;
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg)
}

.nav-main .nav-toggle.active:before {
    background-color: #f06
}

.nav-bottom-1,
.nav-bottom-2 {
    margin-bottom: 16px
}

.nav-bottom-1:before,
.nav-bottom-2:before,
.nav-bottom-1:after,
.nav-bottom-2:after {
    content: '';
    display: table
}

.nav-bottom-1:after,
.nav-bottom-2:after {
    clear: both
}

.nav-bottom-1 ul,
.nav-bottom-2 ul {
    font-size: 0
}

.nav-bottom-1 li,
.nav-bottom-2 li {
    display: inline-block;
    margin-left: 20px
}

.nav-bottom-1 li:first-child,
.nav-bottom-2 li:first-child {
    margin-left: 0
}

.nav-bottom-1 a,
.nav-bottom-2 a {
    font-size: 13px;
    line-height: 1.8;
    color: #231f20;
    text-transform: uppercase
}

.nav-bottom-1 a:hover,
.nav-bottom-2 a:hover,
.nav-bottom-1 a:active,
.nav-bottom-2 a:active {
    color: #f06
}

.nav-bottom-2 li {
    margin-left: 16px
}

.nav-bottom-2 li:first-child {
    margin-left: 0
}

.nav-bottom-2 a {
    font-size: 14px;
    text-decoration: underline 0.05em;
    text-transform: none
}

.nav-side li {
    margin-bottom: 40px
}

.nav-side a {
    font-weight: 300;
    color: #404a52;
    text-decoration: underline 0.05em;
    padding-left: 35px;
    position: relative;
    display: inline-block
}

.nav-side a:hover,
.nav-side a:active {
    color: #ed037c
}
.nav-side a .fa {
	font-size: 24px;
	color: #000;
	display: block;
	width: 25px;
	text-align: center;
}
.nav-side .active a {
    color: #ed037c;
    position: relative
}

.nav-side i {
    position: absolute;
    top: -2px;
    left: 0
}

.nav-side .count {
    background-color: #ed037c;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 20px;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    right: -23px;
    position: absolute;
    top: 0
}
@media(max-width:768px) {
	.nav-side {
		margin-bottom: 30px;
		display: flex;
		justify-content: left;
		flex-flow: row wrap;
		align-content: flex-end;
	}
	.nav-side li {
		margin: 0;
		height: 40px;
		display: flex;
		align-items: center;
		break-inside: avoid;
		width: 50%;
	}
	.nav-side li a {
		font-size: 16px;
		text-decoration: none;
		padding-left: 0;
		display: flex;
		height: 100%;
	}
	.nav-side li a i {
		position: relative;
		margin-right: 5px;
	}
}
.sidebar-toggle {
    display: none;
    width: 26px;
    height: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 30px;
    background-color: transparent;
    margin-top: 10px;
    margin-right: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.sidebar-toggle:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.sidebar-toggle.active {
    border-color: #f06;
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg)
}

.sidebar-toggle.active:before {
    background-color: #f06
}

.breadcrumbs {
    margin-bottom: 5px;
    margin-left: 3px
}

.breadcrumbs li {
    float: left;
    font-weight: 300;
    color: #404a52
}

.breadcrumbs li:after {
    content: '/';
    display: inline-block;
    margin: 0 4px
}

.breadcrumbs li:last-child:after {
    content: ''
}

.breadcrumbs li a {
    color: #404a52;
    text-decoration: underline 0.05em
}

.breadcrumbs li a:hover,
.breadcrumbs li a:active {
    color: #f06;
    text-decoration: none
}

.section-buy {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 16px 20px 20px;
    margin-bottom: 24px;
    position: relative;
}
.section-buy.simple-product {
}

.section-buy .table-responsive {
    overflow: visible
}

.section-buy .price-old {
    color: #9e9d9f;
    letter-spacing: .1em;
    text-decoration: line-through;
    margin-bottom: .2em
}

.section-buy .price-new .price {
    font-size: 30px;
    color: #f06;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: .8em;
    display: inline-block
}
.section-buy .present {
    display: inline-block;
    padding-left: 10px;
}

.section-buy .price-new .help {
    margin-bottom: 0;
    top: -8px;
    letter-spacing: 0
}
.section-buy #storeData {
	display: flex;
	justify-content: flex-start;
}
.section-buy #storeData .shoplist {
	margin-left: 15px;
}
@media only screen and (max-width:1259px) {
    .section-buy .price-new .help .hint {
        left: -90px
    }
}

@media only screen and (max-width:991px) {
    .section-buy .price-new .help .hint {
        left: -150px
    }
}

.section-buy .favorite,
.slider-spinner .favorite  {
    width: 35px;
    height: 31px;
    background: url(/local/templates/terminal/style/../images/icons/favorite.png) center center no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 2;
    background-size: contain
}
.section-buy .favorite.active,
.slider-spinner .favorite.active {
    background: url(/local/templates/terminal/style/../images/icons/favorite-active.png) center center no-repeat;
    background-size: contain
}
.slider-spinner .favorite {
    position: relative;
    top: 3px;
    right: 0;
    margin-left: 10px;
}

.section-buy .status,
.slider-spinner .info-right .status {
    display: inline-block;
    font-weight: 500;
    color: #9e9d9f;
    margin-bottom: .4em
}

.section-buy .status.available,
.slider-spinner .info-right .status.available,
.status.paid {
    color: #32a632;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAAeFBMVEUypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIypjIA1MmuAAAAJ3RSTlMAAQgKCxAaHiQnKS0uPkBIZHmBj5OVsLW3vb/BzN3j5ujp6vP8/f6s50wIAAAASklEQVR4ATXFVxZAMAAEwFVE772Ibu9/Q17E/Ax+XgUt2lp8hGQDxejJGUAAZOQo4NRXbC/sTKA4OeScLLySlcfuQvHlnUILS9UD35EEaddKT80AAAAASUVORK5CYII=) no-repeat;
    background-position: left 4px;
    padding-left: 16px
}

.section-buy .link-blue {
    margin-bottom: 0
}

.section-buy .hint-container {
    margin-bottom: .4em
}

.buy-options .table {
    margin-top: 0;
    border: 0
}

.buy-options .table>thead>tr>th {
    border-bottom: 3px solid #e1e1e1;
    font-weight: 500;
    color: #404a52;
    text-align: right
}

.buy-options tbody td {
    position: relative
}

.buy-options tbody td>span {
    position: relative;
    background: #fff;
    display: inline-block;
    padding-right: 6px
}

.buy-options tbody td:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-bottom: 1px dashed #444e56;
    margin-right: 125px
}

#deg td:before {
    margin-right: 0
}

.buy-options tbody td:first-child:before {
    margin: 0 3px 0 9px
}

.buy-options td {
    text-align: left;
    padding: 4px 2px!important;
    border: none!important
}

.buy-options td:first-child {
    width: 36%
}

.buy-options .summary {
    color: #ed037c;
    margin-bottom: 20px;
    float: left
}

.buy-options .help {
    float: left;
    clear: right;
    margin: 3px 0 20px 4px
}

.buy-options .styled-select {
    text-align: right
}

.buy-options .select2-container {
    width: 120px!important
}
@media only screen and (max-width:1900px) {
	.nav-side a {
		font-size: 13px;
    }
	.buy-options .select2-container {
		width: 90px!important
	}
	.buy-options tbody td:before {
		margin-right: 93px
	}
}

.section-dimensions {
    margin-bottom: 30px
}
.section-dimensions .color-block {
   display: flex;
}
.section-dimensions .title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    color: #404a52;
    margin-right: 16px
}

.section-dimensions .color {
	display: flex;
	align-items: center;
}

.section-dimensions .color span {
    display: inline-block;
    vertical-align: -42%;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    border-radius: 50%;
    position: relative;
    top: -1px
}

.section-dimensions [class*='dimention'] {
    display: inline-block;
    width: 41px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAAUCAMAAAD/eoL4AAACr1BMVEVmbnf/AGb///9mbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbndmbnf/AGYxxLv3AAAA43RSTlMAAAABAgMEBQYHCAoLDA0ODxAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKywtLzAxMjM0NTY3ODk6Ozw9Pj9AQUJERUdISUpLTE1OT1BSU1RVVldYWVpbXF1eX2BhYmNkZmdoaWtsbW5vcXJzdHV2d3h5ent9fn+BgoOEhoeIiYqLjI2Oj5GTlJWWmJmanJ2foaKjpKanqKmrrK2wsbKztLa3uLq7vL2+v8DCw8TFxsfIycrLzM3O0NHT1NXW19jZ29zd3t/h4uPk5ebn6Onq6+3u7/Dx8vP09fb3+Pn6+/z9/juKhecAAARsSURBVHgB3dXpW1RVHMDx3x1UxlgkQ0QhUAYGGAVCsFggSAZUQkrULM0KkkxNlFRcJIaWIEGSREUWlEX2GS7DjJBYhMqiQCk4KMUi8Lt/SF72ucucXvb4fXMfuOeZcz5z59wDawPgvyX5fwf7Tr8kkPwyN3MHRwejZHJPhULu6mxvbSYAKb/VRDfQWr226kraJ36rYLYlzqFf/FBUq9NpG2ha15ojMJnzW7uOXCipa9Q10ppGnV5Tmn082t1a/GsCttX+n6quVjfptTRNNzVpKvJT46PW2QB3aA/2f5bR02XU44HBZ0NDfxv62mqy472WcCDhvu4yF5lc4R+xN+P2WK86J2l7hPKjlMv6gaH6szvCfT3cZDJXRWCAhFf1X6OI7aodgevcXFxc3b2CYg4V/jncVqKKjxaGbI47drGhb7Tlx72b/BTyF7N6+CoPFCHi4N1zXEg/YloW8hp/0vVrk/ZO7zhO0AeXGUFgQUu/xPl6owi/RXZQqgUY5VqJbMIQZJtIMJ/+OGZm7o1tiPiUC7mHbf6H8i4uLDfr6M4gT3urpVKrVT47f+7DZj8xCMAH/yCivh0RO32AABlB/Aa4WZWw37Aw5A674liYimIYZmZueQdiKRdyfcAbzMBUzoeHHm4QhcAlHE+W2l1F3A8kyPanA2uAl4cBf9sgDLE6g5gF0zFsMF0aXrflQjJrgdi7Y612opDdmA0AlvpxDyIE0nuWSyQMJZmL/QPokY2imz0Pt8F0FMVQFEyX1O8I3KGqaiD3PX4rCokaC2YvyQOOZEhczwoJYwxhKLhBgyhE+TwE2Ob3CFtKyyIeJKUKyIVMPHISg0Tef529bLm7mgyJfrCS4QVFmeIQt85gAchpDfAgX9UsAmJeBvxQDBLbasNe3uxYQ4ZE9DgJPJGbJ8UhK9uVApD0Gj4kQbsUiLk/wUQxyNHfpexFYQggQ3wfeUkozh6hzO8fEIdYduwXgOQW8SFb2+yBmPRco1wMUl4ObDZ9x8kQu659wMt3JFIcAuoCPkR6+xQfIm+VAzl4BUQg3sMnYKqyPyyIELMynTlw+2nQyQQk7Zkb7/X7HgbzIUty1s+8EcVi74oeiBa1Y+slDDtmD6qIEIjGNOC0GQvABMR/slQ6dyBSwOb5UCPlQ8D9NQlDgDCUGMS6GM+/uM+OsWzGU0SI2TVMX2zsGHzubwoCeXjFYvYcmfrHG90TwcCHsAslJ1nQ/HlhFn4Lq1cwM/l14zVPmG2xg+C6luVhXeT8b9D2a5xMBJMQhwZsCIa51p4c7dsGwhDSE+HcbrmZuicqLDAsLlU32plkDTNPhAKX8wZDRXJMSNA7WxMytMXC6wJl6ePm3MOxm0KClJ9f7p4sDQXTEFh+4sEwffb9twPDoj5WVXTeO+MAYhCKtEeMboceyymsVKs1VYWqLa+yn0gxU2MAwGl3VnGtRl1fkZ+Z6C2yLgDZrvRLN+o0mvqyXw76AJAgALYx3xVWa9TqyoILR0ItAEQgL0f/Av+yC+hY1r9BAAAAAElFTkSuQmCC) no-repeat;
    background-position: 0 0
}

.section-dimensions [class*='dimention'].dimention-2 {
    background-position: -50px 0
}

.section-dimensions [class*='dimention'].dimention-3 {
    background-position: -100px 0
}

.section-dimensions [class*='dimention'].dimention-4 {
    background-position: -150px 0
}

.section-specs {
    margin-bottom: 20px
}

.section-specs .specs {
    float: left;
    padding: 0px;
    width: 100%;
}

@media only screen and (max-width:1259px) {
    .section-specs .specs {
        padding: 10px 10px 10px 15px
    }
}

@media only screen and (max-width:991px) {
    .section-specs .specs {
        float: none;
        width: 100%;
        border: 0;
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (max-width:991px) {
    .section-specs .specs:last-child {
        border: 0
    }
}

.section-specs .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: .9em
}

.section-specs .subtitle {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: .9em
}

.section-specs .spec-list {
    margin-bottom: 18px
}

@media only screen and (max-width:991px) {
    .section-specs .spec-list {
        margin-bottom: 5px;
    	font-size: 16px;
    }
}

.section-specs .spec-list li {
    position: relative
}

.section-specs .spec-list li:before,
.section-specs .spec-list li:after {
    content: '';
    display: table
}

.section-specs .spec-list li:after {
    clear: both
}

.section-specs .spec-list li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    border-bottom: 1px dashed #ccc
}

.section-specs .spec-list span,
.section-specs .spec-list strong {
    position: relative;
    float: left;
    font-weight: 300;
    background-color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.section-specs .spec-list strong {
    float: right;
    font-weight: 500
}

.section-specs .spec-list strong.w65 {
    width: 60%
}

.product-text,
.section-specs {
}

.section-specs .spec-list [class*='rouble'] {
    display: inline-block;
    height: 15px;
    line-height: 15px
}

.section-specs .spec-options {
    margin-bottom: 18px
}

.section-specs .spec-options li {
    padding-left: 14px;
    margin-bottom: 1px;
    position: relative
}

.section-specs .spec-options li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 2px solid #9e9d9f;
    border-radius: 50%
}

.section-specs .unordered-list {
    margin-bottom: 20px
}

.section-specs .unordered-list li {
    padding-left: 20px;
    position: relative
}

.section-specs .unordered-list li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ed037c
}

.section-specs .spec-single {
    min-height: 80px;
    padding-left: 120px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    padding-top: 4px
}

@media only screen and (max-width:991px) {
    .section-specs .spec-single {
        padding-left: 80px;
        padding-top: 0
    }
}

.section-specs .spec-single img {
    width: 90px;
    position: absolute;
    top: 0;
    left: 0
}

.help {
    display: inline-block
}

.help .sign {
    cursor: help;
    display: block;
    width: 16px;
    height: 16px;
    font-size: 11px;
    line-height: 13px;
    color: #9e9d9f;
    text-align: center;
    border: 1px solid #9e9d9f;
    border-radius: 50%;
    margin-top: 1px;
}

.help .sign:hover,
.help .sign:active,
.help .sign:focus {
    color: #9e9d9f
}

.help.style2 {
    text-decoration: underline 0.05em
}

.help.style2 .sign {
    display: inline-block;
    margin: 0 5px 0 10px
}

.hint-container {
    display: inline-block;
    position: relative
}

.hint-container .hint {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    padding: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 9px rgba(35, 31, 32, 0.33);
    -moz-box-shadow: 0 0 9px rgba(35, 31, 32, 0.33);
    box-shadow: 0 0 9px rgba(35, 31, 32, 0.33);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    white-space: nowrap
}

.hint-container .hint.right {
    right: 0;
    left: inherit
}

.hint-container .hint p {
    margin-bottom: 0
}

.hint-container:hover .hint,
.hint-container:active .hint,
.hint-container.active .hint {
    visibility: visible;
    opacity: 1
}

.hint-container:hover>.link-blue,
.hint-container:active>.link-blue,
.hint-container.active>.link-blue {
    color: #f06;
    border-color: #f06
}

.pricing-policy {
    font-size: 11px;
    font-weight: 300;
    margin-top: 10px
}

.pricing-policy strong {
    font-weight: 500
}

.pricing-policy li {
    min-width: 280px;
    margin-bottom: 4px
}
.shoplist.hint-container {
	position: unset;
}
.shoplist .hint {
	width: 920px;
	left: -833px;
	top: 0px;
}
@media only screen and (max-width:1900px) {
	.shoplist .hint {
		width: 620px;
	}
}

.hint-container .hint .del {
    background: url(/local/templates/terminal/style/../images/icons/close-3.png);
    position: absolute;
    width: 17px;
    height: 17px;
    top: 5px;
    right: 5px;
    cursor: pointer
}

@media only screen and (max-width:991px) {
    .shoplist .hint {
        left: -20px;
        max-width: calc(100vw - 32px);
    }
}

.shoplist .title {
    font-size: 24px;
    font-weight: 300;
    color: #231f20;
    margin-bottom: 1em
}

.shoplist .shops+.shops {
    margin-top: 30px
}

.shoplist li {
    position: relative;
    margin-bottom: 8px
}

.shoplist li:before,
.shoplist li:after {
    content: '';
    display: table
}

.shoplist li:after {
    clear: both
}

.shoplist li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    border-bottom: 1px dashed #ccc
}

.shoplist li a {
    color: #333
}

.shoplist [class*='column-'] {
    float: left;
    width: 33%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.shoplist [class*='column-'] i,
.shoplist [class*='column-'] strong,
.shoplist [class*='column-'] span {
    display: inline-block;
    background-color: #fff;
    position: relative;
    vertical-align: bottom;
    padding: 0 4px;
}

.shoplist [class*='column-'] strong {
    font-weight: 500;
    text-decoration: underline 0.05em
}

.shoplist [class*='column-'] span {
    color: #9e9d9f
}

.shoplist .column-1 {
    width: 65%
}
.shoplist .column-1.long {
    width: 85%
}

.shoplist .column-1 i,
.shoplist .column-1 strong,
.shoplist .column-1 span {
}

.shoplist .column-2 {
    width: 20%
}

.shoplist .column-2 span {
    color: #f06
}

.shoplist .column-2 span.now {
    color: #32a632
}

.shoplist .column-3 {
    width: 15%
}

.shoplist .column-3 span {
    display: block
}
.shoplist .column-3 span.radio {
	display: inline;
	margin: 0px;
	position: absolute;
	right: 0px;
}

.shoplist .metro {
    width: 16px;
    height: 16px;
    background-position: center center;
    background-size: contain
}

.product-description-modal .lens {
    display: none
}

.popup-modal.lens {
    width: 660px;
    padding: 20px
}

.popup-modal.lens .buttons {
    text-align: center;
    border-top: 1px solid #e5e5e5;
    padding: 25px 0 5px;
    margin: 30px 0 0
}

.brand-images {
    margin-bottom: 35px
}

.main-page-buttons {
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    margin-top: -20px;
}
.main-page-buttons a {
    color: white;
    background-color: #ed037c;
    width: 48%;
    display: flex;
    padding: 15px 20px;
    font-size: 1.2em;
    border-radius: 5px;
    height: 68px;
    align-items: center;
    text-align: center;
}

.promos {
    margin-bottom: 32px;
    text-align: center;
    clear: both;
}

.promos ul {
    margin: 0 -15px
}

.promos li {
    display: inline-block;
    width: 20%;
    padding: 0 15px;
    text-align: center
}

.promos i {
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #ed037c url('/local/templates/terminal/style/../images/icons/promo.png') 0 0 no-repeat;
    margin: 0 auto 4px
}

.promos .icon-2 {
    background-position: -54px 0
}

.promos .icon-3 {
    background-position: -108px 0
}

.promos .icon-4 {
    background-position: -162px 0
}

.promos .icon-5 {
    background-position: -216px 0
}

.promos a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline 0.05em
}

@media only screen and (max-width:1259px) {
    .promos a {
        font-size: 13px
    }
}

.glasses-types {
    margin: 50px 0 50px
}

.glasses-types ul {
    margin: 0 -15px
}

.glasses-types li {
    float: left;
    width: 12.5%;
    padding: 0 15px;
    text-align: center;
    text-decoration: underline 0.05em
}

@media only screen and (max-width:991px) {
    .glasses-types li {
        width: 25%;
        margin-bottom: 20px
    }
    .glasses-types li:nth-child(4n+1) {
        clear: left
    }
}

.glasses-types a {
    font-weight: 300;
    color: #404a52;
    text-decoration: underline 0.05em
}

@media only screen and (max-width:1259px) {
    .glasses-types a {
        font-size: 13px
    }
}

.glasses-types img {
    width: auto;
    max-width: 100%;
    margin: 0 auto 10px
}

.glasses-types .shapes {
    padding: 0 10px;
    margin-bottom: 27px
}

.glasses-types .colors {
    border-bottom: 1px solid #d7d7d7;
    padding: 0 100px 40px;
    position: relative
}

.glasses-types .colors:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #d7d7d7
}

.glasses-types .colors span {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto 10px;
    border-radius: 50%;
    position: relative
}

.brands {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 30px 0;
    margin-bottom: 50px
}

.brands ul {
    font-size: 0;
    text-align: center
}

.brands li {
    display: inline-block;
    width: 14%;
    vertical-align: middle;
    padding: 0 10px;
    margin-bottom: 10px
}

@media only screen and (max-width:991px) {
    .brands li {
        width: 33%
    }
}

.brands img {
    width: auto;
    max-width: 100%;
    margin: 0 auto
}

.brands .title {
    text-align: center;
    margin: 20px 0 -44px
}

.brands .title span {
    display: inline-block;
    background-color: #231f20;
    padding: 5px 10px 8px;
    border-radius: 2px;
    color: #fff;
    text-decoration: underline 0.05em
}

.section-map {
    padding-bottom: 1px;
    border-bottom: 4px solid #c1c1c1
}

.section-map .map {
    height: 540px
}
.section-map {
    
}

@media only screen and (max-width:991px) {
    .section-map .map {
        height: 360px
        margin: 0 -15px;
    }
}

.section-map .title,
.section-map .counter {
    float: left;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: .4em;
    width: 50%;
}

@media only screen and (max-width:1259px) {
    .section-map .title,
    .section-map .counter {
        font-size: 22px
    }
}

@media only screen and (max-width:991px) {
    .section-map .title,
    .section-map .counter {
        font-size: 18px
    }
}

.section-map .counter {
    float: right;
    color: #ed037c;
    text-decoration: underline 0.05em;
    max-width: 50%
}

.section-map .balloon {
    width: 260px;
    min-height: 120px;
    padding: 6px 0
}

.section-map .balloon .logo {
    margin-bottom: 5px
}

.section-map .balloon .logo img {
    width: auto;
    max-width: 120px
}

.section-map .balloon .info {
    font-family: 'DINPro', sans-serif;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 300;
    color: #404a52
}

.section-map .balloon .link {
    font-family: 'DINPro', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #ed037c;
    text-decoration: underline 0.05em;
    display: inline-block;
    padding-left: 10px;
    margin-right: 10px;
    position: relative;
    cursor: pointer
}

.section-map .balloon .link:before {
    content: '>';
    position: absolute;
    top: 0;
    left: 0
}

.compare-link {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 1px;
    position: relative;
    margin-bottom: 20px;
    width: 246px;
    max-width: 100%;
}
.compare-link.fixed-right {
    position: fixed;
    z-index: 2;
    top: 150px;
    right: -244px;
    transition: right 0.2s;
}
.compare-link.fixed-right.openned {
    right: 20px;
}
.compare-link.fixed-right .open-btn {
	display: block;
	position: absolute;
	background-color: #ed037c;
	color: #fff;
	padding: 2px 15px;
	border-radius: 4px 4px 0 0;
	left: -88px;
	top: 108px;
	cursor: pointer;
	transform: rotate(-90deg);
	font-size: 20px;
}
.compare-link.fixed-right::before:hover {
	opacity: 0.7;
}
.compare-link.remove {
    width: 0px;
}
.compare-link img {
    border-radius: 6px
}

.compare-link .title {
    font-size: 11px;
    color: #71777c;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 2px 3px 0
}

.compare-link .btn-compare {
    font-size: 12px;
    font-weight: 500;
    color: #999;
    text-transform: uppercase;
    padding: 10px 2px 10px 6px;
    border-radius: 20px 0 5px 0;
    background-color: #fff;
    position: absolute;
    right: 1px;
    bottom: 1px
}

.compare-link .btn-compare .likes,
.compare-link .btn-compare .photo {
    display: inline-block;
    vertical-align: -32%;
    cursor: pointer;
    line-height: 19px;
    float: left
}

.compare-link .btn-compare .likes:before {
    content: '';
    background: url(/local/templates/terminal/style/../images/icons/compare2.png) -4px 0 no-repeat;
    width: 18px;
    height: 19px;
    display: inline-block;
    float: left
}

.compare-link .btn-compare .photo {
    width: 25px;
    margin-left: 15px;
    margin: 0 5px;
    height: 18px;
    background: url(/local/templates/terminal/style/../images/icons/compare2.png) -24px 0 no-repeat
}

.compare-link .btn-compare.active .photo {
    background-position: -23px -18px
}

@media only screen and (max-width:991px) {
    .compare-link .btn-compare .photo {
        margin-left: 4px;
        margin-right: 0
    }
}

.compare-link .btn-compare.active {
    width: 100%;
    border-radius: 0
}

.compare-link .btn-compare.active .likes {
    margin-left: 121px
}

.compare-link .load-photo {
    position: absolute;
    height: 30px;
    display: none;
    line-height: 30px;
    width: 245px;
    text-align: center;
    margin-top: -40px;
    left: 0;
    font-weight: normal;
    font-size: 13px;
    color: #71777c;
    text-decoration: underline 0.05em;
    text-transform: none;
    cursor: pointer;
    background: url(/local/templates/terminal/style/../images/icons/load-photo.png) rgba(255, 255, 255, 0.8) 43px 7px no-repeat
}

.compare-link .load-photo:hover {
    text-decoration: none
}

.compare-link .check-face {
    width: 100%;
    clear: both;
    height: 50px;
    display: none;
    position: relative
}

.compare-link .btn-compare.active .load-photo,
.compare-link .btn-compare.active .check-face {
    display: block
}

.compare-link .check-face img {
    height: 42px;
    width: auto;
    float: left;
    border-radius: 0;
    margin-right: 2px;
    cursor: pointer
}

.compare-link .check-face img.active {
    border: 2px solid #ed037c
}

.compare-link .check-face .close {
    background: url(/local/templates/terminal/style/../images/icons/close-4.png) #000 5px 5px no-repeat;
    border-radius: 10px;
    width: 16px;
    height: 16px;
    margin: 12px 9px 0 0
}

.contents {
    border: 1px solid #e5e5e5;
    border-bottom: 4px solid #ed037c;
    border-radius: 8px;
    padding: 14px 15px;
    margin-bottom: 50px;
    position: relative
}

.contents a {
    font-weight: 300;
    color: #404a52;
    text-decoration: underline 0.05em;
    text-transform: uppercase;
    display: inline-block;
    margin-right: .5em;
    margin-bottom: 4px
}

.brand-lists {
}
.brand-list {
	margin-bottom: 50px;
	break-inside: avoid-column;
}

.brand-list .title {
    font-size: 36px;
    font-weight: 400;
    color: #231f20;
    margin-bottom: 20px
}

@media only screen and (max-width:991px) {
	.brand-lists {
		column-count: 3;
	}
    .brand-list .title {
        font-size: 30px
    }
}
@media only screen and (max-width:480px) {
	.brand-lists {
		column-count: 2;
	}
}

.brand-list ul {
    columns: 6 100px;
    column-gap: 30px;
    column-rule: 1px solid #e5e5e5;
}

.brand-list li {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%
}

.brand-list a {
    font-weight: 300;
    color: #404a52;
    text-decoration: underline 0.05em;
    display: block;
    overflow: hidden
}

.brand-list a:hover,
.brand-list a:active {
    color: #ed037c
}

.salon-map {
    height: 310px;
    border: 1px solid #e5e5e5;
    padding: 1px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden
}

.salon-map>ymaps {
    border-radius: 8px;
    overflow: hidden
}

.advice-item {
    margin-bottom: 20px
}

.advice-item .inner {
    padding: 30px 0 1px 36px
}

.advice-item .label {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    height: 18px;
    line-height: 18px;
    padding: 0 .8em;
    background-color: #404a52;
    border-radius: 3px;
    margin-bottom: 1em
}

.advice-item .label.pink {
    background-color: #ed037c
}

.advice-item .label+.label {
    margin-left: 4px
}

.advice-item .question {
    font-size: 16px;
    cursor: pointer
}

.advice-item .question span {
    border-bottom: 1px dashed #404a52
}

.faq-item {
    margin-bottom: 10px
}

.faq-item .inner {
    padding: 20px 0 5px 27px
}

.faq-item .question {
    font-size: 14px;
    padding-left: 27px;
    position: relative
}

.faq-item .question:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px #a9acaf;
    -moz-box-shadow: inset 0 0 0 1px #a9acaf;
    box-shadow: inset 0 0 0 1px #a9acaf;
    position: absolute;
    top: 1px;
    left: 0;
    background: url(/local/templates/terminal/style/../images/icons/toggle.png) -20px 0 no-repeat
}

.faq-item .question span {
    border-bottom: 1px solid #404a52
}

.faq-item .question.collapsed {
    color: #008ace
}

.faq-item .question.collapsed:before {
    background-position: 0 0
}

.faq-item .question.collapsed span {
    border-bottom: 1px solid #008ace
}

.directory-article p {
    font-size: 16px
}

.directory-article img,
.directory-article p {
    margin-bottom: 30px
}

.directory-article h1,
.directory-article h2,
.directory-article h3,
.directory-article h4,
.directory-article h5,
.directory-article h6 {
    font-weight: 400;
    margin-bottom: 30px
}

.directory-article .text-center img {
    display: inline-block;
    width: auto;
    max-width: 100%
}

.cover-types {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background-color: #fdfdfd;
    padding: 50px 0 40px 186px;
    margin: 30px 0 50px;
    position: relative
}

.cover-types .title {
    font-size: 18px;
    position: absolute;
    top: 48px;
    left: 30px
}

.cover-types li {
    float: left;
    margin-right: 20px;
    font-size: 15px;
    margin-bottom: 10px
}

.cover-types li:before {
    content: '- '
}

.vacancies {
    background-color: #ededed;
    padding: 35px;
    font-size: 15px
}

.section-login .form-block {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 40px;
    margin-bottom: 50px
}

.section-login [class*=delivery-type-] {
    display: none
}

.section-login [class*=delivery-type-].active {
    display: block
}

.section-login .control-label.style2 {
    margin-bottom: 6px
}

.workshop {
    margin-top: 80px
}

@media only screen and (max-width:991px) {
    .workshop {
        margin-top: 40px
    }
}

.workshop li {
    margin-bottom: 100px
}

.workshop li:before,
.workshop li:after {
    content: '';
    display: table
}

.workshop li:after {
    clear: both
}

@media only screen and (max-width:991px) {
    .workshop li {
        margin-bottom: 50px
    }
}

.workshop li:nth-child(even) .column-top {
    float: left
}

.workshop li:nth-child(even) .column-bottom {
    float: right;
    padding-right: 0;
    padding-left: 60px
}

@media only screen and (max-width:992px) {
    .workshop li:nth-child(even) .column-bottom {
        padding-left: 0;
    }
}

.workshop .column-top {
    float: right;
    width: 50%
}

.workshop .column-bottom {
    float: left;
    width: 50%;
    padding-right: 60px
}

@media only screen and (max-width:991px) {
    .workshop .column-bottom {
        padding-right: 30px
    }
}

.workshop img {
    border-radius: 8px;
    margin-bottom: 20px
}

.workshop .title {
    font-weight: 400;
    padding-top: 20px;
    margin-top: 2px;
    margin-bottom: 1.4em;
    position: relative
}

.workshop .title:before {
    content: '';
    width: 60px;
    height: 4px;
    border-radius: 2px;
    background-color: #ed037c;
    position: absolute;
    top: 0;
    left: 0
}

.workshop p {
    font-size: 16px
}

@media only screen and (max-width:991px) {
    .workshop p {
        font-size: 14px
    }
}

.trends li {
    margin-bottom: 10px
}

.trends img {
    border-radius: 8px
}

.how-much {
    color: #ed037c;
    margin: -20px 0 20px
}

.content-left.style2 {
    margin-right: 4px
}

.content-left.style2 .slider-spinner-single img {
    width: 100%;
    max-width: none
}

.content-right.style2 {
    margin-left: 0
}

.title.underlined {
    position: relative
}

.title.underlined:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 3px;
    background-color: #e1e1e1
}

.title.underlined span {
    background-color: #fff;
    position: relative;
    padding-right: 5px
}

.filter.colors .hint {
    font-size: 10px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-bottom: 4px
}

.filter.colors .radio {
    vertical-align: middle
}

.post p {
    color: #000
}

.search-form2 .btn {
    font-size: 18px
}

.search-form2 .input-wrapper input {
    height: 40px
}

.partner-item .btn {
    font-size: 18px;
    padding: 0 5px
}

.simple-slider.main-page {
    margin-bottom: 35px;
}

.simple-slider .item {
    position: relative
}

.simple-slider .item .info {
    position: absolute;
    top: 36px;
    left: 36px;
    font-size: 16px;
    color: #161719;
    max-width: 320px
}

.simple-slider .item .info .title {
    font-size: 30px;
    font-weight: 400;
    color: #161719
}

.simple-slider .item .info p {
    margin-bottom: 20px
}

.selected-items .btn.js-delete-all {
    margin-right: 88px
}

@media only screen and (max-width:1259px) {
    .selected-items .btn.js-delete-all {
        margin-right: 22px
    }
}

.filter.style2 ul li {
    padding-left: 0;
    margin-left: -8px
}

.section-how a {
    text-decoration: underline 0.05em
}

.vertical-bordered {
    position: relative
}

.vertical-bordered:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 44%;
    width: 2px;
    background-color: #e5e5e5;
    display: block
}


.header {
    margin-bottom: 30px;
}
.header .login {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-decoration: underline 0.05em;
    background-position: left 1px;
    margin-top: 14px
}
.header .mobile-login {
    display: none;
}
.header .logo-block {
}

@media only screen and (max-width:1259px) {
    .header .logo-block {
        margin-bottom: 26px
    }
}

.header .logo {
    display: inline-block;
    vertical-align: middle
    margin-bottom: 10px
    width: 100%;
}
.header .phone {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: left;
}
.header .phone-container {
    display: inline-block;
    text-align: right;
    margin-top: -5px;
}

.header .phone .link {
    font-size: 24px;
    color: #000
}

.header .phone span {
    display: block;
    font-size: 12px;
    color: #9e9d9f
}
/*
.footer {
    margin-top: 30px
}

.footer .footer-top {
    background-color: #ececec;
    padding: 25px 30px 15px;
    border-bottom: 1px solid #ccc
}

.footer .social {
    float: right;
    margin-top: 4px;
    margin-bottom: 0
}

.footer .social:before,
.footer .social:after {
    content: '';
    display: table
}

.footer .social:after {
    clear: both
}

.footer .social li {
    float: left
}

.footer .social li+li {
    margin-left: 20px
}

.footer .social a {
    display: block;
    width: 20px;
    height: 20px;
    background: url(/local/templates/terminal/style/../images/icons/social.png) 0 0 no-repeat
}

.footer .social a.social-icon-fb {
    background-position: -20px 0
}

.footer .social a.social-icon-tw {
    background-position: -40px 0
}

.footer .social a.social-icon-yt {
    background-position: -60px 0
}

.footer .social a.social-icon-in {
    background-position: -80px 0
}

.footer .footer-menu {
    background-color: #ececec;
    padding: 50px 30px 46px
}

.footer .footer-menu .title {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px
}

@media only screen and (max-width:1259px) {
    .footer .footer-menu .title {
        font-size: 12px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .footer .footer-menu .col-sm-4:nth-child(3n+1) {
        clear: left
    }
}

.footer .footer-menu li {
    margin-bottom: 4px
}

.footer .footer-menu a {
    font-weight: 300;
    color: #999;
    text-decoration: underline 0.05em
}

.footer .footer-menu a:hover,
.footer .footer-menu a:active {
    color: #ed037c
}
.footer .footer-menu ul {
    padding-bottom: 15px;
}

.footer .footer-bottom {
    padding: 5px 15px;
    background-color: #231f20;
    margin-bottom: 20px
}

.footer .copyright {
    font-size: 12px;
    font-weight: 300;
    line-height: 31px;
    color: #fff;
    text-transform: uppercase
}

.footer .banner {
    float: right;
    margin-left: 16px
}

.footer .banner img {
    border-radius: 0
}

.footer .footer-hint {
    font-size: 12px;
    line-height: 1.3;
    color: #99999a;
    margin-bottom: 20px
}
*/
.products-list-favorites {
    font-weight: 300;
    padding: 15px;
    border-top: 3px solid #ed037c;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 0 9px rgba(35, 31, 32, 0.34)
}

.products-list-favorites .right-align {
    float: right
}

.products-list-favorites:before,
.products-list-favorites:after {
    content: '';
    border-bottom: 9px solid #ed037c;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: -9px;
    right: 58px
}

#head-added:before,
#head-added:after {
    right: 22px
}

#iwTryTop .products-list-favorites {
    margin-right: 4px
}

#iwTryTop .products-list-favorites:before,
#iwTryTop .products-list-favorites:after {
    right: 54px
}

#iwCartTop .products-list-favorites {
    margin-right: 36px
}

#iwCartTop .products-list-favorites:before,
#iwCartTop .products-list-favorites:after {
    right: 22px
}

.products-list-favorites:after {
    border-bottom-color: #fff;
    top: -6px
}

.products-list-favorites .title {
    font-size: 20px;
    font-weight: 700
}

.products-list-favorites ul {
    margin-bottom: 10px
}

.products-list-favorites .info {
    margin-bottom: 1em
}

.products-list-favorites .info strong {
    font-weight: 500
}

.products-list-favorites .remove-all {
    position: absolute;
    top: 21px;
    right: 15px;
    width: 11px;
    height: 11px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.products-list-favorites .remove-all:before,
.products-list-favorites .remove-all:after {
    content: '';
    position: absolute;
    background-color: #404a52
}

.products-list-favorites .remove-all:before {
    top: 0;
    bottom: 0;
    left: 5px;
    width: 1px
}

.products-list-favorites .remove-all:after {
    top: 5px;
    left: 0;
    right: 0;
    height: 1px
}

.products-list-favorites .remove-all:hover:before,
.products-list-favorites .remove-all:active:before,
.products-list-favorites .remove-all:hover:after,
.products-list-favorites .remove-all:active:after {
    background-color: #f06
}

.products-list-favorites .product {
    padding: 9px 0;
    border-bottom: 1px solid #e5e5e5
}

.products-list-favorites .product.set {
    border-bottom: 0
}

.products-list-favorites .product-image {
    float: left;
    width: 27%;
    padding-top: 4px;
    margin-right: 3%
}

.products-list-favorites .product-image img {
    width: auto;
    max-width: 100%;
    margin: 0 auto
}

.products-list-favorites .product-middle {
    width: 42%;
    float: left;
}

.products-list-favorites .product-middle span {
    font-weight: bold
}

.products-list-favorites .product-title {
    float: left;
    width: 42%;
    font-weight: 400;
    line-height: normal;
    margin-right: 3%
}

.products-list-favorites.short-basket .product-title {
    width: 100%
}

.products-list-favorites .product-title a {
    color: #404a52;
    text-decoration: underline 0.05em
}

.products-list-favorites .product-title a:hover,
.products-list-favorites .product-title a:active {
    color: #f06
}

.products-list-favorites .product-price {
    float: left;
    width: 18%;
    min-height: 10px;
    font-weight: 400;
    color: #000;
    text-align: right;
    margin-right: 3%
}

.products-list-favorites .product-price .price {
    font-weight: 700;
}

.products-list-favorites .product-price .price-old {
    color: #9e9d9f;
    text-decoration: line-through
}

.products-list-favorites .product-price .price-new {
    color: #f06
}

.products-list-favorites .product-remove {
    float: left;
    width: 4%;
    text-align: right
    font-size: 0.5em;
}

.products-list-favorites .product-remove a {
    position: relative;
    display: inline-block;
    width: 9px;
    height: 9px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.products-list-favorites .product-remove a:before,
.products-list-favorites .product-remove a:after {
    content: '';
    position: absolute;
    background-color: #404a52
}

.products-list-favorites .product-remove a:before {
    top: 0;
    bottom: 0;
    left: 4px;
    width: 1px
}

.products-list-favorites .product-remove a:after {
    top: 4px;
    left: 0;
    right: 0;
    height: 1px
}

.products-list-favorites .product-remove a:hover:before,
.products-list-favorites .product-remove a:active:before,
.products-list-favorites .product-remove a:hover:after,
.products-list-favorites .product-remove a:active:after {
    background-color: #f06
}

.products-list-favorites .buttons {
    margin-bottom: 0
}

.products-list-favorites .dummy .product-title {
    margin-top: 4px
}

.products-list-favorites .dummy .product-title a {
    color: #999;
    text-decoration: none
}

.products-list-favorites .dummy .product-title a:hover,
.products-list-favorites .dummy .product-title a:active {
    color: #f06
}

.products-list-favorites .dummy .product-price {
    text-align: center
}

.products-list-favorites .dummy .product-price .price {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 3px solid #e5e5e5;
    line-height: 26px;
    font-size: 18px;
    font-weight: 700;
    color: #ccc;
    border-radius: 50%
}

.products-list-favorites .dummy .product-remove {
    margin-top: 6px
}

.products-list-favorites .btn {
    font-size: 14px;
    line-height: 24px
}

.products-list-menu {
    font-weight: 300;
    border-bottom: 3px solid #ed037c;
    border-radius: 0 0 10px 0;
    background-color: #fff;
    -webkit-box-shadow: 1px 0 9px rgba(35, 31, 32, 0.34);
    -moz-box-shadow: 1px 0 9px rgba(35, 31, 32, 0.34);
    box-shadow: 1px 0 9px rgba(35, 31, 32, 0.34);
    width: 1050px;
}

@media only screen and (max-width:991px) {
    .products-list-menu {
        width: 560px
    }
}

.products-list-menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 70%;
    bottom: 0;
    display: block;
    width: 1px;
    -webkit-box-shadow: -1px 0 1px rgba(35, 31, 32, 0.27);
    -moz-box-shadow: -1px 0 1px rgba(35, 31, 32, 0.27);
    box-shadow: -1px 0 1px rgba(35, 31, 32, 0.27)
}

@media only screen and (max-width:991px) {
    .products-list-menu:before {
        display: none
    }
}

.products-list-menu .column-left {
    width: 70%;
    min-height: 1px;
    float: left;
    padding: 22px 15px 0 36px
}

@media only screen and (max-width:991px) {
    .products-list-menu .column-left {
        width: 100%
    }
}

.products-list-menu .column-right {
    width: 30%;
    min-height: 1px;
    float: right
}

@media only screen and (max-width:991px) {
    .products-list-menu .column-right {
        display: none
    }
}

.products-list-menu .products {
    margin-bottom: 28px
}

.products-list-menu .products .title {
    font-size: 20px;
    font-weight: 500;
    color: #404a52;
    margin-bottom: .6em
}


.products-list-menu .products li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 3px
}

.products-list-menu .products li:before {
    content: '';
    position: absolute;
	top: 11px;
    left: 10px;
    width: 8px;
    height: 8px;
    border: 2px solid #ed037c;
    border-radius: 50%
}

.products-list-menu .products a {
    color: #404a52;
    text-decoration: underline 0.05em
}

.products-list-menu .products a.all {
    margin-left: 26px;
    font-weight: 500
}

.products-list-menu .products a:hover,
.products-list-menu .products a:active {
    color: #f06
}

@media only screen and (max-width:1900px) {
	.selected-items .btn {
		font-size: 14px
	}
	.contents a {
		font-size: 13px;
	}
	.brand-list a {
		font-size: 15px;
	}
	.header .phone {
		text-align: center;
	}
	.products-list-menu {
		width: 750px
    }
	.products-list-menu .products li::before {
		top: 6px;
	}
	.products-list-menu .products .title {
		font-size: 14px;
    }
}
.products-list {
	margin-bottom: 20px;
}
.products-list.list,
.products-list.grid {
	display: grid;
	gap: 10px;
	grid-auto-rows: 1fr;
}

.products-list > li {
    float: left;
    width: 100%;
}


.products-list.wide4 {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, 1fr);
}
.products-list.wide5 {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(5, 1fr);
}

@media only screen and (max-width:1900px) {
	.products-list.wide4 {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media only screen and (max-width:1259px) {
    .products-list.wide4 {
		grid-template-columns: repeat(4, 1fr);
		gap: 4px;
		padding-top: 4px;
    }
}
@media only screen and (max-width:1900px) {
	.products-list.wide5 {
		grid-template-columns: repeat(5, 1fr);
	}
}

@media only screen and (max-width:991px) {
    .products-list.wide5 {
		grid-template-columns: repeat(5, 1fr);
    }
}
.products-list .product-card .icon-2d {
	display: none;
}
#product-block.openned-2d .product-card .icon-2d {
	position: absolute;
	display: block;
	top: 3px;
	left: 5px;
	color: #ed037c;
	font-weight: bold;
	z-index: 1;
}

.products-list.style2 .product-card .product-image {
    height: 120px
}

.products-list.style2 .product-card .product-title {
    height: 54px
}

.products-list.style2 .hint {
    color: #b5b5b5
}
.desktop-view-glass {
	gap: 10px;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(6, 1fr);
}
@media (min-width: 1260px) {
	.desktop-view-glass.visible-lg {
		display: grid !important;
	}
}
@media (max-width: 1900px) {
	.desktop-view-glass {
		grid-template-columns: repeat(5, 1fr);
	}
	.desktop-view-glass > li:nth-last-of-type(-n+2) {
		display: none;
	}
}
.desktop-view-glass > li {
    list-style: none;
    padding: 0 2px;
}
.product-card {
    position: relative;
    padding: 10px;
    text-align: center;
    transition: all .2s ease-out;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    height: 100%;
}
.product-card .fitting {
    display: none
}

.product-card>img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20
}

.products-list-menu .product-card {
    border: 0
}

.product-card .product-image,
.selected-items .product-image {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    height: 172px;
    display: flex;
	justify-content: center;
	align-items: center;
}
.product-card.multi .product-image picture {
	display: none;
}
.product-card.multi .product-image picture:first-child {
	display: inline-block;
}
.product-card .product-image img,
.selected-items .product-image img {

}

.product-card .product-image .zoomed img,
.product-card .product-image.zoomed img,
.selected-items .product-image .zoomed img,
.selected-items .product-image.zoomed img {
    transform: scale(1.27);
}

.product-card a {
    color: #404a52;
}
.product-card .product-title {
    font-weight: 400;
    line-height: normal;
    height: 2.6em;
    margin-bottom: 12px;
    overflow: hidden
}
.product-card .product-title .country {

}
.product-card .product-title.ready-glass {
    margin-bottom: 0px;
}

.product-card .product-title span {
    color: #404a52;
    text-decoration: underline 0.05em
}

.product-card .product-title span:hover {
    color: #f06
}

.product-card .select2-container {
	min-width: 92px;
}

.product-card .product-subtitle {
    font-size: 14px;
    font-weight: 300;
    color: #b5b5b5;
    line-height: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.product-card .product-title-block {
    height: 52px;
    margin-bottom: 2px;
    overflow: hidden
}

.product-card .product-title-block .product-title {
    height: auto;
    max-height: 36px;
    margin-bottom: -2px
}

.product-card .product-price {
    font-weight: 700;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.product-card .product-price .price {
    display: inline-block
}

.product-card .product-price .price-old {
    color: #9e9d9f;
    text-decoration: line-through
}

.product-card .product-price .price-new {
    color: #f06
}

.product-card .present {
    margin-bottom: 15px;
}

.product-card .btn {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.product-card .favorite-button {
    width: 19px;
    height: 17px;
    background: url('/local/templates/terminal/style/../images/icons/favorite.png');
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.product-card:hover,
.product-card:active {
    border-color: #ed037c
}
/*Чтобы избежать двойного клика при переходе в карточку товара*/
@media (pointer: fine) {
	.product-card:hover .btn,
	.product-card:active .btn,
	.product-card:hover .favorite-button,
	.product-card:active .favorite-button {
		opacity: 1
	}
}

.product-card.style2 {
    position: relative;
    height: auto;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 16px 25px 20px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.product-card.style2:last-child {
    border-bottom: 0
}

@media only screen and (max-width:1259px) {
    .product-card.style2 {
        padding: 16px 0 20px
    }
}

.product-card.style2 .product-image {
    height: 100px;
    margin-bottom: 10px
}

.product-card.style2 .product-title {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    height: auto;
    margin-bottom: 12px;
    overflow: hidden
}

.product-card.style2 .product-title a {
    color: #404a52;
    text-decoration: underline 0.05em
}

.product-card.style2 .product-title a:hover,
.product-card.style2 .product-title a:active {
    color: #f06
}

.product-card.style2 .product-price {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin-bottom: 10px
}

.product-card.style2 .product-price .price {
    display: inline-block
}

.product-card.style2 .product-price .rouble {
    border: 1px solid #8f8f8f;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    vertical-align: 4%
}

.product-card.style2:hover,
.product-card.style2:active {
    border-color: #e5e5e5
}

@media only screen and (max-width:991px) {
	.products-list {
		background-color: #F7F7F7;
		margin-left: -10px;
		margin-right: -10px;
	}
    .products-list>li {
        width: 25%
        padding: 0 4px;
    }
}
.order {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5
}

.order:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.order .product-card.style2 {
    padding-bottom: 0;
    border-bottom: 0;
    text-align: center
}

.order .date {
    font-size: 10px;
    font-weight: 400;
    color: #999
}

.order .link-reorder {
    display: inline-block;
    font-size: 12px;
    padding-left: 18px;
    text-decoration: underline 0.05em;
    background: url(/local/templates/terminal/style/../images/icons/reload.png) 0 2px no-repeat
}

.selected-items .item {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background-color: #fdfdfd;
    padding: 26px 20px 4px;
    margin-bottom: 20px;
    position: relative
}

.selected-items .item.dummy {
    color: #999;
    padding: 50px 20px 50px 65px
}

.selected-items .item.dummy:before,
.selected-items .item.dummy:after {
    content: '';
    display: table
}

.selected-items .item.dummy:after {
    clear: both
}

.selected-items .item.dummy:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 88px;
    height: 22px;
    margin-right: 20px;
    background-image: url(/local/templates/terminal/style/../images/icons/glasses.jpg)
}

.selected-items .item.dummy span {
    width: 32px;
    height: 32px;
    border: 3px solid #e5e5e5;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #ccc;
    text-align: center;
    float: right
}

.selected-items .delete {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 1
}

.selected-items .product-image {
    height: 230px;
    margin-bottom: 20px
}

.selected-items .product-title {
    margin-bottom: 1em
}

@media only screen and (max-width:1259px) {
    .selected-items .product-title {
        font-size: 24px
    }
}

@media only screen and (max-width:991px) {
    .selected-items .product-title {
        font-size: 20px
    }
}


.selected-items .section-dimensions .title {
    margin-right: 6px
}

.selected-items .section-dimensions .color span {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    top: 0
}

.selected-items .section-buy {
    border: 0;
    padding: 0 20px
}

.post .h1 {
    font-size: 48px
}

@media only screen and (max-width:1259px) {
    .post .h1 {
        font-size: 36px
    }
}

@media only screen and (max-width:991px) {
    .post .h1 {
        font-size: 30px
    }
}

.post .h1,
.post .h2,
.post .h3,
.post .h4 {
    font-weight: 400
}

.post p {
    font-size: 16px;
    margin-bottom: 1.6em
}

@media only screen and (max-width:991px) {
    .post .h1 {
        font-size: 32px
    }
    .post p {
        font-size: 14px
    }
}

.post .text-block {
    padding-top: 20px;
    margin-bottom: 50px
}

.post .text-block:before,
.post .text-block:after {
    content: '';
    display: table
}

.post .text-block:after {
    clear: both
}

.post .text-block .pull-left,
.post .text-block .pull-right {
    max-width: 35%;
    margin: -20px 4% 0 0
}

@media only screen and (max-width:1259px) {
    .post .text-block .pull-left,
    .post .text-block .pull-right {
        margin: 0 2% 0 0
    }
}

.post .text-block .pull-right {
    margin: -20px 0 0 4%
}

@media only screen and (max-width:1259px) {
    .post .text-block .pull-right {
        margin: 0 0 0 2%
    }
}

.post .text-block img {
    width: auto;
    max-width: 100%
}

@media only screen and (max-width:991px) {
    .post .col-sm-6:nth-child(2n+1) {
        clear: left
    }
}

.nav-tabs {
    border: 0;
    margin-bottom: 30px;
    text-align: center
}

.nav-tabs li {
    display: inline-block;
    float: none;
    margin: 0 10px 10px
}

.nav-tabs li a {
    position: relative;
    color: #fff;
    margin-right: 0;
    border: 0;
    border-radius: 3px;
    background: #90979f;
    background: linear-gradient(to bottom, #90979f 0, #6e7379 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90979f', endColorstr='#6e7379', GradientType=0);
    padding: 0 1em;
    outline: 0;
    line-height: 2em;
    box-shadow: inset 0 0 0 1px #6d7177, inset 0 1px 0 1px rgba(255, 255, 255, 0.5);
    transition: all .2s ease-out
}

.ie9 .nav-tabs li a {
    filter: none
}

.nav-tabs li a:hover,
.nav-tabs li a:active {
    background: #ed057d;
    background: linear-gradient(to bottom, #ed057d 0, #fc55ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed057d', endColorstr='#fc55ab', GradientType=0);
    box-shadow: inset 0 0 0 1px #ed037c, inset 0 1px 0 1px rgba(255, 255, 255, 0.5)
}

@media only screen and (max-width:420px) {
    .nav-tabs li {
        margin-left: 5px;
        margin-right: 5px;
    }
    .nav-tabs li.hiden-on-small {
        display: none;
    }
}
.ie9 .nav-tabs li a:hover,
.ie9 .nav-tabs li a:active {
    filter: none
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:active,
.nav-tabs li.active a:focus {
    color: #fff;
    border: 0;
    background: #ed057d;
    background: -moz-linear-gradient(top, #ed057d 0, #fc55ab 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ed057d), color-stop(100%, #fc55ab));
    background: -webkit-linear-gradient(top, #ed057d 0, #fc55ab 100%);
    background: -o-linear-gradient(top, #ed057d 0, #fc55ab 100%);
    background: -ms-linear-gradient(top, #ed057d 0, #fc55ab 100%);
    background: linear-gradient(to bottom, #ed057d 0, #fc55ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed057d', endColorstr='#fc55ab', GradientType=0);
    -webkit-box-shadow: inset 0 0 0 1px #ed037c, inset 0 1px 0 1px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0 0 0 1px #ed037c, inset 0 1px 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 0 1px #ed037c, inset 0 1px 0 1px rgba(255, 255, 255, 0.5)
}

.ie9 .nav-tabs li.active a,
.ie9 .nav-tabs li.active a:hover,
.ie9 .nav-tabs li.active a:active,
.ie9 .nav-tabs li.active a:focus {
    filter: none
}

.nav-tabs li.active a:before,
.nav-tabs li.active a:hover:before,
.nav-tabs li.active a:active:before,
.nav-tabs li.active a:focus:before,
.nav-tabs li.active a:after,
.nav-tabs li.active a:hover:after,
.nav-tabs li.active a:active:after,
.nav-tabs li.active a:focus:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -5px;
    border-top: 6px solid #ed037c;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.nav-tabs li.active a:after,
.nav-tabs li.active a:hover:after,
.nav-tabs li.active a:active:after,
.nav-tabs li.active a:focus:after {
    bottom: -4px;
    border-top: 6px solid #fc55ab
}

.tab-content {
    margin-bottom: 45px
}

.tabs.style2 {
    border: 1px solid #e5e5e5;
    border-top: 4px solid #ed037c;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 20px
}

.tabs.style2 .nav-tabs {
    margin-bottom: 20px;
    border-bottom: 3px solid #e5e5e5
}

.tabs.style2 .nav-tabs li {
    margin: 0 0 4px
}

.tabs.style2 .nav-tabs li a {
    font-size: 14px;
    color: #404a52;
    text-decoration: underline 0.05em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: 0;
    padding: 0 5px;
    outline: 0;
    height: 28px;
    line-height: 24px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.tabs.style2 .nav-tabs li a [class*='tab-icon-'] {
    background: url(/local/templates/terminal/style/../images/icons/tabs.png) 0 0 no-repeat;
    width: 11px;
    height: 10px;
    margin-right: 4px;
    position: relative;
    top: 2px
}

.tabs.style2 .nav-tabs li a .tab-icon-2 {
    width: 22px;
    background-position: -14px 0
}

.tabs.style2 .nav-tabs li.active a,
.tabs.style2 .nav-tabs li.active a:hover,
.tabs.style2 .nav-tabs li.active a:active,
.tabs.style2 .nav-tabs li.active a:focus {
    color: #ed037c
}

.tabs.style2 .nav-tabs li.active a [class*='tab-icon-'],
.tabs.style2 .nav-tabs li.active a:hover [class*='tab-icon-'],
.tabs.style2 .nav-tabs li.active a:active [class*='tab-icon-'],
.tabs.style2 .nav-tabs li.active a:focus [class*='tab-icon-'] {
    background-position: 0 -14px
}

.tabs.style2 .nav-tabs li.active a .tab-icon-2,
.tabs.style2 .nav-tabs li.active a:hover .tab-icon-2,
.tabs.style2 .nav-tabs li.active a:active .tab-icon-2,
.tabs.style2 .nav-tabs li.active a:focus .tab-icon-2 {
    background-position: -14px -14px
}

.tabs.style2 .nav-tabs li.active a:before,
.tabs.style2 .nav-tabs li.active a:hover:before,
.tabs.style2 .nav-tabs li.active a:active:before,
.tabs.style2 .nav-tabs li.active a:focus:before,
.tabs.style2 .nav-tabs li.active a:after,
.tabs.style2 .nav-tabs li.active a:hover:after,
.tabs.style2 .nav-tabs li.active a:active:after,
.tabs.style2 .nav-tabs li.active a:focus:after {
    display: none
}

.buying-tabs .tabs {
    border: 1px solid #e5e5e5;
    border-bottom: 4px solid #ed037c;
    border-radius: 8px;
    padding: 20px 30px;
    margin-bottom: 50px
}

@media only screen and (max-width:991px) {
    .buying-tabs .tabs {
        padding: 20px 15px
    }
}

.buying-tabs .tabs li {
    float: left
}

.buying-tabs .tabs li+li {
    margin-left: 30px
}

@media only screen and (max-width:991px) {
    .buying-tabs .tabs li+li {
        margin-left: 8px
    }
}

.buying-tabs .tabs li.active a {
    color: #ed037c
}

.buying-tabs .tabs li.active a span {
    border-color: #ed037c
}

.buying-tabs .tabs a {
    font-weight: 400;
    color: #9fa4a8
}

@media only screen and (max-width:1900px) {
	.selected-items .item.dummy {
		font-size: 18px;
    }
	.selected-items .section-dimensions {
		font-size: 12px
	}
    .buying-tabs .tabs a {
        font-size: 16px
    }
}

@media only screen and (max-width:991px) {
    .buying-tabs .tabs a {
        font-size: 16px
    }
}

.buying-tabs .tabs a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    width: 32px;
    height: 32px;
    border: 3px solid #9fa4a8;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .2s border-color;
    -moz-transition: .2s border-color;
    -o-transition: .2s border-color;
    -ms-transition: .2s border-color;
    transition: .2s border-color
}

@media only screen and (max-width:991px) {
    .buying-tabs .tabs a span {
        margin-right: 4px
    }
}

.tabs.style4 {
    margin-bottom: 20px
}

.tabs.style4 .nav-tabs {
    margin-bottom: 110px
}

.tabs.style4 .nav-tabs li {
    margin: 0 6px
}

.tabs.style4 .nav-tabs li a {
    display: block;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    font-weight: 300;
    color: #404a52;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: 0;
    padding: 26px 36px;
    outline: 0;
    height: auto;
    line-height: 1;
    border-radius: 8px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.tabs.style4 .nav-tabs li a [class*='tab-icon-'] {
    background: url(/local/templates/terminal/style/../images/icons/tabs.png) 0 0 no-repeat;
    width: 11px;
    height: 10px;
    margin-right: 4px;
    position: relative;
    top: 2px
}

.tabs.style4 .nav-tabs li a .tab-icon-2 {
    width: 22px;
    background-position: -14px 0
}

.tabs.style4 .nav-tabs li.active a {
    -webkit-box-shadow: 0 4px 0 #ed037c;
    -moz-box-shadow: 0 4px 0 #ed037c;
    box-shadow: 0 4px 0 #ed037c
}

.tabs.style4 .nav-tabs li.active a,
.tabs.style4 .nav-tabs li.active a:hover,
.tabs.style4 .nav-tabs li.active a:active,
.tabs.style4 .nav-tabs li.active a:focus {
    color: #ed037c
}

.tabs.style4 .nav-tabs li.active a [class*='tab-icon-'],
.tabs.style4 .nav-tabs li.active a:hover [class*='tab-icon-'],
.tabs.style4 .nav-tabs li.active a:active [class*='tab-icon-'],
.tabs.style4 .nav-tabs li.active a:focus [class*='tab-icon-'] {
    background-position: 0 -14px
}

.tabs.style4 .nav-tabs li.active a .tab-icon-2,
.tabs.style4 .nav-tabs li.active a:hover .tab-icon-2,
.tabs.style4 .nav-tabs li.active a:active .tab-icon-2,
.tabs.style4 .nav-tabs li.active a:focus .tab-icon-2 {
    background-position: -14px -14px
}

.tabs.style4 .nav-tabs li.active a:before,
.tabs.style4 .nav-tabs li.active a:hover:before,
.tabs.style4 .nav-tabs li.active a:active:before,
.tabs.style4 .nav-tabs li.active a:focus:before,
.tabs.style4 .nav-tabs li.active a:after,
.tabs.style4 .nav-tabs li.active a:hover:after,
.tabs.style4 .nav-tabs li.active a:active:after,
.tabs.style4 .nav-tabs li.active a:focus:after {
    display: none
}

.modal.try-glasses .modal-dialog {
    width: 360px;
    margin: 100px auto
}

.modal .modal-content {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 20px 8px 26px
}

.modal .modal-close {
    display: none;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 36px;
    right: 36px;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.modal .modal-close:before {
    content: '';
    width: 2px;
    position: absolute;
    top: 0;
    left: 12px;
    bottom: 0;
    background-color: #404a52;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.modal .modal-close:after {
    content: '';
    height: 2px;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    background-color: #404a52;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.modal .modal-close:hover,
.modal .modal-close:active {
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.modal .modal-close:hover:before,
.modal .modal-close:active:before,
.modal .modal-close:hover:after,
.modal .modal-close:active:after {
    background-color: #f06
}

.modal-backdrop {
    background-color: #231f20
}

.modal-backdrop.in {
    filter: alpha(opacity=30);
    opacity: .3
}

.try-glasses .title {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 1em
}

.try-glasses .hint {
    font-weight: 300;
    color: #404a52;
    text-align: center;
    padding: 0 5px;
    margin-bottom: 20px
}

.try-glasses .glasses {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 20px;
    text-align: center
}

.try-glasses .glasses li {
    float: left;
    width: 50%;
    height: 130px;
    padding: 4px 4px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative
}

.try-glasses .glasses li:nth-child(odd) {
    border-right: 1px solid #e5e5e5
}

.try-glasses .glasses li:nth-child(odd):before {
    content: '';
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 1;
    width: 11px;
    height: 11px;
    background-color: #fff
}

.try-glasses .glasses li:last-child:after {
    content: '';
    position: absolute;
    left: -6px;
    bottom: -6px;
    z-index: 1;
    width: 11px;
    height: 11px;
    background-color: #fff
}

.try-glasses .glasses li:empty {
    background: url('/local/templates/terminal/style/../images/glasses.png') center center no-repeat
}

.try-glasses .glasses img {
    width: auto;
    max-width: 100%;
    margin: 0 auto 10px
}

.try-glasses .glasses .name {
    font-size: 12px;
    color: #404a52;
    text-decoration: underline 0.05em
}

.try-glasses .glasses .name:hover,
.try-glasses .glasses .name:active {
    color: #ed037c
}

.buy-options .table>thead>tr>th {
    white-space: nowrap
}

.recipe .text-center .link-blue {
    margin-left: 266px
}

@media only screen and (max-width:1259px) {
    .recipe .text-center .link-blue {
        margin-left: 164px
    }
}

@media only screen and (max-width:991px) {
    .recipe .text-center .link-blue {
        margin-left: 0
    }
}

.recipe.style2 .text-center .link-blue {
    margin-left: 276px
}

@media only screen and (max-width:1259px) {
    .recipe.style2 .text-center .link-blue {
        margin-left: 420px
    }
}

@media only screen and (max-width:991px) {
    .recipe.style2 .text-center .link-blue {
        margin-left: 0
    }
}

.recipe.style2 .text-center .link-blue.style2 {
    margin-left: 227px
}

@media only screen and (max-width:1259px) {
    .recipe.style2 .text-center .link-blue.style2 {
        margin-left: 404px
    }
}

@media only screen and (max-width:991px) {
    .recipe.style2 .text-center .link-blue.style2 {
        margin-left: 0
    }
}

@media(min-width:992px) and (max-width:1200px) {
    body>div.container>div>div>header>div:nth-child(2)>div.col-sm-8.col-lg-7 {
        width: 55.666667%;
        float: right
    }
    body>div.container>div>div>header>div:nth-child(2)>div.col-sm-4.col-lg-5 {
        width: 44%
    }
    .header .phone .link {
        font-size: 20px;
        color: #000
    }
}

@media(max-width:992px) {
    body>div.container>div>div>header>div:nth-child(2)>div.col-sm-8.col-lg-7 {
        width: 76%;
        float: right
    }
    body>div.container>div>div>header>div:nth-child(2)>div.col-sm-4.col-lg-5 {
        width: 60%
    }
    .header .phone .link {
        font-size: 20px;
        color: #000
    }
    .nav-top a {
        font-size: 12px
    }
    .nav-top li {
        display: inline-block;
        margin-left: 12px
    }
    body>div.container>div>div>header>div:nth-child(1)>div {
        width: 39%;
        float: right;
        margin-top: 0
    }
    .header .username {
        position: absolute;
        right: 20px;
        top: 17px;
        z-index: 2;
        margin-top: auto ! important;
    }
    .logout {
        margin-left: 20px;
        position: absolute;
        right: 226px;
        top: 37px
    }
    .header .logo-block {
        margin-bottom: 1px;
        margin-top: 30px
    }
    .nav-main .nav-left>li>a {
        font-size: 9px!important
    }
    .header .login {
        position: absolute;
        right: 20px;
        top: 20px
    }
}

.nav-main-padding {
    float: left;
    height: 40px;
}
#feedback-popup {
    padding: 0;
}
#feedback-popup .iw_close {
    background: none;
}
#feedback-popup .iw_close::before {
    content: 'x';
    color: #404a52;
    font-size: 20px;
    margin-top: -6px;
    position: absolute;
}
.category-page {}
.category-page #filter-block {
	width: 250px;
	padding: 0 15px;
	float: left;
}
.category-page #filter-block {

}
.category-page .right-side {
	width: calc(100% - 250px);
	display: inline-block;
	padding: 0 15px;
}
@media only screen and (max-width:1900px){ 
	.category-page #filter-block {
		width: 205px;
	}
	.category-page .right-side {
		width: calc(100% - 205px);
	}
}
@media only screen and (max-width:1723px){ 
    .compare-link {
        display: none;
    }
}
.nav-top {
    position: fixed;
    left: -250px;
    width: 250px;
    background: #e7246a;
    top: 0;
    height: 100%;
    z-index: 1000;
    transition: left 0.5s;
}
.nav-top li {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px;
}
.nav-top li > a {
    font-size: 20px !important;
    color: #fff;
}
.nav-top li.mobile {
    display: inline-block;
    padding: 0px 20px 5px;
}
.nav-top li.mobile > a {
	width: 50%;
	float: left;
}
.nav-top.open {
    left: 0;
}
.nav-top li:hover .products-list-menu, .nav-top li:active .products-list-menu {
    display: none;
}
.nav-top .address {
    color: #fff;
    position: absolute;
    bottom: 120px;
    padding: 0 20px 0 10px;
    font-size: 16px;
}
#try-fixed-block,
#cart-fixed-block {
	position: absolute;
	display: flex;
	width: 300px;
	height: 100px;
	bottom: 0px;
	left: 15%;
	z-index: 1000;
	color: #fff;
	border-radius: 10px 10px 0 0;
	align-items: center;
	justify-content: space-between;
	padding: 30px 50px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' style='enable-background:new 0 0 382 153' viewBox='0 0 382 153'%3E%3Cpath d='M189.4 15C-1.2 9.5 12.9 69.5 13.4 137h352.1C373 83.5 397.1 19.5 189.4 15z' style='fill:%23e7246a'/%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: cover;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.7));
	margin-bottom: -3px;
}
#try-fixed-block img,
#cart-fixed-block img {
	width: auto;
}
#try-fixed-block .text {}
#try-fixed-block .counter,
#cart-fixed-block .counter {
	display: flex;
	position: absolute;
	right: 56px;
	background-color: #231f20;
	padding: 3px 10px;
	border-radius: 50%;
	min-width: 32px;
	min-height: 32px;
	top: -8px;
	font-size: 20px;
	align-items: center;
	justify-content: center;
}
#cart-fixed-block .counter {
	right: 71px;
}
#cart-fixed-block {
	right: 15%;
	left: auto;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' style='enable-background:new 0 0 382 153;fill:%231f1f1f' viewBox='0 0 382 153'%3E%3Cpath d='M193.9 15C384.5 9.5 370.5 69.5 370 137H17.8C10.3 83.5-13.8 19.5 193.9 15z'/%3E%3C/svg%3E");
}
#cart-fixed-block .text {}
#cart-fixed-block .counter {
	background-color: #e7246a;
}
#bottom-fixed-block {
	position: fixed;
	height: 95px;
	bottom: 0px;
	width: 100%;
	background-color: #fff;
	z-index: 1001;
}
#navigation-buttons {
	position: absolute;
	left: 50%;
	width: 270px;
	margin-left: -135px;
	display: flex;
	justify-content: space-between;
	bottom: 15px;
}
#navigation-buttons .button {
	background-image: none;
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: cover;
	width: 75px;
	height: 75px;
	background-color: #c2c1c0;
	border-radius: 50%;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
	cursor: pointer;
	background-color: #c2c1c0;
}
#navigation-buttons .arrow {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 74 66' viewBox='0 0 74 66'%3E%3Cpath d='M45 52.3c-.7 0-1.4-.3-2-.8L27 35.6c-1.1-1.1-1.1-2.8-.1-4l16-17c1.1-1.1 2.9-1.2 4-.1 1.1 1.1 1.2 2.9.1 4l-14 15 14 13.9c1.1 1.1 1.1 2.9 0 4-.5.6-1.3.9-2 .9z' style='fill:%23fff'/%3E%3C/svg%3E");
}
#navigation-buttons .rotate {
	transform: rotate(180deg);
}
#navigation-buttons .home {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 74 66' viewBox='0 0 74 66'%3E%3Cpath d='M52.1 27.4 39.9 14.2c-.5-.6-1.3-.9-2-.9-.8 0-1.5.3-2.1.8l-4.9 5V16c0-1.6-1.3-2.8-2.8-2.8s-2.8 1.3-2.8 2.8v8.8L22 28c-1.1 1.1-1.1 2.9 0 4s2.9 1.1 4 0l4-4 7.7-7.7 9.4 10.2v16.7H24c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8h26c1.6 0 2.8-1.3 2.8-2.8V29.3c0-.7-.2-1.4-.7-1.9z' style='fill:%23fff'/%3E%3C/svg%3E");
	background-color: #1f1f1f;
}
#navigation-buttons .spin-left,
#navigation-buttons .spin-right {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='94' height='82' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='12' d='m40.92 34.5 14.625 19.723m0 0L40.921 75.5m14.624-21.277H45.24c-8.26 0-19.943.473-27.968-3.606-8.025-4.078-12.038-12.234-9.53-20.39C10.25 22.07 19.657 6.5 52.5 6.5c12.038 0 33 7 35.5 21.5'/%3E%3C/svg%3E");
	background-size: 70%;
}
#navigation-buttons .spin-left {
	transform: scale(-1, 1);
}
#navigation-buttons .active {
	background-color: #e7246a;
}
#navigation-buttons .forward {}
#navigation-buttons .product-button {
	display: none
}
#navigation-buttons .close-product {
	color: #fff;
	font-size: 60px;
	text-align: center;
	line-height: 75px;
	background-color: #1f1f1f;
}
.smartfilter {
	display: grid;
	grid-auto-columns: minmax(0, 1fr);
	grid-auto-flow: column;
	padding-bottom: 40px;
	position: relative;
}
.filter {
    margin-bottom: 0px;
}
.filter .checkbox label,
.filter ul a {
    font-size: 20px;
    line-height: 24px;
    padding: 3px 16px 3px 30px;
    text-decoration: none;
}
.filter .checkbox label::before,
.filter ul a::before {
    top: 11px;
}
.filter .controls {
	max-height: 500px;
}
.filter .controls .range-slider {
    margin: 47px 21px 26px 10px;
}
.filter.colors .checkbox label {
    width: 50px;
    height: 50px;
}
.filter .title {
    font-size: 22px;
    cursor: pointer;
}
.filter .title .fa {
    float: right;
    font-size: 15px;
    margin-top: 8px;
    transition: transform 0.5s;
}
.filter.mobile-openned .controls {
    height: auto;
}
.filter.mobile-openned .title {
    color: #ed037c;
}
.filter.mobile-openned .title .fa {
    transform: rotate(90deg);
}
.range-slider {
    margin-top: 50px;
    padding: 10px 18px;
}
.jslider-pointer {
    width: 40px;
    height: 40px;
    top: -18px;
    margin-left: -18px;
}
.jslider-value {
    font-size: 18px;
    top: -50px;
}
.filter .checkbox, .filter .radio {
    margin-left: 25px;
}
.multiple-options {
    max-height: inherit;
    border: none;
}
.breadcrumbs {
    display: none;
}
#filter-block .js-filter-reset {
	position: absolute;
	bottom: 10px;
}
#product-block .page-title > span {
    display: block;
    font-size: 21px;
}
.category-page {
	display: flex;
	flex-direction: column;
}
.category-page .right-side {
	width: 100%;
}
.category-page #filter-block {
	width: 100%;
	display: none;
}
.filters-selected {
    background-color: #ececec;
    border-bottom: 0;
    border-radius: 0;
    margin: 0 -20px 20px;
    padding: 20px;
}
.filters-selected::before {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
}
.filters-selected li {
    margin: 5px 0;
    display: block;
    width: auto;
}
.filters-selected li a {
    font-size: 20px;
}
#toggle-filter {
	display: flex;
	align-items: center;
	position: absolute;
	right: 350px;
	cursor: pointer;
	font-weight: bold;
	top: 8px;
}
#toggle-filter img,
.listing-controls img {
	width: auto;
	height: 20px;
	margin-right: 10px;
}
.listing-controls {
	position: absolute;
	right: 24px;
	top: 8px;
}
.listing-controls img {
	margin-right: 0px;
}
.listing-controls .styled-select.style2 .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 20px;
	font-weight: bold;
	line-height: 29px;
}
.listing-controls .styled-select.style2 .select2-container--default .select2-selection--single {
	border: none;
	box-shadow: none;
	background: none;
}
.listing-controls .select2-selection__arrow {
	display: none
}
#top-filters {
	position: absolute;
	right: 550px;
	width: 300px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	top: 8px;
}
#product-popup {
	width: 90%;
	height: calc(100vh - 114px);
	margin: 0 auto;
	position: fixed;
	background-color: #fff;
	border-radius: 10px;
	top: 10px;
	left: 5%;
	z-index: 1000;
	display: none;
	padding: 30px;
	overflow-y: scroll;
}
#product-popup-bg {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
	background-color: #55555578;
}
#product-popup-bg.opened,
#product-popup.opened {
	display: block;
}
#product-popup .loading {
	border-radius: 10px;
}
@media only screen and (max-width:992px){ 
    .header .login {
        display: none;
    }
    .header .logo-block {
        margin-top: 15px;
    }
    .header .phone {
		width: 100%;
		text-align: right;
		max-width: 253px;
    }
    .header .phone .link {
        font-size: 28px;
    }
    .header .phone span {
        font-size: 14px;
    }
    .nav-main .nav-toggle {
        display: block;
    }
    .nav-left {
        position: fixed;
        left: -250px;
        width: 250px;
        background: #000;
        top: 0;
        height: 100%;
        z-index: 1000;
        transition: left 0.5s;
    }
    .product-card {
    	padding: 5px 10px;
    	border: none;
    	border-radius: 0;
    }
    .nav-main .nav-left > li {
        display: inline-block;
        position: relative;
        width: 100%;
        padding: 10px;
    }
    .nav-main .nav-left > li > a {
        font-size: 20px !important;
    }
    .nav-main .nav-left > li.mobile {
        display: inline-block;
        padding: 0px 20px 5px;
    }
    .nav-main .nav-left > li.mobile > a {
    	width: 50%;
		float: left;
    }
    .nav-left.open {
        left: 0;
    }
    .nav-main .nav-left > li:hover .products-list-menu, .nav-main .nav-left > li:active .products-list-menu {
        display: none;
    }
    .promos li {
        width: 50%;
        padding-bottom: 10px;
        
    }
    .glasses-types li {
        width: 50%;
        margin-bottom: 20px
    }
    .glasses-types li:nth-child(2n+1) {
        clear: left
    }
    .glasses-types .colors {
        padding-left: 0;
        padding-right: 0;
    }
    .glasses-types .colors::before {
        display: none;
    }
    .products-list > li {
    }
    .product-card .btn {
        opacity: 1;
    }
    /*#mobile-footer {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }*/
    .header .mobile-login {
        display: block;
		float: right;
		font-size: 16px;
		display: flex;
		align-content: center;
		align-items: center;
		flex-direction: column;
		color: #231f20;
		text-align: center;
		z-index: 1;
		position: relative;
    }
    .header .mobile-login .fa {
        border-radius: 50px;
        text-align: center;
        line-height: 40px;
        background: #231f20;
        width: 40px;
        height: 40px;
        color: #fff;
        margin-bottom: 5px;
    }
    .header .catalog-text {
        color: #fff;
        font-size: 14px;
        float: left;
        padding: 11px 15px 12px 10px;
        font-weight: bold;
    }
    .header .search-nav-holder {
        display: none;
    }
    .header .phone-container {
        margin: 6px 0px 12px 0;
    }
    .header .phone-container .city-selection {
        display: none;
    }
    .mobile-search-form {
        padding-top: 5px;
        overflow: hidden;
    }
    .mobile-search-form.oppened {
        height: 105px;
    }
    .mobile-search-form .form-control {
        height: 40px;
    }
    .owl-dots {
        padding: 15px 0;
    }
    .owl-dots button {
        position: relative;
    }
    .brand-images.owl-carousel .owl-stage-outer::before {
        display: block;
        width: 27px;
        height: 40px;
        background: url('/local/templates/terminal/style/../images/finger-slider.png') center center no-repeat;
        content: ' ';
        position: absolute;
        left: 5px;
        bottom: 5px;
        z-index: 1000;
    }
    .mobile-cart-buttons {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        margin-bottom: 15px;
    }
    .mobile-360 {
        display: block;
        width: 44px;
        height: 44px;
        background: url('/local/templates/terminal/style/../images/360.png') center center no-repeat;
    }
    .mobile-favorite {
        display: block;
        width: 44px;
        height: 44px;
        background: url('/local/templates/terminal/style/../images/fav-mobile.png') top center no-repeat;
    }
    .product-card.active .mobile-favorite {
        background-position: bottom center;
    }
    div.product-card.active .favorite-button {
        opacity: 0 !important;
    }
    .grid .product-card .product-image {
        height: 120px;
    }
    .product-card .btn {
        padding: 15px 18px 27px !important;
        font-size: 15px !important;
        line-height: 10px !important;
    }
    .product-card .btn .icon-cart {
        display: none;
    }
    .recipe {
        border: 0;
        border-radius: 0;
        padding: 10px 0 0;
        border-top: 1px solid #e5e5e5;
    }
    .recipe .table {
        height: 77px;
        overflow: hidden;
    }
    .recipe .table.opened {
        height: auto;
    }
    .recipe .title {
        font-size: 14px;
        color: #404a52;
    }
    .recipe .table,
    .recipe .table tbody {
        display: flex;
        flex-direction: row;
    }
    .recipe .table > thead {
        width: 100%;
    }
    .recipe .table tr {
        display: flex;
        flex-direction: column;
    }
    .recipe .table .show-ext {
        display: none;
    }
    .recipe .hint-container i {
        display: none;
    }
    .table > tbody > tr > td,
    .recipe .table > thead > tr > th {
        border: none;
    }
    .select2-container {
        font-size: 18px;
    }
    .styled-select.style2 .select2-container--default .select2-selection--single {
        height: 30px;
    }
    .styled-select.style2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    }
    .styled-select.style2 .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 1px;
    }
    .recipe .table tr th,
    .recipe .table tr td {
        width: auto;
        height: 46px;
        line-height: 46px;
        padding: 0 2px !important;
    }
    .recipe .table tr th.filter-ext {
        display: none;
    }
    .recipe .table tr td:first-child,
    .recipe .table > thead > tr > th:first-child {
        height: 30px;
        line-height: 30px;
    }
    .recipe .table tr th.filter-ext,
    .recipe .table tr td.filter-ext {
        display: block;
    }
    .section-specs .spec-single {
        padding-left: 0;
    }
    .section-specs .spec-single img {
        position: relative;
    }
    .buy-options tbody td::before {
        display: none;
    }
    .content-left {
        margin-right: 0px;
    }
    .content-right {
        margin-left: 0px;
    }
    .reg_popup,
    .popup-modal.lens {
        width: 100%;
    }
    /*.footer .social {
        margin: 0 auto;
        float: none;
        padding: 10px 0 0;
    }*/
    .card_table .table_td_wr .mobile-no-border {
        border: none;
    }
    .mobile-show-ext {
        display: block;
    }
    #mobile-show-ext {
        margin-top: 20px;
    }
    .hint-container .link-blue {
        padding: 0 15.38461538px;
        border: none;
        background: #eaeaea;
        color: #ed037c;
        box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.36), inset -1px -1px 0 rgba(0, 0, 0, 0.16);
        height: 40px;
        line-height: 36px;
        font-size: 18px;
        font-weight: 400;
        border-radius: 4px;
        border: 1px solid #c6c6c6;
    }
    .hint-container:hover .hint,
    .hint-container:active .hint {
        visibility: none;
        opacity: 0;
    }
    .hint-container .hint.active {
        opacity: 1;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        visibility: inherit;
        padding: 50px 50px 10px 10px;
        white-space: normal;
    }
    .hint-container .hint .del {
        top: 60px;
        right: 20px;
    }
    .slider-spinner .frame-controls {
        display: flex;
        justify-content: center;
    }
    .slider-spinner, .slider-spinner-single {
        border: 0;
        margin: 0 -15px;
    }
    #preview-popup .slider-spinner {
        margin: 0;
    }
    .nav-main .nav-right > li:hover .products-list-favorites,
    .nav-main .nav-right > li:active .products-list-favorites {
        opacity: 0;
        visibility: hidden;
    }
    .logout {
        display: none;
    }
    #nav-main-container {
        padding: 0 15px;
        margin: 0 -15px;
        transition: padding 0.5s;
    }
    #nav-main-container.fixed {
        min-height: 40px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        padding: 0;
        margin: 0;
        left: 15px;
    }
    #nav-main-container .nav-main .nav-right > li > a .counter {
        transition: top 0.5s, right 0.5s;
    }
    #nav-main-container.fixed .nav-main .nav-right > li > a .counter {
        top: 22px;
        right: 0px;
    }
    .#nav-main-container nav-main {
        transition: border-radius 0.5s;
        left: 15px;
    }
    #nav-main-container.fixed .nav-main {
        width: 100%;
        border-radius: 0;
        margin: 0 -15px;
    }
    #nav-main-container.fixed .mobile-search-form {
        margin: 0 -15px;
        padding: 5px 15px 0;
        width: 100%;
    }
    .section-buy .price-new .help .hint {
        left: 0;
    }
    .instag_popup {
        left: 0 !important;
        width: 100%;
    }
    button.mfp-arrow {
        display: none;
    }
    .inst_main_popup {
        margin-top: 15px;
    }
    .inst_main_popup,
    .inst_sitebar_popup,
    .workshop .column-top,
    .workshop .column-bottom {
        width: 100%;
    }
    .salon_sort form {
        display: inline-block;
    }
    .sel_salon_metro {
        margin-top: 10px;
    }
    .sort_salon_wrap label {
        margin-top: 15px;
    }
    .shop-assortiment .section {
        margin: 0px 0%;
    }
    .shop-assortiment .head {
        margin-top: 15px;
    }
    #product-block .page-title {
    	display: none;
    }
    #filter-block {
    	margin-right: 5px;
    }
    .top-filter {
    	border: none;
		padding: 0;
		border-radius: 0px;
		margin-right: -5px;
    }
    .top-filter .price {
        margin-bottom: 0;
    }
    .top-filter .range-slider {
    	margin: 50px 0 20px;
    }
    .header .logo-block {
        margin-right: 0;
    }
    .salon_sort {
        display: none;
    }
    .salon_about_wrap h5 {
        font-size: 20px;
    }
    .salon_about_wrap {
        font-size: 17px;
    }
    .iw_metro_line {
        margin-top: 7px;
    }
    .section-buy.lens-glass .favorite {
    }
}
.section-buy.lens-glass .favorite {
}

@media only screen and (min-width:768px) {
    .promos ul {
        display: flex;
    }
    .header .mobile-login {
    	padding-bottom: 10px;
    }
}

@media only screen and (min-width:650px) and (max-width:992px) { 
    .phone {
		position: absolute;
		left: 390px;
		top: -83px;
		max-width: 300px;
    }
    .header .logo-block {
        margin-bottom: 15px;
    }
    /*#mobile-footer .element > span {
        padding-left: 4px;
    }*/
}

@media only screen and (max-width:420px) {
    .simple-slider-responsive-5.products-list .product-card .product-image .zoomed img, .selected-items .product-image .zoomed img {
        transform: scale(1.5);
    }
    .section-map .title, .section-map .counter {
        font-size: 13px;
    }
    .top-filter {
    	margin-right: 0px;
    }
}
/*
@media only screen and (max-width:650px) {
    #mobile-footer .element .double-lines {
        display: inline-block;
        float: right;
        font-size: 14px;
        max-width: 66px;
        margin-top: -8px;
    }
    #mobile-footer .element .single-line {
        display: inline-block;
        float: right;
    }
}
*/
.radio input[type="radio"] {
    position: radio;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
    height: 1px;
    width: 1px;
    margin: 20px 0 0 10px
}

button.mfp-arrow {
    top: 300px
}

#sheath {
    width: auto;
    margin: 0 auto;
}

/*Банер в трее*/
#tray-banner_contact_type5 {
	width: 150px;
	position: fixed;
	left: 30px;
	bottom: 20px;
	background-color: #ff109b;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	border-radius: 10px;
	color: #fff;
	line-height: 22px;
	cursor: pointer;
	z-index: 10;
}
#tray-banner_contact_type5 .popup-window-close-icon {
	border: 2px solid #ff109b;
	right: -13px;
	opacity: 1;
	border-radius: 50%;
	top: -13px;
	background-color: #231f20;
	height: 28px;
	width: 28px;
}
#tray-banner_contact_type5 .popup-window-close-icon::before {
  content: ' ';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  width: 2px;
  background-color: #fff;
  top: 3px;
  right: 11px;
  height: 18px;
}
#tray-banner_contact_type5 .popup-window-close-icon::after {
  content: ' ';
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  width: 2px;
  background-color: #fff;
  top: 3px;
  left: 11px;
  height: 18px;
}
#head-active-buttons {
	position: absolute;
	top: 19px;
	right: 329px;
}
.header .bonus-card {
	margin-right: 30px;
}
.header #record-to-doctor {
	margin-right: 200px;
}
#record-to-doctor {
	cursor: pointer;
}
.record-to-doctor {
	cursor: pointer;
}
#record-to-doctor span {
	border-bottom: 1px dashed #ed037c;
}
#record-to-doctor :hover span {
	border-bottom: 1px solid white;
}
.cabinet-link {
	color: #231f20;
	font-size: 28px;
	font-weight: 500;
	float: right;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 74 66' viewBox='0 0 74 66'%3E%3Cpath d='M50.2 17.6H23.8c-4.5 0-8.2 3.7-8.2 8.2v14.4c0 4.5 3.7 8.2 8.2 8.2h26.4c4.5 0 8.2-3.7 8.2-8.2V25.8c0-4.5-3.7-8.2-8.2-8.2zm-26.4 2.8h26.4c3 0 5.4 2.4 5.4 5.4v2.3H18.4v-2.3c0-3 2.4-5.4 5.4-5.4zm26.4 25.2H23.8c-3 0-5.4-2.4-5.4-5.4v-9.3h37.2v9.3c0 3-2.4 5.4-5.4 5.4z' style='fill:%23d4145a'/%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center left;
	padding-left: 60px;
	background-size: 23%;
}
.filter-align-right {
	position: relative;
	display: flex;
	justify-content: flex-end;
}
@media (max-width: 1200px) and (min-width: 998px){
	#record-to-doctor {
		right: 207px;
	}
}
@media only screen and (max-width: 992px) {
	#tray-banner_contact_type5 {
		bottom: 60px;
		left: 10px;
	}
	#record-to-doctor {
		display: none;
	}
}
.top-banner {
	display: flex;
	background-color: #f06;
	color: #fff;
	padding: 8px;
	font-size: 20px;
	font-weight: bold;
}
.top-banner .center {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	line-height: 30px;
	padding: 0 30px;
	text-align: center;
}
.top-banner .fa {
	font-size: 30px;
}
.top-banner .close {
	position: absolute;
	top: -1px;
	right: 0px;
	font-size: 15px;
	cursor: pointer;
}
.top-banner a,
.top-banner .close {
	color: inherit;
}
.top-banner .close,
.top-banner:hover {
	opacity: 0.8;
	color: white;
}
.head-title {
	font-family: 'DINPro', sans-serif;
	font-weight: 700;
	line-height: 1;
	color: #231f20;
	text-transform: none;
	margin: 0 0 .4em;
	font-size: 36px;
}
/*Эффекты форм*/
.label-effect {
	position: relative;
}
.label-effect input ~ label {
	margin-top: -12px;
	position: absolute;
	left: 14px;
	width: 100%;
	top: 50%;
	color: #aaa;
	transition: 0.3s;
	letter-spacing: 0.5px;
	line-height: 1em;
	cursor: text;
	font-weight: normal;
	text-align: left;
}
.label-effect  input:focus ~ label,
.label-effect  input.has-content ~ label {
	top: 14px;
	left: 10px;
	font-size: 12px;
	transition: 0.3s;
}
.label-effect.field-group input {
	padding: 12px 10px 5px 10px;
	height: auto;
}
.loadbar {
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #ffffff90;
	position: absolute;
	top: 0;
	left: 0;
}
.loadbar img {
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
}
@media (max-width: 1900px){
	.label-effect input ~ label {
		font-size: 16px;
		margin-top: -8px;
	}
	.label-effect  input:focus ~ label,
	.label-effect  input.has-content ~ label {
		top: 10px;
	}
	.label-effect.field-group input {
		font-size: 18px;
	}
}
@media (min-width: 420px){
	.products-list .owl-carousel .owl-stage {
		display: flex;
	}
	.products-list .owl-carousel .owl-stage .owl-item > li {
		height: 100%;
	}
}
/*Главная страница*/
.main-page {
	display: flex;
	height: 100%;
	flex-direction: column;
	background-color: #e7246a;
	padding: 150px 200px;
	height: 100vh;
}
.main-page img {
	width: auto;
}
.main-page .head {
	display: flex;
	align-items: center;
	margin-bottom: 80px;
}
.main-page .head img {}
.main-page .head .line {
	border-bottom: 2px solid #fff;
	width: 89%;
	margin: 0 20px;
	height: 26px;
}
.main-page .head .text {
	color: #fff;
	font-size: 26px;
	width: 33%;
}
.main-page .content-links {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.main-page .content-links .links {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 40px;
}
.main-page .content-links .links .link {}
.main-page .content-links  .touch-me {}
#filter-block.accessories {
	padding-bottom: 30px;
}
#filter-block.accessories .filter > ul {
	columns: 3;
}
#filter-block.accessories .filter > ul > li {
	display: inline-block;
	width: 100%;
}
#salon-filter {
	display: flex;
	flex-direction: column;
}
#salon-filter .name {
	height: 20px;
	margin-bottom: 10px;
}
#salon-filter .knobs,
#salon-filter .layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#salon-filter .button {
	position: relative;
	width: 130px;
	height: 50px;
	overflow: hidden;
}
#salon-filter .button.r,
#salon-filter .button.r .layer {
	border-radius: 100px;
}
#salon-filter .button.b2 {
	border-radius: 2px;
}
#salon-filter .checkbox {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}
#salon-filter .knobs {
	z-index: 2;
}
#salon-filter .layer {
	width: 100%;
	background-color: #ededed;
	transition: 0.3s ease all;
	z-index: 1;
}
#salon-filter .knobs:before {
	content: "НЕТ";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 43px;
	height: 43px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding: 9px 4px;
	background-color: #231f20;
	border-radius: 50%;
	transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
	display: flex;
	justify-content: center;
	align-items: center;
}
#salon-filter .checkbox:checked + .knobs:before {
	content: "ДА";
	background-color: #e7246a;
	left: 82px;
}
#salon-filter .checkbox:checked ~ .layer {
	background-color: #ededed;
}
#salon-filter .knobs,
#salon-filter .knobs:before,
#salon-filter .layer {
	transition: 0.3s ease all;
}
/* End */


/* Start:/local/templates/terminal/components/bitrix/catalog/mo/bitrix/catalog.element/.default/style.css?17609203283618*/
.section-buy .iwToggleTry.link-blue {
    margin-bottom: 15px;
}
.ready-glass-table {
    font-size: 1.2em;
}
.ready-glass .select2-results__options li {
    font-size: 16px !important;
    padding: 4px;
}
.ready-glass .styled-select.style2 .select2-container--default .select2-selection--single {
    height: 30px
}
.ready-glass .styled-select.style2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
    line-height: 28px;
}
.ready-glass  .styled-select.style2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 1px;
}
/*Расширение окна просмотра*/
.slider-spinner {
    transition: margin 0s;
    z-index: 1;
}
.slider-spinner.opened {
    margin-right: -28vw;
}
.slider-spinner.opened .magnify-toggle {
    display: none;
}
.slider-spinner .frame-controls .extra {
	display: none;
}
.slider-spinner.opened .frame-controls .extra {
	display: block;
}
.slider-spinner .toggle {
    cursor: pointer;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    background-color: #fff;
    padding: 5px 5px 10px 5px;
    width: 56px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 8px 0 8px 0;
    padding: 8px 10px;
}
.slider-spinner .toggle span {
    font-size: 30px;
    color: #f06;
    line-height: 35px;
    
}
.slider-spinner .info-right {
    position: absolute;
    right: 13px;
    z-index: 1;
    top: 13px;
    display: none;
}
.slider-spinner .info-right span {
    display: block;
}
.slider-spinner.opened .info-right {
    display: flex;
    align-items: center;
}
.slider-spinner .controls {

}
.section-buy {
    transition: margin 0s;
}
.section-buy.moved {
	margin-top: 63.5vw;
}
.add-margin-transition .slider-spinner,
.add-margin-transition .section-buy {
    transition: margin 2s;
}

.buy-lens-fixed-block {
	display: none;
	flex-direction: row;
	justify-content: space-between;
	z-index: 1002;
	bottom: 0px;
	height: 62px;
	width: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	align-items: center;
	border-top: 1px solid #e5e5e5;
	padding: 0 40px;
}
.buy-lens-fixed-block .price {
	font-size: 29px;
	color: #f06;
	font-weight: 700;
	letter-spacing: .05em;
}
.product-text {
	clear: both;
	margin-bottom: 40px;
}
.buy-lens-fixed-block .btn {}
#cant-add-to-try-list .shoplist .column-1 {
    width: 79%;
}
#cant-add-to-try-list .shoplist .column-2 {
    width: 14%;
}
#cant-add-to-try-list .shoplist .column-3 {
    width: 7%;
}
.slider-spinner .padding-for-sheath {
    display: none;
}
.slider-spinner .owl-height {
    transition: none;
}
.slider-spinner.fix-height {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.frame-controls {
    margin-bottom: 10px;
}
/*Таблица с размерами линз*/
.lens-size-table {}
.lens-size-table th {
    text-align: center;
    padding: 5px 10px;
}
.lens-size-table td {
    padding: 5px 10px;
    text-align: center;
}
@media (max-width: 1900px) {
	.slider-spinner.opened {
	  margin-right: -28.5vw;
	}
	.section-buy.moved {
		margin-top: 66vw;
	}
}
@media (max-width: 992px) {
	.buy-lens-fixed-block {
		display: flex;
	}
}
@media(min-width:1024px) and (max-width:1024px) {
    .section-buy.moved {
        margin-top: 677px;
    }
}
@media (max-width:1023px) {
    .slider-spinner .toggle {
        display: none;
    }
    .slider-spinner.opened {
        margin-right: inherit;
    }
    .section-buy.moved {
        margin-top: inherit;
    }
    .slider-spinner.opened .magnify-toggle {
        display: block;
    }
}

/* End */


/* Start:/local/templates/terminal/style/css/slider-360.css?16841074609792*/
.slider-360 {
	position: relative;
	margin: 20px 0;
}
.slider-360.enabled {
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAA7AAAAOwBeShxvQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAJNSURBVFiF7dc7SNVRHMDxj6EGRVbSA5KMXghBRLXUEIE6tDREuIUFUWs0SNLQEAVZEDQ0RIMQ0SBtRkNGDwinIoKkNxY06GAUGPa24fxu/rvo9V5vGkFf+HEPh9/r3P855/c7/GUqyrBdgz0xvoyX5aczOXPQijv4gbchP2KuNXT+OJtxDkP4hh60oBKz0IwufMYHXIq5sqjBWTzGaPwexuICNotDJ2tzNnyVTFs4GcVtrCvBdl3Y5OzbJlKcVcDJ6/htRz36cB+HUDuO/jxpD/RIK1+LjjxfJdEiZZ9LtBlXMIJhdGJbSGfMjYROs7HFjYavshLIMh8Hcc/YX9yHI1g0jv4fTyDLjZBCFEygssSk8nlfpn3BTTgj/E/gn0igqUi98Xw3TcHuFyvQKx2jfhyTbsQsXSFZ6kO3P2x7w9eUacApDOC7dNXmym4ugdnYGeOveIcL2FBO4HyqsAvdUkkewvOQXJnuDp2qqQSoxm7F1fFlUpEaCmmPuclojBjV2ckK6W4flFZxvOiUS+dYxBjEgYjtBL7gtOJWUS51OCPtleOkDdM+A4HzOSp9PrfwDNtnMHgjXkRsC6WSOoq7UsfTMImDk1LLtbzIgBVYL/WLubvlJmqz74Jm7JfO81yp3X4iHbOneCWV32EswXmpAdmHaxk/K7ERq0JWS/fBUnzEdVyU7pNxHyZVYbA1pCEcLSiwwk14GOOBCDaEN3gk9ZIPYvypgJ+C1EiN5hbswFXpQdLl93Nda5oeJ1k6pE+xd7oDTUSd9Fn+UzY/AVBPi+BhhNjNAAAAAElFTkSuQmCC"), default;
}
.slider-360.enabled::before,
.slider-360.enabled::after {
	z-index: 1;
	top: 0;
	display: block;
	position: absolute;
	content: '';
	width: 10%;
	height: 100%;
}
.slider-360.enabled::before {
	left: 0;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAGHgAABh4BYKUDGAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAGZSURBVFiF7daxaxRREMfxz1ziBWxDNAgGISSNnY0WwiEiKooWgmUaGwvT2fgXCP4bCv4BEkGw004QUxnSWUhMwEbBRnQs9m1Yw8XEveSOwA0M+9idN7/ve483s5GZRmmdkaqPAcYARxYgIiYiYjkiJkcCgMRdPB8UohVAZv7GdcwOCrHnxIiYwAWcxcmGn8BpXMQnPGwDEP1KcURM4xpu4Co28A6b2Go8l7GAS5n5pQ2AzNx2TOMZvuEF7mOuGdOIfYyPmO33fb/eTHgHn/EEx/85iWN4Pah4vfuBp3iPc4Mm/F+fxAMs4nxm/mx1jgPaKnrDXnnZ/m4HZ7A+7FWXm7bawQdcHjaAqpBtQq8M5oe49fNFs1e/WFIVm0foHuaZF40NLGX+XQfmVHd7DbcwdYDCUyXnWtHYLm47AwP38BbfsaKU2xaiC2Xuiqqyvim5oxnXtxdARMzgJm7jCn6Uc6v7QO1Ujan2ull18UpV0l9m5te+OrsB7IDp4lRDZKYxzgZY07cy89eeufcDcJh2NP8JxwBjgIO0Pxoypn447/pgAAAAAElFTkSuQmCC"), default;
}
.slider-360.enabled::after {
	right: 0;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMABsLzvXsYE+rUq6ZtYV5bJB7n17GSjIh1TT/YzLWhZUY4MQvt4FN8GZlbAAAAp0lEQVQ4y+WQRw6EMAxFnUYIafTemXL/G46EWMxoSDgAfxMr78myDXeNuuARvuKbl5fvJ44KNi0uIcjy2dbVKB7ScodR7W8y5UTyU4Oio9qq9AX+rP14YaBeAfIarYCM+4SAALY+wWJow9jN47AFMClDjhFZavab0K5BJ7jpaHLUGpNBxT+91UCw/vrgJiKhoLJgrJBUhCTX/H+ldTZ1Wda6WRIEN8sHTAoHoQ1HueYAAAAASUVORK5CYII="), default;
}
.slider-360 li {
	display: none;
}
.slider-360 li img {
	pointer-events: none;
}
.slider-spinner {
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    user-drag: none;
    user-select: none;
}

.slider-spinner .action {
    max-width: 60px;
    max-height: 60px;
    position: absolute;
    z-index: 20
}

.slider-spinner .magnify-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 50px;
    height: 50px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAyCAMAAACd646MAAABoVBMVEWcnZz/AGb///+cnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZycnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZycnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGacnZz/AGbHKdeWAAAAiXRSTlMAAAABAQICBQUGBgwMDQ0ODhERFxcaGiEhIiIoKCkpMDAzMzU1Nzc4ODk5Pz9DQ0hISkpYWF5eX19nZ2lpcHBxcXJyfHyAgIGBhISKipOTl5epqa2trq6zs7e3ubm8vL29vr7Dw8TE0NDT09ra3uHh5OTm5unp6+vs7PDw9fX3+Pj6+vz8/f3+/iJeqqsAAAIgSURBVFjD7dc/axNhHMDx75PG1LSUtHkSw+UftENEWqxDkaAgmMVFHHRx8YX5AgRxKjhJoXEQBztYqGg8ozRCKBmSNNA2aa4ah+vR9MmTPBdQp/tNeSBfPndJnieJCPHv538YARIgARIgf3vCyvo3wPJaVs52DvZ3j31czGBMIS6eIkIjiCxtnC+a5R1fiLaYiOSeWHy2D0/i6VXJu9c+EH0xCZHPrMbWHgALpTtsvzEiY4ohZEYoycPrjRc/3Mf9r2IlV2uriTrmQr3C5Q22GkDmPsDbT+Hbpo+OVwgxtlCRNSp7AIkCgPOBm0kD4hXuaAsVyVIZXlbrobwB8VGo+0RyCJkEicg62N1fjcyiAfEKYFyhIrOcQKFAZKkIP7v0iRgQrwDGFSrSScZrlMusF58DkODIgHiFcPe+rlDfkwPSw8tYmpYB8VGoyD6rC0PLW3PNqgHxUajIbluWAOxXANZdPp4aEK9wR1uoO77v3MiJ2oCzHmA9TvU2u4Yd7xWuoS1GjpV6NL+S6nYGECs+ShFO2o7hWDEXmqP+wb0w9UY/kZ6jdxXsl8emo15bTLoT+F6buRazsvErzfebSYm0bGfinZgLzZ0Ayfxi5KhVPWX+acG9MsM3o6YwIhfjNSZktJj8cl0ax7Yk0rLPfP9q8ArHP3LeRCtMqUS/TIHg2JbslNtMp3TKrWkQHHt++5tgKuVyIYI/pgESIAESIPr5Axq6/HsJRkNdAAAAAElFTkSuQmCC);
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
}

.slider-spinner.zoom .magnify-toggle {
    background-position: right top
}

.slider-spinner .glass {
    z-index: 9;
    width: 160px;
    height: 160px;
    position: absolute;
    border: 3px solid #9e9d9f;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQI12P4zwAAAgEBAKrChTYAAAAASUVORK5CYII=), move;
    display: none
}

.slider-spinner .bottom {
    padding: 0 12px 12px
}

.slider-spinner .frame-controls {
    float: left;
    display: flex;
}

@media only screen and (max-width:991px) {
    .slider-spinner .frame-controls {
        width: 100%;
        margin-bottom: 10px
    }
}

.slider-spinner .frame-controls li {
    float: left;
    margin-right: 6px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: flex;
}

.slider-spinner .frame-controls li:hover,
.slider-spinner .frame-controls li:active,
.slider-spinner .frame-controls li.active {
    border-color: #9e9d9f
}

.slider-spinner .frame-controls li img {
    max-width: 82px;
    max-height: 46px
}

.slider-spinner .product-logo {
    float: right;
    width: auto;
    max-height: 48px
}

.slider-spinner .product-composition {
    position: relative;
    float: left;
    padding-left: 28px;
    line-height: 1;
    color: #9e9d9f;
    text-transform: lowercase;
    margin: 9px 0 0 4px
}

.slider-spinner .product-composition:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    left: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAUCAMAAAD4FJ6oAAAA1VBMVEWcnZztA3z///+cnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3ycnZztA3y/8pUYAAAARXRSTlMAAAADAwQEBwcMDA0NDg4SEiAgJCQmJicnKCg3Nzg4OTk8PFFRVFRjY2ZmaWm4uMPDxMTFxdjY2trb2+bm5+fp6ezs+vrxlVuHAAAA70lEQVQoz5WSUWvCMBRGz+IVpbg+DpHhKs3T/v/r/kfpoJQJE8XJVmwFB2MP1pgmacHvKT2n3y1N8vAyjzEp3wFQBixD1maXPFrrkJWYj8Y8V0C6LNYGhKxAs7anpInqTPatcr6bJupQ0Jc0UYdC+SyrhxpZLS7b50ONfV63+zkabDhWAFZP5bZl2WkS8dNpuFaA8Xym2baMhebNbnhWgN9SR/ovvjAvnhWADTp6FbXLT6G/dq1c6ZSehmfF0Kqv4drruWzOTW/DseYovxiKbRV3R2C26pCo+4JvpYqf3THft2XIjmQ8cdnn8Xa9AvYfYDpy0mAYTUMAAAAASUVORK5CYII=) no-repeat;
    background-position: left top
}

.slider-spinner .product-composition:hover,
.slider-spinner .product-composition:active {
    color: #ed037c
}

.slider-spinner .product-composition:hover:before,
.slider-spinner .product-composition:active:before {
    background-position: right top
}
/*Ползунок*/
.slider-spinner .indicator-block {
	height: 19px;
	position: relative;
	margin: 0px 35px 5px;
}
.slider-spinner .indicator-block .indicator {
	font-size: 15px;
	line-height: 18px;
	position: absolute;
	background-color: #f06;
	color: #fff;
	padding: 0px 8px;
	left: 50%;
	margin-left: -20px;
	cursor: pointer;
}
.slider-spinner .indicator-block .indicator::before,
.slider-spinner .indicator-block .indicator::after {
	content: '';
	border: solid #f06;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 4px;
	position: absolute;
	top: 4px;
}
.slider-spinner .indicator-block .indicator::before {
	transform: rotate(135deg);
	left: -10px;
}
.slider-spinner .indicator-block .indicator::after {
	transform: rotate(-45deg);
	right: -10px;
}
/*зум*/
.slider-spinner.zoom .slider-360 li {
  overflow: hidden;
  position: relative;
  cursor: crosshair;
}
.slider-360 li.zoom img {
	position: absolute;
	width: auto;
}
@media only screen and (max-width:1900px) {
	.slider-spinner .indicator-block {
		height: 15px;
	}
	.slider-spinner .indicator-block .indicator {
		font-size: 12px;
		line-height: 15px;
	}
	.slider-spinner .indicator-block .indicator::before,
	.slider-spinner .indicator-block .indicator::after {
		top: 2px;
	}
}
@media only screen and (max-width:480px) {
	.slider-360 li.zoom img {
		max-width: 1200px;
	}
}
.slider-spinner .controls {
	height: 63px;
}
.slider-spinner .controls.off .slide-finger,
.slider-spinner .controls.off .indicator-block {
	display: none;
}
.slide-finger {
	background: url(/local/templates/terminal/style/css/../../images/finger.png) center center;
	width: 80px;
	height: 23px;
	margin: 4px auto 14px;
	position: relative;
}
.slide-finger .left,
.slide-finger .center,
.slide-finger .right {
	position: absolute;
	width: 22px;
	height: 100%;
	cursor: pointer;
}
.slide-finger .center {
	right: 28px;
}
.slide-finger .right {
	right: 0px;
}
/* End */


/* Start:/local/templates/terminal/ajax/ajax.css?1682278357218*/
div[id^="wait_"] {
    background-image: url("/local/templates/terminal/ajax/images/load.gif") !important;
    background-color: #ED037C !important;
    border-color: #ED037C !important;
    border-radius: 2px;
    color: white !important;
}

/* End */


/* Start:/local/templates/terminal/styles.css?16822846953763*/

.iw_italic {
    font-style: italic
}

.iw_bold {
    font-weight: bold
}

.iw_bold_italic {
    font-weight: bold;
    font-style: italic
}

.form_validate_error_highlight {
    box-shadow: 0 0 5px 0 red;
    border-radius: 4px
}

img.pull-left {
    width: auto;
    margin: 0 25px 20px 0
}

img.pull-right {
    width: auto;
    margin: 0 0 20px 25px
}

img.center {
    width: auto;
    margin: 0 auto
}

.block-left {
    width: 48%;
    margin-right: 2%;
    float: left
}

.block-right {
    width: 48%;
    margin-left: 2%;
    float: right
}

.clear {
    clear: both
}

.grey {
    background-color: #fcfcfc;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #eee
}

.pink-line {
    border: 2px solid #f06;
    margin-left: 52%;
    clear: both;
    font-size: 0;
    border-radius: 2px;
    width: 7%
}
.flex-center {
	display: flex;
	justify-content: center;
}
#head-added,
#head-removed {
    position: absolute;
    text-align: center;
    width: 130px;
    font-size: 20px;
    z-index: 10
}

#head-added span {
    display: block;
    background: url(/local/templates/terminal/images/icons/ok.png) center center no-repeat;
    height: 64px;
    margin-top: 10px
}

#head-removed span {
    display: block;
    background: url(/local/templates/terminal/images/icons/remove.png) center center no-repeat;
    height: 64px;
    margin-top: 10px
}

.no-find {
    font-weight: normal
}

.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-color: #ed037c;
    background-image: none;
    border-radius: 100%;
    text-align: center;
    line-height: 21px;
    font-size: 13px;
    color: #FFF;
    width: 23px;
    height: 23px
}

.fancybox-close {
    top: 5px;
    right: 5px
}

.fancybox-close:hover {
    color: #FFF
}

.fancybox-prev span:before {
    content: "\f060";
    font-family: 'FontAwesome'
}

.fancybox-next span:before {
    content: "\f061";
    font-family: 'FontAwesome'
}

.fancybox-close:before {
    content: "\f00d";
    font-family: 'FontAwesome'
}

.fancybox-wrap .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0)
}

.pagination-default {
    font-size: 17px
}

.pagination-default a.page {
    padding: 0 5px
}

.default-popup {
    width: 600px;
    background: #fff;
    position: relative;
    margin: 7% auto;
    border-radius: 8px;
    padding: 30px 25px;
    max-width: 100%;
}
@media (max-width:1900px) {
	.default-popup {
		width: 450px;
    }
}

.default-popup h2 {
    font-family: "DINPro", sans-serif;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px
}

div.more-items {
    padding: 10px 0;
    text-align: center;
    margin: 20px 0
}

#load-items {
    font-size: 14px;
    font-weight: bold;
    display: none;
    background: #f06;
    color: #FFF;
    padding: 56px 20px;
    border-radius: 120px;
    width: 132px;
    height: 132px;
    margin: 0 auto;
    cursor: pointer
}

#load-procces {
    width: 32px;
    margin: 0 auto
}

@media(min-width:1024px) and (max-width:1024px) {
    .nav-main .nav-left>li>a {
        font-size: 13px;
        padding: 0 10px
    }
}

@media(min-width:768px) and (max-width:768px) {
    .nav-main .nav-left>li>a {
        padding: 0 7px
    }
}
.no-stretch-image {
width: auto ! important;
}
.product-card .multi-pictures {
	max-width: 200px;
	margin: 10px auto;
	justify-content: space-around;
	display: flex;
	opacity: 0;
	cursor: pointer;
	height: 40px;
}
.product-card:hover .multi-pictures {
	opacity: 1;
}
.product-card .multi-pictures .item {
	height: 4px;
	width: 20%;
	background-color: #e5e5e5;
}
.product-card .multi-pictures .item.active {
	background-color: #231f20;
}

@media (max-width:768px) {
    .product-card .multi-pictures {
    	display: none;
    }
}


/* End */


/* Start:/local/templates/terminal/template_styles.css?16830887749447*/
footer .iw_counters {
    float: right;
    opacity: .7;
}

.copyright_vendor {
    float: right;
    margin-left: 15px;
    font-size: 12px;
    font-weight: 300;
    line-height: 31px;
    color: #FFFFFF;
}

.copyright_vendor a {
    color: #FFFFFF;
}

.copyright_vendor a span {
    color: #ED037C;
}

.pseudo {
    border-bottom: 1px dashed;
    text-decoration: none !important;
}

.pseudo:hover {
    border-bottom-color: transparent;
}

.login-form fieldset form input[type="tel"] {
    border: 1px solid rgba(41, 40, 41, 0.14);
    border-radius: 6px;
    border-top-width: 2px;
    padding: 12px;
    width: 100%;
    margin-bottom: 20px;
    -webkit-appearance: none;
}

/** @see .header .login */
.header .username {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-decoration: underline 0.05em;
    margin-top: 14px;
}
/*@media only screen and (max-width: 479px) {
    .header .username {
        margin-bottom: 10px;
    }
}*/
.header .bonus-count {
	height: 20px;
	line-height: 20px;
}
.logout {
    margin-left: 20px;
}

.logout i, .login i {
    color: #C1C1C1;
    font-size: 21px;
    top: 3px;
    right: 8px;
}

.icon-logout {
    width: 16px;
    height: 16px;
}

font.notetext {
  color: #231f20;
  font-size: 18px;
  text-align: center;
}

.notetext-pink {
    background-color: #ED037C;
    padding: 50px;
    border-radius: 10px;
}
.notetext-pink .notetext {
    color: #fff;
}
div.product-card .favorite-button {
    background: url('/local/templates/terminal/images/icons/favorite_2.png') center center no-repeat;
    cursor: pointer;
    background-size: contain;
}

div.product-card .favorite-button:hover {
    background: url('/local/templates/terminal/images/icons/favorite.png') center center no-repeat;
    background-size: contain;
}

div.product-card.active .favorite-button {
    background: url('/local/templates/terminal/images/icons/favorite-active.png') center center no-repeat;
    opacity: 1;
    background-size: contain;
}
.delivery-date {
    margin-left: 26px;
    width: 150px;
    display: none;
}
.iw_close {
    float: right;
    background: url('/local/templates/terminal/images/close.png');
    width: 11px;
    height: 11px;
    position: relative;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.cicle_shop img {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    object-fit: cover;
}

/*Bx =================================================================*/

#bxmedialib img {
    display: inline;
}
/*Список салонов*/
.salon-list{
}
.salon-list-title{
    font-size: 24px;
    font-weight: 500;
}
.salon-list li a{
    font-weight: 500;
    color: #404a52;
    text-decoration: underline 0.05em;
}
.salon-list li.salon-list-active,
.salon-list li.salon-list-map {
    border: 2px solid #e5e5e5;
    border-top: none;
    box-shadow: 0 2px 2px #dedede;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.salon-list .salon-list-name{
    font-weight: 300;
    color: #9ea2a5;
    margin-bottom: 0;
}
.salon-list .salon-list-name > img {
    width: 13px;
    float: left;
    margin: 10px 7px 0 10px;
}
.salon-list .salon-list-active .salon-list-name,
.salon-list .salon-list-map .salon-list-name{
    background-color: #e5e5e5;
}
.salon-list-content-title{
    padding: 18px 0 12px;
    font-size: 24px;
    color: #ed037c;
}
.salon-list-content{
    padding: 0 50px 0 18px;
    display: none;
}
.salon-list-active .salon-list-content {
    display: block;
    position: relative;
}
.salon-list li .salon-list-content-a{
    text-decoration: none;
    color: #008ace;
    font-weight: 300;
    margin-bottom: 26px;
    display: inline-block;
    transition: color 0.2s ease-out;
    background: url(/local/templates/terminal/images/icons/baloon.png) left center no-repeat;
    padding-left: 14px;
}
.salon-list li .salon-list-content-a:hover{
    color: #ed037c;
}
.salon-list-content-a span{
    border-bottom: 1px dotted #008ace;
    position: relative;
    top: -1px;
    transition: border-bottom 0.2s ease-out;
}
.salon-list-content-a span:hover{
    border-bottom: 1px dotted #ed037c;
}
.salon-list-content-text{
    font-weight: 400;
    margin-bottom: 6px;
    color: #231f20;
}
.graficjob{
    width: 290px;
    max-width: 100%;
    margin-bottom: 10px;
    display: inline-block;
}
.salon-list-content .bor-r-1{
    border-right: 1px solid #e5e5e5;
}
.pad0-10{
    padding: 10px 0 !important;
}
.salon-list-form{
    padding: 10px 0 10px 40px;
}
.salon-list-form .error {
    display: none;
    margin-bottom: 7px;
    font-size: 15px;
    color: red;
}
.salon-list-form-title{
    font-size: 16px;
    color: #231f20;
}
.salon-list-form .btn{
    height: 40px !important;
    font-size: 18px !important;
}
.form-attention{
    clear: both;
    padding-top: 12px;
    padding-bottom: 20px;
    color: #999999;
    line-height: 1.5;
    padding-left: 24px;
    background: url(/local/templates/terminal/images/icons/attention.png) no-repeat 0 14px;
}
.salon-list-form-title span{
    font-size: 12px;
    font-weight: 300;
    color: #999999;
    margin-top: 10px;
    display: block;
}
.salon-form-step{
    display: none;
}
.salon-form-step.dis_b{
    display: block;
}
.close-salon-active{
    width: 11px ;
    position: absolute;
    z-index: 1;
    right: 12px;
    top: 11px;
    cursor: pointer;
    display: none;
    background: url(/local/templates/terminal/images/icons/close-3.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    top: 8px;
    right: 5px;
}
.salon-list-active .close-salon-active,
.salon-list-map .close-salon-active {
    display: block;
}
.card-tabs {
    margin-bottom: 50px
}
.form-map{
    width: 75%;
}
.form-map::-webkit-input-placeholder{color:#404a52 !important;}
.form-map::-moz-placeholder{color:#404a52 !important;}/* Firefox 19+ */
.form-map:-moz-placeholder{color:#404a52 !important;}/* Firefox 18- */
.form-map:-ms-input-placeholder{color:#404a52 !important;}
.form-map-choose{
    margin-top: 40px;
    line-height: 66px;
}
.form-map-choose a{
    display: inline-block;
    padding-left: 102px;
    background: url(/local/templates/terminal/images/icons/map-choose.png) left top no-repeat;
    height: 78px;
}
.form-map-choose a:hover {
    text-decoration: none;
}
.form-map-choose span{
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 2px;
    border-bottom: 1px solid #ed037c;
    line-height: 20px;
    margin-top: 20px;
}
.salon-list-content iframe{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.btn.map-step-close {
    position: absolute;
    z-index: 3;
    bottom: 24px;
    right: 56px;
    display: none;
    font-weight: 500;
}
.salon-list-map .btn.map-step-close.dis_b{
    display: block;
}
#googleMap .modal-dialog{
    width: 90%;
    height: 90%;
}
#googleMap.modal .modal-content{
    padding-top: 0;
    padding-bottom: 0;
}
#googleMap.modal .modal-header{
    border-bottom: none;
    padding-bottom: 0px;
}
.salon-list-form-title>a.new-code {
    font-size: 14px;
    color: #008ace;
    font-weight: 400;
    border-bottom: 1px dotted #008ace;
    text-decoration: none;
}
.salon-list-form-title>a.new-code:hover{
    color: #ff0066;
    border-bottom: 1px dotted #ff0066;
    text-decoration: none;
}
.default-form .form-control {
    background-color: #fff;
    border-color: #e2e2e2;
    -webkit-box-shadow: 0 -1px 0 #c2c2c2;
    -moz-box-shadow: 0 -1px 0 #c2c2c2;
    box-shadow: 0 -1px 0 #c2c2c2;
    min-width: 260px;
}
.default-form .form-control[disabled],
.default-form .form-control[readonly] {
	background-color: #eee;
}
.salon-li-map {
    display: none;
    height: 351px;
}
.salon-list-map .salon-li-map {
    display: block;
}
.pt-80{
    padding-top: 80px;
}
.pb-20{
    padding-bottom: 20px !important;
}
.pad0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.fw-400{
    font-weight: 400 !important;
}
.no-b {
    border: none !important;
}
.margin-5 {
	margin: 5px;
}
.margin-right-30 {
	margin-right: 30px;
}
/*Yandex and VK auth*/
.btn-yandex,
.btn-vk {
	width: 180px;
	justify-content: center;
	display: flex;
	transition: 0.2s ease-out;
	height: 44px;
}
/*CARD*/
.card_table .table_td_wr  .delete_card{
    color: #008ace;
    font-size: 14px;
    position: relative;
    padding-left: 12px;
    text-decoration: underline 0.05em;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(/local/templates/terminal/images/icons/close-3.png) no-repeat 0 0;
    background-size: cover;
}

#salon-on-map {
    min-height: 300px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    z-index: 1;
}
#salon-on-btn {
    margin: 15px auto 0;
    display: table;
}
#scrollup {
    position: fixed;
    opacity: 0.8;
    padding: 15px 20px;
    background: none repeat scroll 0% 0% #ccc;
    right: 10px;
    bottom: 10px;
    display: none;
    cursor: pointer;
    z-index: 9999;
    border-radius: 49px;
    font-size: 26px;
    color: #fff;
    border: 2px solid #ccc;
}
@media only screen and (max-width:1900px) {
	.salon-list li .salon-list-content-a{
		font-size: 12px;
    }
	.salon-list-content-text{
		font-size: 14px;
    }
	.salon-list li a{
		font-size: 14px;
    }
	.salon-list .salon-list-name{
		font-size: 14px;
    }
}
@media only screen and (max-width:768px){ 
    #googleMap .modal-dialog {
        width: 100%;
    }
    .close-salon-active {
    	width: 12px;
		height: 12px;
    	background-size: contain;
    }
    .salon-list-content {
		padding: 0 18px;
	}
	.salon-list-content .bor-r-1 {
		border-right: none;
	}
	.salon-list-form {
		padding: 10px 0;
	}
    .salon-list .salon-list-name {
        padding-right: 30px;
    }
}

/* End */
/* /local/templates/terminal/style/css/bootstrap.css?1684107460132058 */
/* /local/templates/terminal/style/jquery-ui.min.css?168410746017553 */
/* /local/templates/terminal/style/css/magnific-popup.min.css?16841074605968 */
/* /local/templates/terminal/style/css/custom.css?174989524140237 */
/* /local/templates/terminal/style/css/den_style.css?174989524135025 */
/* /local/templates/terminal/assets/owlcarousel/assets/owl.carousel.min.css?16841074603351 */
/* /local/templates/terminal/assets/owlcarousel/assets/owl.theme.default.min.css?16841074601013 */
/* /local/templates/terminal/assets/owlcarousel/assets/owl.theme.custom.css?1684107460277 */
/* /local/templates/terminal/style/font-awesome-4.6.3/css/font-awesome.min.css?168410746029063 */
/* /local/templates/terminal/style/style.css?1749895241186189 */
/* /local/templates/terminal/components/bitrix/catalog/mo/bitrix/catalog.element/.default/style.css?17609203283618 */
/* /local/templates/terminal/style/css/slider-360.css?16841074609792 */
/* /local/templates/terminal/ajax/ajax.css?1682278357218 */
/* /local/templates/terminal/styles.css?16822846953763 */
/* /local/templates/terminal/template_styles.css?16830887749447 */
