

/* Start:/bitrix/templates/ubershop/css/bootstrap.custom.css?1614855363109094*/
/*!
 * 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;
  -ms-text-size-adjust: 100%;
  -webkit-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 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-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;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.429;
  color: #5c5c5c;
  background-color: #fff;
}

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

a {
  color: #333333;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 0;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #ddd;
}

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 40px;
  margin-bottom: 20px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 20px;
}

h3, .h3 {
  font-size: 16px;
}

h4, .h4 {
  font-size: 14px;
}

h5, .h5 {
  font-size: 14px;
}

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

p {
  margin: 0 0 20px;
}

.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: 92%;
}

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

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

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

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

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

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

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

.text-uppercase, .initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: #999999;
}

.text-primary {
  color: #333333;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #1a1a1a;
}

.text-success {
  color: #009966;
}

a.text-success:hover,
a.text-success:focus {
  color: #006644;
}

.text-info {
  color: #5bc0de;
}

a.text-info:hover,
a.text-info:focus {
  color: #31b0d5;
}

.text-warning {
  color: #f47c00;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #c16200;
}

.text-danger {
  color: #e82e05;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #b62404;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #333333;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #1a1a1a;
}

.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 #ddd;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 20px;
}

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

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

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

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

.initialism {
  font-size: 90%;
}

blockquote {
  position: relative;
  padding: 10px 20px 10px 50px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #ddd;
}

blockquote:before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999999;
  position: absolute;
  left: 10px;
  top: 0px;
}

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.429;
  color: #6f6f6f;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 50px;
  padding-left: 0;
  border-right: 5px solid #ddd;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse:before,
blockquote.pull-right:before {
  left: auto;
  right: 10px;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.429;
}

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: 0;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}

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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

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

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

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@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-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #999999;
  text-align: left;
}

th {
  text-align: left;
  font-weight: 600;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 12px;
  line-height: 1.429;
  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 > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.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 thead.thead-light {
  background: #ddd;
}

.table thead.thead-dark {
  background: #333333;
  color: #fff;
}

.table thead.thead-dark tr > * {
  border-color: transparent !important;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 7px;
}

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.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;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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 {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  vertical-align: -2px;
  margin: 5px 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: 0;
}

output {
  display: block;
  padding-top: 11px;
  font-size: 14px;
  line-height: 1.429;
  color: #333333;
}

.form-control {
  display: block;
  width: 100%;
  height: 41px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.429;
  color: #333333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #e1e1e1;
  outline: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
}

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

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

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

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

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 41px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 32px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 58px;
  }
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 2px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

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

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 34px;
}

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

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 32px;
  padding: 7px 13px;
  font-size: 13px;
  line-height: 1.3;
  border-radius: 0;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 32px;
  line-height: 32px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
  height: auto;
}

select[multiple].input-sm, .input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
  line-height: 32px;
  min-height: 32px;
}

.form-group-sm .form-control {
  height: 32px;
  padding: 7px 13px;
  font-size: 13px;
  line-height: 1.3;
  border-radius: 0;
}

.form-group-sm select.form-control {
  height: 32px;
  line-height: 32px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 32px;
  min-height: 33px;
  padding: 8px 13px;
  font-size: 13px;
  line-height: 1.3;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 58px;
  padding: 16px 20px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 58px;
  line-height: 58px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
  height: auto;
}

select[multiple].input-lg, .input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
  line-height: 58px;
  min-height: 58px;
}

.form-group-lg .form-control {
  height: 58px;
  padding: 16px 20px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

.form-group-lg select.form-control {
  height: 58px;
  line-height: 58px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 58px;
  min-height: 38px;
  padding: 17px 20px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 51.25px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 58px;
  height: 58px;
  line-height: 58px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.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: #009966;
}

.has-success .form-control {
  border-color: #009966;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #006644;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00ffaa;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00ffaa;
}

.has-success .input-group-addon {
  color: #009966;
  border-color: #009966;
  background-color: #dff0d8;
}

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

.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: #f47c00;
}

.has-warning .form-control {
  border-color: #f47c00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #c16200;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffae5b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffae5b;
}

.has-warning .input-group-addon {
  color: #f47c00;
  border-color: #f47c00;
  background-color: #fcf8e3;
}

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

.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: #e82e05;
}

.has-error .form-control {
  border-color: #e82e05;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #b62404;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb7558;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb7558;
}

.has-error .input-group-addon {
  color: #e82e05;
  border-color: #e82e05;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #e82e05;
}

.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: #9c9c9c;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 17px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 8px;
    font-size: 13px;
  }
}

.btn {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 11px 16px;
  font-size: 13px;
  line-height: 1.429;
  border-radius: 0;
}

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

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

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-border {
  background: transparent;
  border: 2px solid;
  padding: 9px 16px;
  font-size: 13px;
  line-height: 1.429;
  border-radius: 0;
}

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

.btn-default {
  color: #333333;
  background-color: #fff;
  border-color: #eaeaea;
  padding: 10px 15px;
  font-size: 13px;
  line-height: 1.429;
  border-radius: 0;
  border: 1px solid transparent;
}

.btn-default:focus, .btn-default.focus, .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #d1d1d1;
}

.btn-default:active, .btn-default.active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #d1d1d1;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #eaeaea;
}

.btn-default .badge {
  color: #fff;
  background-color: #333333;
}

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

.btn-primary:focus, .btn-primary.focus, .btn-primary:hover {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1a1a1a;
}

.btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1a1a1a;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #333333;
  border-color: #333333;
}

.btn-primary .badge {
  color: #333333;
  background-color: #fff;
}

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

.btn-success:focus, .btn-success.focus, .btn-success:hover {
  color: #fff;
  background-color: #00704b;
  border-color: #006644;
}

.btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #00704b;
  border-color: #006644;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #009966;
  border-color: #009966;
}

.btn-success .badge {
  color: #009966;
  background-color: #fff;
}

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

.btn-info:focus, .btn-info.focus, .btn-info:hover {
  color: #fff;
  background-color: #39b3d7;
  border-color: #31b0d5;
}

.btn-info:active, .btn-info.active {
  color: #fff;
  background-color: #39b3d7;
  border-color: #31b0d5;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

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

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

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

.btn-warning:focus, .btn-warning.focus, .btn-warning:hover {
  color: #fff;
  background-color: #cb6700;
  border-color: #c16200;
}

.btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #cb6700;
  border-color: #c16200;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f47c00;
  border-color: #f47c00;
}

.btn-warning .badge {
  color: #f47c00;
  background-color: #fff;
}

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

.btn-danger:focus, .btn-danger.focus, .btn-danger:hover {
  color: #fff;
  background-color: #c02604;
  border-color: #b62404;
}

.btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #c02604;
  border-color: #b62404;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #e82e05;
  border-color: #e82e05;
}

.btn-danger .badge {
  color: #e82e05;
  background-color: #fff;
}

.btn-link {
  color: #333333;
  font-weight: normal;
  border-radius: 0;
  text-decoration: underline;
}

.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, .btn-link:active {
  text-decoration: none;
}

.btn-link:hover, .btn-link:focus {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 17px 20px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 8px 13px;
  font-size: 13px;
  line-height: 1.3;
  border-radius: 0;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 5px 6px;
  font-size: 13px;
  line-height: 1.3;
  border-radius: 0;
}

.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 0.125s linear;
  transition: opacity 0.125s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.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: -1px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
}

.dropdown-menu > li {
  margin: 0;
}

.dropdown-menu > li > a {
  text-decoration: none;
  display: block;
  padding: 9px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.429;
  color: #555;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #eee;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #333333;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.429;
  color: #999999;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .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:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

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

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

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

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-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: 10px 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #333333;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #e6e6e6;
  border-radius: 0;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 7px 13px;
  font-size: 13px;
  border-radius: 0;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 16px 20px;
  font-size: 18px;
  border-radius: 0;
}

.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-bottom-right-radius: 0;
  border-top-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-bottom-left-radius: 0;
  border-top-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 {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
}

.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.429;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #6f6f6f;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 0;
}

.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: #333333;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-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-right-radius: 0;
  border-top-left-radius: 0;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  color: #696969;
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  text-decoration: none;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  color: #696969;
  background-color: #eeeeee;
}

.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: #999999;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

.label-primary {
  background-color: #333333;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #1a1a1a;
}

.label-success {
  background-color: #009966;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #006644;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f47c00;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #c16200;
}

.label-danger {
  background-color: #e82e05;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #b62404;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #333333;
  border-radius: 0;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #333333;
  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;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f9f9f9;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #e0e0e0;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}

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

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #5c5c5c;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}

.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 {
  background-color: #009966;
  border-color: #008055;
  color: #fff;
}

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

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

.alert-info {
  background-color: #5bc0de;
  border-color: #3db5d8;
  color: #fff;
}

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

.alert-info .alert-link {
  color: #e6e6e6;
}

.alert-warning {
  background-color: #f47c00;
  border-color: #db6f00;
  color: #fff;
}

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

.alert-warning .alert-link {
  color: #e6e6e6;
}

.alert-danger {
  background-color: #e82e05;
  border-color: #cf2904;
  color: #fff;
}

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

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

@-webkit-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 {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #333333;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #009966;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f47c00;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #e82e05;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-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 {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

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

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

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, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #999999;
  cursor: not-allowed;
}

.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: #999999;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  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: #999999;
}

.list-group-item-success {
  color: #009966;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #009966;
}

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, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #009966;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #009966;
  border-color: #009966;
}

.list-group-item-info {
  color: #5bc0de;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #5bc0de;
}

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, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #5bc0de;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.list-group-item-warning {
  color: #f47c00;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #f47c00;
}

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, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #f47c00;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #f47c00;
  border-color: #f47c00;
}

.list-group-item-danger {
  color: #e82e05;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #e82e05;
}

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, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #e82e05;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #e82e05;
  border-color: #e82e05;
}

.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: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.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-right-radius: -1;
  border-top-left-radius: -1;
}

.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: -1;
  border-bottom-left-radius: -1;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-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-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel > .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 > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .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 > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}

.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-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.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: #ededed;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #fafafa;
  border-color: #ededed;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ededed;
}

.panel-default > .panel-heading .badge {
  color: #fafafa;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ededed;
}

.panel-primary {
  border-color: #333333;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #333333;
}

.panel-primary > .panel-heading .badge {
  color: #333333;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #333333;
}

.panel-success {
  border-color: #008055;
}

.panel-success > .panel-heading {
  color: #fff;
  background-color: #009966;
  border-color: #008055;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #008055;
}

.panel-success > .panel-heading .badge {
  color: #009966;
  background-color: #fff;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #008055;
}

.panel-info {
  border-color: #3db5d8;
}

.panel-info > .panel-heading {
  color: #fff;
  background-color: #5bc0de;
  border-color: #3db5d8;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3db5d8;
}

.panel-info > .panel-heading .badge {
  color: #5bc0de;
  background-color: #fff;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3db5d8;
}

.panel-warning {
  border-color: #db6f00;
}

.panel-warning > .panel-heading {
  color: #fff;
  background-color: #f47c00;
  border-color: #db6f00;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #db6f00;
}

.panel-warning > .panel-heading .badge {
  color: #f47c00;
  background-color: #fff;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #db6f00;
}

.panel-danger {
  border-color: #cf2904;
}

.panel-danger > .panel-heading {
  color: #fff;
  background-color: #e82e05;
  border-color: #cf2904;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cf2904;
}

.panel-danger > .panel-heading .badge {
  color: #e82e05;
  background-color: #fff;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cf2904;
}

.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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #f9f9f9;
  border: 1px solid #e7e7e7;
  border-radius: 0;
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0;
}

.well-sm {
  padding: 9px;
  border-radius: 0;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.close:hover, .close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  outline: none;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  /* fix for ios 9 */
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

.modal.fade .modal-dialog {
  -webkit-transition: opacity 0.15s ease-in, -webkit-transform 0.2s ease-in;
  transition: opacity 0.15s ease-in, -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in, opacity 0.15s ease-in;
  transition: transform 0.2s ease-in, opacity 0.15s ease-in, -webkit-transform 0.2s ease-in;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.modal.fade.in .modal-dialog {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.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-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  -webkit-transition: none;
  transition: none;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.modal-header {
  padding: 20px;
  color: #fff;
  border: none;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header + .modal-content {
  border-top: 1px solid #e5e5e5;
}

.modal-header .close {
  font-size: 24px;
  padding: 4px 9px;
  overflow: hidden;
  line-height: 24px;
  margin-top: -6px;
  margin-bottom: -6px;
  margin-right: -9px;
}

.modal-title {
  margin: 0;
  line-height: 1.429;
  color: inherit;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal {
    text-align: center;
  }
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  .modal-dialog {
    width: 576px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #333333;
  border-radius: 0;
}

.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: #333333;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333333;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333333;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #333333;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #333333;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333333;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333333;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333333;
}

.popover {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #333333;
  background-clip: padding-box;
  border: 1px solid #333333;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  color: inherit;
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #333333;
  border-bottom: 1px solid #262626;
  border-radius: -1 -1 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: black;
  border-top-color: fadein(transparent, 5%);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #333333;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: black;
  border-right-color: fadein(transparent, 5%);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #333333;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: black;
  border-bottom-color: fadein(transparent, 5%);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #333333;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: black;
  border-left-color: fadein(transparent, 5%);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #333333;
  bottom: -10px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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: 1200px) {
  .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: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .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.custom.css.map */

/* End */


/* Start:/bitrix/templates/ubershop/css/font-awesome.css?161485536337890*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/bitrix/templates/ubershop/css/../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/bitrix/templates/ubershop/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/bitrix/templates/ubershop/css/../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/bitrix/templates/ubershop/css/../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/bitrix/templates/ubershop/css/../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/bitrix/templates/ubershop/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-display: block;
  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;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.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.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.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;
}

/* Deprecated as of 4.4.0 */
.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 {
  -webkit-filter: none;
          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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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: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";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

/*# sourceMappingURL=font-awesome.css.map */

/* End */


/* Start:/bitrix/templates/ubershop/css/font-ubershop.css?16148553634728*/
/* --------------------------------

UberShopIcons Web Font - nucleoapp.com/
License - nucleoapp.com/license/

-------------------------------- */
@font-face {
  font-family: 'UberShop';
  src: url("/bitrix/templates/ubershop/css/../fonts/UberShop.eot");
  src: url("/bitrix/templates/ubershop/css/../fonts/UberShop.eot") format("embedded-opentype"), url("/bitrix/templates/ubershop/css/../fonts/UberShop.woff2") format("woff2"), url("/bitrix/templates/ubershop/css/../fonts/UberShop.woff") format("woff"), url("/bitrix/templates/ubershop/css/../fonts/UberShop.ttf") format("truetype"), url("/bitrix/templates/ubershop/css/../fonts/UberShop.svg") format("svg");
  font-display: block;
  font-weight: normal;
  font-style: normal;
}

/*------------------------
	base class definition
-------------------------*/
.nc-icon {
  display: inline-block;
  font: normal normal normal 1em/1 'UberShop';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------
  change icon size
-------------------------*/
/* relative units */
.nc-icon-sm {
  font-size: 0.8em;
}

.nc-icon-lg {
  font-size: 1.2em;
}

/* absolute units */
.nc-icon-16 {
  font-size: 16px;
}

.nc-icon-32 {
  font-size: 32px;
}

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.nc-icon-bg-square,
.nc-icon-bg-circle {
  padding: 0.35em;
  background-color: #eee;
}

.nc-icon-bg-circle {
  border-radius: 50%;
}

/*------------------------------------
  use icons as list item markers
-------------------------------------*/
.nc-icon-ul {
  padding-left: 0;
  list-style-type: none;
}

.nc-icon-ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.4;
}

.nc-icon-ul > li > .nc-icon {
  margin-right: 0.4em;
  line-height: inherit;
}

/*------------------------
  spinning icons
-------------------------*/
.nc-icon-is-spinning {
  -webkit-animation: nc-icon-spin 2s infinite linear;
  animation: nc-icon-spin 2s infinite linear;
}

@-webkit-keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*------------------------
  rotated/flipped icons
-------------------------*/
.nc-icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nc-icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nc-icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.nc-icon-flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.nc-icon-flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/*------------------------
	icons
-------------------------*/
.nc-lock-open::before {
  content: "\ea03";
}

.nc-heart-2::before {
  content: "\ea04";
}

.nc-minimal-left::before {
  content: "\ea05";
}

.nc-minimal-right::before {
  content: "\ea06";
}

.nc-chart-bar-32::before {
  content: "\ea08";
}

.nc-zoom-2::before {
  content: "\ea09";
}

.nc-time-clock::before {
  content: "\ea0a";
}

.nc-phone-2::before {
  content: "\ea0b";
}

.nc-cart-simple::before {
  content: "\ea0c";
}

.nc-cart-simple-2::before {
  content: "\ea0d";
}

.nc-check-simple::before {
  content: "\ea0e";
}

.nc-chart-bars::before {
  content: "\ea10";
}

.nc-menu-34::before {
  content: "\ea11";
}

.nc-zoom-2-2::before {
  content: "\ea12";
}

.nc-cart-9::before {
  content: "\ea13";
}

.nc-minimal-down::before {
  content: "\ea14";
}

.nc-minimal-up::before {
  content: "\ea15";
}

.nc-simple-remove-2::before {
  content: "\ea16";
}

.nc-favourite-31::before {
  content: "\ea18";
}

.nc-grid-48::before {
  content: "\ea23";
}

.nc-bullet-list-70::before {
  content: "\ea24";
}

.nc-simple-add::before {
  content: "\ea25";
}

.nc-simple-delete::before {
  content: "\ea26";
}

.nc-lock::before {
  content: "\ea28";
}

.nc-single-04::before {
  content: "\ea29";
}

/*# sourceMappingURL=font-ubershop.css.map */

/* End */


/* Start:/bitrix/templates/ubershop/template_styles.css?1741285188367879*/
@charset "UTF-8";
/**
 * ВНИМАНИЕ!
 * Не редактируйте этот файл, если планируете в будущем устанавливать обновления.
 * При обновлении он может быть заменен и все ваши изменения будут утеряны!
 * Свои стили рекомендуется писать в файле custom.css в папке с шаблоном.
 *
 * VNIMANIE!
 * Ne redaktirujte jetot fajl, esli planiruete v budushhem ustanavlivat' obnovlenija.
 * Pri obnovlenii on mozhet byt' zamenen i vse vashi izmenenija budut uterjany!
 * Svoi stili rekomenduetsja pisat' v fajle custom.css v papke s shablonom.
 */
.svgi {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.svgi-view-compact {
  font-size: 1.6rem;
  width: 1.25em;
}

.svgi-view-grid {
  font-size: 1.6rem;
  width: 1em;
}

.svgi-view-list {
  font-size: 1.6rem;
  width: 1em;
}

form label.error{
	color: #e62222 !important;
    font-size: 10px;
    float: right;
}

.smarline_points_issue .title_block{
	font-size: 32px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.smarline_points_issue .points_list{
	display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 20px;
}

.smarline_points_issue .points_list .td{
	display: flex;
    flex-direction: column;
    padding: 10px 15px;
    background: #f2f2f2;
    gap: 5px;
}
.smarline_points_issue .points_list .td a{
	color: #000;
    font-weight: bold;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -ms-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    -ms-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -ms-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -ms-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    -ms-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -ms-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -ms-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -ms-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@-webkit-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}

@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}

@keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}

@-webkit-keyframes flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}

@keyframes flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}

@-webkit-keyframes flipOutY {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}

@keyframes flipOutY {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}

@-webkit-keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
}

@keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
}

@-webkit-keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@-webkit-keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@-webkit-keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  40% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  80% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
  }
}

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  40% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  80% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
  }
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}

@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}

@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}

@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}

@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}

@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}

@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}

@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

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

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

a {
  cursor: pointer;
}

a:hover,
a:focus {
  text-decoration: none;
}

.link-dotted {
  border-bottom: 1px dotted;
  text-decoration: none !important;
}

.link-dotted:hover {
  border-bottom-color: transparent;
}

.link-border {
  padding-bottom: 1px;
  border-bottom: 1px solid;
  text-decoration: none !important;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-border.active, .link-border:hover {
  color: #333333;
  border-bottom-color: transparent !important;
}

.a-hover-u {
  text-decoration: none;
}

.a-hover-u:hover {
  text-decoration: underline;
}

.normal {
  font-weight: 400;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.float-none {
  float: none;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.img-zoom.float-left,
img[align="left"] {
  float: left;
  margin: 0 20px 5px 0;
}

.img-zoom.float-right,
img[align="right"] {
  float: right;
  margin: 0 0 5px 20px;
}

.list-icons {
  list-style: none;
  padding-left: 27px !important;
}

.list-icons li {
  margin: 10px 0;
  padding-left: 25px;
}

.list-icons a {
  color: inherit;
  text-decoration: none;
}

.list-icons a:hover {
  text-decoration: underline;
}

.list-icons .fa {
  position: absolute;
  width: 20px;
  margin: 2px 2px 0 -27px;
  text-align: center;
  color: #999999;
}

.bxe-list {
  list-style: none;
}

.of-hidden {
  overflow: hidden;
}

.fixed-bottom-panel:hover {
  z-index: 200 !important;
}

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

.s_site_boxed-yes {
  background-color: #ededed;
}

.s_site_boxed-yes .site-wrapper {
  max-width: 1420px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.site-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  will-change: transform;
  z-index: -1;
}

.s_site_bg-texture .site-bg {
  background-repeat: repeat;
}

.s_site_bg-image .site-bg {
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.homepage .main,
.s_page_heading_in_main-v3 .main {
  margin-top: 30px;
}

form .g-recaptcha {
  display: none!important;
}

@media screen and (max-width: 991px) {
  .s_page_heading_in_main-v3 .main {
    margin-top: 0px;
  }
  .smarline_points_issue .title_block{
	  font-size: 20px;
  }
  .smarline_points_issue .points_list{
	  flex-direction: column;
  }
}

.sc-maxwidth {
  max-width: 1360px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.main.with-sidebar .content {
  float: right;
}

.sidebar {
  position: relative;
  z-index: 110;
}

@media screen and (max-width: 767px) {
  .s_layout-with_sidebar .page-sidebar {
    display: none;
  }
.widgetcontainer.container {width:100%!important}



}

@media screen and (min-width: 768px) {
  .s_layout-with_sidebar .page-sidebar {
    width: 34%;
    float: left;
  }
  .s_layout-with_sidebar .page-content {
    width: 66%;
    float: right;
    padding-left: 30px;
  }
}

@media screen and (min-width: 992px) {
  .s_layout-with_sidebar .page-sidebar {
    width: 28%;
  }
  .s_layout-with_sidebar .page-content {
    width: 72%;
  }
}

@media screen and (min-width: 1200px) {
  .s_layout-with_sidebar .page-sidebar {
    width: 21%;
  }
  .s_layout-with_sidebar .page-content {
    width: 100%;
  }
}

.main .sc-maxwidth.clearfix .main-in.s_layout-with_sidebar{display: flex}
.side-block {
  margin-bottom: 40px;
}

.side-block-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
  margin-bottom: 20px;
}

.side-text-block .item-content {
  color: #999999;
  font-size: 13px;
}

.btn,
.site-wrapper a {
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.img-placeholder {
  background: #fff;
  position: absolute;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ms-img {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.ms-img:focus,
.ms-img img:focus {
  outline: none;
}

.ms-img.float-left {
  margin: 0 20px 20px 0;
}

.ms-img.float-right {
  margin: 0 20px 0 20px;
}

.ms-img.ms-img--bordered img {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  border: 1px solid #f2f2f2;
}

[class*="ms-img--dim"] {
  display: block;
}

[class*="ms-img--dim"].ms-img--bordered {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
}

[class*="ms-img--dim"]:before {
  content: "";
  height: 0;
  width: 100%;
  display: block;
}

[class*="ms-img--dim"] img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

[class*="ms-img--dim"]:not(.ms-img--contain) img {
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  max-height: none;
}

[class*="ms-img--dim"].ms-img--contain img {
  max-height: 100%;
}

.ms-img--dim-3by1:before {
  padding-top: 33.33333%;
}

.ms-img--dim-2by1:before {
  padding-top: 50%;
}

.ms-img--dim-16by9:before {
  padding-top: 56.25%;
}

.ms-img--dim-3by2:before {
  padding-top: 66.66667%;
}

.ms-img--dim-4by3:before {
  padding-top: 75%;
}

.ms-img--dim-5by4:before {
  padding-top: 80%;
}

.ms-img--dim-1by1:before {
  padding-top: 100%;
}

.ms-img--dim-4by5:before {
  padding-top: 125%;
}

.ms-img--dim-3by4:before {
  padding-top: 133.33333%;
}

.ms-img--dim-2by3:before {
  padding-top: 150%;
}

.ms-img--dim-9by16:before {
  padding-top: 177.77778%;
}

.ms-img--dim-1by2:before {
  padding-top: 200%;
}

.ms-img-hover {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.ms-img:hover .ms-img-hover {
  opacity: 1;
}

.ms-img-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}

.ms-img-caption .ms-img-caption-bg {
  background: #000;
  opacity: 0.6;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.ms-img-caption .ms-img-caption-text {
  padding: 9px;
  display: block;
  position: relative;
}

@media screen and (max-width: 991px) {
  .ms-img-caption {
    font-size: 13px;
  }
  .ms-img-caption span {
    padding: 9px;
  }
}

.ms-img-zoom {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  margin: -25px 0 0 -25px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 54px;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.ms-img-zoom:before {
  color: #fff;
  display: inline-block;
  font: normal normal normal 1em/1 'UberShop';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea09";
}

.ms-img:hover .ms-img-zoom {
  opacity: 1;
}

ul, ol {
  padding-left: 25px;
}

li {
  margin: 10px 0;
}

.menu,
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu li,
.menu ul li {
  margin: 0;
  padding: 0;
}

.count-badge {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  border-radius: 14px;
  text-align: center;
  font-size: 14px;
  background: #e6e6e6;
  color: #000;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-count-badge .count-badge {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn-readmore {
  line-height: 20px;
  display: inline-block;
  margin-top: -20px;
  height: 20px;
  position: absolute;
}

.readmore {
  margin-bottom: 30px;
}

.readmore > *:last-child {
  margin-bottom: 0;
}

.btn-dashed,
.btn-readmore {
  text-decoration: none;
  font-size: 14px;
}

.btn-dashed span,
.btn-readmore span {
  border-bottom: 1px dashed #dadada;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-dashed:hover span,
.btn-readmore:hover span {
  border-color: inherit;
}

.btn-dashed .icon,
.btn-readmore .icon {
  color: #666;
  font-size: 12px;
  vertical-align: -1px;
}

.btn-dashed:hover .icon,
.btn-readmore:hover .icon {
  color: inherit;
}

.loader {
  clear: both;
  font-size: 32px;
}

.loader:after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border: 0.1em solid rgba(0, 0, 0, 0.15);
  border-left-color: #000;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load8 0.6s infinite linear;
          animation: load8 0.6s infinite linear;
}

.loader.loader-light:after {
  border-color: #fff;
  border-left-color: #fff;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.red_star {
  color: #e82e05;
}

.btn .fa {
  margin-right: 6px;
}

select.form-control {
  padding-top: 0;
  padding-bottom: 0;
}

.btn:active,
.btn:focus {
  outline: none !important;
}

.btn-bold {
  font-weight: 700;
  text-transform: uppercase;
}

.has-error .upload-button {
  background: #e82e05;
}

.form label {
  font-size: 13px;
  position: static;
  opacity: 1;
  color: inherit;
}

.form label .fa {
  color: #b2b2b2;
  margin-right: 2px;
}

.form .field-content .help-block {
  display: none;
}

.form .has-error .help-block {
  margin-bottom: 0;
  font-size: 12px;
  display: block;
}

.form .field-content .radio:first-child,
.form .field-content .checkbox:first-child {
  margin-top: 0;
}

.form .field-content .radio:last-child,
.form .field-content .checkbox:last-child {
  margin-bottom: 0;
}

.form .input-calendar-wrap {
  display: inline-block;
  vertical-align: middle;
}

.form .date-interval-hellip {
  vertical-align: middle;
  width: 16px;
}

@media screen and (max-width: 575px) {
  .form .date-interval-hellip + .input-calendar-wrap {
    margin-top: 15px;
  }
}

.form .input-calendar {
  max-width: 100%;
  width: 170px;
}

.form .btn-calendar i {
  margin-right: 0;
}

.form .form-control {
  max-width: 100%;
}

.form .upload-button {
  margin: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer !important;
}

.form .upload-button input {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: pointer !important;
  z-index: 2;
  opacity: 0;
  background-color: transparent;
  color: transparent;
}

.form .captcha-block .form-input {
  margin-top: -15px;
}

.form .captcha-img {
  float: left;
  margin-top: 15px;
}

.form .btn-captcha-update {
  float: left;
  margin: 15px 0 0 0;
  text-align: center;
  color: #9d9d9d;
  line-height: 39px;
  font-size: 14px;
  width: 34px;
  height: 40px;
}

.form .btn-captcha-update:hover {
  color: #6b6a6a;
}

.form .captcha-input {
  display: inline-block;
  max-width: 100px;
  font-size: 18px;
  margin-top: 15px;
  height: 40px;
  line-height: 40px;
}

.form .field-error {
  font-size: 12px;
  color: #e82e05;
  margin-top: 5px;
}

.form .recaptcha-block label {
  display: none;
}

.recaptcha-error {
  display: none;
  color: #e82e05;
  margin-top: 5px;
  font-size: 13px;
}

.has-error .recaptcha-error {
  display: block;
}

.form-success-message {
  font-weight: bold;
}

.form-success-message .fa-check-circle {
  margin-right: 5px;
}

.form-footer {
  margin-top: 5px;
}

.form-footer .col-submit,
.form-footer .col-required {
  display: inline-block;
  vertical-align: middle;
}

.form-footer .col-submit {
  margin-right: 15px;
}

.form-footer .col-required {
  line-height: 20px;
}

.form-footer .col-required .red_star {
  font-size: 18px;
  line-height: inherit;
  vertical-align: -6px;
}

.form-footer .col-required .required-text {
  font-size: 13px;
  vertical-align: middle;
}

.bitrix-form .form-descr {
  margin-bottom: 20px;
}

.bitrix-form .field-type-checkbox .field-content {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.bitrix-form .field-type-checkbox input {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.bitrix-form .field-type-radio .field-content {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.bitrix-form .field-type-radio input {
  position: absolute;
  margin-left: -20px;
  margin-top: -5px;
}

.bitrix-form .field-type-date .form-control {
  max-width: 160px;
  display: inline-block;
  vertical-align: middle;
}

.bitrix-form .field-type-date img.calendar-icon {
  vertical-align: middle;
  margin: 0 0 0 5px;
}

.bitrix-form .field-type-date img.calendar-icon-hover {
  border: none;
  background: none;
  margin: 0 0 0 5px;
}

.bitrix-form .field-accept label {
  padding-left: 0;
}

.field-accept .checkbox {
  margin: 0;
}

.accept-error {
  font-size: 12px;
  color: #e82e05;
  margin-top: 5px;
}

.form-user-consent {
  margin-bottom: 5px;
}

.form-user-consent label {
  margin: 0;
}

.form-user-consent-error {
  display: none;
  font-size: 13px;
  color: #e82e05;
}

.form-user-consent-error.active {
  display: block;
}

.social-icons {
  margin-left: -6px;
  margin-bottom: -6px;
}

.social-icons li {
  display: inline-block;
  margin: 0 0 6px 6px;
}

.si {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.si i {
  margin: 0 !important;
}

.si:hover {
  opacity: 1;
}

.flex-grid {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: 1px;
  margin-right: 0;
}

.flex-grid > .item {
  margin-top: -1px;
  width: 100%;
}

.flex-grid.slider {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 320px) {
  .per-row-xxs-1 > .item {
    width: 100%;
  }
  .per-row-xxs-2 > .item {
    width: 50%;
  }
  .per-row-xxs-3 > .item {
    width: 33.33333%;
  }
  .per-row-xxs-4 > .item {
    width: 25%;
  }
}

@media screen and (min-width: 480px) {
  .per-row-xs-1 > .item {
    width: 100%;
  }
  .per-row-xs-2 > .item {
    width: 50%;
  }
  .per-row-xs-3 > .item {
    width: 33.33333%;
  }
  .per-row-xs-4 > .item {
    width: 25%;
  }
  .per-row-xs-5 > .item {
    width: 20%;
  }
  .per-row-xs-6 > .item {
    width: 16.66667%;
  }
}

@media screen and (min-width: 768px) {
  .per-row-sm-1 > .item {
    width: 100%;
  }
  .per-row-sm-2 > .item {
    width: 50%;
  }
  .per-row-sm-3 > .item {
    width: 33.33333%;
  }
  .per-row-sm-4 > .item {
    width: 25%;
  }
  .per-row-sm-5 > .item {
    width: 20%;
  }
  .per-row-sm-6 > .item {
    width: 16.66667%;
  }
  .per-row-sm-7 > .item {
    width: 14.28571%;
  }
  .per-row-sm-8 > .item {
    width: 12.5%;
  }
}

@media screen and (min-width: 992px) {
  .per-row-md-1 > .item {
    width: 100%;
  }
  .per-row-md-2 > .item {
    width: 50%;
  }
  .per-row-md-3 > .item {
    width: 33.33333%;
  }
  .per-row-md-4 > .item {
    width: 25%;
  }
  .per-row-md-5 > .item {
    width: 20%;
  }
  .per-row-md-6 > .item {
    width: 16.66667%;
  }
  .per-row-md-7 > .item {
    width: 14.28571%;
  }
  .per-row-md-8 > .item {
    width: 12.5%;
  }
  .per-row-md-9 > .item {
    width: 11.11111%;
  }
  .per-row-md-10 > .item {
    width: 10%;
  }
}

@media screen and (min-width: 1200px) {
  .per-row-lg-1 > .item {
    width: 100%;
  }
  .per-row-lg-2 > .item {
    width: 50%;
  }
  .per-row-lg-3 > .item {
    width: 33.33333%;
  }
  .per-row-lg-4 > .item {
    width: 25%;
  }
  .per-row-lg-5 > .item {
    width: 20%;
  }
  .per-row-lg-6 > .item {
    width: 16.66667%;
  }
  .per-row-lg-7 > .item {
    width: 14.28571%;
  }
  .per-row-lg-8 > .item {
    width: 12.5%;
  }
  .per-row-lg-9 > .item {
    width: 11.11111%;
  }
  .per-row-lg-10 > .item {
    width: 10%;
  }
  .per-row-lg-11 > .item {
    width: 9.09091%;
  }
  .per-row-lg-12 > .item {
    width: 8.33333%;
  }
}

.top-panel {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  color: #000;
  z-index: 150;
  font-size: 14px;
}

.top-panel-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.top-panel .col {
  padding: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-panel .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-panel .col-menu {
  overflow: hidden;
}

.top-panel .col-menu,
.top-panel .col-menu + * {
  opacity: 0;
  -webkit-transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.top-panel.initialized .col-menu,
.top-panel.initialized .col-menu + * {
  overflow: visible;
  opacity: 1;
}

.top-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-panel .col-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px;
  font-size: 14px;
  color: #666;
}

.top-panel .col-contacts .phone {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none !important;
}

.top-panel .col-contacts .phone a,
.top-panel .col-contacts .phone a:hover {
  color: inherit;
  text-decoration: none;
}

.top-panel .col-contacts .phone .nc-icon {
  font-size: 12px;
  color: #333;
  margin-right: 8px;
}

.top-panel .submenu {
  border-top: 2px solid transparent;
}

.top-panel .submenu .submenu {
  border: none;
}

.top-panel .col-menu .menu {
  display: table;
}

.top-panel .col-menu .menu a {
  color: #000;
  text-decoration: none;
}

.top-panel .col-menu .menu > li {
  display: table-cell;
  position: relative;
}

.top-panel .col-menu .menu > li > .link a {
  display: block;
  height: 44px;
  line-height: 44px;
  white-space: nowrap;
  padding: 0 20px;
}

.top-panel .col-menu .menu > li:first-child > .link a {
  padding-left: 0;
}

.top-panel .col-menu .menu > li.hassub > .link a:after {
  display: inline-block;
  font: normal normal normal 1em/1 'UberShop';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea14";
  margin-left: 10px;
  font-size: 10px;
  width: 10px;
  height: 10px;
  color: #000;
}

.top-panel .col-menu .menu > li.hassub.hover {
  z-index: 2;
}

.top-panel .col-menu .menu > li.hassub.hover > .submenu {
  z-index: 3;
  top: 100%;
  left: 0;
  visibility: visible;
  opacity: 1;
}

.top-panel .col-menu .menu > li.hassub.hover:first-child > .submenu {
  left: 0;
}

.top-panel .col-menu .menu > li.active:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 100%;
  border-bottom: 2px solid transparent;
}

.top-panel .col-menu .menu > li:first-child.active:after {
  left: 0;
}

.top-panel .col-menu .menu > li.rtl > .submenu {
  left: auto !important;
  right: 0 !important;
}

.top-panel .s_top_panel_bg-color .col-auth .nc-icon,
.top-panel .s_top_panel_bg-dark .col-auth .nc-icon {
  color: #ffffff;
}

.top-panel .col-auth {
  position: relative;
  padding: 0;
}

.top-panel .col-auth .nc-icon {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: -4px;
  color: #b7b7b7;
}

.top-panel .col-auth .auth-auth {
  white-space: nowrap;
}

.top-panel .col-auth .auth-auth > a {
  display: inline-block;
  color: #333333;
  text-decoration: none;
  height: 44px;
  line-height: 44px;
}

.top-panel .col-auth .auth-auth .separator {
  color: #b7b7b7;
  margin: 0 5px;
}

.top-panel .col-auth .auth-personal .nc-icon {
  font-size: 20px;
}

.top-panel .col-auth .auth-personal:hover .submenu {
  top: 100%;
  left: auto;
  right: 0;
  opacity: 1;
  visibility: visible;
}

.top-panel .col-auth .auth-personal-in > a {
  color: inherit;
  text-decoration: none;
  display: block;
  line-height: 44px;
  white-space: nowrap;
  padding: 0 0 0 20px;
}

.top-panel .col-auth:hover {
  z-index: 2;
}

.top-panel .col-auth:hover > .submenu {
  z-index: 3;
  top: 100%;
  right: 0;
  left: auto;
  visibility: visible;
  opacity: 1;
}

.top-panel .col-auth:hover:first-child > .submenu {
  left: 0;
}

.top-panel *:focus {
  outline: none;
}

.top-panel .fa {
  color: inherit;
  font-size: 14px;
}

.top-panel .in {
  display: table;
  width: 100%;
  min-height: 44px;
}

.s_top_panel_text-light {
  color: #fff;
}

.s_top_panel_text-light .item .btn:hover {
  border-color: #fff;
  background: #fff;
  color: #333333;
}

.s_top_panel_text-light .col-auth .nc-icon,
.s_top_panel_text-light .col-contacts .phone .nc-icon,
.s_top_panel_text-light .col-menu .menu a,
.s_top_panel_text-light .col-menu .menu > li.hassub > .link a:after,
.s_top_panel_text-light .col-auth .auth-auth > a,
.s_top_panel_text-light .col-menu .menu > li:hover > .link > a,
.s_top_panel_text-light .col-auth .auth-auth > a:hover,
.s_top_panel_text-light .col-auth .auth-personal > a:hover,
.s_top_panel_text-light .col-auth:hover > a .nc-icon {
  color: #fff;
}

.s_top_panel_text-light .col-contacts {
  color: #ddd;
}

.s_top_panel_text-light .btn-dashed span {
  border-color: rgba(255, 255, 255, 0.3);
}

.s_top_panel_text-light .btn-dashed:hover span {
  border-color: inherit;
}

.s_top_panel_text-light .col-contacts .phone,
.s_top_panel_text-light .btn-dashed,
.s_top_panel_text-light .btn-dashed:hover {
  color: #fff;
}

.s_top_panel_text-dark {
  color: #333333;
}

.s_top_panel_text-dark .item .btn:hover {
  border-color: #333333;
  background: #333333;
  color: #fff;
}

.s_top_panel_bg-light {
  background: #f5f5f5;
}

.s_top_panel_bg-dark {
  background: #333333;
}

.fixed-panel-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 140;
  background: #fff;
  -webkit-box-shadow: 0 -2px 8px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2px 8px 4px rgba(0, 0, 0, 0.15);
}

.fixed-panel-mobile .fp-item {
  width: 33.3333%;
  position: relative;
  float: left;
  height: 50px;
  line-height: 50px;
}

.fixed-panel-mobile .fp-item-link {
  display: block;
  padding: 0 15px;
  float: none;
  line-height: 55px;
  height: 50px;
  overflow: hidden;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.fixed-panel-mobile .fp-item-link:hover {
  color: #333;
}

.fixed-panel-mobile .fp-item-link:active {
  background: rgba(0, 0, 0, 0.05);
}

.fixed-panel-mobile .fp-item-link > * {
  vertical-align: top;
}

.fixed-panel-mobile .fp-icon {
  float: none;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  width: 24px;
}

.fixed-panel-mobile .fp-icon .nc-icon {
  line-height: inherit;
}

.fixed-panel-mobile .nc-to-close {
  position: relative;
  text-align: center;
}

.fixed-panel-mobile .nc-to-close:before, .fixed-panel-mobile .nc-to-close:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: inherit;
  text-align: center;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.fixed-panel-mobile .nc-to-close:before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.fixed-panel-mobile .nc-to-close:after {
  display: inline-block;
  font: normal normal normal 1em/1 'UberShop';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea16";
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  font-size: 75%;
  line-height: inherit;
}

.fixed-panel-mobile .active .nc-to-close:before {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.fixed-panel-mobile .active .nc-to-close:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.fixed-panel-mobile .fp-count {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  vertical-align: 18px;
  border-radius: 50%;
  margin-left: -5px;
  margin-right: -5px;
}

.fixed-panel-mobile .fp-item-text {
  display: inline-block;
  margin-left: 4px;
  float: none;
  line-height: normal;
  vertical-align: 3px;
}

.fixed-panel-mobile .fp-cart {
  text-align: center;
}

.fixed-panel-mobile .fp-cart .count-badge {
  position: absolute;
  margin-left: 14px;
  left: 50%;
  top: 2px;
}

.fixed-panel-mobile .fp-search {
  text-align: right;
}

.fixed-panel-mobile .fp-search .fp-item-link {
  padding-right: 0;
}

.fixed-panel-mobile .fp-search .fp-icon {
  text-align: center;
  font-size: 24px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  margin: 0 15px;
  width: 24px;
  height: 50px;
  line-height: 50px;
}

@-webkit-keyframes myopacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes myopacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.mobile-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 120;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s cubic-bezier(0.4, 0, 0.2, 1) 250ms, opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0s cubic-bezier(0.4, 0, 0.2, 1) 250ms, opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-overlay.is-open {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.lock-scroll,
.lock-scroll body {
  overflow: hidden;
}

.mobile-slide-panel {
  position: fixed;
  width: 270px;
  max-width: 100%;
  top: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-transition: opacity 125ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 125ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), opacity 125ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), opacity 125ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  z-index: 130;
}

.mobile-slide-panel.panel-left {
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.mobile-slide-panel.panel-right {
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.mobile-slide-panel.is-open {
  opacity: 1;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.mobile-slide-panel.is-close {
  opacity: 0 !important;
}

.mobile-slide-panel-in {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: auto;
}

.slide-menu {
  -webkit-transform: translateX(0%) !important;
      -ms-transform: translateX(0%) !important;
          transform: translateX(0%) !important;
}

.slide-menu .slide-menu-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  will-change: transform;
}

.slide-menu .mobile-contacts {
  padding: 15px;
}

.slide-menu .btn-count-badge {
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  margin-right: -5px;
  border-radius: 14px;
  font-size: 14px;
}

.slide-menu .mobile-callback {
  margin-bottom: 10px;
}

.slide-menu .mobile-callback a {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  border-radius: 3px;
}

.slide-menu .mobile-phone {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
}

.slide-menu .mobile-phone .icon {
  margin-right: 10px;
  font-size: 14px;
}

.slide-menu .mobile-phone a {
  color: inherit;
  text-decoration: none;
}

.slide-menu .mobile-buttons .fp-item {
  display: inline-block;
  float: none;
}

.slide-menu .mobile-buttons .fp-item a {
  padding: 0 12px;
}

.slide-menu .menu {
  padding-left: 0;
  list-style: none;
  width: 270px;
  max-width: 100%;
  margin: 0;
}

.slide-menu .menu ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  padding-left: 0;
  list-style: none;
  width: 270px;
  max-width: 100%;
  margin: 0;
}

.slide-menu .menu li {
  border-bottom: 1px solid #f3f3f3;
  margin: 0;
}

.slide-menu .menu .item-with-icon {
  position: relative;
}

.slide-menu .menu .item-with-icon .item-icon {
  font-size: 22px;
  position: absolute;
  left: 15px;
  width: 24px;
  text-align: center;
  top: 11px;
}

.slide-menu .menu .item-with-icon > a {
  padding-left: 50px;
}

.slide-menu .menu li.is-active > a {
  position: relative;
  font-weight: 600;
}

.slide-menu .menu li.is-active > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  bottom: 1px;
  width: 3px;
}

.slide-menu .menu li.has-sub a {
  padding-right: 40px;
}

.slide-menu .menu .slide-menu-current {
  font-weight: 600;
  text-align: center;
}

.slide-menu .menu .slide-menu-current a {
  color: #fff;
  padding-right: 15px;
  text-decoration: underline;
}

.slide-menu .menu .slide-menu-current a:hover {
  text-decoration: none;
}

.slide-menu .menu a {
  position: relative;
  display: block;
  padding: 12px 15px;
  color: #000;
  text-decoration: none;
}

.slide-menu .menu a:active {
  background: rgba(0, 0, 0, 0.05);
}

.slide-menu .menu a .arr-left,
.slide-menu .menu a .arr-right {
  position: absolute;
  top: 50%;
  display: block;
  line-height: 20px;
  font-size: 14px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  text-align: center;
}

.slide-menu .menu a .arr-left {
  left: 7px;
}

.slide-menu .menu a .arr-right {
  right: 10px;
}

.slide-menu .menu .slide-menu-back a {
  background: #f3f3f3;
  padding-left: 35px;
}

.slide-menu.no-transition, .slide-menu.no-transition * {
  -webkit-transition: none !important;
  transition: none !important;
}

.header-mobile {
  padding: 65px 15px 15px;
  text-align: center;
}

.header-mobile img {
  max-width: 160px;
  max-height: 60px;
  height: auto;
  width: auto;
}

.mobile-search {
  background: #fff;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 130;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  will-change: transform;
  -webkit-transition: opacity 125ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 125ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), opacity 125ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), opacity 125ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-search.is-open {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.mobile-search.is-close {
  opacity: 0 !important;
}

.mobile-search .mobile-search-in {
  padding: 15px;
}

.mobile-search form {
  position: relative;
}

.mobile-search form input {
  height: 40px;
  border: 1px solid #f0f0f0;
  background: #ffffff;
}

.mobile-search form input:focus {
  border-color: #d8d8d8;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.mobile-search form button {
  position: absolute;
  width: 40px;
  height: 38px;
  line-height: 44px;
  top: 1px;
  right: 1px;
  padding: 0;
  background: #fff;
  font-size: 18px;
  color: #2e2e2e;
}

.mobile-search form button .fa {
  margin: 0;
}

.mobile-search button:hover {
  color: #fff;
  background: #9c9c9c;
}

.mobile-search .search-result {
  top: 100%;
}

.fixed-panel-mobile,
.mobile-sidebar-overlay,
.mobile-sidebar,
.header-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .fixed-panel-mobile,
  .mobile-sidebar-overlay,
  .mobile-sidebar,
  .header-mobile {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .slide-menu-overlay,
  .slide-menu,
  .mobile-search {
    display: none !important;
  }
}

.top-panel,
.header {
  display: none;
}

@media screen and (min-width: 992px) {
  .top-panel,
  .header {
    display: block;
  }
}

.header-in {
  color: #666;
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  z-index: 140;
}

.header-in a {
  text-decoration: none;
}

.header-col {
  padding: 15px 0 15px 30px;
}

@media screen and (min-width: 1200px) {
  .header-col {
    padding-left: 60px;
  }
}

.header-col:first-child {
  padding-left: 0 !important;
}

.header-col-logo {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 992px) {
  .header-col-logo {
    max-width: 28%;
  }
}

@media screen and (min-width: 1200px) {
  .header-col-logo {
    max-width: 21%;
  }
}

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

.header-in2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 96px;
  /* IE 11 FIX */
}

.header-col-text {
  max-width: 280px;
}

.header-col-buttons {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 30px;
}

.header-buttons div[class^="header-button-"] {
  display: inline-block;
  margin-left: 15px;
  color: #b7b7b7;
  padding-right: 15px;
  position: relative;
}

.header-buttons .hb-btn i {
  font-size: 22px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.header-buttons .hb-btn.is-empty .count-badge {
  opacity: 0;
}

.header-buttons .count-badge {
  left: 24px;
  top: -7px;
  position: absolute;
}

.header-col-cart {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header-cart {
  position: relative;
  color: #000;
}

.header-cart.active .ms-dropdown,
.header-cart:hover .ms-dropdown {
  opacity: 1;
  visibility: visible;
}

.header-cart .ms-dropdown {
  top: 100%;
  padding-top: 20px;
  width: 320px;
}

.header-cart .ms-dropdown:after {
  top: 20px;
}

.header-cart .ms-dropdown .item-content {
  padding-right: 20px;
}

.header-cart .ms-dropdown .item-price-count {
  margin-left: -5px;
}

.header-cart .ms-dropdown .item-price-count > * {
  display: inline-block;
  margin-left: 5px;
}

.header-cart .ms-dropdown .price-old {
  text-decoration: line-through;
  color: #919191;
}

.header-cart .ms-dropdown .count {
  color: #8f8f8f;
}

.header-cart .header-cart-in {
  display: block;
  color: #333;
}

.header-cart .header-cart-icon {
  width: 54px;
  height: 54px;
  float: left;
  position: relative;
  border-radius: 4px;
  background: #fff;
  text-indent: -1px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-cart .header-cart-icon .nc-icon {
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 24px;
  text-align: center;
}

.header-cart .header-cart-icon .cart-count {
  position: absolute;
  right: -14px;
  top: -14px;
}

.header-cart .header-cart-text {
  padding-left: 20px;
  overflow: hidden;
}

.header-cart:hover .header-cart-icon {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #ededed;
}

.header-cart .is-empty .header-cart-icon .cart-count {
  opacity: 0;
}

.header-cart .btn-primary {
  color: #fff;
}

.header-cart .header-cart-text .title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.header-cart .header-cart-text .summary {
  color: #666;
}

.header-cart .header-cart-text .cart-sum {
  white-space: nowrap;
}

.s_header_cart_view-default .ms-dropdown {
  left: auto;
  right: 0;
}

.s_header_cart_view-default .ms-dropdown:before {
  visibility: hidden;
}

@media screen and (min-width: 1500px) {
  .s_header_cart_view-default .ms-dropdown {
    left: -25px;
    right: auto;
  }
  .s_header_cart_view-default .ms-dropdown.triangle-top:before {
    left: 43px;
    visibility: visible;
  }
}

.s_header_cart_view-compact .ms-dropdown {
  left: auto;
  right: 0;
}

.s_header_cart_view-compact .ms-dropdown.triangle-top:before {
  left: auto;
  right: 18px;
}

.header-col-contacts {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.header-contacts {
  padding-left: 20px;
  min-width: 32px;
}

.header-contacts a {
  color: inherit;
}

.header-contacts .phone {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none !important;
}

.header-contacts .phone a,
.header-contacts .phone a:hover {
  color: inherit;
}

.header-contacts .phone .fa {
  font-size: 14px;
  font-weight: 400;
}

.header-contacts-item {
  margin: 7px 0;
  position: relative;
}

.header-contacts-item .fa,
.header-contacts-item .nc-icon {
  color: #333;
  position: absolute;
  left: -20px;
  top: 5px;
}

.header-contacts-item .nc-icon {
  font-size: 12px;
}

.header-contacts-item.callback a {
  border-bottom: 1px dashed #dadada;
}

.header-contacts-item.callback a:hover {
  border-color: inherit;
}

.header-col-search {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header-search {
  position: relative;
}

.header-search input {
  height: 40px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  background: #ffffff;
  color: #000;
  font-size: 13px;
}

.header-search:hover input,
.header-search input:focus {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #ededed;
}

.header-search button {
  position: absolute;
  width: 45px;
  height: 38px;
  line-height: 43px;
  top: 1px;
  right: 1px;
  padding: 0;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  color: #2e2e2e;
}

.header-search button .fa {
  margin: 0;
}

.header-search button:hover {
  color: #fff;
}

.header-search .search-result {
  top: 100%;
  margin: 0 1px;
}

.header-search.active .search-result {
  opacity: 1;
  visibility: visible;
}

.title-search-result {
  z-index: 140;
}

.title-search-result .ms-dropdown {
  opacity: 1;
  visibility: visible;
}

.menubar-search {
  position: relative;
  padding-left: 15px;
}

.menubar-search .search-toggle {
  text-align: center;
  font-size: 20px;
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  width: 50px;
  height: 50px;
}

.menubar-search .search-toggle:before, .menubar-search .search-toggle:after {
  display: inline-block;
  font: normal normal normal 1em/1 'UberShop';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 50px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.menubar-search .search-toggle:before {
  content: "\ea09";
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.menubar-search .search-toggle:after {
  content: "\ea16";
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.menubar-search.active .search-toggle:before {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.menubar-search.active .search-toggle:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.menubar-search.active .search-toggle {
  font-size: 18px;
}

.menubar-search .search-dropdown {
  right: 0;
  margin-right: -1px;
  top: 100%;
  margin-top: 10px;
  position: absolute;
  width: 340px;
  opacity: 0;
  visibility: hidden;
}

.menubar-search.active .search-dropdown {
  opacity: 1;
  visibility: visible;
}

.menubar-search .header-search input {
  height: 50px;
  padding-left: 17px;
  padding-right: 50px;
  font-size: 14px;
}

.menubar-search .header-search button {
  width: 50px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
}

@media screen and (min-width: 1200px) {
  .header-col-buttons + .header-col-cart {
    padding-left: 15px;
  }
}

.s_menubar_position-v1 .header-col-menubar {
  overflow: hidden;
}

.s_menubar_position-v1 .header-col-menubar.initialized {
  overflow: visible;
}

.s_menubar_position-v1 .header-col-menubar {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}

.s_menubar_position-v1 .header-col-search {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
}

.footer {
  background-repeat: repeat;
  margin-top: 40px;
}

.page-block + .footer {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .footer {
    margin-bottom: 56px;
  }
}

.s_fixed_bottom_panel_type-none .footer {
  margin-bottom: 0;
}

.footer .footer2 {
  border-top: 2px solid rgba(0, 0, 0, 0.05);
}

.footer.s_footer_text-dark {
  color: #262626;
}

.footer.s_footer_text-light {
  color: #fff;
}

.footer.s_footer_icons-light .social-icons a {
  background: #fff;
  color: #262626;
}

.footer.s_footer_icons-light .social-icons a:hover {
  background: #d9d9d9;
}

.footer.s_footer_icons-dark .social-icons a {
  background: #262626;
  color: #fff;
}

.footer.s_footer_icons-dark .social-icons a:hover {
  background: #4c4c4c;
}

.footer.s_footer_icons-color .social-icons a {
  color: #fff;
}

.footer.s_footer_bg-light {
  background: #f5f5f5;
}

.footer.s_footer_bg-dark {
  background: #262626;
}

.footer.s_footer_bg-dark .footer2 {
  border-top-color: rgba(255, 255, 255, 0.05);
}

.footer.s_footer_bg-color .btn-gray:hover {
  background: #262626;
}

.footer.s_footer_bg-texture {
  background-repeat: repeat;
}

.footer1 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer1 .col {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .footer1 .col {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.footer1 .menu-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer1 .social-icons {
  margin-top: 22px;
}

.footer1 .menu.list-icons {
  text-transform: none;
  font-weight: 400;
}

.footer1 .menu.list-icons .fa {
  color: inherit;
}

.footer1 .menu li {
  margin: 0 0 10px;
}

.footer1 .menu li:last-child {
  margin-bottom: 0;
}

.footer1 .menu li a {
  color: inherit;
  text-decoration: none;
}

.footer1 .menu li a:hover {
  text-decoration: underline;
}

.footer1 .menu li.phone a {
  font-size: 18px;
  font-weight: 600;
}

.footer1 .menu li.phone a:hover {
  text-decoration: none;
}

.footer1 .menu li.phone .fa {
  margin-top: 6px;
}

.footer-subscribe {
  /*margin-top: 39px;*/
  margin-top: 19px;
  max-width: 360px;
}

.footer-subscribe .title {
  font-weight: 600;
  margin-bottom: 14px;
}

.footer-subscribe form {
  position: relative;
}

.footer-subscribe input {
  border-color: #fff;
  position: absolute;
  right: 110px;
  left: 0;
  width: auto;
}

.footer-subscribe button {
  float: right;
  width: 110px;
}

@media screen and (min-width: 768px) {
  .footer-subscribe {
    margin-left: 0;
    margin-right: 0;
  }

}


.footer-subscribe input[type="checkbox"] {
  position: static;
}

#sender_subscribe_component {
  max-width: none;
  width: auto;
}

.bx_subscribe_response_container {
  padding: 20px !important;
}

@media screen and (min-width: 992px) {
  .bx_subscribe_response_container .text-block {
    padding-left: 40px;
  }
  .bx_subscribe_response_container .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .bx_subscribe_response_container .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .bx_subscribe_response_container .text-block {
    padding-left: 20px;
  }
  .bx_subscribe_response_container .title {
    font-size: 20px;
    margin-bottom: 5px;
  }
#bx-soa-order .bx-soa-cart-total-line-total .bx-soa-cart-d {
    font-weight: 600;
    font-size: 17px !important;
}


.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d span {
    font-size: 19px;
}
	.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d span {font-size: 24px!important;}
}

@media screen and (max-width: 767px) {
  .bx_subscribe_response_container {
    padding: 10px !important;
  }
  .bx_subscribe_response_container .text-block {
    padding-left: 10px;
  }
  .bx_subscribe_response_container .title {
    font-size: 18px;
  }
}

.bx-sender-subscribe-agreement {
  margin-top: 10px;
}

.bx_subscribe_response_container {
  padding: 30px;
  color: #333;
}

.footer2 {
  padding-top: 5px;
  padding-bottom: 10px;
}

.footer2 .col {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer2 .copyright {
  font-size: 14px;
  line-height: 1.5;
}

.footer2 .payments {
  padding-left: 0;
  list-style: none;
  margin: -6px -4px;
}

.footer2 .payments li {
  display: inline-block;
  margin: 6px 4px;
}

.footer2 .payments li img {
  max-width: 72px;
  max-height: 38px;
}

@media screen and (min-width: 768px) {
  .footer2-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

#bx-composite-banner {
  margin-top: 22px;
}

.f_up {
  visibility: hidden;
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 26px;
  width: 36px;
  background: #fff;
  height: 36px;
  line-height: 26px;
  border: 2px solid;
  text-align: center;
  z-index: 103;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (min-width: 768px) {
  .f_up {
/*     bottom: 76px; */
	bottom: 135px;
  }
}

.f_up .fa {
  color: inherit;
}

.f_up.show {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.main .sc-maxwidth .main-in.s_layout-with_sidebar .page-content.content {margin-left:20px}

.fixed-bottom-panel {
  height: 50px;
  background: #fff;
  -webkit-box-shadow: 0 -2px 8px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2px 8px 4px rgba(0, 0, 0, 0.15);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 120;
}

.fixed-bottom-panel:hover {
  z-index: 200 !important;
}

@media screen and (max-width: 991px) {
  .fixed-bottom-panel {
    display: none;
  }
}

.fixed-bottom-panel-in {
  padding: 0;
}

.fixed-bottom-panel .ms-dropdown {
  top: auto;
  bottom: 100%;
  left: 0;
  width: 320px;
  padding-bottom: 20px;
}

.fixed-bottom-panel .ms-dropdown .items {
  max-height: calc(100vh - 190px);
}

.fixed-bottom-panel .ms-dropdown.triangle-bottom:before {
  bottom: 9px;
  left: 51px;
}

.fixed-bottom-panel .ms-dropdown:after {
  bottom: 20px;
}

.fixed-bottom-panel .ms-dropdown .item-content {
  padding-right: 25px;
}

.fixed-bottom-panel .fp-cart .ms-dropdown .items {
  max-height: calc(100vh - 230px);
}

@media screen and (max-width: 1649px) {
  .fixed-bottom-panel .fp-cart .cart-ms-dropdown {
    left: auto;
    right: 15px;
  }
  .fixed-bottom-panel .fp-cart .cart-ms-dropdown:before {
    left: 170px !important;
  }
}

@media screen and (min-width: 992px) {
  .fixed-bottom-panel .fp-item:hover .ms-dropdown {
    visibility: visible;
    opacity: 1;
  }
}

.fixed-bottom-panel .fp-item {
  position: relative;
  float: left;
  height: 50px;
  line-height: 50px;
}

.fixed-bottom-panel .fp-item-link {
  text-decoration: none;
  display: block;
  padding: 0 23px;
  float: left;
}

.fixed-bottom-panel .fp-icon {
  float: left;
  font-size: 20px;
}

.fixed-bottom-panel .fp-icon .svgi {
  vertical-align: -3px;
  font-size: inherit;
}

.fixed-bottom-panel .fp-item-text {
  display: none;
  float: left;
}

.fixed-bottom-panel .fp-count {
  vertical-align: 18px;
  margin-left: -5px;
  margin-right: -5px;
}

.fixed-bottom-panel .is-empty .fp-count {
  display: none;
}

.fixed-bottom-panel .fp-personal .fp-icon {
  font-size: 22px;
}

.fixed-bottom-panel .fp-auth .submenu {
  display: none;
}

@media screen and (min-width: 768px) {
  .fixed-bottom-panel {
    height: 50px;
  }
  .fixed-bottom-panel .fp-items-left {
    float: left;
  }
  .fixed-bottom-panel .fp-items-right {
    float: right;
  }
  .fixed-bottom-panel .fp-item {
    height: 50px;
    line-height: 50px;
  }
  .fixed-bottom-panel .fp-item-link {
    padding: 0 20px;
  }
  .fixed-bottom-panel .fp-icon {
    margin-right: 10px;
    font-size: 24px;
    line-height: 58px;
  }
  .fixed-bottom-panel .fp-item-text {
    display: block;
  }
}

.s_fixed_bottom_panel_text-dark .fp-item-link {
  color: #262626;
}

.s_fixed_bottom_panel_text-dark .fp-count {
  background: rgba(0, 0, 0, 0.05);
  color: #000;
}

.no-touch .s_fixed_bottom_panel_text-dark .fp-item-link:hover {
  background: rgba(0, 0, 0, 0.05);
}

.s_fixed_bottom_panel_text-light .fp-item-link {
  color: #efefef;
}

.s_fixed_bottom_panel_text-light .fp-count {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.no-touch .s_fixed_bottom_panel_text-light .fp-item-link:hover {
  background: rgba(255, 255, 255, 0.1);
}

.s_fixed_bottom_panel_icons-dark .fp-icon {
  color: #262626;
}

.s_fixed_bottom_panel_icons-light .fp-icon {
  color: #efefef;
}

.s_fixed_bottom_panel_bg-light {
  background: #fff;
}

.s_fixed_bottom_panel_bg-light .fp-count {
  background: #e6e6e6;
}

.s_fixed_bottom_panel_bg-dark {
  background: #333;
}

.s_fixed_bottom_panel_bg-dark .fp-count {
  background: #595959;
}

.fp-compare .is-empty .count-badge, .fp-cart .is-empty .count-badge {
  display: none;
}

.fp-callback, .fp-telephone {
  min-width: 56px;
}

.fp-callback {
  padding-left: 10px;
}

.fp-callback a {
  padding: 7px 16px;
  border: 1px solid;
}

.fp-telephone {
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
}

.fp-telephone a {
  color: #333333;
  text-decoration: none;
}

.fp-telephone a:hover {
  color: #333333;
}

.fp-telephone .fa {
  margin-right: 7px;
  color: #333333;
}

.s_fixed_bottom_panel_bg-dark .fp-callback a, .s_fixed_bottom_panel_bg-color .fp-callback a, .s_fixed_bottom_panel_text-light .fp-callback a {
  color: #efefef;
}

.s_fixed_bottom_panel_bg-dark .fp-telephone a, .s_fixed_bottom_panel_bg-color .fp-telephone a, .s_fixed_bottom_panel_text-light .fp-telephone a {
  color: #efefef;
}

.s_fixed_bottom_panel_bg-dark .fp-telephone .fa, .s_fixed_bottom_panel_bg-color .fp-telephone .fa, .s_fixed_bottom_panel_text-light .fp-telephone .fa {
  color: #efefef;
}

.fixed-top-panel {
  background: #fff;
  -webkit-box-shadow: 0 -2px 8px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2px 8px 4px rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  position: fixed;
  opacity: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.fixed-top-panel.fixed {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  overflow: visible;
}

.fixed-top-panel .fixed-top-panel-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
}

@media screen and (max-width: 991px) {
  .fixed-top-panel .fixed-top-panel-in {
    display: none;
  }
}

.fixed-top-panel .fixed-top-panel-in .col {
  padding: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fixed-top-panel .fixed-top-panel-in .col-logo {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fixed-top-panel .fixed-top-panel-in .col-menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: hidden;
}

.fixed-top-panel .fixed-top-panel-in .col-menu.initialized {
  overflow: visible;
}

.fixed-top-panel .fixed-top-panel-in .menubar .menu > li.hover {
  background: #f6f6f6;
}

.fixed-top-panel .fixed-top-panel-in .menubar .menu > li > .link a {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 64px;
  height: 64px;
}

.page-block-bg-gray {
  background: #f8f8f8;
}

@media screen and (min-width: 768px) {
  .features-block-page .page-block-in {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.page-block-in {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .page-block-in {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.main .page-block-in {
  padding-left: 0;
  padding-right: 0;
}

.site-wrapper > .page-block-bg-white + .page-block-bg-white .page-block-in,
.main > .page-block-bg-white + .page-block-bg-white .page-block-in,
.site-wrapper > .page-block.page-block-bg-gray + .page-block.page-block-bg-gray .page-block-in,
.main > .page-block.page-block-bg-gray + .page-block.page-block-bg-gray .page-block-in {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .page-block-slider-in {
    overflow: hidden;
  }
}

a[class^=page-block-btn] {
  height: 32px;
  line-height: 32px;
  padding: 0 22px;
}

.page-block-btn-title {
  display: none;
  float: right;
  text-transform: uppercase;
}

@media screen and (min-width: 480px) {
  .page-block-btn-title {
    display: inline-block;
  }
}

.page-block-title {
  color: #273039;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
  .page-block-title {
    font-size: 22px;
  }
  .page-block-title.no-decoration {
    margin-bottom: 35px;
  }
  .page-block-title.no-decoration:after {
    display: none;
  }
}

.s_block_heading-block_heading_with_line .page-block-title:after {
  content: "";
  display: block;
  position: absolute;
  margin-top: 15px;
  width: 148px;
  height: 2px;
}

@media screen and (min-width: 480px) {
  .s_block_heading-block_heading_with_line .page-block-title {
    margin-bottom: 42px;
  }
}

@media screen and (min-width: 480px) {
  .s_block_heading-block_heading_without_line .slider.s_arrows_top .slick-arrow {
    top: -61px;
  }
  .s_block_heading-block_heading_without_line .page-block-title {
    margin-bottom: 30px;
  }
}

.page-bottom-blocks {
  margin-bottom: -25px;
}

@media screen and (max-width: 767px) {
  .page-bottom-blocks > .page-block:first-child .page-block-in {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .page-bottom-blocks {
    margin-bottom: -40px;
  }
  .page-bottom-blocks > .page-block:nth-last-of-type(odd) .page-block-in {
    padding-top: 0;
  }
  .page-bottom-blocks > .page-block:nth-last-of-type(even) {
    background: #f8f8f8;
    margin-bottom: 40px;
  }
}

.page-block-footer {
  margin-top: 20px;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .page-block-footer {
    display: none;
  }
}

.s_home_layout-w_sidebar .page-block {
  background: none;
}

.s_home_layout-w_sidebar .page-block + .page-block .page-block-in {
  padding-top: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  min-width: 100%;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide,
.slick-slide a {
  outline: none;
}

.slider-filter {
  margin-top: 30px;
  margin-bottom: 20px;
}

.slider-filter li {
  display: inline-block;
  margin: 0 28px 10px 0;
}

.content-slider-in {
  overflow: hidden;
}

/* CONTENT SLIDER */
.slider {
  position: relative;
  display: block !important;
  height: 0;
  opacity: 0;
  overflow: hidden;
  /* Dots */
}

.slider.slick-initialized {
  height: auto;
  opacity: 1;
  overflow: visible;
}

.slider.slick-initialized + .loader {
  display: none;
}

.slider .slick-list {
  position: relative;
  z-index: 1;
}

.slider.s_arrows_side .slick-arrow {
  outline: 0;
  top: 0;
  width: 32px;
  position: absolute;
  height: 100%;
  text-indent: 0;
  z-index: 1;
  text-decoration: none;
  cursor: pointer;
  color: #333333;
}

.slider.s_arrows_side .slick-arrow .nc-icon {
  position: absolute;
  width: 100%;
  top: 50%;
  height: 40px;
  margin-top: -20px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: inherit;
}

.slider.s_arrows_side .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}

.slider.s_arrows_side .slick-arrow.slick-disabled {
  color: #8f8f8f !important;
}

.slider.s_arrows_side .slick-arrow:hover {
  color: #000;
}

.slider.s_arrows_side .slick-arrow {
  width: 32px;
}

.slider.s_arrows_side .slick-arrow .fa {
  width: 100%;
  text-align: center;
}

.slider.s_arrows_side .slick-prev {
  left: 0;
}

.slider.s_arrows_side .slick-next {
  right: 0;
}

.slider.s_arrows_top .slick-arrow {
  width: 32px;
  position: absolute;
  height: 32px;
  line-height: 35px;
  font-size: 14px;
  outline: 0;
  top: -48px;
  text-indent: 0;
  z-index: 1;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 480px) {
  .slider.s_arrows_top .slick-arrow {
    top: -72px;
  }
}

.slider.s_arrows_top .slick-arrow.slick-disabled {
  cursor: default;
  background: #f1f1f1 !important;
  color: #000 !important;
}

.slider.s_arrows_top .slick-prev {
  right: 45px;
  text-indent: -1px;
}

.slider.s_arrows_top .slick-next {
  right: 0;
  text-indent: 1px;
}

.slider.s_arrows_top.mt-0 .slick-arrow {
  top: -32px;
}

.slider.s_arrows_top.mt-5 .slick-arrow {
  top: -37px;
}

.slider.s_arrows_top.mt-10 .slick-arrow {
  top: -42px;
}

.slider.s_arrows_top.mt-15 .slick-arrow {
  top: -47px;
}

.slider.s_arrows_top.mt-20 .slick-arrow {
  top: -52px;
}

.slider.s_arrows_top.mt-25 .slick-arrow {
  top: -57px;
}

.slider.s_arrows_top.mt-30 .slick-arrow {
  top: -62px;
}

.slider.s_arrows_top.mt-35 .slick-arrow {
  top: -67px;
}

.slider.s_arrows_top.mt-40 .slick-arrow {
  top: -72px;
}

.slider.s_arrows_top.mt-45 .slick-arrow {
  top: -77px;
}

.slider.s_arrows_top.mt-50 .slick-arrow {
  top: -82px;
}

.slider.s_arrows_top.mt-60 .slick-arrow {
  top: -92px;
}

.slider.s_arrows_top.mt-70 .slick-arrow {
  top: -102px;
}

.slider.s_arrows_top.mt-80 .slick-arrow {
  top: -112px;
}

.slider.s_arrows_top.mt-90 .slick-arrow {
  top: -122px;
}

.slider.s_arrows_top.mt-100 .slick-arrow {
  top: -132px;
}

.tab-content .slider.s_arrows_top .slick-arrow {
  top: -54px;
}

@media screen and (min-width: 480px) {
  .tab-content .slider.s_arrows_top .slick-arrow {
    top: -64px;
  }
}

.slider .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slider .slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slider .slick-dots li button:focus, .slider .slick-dots li button:hover {
  outline: none;
}

.slider .slick-dots li button:focus:before, .slider .slick-dots li button:hover:before {
  opacity: 1;
}

.slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #333;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slider .slick-dots li.slick-active button:before {
  color: #000;
  opacity: 1;
}

/* Magnific Popup CSS */
/*

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10003;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10004;
  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;
  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: 10006;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder {
  cursor: default;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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: 10005;
}

.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-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 10007;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.mfp-close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 36px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  text-align: right;
  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: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  width: 90px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border: none;
  content: '';
  display: block;
  left: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  color: #fff;
  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;
  line-height: 1;
  font-size: 70px;
  height: 70px;
  margin-top: -35px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  text-indent: -6px;
  content: "\f104";
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  text-indent: 6px;
  content: "\f105";
}

@media screen and (max-width: 1199px) {
  button.mfp-arrow {
    background: rgba(0, 0, 0, 0.3);
    top: 50%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    bottom: auto;
    height: 100px;
    margin-top: -50px;
    width: 50px;
  }
  button.mfp-arrow:before,
  button.mfp-arrow .mfp-b {
    text-indent: 0;
    font-size: 40px;
    height: 40px;
    margin-top: -20px;
  }
}

@media screen and (min-width: 1200px) {
  .no-touch .mfp-container {
    padding: 0 90px;
  }
  .no-touch .mfp-arrow {
    -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .no-touch .mfp-arrow:hover {
    background: rgba(0, 0, 0, 0.2);
  }
}

.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%;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.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;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  background: #fff;
}

.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 {
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 60px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 767px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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;
    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: 991px) {
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-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: 576px;
  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;
}

body.mfp-zoom-out-cur .remodal-wrapper {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}

html.remodal-is-locked .mfp-bg {
  opacity: 0 !important;
}

.ms-collapse {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ms-collapse.opened {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@-webkit-keyframes fixedMenubar {
  0% {
    opacity: 0;
    top: -54px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fixedMenubar {
  0% {
    opacity: 0;
    top: -54px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

.menubar {
  overflow: hidden;
  font-size: 14px;
}

.menubar {
  overflow: hidden;
  font-size: 14px;
}

.menubar {
  display: none;
}

@media screen and (min-width: 992px) {
  .menubar {
    display: block;
  }
}

.menubar .menu-wrapper {
  display: block !important;
}

.menubar li {
  margin: 0;
}

.menubar .menu {
  opacity: 0;
  display: table;
  width: 100%;
  letter-spacing: 0.5px;
  -webkit-transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.menubar .menu a {
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}

.menubar .menu > li {
  position: relative;
  display: table-cell;
  white-space: nowrap;
}

.menubar .menu > li.menu-more {
  letter-spacing: 0;
}

.menubar .menu > li > .link a {
  display: block;
  padding: 0 18px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 15px;
  display: block;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.menubar .menu > li.hassub > .link a:after {
  display: inline-block;
  font: normal normal normal 1em/1 'UberShop';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea14";
  margin-left: 10px;
  font-size: 11px;
}

.menubar.initialized {
  overflow: visible;
}

.menubar.initialized .menu {
  opacity: 1;
}

.menubar.initialized .menu > li {
  letter-spacing: 0;
}

.s_menubar_bg-light .menu > li > .link a {
  font-weight: 400;
}

.s_menubar_text-dark .menu > li > .link a {
  color: #000;
}

.s_menubar_text-light .menu > li > .link a {
  color: #fff;
}

.s_menubar_position-v2 .menubar {
  position: relative;
  z-index: 130;
}

.s_menubar_position-v2.s_menubar_bg-light {
  border: 1px solid #ededed;
}

.s_menubar_position-v2 .s_menubar_width-small .menubar-menu {
  border-radius: 3px;
}

.s_menubar_position-v2 .s_menubar_width-small .menubar-menu .menu > li > .link a {
  height: 56px;
  line-height: 56px;
}

@media screen and (max-width: 1359px) {
  .s_menubar_position-v2 .s_menubar_width-wide .menu-wrapper-in {
    padding-left: 0;
    padding-right: 0;
  }
}

.s_menubar_position-v2 .s_menubar_bg-light .menu > li.active > .link a {
  color: #fff;
}

.s_menubar_position-v2 .s_menubar_bg-light .menu > li.hover, .s_menubar_position-v2 .s_menubar_bg-light .menu > li:hover {
  background: none !important;
}

.s_menubar_position-v2 .s_menubar_bg-light.s_menubar_width-small {
  margin-bottom: 20px;
}

.s_menubar_position-v2 .s_menubar_bg-light.s_menubar_width-small.s_menubar_separators-yes .menu > li > .link > a {
  border-right: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.s_menubar_position-v2 .s_menubar_bg-light.s_menubar_width-small.s_menubar_separators-yes .menu > li:first-child > .link > a {
  border-right: none;
}

.s_menubar_position-v2 .s_menubar_bg-light.s_menubar_width-small.s_menubar_separators-yes .menu > li:last-child > .link > a {
  border-right: none;
}

.s_menubar_position-v2 .s_menubar_bg-light.s_menubar_width-small .menu {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
  border-top: 1px solid #f5f5f5;
}

.s_menubar_position-v2 .s_menubar_bg-light.s_menubar_width-wide {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
  border-top: 1px solid #f5f5f5;
}

.s_menubar_position-v2 .s_menubar_bg-light.s_menubar_width-wide.s_menubar_separators-yes .menu > li > .link > a {
  border-right: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.s_menubar_position-v1 .s_menubar_bg-light .menu > li:hover > .link a {
  color: #fff;
}

.s_menubar_position-v1 .menu > li > .link a {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  position: relative;
}

.s_menubar_position-v1 .menu > li > .link a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 10px;
}

.s_menubar_position-v1 .hassub-v1.hover > .submenu,
.s_menubar_position-v1 .hassub-v2.hassub-v2-wide.hover .submenu,
.s_menubar_position-v1 .hassub-v2.hassub-v2-narrow.hover .submenu-in {
  top: 50% !important;
  margin-top: 35px;
  left: 0;
  visibility: visible;
  opacity: 1;
}

.s_menubar_position-v1 .menu-wrapper-in {
  padding: 0;
}

.s_menubar_position-v1 .submenu {
  z-index: 130 !important;
}

.homepage .s_menubar_position-v2 .s_menubar_width-small {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .s_menubar_position-v2 .menu > li.menu-catalog {
    width: 28%;
  }
}

@media screen and (min-width: 1200px) {
  .s_menubar_position-v2 .menu > li.menu-catalog {
    width: 21%;
  }
}

.s_menubar_position-v2 .menu > li.menu-catalog > .link a {
  min-width: 250px;
  padding: 0 30px;
}

.s_menubar_position-v2 .menu > li.menu-catalog > .link a:before {
  content: "";
  display: inline-block;
  font: normal normal normal 1em/1 'UberShop';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea11";
  margin-right: 15px;
  font-size: 18px;
  vertical-align: -3px;
}

.s_menubar_position-v2 .menu > li.menu-catalog > .link a:after {
  display: none;
}

.s_menubar_position-v2 .menu > li.menu-catalog.hassub-v1 .submenu {
  min-width: 100%;
}

.s_menubar_bg-color .menu > li.hover,
.s_menubar_bg-color .menu > li:hover {
  background: rgba(255, 255, 255, 0.1);
}

.s_menubar_bg-color .menu > li.active {
  background: rgba(0, 0, 0, 0.1);
}

.s_menubar_bg-color .menu > li > .link a:active {
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.3) inset;
          box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.3) inset;
}

.s_menubar_width-wide.s_menubar_bg-dark,
.s_menubar_width-small.s_menubar_bg-dark .menubar-menu {
  background: #333;
}

.s_menubar_position-v2 .s_menubar_text-dark .menu > li.hover,
.s_menubar_position-v2 .s_menubar_text-dark .menu > li:hover {
  background: rgba(0, 0, 0, 0.1);
}

.s_menubar_position-v2 .s_menubar_text-dark .menu > li.active {
  background: rgba(255, 255, 255, 0.1);
}

.s_menubar_position-v2 .s_menubar_text-dark .menu > li > .link a:active {
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.3) inset;
          box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.3) inset;
}

.s_menubar_position-v2 .s_menubar_text-dark.s_menubar_separators-yes .menu > li:first-child > .link > a {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.s_menubar_position-v2 .s_menubar_text-dark.s_menubar_separators-yes .menu > li > .link > a {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.s_menubar_position-v2 .s_menubar_text-light .menu > li.hover,
.s_menubar_position-v2 .s_menubar_text-light .menu > li:hover {
  background: rgba(255, 255, 255, 0.1);
}

.s_menubar_position-v2 .s_menubar_text-light .menu > li.active {
  background: rgba(0, 0, 0, 0.1);
}

.s_menubar_position-v2 .s_menubar_text-light .menu > li > .link a:active {
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.3) inset;
          box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.3) inset;
}

.s_menubar_position-v2 .s_menubar_text-light.s_menubar_separators-yes .menu > li:first-child > .link > a {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.s_menubar_position-v2 .s_menubar_text-light.s_menubar_separators-yes .menu > li > .link > a {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.menu .hassub-v1.hover > .submenu,
.menu .hassub-v1 li.hover > .submenu {
  top: 100%;
  left: 0;
  visibility: visible;
  opacity: 1;
}

.menu .hassub-v1 .submenu {
  width: 250px;
  background: #fff;
  visibility: hidden;
  position: absolute;
  top: -10000px;
  left: -10000px;
  white-space: nowrap;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-backface-visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.menu .hassub-v1 .submenu li {
  position: relative;
  white-space: normal;
  border-bottom: 1px solid #f6f6f6;
}

.menu .hassub-v1 .submenu li:last-child {
  border-bottom: none;
}

.menu .hassub-v1 .submenu li > .link > a {
  color: #000;
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}

.menu .hassub-v1 .submenu li.hover, .menu .hassub-v1 .submenu li:hover {
  background: #f6f6f6;
}

.menu .hassub-v1 .submenu li.active > .link > a {
  font-weight: 600;
}

.menu .hassub-v1 .submenu li.hassub > .link > a {
  position: relative;
  padding-right: 29px;
}

.menu .hassub-v1 .submenu li.hassub > .link > a:after {
  top: 17px;
  right: 14px;
  overflow: hidden;
  color: #999999;
  position: absolute;
  text-decoration: none !important;
  display: inline-block;
  font: normal normal normal 1em/1 'UberShop';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea06";
  font-size: 11px;
}

.menu .hassub-v1 .submenu li.hassub.hover > .submenu {
  top: 0;
  left: 100%;
  visibility: visible;
  opacity: 1;
}

.menu .hassub-v1 .submenu li.rtl.hassub.hover .submenu {
  left: auto;
  right: 100%;
}

.menu .hassub-v1.sub_l {
  position: static;
}

.menu .hassub-v1.rtl.hover > .submenu {
  left: auto;
  right: 0;
}

.menubar .hassub-v2 {
  position: static !important;
}

.menubar .hassub-v2 .submenu .link a {
  display: block;
  padding: 5px 0;
  font-size: 15px;
  color: #000;
}

.menubar .hassub-v2 .submenu-ul > li {
  padding: 0 30px;
}

.menubar .hassub-v2 .submenu-ul > li > .link a {
  font-weight: 600;
}

.menubar .hassub-v2 .submenu-ul > li > .link,
.menubar .hassub-v2 .submenu-ul > li ul {
  overflow: hidden;
}

.menubar .hassub-v2 .item-img {
  float: left;
  width: 64px;
  text-align: center;
  margin: 5px 15px 5px 0;
}

.menubar .hassub-v2 .item-img img {
  max-width: 64px;
  max-height: 64px;
  width: auto;
  height: auto;
}

.menubar .hassub-v2-without-pictures .submenu-ul {
  padding: 30px 0;
}

.menubar .hassub-v2-without-pictures .submenu-ul > li {
  padding: 0 30px;
}

.menubar .hassub-v2-with-pictures .submenu-ul {
  padding: 20px 0 30px;
}

.menubar .hassub-v2-with-pictures .submenu-ul > li {
  padding: 0 30px;
  margin-top: 10px;
}

.menubar .hassub-v2-cols-2 .submenu-ul {
  -webkit-column-count: 2;
          column-count: 2;
}

.menubar .hassub-v2-cols-2 .submenu-ul > li {
  width: 50%;
}

.menubar .hassub-v2-cols-3 .submenu-ul {
  -webkit-column-count: 3;
          column-count: 3;
}

.menubar .hassub-v2-cols-3 .submenu-ul > li {
  width: 33.33333%;
}

.menubar .hassub-v2-cols-4 .submenu-ul {
  -webkit-column-count: 3;
          column-count: 3;
}

.menubar .hassub-v2-cols-4 .submenu-ul > li {
  width: 33.33333%;
}

@media screen and (min-width: 1200px) {
  .menubar .hassub-v2-cols-4 .submenu-ul {
    -webkit-column-count: 4;
            column-count: 4;
  }
  .menubar .hassub-v2-cols-4 .submenu-ul > li {
    width: 25%;
  }
}

.menubar .hassub-v2-cols-5 .submenu-ul {
  -webkit-column-count: 3;
          column-count: 3;
}

.menubar .hassub-v2-cols-5 .submenu-ul > li {
  width: 33.33333%;
}

@media screen and (min-width: 1200px) {
  .menubar .hassub-v2-cols-5 .submenu-ul {
    -webkit-column-count: 4;
            column-count: 4;
  }
  .menubar .hassub-v2-cols-5 .submenu-ul > li {
    width: 25%;
  }
}

@media screen and (min-width: 1360px) {
  .menubar .hassub-v2-cols-5 .submenu-ul {
    -webkit-column-count: 5;
            column-count: 5;
  }
  .menubar .hassub-v2-cols-5 .submenu-ul > li {
    width: 20%;
  }
}

.menubar .hassub-v2-cols-6 .submenu-ul {
  -webkit-column-count: 4;
          column-count: 4;
}

.menubar .hassub-v2-cols-6 .submenu-ul > li {
  width: 25%;
}

@media screen and (min-width: 1200px) {
  .menubar .hassub-v2-cols-6 .submenu-ul {
    -webkit-column-count: 5;
            column-count: 5;
  }
  .menubar .hassub-v2-cols-6 .submenu-ul > li {
    width: 20%;
  }
}

@media screen and (min-width: 1360px) {
  .menubar .hassub-v2-cols-6 .submenu-ul {
    -webkit-column-count: 6;
            column-count: 6;
  }
  .menubar .hassub-v2-cols-6 .submenu-ul > li {
    width: 16.66667%;
  }
}

.menubar .hassub-v2-view-grid .submenu-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.menubar .hassub-v2-view-masonry .submenu-ul > li {
  display: inline-block;
  width: 100%;
}

.menubar .hassub-v2-wide .submenu {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  white-space: normal;
  top: -10000px;
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 1420px) {
  .menubar .hassub-v2-wide .submenu-in2 {
    margin: 0 -30px;
  }
}

.menubar .hassub-v2-wide.hover .submenu {
  top: 100%;
  left: 0;
  visibility: visible;
  opacity: 1;
}

.menubar .hassub-v2-narrow .submenu-in {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  white-space: normal;
  top: -10000px;
  opacity: 0;
  visibility: hidden;
}

.menubar .hassub-v2-narrow.hover .submenu-in {
  top: 100%;
  left: 0;
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 1420px) {
  .s_menubar_position-v1 .hassub-v2 .submenu-in2 {
    margin: 0 -15px;
  }
}

.side-menu {
  background: #fff;
  border: 1px solid #ededed;
}

.side-menu,
.side-menu ul {
  padding-left: 0;
  list-style: none;
}

.side-menu li {
  border-top: 1px solid #ededed;
  position: relative;
  white-space: normal;
}

.side-menu li:first-child {
  border-top: none;
}

.side-menu li > .link > a {
  padding: 12px 20px;
  font-size: 15px;
  color: #000;
  display: block;
  text-decoration: none;
}

.side-menu li.hover > .link a, .side-menu li:hover > .link a {
  background: rgba(0, 0, 0, 0.05);
}

.side-menu li li.active > .link a {
  font-weight: 600;
}

.side-menu > li.active > .link a {
  color: #fff;
}

.side-menu-accordion .js_sub_toggle {
  display: none;
}

.side-menu-accordion .submenu {
  padding: 6px 0 6px 12px;
}

.side-menu-accordion .submenu li {
  border-top: none;
}

.side-menu-accordion .submenu li a {
  padding-top: 9px;
  padding-bottom: 9px;
}

.side-menu-accordion .submenu li:hover > .link a {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.side-menu-accordion .submenu li > .link a:hover {
  text-decoration: underline;
}

.side-menu-accordion > li > .submenu {
  display: none;
}

.side-menu-accordion > li > .submenu .submenu {
  display: none;
  padding: 0 0 0 12px;
}

.side-menu-accordion > li > .submenu li.active > .submenu {
  display: block;
}

.side-menu-accordion > li > .link {
  position: relative;
}

.side-menu-accordion > li > .link .js_sub_toggle {
  position: absolute;
  width: 42px;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  display: block;
  z-index: 1;
  cursor: pointer;
  background: transparent;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.side-menu-accordion > li > .link .js_sub_toggle .fa {
  color: inherit;
}

.side-menu-accordion > li > .link .js_sub_toggle .fa-angle-up {
  display: none;
}

.side-menu-accordion > li > .link .js_sub_toggle:hover {
  background: rgba(0, 0, 0, 0.1);
}

.side-menu-accordion > li > .link .js_sub_toggle + a {
  padding-right: 42px !important;
}

.side-menu-accordion > li > .link .js_sub_toggle .fa-angle-down {
  display: inline;
}

.side-menu-accordion > li > .link .js_sub_toggle .fa-angle-up {
  display: none;
}

.side-menu-accordion > li.opened > .link .js_sub_toggle .fa-angle-down {
  display: none;
}

.side-menu-accordion > li.opened > .link .js_sub_toggle .fa-angle-up {
  display: inline;
}

.side-menu-accordion > li.opened > .submenu {
  display: block;
}

.side-menu-accordion > li.active > .submenu {
  display: block;
}

.side-menu-accordion > li.active .js_sub_toggle .fa {
  color: #fff;
}

.side-menu-accordion > li.active .js_sub_toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}

.side-menu-accordion.initialized > li.active > .submenu {
  display: none;
}

.side-menu-accordion.initialized > li.opened > .submenu {
  display: block;
}

.side-menu-dropdown .js_sub_toggle {
  display: none;
}

.side-menu-dropdown .submenu {
  width: 250px;
  margin-top: -1px;
  background: #fff;
  visibility: hidden;
  position: absolute;
  top: -10000px;
  left: -10000px;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #ededed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.side-menu-dropdown li.hassub > .link > a {
  position: relative;
  padding-right: 28px;
}

.side-menu-dropdown li.hassub > .link > a:after {
  display: inline-block;
  font: normal normal normal 1em/1 'UberShop';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea06";
  font-size: 11px;
  top: 17px;
  right: 13px;
  overflow: hidden;
  color: inherit;
  position: absolute;
  text-decoration: none !important;
}

.side-menu-dropdown li.hassub.hover > .submenu {
  top: 0;
  left: 100%;
  visibility: visible;
  opacity: 1;
}

.homeslider {
  clear: both;
  overflow: hidden;
  position: relative;
}

.homeslider.s_homeslider-small {
  max-width: 1330px !important;
  margin-left: auto;
  margin-right: auto;
}

.s_site_boxed-yes .homeslider {
  max-width: none;
}

.homeslider .homeslider-loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 32px;
  background: #fff;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (min-width: 992px) {
  .homeslider .homeslider-loader {
    font-size: 40px;
  }
}

.homeslider .homeslider-loader:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}

.homeslider .slick-slider {
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.homeslider .slick-slider.slick-initialized {
  width: auto !important;
  opacity: 1;
}

.homeslider .slick-slider.slick-initialized + .homeslider-loader {
  height: 0;
  min-height: 0;
  visibility: hidden;
}

.homeslider.s_homeslider-responsive .slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.homeslider.s_homeslider-responsive .slick-slider > .item {
  width: 100%;
}

.homeslider.s_homeslider-scalable {
  min-height: 62px;
}

.homeslider .slick-slide {
  float: none;
  height: auto;
}

.homeslider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.homeslider .slick-track:before, .homeslider .slick-track:after {
  display: none;
}

.homeslider .slick-dots {
  position: absolute;
  bottom: 15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

.homeslider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.homeslider .slick-dots li button {
  background: transparent;
  position: relative;
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 4px;
  padding: 0;
  outline: 0;
  border: none;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.5);
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.homeslider .slick-dots li button:focus, .homeslider .slick-dots li button:hover {
  outline: none;
}

.homeslider .slick-dots li button:before {
  content: "";
  position: absolute;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}

.homeslider .slick-dots li.slick-active button {
  border: 2px solid #fff;
}

.homeslider .slick-dots li.slick-active button:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0;
}

.homeslider .slick-arrow {
  position: absolute;
  z-index: 1;
  background: none;
  margin: 0;
  padding: 0;
  height: 100%;
  top: 0;
  width: 56px;
  color: #fff;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.homeslider .slick-arrow i {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 56px;
  margin-top: -28px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 28px;
  border-radius: 50%;
  top: 50%;
  position: absolute;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}

.homeslider .slick-arrow:hover i {
  background: rgba(0, 0, 0, 0.7);
}

.homeslider .slick-prev {
  left: 0;
  -webkit-transform: translate(-33%, 0);
      -ms-transform: translate(-33%, 0);
          transform: translate(-33%, 0);
}

.homeslider .slick-prev i {
  text-indent: -4px;
  right: 0;
}

.homeslider .slick-next {
  right: 0;
  -webkit-transform: translate(33%, 0);
      -ms-transform: translate(33%, 0);
          transform: translate(33%, 0);
}

.homeslider .slick-next i {
  text-indent: 4px;
  left: 0;
}

.homeslider:hover .slick-arrow {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.homeslider .anim {
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.homeslider .anim-fade-in {
  opacity: 0;
}

.homeslider .anim-scale-in {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.homeslider .anim-scale-out {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.homeslider .anim-slide-bottom {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.homeslider .anim-slide-top {
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
}

.homeslider .anim-slide-left {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}

.homeslider .anim-slide-right {
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  opacity: 0;
}

.homeslider .slide-animate .anim {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, 0);
      -ms-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
}

.homeslider .item {
  outline: none;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.homeslider .slide-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
}

.homeslider .slide-link-overlay,
.homeslider .slide-mobile-link-overlay,
.homeslider .slide-mobile-bg-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}

.homeslider .slide-link-overlay {
  display: block;
}

@media screen and (max-width: 991px) {
  .homeslider .slick-arrow {
    display: none !important;
  }
  .homeslider .slide-mobile-bg-overlay,
  .homeslider .slide-mobile-link-overlay {
    display: block;
  }
}

.homeslider .slide-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.homeslider .slide-bg img {
  display: none;
}

.homeslider .s_slide-bg_blurred .slide-bg {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  margin: -10px;
}

.homeslider .item-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.homeslider .slide-text-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: -1;
}

.homeslider .slide-text {
  padding: 0;
  color: #333;
  /* IE 11 FIX */
}

.homeslider .slide-text.s_slide-text-bg-yes {
  padding: 25px;
}

.homeslider .slide-text.s_slide-text-bg-yes .slide-text-bg {
  display: block;
}

.homeslider .slide-text .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px;
  color: inherit;
}

.homeslider .slide-text .text {
  font-size: 15px;
}

.homeslider .slide-text .bottom {
  margin: 25px -10px 0 0;
}

.homeslider .slide-text .bottom * {
  vertical-align: middle;
}

.homeslider .slide-text .btn {
  margin-right: 10px;
  text-transform: uppercase;
}

.homeslider .slide-text .price {
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
}

.homeslider .slide-img {
  height: 100%;
}

.homeslider .slide-img-bg {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 50%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 1199px) {
  .homeslider .slide-img-bg {
    background-size: contain;
    width: 100% !important;
    height: 100% !important;
  }
}

.homeslider .s_slide-img-v-top {
  top: 0;
  background-position: center top;
}

.homeslider .s_slide-img-v-bottom {
  bottom: 0;
  background-position: center bottom;
}

.homeslider .s_slide-img-v-center {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.homeslider .s_slide-ltr .slide-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: auto;
}

.homeslider .s_slide-ltr .slide-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
}

.homeslider .s_slide-rtl .slide-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
}

.homeslider .s_slide-rtl .slide-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: auto;
}

.homeslider .s_slide-center .slide-text {
  text-align: center;
  margin: 0 auto;
  float: none;
}

.homeslider .s_slide-center .slide-img {
  display: none;
}

.s_homeslider-responsive .item-in {
  max-width: 1360px;
  margin: 0 auto;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: none;
}

.s_homeslider-responsive .slide-img {
  display: none;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .s_homeslider-responsive .slick-arrow {
    display: none !important;
  }
  .s_homeslider-responsive .slide-mobile-bg-overlay {
    display: block;
  }
}

@media screen and (max-width: 767px) {
	.s_homeslider-responsive{
		padding-left: 15px;
		padding-right: 15px;
	}
  .s_homeslider-responsive .item-in {
    position: relative;
    padding-top: 20px;
    padding-bottom: 50px;
    
/*
    padding-left: 15px;
    padding-right: 15px;
*/
    height: 110px;
  }
  .s_homeslider-responsive .slide-text {
    text-align: center;
  }
  .s_homeslider-responsive .slide-text .title {
    font-size: 20px;
  }
  .s_homeslider-responsive .slide-text .text {
    font-size: 13px;
  }
  .s_homeslider-responsive .slide-text .bottom {
    margin-top: 10px;
  }
  .s_homeslider-responsive .slide-text .bottom > * {
    margin-top: 5px;
  }
  .s_homeslider-responsive .slide-text .price {
    font-size: 20px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .s_homeslider-responsive .slide-text {
    max-width: 449px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .s_homeslider-responsive .slide-text {
    width: 45%;
  }
  .s_homeslider-responsive .slide-img {
    display: block;
    width: 45%;
  }
  .s_homeslider-responsive .s_slide-center .slide-text {
    max-width: 500px;
  }
}

@media screen and (min-width: 992px) {
  .s_homeslider-responsive .slick-arrow {
    width: 71px;
  }
  .s_homeslider-responsive .item-in {
    padding-left: 86px;
    padding-right: 86px;
  }
  .s_homeslider-responsive .slide-text {
    width: 40%;
  }
}

@media screen and (min-width: 1200px) {
  .s_homeslider-responsive.s_homeslider-small .item-in,
  .s_site_boxed-yes .s_homeslider-responsive .item-in {
    padding-left: 86px;
    padding-right: 86px;
  }
}

@media screen and (min-width: 1532px) {
  .s_homeslider-responsive .item-in {
    padding-left: 0;
    padding-right: 0;
    max-width: 1330px;
  }
}

@media screen and (min-width: 1602px) {
  .s_site_boxed-no .s_homeslider-responsive .slick-arrow {
    width: 106px;
  }
}

@media screen and (min-width: 1420px) {
  .s_site_boxed-yes .s_homeslider-responsive .slick-arrow {
    width: 86px;
  }
  .s_site_boxed-yes .s_homeslider-responsive .item-in {
    max-width: none;
    padding-left: 116px;
    padding-right: 116px;
  }
}

@media screen and (min-width: 768px) {
  .s_home_layout-w_sidebar .s_homeslider-responsive .item-in {
    max-width: none;
    padding: 20px 30px 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .s_home_layout-w_sidebar .s_homeslider-responsive .item-in {
    min-height: 0;
  }
  .s_home_layout-w_sidebar .s_homeslider-responsive .slide-text {
    width: auto;
  }
  .s_home_layout-w_sidebar .s_homeslider-responsive .slide-img {
    display: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .s_home_layout-w_sidebar .s_homeslider-responsive .slide-text {
    width: 50%;
  }
}

.s_homeslider-scalable .item-in {
  position: absolute;
  width: 1330px;
  height: 100%;
  padding: 0;
  left: 50%;
  top: 50%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.s_homeslider-scalable .slide-text {
  width: 40%;
}

.s_homeslider-scalable .slide-img {
  width: 45%;
}

@media screen and (max-width: 991px) {
  .s_homeslider-scalable .slide-mobile-bg-overlay,
  .s_homeslider-scalable .slide-mobile-link-overlay {
    display: block;
  }
  .s_homeslider-scalable .slick-arrow {
    display: none !important;
  }
  .s_homeslider-scalable .slide-text .title {
    font-size: 32px;
  }
  .s_homeslider-scalable .slide-text .text {
    font-size: 20px;
  }
  .s_homeslider-scalable .slide-text .bottom .btn {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .s_homeslider-scalable .slick-arrow {
    width: 71px;
  }
  .s_home_layout-wo_sidebar .s_homeslider-scalable .item-in {
    padding-left: 86px;
    padding-right: 86px;
  }
}

@media screen and (min-width: 1200px) {
  .s_homeslider-scalable.s_homeslider-small .item-in,
  .s_site_boxed-yes .s_homeslider-scalable .item-in {
    padding-left: 86px;
    padding-right: 86px;
  }
}

@media screen and (min-width: 1330px) {
  .s_homeslider-scalable .slick-arrow {
    width: 71px;
  }
}

@media screen and (min-width: 1532px) {
  .s_homeslider-scalable .item-in {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1602px) {
  .s_site_boxed-no .s_homeslider-scalable .slick-arrow {
    width: 106px;
  }
}

@media screen and (min-width: 1420px) {
  .s_site_boxed-yes .s_homeslider-scalable .slick-arrow {
    width: 86px;
  }
  .s_site_boxed-yes .s_homeslider-scalable .item-in {
    max-width: none;
    width: 100%;
    padding-left: 116px;
    padding-right: 116px;
  }
}

.page-block.banner-block {
  text-align: center;
}

.page-block.banner-block .banner-link {
  display: block;
  background-position: center;
  background-size: cover;
}

.features-block .row {
  margin: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.features-block .row:before, .features-block .row:after {
  display: none;
}

.features-block .item {
  padding: 5px;
}

.features-block .item a {
  display: block;
  text-decoration: none;
}

.features-block .item-in {
  display: block;
  padding: 20px;
  height: 100%;
}

.features-block.features-block-home-v1 .item-in {
  position: relative;
  border: 1px solid #f6f6f6;
  background-color: #ffffff;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .features-block.features-block-home-v1 .item-in {
    padding: 30px 25px;
  }
}

.features-block.features-block-home-v1 .item-in:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.features-block.features-block-home-v1 .item-in:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.features-block.features-block-home-v1 .item-in:hover:before {
  opacity: 0;
}

.features-block.features-block-home-v1 .item-in:hover:after {
  opacity: 1;
}

.features-block.features-block-home-v2 .row {
  margin: -15px;
}

.features-block.features-block-home-v2 .item {
  padding: 15px;
}

.features-block.features-block-home-v2 .item-in {
  padding: 0;
}

.features-block.features-block-page .item-in {
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .features-block.features-block-page .item-in {
    padding-left: 0;
    padding-right: 0;
  }
}

.features-block .item-icon {
  width: 48px;
  height: 48px;
  text-align: center;
  margin: 0 15px 0 0;
  float: left;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.features-block .item-icon img {
  max-width: 48px;
}

.features-block .item-icon svg {
  fill: currentColor;
}

.features-block .item-icon .fa {
  font-size: 48px;
}

.features-block .item-content {
  overflow: hidden;
}

.features-block .item-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin: -3px 0 10px;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.features-block .item-text {
  color: #7c7c7c;
  font-weight: 400;
  font-size: 13px;
}

.features-block .item-text * {
  margin: 0;
  padding: 0;
}

.offers-grid {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: -2px;
}

.offers-grid:before, .offers-grid:after {
  display: none;
}

.offers-grid .item {
  padding: 2px;
  width: 100%;
}

.offers-grid .item-in {
  height: 143px;
  position: relative;
  overflow: hidden;
}

.offers-grid .col-w-1,
.offers-grid .col-w-2 {
  width: 100%;
}

.offers-grid .item-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 15px;
}

.offers-grid .item-title {
  font-size: 18px;
  font-weight: 600;
}

.offers-grid .item-text {
  font-size: 14px;
  margin-top: 7px;
}

@media screen and (min-width: 480px) {
  .offers-grid {
    margin: -5px;
  }
  .offers-grid .item {
    padding: 5px;
  }
  .offers-grid .item-in {
    height: 220px;
  }
  .offers-grid .item-title {
    font-size: 22px;
  }
  .offers-grid .item-text {
    min-height: 40px;
    margin-bottom: -11px;
  }
  .offers-grid .item-content {
    padding: 25px;
  }
}

@media screen and (min-width: 768px) {
  .offers-grid .col-w-1 {
    width: 50%;
  }
  .offers-grid .col-w-2 {
    width: 100%;
  }
  .offers-grid .item-in {
    height: 270px;
  }
}

@media screen and (min-width: 992px) {
  .offers-grid .col-w-1 {
    width: 25%;
  }
  .offers-grid .col-w-2 {
    width: 50%;
  }
}

.offers-grid .link-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.offers-grid .item-img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.offers-grid .item-img-bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 160px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, transparent), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, transparent 50%, rgba(0, 0, 0, 0.7) 100%);
}

.offers-grid .item-in:hover .item-img-bg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.ms-dropdown-in {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 20px;
}

.ms-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  color: #000;
  font-size: 14px;
  line-height: 18px;
}

.ms-dropdown:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #ededed;
}

.ms-dropdown.triangle-top:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 10px;
  left: 68px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 11px solid #fff;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.25));
}

.ms-dropdown.triangle-bottom:before {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: -9px;
  left: 68px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 11px solid #fff;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.25));
}

.ms-dropdown .remove {
  position: absolute;
  right: 0;
  top: -4px;
  font-size: 12px;
  color: #919191;
  width: 30px;
  height: 22px;
  line-height: 26px;
  overflow: hidden;
  text-align: center;
  text-indent: -1px;
  cursor: pointer;
}

.ms-dropdown .remove:hover {
  color: #000;
}

.ms-dropdown .items {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 340px;
}

.ms-dropdown .item {
  clear: both;
  position: relative;
  padding-right: 10px;
}

.ms-dropdown .item .price {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.ms-dropdown .item-in {
  display: block;
  margin-bottom: 20px;
  color: #000;
}

.ms-dropdown .item-in:hover {
  text-decoration: none;
}

.ms-dropdown .item-img {
  float: left;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  margin-right: 15px;
}

.ms-dropdown .item-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.ms-dropdown .item-content {
  overflow: hidden;
}

.ms-dropdown .item-name {
  margin-bottom: 5px;
  font-size: 14px;
}

.ms-dropdown .item-name a {
  color: #000;
  text-decoration: none;
}

.ms-dropdown .ms-dropdown-footer {
  border-top: 1px solid #ededed;
  padding-top: 20px;
}

.ms-dropdown .ms-dropdown-footer a {
  text-transform: uppercase;
}

.ms-dropdown .cart-popup-bottom {
  border-top: 1px solid #ededed;
  padding-top: 20px;
}

.ms-dropdown .cart-popup-bottom .cart-sum {
  font-weight: 600;
}

.ms-dropdown .cart-popup-bottom .btn-to-cart {
  font-weight: 600;
}

.ms-dropdown .cart-popup-bottom .btn-to-checkout {
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  color: #000;
}

.ms-dropdown .cart-popup-total {
  margin-bottom: 15px;
}

.page-heading {
  padding: 15px 0;
  margin-bottom: 30px;
}

.page-heading .breadcrumbs {
  margin-bottom: 5px;
}

.page-heading h1 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .page-heading {
    padding: 20px 0;
  }
  .page-heading h1 {
    font-size: 30px;
  }
}

@media screen and (min-width: 992px) {
  .page-heading-v1 {
    margin-bottom: 30px;
    padding: 33px 0;
  }
  .page-heading-v1 h1 {
    float: left;
    margin-right: 15px;
  }
  .page-heading-v1 .breadcrumbs {
    float: right;
    margin: 10px 0 0;
  }
}

@media screen and (min-width: 992px) {
  .page-heading-v2 {
    margin-bottom: 30px;
    padding: 20px 0;
  }
}

.page-heading-v3 {
  margin: 0 0 30px;
  padding: 0;
}

.page-heading-v3.s_page_heading_bg_type-no {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .page-heading-v3.s_page_heading_bg_type-no {
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
}

@media screen and (max-width: 991px) {
  .page-heading-v1.s_page_heading_bg_type-no,
  .page-heading-v2.s_page_heading_bg_type-no {
    margin-bottom: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
}

@media screen and (min-width: 992px) {
  .page-heading-v1.s_page_heading_bg_type-no,
  .page-heading-v2.s_page_heading_bg_type-no {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/*tmp*/
@media screen and (min-width: 992px) {
  .page-product-detail .s_page_heading_bg_type-no {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
  }
}

/*/tmp*/
.s_page_heading_bg-light {
  background: #efefef;
}

.s_page_heading_bg-dark {
  background: #333333;
}

.s_page_heading_bg_type-image {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.s_page_heading_bg_type-texture {
  background-position: 0 0;
  background-repeat: repeat;
}

.s_page_heading_text-dark h1 {
  color: #000;
}

.s_page_heading_text-dark .breadcrumbs {
  color: #777;
}

.s_page_heading_text-dark .breadcrumbs a {
  color: #444;
}

.s_page_heading_text-dark .breadcrumbs a:hover {
  color: #272727;
}

.s_page_heading_text-light h1 {
  color: #fff;
}

.s_page_heading_text-light .breadcrumbs {
  color: #d6d6d6;
}

.s_page_heading_text-light .breadcrumbs a {
  color: #fff;
}

.s_page_heading_text-light .breadcrumbs a:hover {
  color: #fff;
}

.breadcrumbs {
  padding-left: 0;
  list-style: none;
  font-size: 13px;
  color: #7f7f7f;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .breadcrumbs {
    font-size: 14px;
  }
}

.breadcrumbs li {
  float: left;
  margin: 0;
}

.breadcrumbs li:after {
  display: inline-block;
  font: normal normal normal 1em/1 'UberShop';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea06";
  color: inherit;
  margin: 0 10px;
  font-size: 10px;
}

.breadcrumbs li:last-child:after {
  display: none;
}

@media screen and (max-width: 480px) {
  .breadcrumbs li {
    display: none;
  }
  .breadcrumbs li:after {
    display: none;
  }
  .breadcrumbs li:nth-last-child(2) {
    display: inline-block;
  }
  .breadcrumbs li:nth-last-child(2):before {
    display: inline-block;
    font: normal normal normal 1em/1 'UberShop';
    speak: none;
    text-transform: none;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea05";
    margin: 0;
    margin-right: 5px;
    font-size: 10px;
  }
}

.breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.attached-files {
  margin: 0 -15px;
}

.attached-files li {
  float: left;
  padding: 0 15px;
  margin: 10px 0;
}

.attached-files li a {
  color: #808080;
  text-decoration: none;
}

.attached-files li a:hover .file-name {
  text-decoration: underline;
}

.attached-files .file-icon {
  float: left;
  margin-right: 13px;
}

.attached-files .file-icon .fa {
  font-size: 30px;
  color: #6f6f6f;
}

.attached-files .file-icon .fa-file-pdf-o {
  color: #BB0706;
}

.attached-files .file-icon .fa-file-word-o {
  color: #2C5898;
}

.attached-files .file-icon .fa-file-excel-o {
  color: #207347;
}

.attached-files .file-icon .fa-file-powerpoint-o {
  color: #D04727;
}

.attached-files .file-icon .fa-file-archive-o {
  color: #A88B63;
}

.attached-files .file-desc {
  overflow: hidden;
}

.attached-files .file-name {
  color: #333333;
  font-size: 13px;
}

.attached-files .file-size {
  color: #999999;
  font-size: 12px;
}

@media screen and (min-width: 992px) {
  .attached-files li {
    width: 33.33333%;
  }
  .attached-files li:nth-child(3n+1) {
    clear: both;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .attached-files li {
    width: 50%;
  }
  .attached-files li:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .attached-files li {
    width: 33.33333%;
  }
  .attached-files li:nth-child(3n+1) {
    clear: both;
  }
}

@media screen and (min-width: 400px) and (max-width: 479px) {
  .attached-files li {
    width: 50%;
  }
  .attached-files li:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (max-width: 399px) {
  .attached-files li {
    width: 100%;
  }
  .attached-files li:nth-child(1n+1) {
    clear: both;
  }
}

.block-accordion {
  margin: 0;
}

.block-accordion .panel + .panel {
  margin-top: 20px;
}

.block-accordion .panel > .panel-heading {
  padding: 0;
  background: #fff;
}

.block-accordion .panel > .panel-heading a {
  display: block;
  padding: 17px 20px;
  line-height: 1.5;
  padding-right: 45px;
  text-decoration: none;
  position: relative;
  -webkit-transition: none;
  transition: none;
  color: #333333;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.block-accordion .panel > .panel-heading a:before, .block-accordion .panel > .panel-heading a:after {
  content: " ";
  display: table;
}

.block-accordion .panel > .panel-heading a:after {
  clear: both;
}

.block-accordion .panel > .panel-heading a .link-border {
  margin-right: 10px;
}

.block-accordion .panel > .panel-heading a .pay {
  color: inherit;
  float: right;
  margin-left: 10px;
}

.block-accordion .panel > .panel-heading a:hover {
  background: #f1f1f1;
}

.block-accordion .panel > .panel-heading a:after {
  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;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  padding: 18px 18px 0 0;
  color: inherit;
  content: "\f107";
}

.block-accordion .panel > .panel-heading a[aria-expanded="true"] {
  color: #fff;
}

.block-accordion .panel > .panel-heading a[aria-expanded="true"] span {
  border-bottom-color: transparent;
}

.block-accordion .panel > .panel-heading a[aria-expanded="true"]:after {
  content: "\f106";
}

@media screen and (max-width: 479px) {
  .block-accordion .panel > .panel-heading a {
    padding: 15px 35px 15px 15px;
  }
  .block-accordion .panel > .panel-heading a:after {
    padding: 12px 15px 0 0;
  }
  .block-accordion .panel > .panel-heading a .pay {
    float: none;
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }
}

.block-accordion .panel-body {
  padding: 20px 20px 30px;
  color: #333333;
}

.block-accordion .panel-body > *:first-child {
  margin-top: 0;
}

.block-accordion .panel-body > *:last-child {
  margin-bottom: 0;
}

.side-banner .item a {
  display: block;
  position: relative;
}

.side-banner .item img {
  width: 100%;
  height: auto;
}

.side-banner .slick-dots {
  position: absolute;
  margin-top: 10px;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
}

.side-banner .slick-dots li {
  position: relative;
  margin: 10px 4px 0 4px;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  width: auto;
  height: auto;
}

.side-banner .slick-dots li button {
  background: #d9d9d9;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 50%;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.side-banner .slick-dots li button:focus, .side-banner .slick-dots li button:hover {
  outline: none;
}

.side-banner .slick-dots li button:after {
  background: #fff;
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  display: block;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.side-banner .slick-dots li button:hover {
  background: #b3b3b3;
}

.side-banner .slick-dots li.slick-active button:after {
  opacity: 0;
}

.side-banner .slick-arrow {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  text-align: center;
  z-index: 1;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  line-height: 44px;
  border-radius: 50%;
  font-size: 18px;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
  text-align: center;
}

.side-banner .slick-arrow.slick-prev {
  left: 10px;
}

.side-banner .slick-arrow.slick-next {
  right: 10px;
}

.touch .side-banner .slick-arrow,
.touch .side-banner .icon-zoom,
.side-banner .slick-slider:hover .slick-arrow,
.side-banner .slick-slider:hover .icon-zoom {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .side-banner .slick-arrow,
  .side-banner .icon-zoom {
    opacity: 1;
  }
}

.side-banner .image:hover .icon-zoom,
.side-banner .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.7);
}

.tabs-default .tabs-ctrl {
  margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
  .tabs-default .tabs-ctrl {
    margin-bottom: 17px;
  }
}

.tabs-default .tabs-ctrl a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: #343f49;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 6px 12px;
  border: 2px solid transparent;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (min-width: 480px) {
  .tabs-default .tabs-ctrl a {
    margin: 0 10px 10px 0;
    padding: 8px 17px;
    font-size: 16px;
  }
}

.tabs-default .tabs-ctrl a:last-child {
  margin-right: 80px;
}

.tabs-default .tabs-ctrl a:after {
  content: "";
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: transparent;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tabs-default .tabs-ctrl a.active:hover {
  color: #343f49;
}

.tabs-default .tabs-ctrl a.active:after {
  opacity: 1;
}

.tabs-default .tab-content > .tab-pane {
  display: block;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  display: none;
}

.tabs-default .tab-content > .tab-pane.active {
  height: auto;
  overflow: visible;
  visibility: visible;
  display: block;
}

.contacts-page .phone {
  font-size: 20px;
  color: #333333;
  vertical-align: -1px;
}

.contacts-page .contacts-info .list-icons {
  padding-left: 0 !important;
}

.contacts-page .contacts-info .list-icons li {
  margin: 15px 0;
}

.contacts-page .contacts-info .list-icons li .fa-phone {
  margin: 7px 2px 0 -27px;
}

.contacts-page .contacts-info .list-icons a {
  color: inherit;
}

.contacts-page .contacts-requisites {
  line-height: 1.75;
}

.multicol-icons-block {
  color: #333333;
  margin-bottom: 50px;
}

.multicol-icons-block .item:before, .multicol-icons-block .item:after {
  content: " ";
  display: table;
}

.multicol-icons-block .item:after {
  clear: both;
}

.multicol-icons-block .item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.multicol-icons-block .item a:hover .item-title {
  text-decoration: underline;
}

.multicol-icons-block .item-icon {
  float: left;
  width: 42px;
  margin-right: 15px;
  text-align: center;
}

.multicol-icons-block .item-icon .fa {
  font-size: 32px;
}

.multicol-icons-block .item-icon img {
  max-width: 32px;
  height: auto;
}

.multicol-icons-block .item-content {
  overflow: hidden;
}

.multicol-icons-block .item-title {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 7px;
}

.multicol-icons-block .item-title a:hover {
  text-decoration: underline;
}

.multicol-icons-block .item-text {
  text-decoration: none !important;
}

.multicol-icons-block .item-text * {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .multicol-icons-block {
    padding-top: 0;
    margin-bottom: -15px;
  }
  .multicol-icons-block .item {
    margin-bottom: 15px;
  }
  .multicol-icons-block .item-icon {
    text-align: center;
  }
  .multicol-icons-block .item-icon img {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-btn-compare {
    display: none !important;
  }
}

.category-description h1,
.category-description .h1,
.category-description h2,
.category-description .h2,
.category-description h3,
.category-description .h3,
.category-description h4,
.category-description .h4,
.category-description h5,
.category-description .h5,
.category-description h6,
.category-description .h6 {
  margin: 0 0 20px;
  color: #333;
}

.category-description-text {
  max-height: 100px;
  overflow: hidden;
}

.category-description-top {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .category-description-top {
    margin-bottom: 70px;
  }
}

.category-description-bottom {
  margin-bottom: 70px;
}

@media screen and (min-width: 768px) {
  .category-description-bottom {
    margin-bottom: 80px;
  }
}

.categories.view-grid {
  margin-left: -14px;
  margin-right: -15px;
}

.categories.view-grid .item {
  position: relative;
}

.categories.view-grid .item .item-in {
  color: #000;
  background: #fff;
  display: block;
  border: 1px solid #ededed;
  height: 100%;
  margin-left: -1px;
  position: relative;
  padding: 15px 15px 20px;
  text-decoration: none;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .categories.view-grid .item .item-in {
    padding: 19px 19px 23px;
  }
}

.no-touch .categories.view-grid .item .item-in:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.no-touch .categories.view-grid .item .item-in:hover {
  z-index: 1;
}

.no-touch .categories.view-grid .item .item-in:hover:before {
  opacity: 1;
}

.categories.view-grid .item-img {
  position: relative;
  margin-bottom: 12px;
  max-height: 120px;
}

.categories.view-grid .item-img .img-hover-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), color-stop(75%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 75%);
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.categories.view-grid .item-img:hover .img-hover-overlay {
  opacity: 1;
}

.categories.view-grid .item-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.categories.view-grid .item-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.categories.view-grid .item-name {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .page-category .categories.view-grid {
    margin-top: -30px;
  }
}

@media screen and (min-width: 768px) {
  .categories.view-grid {
    margin-left: 1px;
    margin-right: 0;
  }
}

@media screen and (min-width: 480px) {
  .categories.view-grid .item-name {
    font-size: 15px;
  }
}

.categories.view-grid--no-photo .item-in {
  padding: 15px 15px;
}

@media screen and (min-width: 480px) {
  .categories.view-grid--no-photo .item-in {
    padding: 20px 15px;
  }
}

.categories.view-links {
  margin-left: -15px;
}

.categories.view-links .item {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 10px;
}

.categories.view-links .item-link {
  font-weight: 600;
  text-decoration: none;
}

.categories.view-links .item-link:hover {
  text-decoration: underline;
}

.page-category .categories {
  margin-bottom: 40px;
}

.product-item-image-original,
.product-item-image-alternative {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.product-item-image-original {
  z-index: 0;
}

.product-item-image-alternative {
  z-index: 1;
  opacity: 0;
}

.product-item-image-wrapper {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-item-image-wrapper:after {
  display: block;
  content: "";
  padding-top: 100%;
}

/*Image Slider*/
.product-item-image-slider-slide-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.product-item-image-slide {
  position: relative;
  display: none;
  height: 100%;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .product-item-image-slide {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .product-item-image-slide.next,
  .product-item-image-slide.active.right {
    left: 0;
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  .product-item-image-slide.prev,
  .product-item-image-slide.active.left {
    left: 0;
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  .product-item-image-slide.next.left,
  .product-item-image-slide.prev.right,
  .product-item-image-slide.active {
    left: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
  display: block;
}

.product-item-image-slider-slide-container > .active {
  left: 0;
}

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.product-item-image-slider-slide-container > .next {
  left: 100%;
}

.product-item-image-slider-slide-container > .prev {
  left: -100%;
}

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right {
  left: 0;
}

.product-item-image-slider-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
}

.product-item-image-slider-progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  opacity: .8;
}

.product-item-image-slider-control-container {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  padding: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container {
  opacity: 1;
}

.product-item-image-slider-control {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.8);
  opacity: .6;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover {
  cursor: pointer;
}

.product-item-image-slider-control.active {
  opacity: 1;
}

.product-item-image-slider-progress-bar,
.product-item-image-slider-control.active,
.product-item-image-slider-control:hover {
  background: #1459A8;
}

.products .item:hover .product-item-image-slider-control-container {
  opacity: 1;
}

.products.view-compact {
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (min-width: 768px) {
  .products.view-compact {
    margin-left: 0;
    margin-right: 0;
  }
}

.products.view-compact a {
  text-decoration: none;
}

.products.view-compact > .item {
  border: 1px solid #ededed;
  border-left: none;
  border-right: none;
  padding: 15px;
  margin-top: -1px;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .products.view-compact > .item {
    border: 1px solid #ededed;
    overflow: visible;
  }
}

@media screen and (min-width: 992px) {
  .products.view-compact > .item {
    padding: 19px;
  }
}

.no-touch .products.view-compact > .item:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.no-touch .products.view-compact > .item:hover {
  z-index: 1;
}

.no-touch .products.view-compact > .item:hover:before {
  opacity: 1;
}

.products.view-compact .price-current,
.products.view-compact .price-old {
  display: inline-block;
}

.products.view-compact .price-current {
  font-size: 16px;
}

.products.view-compact .price-old {
  font-size: 14px;
}

@media screen and (min-width: 480px) {
  .products.view-compact .price-current {
    font-size: 20px;
  }
  .products.view-compact .price-old {
    font-size: 16px;
  }
}

.products.view-compact .price-economy {
  margin-top: 6px;
}

.products.view-compact .image-wrap {
  position: relative;
  max-width: 78px;
  margin-left: auto;
  margin-right: auto;
}

.products.view-compact .image {
  display: block;
}

.products.view-compact .product-stickers {
  top: -15px;
  left: -15px;
}

@media screen and (max-width: 479px) {
  .products.view-compact .product-stickers {
    top: -7px;
    left: -7px;
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
  }
}

@media screen and (max-width: 991px) {
  .products.view-compact .product-stickers {
    top: -7px;
    left: -7px;
  }
}

.products.view-compact .product-sticker {
  margin-bottom: -5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  font-size: 11px !important;
  font-weight: 700;
}

.products.view-compact .name {
  font-size: 16px;
}

.products.view-compact .name a {
  text-decoration: none;
}

.products.view-compact .buy-buttons {
  display: inline-block;
}

.products.view-compact .p-btn {
  margin: 6px 8px 0 0;
}

.products.view-compact .p-btn:last-child {
  margin-right: 0;
}

.products.view-compact .btn-buy,
.products.view-compact .btn-detail,
.products.view-compact .btn-catalog-subscribe {
  margin-right: 15px;
  min-width: 144px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  text-transform: uppercase;
}

.products.view-compact .btn-catalog-subscribe {
  padding-left: 10px;
  padding-right: 10px;
}

.products.view-compact .stocks {
  margin-right: 15px;
}

.products.view-compact .stocks,
.products.view-compact .rating {
  display: inline-block;
  vertical-align: middle;
}

.products.view-compact .stocks,
.products.view-compact .rating {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .products.view-compact .name {
    padding-right: 35px;
  }
  .products.view-compact .p-btn {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .products.view-compact .item-col-buttons {
    position: static;
  }
  .products.view-compact .product-buttons {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 25px;
  }
}

@media screen and (max-width: 1199px) {
  .products.view-compact .prices {
    margin-top: 10px;
  }
  .products.view-compact .name {
    margin-bottom: 0;
  }
  .products.view-compact .item-col {
    float: right;
  }
  .products.view-compact .item-col-img {
    float: left;
    padding-right: 0;
  }
  .products.view-compact .item-col-buttons {
    margin-top: 10px;
  }
}

@media screen and (min-width: 992px) {
  .products.view-compact .product-buttons {
    display: inline-block;
    vertical-align: -2px;
  }
}

@media screen and (min-width: 1200px) {
  .products.view-compact .row {
    margin: 0;
  }
  .products.view-compact .item-col {
    padding: 0 0 0 20px;
  }
  .products.view-compact .item-col-img {
    width: 8.333%;
    padding-left: 0;
  }
  .products.view-compact .item-col-name {
    width: 38.541%;
  }
  .products.view-compact .item-col-price {
    width: 29.166%;
    text-align: center;
  }
  .products.view-compact .item-col-buttons {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .products.view-compact .product-buttons {
    min-width: 60px;
    min-height: 1px;
  }
  .products.view-compact .image {
    max-width: 80px;
    margin: 0 auto;
  }
  .products.view-compact .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .products.view-compact .row:before, .products.view-compact .row:after {
    content: none;
  }
}

.products.view-grid {
  position: relative;
}

.products.view-grid:hover, .products.view-grid.hover {
  z-index: 100;
}

.products.view-grid:not(.slider) {
  margin-left: -14px;
  margin-right: -15px;
}

@media screen and (min-width: 480px) {
  .products.view-grid:not(.slider) {
    margin-left: 0;
    margin-right: 0;
  }
}

.products.view-grid .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (min-width: 480px) {
  .products.view-grid .slick-list {
    margin-left: 1px;
    padding-left: 1px;
    margin-right: 2px;
  }
}

.products.view-grid a {
  text-decoration: none;
}

.products.view-grid .slick-track {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.products.view-grid .slick-track:before, .products.view-grid .slick-track:after {
  display: none;
}

.products.view-grid .slick-track > .item,
.products.view-grid > .item {
  position: relative;
  height: auto;
}

.products.view-grid .item-in {
  background: #fff;
  border: 1px solid #ededed;
  display: block;
/*   height: 100%; */
  height: 420px;
  margin-left: -1px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 15px 7px;
  text-decoration: none;
}

.products.view-grid .item-in:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (min-width: 480px) {
  .products.view-grid .item-in {
    padding: 23px 19px 25px;
  }
}

.products.view-grid .hover-block {
  display: none;
}

.no-touch .products.view-grid > .item.hover,
.no-touch .products.view-grid .slick-track > .item.hover {
  z-index: 3;
}

.no-touch .products.view-grid > .item.hover .item-in,
.no-touch .products.view-grid .slick-track > .item.hover .item-in {
  position: absolute;
  height: auto;
  min-height: 100%;
}

.no-touch .products.view-grid > .item.hover .item-in:before,
.no-touch .products.view-grid .slick-track > .item.hover .item-in:before {
  opacity: 1;
}

.no-touch .products.view-grid > .item.hover .hover-block,
.no-touch .products.view-grid .slick-track > .item.hover .hover-block {
  display: block;
}

.products.view-grid .image-wrap {
  position: relative;
}

.products.view-grid .product-item-image-wrapper {
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
}

.products.view-grid .image {
  display: block;
}

.products.view-grid .image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.products.view-grid .product-stickers {
  left: -5px;
  top: -8px;
}

@media screen and (max-width: 767px) {
  .products.view-grid .product-stickers {
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
  }
}

.products.view-grid .product-buttons {
  position: absolute;
  right: -5px;
  top: -10px;
  z-index: 2;
}

.products.view-grid .product-buttons .p-btn {
  margin-left: 8px;
}

.products.view-grid .product-buttons .p-btn {
  opacity: 0;
}

.no-touch .products.view-grid .item:hover .p-btn,
.no-touch .products.view-grid .item.hover .p-btn,
.no-touch .products.view-grid .product-buttons .p-btn.is-active {
  opacity: 1;
}

.touch .products.view-grid .product-buttons .p-btn {
  opacity: 1;
}

.products.view-grid .name {
  margin-top: 30px;
  line-height: 20px;
}

.products.view-grid .name a {
  font-size: 13px;
  color: #000;
  display: block;
}

@media screen and (min-width: 480px) {
  .products.view-grid .name a {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .products.view-grid .name a {
    height: 40px;
    overflow: hidden;
  }
}

.products.view-grid .item-section {
  margin-top: 30px;
}

.products.view-grid .item-section a {
  font-size: 13px;
  color: #666666;
}

.products.view-grid .item-section + .name {
  margin-top: 5px;
}

.products.view-grid .stocks {
  margin-top: 10px;
}

.products.view-grid .rating {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 5px;
}

.products.view-grid .prices {
  margin-top: 5px;
  line-height: 1.2;
}

.products.view-grid .price-current {
  display: inline-block;
  font-size: 18px;
  margin-top: 5px;
}

.products.view-grid .price-old {
  display: inline-block;
  font-size: 14px;
  margin-top: 5px;
  vertical-align: 2px;
}

.products.view-grid .qty-block {
  margin-top: 20px;
}

.products.view-grid .item .qty-block:first-child {
  margin-top: 15px;
}

@media screen and (min-width: 480px) {
  .products.view-grid .price-current {
    font-size: 20px;
  }
}

.products.view-grid .price-economy {
  margin-top: 5px;
}

.products.view-grid .btn-buy {
  display: block;
  text-align: center;
}

.products.view-grid .price-economy {
  display: none;
}

.products.view-grid .product-sku {
  margin-top: 10px;
}

.products.view-grid .product-sku.view-buttons.type-colors .item {
  margin-right: 10px;
}

.products.view-grid .buy-buttons {
  margin-top: 20px;
}

.products.view-grid .btn-buy-1click {
  margin-bottom: -10px;
}

.products.view-grid .product-not-avail-meessage {
  margin-top: 10px;
  color: #6b6b6b;
  font-size: 13px;
}

.products.view-grid .item-features {
  margin-bottom: 0;
  margin-top: 10px;
}

.products.view-grid .item-features .feature {
  margin: 0 0 4px;
}

.products.view-grid .item-features .feature-name {
  font-weight: normal;
  color: #666666;
  display: inline;
}

.products.view-grid .item-features .feature-name span {
  background: #fff;
  position: relative;
  z-index: 1;
  font-size: 12px;
}

.products.view-grid .item-features .feature-value {
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  display: inline;
}

.products.view-grid .item-features .btn-show-all-features {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .products.view-grid .price-economy {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .products.view-grid .item-features {
    display: none;
  }
}

.products.view-grid.slider .item {
  margin-top: 0;
}

.no-touch .products.view-grid.hover .slick-list {
  padding-bottom: 400px;
  margin-bottom: -400px;
}

.products.view-list {
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (min-width: 768px) {
  .products.view-list {
    margin-left: 0;
    margin-right: 0;
  }
}

.products.view-list a {
  text-decoration: none;
}

.products.view-list .product {
  border: 1px solid #ededed;
  padding: 15px;
  margin-top: -1px;
  position: relative;
  border-left: none;
  border-right: none;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .products.view-list .product {
    border: 1px solid #ededed;
    padding: 30px 15px;
    overflow: visible;
  }
}

.no-touch .products.view-list .product:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.no-touch .products.view-list .product:hover {
  z-index: 1;
}

.no-touch .products.view-list .product:hover:before {
  opacity: 1;
}

.products.view-list .art,
.products.view-list .description,
.products.view-list .rating,
.products.view-list .stocks,
.products.view-list .item-features {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .products.view-list .art,
  .products.view-list .description,
  .products.view-list .rating,
  .products.view-list .stocks,
  .products.view-list .item-features {
    margin-top: 13px;
  }
}

.products.view-list .qty-block {
  margin-top: 15px;
}

.products.view-list .price-current,
.products.view-list .price-old {
  display: inline-block;
}

.products.view-list .price-current {
  font-size: 16px;
}

.products.view-list .price-old {
  font-size: 14px;
}

.products.view-list .rating .star {
  font-size: 16px;
}

.products.view-list .rating .count {
  vertical-align: 4px;
}

@media screen and (min-width: 480px) {
  .products.view-list .price-current {
    font-size: 20px;
  }
  .products.view-list .price-old {
    font-size: 16px;
  }
}

.products.view-list .price-economy {
  margin-top: 6px;
}

.products.view-list .item-left {
  padding-right: 0;
}

.products.view-list .image-wrap {
  position: relative;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.products.view-list .image {
  display: block;
}

.products.view-list .product-stickers {
  top: -15px;
  left: -15px;
}

@media screen and (max-width: 479px) {
  .products.view-list .product-stickers {
    top: -7px;
    left: -7px;
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@media screen and (max-width: 767px) {
  .products.view-list .product-stickers {
    top: -7px;
    left: -7px;
  }
}

.products.view-list .name {
  font-size: 18px;
}

.products.view-list .name a {
  text-decoration: none;
}

.products.view-list .item-section {
  margin-bottom: 5px;
}

.products.view-list .item-section a {
  font-size: 13px;
  color: #666666;
}

.products.view-list .btn-show-all-features .nc-icon {
  font-size: 10px;
  margin-right: 8px;
}

.products.view-list .buy-buttons,
.products.view-list .product-buttons {
  margin-top: 15px;
}

.products.view-list .product-buttons .p-btn {
  margin-right: 8px;
}

.products.view-list .product-buttons .p-btn:first-child {
  margin-top: 0;
}

.products.view-list .btn-buy {
  margin-right: 15px;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .products.view-list .item-img {
    margin-bottom: 10px;
  }
  .products.view-list .name {
    font-size: 16px;
  }
  .products.view-list .description {
    font-size: 13px;
  }
  .products.view-list .product-badges {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
  }
}

@media screen and (max-width: 1199px) {
  .products.view-list .name {
    padding-right: 35px;
  }
  .products.view-list .item-right {
    position: static;
  }
  .products.view-list .product-buttons {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 25px;
  }
  .products.view-list .product-buttons .p-btn {
    margin-top: 10px;
  }
  .products.view-list .item-features {
    margin-bottom: 10px;
  }
  .products.view-list .item-features .feature {
    margin: 0 0 10px;
  }
  .products.view-list .item-features .feature-name {
    font-weight: normal;
    color: #666666;
    display: inline;
  }
  .products.view-list .item-features .feature-name:after {
    content: ":";
  }
  .products.view-list .item-features .feature-value {
    display: inline;
    color: #333333;
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  .products.view-list .item-left {
    padding-right: 0;
  }
  .products.view-list .item-content {
    overflow: hidden;
  }
  .products.view-list .name {
    padding-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .products.view-list .image {
    max-width: 180px;
    margin: 0 auto;
  }
  .products.view-list .btn-buy {
    max-width: 172px;
    display: block;
  }
  .products.view-list .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .products.view-list .row:before, .products.view-list .row:after {
    content: none;
  }
  .products.view-list .item-left {
    padding-left: 30px;
    width: 22%;
  }
  .products.view-list .item-center {
    border-right: 1px solid #f4f4f4;
    padding: 0 30px;
    width: 50%;
  }
  .products.view-list .item-right {
    padding-left: 30px;
    padding-right: 30px;
    width: 28%;
  }
  .products.view-list .item-features {
    margin-bottom: 0;
  }
  .products.view-list .item-features .feature {
    margin: 0 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .products.view-list .item-features .feature-name {
    float: left;
    width: 50%;
    font-weight: normal;
    color: #666666;
    position: relative;
    clear: both;
  }
  .products.view-list .item-features .feature-name:after {
    content: "";
    position: absolute;
    bottom: 4px;
    right: 0;
    left: 0;
    border-bottom: 1px solid #f0f0f0;
  }
  .products.view-list .item-features .feature-name span {
    background: #fff;
    position: relative;
    padding-right: 9px;
    z-index: 1;
  }
  .products.view-list .item-features .feature-value {
    width: 50%;
    color: #333333;
    font-weight: 600;
    padding-left: 9px;
  }
}

.page-category .products {
  margin-bottom: 30px;
}

.products .image .img-hover-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), color-stop(75%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 75%);
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.products .image:hover .img-hover-overlay {
  opacity: 1;
}

.products .name a {
  color: #000;
}

.products .price-old {
  font-size: 14px;
  text-decoration: line-through;
  color: #6b6b6b;
  white-space: nowrap;
}

.products .price-current {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-right: 4px;
  white-space: nowrap;
}

.products .price-economy {
  font-size: 14px;
  color: #ac0000;
}

.products .rating {
  font-size: 14px;
  line-height: 1;
}

.products .rating .stars {
  display: inline;
}

.products .rating .star {
  color: #ededed;
  margin-right: 1px;
}

.products .rating .star.active {
  color: #ffd700;
}

.products .rating .count {
  vertical-align: 3px;
  margin-left: 2px;
  color: #b7b7b7;
}

.products .rating-in:hover {
  opacity: 0.75;
}

.products .btn-buy,
.products .btn-detail,
.products .btn-catalog-subscribe {
  padding: 10px 16px;
  font-size: 13px;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
}

.products .btn-buy .nc-icon,
.products .btn-detail .nc-icon,
.products .btn-catalog-subscribe .nc-icon {
  font-size: 16px;
  margin: 0 7px 0 0;
  vertical-align: -3px;
}

.products .btn-fast-view {
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  width: 160px;
  height: 36px;
  margin-top: -18px;
  margin-left: -80px;
  line-height: 36px;
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
  z-index: 1;
}

.no-touch .products .btn-fast-view {
  display: block;
}

.products .image-wrap:hover .btn-fast-view {
  opacity: 0.6;
}

.products .image-wrap:hover .btn-fast-view:hover {
  opacity: 0.75;
}

.products .btn-buy-1click {
  padding: 10px 0;
  line-height: 20px;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #202020;
}

.products .btn-buy-1click span {
  border-bottom: 1px dotted transparent;
}

.products .btn-buy-1click:hover span {
  border-color: inherit;
}

.products .product-not-avail-meessage {
  margin-top: 10px;
  color: #6b6b6b;
  font-size: 13px;
}

.products .qty-block[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

.products .qty-block .qty-label {
  display: inline-block;
  vertical-align: 1px;
}

.products .qty-block .qty-price-total {
  margin-top: 5px;
}

.products .qty-form {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.products .qty-form .qty-input {
  width: 96px;
  height: 32px;
  background: #fff;
  border: 1px solid #ededed;
  text-align: center;
  padding: 0 32px;
  color: #5d5d5d;
  font-size: 14px;
  line-height: 30px;
}

.products .qty-form .qty-input:focus {
  outline: none;
}

.products .qty-form .qty-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 1px;
}

.products .qty-form .qty-btn:not(.disabled):hover {
  background: #f3f3f3;
}

.products .qty-form .qty-btn.disabled {
  cursor: default;
}

.products .qty-form .qty-btn:before, .products .qty-form .qty-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #b7b7b7;
}

.products .qty-form .qty-btn:before {
  width: 12px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6px;
}

.products .qty-form .qty-btn:after {
  width: 2px;
  height: 12px;
  margin-top: -6px;
  margin-left: -1px;
}

.products .qty-form .qty-minus {
  left: 1px;
}

.products .qty-form .qty-minus:after {
  display: none;
}

.products .qty-form .qty-plus {
  right: 1px;
}

.product-stickers {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.product-stickers .product-sticker {
  margin-bottom: -10px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-stickers .product-sticker.new {
  background: #5fa015;
}

.product-stickers .product-sticker.bestseller {
  background: #FF9123;
}

.product-stickers .product-sticker.discount {
  background: #fb4247;
  font-size: 16px;
}

.product-buttons .p-btn {
  background: #e0e0e0;
  display: inline-block;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 29px;
  font-size: 12px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}

.product-buttons .p-btn:hover {
  background: #bababa;
}

.stocks {
  font-size: 13px;
  /* exp */
}

.stocks .stock-icon {
  display: inline-block;
  font: normal normal normal 1em/1 'UberShop';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit !important;
  font-size: 14px;
  margin-right: 6px;
  vertical-align: -2px;
}

.stocks .stock-icon:after {
  content: "\ea0e";
}

.stocks .stock-count {
  background: #fff;
  border: 1px solid;
  height: 20px;
  line-height: 18px;
  display: inline-block;
  min-width: 20px;
  text-align: center;
  font-size: 12px;
  margin-left: 5px;
  border-radius: 10px;
  opacity: 0.5;
  padding: 0 5px;
}

.stocks .stock-high {
  color: #5fa015;
}

.stocks .stock-low {
  color: #a80;
}

.stocks .stock-critical {
  color: #E02521;
}

.stocks .stock-none {
  color: #aaa;
}

.stocks .stock-none .stock-qty-label {
  display: none;
}

.stocks .stock-none .stock-icon:after {
  content: "\ea16";
}

.product-sku {
  margin-top: 15px;
}

.product-sku-title {
  margin-bottom: 5px;
}

.product-sku-content-in .product-sku-list-in {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-sku.view-buttons.type-colors .product-sku-list-in {
  margin: 0;
}

.product-sku.view-buttons.type-colors .item {
  float: left;
  width: 30px;
  height: 30px;
  margin: 10px 15px 5px 5px;
  position: relative;
  cursor: pointer;
}

.product-sku.view-buttons.type-colors .item-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 34px;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.product-sku.view-buttons.type-colors .item-color {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}

.product-sku.view-buttons.type-colors .item:hover .item-bg {
  border-color: #adadad;
}

.product-sku.view-buttons.type-colors .item.selected .item-bg {
  width: 40px;
  height: 40px;
  border-width: 2px;
}

.product-sku.view-buttons.type-text .product-sku-list-in {
  margin: -10px 0 0 -10px;
}

.product-sku.view-buttons.type-text .item {
  float: left;
  margin: 10px 0 0 10px;
  position: relative;
  cursor: pointer;
}

.product-sku.view-buttons.type-text .item-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.product-sku.view-buttons.type-text .item:hover .item-bg {
  border-color: #adadad;
}

.product-sku.view-buttons.type-text .item.selected .item-bg {
  border-width: 2px;
}

.product-sku.view-buttons.type-text .item-text {
  font-size: 13px;
  min-width: 34px;
  font-weight: 600;
  padding: 8px 10px;
  text-align: center;
}

.product-sku.view-select.type-dropdown .dropdown-btn {
  white-space: nowrap;
  background: #fff;
  font-size: 13px;
  color: #333;
  height: 38px;
  padding: 0 33px 0 13px;
  text-align: left;
  border: 1px solid #f0f0f0;
  position: relative;
  min-width: 50%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-sku.view-select.type-dropdown .dropdown-btn > .nc-icon {
  position: absolute;
  top: 14px;
  right: 13px;
  margin: 0;
  vertical-align: middle;
  color: #333;
  font-size: 10px;
}

.product-sku.view-select.type-dropdown .dropdown-btn:hover,
.product-sku.view-select.type-dropdown .dropdown.open .dropdown-btn {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.product-sku.view-select.type-dropdown .dropdown-menu {
  padding: 0;
  font-size: 13px;
  min-width: 50%;
  border: 1px solid #e1e1e1;
}

.product-sku.view-select.type-dropdown .dropdown-menu li {
  margin: 0;
}

.product-sku.view-select.type-dropdown .dropdown-menu li i {
  margin-left: 4px;
  color: inherit;
}

.product-sku.view-select.type-dropdown .dropdown-menu li i.sort-asc {
  vertical-align: -2px;
  border-top-color: #fff;
}

.product-sku.view-select.type-dropdown .dropdown-menu li i.sort-desc {
  border-bottom-color: #fff;
}

.product-sku.view-select.type-dropdown.open .dropdown-menu {
  display: block;
}

.item-discount-period {
  background: #619e15;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 2px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: -5px;
}

.item-detail .item-discount-period {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 13px;
}

.lazy-load-btn {
  margin-top: -10px;
  margin-bottom: 20px;
}

.popup-window {
  max-width: 100%;
  font-family: inherit;
}

.popup-window .popup-window-titlebar span {
  color: #4d4d4d;
}

.popup-window .bx-catalog-subscribe-form-container-input input {
  display: block;
  width: 100%;
  height: 41px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.429;
  color: #333333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.popup-window-titlebar-close-icon:after {
  content: "\ea16";
  background-image: none;
  font: normal normal normal 1em/1 'UberShop';
}

#bx-catalog-subscribe-form-notify {
  margin: 0 0 10px 0;
}

.catalog-toolbar {
  color: #666;
  font-size: 13px;
  margin-bottom: 10px;
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog-toolbar a {
  cursor: pointer;
}

.catalog-toolbar .btn.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.catalog-toolbar .item {
  margin: 0 0 10px 15px;
}

.catalog-toolbar .item-label {
  margin: 0 7px 0 0;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .catalog-toolbar .item-label {
    display: none;
  }
}

.catalog-toolbar .item-content {
  display: inline-block;
  vertical-align: middle;
}

.catalog-toolbar .dropdown {
  display: inline-block;
}

.catalog-toolbar .item-filter-button button {
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
}

.catalog-toolbar .dropdown-btn {
  white-space: nowrap;
  background: #fff;
  font-size: 13px;
  color: #333;
  height: 38px;
  padding: 0 33px 0 13px;
  text-align: left;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.catalog-toolbar .dropdown-btn > .nc-icon {
  position: absolute;
  top: 14px;
  right: 13px;
  margin: 0;
  vertical-align: middle;
  color: #333;
  font-size: 10px;
}

.catalog-toolbar .dropdown-btn .icon-sort-order {
  font-size: 12px;
  color: #b5b5b5;
  margin-right: 4px;
}

.catalog-toolbar .dropdown-btn:hover,
.catalog-toolbar .dropdown.open .dropdown-btn {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.catalog-toolbar .dropdown-menu {
  padding: 0;
  font-size: 13px;
  min-width: 100%;
  border: 1px solid #e1e1e1;
}

.catalog-toolbar .dropdown-menu li {
  margin: 0;
}

.catalog-toolbar .dropdown-menu li i {
  margin-left: 4px;
  color: inherit;
}

.catalog-toolbar .dropdown-menu li i.sort-asc {
  vertical-align: -2px;
  border-top-color: #fff;
}

.catalog-toolbar .dropdown-menu li i.sort-desc {
  border-bottom-color: #fff;
}

.catalog-toolbar .filter-button .btn {
  height: 28px;
  line-height: 27px;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  border: none;
  font-size: 13px;
}

.catalog-toolbar .item-sort .dropdown .btn {
  min-width: 160px;
}

.catalog-toolbar .item-sort .dropdown .dropdown-menu {
  min-width: 100%;
}

.catalog-toolbar .show-per-page-wrap .dropdown .btn {
  width: 60px;
}

.catalog-toolbar .show-per-page-wrap .dropdown .dropdown-menu {
  width: 60px;
  min-width: 0;
}

.catalog-toolbar .item-select-view {
  padding: 5px 0 0;
  margin-left: auto;
}

.catalog-toolbar .select-view-btn {
  float: left;
  background: transparent;
  border: none;
  width: 26px;
  height: 26px;
  line-height: 26px;
  padding: 0;
  margin-left: 5px;
  outline: none;
  text-align: center;
  color: #ccc;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.catalog-toolbar .select-view-btn:first-child {
  margin-left: 0;
}

.catalog-toolbar .select-view-btn .svgi {
  margin-top: 5px;
}

.catalog-toolbar .select-view-btn:hover {
  color: #000;
}

.page-category .categories + .catalog-toolbar {
  margin-top: -10px;
}

.bx-filter {
  width: 100%;
  min-width: 220px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #000;
}

.bx-filter .bx-filter-section {
  background: #f6f6f6;
  position: relative;
  padding: 25px 20px;
}

@media screen and (min-width: 992px) {
  .bx-filter .bx-filter-section {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.bx-filter .panel-heading {
  padding-top: 12px;
  padding-bottom: 12px;
}

.bx-filter .panel-body {
  padding: 0;
}

.bx-filter .panel-heading {
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: none;
}

.bx-filter .bx-filter-block {
  display: none;
}

.bx-filter .bx-filter-parameters-box {
  position: relative;
  margin-bottom: 15px;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
  display: block;
}

.bx-filter .bx-filter-button-box .bx-filter-parameters-box-container {
  padding-top: 0;
}

.bx-filter .bx-filter-button-box .btn {
  width: 50%;
}

.bx-filter.modal-body {
  padding: 0;
}

.bx-filter .bx-filter-parameters-box-title {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bx-filter .bx-filter-parameters-box-title span.title-text {
  color: #333333;
  border-bottom: 1px dotted transparent;
}

.bx-filter .bx-filter-parameters-box-title:hover span.title-text {
  border-color: #6f6f6f;
}

.bx-filter .bx-filter-parameters-box-title .title-icon {
  margin-left: 4px;
}

.bx-filter .bx-filter-parameters-box-title .hint-icon {
  color: #b5b5b5;
  float: right;
  text-align: center;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.bx-filter .bx-filter-parameters-box-title .hint-icon:hover {
  color: #7f7f7f;
}

@media screen and (max-width: 767px) {
  .bx-filter .bx-filter-parameters-box-title .hint-icon {
    display: none;
  }
}

.bx-filter .bx-filter-parameters-box-title .popover {
  top: 20px !important;
  left: 100% !important;
  font-size: 13px;
  margin-left: -30px;
}

.bx-filter .bx-filter-parameters-box-title .popover .arrow {
  display: none;
}

.bx-filter .bx-filter-parameters-box-title .popover .popover-content {
  padding: 5px 10px;
}

.bx-filter .bx-filter-button-box .bx-filter-block {
  display: block;
}

.bx-filter .bx-filter-parameters-box .bx-filter-block .bx-left {
  padding-right: 0;
}

.bx-filter .bx-filter-parameters-box .bx-filter-block .bx-right {
  padding-left: 0;
}

.bx-filter .bx-filter-parameters-box .bx-filter-block i.bx-ft-sub {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  text-transform: lowercase;
}

.bx-filter .bx-filter-parameters-box .bx-filter-block i.bx-ft-sub + .bx-filter-input-container {
  display: inline-block;
  vertical-align: middle;
}

.bx-filter .param-count {
  color: #666;
}

/*Sections*/
@media (min-width: 992px) {
  .bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
    clear: both;
  }
}

.bx-filter-parameters-box-container {
  padding-top: 10px;
}

.bx-filter-parameters-box-container .checkbox,
.bx-filter-parameters-box-container .radio {
  margin-top: 8px;
  margin-bottom: 0;
}

.bx-filter-parameters-box-container .checkbox:first-child,
.bx-filter-parameters-box-container .radio:first-child {
  margin-top: 0;
}

.bx-filter .bx-filter-input-container input {
  display: block;
  width: 100%;
  margin: 0;
  outline: none;
  height: 28px;
  padding: 4px;
  font-size: 14px;
  color: #333;
  text-align: center;
  border: 1px solid #ccc;
}

.bx-filter .bx-filter-input-container input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.bx-filter .bx-filter-input-container input:focus::-ms-input-placeholder {
  opacity: 0;
}

.bx-filter .bx-filter-input-container input:focus::placeholder {
  opacity: 0;
}

.bx-filter-parameters-box-items .is-hidden {
  display: none;
}

.filter-parameters-show-more {
  text-decoration: none;
}

.filter-parameters-show-more .link-text {
  border-bottom: 1px dotted transparent;
}

.filter-parameters-show-more:hover .link-text {
  border-bottom-color: inherit;
}

.filter-parameters-show-more .show-more-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #ccc;
  border-radius: 50%;
  position: relative;
  margin-left: 7px;
  vertical-align: -4px;
}

.filter-parameters-show-more .show-more-icon:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background: #fff;
  left: 4px;
  top: 7px;
}

.filter-parameters-show-more .show-more-icon:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 8px;
  background: #fff;
  left: 7px;
  top: 4px;
}

.filter-parameters-show-more.is-close .show-more-icon:after {
  display: none;
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
  /* Fix of input shadow for IOS browsers. */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}

.bx-filter {
  /*
    *Track
    *
    */
}

.bx-filter .bx-filter-button-box {
  clear: both;
}

.bx-filter .bx-ui-slider-track-container {
  padding: 40px 5px 5px;
}

.bx-filter .bx-ui-slider-track-container {
  padding-top: 35px;
  padding-bottom: 16px;
}

.bx-filter .bx-ui-slider-track {
  position: relative;
  height: 7px;
  /*background: #d8e9f0;/* COLOR */
}

.bx-filter .bx-ui-slider-part {
  position: absolute;
  top: -6px;
  width: 1px;
  height: 17px;
  background: #b5b5b5;
}

.bx-filter .bx-ui-slider-part.p1 {
  left: 0;
}

.bx-filter .bx-ui-slider-part.p2 {
  left: 25%;
}

.bx-filter .bx-ui-slider-part.p3 {
  left: 50%;
}

.bx-filter .bx-ui-slider-part.p4 {
  left: 75%;
}

.bx-filter .bx-ui-slider-part.p5 {
  right: 0;
}

.bx-filter .bx-ui-slider-part span {
  font-size: 11px;
  /*font-weight: bold;*/
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  color: #000;
}

.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
  color: #6b8086;
}

.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-v,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-range {
  position: absolute;
  top: 0;
  bottom: 0;
}

.bx-filter .bx-ui-slider-range {
  z-index: 50;
}

.bx-filter .bx-ui-slider-pricebar {
  z-index: 100;
}

.bx-filter .bx-ui-slider-pricebar-vd {
  z-index: 60;
  /*background: #849da4;/* COLOR */
}

.bx-filter .bx-ui-slider-pricebar-vn {
  z-index: 70;
  /*background: #a8dff3;/* COLOR */
}

.bx-filter .bx-ui-slider-pricebar-v {
  z-index: 80;
  /*background: #499fd8;/* COLOR */
}

.bx-filter .bx-ui-slider-handle:hover {
  -webkit-cursor: -webkit-grab;
  -ms-cursor: grab;
  -o-cursor: grab;
  cursor: grab;
}

.bx-filter .bx-ui-slider-handle:active {
  -webkit-cursor: -webkit-grabbing;
  -ms-cursor: grabbing;
  -o-cursor: grabbing;
  cursor: grabbing;
}

.bx-filter .bx-ui-slider-handle {
  position: absolute;
  top: 100%;
  width: 22px;
  height: 22px;
  border-bottom: none;
}

.bx-filter .bx-ui-slider-handle:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 16px solid;
}

.bx-filter .bx-ui-slider-handle.left {
  left: 0;
  margin-left: -21px;
}

.bx-filter .bx-ui-slider-handle.left:after {
  border-left: 16px solid transparent;
  float: right;
}

.bx-filter .bx-ui-slider-handle.right {
  right: 0;
  margin-right: -21px;
}

.bx-filter .bx-ui-slider-handle.right:after {
  border-right: 16px solid transparent;
  float: left;
}

.bx-filter .bx-filter-select-container {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  border: 1px solid #e5e5e5;
}

/*
*Track
*
*/
/*
*  Select
*
*/
.bx-retina .bx-filter .bx-filter-select-container {
  border-style: solid;
  border-width: 1px;
  -o-border-image: url("/bitrix/templates/ubershop/images/border_default.png") 2 repeat;
  border-image: url("/bitrix/templates/ubershop/images/border_default.png") 2 repeat;
}

/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
  border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
  -webkit-border-image: url(/bitrix/templates/ubershop/images/active.png) 2 repeat;
     -moz-border-image: url(/bitrix/templates/ubershop/images/active.png) 2 repeat;
     -o-border-image: url(/bitrix/templates/ubershop/images/active.png) 2 repeat;
      border-image: url(/bitrix/templates/ubershop/images/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-select-block {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 33px;
  margin: 0;
  padding: 0 33px 0 10px;
  border: none;
  background: #fff;
}

.bx-filter .bx-filter-select-text {
  font-size: 15px;
  line-height: 33px;
  overflow: hidden;
  max-width: 100%;
  height: 33px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.bx-filter .bx-filter-select-text.fix {
  min-width: 120px;
}

.bx-filter .bx-filter-select-text label {
  cursor: pointer;
}

.bx-filter .bx-filter-select-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 33px;
  cursor: pointer;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC") no-repeat center;
}

/*
*  Select popup
*
*/
.bx-filter-select-popup {
  background: #fff;
  padding: 0;
  min-width: 173px;
}

.bx-filter-select-popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bx-filter-select-popup ul li {
  display: block;
  text-align: left;
  vertical-align: middle;
  margin: 0;
}

.bx-filter-select-popup ul li:first-child {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.bx-filter-select-popup ul li label {
  font-size: 14px;
  line-height: 26px;
  display: block;
  text-align: left !important;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 5px;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  color: #575757;
}

.bx-filter-select-popup ul li label.selected, .bx-filter-select-popup ul li label:hover {
  color: #000;
  background: #f3f8fa;
}

.bx-filter-select-popup ul li label.disabled {
  color: #b8b8b8;
  background: transparent;
}

.bx-filter-select-popup ul li .bx-filter-param-text {
  line-height: 34px !important;
}

/*
* TAGS
*
*/
/*
*  LABEL
*
*/
/*
*  Checkbox / Radio
*
*/
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
  display: block;
  text-align: left;
  margin-left: 3px;
}

.bx-filter .bx-filter-input-checkbox .bx-filter-param-count {
  color: #666;
}

/*
*   BTN
*
*/
/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
  border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
  -webkit-border-image: url(/bitrix/templates/ubershop/images/active.png) 2 repeat;
     -moz-border-image: url(/bitrix/templates/ubershop/images/active.png) 2 repeat;
     -o-border-image: url(/bitrix/templates/ubershop/images/active.png) 2 repeat;
      border-image: url(/bitrix/templates/ubershop/images/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
  opacity: 0.5;
}

.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
  font-weight: 400;
  cursor: pointer;
}

.bx-filter .bx-filter-param-btn-block .bx-filter-param-btn {
  margin-right: 15px;
}

.bx-filter .bx-filter-param-btn-block .bx-filter-param-text {
  vertical-align: -9px;
}

.bx-filter .bx-filter-param-btn-inline {
  margin-top: -5px;
  margin-left: -5px;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
  margin: 5px 0  0 5px;
  float: left;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  z-index: 1;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
  opacity: 0.7;
}

.bx-filter .bx-filter-param-btn {
  float: left;
  width: 30px;
  height: 30px;
  margin: 5px;
  position: relative;
  cursor: pointer;
}

.bx-filter .bx-filter-param-btn .bx-filter-btn-color-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 34px;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.bx-filter .bx-filter-param-btn .bx-filter-btn-color-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}

.bx-filter .bx-filter-param-btn .bx-filter-param-text {
  line-height: 26px;
}

.bx-filter .bx-filter-param-btn.bx-spm {
  width: 23px;
  min-width: 23px;
  height: 23px;
  line-height: 23px;
  font-weight: normal;
  padding: 0;
  font-size: 17px;
  color: #767b7e;
  vertical-align: top;
  border-radius: 50%;
  background-color: transparent;
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}

.bx-filter .bx-filter-param-btn.bx-spm:active {
  outline: none !important;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
}

.bx-filter span.bx-spm {
  font-size: 18px;
  /*font-weight:bold;*/
  line-height: 23px;
  display: inline-block;
  height: 23px;
  margin: 0 10px;
  vertical-align: middle;
  color: #000;
}

.bx-filter .bx-filter-param-label:hover .bx-filter-param-btn .bx-filter-btn-color-bg {
  border-color: #adadad;
}

.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn .bx-filter-btn-color-bg {
  width: 40px;
  height: 40px;
  border-width: 2px;
}

/*
* BTN P/M
*
*/
/*
*  icon
*
*/
.bx-filter .bx-filter-select-text-icon,
.bx-filter-select-popup .bx-filter-select-text-icon {
  line-height: 33px;
  position: relative;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-top: -4px;
  margin-right: 2px;
  vertical-align: middle;
  border-radius: 2px;
}

.bx-filter-select-text .bx-filter-btn-color-icon,
.bx-filter-select-popup .bx-filter-btn-color-icon {
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  background-size: cover;
}

.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
  top: -1px !important;
}

.bx-filter-btn-color-icon.all {
  position: relative;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bx-filter-btn-color-icon.all:after, .bx-filter-btn-color-icon.all:before {
  position: absolute;
  width: 60%;
  height: 60%;
  background: #fff;
  content: " ";
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.bx-filter-btn-color-icon.all:after {
  right: 0;
  bottom: 0;
}

.bx-filter-btn-color-icon.all:before {
  top: 0;
  left: 0;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
  opacity: 0.2;
}

.bx-filter .bx-filter-parameter-biz {
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  color: #1485ce;
  border-bottom: 1px dashed;
}

.bx-filter .bx-filter-parameter-biz:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}

.bx-filter .bx-filter-parameter-biz.bx-active {
  position: relative;
  /*padding-left:20px;*/
  color: #000;
  border-color: transparent;
}

/*
*   BIZ
*
*/
/*
*  BTN result and reset
*
*/
.btn-themes {
  /*background-color: #1485CE;/* COLOR */
  /*border-color: #1485CE;/* COLOR */
  color: #FFF;
}

.btn-themes.bx-active, .btn-themes.focus, .btn-themes:active, .btn-themes:focus, .btn-themes:hover {
  /*background-color: #53A4D8;/* COLOR */
  /*border-color: #53A4D8;/* COLOR */
  color: #FFF;
}

/*
*   Result Popup
*
*/
.bx-filter-vertical .bx-filter-popup-result {
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  z-index: 915;
  display: none;
  margin-top: -6px;
  white-space: nowrap;
  color: #fff;
  border: none;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal .bx-filter-vertical .bx-filter-popup-result {
  left: auto;
  right: auto;
  position: relative;
  float: right;
  margin-right: -20px;
  margin-left: 10px;
}

.bx-filter-vertical .bx-filter-popup-result-in {
  display: block;
  padding: 10px;
  color: inherit;
  position: relative;
  text-decoration: none;
}

.bx-filter-vertical .bx-filter-popup-result-in:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  color: #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 1570px) {
  .bx-filter-vertical .bx-filter-popup-result {
    left: 100%;
    margin-left: 15px;
  }
  .bx-filter-vertical .bx-filter-popup-result-in:after {
    right: 100%;
    border-right: 7px solid;
  }
}

@media screen and (min-width: 1571px) {
  .bx-filter-vertical .bx-filter-popup-result {
    right: 100%;
    margin-right: 15px;
  }
  .bx-filter-vertical .bx-filter-popup-result-in:after {
    left: 100%;
    border-left: 7px solid;
  }
}

.bx-filter-horizontal .bx-filter-popup-result {
  display: inline-block;
  position: relative;
  left: auto;
  right: auto;
  margin-left: 0;
  margin-bottom: 15px;
}

.bx-filter-horizontal .bx-filter-popup-result a {
  color: #0073a3;
  line-height: 10px;
}

.bx-filter-horizontal .bx-filter-popup-result a:hover {
  text-decoration: none;
}

.bx-filter-horizontal .bx-filter-popup-result .bx-filter-popup-result-close {
  display: none;
}

@media (max-width: 767px) {
  .bx-touch .bx-filter-horizontal .bx-filter-popup-result {
    font-size: 12px;
    position: relative !important;
    z-index: 1001;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    margin: -20px -20px 10px;
    width: auto;
    height: auto;
    padding: 10px 20px;
    border: none;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background: #f5f5f5;
  }
  .bx-touch .bx-filter-horizontal .bx-filter-popup-result br {
    display: none;
  }
}

.filter_dropdown {
  z-index: 1050 !important;
}

.mobile-filter {
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.mobile-filter .mobile-slide-panel-in {
  bottom: 44px;
}

.mobile-filter .bx-filter-section {
  background: #fff;
  padding-bottom: 5px;
}

.mobile-filter .bx-filter {
  margin: 0;
  overflow: hidden;
}

.mobile-filter .bx-filter .bx-filter-button-box {
  clear: both;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px 4px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.mobile-filter .bx-filter .bx-filter-button-box .bx-filter-parameters-box-container {
  padding-top: 0;
}

.mobile-filter .bx-filter .bx-filter-button-box .btn {
  float: left;
  width: 50%;
  height: 44px;
  line-height: 44px;
  padding: 0;
}

.mobile-filter.active {
  display: block;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.catalog-item-links {
  margin-bottom: 20px;
}

.catalog-detail {
  margin-bottom: 20px;
}

.catalog-detail tr {
  vertical-align: top;
}

.catalog-detail-image {
  margin-right: 20px;
}

.tab-store-amount .tab-store {
  margin: 0 0 12px;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab-store-amount .tab-store li {
  margin: 0;
}

.tab-store-amount .tab-store .stock-high .store-stock {
  color: #5fa015;
}

.tab-store-amount .tab-store .stock-low .store-stock {
  color: #a80;
}

.tab-store-amount .tab-store .stock-none .store-stock {
  color: #aaa;
}

.tab-store-amount .tab-store .stock-none .store-stock .stock-icon:after {
  content: "\ea16";
}

.tab-store-amount .tab-store .store-title {
  float: left;
  width: 50%;
  font-weight: normal;
  color: #666666;
  position: relative;
  clear: both;
}

.tab-store-amount .tab-store .store-title::after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 0;
  left: 0;
  border-bottom: 1px solid #f0f0f0;
}

.tab-store-amount .tab-store .store-title a, .tab-store-amount .tab-store .store-title span {
  background: #fff;
  position: relative;
  padding-right: 9px;
  z-index: 1;
}

.tab-store-amount .tab-store .store-stock {
  width: 50%;
  color: #333333;
  font-weight: 600;
  padding-left: 9px;
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .tab-store-amount .tab-store .store-title {
    width: 40%;
  }
  .tab-store-amount .tab-store .store-stock {
    width: 60%;
  }
}

.compare-page .notetext {
  color: inherit;
}

.bx_compare .bx_filtren_container {
  margin-bottom: 20px;
}

.bx_compare .bx_filtren_container .compare-filter-title {
  font-size: 15px;
  margin: 0 0 15px;
  float: right;
}

.bx_compare .bx_filtren_container ul {
  margin: 0;
  padding: 0;
}

.bx_compare .bx_filtren_container ul li {
  position: relative;
  display: inline-block;
  width: 150px;
  margin: 0 10px 10px 0;
  padding: 0;
  vertical-align: top;
}

.bx_compare .bx_filtren_container ul li > span {
  white-space: nowrap;
}

.bx_compare .bx_filtren_container ul li span {
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  color: #3f3f3f;
}

.bx_compare .bx_filtren_container ul li label {
  white-space: normal;
  display: inline;
  margin-left: 4px;
}

.bx_compare .table_compare {
  overflow: auto;
  width: 100%;
}

.bx_compare .table_compare table {
  border-collapse: collapse;
}

.bx_compare .table_compare table tr td {
  font-size: 14px;
  position: relative;
  padding: 8px 15px;
  text-align: left;
  min-width: 230px;
  width: 230px;
}

.bx_compare .table_compare table .first-row ~ tr:nth-child(even) td {
  background: #f9f9f9;
}

.bx_compare .table_compare table tr td:first-child {
  font-weight: 600;
  color: #333;
}

.bx_compare .table_compare table tr td.bx_compare_del_col {
  text-align: center;
}

.bx_compare .table_compare table tr td.bx_compare_del_col a {
  font-size: 11px;
}

.bx_compare .table_compare table.compare-price tr td {
  font-weight: normal;
  background-color: transparent;
  white-space: nowrap;
  padding: 0;
  min-width: 0;
  width: auto;
  color: inherit;
}

.bx_compare .table_compare table.compare-price tr td:first-child {
  text-align: right;
  padding-right: 5px;
}

.bx_compare .table_compare table.compare-price tr td:last-child {
  text-align: left;
  padding-left: 5px;
  font-weight: 600;
  color: #333;
}

.bx_compare .table_compare table.compare-price tr td.simple:first-child {
  text-align: left;
}

.bx_compare .table_compare .first-row td {
  vertical-align: top !important;
  padding-bottom: 15px;
}

.bx_compare .table_compare .item-img {
  width: 200px;
  margin-bottom: 15px;
}

.bx_compare .table_compare .item-name {
  margin-bottom: 10px;
}

.bx_compare .bx_sort_container {
  margin-bottom: 15px;
}

.bx_compare .bx_sort_container .sorttext {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.bx_compare .bx_sort_container .sortbutton {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
}

.bx_compare .bx_sort_container .sortbutton.current {
  padding: 7px 15px;
}

.bx_compare .table_compare table tr td.compare-sort {
  padding-left: 0;
}

.tac {
  text-align: center;
}

.page-product-top a {
  text-decoration: none;
}

.page-product-top .product-main-img {
  display: block;
  position: relative;
}

.page-product-top .product-main-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.page-product-top .product-main-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}

.page-product-top .product-rating-block {
  margin-bottom: 21px;
}

.page-product-top .rating {
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  line-height: 1;
}

.page-product-top .rating .stars {
  display: inline-block;
}

.page-product-top .rating .star {
  float: left;
  color: #ededed;
  padding: 0 1px;
  cursor: pointer;
}

.page-product-top .rating .star.hover ~ .star {
  color: #ededed;
}

.page-product-top .rating .count {
  vertical-align: 3px;
  margin-left: 2px;
  color: #b7b7b7;
  font-size: 14px;
}

.page-product-top .product-art-number {
  display: inline-block;
  padding: 6px 15px;
  margin-bottom: 20px;
  background-color: #f6f6f6;
  color: #666666;
  font-size: 14px;
}

.page-product-top .product-art-number b {
  font-weight: 600;
  color: #333;
}

.page-product-top .product-brand-logo {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #666;
}
.page-product-top .product-brand-logo a p{
  color: #666;
}

.page-product-top .product-features-block {
  margin-bottom: 30px;
}

.page-product-top .product-features-block .btn-show-all-features span {
  border-bottom: 1px dotted transparent;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-product-top .product-features-block .btn-show-all-features:hover span {
  border-color: inherit;
}

.page-product-top .product-features-block .btn-show-all-features .icon {
  font-size: 10px;
  vertical-align: -1px;
  margin-left: 7px;
}

.page-product-top .product-features-list-base {
  margin-bottom: 10px;
}

.page-product-top .product-features-list-base .feature {
  margin: 0 0 12px;
}

.page-product-top .product-features-list-base .feature-name {
  font-weight: normal;
  color: #666666;
  display: inline;
}

.page-product-top .product-features-list-base .feature-name:after {
  content: ":";
}

.page-product-top .product-features-list-base .feature-value {
  display: inline;
  color: #333333;
  font-weight: 600;
}

.page-product-top .ya-share2__container_size_m .ya-share2__item {
  margin-right: 8px;
  margin-bottom: 8px;
}

.page-product-top .ya-share2__badge {
  border-radius: 14px;
}

.page-product-top .ya-share2__container_size_m .ya-share2__icon {
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
}

.page-product-top .product-buttons-block .p-btn {
  display: inline-block;
  color: #333;
  font-size: 14px;
  line-height: 25px;
  margin-right: 18px;
  cursor: pointer;
}

.page-product-top .product-buttons-block .p-btn:hover .nc-icon {
  background: #adadad;
}

.page-product-top .product-buttons-block .p-btn .nc-icon {
  background: #e0e0e0;
  display: inline-block;
  text-align: center;
  width: 25px;
  height: 25px;
  overflow: hidden;
  line-height: 29px;
  font-size: 12px;
  border-radius: 50%;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-product-top .product-buttons-block .p-btn-text {
  margin-left: 10px;
  vertical-align: -1px;
}

.page-product-top .product-buttons-block .p-btn-compare {
  margin-right: 0;
}

.page-product-top .product-buy-block {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #ededed;
  background-color: #ffffff;
  padding: 20px;
}

.page-product-top .product-buy-block .stocks {
  margin-bottom: 11px;
}

.page-product-top .product-buy-block .cheaper-price {
  margin-bottom: 11px;
}

.page-product-top .product-buy-block .cheaper-price a {
  color: #1a8cff;
  font-size: 13px;
  border-bottom: 1px dotted;
}

.page-product-top .product-buy-block .prices {
  margin-bottom: 20px;
}

.page-product-top .product-buy-block .price-old {
  font-size: 18px;
  text-decoration: line-through;
  color: #919191;
  display: inline-block;
}

.page-product-top .product-buy-block .price-current {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-right: 4px;
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
}

.page-product-top .product-buy-block .price-economy {
  font-size: 13px;
  color: #b00f0e;
  border: 1px solid #b00f0e;
  display: inline-block;
  border-radius: 3px;
  padding: 4px 5px;
  margin-top: 12px;
}

.page-product-top .product-buy-block .qty-block {
  margin-top: 20px;
}

.page-product-top .product-buy-block .qty-block[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

.page-product-top .product-buy-block .qty-label {
  display: inline-block;
  vertical-align: 2px;
}

.page-product-top .product-buy-block .qty-price-total {
  margin-top: 10px;
}

.page-product-top .product-buy-block .qty-form {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.page-product-top .product-buy-block .qty-form .qty-input {
  width: 96px;
  height: 32px;
  background: #fff;
  border: 1px solid #ededed;
  text-align: center;
  padding: 0 32px;
  color: #5d5d5d;
  font-size: 14px;
  line-height: 30px;
}

.page-product-top .product-buy-block .qty-form .qty-input:focus {
  outline: none;
}

.page-product-top .product-buy-block .qty-form .qty-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 1px;
}

.page-product-top .product-buy-block .qty-form .qty-btn:not(.disabled):hover {
  background: #f3f3f3;
}

.page-product-top .product-buy-block .qty-form .qty-btn.disabled {
  cursor: default;
}

.page-product-top .product-buy-block .qty-form .qty-btn:before, .page-product-top .product-buy-block .qty-form .qty-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #b7b7b7;
}

.page-product-top .product-buy-block .qty-form .qty-btn:before {
  width: 12px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6px;
}

.page-product-top .product-buy-block .qty-form .qty-btn:after {
  width: 2px;
  height: 12px;
  margin-top: -6px;
  margin-left: -1px;
}

.page-product-top .product-buy-block .qty-form .qty-minus {
  left: 1px;
}

.page-product-top .product-buy-block .qty-form .qty-minus:after {
  display: none;
}

.page-product-top .product-buy-block .qty-form .qty-plus {
  right: 1px;
}

.page-product-top .product-buy-block .buy-buttons {
  margin-top: 20px;
}

.page-product-top .product-buy-block .btn-buy {
  display: block;
  text-align: center;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
}

.page-product-top .product-buy-block .btn-buy .nc-icon {
  font-size: 16px;
  margin: 0 7px 0 0;
  vertical-align: -3px;
}

.page-product-top .product-buy-block .btn-catalog-subscribe {
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-product-top .product-buy-block .btn-buy-1click {
  border-width: 1px;
  display: block;
  margin-top: 10px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.page-product-top .product-buy-block .product-not-avail-meessage {
  margin-top: 15px;
}

.page-product-top .product-buy-block .product-item-detail-properties .item-price-range {
  margin-top: 5px;
}

.page-product-top .product-buy-block .product-item-detail-properties .count {
  display: inline;
  font-size: 13px;
}

.page-product-top .product-buy-block .product-item-detail-properties .count:after {
  content: ": ";
}

.page-product-top .product-buy-block .product-item-detail-properties .price {
  display: inline;
  font-weight: 600;
  color: #000;
}

.page-product-top .product-discount-block {
  padding: 20px;
  margin-top: 40px;
  background: #fbfbfb;
  border: 1px solid #ededed;
}

.page-product-top .product-discount-block .product-discount-title {
  color: #636363;
  font-weight: 600;
  margin-bottom: 20px;
}

.page-product-top .product-discount-block .product-discount-title span {
  color: #fb464a;
  border: 1px solid #fb464a;
  margin-right: 10px;
  padding: 2px 5px;
}

.page-product-top .product-discount-block ul {
  margin: 0;
  padding-left: 20px;
}

.page-product-top .product-discount-block ul li {
  margin: 0;
  padding: 5px 0;
}

.page-product-top .product-discount-block ul li a {
  display: block;
  margin-bottom: 5px;
}

.page-product-top .product-include-detail_under_buy {
  margin-top: 10px;
}

.page-product-tabs {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-product-tabs .tabs-default .tabs-ctrl {
  display: none;
}

@media screen and (min-width: 768px) {
  .page-product-tabs .tabs-default .tabs-ctrl {
    display: block;
  }
}

.page-product-tabs .tabs-default .tabs-ctrl a {
  color: #000;
}

.page-product-tabs .tab-content {
  color: #333;
  margin: 0 -15px;
}

@media screen and (min-width: 768px) {
  .page-product-tabs .tab-content {
    border-top: 1px solid #eee;
    padding-top: 20px;
    padding-top: 35px;
    margin: 0;
  }
}

.page-product-tabs .tab-content h2 {
  margin-top: 0;
}

.page-product-tabs .tab-content .tab-mb {
  margin-bottom: 40px;
}

.page-product-tabs .tab-content .tab-mb:last-child {
  margin-bottom: 0;
}

.page-product-tabs .description-tab .attached-files {
  margin-bottom: 20px;
}

.page-product-tabs .description-tab > *:first-child {
  margin-top: 0;
}

.page-product-tabs .fmt-0 > *:first-child {
  margin-top: 0;
}

.page-product-tabs .question-tab .h2 {
  margin-top: 0;
}

.page-product-tabs .file-tab h2 {
  margin-top: 0;
}

.page-product-tabs .tabs-ctrl-mobile {
  position: relative;
  display: block;
  padding: 12px 42px 12px 15px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: -1px;
  text-decoration: none;
}

.page-product-tabs .tabs-ctrl-mobile:after {
  display: inline-block;
  font: normal normal normal 1em/1 'UberShop';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 44px;
  color: #555;
}

.page-product-tabs .tabs-ctrl-mobile:after {
  content: "\ea14";
}

.page-product-tabs .tabs-ctrl-mobile.active {
  color: #fff;
  border-color: transparent;
}

.page-product-tabs .tabs-ctrl-mobile.active:after {
  color: #fff;
}

.page-product-tabs .tabs-ctrl-mobile.active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .page-product-tabs .tabs-ctrl-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .page-product-tabs .tab-pane {
    padding: 30px 15px;
  }
  .page-product-tabs .tab-pane {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
  }
  .page-product-tabs .tab-pane.active-mobile {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

.block-content {
  color: #333;
}

@media screen and (min-width: 768px) {
  .block-content {
    border-top: 1px solid #eee;
    margin: 40px 0;
  }
}

.block-content .video-block .items {
  margin-top: -20px;
}

.block-content .video-block .items .item {
  margin-bottom: 0;
  margin-top: 20px;
}

.block-content .store-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.product-features-list-detailed {
  margin-bottom: 0;
}

.product-features-list-detailed .feature {
  margin: 0 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-features-list-detailed .feature-name {
  float: left;
  width: 50%;
  font-weight: normal;
  color: #666666;
  position: relative;
  clear: both;
}

.product-features-list-detailed .feature-name:after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 0;
  left: 0;
  border-bottom: 1px solid #f0f0f0;
}

.product-features-list-detailed .feature-name span {
  background: #fff;
  position: relative;
  padding-right: 9px;
  z-index: 1;
}

.product-features-list-detailed .feature-value {
  width: 50%;
  color: #333333;
  font-weight: 600;
  padding-left: 9px;
}

@media screen and (min-width: 992px) {
  .product-features-list-detailed .feature-name {
    width: 40%;
  }
  .product-features-list-detailed .feature-value {
    width: 60%;
  }
}

.page-product .wd_propsorter {
  color: #333;
}

.page-product .wd_propsorter table {
  background: #fff;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.page-product .wd_propsorter table td {
  background: transparent;
  padding: 4px 4px 2px;
  vertical-align: bottom;
}

.page-product .wd_propsorter table td.cell_name {
  width: 55%;
}

.page-product .wd_propsorter table td.cell_name:after {
  border-bottom: 1px dotted #ccc;
  content: '';
  display: block;
  margin-top: -2px;
  position: relative;
}

.page-product .wd_propsorter table td.cell_name span {
  background: #fff;
  display: inline-block;
  padding-right: 8px;
  position: relative;
  z-index: 1;
}

.page-product .wd_propsorter table td.cell_name span:after {
  content: ':';
}

.page-product .wd_propsorter table td.cell_value {
  width: 45%;
}

.page-product .wd_propsorter table tr.row_header td {
  font-weight: bold;
  font-size: 120%;
}

.page-product .wd_propsorter table tr.row_header + tr td {
  padding-top: 10px;
}

.page-product .wd_propsorter table tr.row_empty td {
  border-bottom: 0;
}

.page-product .wd_propsorter table tr.row_empty td:before {
  content: '\00a0\00a0';
  display: block;
  height: 1em;
  line-height: 1em;
  overflow: hidden;
}

.page-product .wd_propsorter table td.cell_name {
  color: #666;
}

.page-product .wd_propsorter table tr > td:first-child {
  padding-left: 0;
}

.page-product .wd_propsorter table td.cell_value {
  word-break: break-word;
  font-weight: 600;
}

.catalog-element-popup-inner {
  padding-right: 10px;
  max-width: 300px;
  font-size: 13px;
}

.catalog-element-popup-element {
  font-weight: 700;
  color: #ffa801;
}

#simple-prediction {
  z-index: 130 !important;
}

#simple-prediction .popup-window-angly-top {
  margin-left: 4px !important;
}

@media screen and (max-width: 530px) {
  #simple-prediction {
    margin-top: -15px;
    left: 15px !important;
    right: 15px !important;
    padding: 6px 10px;
  }
  #simple-prediction .popup-window-angly {
    display: none;
  }
}

.bx-set-constructor {
  border: 1px solid #ededed;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 15px;
  color: #000;
}

.bx-set-constructor ~ .page-block-product-gifts .page-block-in {
  padding-top: 0;
}

.bx-set-constructor .bx-modal-small-title {
  color: #000;
  font-weight: 600;
  margin: 0 0 20px;
  font-size: 16px;
}

.bx-set-constructor .bx-original-item-container .bx-original-item-image {
  margin-bottom: 15px;
}

.bx-set-constructor .bx-original-item-container .bx-added-item-new-price {
  display: block;
  margin-top: 15px;
}

.bx-set-constructor .bx-constructor-result-table {
  min-height: 38px;
}

.bx-set-constructor .bx-constructor-result-table td {
  vertical-align: middle;
}

.bx-set-constructor .bx-constructor-result-table-title {
  font-size: 16px;
}

.bx-set-constructor .bx-constructor-result-table-value strong {
  font-size: 18px;
}

.bx-set-constructor .bx-constructor-result-btn-container {
  margin: 0;
}

.bx-set-constructor .bx-constructor-result-btn-container .bx-constructor-result-price {
  display: none;
}

.bx-set-constructor .btn-default {
  padding: 10px 15px;
  font-size: 13px;
}

.bx-set-constructor .bx-catalog-set-item-img {
  padding-top: 100%;
}

.bx-set-constructor .bx-catalog-set-topsale-slider-box {
  padding: 15px;
}

.bx-set-constructor .bx-catalog-set-topsale-slider {
  border-radius: 0;
  background: #f8f8f8;
  border: none;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin: 0 -15px 30px;
}

.bx-set-constructor .bx-catalog-set-topsale-slider:before {
  background: #f8f8f8;
  border-color: #ededed;
}

.bx-set-constructor .bx-catalog-set-item-container {
  margin-left: -1px;
}

.bx-set-constructor .bx-catalog-set-item-container:first-child {
  margin-left: 0;
}

.bx-set-constructor .bx-catalog-set-topsale-slider .bx-catalog-set-item {
  border: 1px solid #ededed;
  border-radius: 0;
  padding: 23px 19px;
  margin: 0;
}

.bx-set-constructor .bx-catalog-set-item-img {
  padding: 75% 0 0  !important;
}

@media screen and (max-width: 530px) {
  .bx-set-constructor .bx-added-item-table tr {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
  }
  .bx-set-constructor .bx-added-item-table-cell-itemname {
    padding-right: 50px;
  }
  .bx-set-constructor .bx-added-item-table-cell-del {
    height: 0;
    padding: 0;
  }
  .bx-set-constructor .bx-added-item-delete {
    position: absolute;
    right: -3px;
    top: 10px;
    width: 26px;
    height: 26px;
  }
}

/* Slider */
.product-item-detail-slider-container {
  max-width: 100%;
  position: relative;
  background: transparent;
}

.product-item-detail-slider-container .product-stickers {
  z-index: 2;
}

.product-item-detail-slider-block {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(70vh - 86px);
  max-height: 400px;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square {
  padding-top: 100%;
}

.product-item-detail-slider-images-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.product-item-detail-slider-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
  opacity: 1;
  z-index: 1;
}

.product-item-detail-slider-image img {
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
  transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  outline: 1px solid transparent;
}

.product-item-detail-slider-progress-bar {
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 13;
}

/*Slider Controls*/
.product-item-detail-slider-controls-block {
  padding-top: 30px;
  text-align: center;
}

.product-item-detail-slider-controls-image {
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: relative;
  text-align: center;
  display: inline-block;
  outline: 1px solid #ededed;
  cursor: pointer;
  overflow: hidden;
  margin: 3px;
}

.bx-retina .product-item-detail-slider-controls-image {
  outline-width: .5px;
}

.bx-no-retina .product-item-detail-slider-controls-image.active {
  outline-width: 2px;
}

.bx-retina .product-item-detail-slider-controls-image.active {
  outline-width: 1px;
}

.product-item-detail-slider-controls-image img {
  max-width: 56px;
  max-height: 56px;
  height: auto;
  width: auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

@media screen and (min-width: 768px) {
  .product-item-detail-slider-controls-image {
    width: 80px;
    height: 80px;
  }
  .product-item-detail-slider-controls-image img {
    max-width: 76px;
    max-height: 76px;
  }
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
  display: block;
  position: absolute;
  cursor: pointer;
  opacity: .57;
  background: rgba(255, 255, 255, 0) url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  z-index: 12;
  top: 0;
  bottom: 0;
  width: 25%;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-item-detail-slider-left {
  left: 0;
}

.product-item-detail-slider-right {
  right: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
  opacity: .8;
  background-color: rgba(255, 255, 255, 0.4);
}

.product-item-detail-slider-close {
  display: none;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
  width: 50px;
  height: 50px;
  right: 132px;
  top: 5px;
  opacity: .27;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  bottom: 0;
  display: block;
  position: absolute;
  cursor: pointer;
  z-index: 13;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover {
  opacity: 1;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-right {
  right: 105px;
}

/*magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image {
  z-index: 10;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img {
  outline-color: #ddd;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right {
  z-index: 3;
}

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring {
  opacity: 0;
}

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
  right: 105px;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
  height: 100vh;
  padding-top: 0;
  max-height: 100%;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
  width: auto;
  max-width: 100%;
  cursor: default;
  max-height: 90vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
  border-left: 1px solid #ededed;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 15px;
  overflow-y: auto;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
  display: block;
  margin-bottom: 20px;
}

.product-item-detail-slider-container.popup .product-stickers {
  display: none;
}

/* Slider Mobile*/
@media (max-width: 767px) {
  .product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
    right: 0;
  }
  .product-item-detail-slider-container.popup .product-item-detail-slider-block {
    padding-top: 0;
    bottom: 100px;
    top: 0;
    height: auto;
    max-height: none;
    left: 0;
    position: absolute;
    right: 0;
  }
  .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
    max-height: calc(100% - 30px);
  }
  .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
    border-left: none;
    border-top: 1px solid #ededed;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 111px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
    display: inline-block;
    margin-bottom: 0;
  }
  .product-item-detail-slider-container.popup .product-item-detail-slider-close {
    top: 0;
    right: 0;
  }
  .product-item-detail-slider-left,
  .product-item-detail-slider-right {
    max-width: 60px;
  }
  .product-item-detail-slider-container.popup .product-item-detail-slider-right {
    right: 0;
  }
  .product-item-detail-slider-left:hover,
  .product-item-detail-slider-right:hover {
    background-color: transparent;
  }
}

.page-product-tabs .tab-store-amount h4 {
  margin-top: 0;
}

.page-product-tabs .bx_storege h4 {
  margin-bottom: 0;
}

.page-product-tabs .bx_storege ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-product-tabs .bx_storege ul li {
  padding: 5px 0 20px;
  font-size: 14px;
  line-height: normal;
}

.page-product-tabs .bx_storege ul li img {
  margin: 10px 0;
}

.page-product-tabs .bx_storege ul li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .page-product-v1 .product-col-left {
    padding-right: 30px;
  }
}

.page-product-v1 .product-main-img-section,
.page-product-v1 .product-base-info {
  margin-bottom: 10px;
}

.page-product-v1 .product-base-info {
  margin-top: 11px;
}

@media screen and (min-width: 992px) {
  .page-product-v1 .product-base-info {
    padding-left: 0;
  }
}

@media screen and (min-width: 992px) {
  .page-product-v1 .product-main-img-section {
    float: right;
    width: 84%;
  }
}

.page-product-v1 .product-buy-section {
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .page-product-v1 .product-buy-section {
    padding-left: 0;
  }
}

.page-product-v1 .product-sku-block {
  margin-top: 20px;
}

.page-product-v1 .product-buttons-block {
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .page-product-v1 .product-buttons-block {
    text-align: right;
  }
}

.modal-fast-view .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #333;
  font-size: 40px;
  line-height: 1;
  width: 40px;
  z-index: 1;
}

.modal-fast-view .modal-body {
  padding: 0;
}

.modal-fast-view .modal-dialog {
  max-width: 1100px;
  width: 100%;
}

.modal-fast-view .modal-content {
  padding: 30px;
}

.modal-fast-view h1 {
  margin-top: 0;
}

.pagination {
  padding: 0;
  margin: 30px 0;
  display: block;
  text-align: center;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.pagination li a,
.pagination li span {
  display: block;
  text-decoration: none;
  height: 36px;
  line-height: 34px;
  font-size: 14px;
}

.pagination .pagination-page {
  margin-left: 3px;
  margin-right: 3px;
}

.pagination .pagination-page a {
  color: #696969;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  text-align: center;
  width: 36px;
  border-radius: 50%;
}

.pagination .pagination-page a:focus, .pagination .pagination-page a:hover {
  color: #696969;
  background-color: #eeeeee;
  border-color: #e1e1e1;
}

.pagination .pagination-page.active a, .pagination .pagination-page.active a:focus, .pagination .pagination-page.active a:hover {
  font-weight: 600;
  cursor: default;
}

.pagination .pagination-dots {
  height: 36px;
  line-height: 35px;
  font-size: 16px;
  padding: 0 3px;
}

.pagination .pagination-arrow a {
  padding-left: 9px;
  padding-right: 9px;
  color: #b1b1b1;
}

.pagination .pagination-arrow a:hover {
  color: #3a8be8;
}

.pagination .pagination-arrow .nc-icon {
  vertical-align: -4px;
}

.pagination .pagination-arrow-left {
  margin-right: -3px;
}

.pagination .pagination-arrow-right {
  margin-left: -3px;
}

.bx-pagination {
  margin: 10px 0;
}

.bx-pagination .bx-pagination-container {
  text-align: center;
  position: relative;
}

.bx-pagination .bx-pagination-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.bx-pagination .bx-pagination-container ul li {
  display: inline-block;
  margin: 0 2px 15px 2px;
}

.bx-pagination .bx-pagination-container ul li span {
  -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  background: #eff0f1;
  padding: 0 8px;
  display: block;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  color: #444;
  font-size: 14px;
  border-radius: 16px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bx-pagination .bx-pagination-container ul li a {
  text-decoration: none;
  display: block;
  border-radius: 16px;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  color: #444;
  vertical-align: middle;
}

.bx-pagination .bx-pagination-container ul li a:hover span {
  background: #DADADA;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #0083d1;
  color: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
  background: #fff;
  border: 2px solid #eff0f1;
  line-height: 28px;
  padding: 0 18px;
  color: #444;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
  color: #aab1b4;
  background: #fff;
  border: 2px solid #eff0f1;
  line-height: 28px;
  padding: 0 18px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
  background: #fff;
  border-color: #DADADA;
  color: #000;
}

/*color schemes*/
.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
  background: #3bc915;
  color: #fff;
}

.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span {
  background: #F9A91D;
  color: #fff;
}

.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span {
  background: #E22B2B;
  color: #fff;
}

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
  background: #0083d1;
  color: #fff;
}

.brands-slider {
  padding-left: 32px;
  padding-right: 32px;
}

.brands-slider .item {
  padding: 0 15px;
}

@media screen and (min-width: 992px) {
  .brands-slider .item {
    padding: 0 45px;
  }
}

.item-detail {
  color: #666;
}

.item-detail .item-detail-date,
.item-detail .item-detail-subtitle,
.item-detail .item-detail-price,
.item-detail .item-detail-list-icons,
.item-detail .item-detail-social,
.item-detail .item-detail-btns {
  margin-bottom: 15px;
}

.item-detail .item-detail-date {
  font-size: 13px;
  color: #666;
}

.item-detail .item-detail-date .nc-icon {
  vertical-align: -2px;
  margin-right: 5px;
}

.item-detail .item-detail-list-icons {
  margin-bottom: 0;
}

.item-detail .item-detail-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.item-detail .item-detail-price {
  color: #333;
  font-weight: 700;
  font-size: 16px;
}

.item-detail .item-detail-text > *:first-child {
  margin-top: 0;
}

.item-detail-one-col .item-detail-img {
  margin-bottom: 15px;
}

.item-detail-two-cols .item-detail-img {
  float: left;
  margin: 0 20px 20px 0;
  width: 100%;
  max-width: 300px;
}

.item-detail-two-cols .item-detail-content {
  overflow: hidden;
}

.item-detail-two-cols .item-detail-content *:first-child {
  margin-top: 0;
}

.items {
  color: #333;
}

.items .list-icons {
  margin-bottom: 0;
}

.items .item-subtitle {
  font-weight: 600;
  color: #666;
}

.items .item-text {
  color: #333333;
}

.items .item-text p {
  margin: 0;
}

.items .item-price {
  color: #333333;
  font-weight: 700;
}

.items .item-list-icons {
  font-size: 13px;
  color: #333333;
}

.items .item-list-icons li {
  margin-bottom: 0;
}

.items .item-social-icons {
  margin-left: -6px !important;
}

.items .item-btns .btn-link {
  text-decoration: none;
}

.items .item-btns .btn-link span {
  border-bottom: 1px dotted;
}

.items .item-btns .btn-link:hover span {
  border-bottom-color: transparent;
}

.items-view-grid .item-date,
.items-view-grid .item-title,
.items-view-grid .item-subtitle,
.items-view-grid .item-price,
.items-view-grid .item-text,
.items-view-grid .item-list-icons,
.items-view-grid .item-social-icons,
.items-view-grid .item-btns {
  margin-top: 15px;
  margin-bottom: 0;
}

.items-view-grid .item-in {
  min-height: 100%;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
  -webkit-transition: border 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease, border 0.15s ease;
  transition: box-shadow 0.15s ease, border 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.items-view-grid .item-in:hover {
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.items-view-grid .item-content {
  padding: 20px;
}

.items-view-grid .item-content > *:first-child {
  margin-top: 0;
}

.items-view-grid .item-img {
  margin: -1px -1px 0;
}

.items-view-grid .item-img .dummy img {
  min-width: 0;
  min-height: 0;
  width: 70%;
  height: auto;
}

.items-view-grid .item-date {
  font-size: 13px;
  color: #666;
}

.items-view-grid .item-date .nc-icon {
  vertical-align: -2px;
  margin-right: 5px;
}

.items-view-grid .item-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.items-view-grid .item-title a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.items-view-grid .item-subtitle {
  font-size: 13px;
}

.items-view-grid .item-text {
  font-size: 14px;
}

.items-view-grid {
  margin-left: -10px;
  margin-right: -10px;
}

.items-view-grid .item {
  float: left;
  padding: 0 10px;
  margin-bottom: 40px;
}

.items-view-grid.slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 12px;
  margin-bottom: -12px;
}

.items-view-grid.slider .item {
  padding: 0 15px;
  margin-bottom: 12px;
}

@media screen and (min-width: 1200px) {
  .items-view-grid.slider .slick-list {
    margin-left: -22px;
    margin-right: -22px;
    padding-bottom: 12px;
    margin-bottom: -12px;
  }
  .items-view-grid.slider .item {
    padding: 0 22px;
  }
  .s_home_layout-w_sidebar .items-view-grid.slider .slick-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .s_home_layout-w_sidebar .items-view-grid.slider .item {
    padding: 0 10px;
  }
}

.items-view-list .item-title, .items-view-list .item-date, .items-view-list .item-subtitle, .items-view-list .item-text, .items-view-list .item-list-icons, .items-view-list .item-price, .items-view-list .item-social-icons, .items-view-list .item-btns {
  margin: 15px 0 0;
}

.items-view-list .item {
  border-top: 1px solid #ededed;
  padding-top: 30px;
  margin-bottom: 30px;
}

.items-view-list .item:before, .items-view-list .item:after {
  content: " ";
  display: table;
}

.items-view-list .item:after {
  clear: both;
}

.items-view-list .item:first-child {
  padding-top: 0;
  border-top: none;
}

@media screen and (max-width: 767px) {
  .items-view-list .item {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 480px) {
  .items-view-list .item-img {
    float: left;
    width: 30%;
  }
  .items-view-list .item-content > *:first-child {
    margin-top: 0;
  }
  .items-view-list .item-img + .item-content {
    float: left;
    width: 70%;
    padding-left: 20px;
  }
}

.items-view-list .item-title {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  color: #000;
}

.items-view-list .item-title a {
  color: inherit;
  text-decoration: none;
}

.items-view-list .item-date {
  font-size: 13px;
  color: #666;
}

.items-view-list .item-date .nc-icon {
  vertical-align: -2px;
  margin-right: 5px;
}

.items-view-list .item-subtitle {
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  .items-view-list .item-img {
    max-width: 300px;
  }
}

.brands.items-view-grid .ms-img .ms-img-img {
  background-size: contain;
  margin: 20px;
}

.brands.items-view-grid .ms-img img {
  max-width: 80%;
  max-height: 80%;
}

.items.items-view-all-categories {
  margin-left: -15px;
  margin-right: -15px;
}

.items.items-view-all-categories .item {
  padding: 0 15px;
  margin-bottom: 30px;
}

@media screen and (min-width: 480px) {
  .items.items-view-all-categories .item {
    margin-bottom: 60px;
  }
}

.items.items-view-all-categories a {
  text-decoration: none;
}

.items.items-view-all-categories .item-img {
  width: 25%;
  margin-right: 15px;
  float: left;
  max-width: 220px;
}

@media screen and (min-width: 480px) {
  .items.items-view-all-categories .item-img {
    width: 34%;
    margin-right: 20px;
  }
}

.items.items-view-all-categories .item-content {
  overflow: hidden;
}

.items.items-view-all-categories .item-title {
  font-size: 14px;
  font-weight: 600;
}

@media screen and (min-width: 480px) {
  .items.items-view-all-categories .item-title {
    font-size: 18px;
  }
}

.items.items-view-all-categories .item-title a {
  color: #000;
}

.items.items-view-all-categories .item-subcategories {
  font-size: 13px;
  margin-bottom: -6px;
  margin-top: 5px;
}

.items.items-view-all-categories .item-subcategories a {
  margin-top: 3px;
  padding: 6px 0;
  display: block;
}

@media screen and (min-width: 480px) {
  .items.items-view-all-categories .item-subcategories {
    margin-top: 15px;
    font-size: 14px;
  }
  .items.items-view-all-categories .item-subcategories a {
    display: inline-block;
    margin-right: 15px;
    margin-top: 0;
  }
}

.items.items-view-all-categories .item-text {
  margin-top: 20px;
  color: #666666;
  font-size: 14px;
  display: none;
}

@media screen and (min-width: 480px) {
  .items.items-view-all-categories .item-text {
    display: block;
  }
}

.side-news .item {
  margin-bottom: 25px;
}

.side-news .item-img {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}

.side-news .item-date {
  color: #919191;
  font-size: 13px;
  margin-bottom: 6px;
}

.side-news .item-date .nc-icon {
  margin-right: 5px;
  vertical-align: -2px;
}

.side-news .item-title {
  overflow: hidden;
}

.side-news .item-title a {
  color: #333;
  text-decoration: none;
  display: block;
}

.side-news .link-all-news a {
  padding-left: 20px;
  padding-right: 20px;
}

.sidebar-subscribe {
  padding: 25px;
  background: #f6f6f6;
}

.sidebar-subscribe .side-block-title {
  margin-bottom: 10px;
  line-height: 20px;
}

.sidebar-subscribe .sidebar-subscribe-text {
  font-size: 13px;
  margin-bottom: 15px;
}

.sidebar-subscribe .sidebar-subscribe-form .form-control {
  margin-bottom: 15px;
  height: 36px;
}

.sidebar-subscribe .sidebar-subscribe-form .btn {
  line-height: 20px;
}

.page-cart {
  margin-bottom: 40px;
}

.page-cart * {
  font-family: "Open Sans", sans-serif;
}

.page-cart .basket-checkout-container {
  border-color: #ededed;
  padding: 20px 25px;
}

.page-cart .basket-checkout-container .basket-coupon-section,
.page-cart .basket-checkout-container .basket-checkout-section {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.page-cart .basket-checkout-container .basket-coupon-section {
  min-width: 30%;
}

.page-cart .basket-checkout-container .basket-checkout-section {
  margin-left: auto;
}

.page-cart .basket-checkout-container.basket-checkout-container-fixed,
.page-cart .basket-items-list-header.basket-items-list-header-fixed {
  position: static;
}

.page-cart .basket-items-list-wrapper-height-fixed {
  padding-top: 0 !important;
}

.page-cart .basket-coupon-block-field-description {
  font-size: 13px;
  margin-bottom: 5px;
  color: #666666;
}

.page-cart .basket-coupon-block-field .form-control {
  border: 1px solid #f0f0f0;
}

.page-cart .basket-coupon-block-coupon-btn {
  top: 0;
  right: 0;
  margin: 0;
  width: 41px;
  height: 41px;
  overflow: hidden;
  background: none;
  border: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-align: center;
  line-height: 43px;
  color: #333;
}

.page-cart .basket-coupon-block-coupon-btn:after {
  display: inline-block;
  font: normal normal normal 1em/1 'UberShop';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea06";
}

.page-cart .basket-coupon-block-total-price-old {
  font-size: 16px;
  line-height: normal;
  text-decoration: line-through;
  position: static;
  top: unset;
  right: unset;
  margin-bottom: -10px;
}

.page-cart .basket-coupon-block-total-price-old:after {
  display: none;
}

.page-cart .basket-checkout-block-total {
  padding-top: 0;
}

.page-cart .basket-checkout-block-total-title {
  font-size: 22px;
  line-height: normal;
  color: #000;
}

.page-cart .basket-coupon-block-total-price-current {
  margin: 5px 0;
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
  color: #000;
}

.page-cart .basket-checkout-block-total-description {
  color: #666666;
  font-size: 14px;
  margin-top: 5px;
}

.page-cart .basket-coupon-block-total-price-difference {
  padding: 0;
  background: none;
  color: #ca2d00;
  font-size: 14px;
  line-height: normal;
}

.page-cart .basket-checkout-block-btn {
  padding-top: 0;
  padding-left: 20px;
}

.page-cart .basket-btn-checkout,
.page-cart .basket-btn-buy1click {
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  width: 100%;
}

.page-cart .basket-btn-checkout {
  color: #fff !important;
}

.page-cart .basket-btn-buy1click {
  margin-top: 10px;
  padding: 12px 20px;
  border-width: 1px;
}

.page-cart .basket-checkout-block-total-price-inner {
  padding-top: 0;
}

.page-cart .basket-checkout-section-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
}

@media screen and (max-width: 580px) {
  .page-cart .basket-checkout-block-total {
    padding-top: 0;
  }
  .page-cart .basket-checkout-section-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-cart .basket-checkout-block-btn {
    padding: 5px 0 10px;
  }
}

@media screen and (max-width: 460px) {
  .page-cart .basket-checkout-block-total-price-inner,
  .page-cart .basket-checkout-block-total-inner {
    text-align: center;
  }
  .page-cart .basket-checkout-block-total-price {
    margin-top: 10px;
  }
  .page-cart .basket-coupon-block-total-price-old {
    left: 0;
    text-align: center;
  }
  .page-cart .basket-checkout-block-total,
  .page-cart .basket-checkout-block {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}

.page-cart .basket-items-list-wrapper, .page-cart .basket-items-list-wrapper-compact {
  border-color: #ededed;
  margin-bottom: 20px;
}

.page-cart .basket-items-list-header {
  border-color: #ededed;
  background: #f6f6f6;
}

.page-cart .basket-clear {
  cursor: pointer;
  pointer-events: auto;
}

.page-cart .basket-clear:after, .page-cart .basket-clear:before {
  width: 1px;
  background: #333;
}

.page-cart .basket-items-list-header-filter-item {
  color: #666666;
  font-size: 14px;
  font-weight: normal;
}

.page-cart .basket-btn-clear {
  padding: 5px 10px;
  vertical-align: middle;
  margin-left: 10px;
  border-width: 1px;
  color: #888;
  border-color: currentColor;
}

.page-cart .basket-btn-clear:hover {
  background: #444;
  border-color: #444;
  color: #fff;
}

.page-cart .basket-btn-clear span {
  font-size: 22px;
  line-height: 0;
  vertical-align: sub;
  margin-right: 5px;
}

.page-cart .basket-items-list {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .page-cart tr.basket-items-list-item-container {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.page-cart .basket-items-list-item-container > td {
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .page-cart .basket-items-list-item-container > td {
    padding: 20px 10px;
  }
}

@media screen and (min-width: 992px) {
  .page-cart .basket-items-list-item-container > td {
    padding: 20px 15px;
  }
}

.page-cart .basket-items-list-item-container .basket-items-list-item-descriptions {
  padding-left: 20px;
}

.page-cart .basket-item-block-image {
  max-width: 160px;
  padding-right: 0;
  margin-right: 30px;
}

@media screen and (max-width: 580px) {
  .page-cart .basket-item-block-image {
    max-width: none;
    margin-right: 0;
  }
}

.page-cart .basket-item-image {
  width: auto;
}

.page-cart .basket-item-info-name, .page-cart .basket-item-info-name-link {
  color: #000;
  margin-bottom: 10px;
}

.page-cart .basket-item-info-name-link:hover {
  text-decoration: none;
}

.page-cart .basket-item-block-price {
  padding-top: 0;
}

.page-cart .basket-item-price-old {
  position: static;
  margin-bottom: 5px;
}

.page-cart .basket-item-price-old-text {
  text-decoration: line-through;
  font-size: 14px;
}

.page-cart .basket-item-price-old-text:after {
  display: none;
}

.page-cart .basket-item-price-current {
  margin-bottom: 5px;
}

.page-cart .basket-item-price-current-text {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

.page-cart .basket-item-price-title {
  font-size: 14px;
  color: #666;
}

.page-cart .basket-item-price-difference {
  background: none;
  color: #ca2d00;
  padding: 0;
  font-size: 14px;
  line-height: normal;
  white-space: nowrap;
}

@media screen and (max-width: 580px) {
  .page-cart .basket-item-block-price,
  .page-cart .basket-item-price-current {
    text-align: center;
  }
.widgetcontainer .row .col-sm-12 .row {max-width: 92%;}
	.panel {max-width:80%}
}

.page-cart .basket-item-block-amount {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}

.page-cart .basket-item-block-actions {
  opacity: 1;
}

.page-cart .basket-item-amount-filed,
.page-cart .basket-item-block-amount.disabled .basket-item-amount-filed:hover,
.page-cart .bx-green .basket-item-amount-filed:hover,
.page-cart .bx-green .basket-item-amount-filed:focus {
  border: 1px solid #ededed !important;
  border-left: none;
  border-right: none;
  border-radius: 0;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: normal;
}

.page-cart .basket-item-amount-btn-plus,
.page-cart .basket-item-amount-btn-minus {
  border: 1px solid #ededed;
  width: 32px;
  height: 32px;
}

.page-cart .basket-item-amount-btn-plus {
  border-left: none;
}

.page-cart .basket-item-amount-btn-minus {
  border-right: none;
}

.page-cart .basket-item-amount-field-description {
  position: static;
  font-style: normal;
  font-size: 14px;
  line-height: normal;
  margin-left: 10px;
}

.page-cart .basket-item-amount-field-description span {
  white-space: nowrap;
}

.page-cart .basket-item-actions-remove:after, .page-cart .basket-item-actions-remove:before {
  background: #ca2d00;
}

.page-cart .basket-item-actions-remove:hover:after, .page-cart .basket-item-actions-remove:hover:before {
  background: #7e1c00;
}

.page-cart .basket-items-list-item-container-expend .basket-items-list-item-removed-container {
  background: #f6f6f6;
}

.page-cart .basket-item-scu-list {
  margin-top: 10px;
}

.page-cart .basket-item-scu-color .basket-item-scu-item,
.page-cart .basket-item-property-scu-image .basket-item-scu-item {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 5px 10px 10px 5px;
  position: relative;
}

.page-cart .basket-item-scu-color .basket-item-scu-item:before,
.page-cart .basket-item-property-scu-image .basket-item-scu-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 34px;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.page-cart .basket-item-scu-color .basket-item-scu-item.selected:before,
.page-cart .basket-item-property-scu-image .basket-item-scu-item.selected:before {
  width: 40px;
  height: 40px;
  border-width: 2px;
}

.page-cart .basket-item-scu-color .basket-item-scu-item-inner,
.page-cart .basket-item-property-scu-image .basket-item-scu-item-inner {
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
  border: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-cart .basket-item-property-scu-text .basket-item-scu-list {
  margin-left: -10px;
}

.page-cart .basket-item-property-scu-text .basket-item-scu-item {
  float: left;
  margin: 0 0 10px 10px;
  position: relative;
  border: none;
}

.page-cart .basket-item-property-scu-text .basket-item-scu-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.page-cart .basket-item-property-scu-text .basket-item-scu-item.selected:before {
  border-width: 2px;
}

.page-cart .basket-item-property-scu-text .basket-item-scu-item-inner {
  color: #000;
  font-size: 13px;
  line-height: 35px;
  font-weight: 600;
  padding: 0 10px;
  text-align: center;
  min-width: 35px;
}

.page-cart .basket-items-list-wrapper-compact .basket-item-block-image {
  max-width: 80px;
}

.page-cart .basket-items-list-wrapper-compact .basket-item-image {
  max-width: 80px;
  max-height: 80px;
}

.page-cart .basket-items-list-wrapper-compact .basket-item-scu-color .basket-item-scu-item-inner,
.page-cart .basket-items-list-wrapper-compact .basket-item-property-scu-image .basket-item-scu-item-inner {
  width: 30px;
  height: 30px;
}

.page-cart .basket-items-list-wrapper-compact .basket-item-scu-list {
  margin-top: 7px;
}

.page-cart .basket-items-list-wrapper-compact .basket-item-amount-field-description {
  position: absolute;
}

.page-cart .sale-products-gift .product-item-image-wrapper {
  height: 0;
}

.fixed-cart {
  position: fixed;
  right: 0;
  top: 50% !important;
  z-index: 130;
}

@media screen and (max-width: 991px) {
  .fixed-cart {
    display: none;
  }
}

.fixed-cart .fixed-cart-in {
  text-decoration: none;
}

.fixed-cart .fixed-cart-in .fixed-cart-icon {
  min-width: 80px;
  padding: 0 12px;
  height: 60px;
  text-align: center;
  position: relative;
  border-radius: 4px 0 0 4px;
  background: #fff;
  text-indent: -1px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.fixed-cart .fixed-cart-in .fixed-cart-icon .nc-icon {
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  margin-right: 2px;
}

.fixed-cart .fixed-cart-in .fixed-cart-icon .cart-count {
  margin-right: -5px;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  vertical-align: 7px;
}

.bx_item_list_you_looked_horizontal {
  margin-top: 20px;
  border-radius: 0;
  border: none;
}

.bx_item_list_you_looked_horizontal .bx_item_list_section {
  margin-left: -15px;
  margin-right: -15px;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.bx_item_list_you_looked_horizontal .bx_item_list_title {
  font-weight: 600;
  color: #000;
  background: none !important;
  vertical-align: middle;
  height: auto;
  text-align: left;
  line-height: normal;
  font-size: 18px;
  margin-bottom: 20px;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_images_double,
.bx_item_list_you_looked_horizontal .bx_catalog_item_images {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_images_double {
  z-index: 0;
  margin-top: -100%;
  opacity: 0;
}

.bx_item_list_you_looked_horizontal .bx_stick,
.bx_item_list_you_looked_horizontal .bx_stick_disc {
  background: none;
  text-shadow: none;
  margin-bottom: -10px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  width: auto;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  width: auto;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 14px;
  text-shadow: none;
  right: auto !important;
  bottom: auto !important;
  left: 0 !important;
}

.bx_item_list_you_looked_horizontal .bx_stick {
  background: #FF9123;
  top: 0 !important;
}

.bx_item_list_you_looked_horizontal .bx_stick_disc {
  background: #fb4247;
  top: 42px !important;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_title {
  line-height: 20px;
  min-height: 40px;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_title a {
  font-size: 13px;
  color: #000;
  display: block;
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  .bx_item_list_you_looked_horizontal .bx_catalog_item_title a {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .bx_item_list_you_looked_horizontal .bx_catalog_item_title a {
    height: 40px;
    overflow: hidden;
  }
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_price {
  color: #000;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_price .bx_price {
  font-weight: 600;
  font-size: 18px;
  padding-top: 10px;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_price span {
  font-size: 14px !important;
  color: #6b6b6b !important;
}

@media screen and (min-width: 480px) {
  .bx_item_list_you_looked_horizontal .bx_catalog_item_price .bx_price {
    font-size: 20px;
  }
  .bx_item_list_you_looked_horizontal .bx_catalog_item_price span {
    font-size: 16px !important;
  }
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_controls {
  padding-top: 15px;
  opacity: 1;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo .bx_bt_button {
  border-radius: 0;
  text-shadow: none;
  height: auto;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  line-height: 1.429;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sale-personal-section-row-flex .col-sm-12 {
    width: 50%;
  }
}

.sale-personal-section-index-block {
  opacity: 1;
}

.sale-personal-section-index-block {
  border: 1px solid #ededed;
  border-radius: 0;
  background: #f6f6f6 !important;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sale-personal-section-index-block:hover .sale-personal-section-index-block-ico,
.sale-personal-section-index-block:hover .sale-personal-section-index-block-name {
  color: #fff;
}

.sale-personal-section-index-block-link {
  width: 100%;
}

.sale-personal-section-index-block-ico {
  font-size: 48px;
}

.sale-personal-section-index-block-name {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 0;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_controls.touch {
  display: none;
}

.bx-authform-formgroup-container input[type="text"], .bx-authform-formgroup-container input[type="password"] {
  background: #fff;
}

.bx-authform-link-container a {
  text-decoration: none;
}

.bx-authform-link-container .btn {
  border: 1px solid;
  margin-top: 25px;
}

.bx-authform {
  margin: 0 0 25px;
  max-width: 500px;
}

/*block*/
.bx-authform-formgroup-container {
  margin-bottom: 25px;
}

.bx-authform-content-container,
.bx-authform-label-container {
  font-size: 13px;
  color: #5a6c77;
  padding-bottom: 2px;
}

.bx-authform-note-container {
  font-size: 13px;
  color: #5a6c77;
  padding-top: 4px;
}

.bx-authform-input-container {
  position: relative;
}

.bx-authform-input-container input[type="text"],
.bx-authform-input-container input[type="password"] {
  display: block;
  width: 100%;
  height: 41px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.429;
  color: #333333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e6e6e6;
  border-radius: 0;
}

.bx-authform-input-container input[type="text"].bx-empty-field,
.bx-authform-input-container input[type="password"].bx-empty-field {
  border-color: #dd4b39;
}

span.bx-authform-starrequired {
  color: #d93333;
}

.bx-authform-formgroup-container .bx-captcha {
  margin-bottom: 10px;
}

.bx-authform-description-container {
  font-size: 13px;
  color: #5a6c77;
}

.bx-authform-link-container {
  margin-bottom: 20px;
  font-size: 13px;
}

hr.bxe-light {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  margin-bottom: 20px;
}

.alert {
  border: none;
  border-radius: 1px;
  font-size: 14px;
  padding: 15px;
  margin-bottom: 20px;
}

.bxe-aleft-title {
  font-weight: bold;
  padding-bottom: 5px;
}

.alert-success {
  color: #3C763D;
  background-color: #DFF0D8;
  border-color: #D6E9C6;
}

.alert-warning {
  color: #8A6D3B;
  background-color: #FCF8E3;
  border-color: #FAEBCC;
}

.alert-danger {
  color: #A94442;
  background-color: #F2DEDE;
  border-color: #EBCCD1;
}

.bx-authform-userconsent:empty {
  display: none;
}

.bx-authform-formgroup-container.recaptcha {
  margin-bottom: 0;
}

.bx-authform-captcha {
  float: left;
  margin-bottom: 0 !important;
  margin-right: 10px;
}

.bx-authform-recaptcha {
  margin-bottom: 10px !important;
  margin-right: 10px;
}

.bx-authform-captcha-word {
  overflow: hidden;
}

.bx-authform-captcha-word input {
  height: 40px;
}

.bx-authform-social {
  margin-bottom: -5px;
}

.bx-authform-social ul {
  margin: 0;
  padding: 0;
}

.bx-authform-social ul li {
  margin: 0;
  padding: 0;
  margin-right: 5px;
}

.bx-authform-social ul li:last-child {
  margin-right: 0;
}

.sale-order-link, .sale-order-history-link .sale-order-list-container *,
.sale-order-list-shipment-button, .sale-order-list-repeat-link, .sale-order-list-cancel-link, .sale-order-list-about-link, .sale-order-list-change-payment {
  font-family: "Open Sans", sans-serif;
}

.sale-order-list-inner-container {
  border: 1px solid #ededed;
}

.sale-order-list-title-container {
  border: 1px solid #ededed;
  background-color: #f6f6f6;
}

.sale-order-list-title, .sale-order-list-accomplished-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sale-order-list-status-restricted, .sale-order-list-status-alert, .sale-order-list-status-success,
.sale-order-list-shipment-status-block {
  border-radius: 0;
  padding: 3px 8px;
  font-size: 12px;
}

.sale-order-list-top-border {
  margin: 18px 15px 15px;
}

.sale-order-list-button {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.sale-order-detail * {
  font-family: "Open Sans", sans-serif;
}

.sale-order-detail-title-container {
  margin-bottom: 20px;
}

.sale-order-detail-general {
  margin: 20px 0;
}

.sale-order-detail-back-to-list-link-up,
.sale-order-detail-back-to-list-link-down {
  padding: 0;
}

.sale-order-detail-about-order, .sale-order-detail-payment-options,
.sale-order-detail-payment-options-order-content {
  margin-top: 0;
}

.sale-order-detail-about-order-inner-container-repeat-button,
.sale-order-detail-payment-options-methods-button-element, .sale-order-detail-payment-options-methods-button-element-new-window {
  padding: 11px 16px;
  font-size: 13px;
  line-height: 1.429;
  font-weight: normal;
  border-radius: 0;
  height: auto;
}

.sale-order-detail-order-item-imgcontainer {
  border: none;
}

.sale-order-detail-order-item-title {
  font-weight: 400;
  font-size: 15px;
}

.sale-order-detail-payment-options-methods-info-title-status-alert, .sale-order-detail-payment-options-methods-info-title-status-restricted, .sale-order-detail-payment-options-methods-info-title-status-success {
  border-radius: 0;
}

.sale-order-list-cancel-payment .fa {
  display: none;
}

#bx-soa-order * {
  font-family: "Open Sans", sans-serif;
}

#bx-soa-order .form-control {
  border-radius: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  height: 41px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.429;
  max-width: 100%;
}

#bx-soa-order .form-control:focus {
  border-color: #e1e1e1;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
}

#bx-soa-order textarea.form-control {
  min-height: 80px;
}

#bx-soa-order .bx-soa-sidebar,
#bx-soa-order #bx-soa-total-mobile {
  margin-bottom: 20px !important;
}

#bx-soa-order .bx-soa-cart-total-button-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

#bx-soa-order .bx-soa-sidebar {
  color: #000;
}

#bx-soa-order .bx-soa-cart-total {
  padding: 5px 20px 10px;
  border-radius: 0;
}

#bx-soa-order .bx-soa-cart-total,
#bx-soa-order .bx-soa-cart-total-line,
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line:nth-child(2) {
  border-color: #ededed !important;
}

#bx-soa-order .bx-soa-cart-total-line {
  line-height: 20px;
  padding: 15px 0;
  font-size: 14px;
}

#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t,
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-soa-cart-t {
  font-weight: 400;
}

#bx-soa-order .bx-soa-cart-total-line-total .bx-soa-cart-t {
  font-size: 18px;
}

#bx-soa-order .bx-soa-cart-total-line-total .bx-soa-cart-d {
  font-weight: 600;
  font-size: 24px !important;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #bx-soa-order .bx-soa-cart-total-line-total .bx-soa-cart-d {
    font-size: 18px !important;
  }
}

#bx-soa-order .bx-soa-cart-total-line-highlighted {
  background: none;
  color: #ca2d00;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #bx-soa-order .bx-soa-sidebar {
    padding-left: 0;
  }
  #bx-soa-order .bx-soa-cart-total {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#bx-soa-order .bx-soa-more {
  border-color: #ededed;
  padding-top: 20px;
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

#bx-soa-order .bx-soa-more .bx-soa-more-btn {
  padding-left: 20px;
  padding-right: 20px;
}

#bx-soa-order .bx-soa-more .bx-soa-more-btn .btn {
  min-width: 100px;
}

@media screen and (min-width: 768px) {
  #bx-soa-order .bx-soa-more .bx-soa-more-btn .btn {
    min-width: 120px;
  }
}

#bx-soa-order .bx-soa-coupon {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
  border-color: #ededed;
}

#bx-soa-order .bx-selected .bx-soa-coupon-label {
  padding-top: 0;
  font-size: 13px;
  color: #666666;
}

#bx-soa-order .bx-selected .bx-soa-coupon-label label {
  font-weight: 400;
}

#bx-soa-order .bx-soa-coupon-input input[type=text].form-control {
  border-radius: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  height: 41px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.429;
}

#bx-soa-order .bx-soa-coupon-input input[type=text].form-control:focus {
  border-color: #e1e1e1;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
}

#bx-soa-order .bx-soa-coupon-input:after {
  display: inline-block;
  font: normal normal normal 1em/1 'UberShop';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea06";
  /* nc-minimal-right */
  top: 0;
  right: 0;
  margin: 0;
  width: 41px;
  height: 41px;
  overflow: hidden;
  background: none;
  border: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: center;
  line-height: 43px;
  color: #333;
}

#bx-soa-order .bx-soa-section {
  border-radius: 0;
  margin-bottom: 20px;
}

#bx-soa-order .bx-soa-section.bx-selected,
#bx-soa-order .bx-soa-section.bx-step-completed {
  border: 1px solid #ededed;
}

#bx-soa-order .bx-soa-section-title-container {
  padding: 12px 0;
  background-color: #f6f6f6;
}

#bx-soa-order .bx-soa-section-title {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding-right: 0;
  border-radius: 0;
}

#bx-soa-order .bx-soa-editstep {
  line-height: 26px;
  color: #333;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  #bx-soa-order .bx-soa-section-title {
    float: left;
  }
  #bx-soa-order .bx-soa-section-title-container .text-right {
    float: right;
    width: auto;
  }
  #bx-soa-order .bx-soa-section-title-count {
    margin-right: 10px;
  }
}

#bx-soa-order .bx-soa-section-content {
  padding: 20px;
  border-top: 1px solid #ededed;
}

#bx-soa-order .btn.btn-default {
  color: #fff !important;
}

#bx-soa-order .bx-soa-section-title-count {
  min-width: 26px;
  height: 26px;
  border-radius: 13px;
  margin-right: 15px;
  background: none;
}

#bx-soa-order .bx-soa-section-title-count:after {
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
}

#bx-soa-order .bx-soa-section-title-count:before {
  right: -10px;
  bottom: -5px;
  width: 17px;
  height: 17px;
  border: 1px solid #f6f6f6;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  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;
  display: none;
  font-size: 10px;
  line-height: 15px;
}

#bx-soa-order .bx-soa-section.bx-step-completed .bx-soa-section-title-count:after {
  color: #87c73d;
}

#bx-soa-order .bx-soa-section.bx-step-completed .bx-soa-section-title-count:before {
  display: block;
  background: #87c73d;
  content: "\f00c";
}

#bx-soa-order .bx-soa-section.bx-step-warning .bx-soa-section-title-count:after {
  color: #f8c11a;
}

#bx-soa-order .bx-soa-section.bx-step-warning .bx-soa-section-title-count:before {
  display: block;
  background: #f8c11a;
  content: "\f12a";
}

#bx-soa-order .bx-soa-section.bx-step-error .bx-soa-section-title-count:after {
  color: #db4c4c;
}

#bx-soa-order .bx-soa-section.bx-step-error .bx-soa-section-title-count:before {
  display: block;
  background: #db4c4c;
  content: "\f12a";
}

#bx-soa-order .bx-soa-table-fade {
  margin: -20px;
}

#bx-soa-order .bx-soa-item-table {
  margin: 0;
}

#bx-soa-order .bx-soa-item-td {
  padding: 5px 15px;
  min-width: 0 !important;
}

@media screen and (max-width: 580px) {
  #bx-soa-order .bx-soa-item-td {
    line-height: 22px;
  }
}

@media screen and (min-width: 992px) {
  #bx-soa-order .bx-soa-item-td {
    border-top: 1px solid #ededed;
  }
}

#bx-soa-order .bx-soa-item-tr-first .bx-soa-item-td {
  border-top: none;
}

@media screen and (min-width: 769px) {
  #bx-soa-order .bx-soa-item-td {
    padding: 20px 15px;
  }
  #bx-soa-order .bx-soa-basket-info .bx-soa-item-td:first-child {
    padding-left: 20px;
  }
  #bx-soa-order .bx-soa-basket-info .bx-soa-item-td:last-child {
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  #bx-soa-order .bx-soa-item-tr {
    border-top: 1px solid #ededed;
  }
  #bx-soa-order .bx-soa-item-tr-first {
    border-top: none;
  }
}

@media screen and (max-width: 580px) {
  #bx-soa-order .bx-soa-item-td-title {
    padding-left: 0;
  }
}

#bx-soa-order .bx-soa-item-imgcontainer {
  border: none;
  border-radius: 0;
}

#bx-soa-order .bx-soa-item-img-block {
  padding: 0;
  margin: 0;
  width: 80px;
}

@media screen and (min-width: 580px) {
  #bx-soa-order .bx-soa-item-img-block {
    width: 160px;
    margin-right: 30px;
  }
}

#bx-soa-order .bx-step-completed .bx-soa-item-img-block {
  width: 100px;
  padding-right: 0;
  margin-right: 15px;
}

#bx-soa-order .bx-soa-item-title {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
}

@media screen and (max-width: 580px) {
  #bx-soa-order .bx-soa-item-title {
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 769px) {
  #bx-soa-order .bx-scu-container {
    height: 48px;
  }
}

@media screen and (max-width: 580px) {
  #bx-soa-order .bx-scu-container {
    padding-top: 0;
  }
}

#bx-soa-order .bx-scu-container .bx-soa-item-td-title,
#bx-soa-order .bx-scu-container .bx-soa-item-td-text {
  font-size: 14px;
  color: #666;
  margin: 2px 0;
}

#bx-soa-order .bx-scu-container .bx-soa-item-td-title:after {
  content: ": ";
}

#bx-soa-order .bx-scu-container .bx-soa-item-td-text {
  color: #000;
  font-weight: 600;
}

#bx-soa-order .bx-soa-item-td-text {
  font-size: 14px;
  color: #666;
}

#bx-soa-order .bx-soa-item-td-text .bx-price {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}

#bx-soa-order .bx-soa-item-td-text .bx-price-old {
  font-weight: 400;
}

#bx-soa-order .bx-sls .bx-ui-sls-fake, #bx-soa-order .bx-sls .bx-ui-sls-route,
#bx-soa-order .bx-sls .bx-ui-sls-container,
#bx-soa-order .bx-sls .dropdown-fade2white {
  height: 39px;
  top: 0;
}

#bx-soa-order .bx-slst .dropdown-icon,
#bx-soa-order .bx-sls .dropdown-icon {
  top: 12px;
  left: 15px;
  background: none;
  color: #666;
}

#bx-soa-order .bx-slst .dropdown-icon:after,
#bx-soa-order .bx-sls .dropdown-icon:after {
  display: inline-block;
  font: normal normal normal 1em/1 'UberShop';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea12";
  /* nc-zoom-2-2 */
}

#bx-soa-order .bx-sls .bx-ui-sls-clear {
  margin: 0;
  width: 39px;
  height: 39px;
  line-height: 42px;
  background: none;
  text-align: center;
  font-size: 12px;
  color: #666;
}

#bx-soa-order .bx-sls .bx-ui-sls-clear:after {
  display: inline-block;
  font: normal normal normal 1em/1 'UberShop';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea16";
  /* nc-simple-remove-2 */
}

#bx-soa-order .bx-sls .bx-ui-sls-clear:hover {
  color: #000;
}

#bx-soa-order .bx-sls .bx-ui-sls-loader {
  top: 6px;
  right: 6px;
}

#bx-soa-order .bx-slst .dropdown-block,
#bx-soa-order .bx-sls .dropdown-block {
  padding: 0 30px 0 40px;
}

#bx-soa-order .bx-slst .form-control .bx-ui-combobox-container .bx-combobox-fake-as-input {
  padding-top: 0;
}

#bx-soa-order .bx-sls .bx-ui-sls-pane,
#bx-soa-order .bx-slst .bx-ui-combobox-dropdown {
  top: 39px;
  left: -1px;
  right: -1px;
  width: auto;
  padding: 10px 15px;
  border-radius: 0;
  border-color: #e1e1e1;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

#bx-soa-order .bx-sls .bx-ui-sls-pane,
#bx-soa-order .bx-slst .bx-ui-combobox-dropdown {
  padding: 0;
}

#bx-soa-order .bx-slst .form-control .bx-ui-combobox-container .bx-combobox-fake-as-input {
  line-height: 39px;
  height: 39px;
}

#bx-soa-order .bx-slst .bx-ui-combobox-toggle {
  margin: 0;
  width: 39px;
  height: 39px;
  line-height: 39px;
  background: none;
  text-align: center;
  font-size: 12px;
}

#bx-soa-order .bx-slst .bx-ui-combobox-toggle:after {
  display: inline-block;
  font: normal normal normal 1em/1 'UberShop';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea14";
  /* nc-minimal-down */
}

#bx-soa-order .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,
#bx-soa-order .bx-slst .bx-ui-combobox-variant:hover {
  background: #eee;
}

#bx-soa-order .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,
#bx-soa-order .bx-sls .bx-ui-sls-error,
#bx-soa-order .bx-slst .bx-ui-combobox-variant, #bx-soa-order .bx-slst .bx-ui-combobox-error,
#bx-soa-order .bx-sls .bx-ui-sls-variants .-bx-popup-special-prompt {
  padding: 7px 15px;
}

#bx-soa-order .bx-sls .dropdown-item,
#bx-soa-order .bx-slst .dropdown-item {
  border-radius: 0;
  margin: 0;
}

#bx-soa-order .bx-slst .bx-ui-combobox-variant-active {
  color: #fff;
}

#bx-soa-order .bx-sls .bx-ui-sls-variant-active .dropdown-item-text {
  color: #b1b1b1;
}

#bx-soa-order .bx-sls .bx-ui-sls-variant-active .dropdown-item-text span {
  color: #fff;
}

#bx-soa-order .bx-ui-slst-other-item, #bx-soa-order .bx-ui-combobox-deselect-item {
  border-color: #e1e1e1;
}

#bx-soa-order .bx-soa-pp-company-graf-container {
  border-radius: 0;
  border-color: #dcdcdc;
}

#bx-soa-order .bx-soa-pp-company-graf-container .bx-soa-pp-company-checkbox {
  opacity: 0;
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company * {
  cursor: pointer;
}

#bx-soa-order .bx-soa-pp-company-subTitle {
  font-weight: 600;
  font-size: 14px;
}

@media screen and (max-width: 766px) {
  #bx-soa-order .bx-soa-pp-company-subTitle {
    margin-bottom: 6px;
  }
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company {
  background-color: #f6f6f6;
  border: 1px solid #ededed;
}

#bx-soa-order .bx-soa-pickup-list .bx-soa-pickup-list-item,
#bx-soa-order .bx-soa-pickup-list .bx-soa-pickup-list-item:last-child {
  border-color: #ededed;
}

#bx-soa-order .bx-soa-pickup-list-item.bx-selected {
  background: #f6f6f6;
}

.sale_order_full_table {
  font-size: 15px;
  color: #333;
}

.sale_order_full_table .pay_name {
  font-weight: 600;
  color: #000;
}

.sale_order_full_table .pay_name + img {
  margin: 5px 0;
}

@media screen and (max-width: 991px) {
  .bx-soa-auth .bx-soa-section-content > .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
}

.bx-soa-auth .bx-soa-section-content > .row {
  margin-left: -20px;
  margin-right: -20px;
}

.bx-soa-auth .bx-soa-reference {
  padding: 20px 20px 0;
}

@media screen and (min-width: 768px) {
  .bx-soa-auth .bx-soa-reference {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .bx-soa-auth .bx-soa-reg-block {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.bx-soa-auth .bx-authform .btn,
.bx-soa-auth .bx-soa-reg-block .btn {
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.bx-soa-auth .bx-soa-reg-block {
  background: #f6f6f6;
}

.bx-soa-auth .bx-soa-reg-block p {
  margin-bottom: 20px;
  font-size: 14px;
}

.bx-soa-auth .bx-authform-social + .bxe-light {
  display: none;
}

.bx-soa-auth .bx-authform-label-container {
  color: #666;
  padding-bottom: 5px;
  font-size: 13px;
}

.bx-soa .bx-soa-auth h3.bx-title {
  margin-top: 0;
  font-weight: 600;
}

.bx-soa-auth .reg > .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.bx-soa-auth .reg .bx-authform > label {
  font-weight: 600;
}

.bx-soa-auth .reg .bx-authform > label:last-child {
  margin-bottom: 10px;
}

.bx-soa-auth .reg .bx-authform > label input {
  margin-right: 8px;
}

.bx-soa-auth .reg input[name="captcha_word"] {
  width: 180px;
}

.bx-soa-auth .reg .generated,
.bx-soa-auth .reg .generated + * {
  margin-top: 10px;
}

.bx-soa-auth .reg .bx-captcha {
  margin-top: 5px;
}

.bx-soa-auth .reg .btn-link {
  padding-left: 0;
  padding-right: 0;
}

.bx-soa-auth .reg .btn[type="submit"] {
  margin-right: 20px;
}

.main-user-consent-request-popup-cont {
  border-radius: 0;
}

.main-user-consent-request-popup-cont * {
  font-family: "Open Sans", sans-serif;
}

.main-user-consent-request-popup-button {
  border-radius: 0;
}

.certificates-page h2:first-child {
  margin-top: 0;
}

.certificates-page h2 {
  font-size: 22px;
}

.certificates-gallery {
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
}

.certificates-gallery .item {
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: center;
}

.certificates-gallery .item .item-img {
  margin: 0;
  position: relative;
}

.certificates-gallery .item .img-responsive {
  padding: 0 30px;
  margin: 0 auto;
}

.search-page-form {
  position: relative;
  margin-bottom: 30px;
  max-width: 500px;
}

.search-page-form input {
  height: 48px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  background: #ffffff;
  color: #000;
  font-size: 15px;
  padding: 10px 58px 10px 20px;
}

.search-page-form:hover input,
.search-page-form input:focus {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #ededed;
}

.search-page-form button {
  position: absolute;
  width: 46px;
  height: 46px;
  line-height: 48px;
  top: 1px;
  right: 1px;
  padding: 0;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  color: #2e2e2e;
}

.search-page-form button .fa {
  margin: 0;
}

.search-page-form button:hover {
  color: #fff;
}

.modal_form:after {
  content: "";
  position: fixed;
  cursor: pointer;
  border-radius: 6px;
  background: #000 url("/bitrix/templates/ubershop/img/loading_modal.gif") center center no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  width: 44px;
  height: 44px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.modal_form.loading:after {
  opacity: 0.8;
  visibility: visible;
}

.modal_form .modal-content {
  border-radius: 0;
  border: none;
}

.modal_form .modal-dialog {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  border: 10px solid transparent;
  -webkit-transition: opacity 0.15s ease-in, -webkit-transform 0.2s ease-in;
  transition: opacity 0.15s ease-in, -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in, opacity 0.15s ease-in;
  transition: transform 0.2s ease-in, opacity 0.15s ease-in, -webkit-transform 0.2s ease-in;
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.modal_form.loaded .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.modal_form .modal-title {
  font-size: 18px;
  font-weight: 600;
}

.modal_form .modal-subtitle {
  margin-top: 10px;
  font-size: 13px;
  line-height: 18px;
}

.modal_form .modal-subtitle p {
  margin: 0;
}

.modal_form .captcha-block .captcha-img {
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
}

.modal_form .captcha-block input {
  width: 185px;
}

.modal-footer {
  text-align: center;
  padding: 15px 15px 20px;
}

.modal-footer .btn,
.modal-footer .btn + .btn {
  margin: 5px;
}

.add-to-cart-modal.modal-success .product-info {
  text-align: center;
}

.add-to-cart-modal.modal-success .product-img {
  max-width: 200px;
  max-height: 200px;
  margin-bottom: 20px;
}

.add-to-cart-modal.modal-success .modal-btn-back .nc-icon {
  font-size: 11px;
  vertical-align: -1px;
  margin-right: 2px;
  margin-left: -5px;
}

.bx-404-container {
  text-align: center;
  padding: 80px 0;
}

@media screen and (max-width: 991px) {
  .bx-404-container {
    border-top: 1px solid #ededed;
  }
}

.bx-404-block,
.bx-404-text-block {
  margin-bottom: 30px;
}

.sale-paysystem-wrapper {
  margin-right: 0;
}

.bx-yandex-view-layout .bx-yandex-view-map {
  position: relative;
  min-height: 200px;
  height: 50vh;
  max-height: 350px;
}

.bx-yandex-view-layout .bx-yandex-map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

@media print {
  .top-mobile-panel,
  .top-panel,
  .header,
  .menubar,
  .slick-arrow,
  .footer,
  .page-footer,
  .sidebar,
  .catalog_toolbar,
  .product-badges,
  .f_up {
    display: none !important;
  }
  .products.grid .item {
    width: 25% !important;
  }
  .main .content {
    width: 100% !important;
  }
  .block-accordion .panel-collapse {
    display: block !important;
  }
}


.bg_image_site.fixed {
	display: none !important;
}



.s_home_layout-wo_sidebar .homeslider{
	    max-width: 100% !important;
}

.buy-buttons {
     position: unset; 
     bottom: 0; 
     left: 0%; 
     margin-left: 0; 
}



.soputstvie_box .buy-buttons {
     position: absolute; 
     bottom: 7px; 
     left: 48%; 
     margin-left: -91px; 
}

.soputstvie_box {
	display: none;
}

/*# sourceMappingURL=template_styles.css.map */
.col.col4.col-sm-6.col-lg-3 .social-icons.list-unstyled{display: none}
.side-block-content .items .item-img .lazy.loaded.lazy-loaded { max-width: 80px; height: 80px; object-fit: contain; }
/* End */


/* Start:/bitrix/templates/ubershop/css/custom.css?17268311459538*/
.s_menubar_position-v2 .s_menubar_text-light.s_menubar_separators-yes .menu > li > .link > a {text-transform:uppercase;}
footer .footer-in.sc-maxwidth .footer2 .footer2-in.row .copyright_block{gap: 30px;display: flex;}
.form_feedback{
	background-color: #fff;
	min-height: 250px;
	max-width: 700px;
	transition: min-height 180ms ease;
	word-break: break-word;
	border-radius: var(--ui-border-radius-md);
	padding: 14px 31px;
	position: relative;
}


.reaspektGeobaseCities .reaspekt_col_6:first-child .reaspektGeobaseAct:nth-child(10) {margin-bottom: 5px!important;}
.reaspektGeobaseCities .reaspekt_col_6:first-child .reaspektGeobaseAct:nth-child(22) {margin-bottom: 22px!important;}

.smarline_points_issue .points_list {    width: 100%; justify-content: space-between; }
.smarline_points_issue .points_list .td {width: 19%;}
.state.success{
	background-color: #a0be47;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	z-index: 15;
	border-radius: var(--ui-border-radius-md);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.state.success .state-inner{
	position: absolute;
	top: 50%;
	max-width: 330px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.state.success .state-inner .state-icon.success-icon{
	display: inline-block;
	margin: 0 0 26px 0;
	width: 169px;
	height: 169px;
	background-image: url("/bitrix/templates/ubershop/css/../img/success-icon.svg");
	background-repeat: no-repeat;
}
.state.success .state-inner .state-text{
	display: block;
	margin: 0 0 27px;
	color: #000;
	text-align: center;
	opacity: .8;
}
#Feedback_form .box{margin-bottom: 15px;}
#Feedback_form .box input[type='text'],
#Feedback_form .box input[type='email'],
#Feedback_form .box textarea{
	border-radius: 4px;
	height: 52px;
	background-image: linear-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,0) 100%);
	border: 1px solid rgba(0, 0, 0, 0.04);
	background-color: rgba(0, 0, 0, 0.04);
	color: rgba(0, 0, 0, 1);
	width: 100%;
	padding: 17px 10px 0;
	letter-spacing: -0.3px;
}
#Feedback_form .box textarea{
	height: 104px;
	min-height: 52px;
	padding-top: 23px;
	max-width: 100%;
	min-width: 100%;
	resize: vertical;
}
#Feedback_form .box input.required:after,
#Feedback_form .box textarea.required:after{

}
#Feedback_form .box .control-container{
	line-height: 11px;
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 5px;
	-webkit-transition: 200ms ease all;
	-o-transition: 200ms ease all;
	transition: 200ms ease all;
	font-weight: 400;
}
#Feedback_form .box .control-container input{
	vertical-align: -2px;
	margin: 5px 0 0;
	line-height: normal;
	box-sizing: border-box;
	padding: 0;
	font: inherit;
	color: inherit;
}
#Feedback_form .box .control-container .control-desc{
	font-size: 11px;
	opacity: .5;
	line-height: 1;
}
#Feedback_form .box .control-container .control-desc .field-agreement-link{
	font-size: 11px;
	line-height: 1;
	cursor: pointer;
}
#Feedback_form .box .control-container .control-required{
	font-size: 11px;
	line-height: 1;
	color: red;
}
#Feedback_form .box .control-container .control-required{
	display: none;
	position: absolute;
	top: calc(100% - 3px);
	left: 12px;
	background: #f25830;
	z-index: 10;
	border-radius: 0 2px 2px 2px;
	padding: 2px 4px 2px 22px;
	color: #fff;
}
#Feedback_form .submit-box{
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin: 0 -5px;
}
#Feedback_form .submit-box > div{
	padding: 5px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;

}
#Feedback_form .submit-box > div .submit{
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	margin: 0;
	min-height: 52px;
	width: 100%;
	border: 0;
	border-radius: 4px;
	box-shadow: -1px -1px 1px rgba(0,0,0,.09);
	outline: 0;
	cursor: pointer;
	color: #fff;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	background-color: rgba(0, 102, 204, 1);
}
#Feedback_form .submit-box > div .submit:hover{
	background-color: rgba(0, 102, 204, 0.7);
}
#Feedback_form .box input[type='text']:focus,
#Feedback_form .box input[type='text']:focus-visible,
#Feedback_form .box input[type='email']:focus,
#Feedback_form .box input[type='email']:focus-visible,
#Feedback_form .box textarea:focus-visible,
#Feedback_form .box textarea:focus{
	background-color: #fff;
	border-color: rgba(0, 102, 204, 1);
}
.popup-block-found-error > a{cursor: pointer;/* color: inherit; */}
.popup-block-found-error > a:hover{text-decoration: underline;}




/*------------------------------------*\
    #POPUP-FROM
\*------------------------------------*/

.popup-from-error {
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.popup-from-error > div.loaded {
	width: 128px;
	margin: 0 auto;
	top: 50%;
	position: relative;
	transform: translateY(-50%);
}
.popup-from-error[data-form='error-form'] > div.loaded {
	width: 500px;
}

.popup-from-error[data-form='error-form'] > div.loaded form .input-file-styled span{font-size: 14px;    cursor: pointer;}
.popup-from-error[data-form='error-form'] > div.loaded form .file-item{font-size: 14px;}

.popup-from-error__wrap-head {
	position: relative;
	padding: 20px;
	background-color: #06C;
}

.popup-from-error__title {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	color: white;
}

.popup-from-error__wrap-head .js-close.close {
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	font-size: 24px;
	padding: 4px 9px;
}

.popup-from-error__wrap-body {
	padding: 20px;
	background-color: white;
}

.popup-from-error__wrap-footer {
	padding: 15px 15px 20px;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	background-color: white;
}

.popup-from-error > div .popup_header {
	position: relative;
	padding: 45px 0 45px;
}
.popup-from-error > div .box {
	margin-bottom: 18px;
}

.popup-from-error > div input[type='text'],
.popup-from-error > div input[type='email'],
.popup-from-error > div textarea {
	background-color: white;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	height: 64px;
	width: 100%;
	padding: 10px 15px;
	font-size: 14px;
	color: #333;
	outline: none;
	resize: vertical;
	box-sizing: border-box;
	min-height: 41px;
}

.popup-from-error > div textarea {
	height: 100px;
	padding-top: 12px;
}

.captcha-text.error_text{color: red;padding: 10px 0;margin: 10px 0;background: #efdbdb;}
.success_text{color: green;padding: 10px 0;background: #ddeadd;text-align: center;margin: 10px 0;}
.popup-from-error .input-file-styled{margin: 10px 0; display: inline-block}
.popup-from-error .input-file-styled input{display: none}
.popup-from-error .input-file-styled span{display: block; color: #888}
.popup-from-error .input-file-styled span .file-attach{ display: inline-block;  font-size: inherit; background: url(/bitrix/templates/ubershop/css/../img/attach-file-ico.png?1) no-repeat center center; width: 20px;  height: 20px;  background-size: 100%;  vertical-align: middle;}

.popup-from-error .g-recaptcha {
	display: flex;
	justify-content: center;
}

.popup-component-shadow {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1500;
}

.popup-component {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1510;
	visibility: hidden;
	opacity: 0;
}

.popup-component.open {
	visibility: visible;
	opacity: 1;
}

.popup-component__wrap {
	min-width: 580px;
}

.popup-component__inner {
	position: relative;
	background-color: white;
}

.popup-component__btn-close {
	background: transparent;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	margin: 0;
	padding: 4px 9px;
	position: absolute;
	z-index: 10;
	font-size: 15px;
	right: 15px;
	top: 15px;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	opacity: .8;
}

.popup-component__btn-close:hover {
	opacity: 1;
}

.popup-component__head {
	padding: 20px;
	background-color: #06C;
}

.popup-component__title {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	color: white;
}

.popup-component__success {
	padding: 35px 20px;
	font-size: 16px;
	font-weight: 500;
}

.popup-component__wrap-errors {
	padding: 20px 20px 0 20px;
}

.popup-component__form-top {
	padding: 0 20px 20px 20px;
	border-bottom: 1px solid #e5e5e5;
}

.popup-component__form-bottom {
	text-align: center;
	padding: 15px 15px 20px;
}

.popup-component__wrap-captcha {
	display: flex;
	justify-content: center;
}

.popup-component textarea.form-control {
	min-height: 41px;
}
@media screen and (min-width:768px) {
	.main .sc-maxwidth .main-in.s_layout-with_sidebar .page-content.content{float: unset; padding-left: 0; padding-right: 30px; }
}

@media screen and (max-width:768px) {
	.popup-from-error[data-form=error-form]>div.loaded{width: 100%; padding: 25px; top: 0; transform: none;}
	.popup-from-error > div .form-row > .form-row.clearfix{margin: 0 0 18px;}
	.popup-from-error > div font{right: 0;}
	.contact_item { height: auto!important;}
}

@media (max-width: 680px) {
	.popup-component__wrap {
		padding: 0 15px;
		min-width: unset;
		width: 100%;
	}
	.smarline_points_issue .points_list .td {width:100%}
}

@media (max-width: 480px) {
	.popup-component__success {
		font-size: 14px;
	}
}
/* End */


/* Start:/bitrix/templates/ubershop/themes/primary/bright_navy_blue/base.css?161485536315696*/
.theme-color, a, .text-primary,
.list-group-item.active > .badge, .btn-link, .btn-link:hover, .btn-link:focus {
  color: #0066CC;
}

a:hover {
  color: #1a8cff;
}

.modal-header,
.logo .logo-default {
  background-color: #0066CC;
}

.btn-default {
  border: 1px solid #eaeaea;
  color: #222222 !important;
}

.btn-default.btn-border {
  border-width: 2px;
}

.btn-default:hover, .btn-default:focus {
  background-color: #434343;
  border-color: #434343;
  color: #fff !important;
}

.btn-default.disabled {
  color: #222222 !important;
}

.btn-dark {
  background: #303030;
  color: #fff;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active {
  background: #565656;
  color: #fff;
  border-color: #565656;
}

.btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled:active, .btn-dark.disabled.active, .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled]:active, .btn-dark[disabled].active {
  background: #303030;
  color: #fff;
}

.btn-dark.btn-border {
  color: #303030;
  border-color: #303030;
  background: transparent;
}

.btn-dark.btn-border:hover, .btn-dark.btn-border:focus, .btn-dark.btn-border:active, .btn-dark.btn-border.active {
  color: #fff;
  background: #303030;
  border-color: #303030;
}

.btn-gray {
  background: #b5b5b5;
  color: #fff;
}

.btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray.active {
  background: #0066cc;
  color: #fff;
  border-color: #0066cc;
}

.btn-gray.disabled:hover, .btn-gray.disabled:focus, .btn-gray.disabled:active, .btn-gray.disabled.active, .btn-gray[disabled]:hover, .btn-gray[disabled]:focus, .btn-gray[disabled]:active, .btn-gray[disabled].active {
  background: #b5b5b5;
  color: #fff;
}

.btn-gray.btn-border {
  color: #b5b5b5;
  border-color: #b5b5b5;
  background: transparent;
}

.btn-gray.btn-border:hover, .btn-gray.btn-border:focus, .btn-gray.btn-border:active, .btn-gray.btn-border.active {
  color: #fff;
  background: #b5b5b5;
  border-color: #b5b5b5;
}

.btn-success {
  background: #43ac6a;
  color: #fff;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  background: #73c893;
  color: #fff;
  border-color: #73c893;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active {
  background: #43ac6a;
  color: #fff;
}

.btn-success.btn-border {
  color: #43ac6a;
  border-color: #43ac6a;
  background: transparent;
}

.btn-success.btn-border:hover, .btn-success.btn-border:focus, .btn-success.btn-border:active, .btn-success.btn-border.active {
  color: #fff;
  background: #43ac6a;
  border-color: #43ac6a;
}

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

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  background: #9bd8eb;
  color: #fff;
  border-color: #9bd8eb;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active {
  background: #5bc0de;
  color: #fff;
}

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

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

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

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  background: #fdb23a;
  color: #fff;
  border-color: #fdb23a;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active {
  background: #E99002;
  color: #fff;
}

.btn-warning.btn-border {
  color: #E99002;
  border-color: #E99002;
  background: transparent;
}

.btn-warning.btn-border:hover, .btn-warning.btn-border:focus, .btn-warning.btn-border:active, .btn-warning.btn-border.active {
  color: #fff;
  background: #E99002;
  border-color: #E99002;
}

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

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  background: #f57f6c;
  color: #fff;
  border-color: #f57f6c;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active {
  background: #F04124;
  color: #fff;
}

.btn-danger.btn-border {
  color: #F04124;
  border-color: #F04124;
  background: transparent;
}

.btn-danger.btn-border:hover, .btn-danger.btn-border:focus, .btn-danger.btn-border:active, .btn-danger.btn-border.active {
  color: #fff;
  background: #F04124;
  border-color: #F04124;
}

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

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active {
  background: #eee;
  color: #000;
  border-color: #eee;
}

.btn-light.disabled:hover, .btn-light.disabled:focus, .btn-light.disabled:active, .btn-light.disabled.active, .btn-light[disabled]:hover, .btn-light[disabled]:focus, .btn-light[disabled]:active, .btn-light[disabled].active {
  background: #fff;
  color: #000;
}

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

.btn-light.btn-border:hover, .btn-light.btn-border:focus, .btn-light.btn-border:active, .btn-light.btn-border.active {
  color: #000;
  background: #fff;
  border-color: #fff;
}

.table thead.thead-color,
.table-condensed thead.thead-color {
  background-color: #0066CC;
  color: #fff;
}

.table thead.thead-color tr > *,
.table-condensed thead.thead-color tr > * {
  border-color: transparent !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #eee;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #0066CC;
}

.progress {
  background-color: #f5f5f5;
}

.progress-bar-primary {
  background-color: #0066CC;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #0066CC;
  border-color: transparent;
}

.panel-primary {
  border-color: #0066CC;
}

.panel-primary > .panel-heading {
  background-color: #0066CC;
  border-color: #0066CC;
}

.pagination li.active a, .pagination li.active a:hover, .pagination li.active a:focus, .pagination li.active span, .pagination li.active span:hover, .pagination li.active span:focus {
  color: #fff;
  background-color: #1a8cff;
  border-color: #1a8cff;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background: #0066CC;
}

.nav-pills > li.active > a .badge {
  background: #fff;
  color: #0066CC;
}

.badge,
.label-primary {
  background: #0066CC;
}

.s_top_panel_bg-color {
  background: #0066CC;
}

.top-panel .submenu {
  border-color: #0066CC;
}

.top-panel .submenu li:hover > a {
  color: #0066CC;
}

.top-panel .col-menu .menu li.active:after {
  border-color: #0066CC;
}

.s_top_panel_text-dark .col-menu .menu > li:hover > .link > a,
.s_top_panel_text-dark .col-auth .auth-auth > a:hover,
.s_top_panel_text-dark .col-auth .auth-personal > a:hover,
.s_top_panel_text-dark .col-auth:hover > a .nc-icon {
  color: #0066CC;
}

.s_fixed_bottom_panel_bg-color,
.s_fixed_bottom_panel_icons-color .fp-icon {
  color: #0066CC;
}

.s_fixed_bottom_panel_bg-color {
  background: #0066CC;
}

.s_fixed_bottom_panel_bg-color .fp-count {
  background: #1a8cff;
}

.fp-callback a:hover, .fp-callback a:active, .fp-callback a:focus {
  color: #1a8cff;
}

.header-buttons .hb-btn.not-empty {
  color: #1a8cff;
}

.header-buttons .hb-btn.not-empty:hover {
  color: #0066CC;
}

.menubar-search .search-toggle {
  color: #1a8cff;
}

.menubar-search .search-toggle:hover {
  color: #0066CC;
}

.slide-menu .menu .item-with-icon .item-icon {
  color: #0066CC;
}

.fixed-panel-mobile .fp-icon svg {
  fill: #1a8cff;
  stroke: #1a8cff;
}

.fixed-panel-mobile .fp-icon {
  color: #0066CC;
}

.product-sku.view-buttons.type-colors .item.selected .item-bg,
.product-sku.view-buttons.type-text .item.selected .item-bg {
  border-color: #0066CC;
}

.s_menubar_width-wide.s_menubar_bg-color {
  background: #0066CC;
}

.s_menubar_width-small.s_menubar_bg-color .menubar-menu {
  background: #0066CC;
}

.s_menubar_position-v1 .s_menubar_bg-light .menu > li:hover > .link a,
.s_menubar_position-v1 .s_menubar_bg-light .menu > li.active > .link a {
  color: #0066CC;
}

.s_menubar_position-v2 .s_menubar_bg-light .menu > li:hover > .link a,
.s_menubar_position-v2 .s_menubar_bg-light .menu > li.active > .link a {
  color: #0066CC;
}

.hassub-v1 .submenu li.hover > .link > a,
.hassub-v1 .submenu li:hover > .link > a {
  color: #0066CC;
}

.menubar .menu > li.hassub-v2 .submenu a:hover {
  color: #0066CC;
}

.side-menu.s_side_menu_dark > li.active > .link a {
  background-color: #000;
}

.side-menu.s_side_menu_color > li.active > .link a {
  background-color: #0066CC;
}

/*
*Track
*
*/
.bx-filter .bx-ui-slider-track {
  background: #e7e7e7;
}

.bx-filter .bx-ui-slider-pricebar-vd {
  background: #9f9f9f;
}

.bx-filter .bx-ui-slider-pricebar-vn {
  background: #1a8cff;
}

.bx-filter .bx-ui-slider-pricebar-v {
  background: #0066CC;
}

.bx-filter .bx-ui-slider-handle:after {
  border-bottom-color: #1a8cff;
}

.bx-filter .bx-filter-popup-result {
  background: #1a8cff;
}

.bx-filter .bx-filter-popup-result-in:after {
  color: #1a8cff;
}

.bx-filter-param-label.bx-active .bx-filter-param-btn .bx-filter-btn-color-bg {
  border-color: #0066CC !important;
}

.bx-filter .bx-filter-popup-result:hover {
  background: #0066CC;
}

.bx-filter .bx-filter-popup-result:hover .bx-filter-popup-result-in:after {
  color: #0066CC;
}

.bx-filter .filter-parameters-show-more {
  color: #0066CC;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label.bx-active .bx-filter-param-btn {
  border-color: #0066CC;
}

.logo-default {
  background: #0066CC;
}

.f_up:hover {
  color: #0066CC;
}

.loader:after {
  border-left-color: #0066CC;
}

.side-banner .slick-dots li button {
  background: #1a8cff;
}

.side-banner .slick-dots li button:hover {
  background: #0066CC;
}

.side-banner .slick-dots li.slick-active button {
  background: #1a8cff;
}

.btn-dashed,
.btn-dashed:hover,
.btn-readmore,
.btn-readmore:hover {
  color: #0066CC;
}

.footer.s_footer_bg-color {
  background: #0066CC;
}

.social-icons a {
  background: #0066CC;
  color: #fff;
}

.social-icons a:hover {
  background: #1a8cff;
}

.btn-link:hover {
  color: #1a8cff;
}

.product-buttons .p-btn.is-active,
.page-product-top .product-buttons-block .p-btn.is-active .nc-icon {
  background: #0066CC;
}

.product-buttons .p-btn.is-active:hover,
.page-product-top .product-buttons-block .p-btn.is-active:hover .nc-icon {
  background: #1a8cff;
}

.header-cart .header-cart-icon {
  color: #1a8cff;
}

.header-cart:hover .header-cart-icon {
  color: #0066CC;
}

.header-contacts-item a:hover {
  color: #0066CC;
}

.header-contacts-item.callback a {
  color: #0066CC;
}

.header-search button:hover,
.search-page-form button:hover {
  color: #0066CC;
}

.s_page_heading_bg-color {
  background-color: #0066CC;
}

.products .name a:hover {
  color: #0066CC;
}

.products.view-grid .item-section a:hover {
  color: #0066CC;
}

.products.view-list .item-section a:hover {
  color: #0066CC;
}

.tabs-default .tabs-ctrl a:hover {
  color: #0066CC;
}

.features-block .item-icon {
  color: #1a8cff;
}

.features-block .item-in:hover .item-icon {
  color: #0066CC;
}

.items .item-title a:hover {
  color: #0066CC;
}

.ms-dropdown .item-name a:hover {
  color: #0066CC;
}

.side-news .item-link a:hover {
  color: #0066CC;
}

.slide-menu ul .slide-menu-current {
  background: #1a8cff;
}

.catalog-toolbar .select-view-btn.active {
  color: #1a8cff;
}

.slide-menu ul li.is-active > a:before {
  background: #1a8cff;
}

.homeslider .slick-dots li.slick-active button {
  background: #0066CC;
}

.homeslider .price {
  color: #0066CC;
}

.page-cart .basket-item-info-name-link:hover {
  color: #0066CC;
}

.page-cart .basket-item-scu-color .basket-item-scu-item.selected:before,
.page-cart .basket-item-property-scu-image .basket-item-scu-item.selected:before {
  border-color: #0066CC;
}

.page-cart .basket-item-property-scu-text .basket-item-scu-item.selected:before {
  border-color: #0066CC;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_title a:hover {
  color: #0066CC;
}

.sale-personal-section-index-block:hover {
  background: #0066CC !important;
}

.sale-personal-section-index-block-ico {
  color: #0066CC;
}

.sale-order-link, .sale-order-history-link,
.sale-order-list-shipment-button, .sale-order-list-repeat-link, .sale-order-list-cancel-link, .sale-order-list-about-link, .sale-order-list-change-payment {
  color: #0066CC;
}

.sale-order-detail-general-head {
  background: #0066CC;
}

.sale-order-detail-general,
.sale-paysystem-wrapper,
.sale-order-payment-change-pp-company:hover .sale-order-payment-change-pp-company-graf-container,
div.sale-order-detail-payment-options-methods-template {
  border-color: #0066CC;
}

.sale-order-detail-about-order-inner-container-list-item-link {
  color: #0066CC;
}

#bx-soa-order .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
  border-color: #0066CC;
}

#bx-soa-order .bx-sls .bx-ui-sls-variant-active,
#bx-soa-order .bx-slst .bx-ui-combobox-variant-active {
  background: #0066CC !important;
}

.product-item-detail-slider-controls-image.active {
  outline-color: #1a8cff;
}

.tabs-ctrl-mobile,
.tabs-ctrl-mobile:hover {
  color: #0066CC;
}

.tabs-ctrl-mobile.active {
  background: #0066CC;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #0066CC !important;
}

body .sale-products-gift .btn.btn-default {
  border-color: transparent;
  background: #0066CC;
  color: #fff;
  color: #fff !important;
}

body .sale-products-gift .btn.btn-default:hover, body .sale-products-gift .btn.btn-default:focus, body .sale-products-gift .btn.btn-default:active, body .sale-products-gift .btn.btn-default.active {
  background: #1a8cff;
  color: #fff;
  border-color: #1a8cff;
}

body .sale-products-gift .btn.btn-default.disabled:hover, body .sale-products-gift .btn.btn-default.disabled:focus, body .sale-products-gift .btn.btn-default.disabled:active, body .sale-products-gift .btn.btn-default.disabled.active, body .sale-products-gift .btn.btn-default[disabled]:hover, body .sale-products-gift .btn.btn-default[disabled]:focus, body .sale-products-gift .btn.btn-default[disabled]:active, body .sale-products-gift .btn.btn-default[disabled].active {
  background: #0066CC;
  color: #fff;
}

body .sale-products-gift .btn.btn-default.btn-border {
  color: #0066CC;
  border-color: #0066CC;
  background: transparent;
}

body .sale-products-gift .btn.btn-default.btn-border:hover, body .sale-products-gift .btn.btn-default.btn-border:focus, body .sale-products-gift .btn.btn-default.btn-border:active, body .sale-products-gift .btn.btn-default.btn-border.active {
  color: #fff;
  background: #0066CC;
  border-color: #0066CC;
}

/*# sourceMappingURL=base.css.map */

/* End */


/* Start:/bitrix/templates/ubershop/themes/primary/bright_navy_blue/buttons.css?161485536313790*/
.btn-primary {
  background: #0066CC;
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background: #1a8cff;
  color: #fff;
  border-color: #1a8cff;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active {
  background: #0066CC;
  color: #fff;
}

.btn-primary.btn-border {
  color: #0066CC;
  border-color: #0066CC;
  background: transparent;
}

.btn-primary.btn-border:hover, .btn-primary.btn-border:focus, .btn-primary.btn-border:active, .btn-primary.btn-border.active {
  color: #fff;
  background: #0066CC;
  border-color: #0066CC;
}

.slider.s_arrows_top .slick-arrow {
  background: #0066CC;
}

.no-touch .slider.s_arrows_top .slick-arrow:hover {
  background: #1a8cff;
}

body .page-cart .btn.basket-btn-checkout,
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo .bx_bt_button,
.sale-order-detail-about-order-inner-container-repeat-button,
.sale-order-list-button,
.sale-order-detail-payment-options-methods-button-element,
.sale-order-detail-payment-options-methods-button-element.active-button,
.sale-order-detail-payment-options-methods-button-element-new-window,
#bx-soa-order .btn.btn-default,
body .bx-set-constructor .btn.btn-default,
.main-user-consent-request-popup-button-acc {
  border-color: transparent;
  background: #0066CC;
  color: #fff;
  color: #fff !important;
}

body .page-cart .btn.basket-btn-checkout:hover, body .page-cart .btn.basket-btn-checkout:focus, body .page-cart .btn.basket-btn-checkout:active, body .page-cart .btn.basket-btn-checkout.active,
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo .bx_bt_button:hover,
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo .bx_bt_button:focus,
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo .bx_bt_button:active,
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo .bx_bt_button.active,
.sale-order-detail-about-order-inner-container-repeat-button:hover,
.sale-order-detail-about-order-inner-container-repeat-button:focus,
.sale-order-detail-about-order-inner-container-repeat-button:active,
.sale-order-detail-about-order-inner-container-repeat-button.active,
.sale-order-list-button:hover,
.sale-order-list-button:focus,
.sale-order-list-button:active,
.sale-order-list-button.active,
.sale-order-detail-payment-options-methods-button-element:hover,
.sale-order-detail-payment-options-methods-button-element:focus,
.sale-order-detail-payment-options-methods-button-element:active,
.sale-order-detail-payment-options-methods-button-element.active,
.sale-order-detail-payment-options-methods-button-element.active-button:hover,
.sale-order-detail-payment-options-methods-button-element.active-button:focus,
.sale-order-detail-payment-options-methods-button-element.active-button:active,
.sale-order-detail-payment-options-methods-button-element.active-button.active,
.sale-order-detail-payment-options-methods-button-element-new-window:hover,
.sale-order-detail-payment-options-methods-button-element-new-window:focus,
.sale-order-detail-payment-options-methods-button-element-new-window:active,
.sale-order-detail-payment-options-methods-button-element-new-window.active,
#bx-soa-order .btn.btn-default:hover,
#bx-soa-order .btn.btn-default:focus,
#bx-soa-order .btn.btn-default:active,
#bx-soa-order .btn.btn-default.active,
body .bx-set-constructor .btn.btn-default:hover,
body .bx-set-constructor .btn.btn-default:focus,
body .bx-set-constructor .btn.btn-default:active,
body .bx-set-constructor .btn.btn-default.active,
.main-user-consent-request-popup-button-acc:hover,
.main-user-consent-request-popup-button-acc:focus,
.main-user-consent-request-popup-button-acc:active,
.main-user-consent-request-popup-button-acc.active {
  background: #1a8cff;
  color: #fff;
  border-color: #1a8cff;
}

body .page-cart .btn.basket-btn-checkout.disabled:hover, body .page-cart .btn.basket-btn-checkout.disabled:focus, body .page-cart .btn.basket-btn-checkout.disabled:active, body .page-cart .btn.basket-btn-checkout.disabled.active, body .page-cart .btn.basket-btn-checkout[disabled]:hover, body .page-cart .btn.basket-btn-checkout[disabled]:focus, body .page-cart .btn.basket-btn-checkout[disabled]:active, body .page-cart .btn.basket-btn-checkout[disabled].active,
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo .bx_bt_button.disabled:hover,
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo .bx_bt_button.disabled:focus,
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo .bx_bt_button.disabled:active,
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo .bx_bt_button.disabled.active,
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo .bx_bt_button[disabled]:hover,
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo .bx_bt_button[disabled]:focus,
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo .bx_bt_button[disabled]:active,
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo .bx_bt_button[disabled].active,
.sale-order-detail-about-order-inner-container-repeat-button.disabled:hover,
.sale-order-detail-about-order-inner-container-repeat-button.disabled:focus,
.sale-order-detail-about-order-inner-container-repeat-button.disabled:active,
.sale-order-detail-about-order-inner-container-repeat-button.disabled.active,
.sale-order-detail-about-order-inner-container-repeat-button[disabled]:hover,
.sale-order-detail-about-order-inner-container-repeat-button[disabled]:focus,
.sale-order-detail-about-order-inner-container-repeat-button[disabled]:active,
.sale-order-detail-about-order-inner-container-repeat-button[disabled].active,
.sale-order-list-button.disabled:hover,
.sale-order-list-button.disabled:focus,
.sale-order-list-button.disabled:active,
.sale-order-list-button.disabled.active,
.sale-order-list-button[disabled]:hover,
.sale-order-list-button[disabled]:focus,
.sale-order-list-button[disabled]:active,
.sale-order-list-button[disabled].active,
.sale-order-detail-payment-options-methods-button-element.disabled:hover,
.sale-order-detail-payment-options-methods-button-element.disabled:focus,
.sale-order-detail-payment-options-methods-button-element.disabled:active,
.sale-order-detail-payment-options-methods-button-element.disabled.active,
.sale-order-detail-payment-options-methods-button-element[disabled]:hover,
.sale-order-detail-payment-options-methods-button-element[disabled]:focus,
.sale-order-detail-payment-options-methods-button-element[disabled]:active,
.sale-order-detail-payment-options-methods-button-element[disabled].active,
.sale-order-detail-payment-options-methods-button-element.active-button.disabled:hover,
.sale-order-detail-payment-options-methods-button-element.active-button.disabled:focus,
.sale-order-detail-payment-options-methods-button-element.active-button.disabled:active,
.sale-order-detail-payment-options-methods-button-element.active-button.disabled.active,
.sale-order-detail-payment-options-methods-button-element.active-button[disabled]:hover,
.sale-order-detail-payment-options-methods-button-element.active-button[disabled]:focus,
.sale-order-detail-payment-options-methods-button-element.active-button[disabled]:active,
.sale-order-detail-payment-options-methods-button-element.active-button[disabled].active,
.sale-order-detail-payment-options-methods-button-element-new-window.disabled:hover,
.sale-order-detail-payment-options-methods-button-element-new-window.disabled:focus,
.sale-order-detail-payment-options-methods-button-element-new-window.disabled:active,
.sale-order-detail-payment-options-methods-button-element-new-window.disabled.active,
.sale-order-detail-payment-options-methods-button-element-new-window[disabled]:hover,
.sale-order-detail-payment-options-methods-button-element-new-window[disabled]:focus,
.sale-order-detail-payment-options-methods-button-element-new-window[disabled]:active,
.sale-order-detail-payment-options-methods-button-element-new-window[disabled].active,
#bx-soa-order .btn.btn-default.disabled:hover,
#bx-soa-order .btn.btn-default.disabled:focus,
#bx-soa-order .btn.btn-default.disabled:active,
#bx-soa-order .btn.btn-default.disabled.active,
#bx-soa-order .btn.btn-default[disabled]:hover,
#bx-soa-order .btn.btn-default[disabled]:focus,
#bx-soa-order .btn.btn-default[disabled]:active,
#bx-soa-order .btn.btn-default[disabled].active,
body .bx-set-constructor .btn.btn-default.disabled:hover,
body .bx-set-constructor .btn.btn-default.disabled:focus,
body .bx-set-constructor .btn.btn-default.disabled:active,
body .bx-set-constructor .btn.btn-default.disabled.active,
body .bx-set-constructor .btn.btn-default[disabled]:hover,
body .bx-set-constructor .btn.btn-default[disabled]:focus,
body .bx-set-constructor .btn.btn-default[disabled]:active,
body .bx-set-constructor .btn.btn-default[disabled].active,
.main-user-consent-request-popup-button-acc.disabled:hover,
.main-user-consent-request-popup-button-acc.disabled:focus,
.main-user-consent-request-popup-button-acc.disabled:active,
.main-user-consent-request-popup-button-acc.disabled.active,
.main-user-consent-request-popup-button-acc[disabled]:hover,
.main-user-consent-request-popup-button-acc[disabled]:focus,
.main-user-consent-request-popup-button-acc[disabled]:active,
.main-user-consent-request-popup-button-acc[disabled].active {
  background: #0066CC;
  color: #fff;
}

body .page-cart .btn.basket-btn-checkout.btn-border,
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo .bx_bt_button.btn-border,
.sale-order-detail-about-order-inner-container-repeat-button.btn-border,
.sale-order-list-button.btn-border,
.sale-order-detail-payment-options-methods-button-element.btn-border,
.sale-order-detail-payment-options-methods-button-element.active-button.btn-border,
.sale-order-detail-payment-options-methods-button-element-new-window.btn-border,
#bx-soa-order .btn.btn-default.btn-border,
body .bx-set-constructor .btn.btn-default.btn-border,
.main-user-consent-request-popup-button-acc.btn-border {
  color: #0066CC;
  border-color: #0066CC;
  background: transparent;
}

body .page-cart .btn.basket-btn-checkout.btn-border:hover, body .page-cart .btn.basket-btn-checkout.btn-border:focus, body .page-cart .btn.basket-btn-checkout.btn-border:active, body .page-cart .btn.basket-btn-checkout.btn-border.active,
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo .bx_bt_button.btn-border:hover,
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo .bx_bt_button.btn-border:focus,
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo .bx_bt_button.btn-border:active,
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo .bx_bt_button.btn-border.active,
.sale-order-detail-about-order-inner-container-repeat-button.btn-border:hover,
.sale-order-detail-about-order-inner-container-repeat-button.btn-border:focus,
.sale-order-detail-about-order-inner-container-repeat-button.btn-border:active,
.sale-order-detail-about-order-inner-container-repeat-button.btn-border.active,
.sale-order-list-button.btn-border:hover,
.sale-order-list-button.btn-border:focus,
.sale-order-list-button.btn-border:active,
.sale-order-list-button.btn-border.active,
.sale-order-detail-payment-options-methods-button-element.btn-border:hover,
.sale-order-detail-payment-options-methods-button-element.btn-border:focus,
.sale-order-detail-payment-options-methods-button-element.btn-border:active,
.sale-order-detail-payment-options-methods-button-element.btn-border.active,
.sale-order-detail-payment-options-methods-button-element.active-button.btn-border:hover,
.sale-order-detail-payment-options-methods-button-element.active-button.btn-border:focus,
.sale-order-detail-payment-options-methods-button-element.active-button.btn-border:active,
.sale-order-detail-payment-options-methods-button-element.active-button.btn-border.active,
.sale-order-detail-payment-options-methods-button-element-new-window.btn-border:hover,
.sale-order-detail-payment-options-methods-button-element-new-window.btn-border:focus,
.sale-order-detail-payment-options-methods-button-element-new-window.btn-border:active,
.sale-order-detail-payment-options-methods-button-element-new-window.btn-border.active,
#bx-soa-order .btn.btn-default.btn-border:hover,
#bx-soa-order .btn.btn-default.btn-border:focus,
#bx-soa-order .btn.btn-default.btn-border:active,
#bx-soa-order .btn.btn-default.btn-border.active,
body .bx-set-constructor .btn.btn-default.btn-border:hover,
body .bx-set-constructor .btn.btn-default.btn-border:focus,
body .bx-set-constructor .btn.btn-default.btn-border:active,
body .bx-set-constructor .btn.btn-default.btn-border.active,
.main-user-consent-request-popup-button-acc.btn-border:hover,
.main-user-consent-request-popup-button-acc.btn-border:focus,
.main-user-consent-request-popup-button-acc.btn-border:active,
.main-user-consent-request-popup-button-acc.btn-border.active {
  color: #fff;
  background: #0066CC;
  border-color: #0066CC;
}

/*# sourceMappingURL=buttons.css.map */

/* End */


/* Start:/bitrix/templates/ubershop/themes/secondary/gold/theme.css?1614855363507*/
.fixed-bottom-panel .not-empty .fp-count,
.not-empty .count-badge,
.not-empty.count-badge {
  background: #ffd700;
  color: #000;
}

.page-block-title:after {
  background: #ffd700;
}

.products .rating .star.active,
.page-product-top .rating .star.active,
.page-product-top .rating .stars:hover .star.hover {
  color: #ffd700;
}

.tabs-default .tabs-ctrl a.active {
  border-color: #ffd700;
}

.tabs-default .tabs-ctrl a.active:after {
  border-top-color: #ffd700;
}

/*# sourceMappingURL=theme.css.map */

/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?16887353981816*/
/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
/* End */


/* Start:/bitrix/templates/ubershop/components/bitrix/sender.subscribe/main/style.css?1705390868225*/
.bx_subscribe_subform .block_input{display: flex;flex-direction: column; position: relative;}
.bx_subscribe_subform .block_input .error.error_email{
	width: 100%;
	position: absolute;
    bottom: 100%;
    margin-bottom: 0;
}
/* End */


/* Start:/bitrix/templates/ubershop/components/bitrix/news.list/stock-popup/style.css?1707981295150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/ubershop/styles.css?1726828583302*/
.remont-tabs {
    display: flex;
    margin-bottom: 20px;
}
.remont-tabs button {
    width: 50%;
    height: 40px;
    font-size: 16px;
    border: 1px solid #0066CC;
    background: #f1f1f1;
    outline: none;
}
.remont-tabs button.active {
    background: #0066CC;
    color: #fff;
}
/* End */


/* Start:/local/css/reaspekt/reaspekt.geobase/style.css?1718526724930*/
.ReaspektPopupOverlay {
	height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
	background-color: #000;
	filter: alpha(opacity=60); 	/*Filter for IE*/
}
#ReaspektPopupBody {
    position: absolute !important;
    padding: 30px 50px;
    left: 0;
    top: 0;
    /*width: 500px;
    min-height: 100%;
    height: 1000px;*/
    z-index: 510;
    background-color: #fff;
	box-shadow: 0px 0px 15px #000000;
    box-sizing: border-box;
}
#ReaspektPopupBody .ReaspektClosePosition {
	position: relative;
}

#ReaspektPopupBody #ReaspektCloseBtn {
	position: absolute;
	right: -40px;
    top: -20px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background:url("/local/css/reaspekt/reaspekt.geobase/images/close-button-sprite.png") no-repeat top;
}

#ReaspektPopupBody #ReaspektCloseBtn:hover {
	background: url("/local/css/reaspekt/reaspekt.geobase/images/close-button-sprite.png") no-repeat 0 -24px;
}

#ReaspektPopupContainer {
	max-width: 900px;
}
/* End */


/* Start:/bitrix/templates/ubershop/custom.css?175015965715506*/
.seo-descr{margin-bottom: 30px;}
.form .captcha-block .form-input{margin-top: 0;}
.widgetcontainer.container {width:100%!important}
.col-geo .wrapGeoIpReaspekt p.town {font-size: 15px; display: flex; justify-content: center;  color: #333;  line-height: 44px;  margin: 0;}
.col-geo .wrapGeoIpReaspekt p.town .cityLinkPopupReaspekt{margin-left: 10px;}
.col-geo p.phone {font-size: 30px;  line-height: 38px;  color: #333;  margin: 3px 0;}
.col-geo p.phone a{text-decoration: none; color: #333}
.col-geo p:last-of-type {  font-size: 15px;  display: flex;  justify-content: center;  line-height: 24px;  color: #444;  margin: 0;}

.social__body {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 14px;
}
.social__item a {
	display: block;
	width: 40px;
	height: 40px;
}
.social__item a:hover {
	opacity: 0.8;
}
.social__viber {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40px' height='40px' viewBox='0 0 32 32' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30 15.3785C30 6.20699 26.7692 2 16 2C5.23077 2 2 6.20699 2 15.3785C2 21.9055 3.63629 25.9182 8.46154 27.6895V30.7774C8.46154 31.9141 9.88769 32.4332 10.6264 31.5656L13.1164 28.6411C14.0113 28.7185 14.9713 28.7569 16 28.7569C26.7692 28.7569 30 24.5499 30 15.3785ZM13.7113 26.5316C14.4251 26.5882 15.1872 26.6164 16 26.6164C25.1124 26.6164 27.8462 23.0825 27.8462 15.3785C27.8462 7.67443 25.1124 4.14055 16 4.14055C6.88757 4.14055 4.15385 7.67443 4.15385 15.3785C4.15385 20.8239 5.51965 24.1859 9.53846 25.6891V30.2639C9.53846 30.6627 10.0389 30.8449 10.2981 30.5404L13.7113 26.5316Z' fill='%23BFC8D0'/%3E%3Cpath d='M16 25.8548C15.1766 25.8548 14.4047 25.8262 13.6815 25.7685L10.224 29.845C9.96145 30.1546 9.45455 29.9693 9.45455 29.5638V24.9119C5.38354 23.3834 4 19.9647 4 14.4274C4 6.59346 6.76923 3 16 3C25.2308 3 28 6.59346 28 14.4274C28 22.2613 25.2308 25.8548 16 25.8548Z' fill='%239179EE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30 14.3785C30 5.20699 26.7692 1 16 1C5.23077 1 2 5.20699 2 14.3785C2 20.9055 3.63629 24.9182 8.46154 26.6895V29.7774C8.46154 30.9141 9.88769 31.4332 10.6264 30.5656L13.1164 27.6411C14.0113 27.7185 14.9713 27.7569 16 27.7569C26.7692 27.7569 30 23.5499 30 14.3785ZM13.7113 25.5316C14.4251 25.5882 15.1872 25.6164 16 25.6164C25.1124 25.6164 27.8462 22.0825 27.8462 14.3785C27.8462 6.67443 25.1124 3.14055 16 3.14055C6.88757 3.14055 4.15385 6.67443 4.15385 14.3785C4.15385 19.8239 5.51965 23.1859 9.53846 24.6891V29.2639C9.53846 29.6627 10.0389 29.8449 10.2981 29.5404L13.7113 25.5316Z' fill='white'/%3E%3Cpath d='M11.5432 12.1345L11.5026 12.157L11.4668 12.1866C11.1902 12.4154 10.7756 13.0434 11.1388 13.8197C11.4414 14.4665 12.1157 15.7874 13.3005 16.7826C14.4592 17.756 15.6965 18.2795 16.5092 18.4509L16.5603 18.4617H16.6069C16.6091 18.4619 16.614 18.4624 16.6219 18.4636C16.6412 18.4663 16.6645 18.4703 16.7012 18.4767L16.7874 17.9842L16.7012 18.4767C16.7075 18.4778 16.714 18.479 16.7208 18.4802C16.9709 18.5244 17.5704 18.6304 18.0729 18.1297C18.3954 17.8083 18.6898 17.4732 18.8165 17.3225C18.9055 17.2413 19.1956 17.0731 19.5626 17.1972C20.2576 17.4321 21.0839 17.9621 21.4833 18.2308C21.7925 18.439 22.4924 18.9404 22.8079 19.1682L22.8082 19.1684C22.8344 19.1873 22.8959 19.2493 22.9291 19.3354C22.9557 19.4042 22.97 19.4988 22.9061 19.6357C22.7875 19.8895 22.4266 20.374 21.9378 20.7978C21.4401 21.2294 20.9222 21.5 20.5072 21.5C20.5087 21.5 20.5072 21.4998 20.5025 21.4992C20.484 21.4967 20.4153 21.4874 20.2792 21.4568C20.1262 21.4225 19.9195 21.3686 19.6669 21.2926C19.1622 21.1407 18.485 20.904 17.7029 20.5675C16.1375 19.8941 14.1668 18.8277 12.3218 17.2572C11.1613 16.2694 10.0664 14.9036 9.2138 13.6251C8.35407 12.3358 7.77896 11.1932 7.62244 10.6655L7.61148 10.6285L7.595 10.5937C7.55603 10.5114 7.50112 10.3355 7.50002 10.136C7.49895 9.94333 7.54725 9.75923 7.67465 9.60657C8.09467 9.10322 8.53938 8.60859 9.52049 8.13395C9.61188 8.08974 9.75504 8.05076 9.89575 8.04849C10.04 8.04617 10.1152 8.082 10.1452 8.10835C10.5206 8.43751 11.1025 9.01857 11.4945 9.51513C11.6971 9.77164 11.9418 10.0975 12.1458 10.3806C12.2478 10.5222 12.3377 10.6506 12.4062 10.7527C12.4405 10.8039 12.4679 10.8462 12.4881 10.8788C12.5019 10.9012 12.5093 10.9143 12.5124 10.9199C12.5141 10.9256 12.5218 10.9498 12.5286 10.9939C12.5371 11.0494 12.5411 11.1177 12.5354 11.1891C12.5235 11.3351 12.4755 11.4524 12.3892 11.5315C12.0962 11.7998 11.699 12.0482 11.5432 12.1345ZM16.2766 6.51613C16.2769 6.51585 16.2772 6.51557 16.2775 6.51527C16.2847 6.50852 16.2994 6.5 16.3226 6.5C20.3145 6.5 23.4984 9.53785 23.5 13.223C23.4994 13.2239 23.4983 13.2251 23.4967 13.2267C23.4895 13.2334 23.4747 13.2419 23.4516 13.2419C23.4285 13.2419 23.4137 13.2334 23.4065 13.2267C23.4049 13.2251 23.4039 13.2239 23.4032 13.223C23.4016 9.49946 20.2032 6.53226 16.3226 6.53226C16.2994 6.53226 16.2847 6.52374 16.2775 6.51699C16.2772 6.51669 16.2769 6.5164 16.2766 6.51613ZM16.2775 10.646C16.2772 10.6457 16.2769 10.6454 16.2766 10.6452C16.2769 10.6449 16.2772 10.6446 16.2775 10.6443C16.2847 10.6376 16.2994 10.629 16.3226 10.629C17.8916 10.629 19.1113 11.8182 19.1129 13.223C19.1123 13.2239 19.1112 13.2251 19.1096 13.2267C19.1024 13.2334 19.0877 13.2419 19.0645 13.2419C19.0414 13.2419 19.0266 13.2334 19.0194 13.2267C19.0178 13.2251 19.0168 13.2239 19.0161 13.223C19.0145 11.7799 17.7803 10.6613 16.3226 10.6613C16.2994 10.6613 16.2847 10.6528 16.2775 10.646ZM16.2775 8.5815C16.2772 8.58121 16.2769 8.58092 16.2766 8.58065C16.2769 8.58037 16.2772 8.58008 16.2775 8.57979C16.2847 8.57304 16.2994 8.56452 16.3226 8.56452C19.1031 8.56452 21.3048 10.678 21.3065 13.223C21.3058 13.2239 21.3048 13.2251 21.3032 13.2267C21.296 13.2334 21.2812 13.2419 21.2581 13.2419C21.2349 13.2419 21.2201 13.2334 21.213 13.2267C21.2114 13.2251 21.2103 13.2239 21.2097 13.223C21.2081 10.6397 18.9917 8.59677 16.3226 8.59677C16.2994 8.59677 16.2847 8.58825 16.2775 8.5815Z' fill='white' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E") center no-repeat;
}
.social__whatsapp {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='40px' width='40px' version='1.1' id='Layer_1' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath style='fill:%23EDEDED;' d='M0,512l35.31-128C12.359,344.276,0,300.138,0,254.234C0,114.759,114.759,0,255.117,0 S512,114.759,512,254.234S395.476,512,255.117,512c-44.138,0-86.51-14.124-124.469-35.31L0,512z'/%3E%3Cpath style='fill:%2355CD6C;' d='M137.71,430.786l7.945,4.414c32.662,20.303,70.621,32.662,110.345,32.662 c115.641,0,211.862-96.221,211.862-213.628S371.641,44.138,255.117,44.138S44.138,137.71,44.138,254.234 c0,40.607,11.476,80.331,32.662,113.876l5.297,7.945l-20.303,74.152L137.71,430.786z'/%3E%3Cpath style='fill:%23FEFEFE;' d='M187.145,135.945l-16.772-0.883c-5.297,0-10.593,1.766-14.124,5.297 c-7.945,7.062-21.186,20.303-24.717,37.959c-6.179,26.483,3.531,58.262,26.483,90.041s67.09,82.979,144.772,105.048 c24.717,7.062,44.138,2.648,60.028-7.062c12.359-7.945,20.303-20.303,22.952-33.545l2.648-12.359 c0.883-3.531-0.883-7.945-4.414-9.71l-55.614-25.6c-3.531-1.766-7.945-0.883-10.593,2.648l-22.069,28.248 c-1.766,1.766-4.414,2.648-7.062,1.766c-15.007-5.297-65.324-26.483-92.69-79.448c-0.883-2.648-0.883-5.297,0.883-7.062 l21.186-23.834c1.766-2.648,2.648-6.179,1.766-8.828l-25.6-57.379C193.324,138.593,190.676,135.945,187.145,135.945'/%3E%3C/svg%3E") center no-repeat;
}
.social__telegram {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='34px' height='34px' viewBox='0 0 256 256' version='1.1' preserveAspectRatio='xMidYMid'%3E%3Cg%3E%3Cpath d='M128,0 C57.307,0 0,57.307 0,128 L0,128 C0,198.693 57.307,256 128,256 L128,256 C198.693,256 256,198.693 256,128 L256,128 C256,57.307 198.693,0 128,0 L128,0 Z' fill='%2340B3E0'%3E%3C/path%3E%3Cpath d='M190.2826,73.6308 L167.4206,188.8978 C167.4206,188.8978 164.2236,196.8918 155.4306,193.0548 L102.6726,152.6068 L83.4886,143.3348 L51.1946,132.4628 C51.1946,132.4628 46.2386,130.7048 45.7586,126.8678 C45.2796,123.0308 51.3546,120.9528 51.3546,120.9528 L179.7306,70.5928 C179.7306,70.5928 190.2826,65.9568 190.2826,73.6308' fill='%23FFFFFF'%3E%3C/path%3E%3Cpath d='M98.6178,187.6035 C98.6178,187.6035 97.0778,187.4595 95.1588,181.3835 C93.2408,175.3085 83.4888,143.3345 83.4888,143.3345 L161.0258,94.0945 C161.0258,94.0945 165.5028,91.3765 165.3428,94.0945 C165.3428,94.0945 166.1418,94.5735 163.7438,96.8115 C161.3458,99.0505 102.8328,151.6475 102.8328,151.6475' fill='%23D2E5F1'%3E%3C/path%3E%3Cpath d='M122.9015,168.1154 L102.0335,187.1414 C102.0335,187.1414 100.4025,188.3794 98.6175,187.6034 L102.6135,152.2624' fill='%23B5CFE4'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") center no-repeat;
}

/* ----------------- Всплывающее окно акций ------------------ */
.stock-popup {
   position: fixed;
	display: none;
	top: 0;
	left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}
.stock-popup__content {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	box-shadow: 0 0 30px 0 #000;
	background: #FFF;
}
.stock-popup__close {
	position: absolute;
	top: 0;
	right: 0;
   display: none;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: none;
	font-size: 40px;
	color: #333;
	background: transparent;
}
.stock-popup__content img {
	max-width: 600px;
	max-height: 60vh;
}
.stock-popup__phone {
	padding: 20px;
}
.stock-popup__phone a {
	width: max-content;
	display: block;
	padding: 20px 50px;
	margin: 0 auto;
	text-decoration: none;
	color: #fff;
	background: #0066CC;
}
.stock-popup__phone a:hover {
	background: #1a8cff;
}
/* ------------------------------------------------------------- */

@media (max-width: 700px) {
	.stock-popup__content img {
		max-width: calc((100vw - 360px)/(700 - 360) * (600 - 300) + 300px);
	}
}

@media screen and (min-width: 768px) {
  .products.view-grid .name a {
	height: auto;
    min-height: 40px;
    overflow: hidden;
  }



}


.form-group.privacy-policy-agreement.auth-form{
	padding: 0 20px;
}


label.error-rbz {color: #e62222 !important;font-size: 10px;}
input.error-rbz {border: 1px solid #e62222 !important;}
textarea.error-rbz {border: 1px solid #e62222 !important;}

.b24-form-wrapper {margin-left:0!important}
 
 
.bx-set-constructor .bx-catalog-set-topsale-slider .bx-catalog-set-item{display: flex; align-items: center}
.bx-set-constructor .bx-catalog-set-item-img{padding: 0 !important; flex: 1 0 100px; max-width: 100px;}
.bx-set-constructor .bx-catalog-set-item-title{height: auto;}
.bx-set-constructor .bx-catalog-set-item-price{min-height: 0; padding-top: 0;}
.bx-set-constructor .bx-catalog-set-item-container + .bx-catalog-set-item-container .bx-catalog-set-item{border-top: none}

@media screen and (max-width: 430px) {
	.bx-set-constructor .bx-catalog-set-topsale-slider .bx-catalog-set-item{padding: 10px;}
	.bx-set-constructor .bx-catalog-set-item-img{max-width: 80px; margin-bottom: 10px; height: auto;}
	.bx-set-constructor .bx-catalog-set-item-title{flex: 1 0 60%; padding-top: 0;}
	.bx-set-constructor .bx-catalog-set-topsale-slider .bx-catalog-set-item{flex-wrap: wrap; align-items: flex-start}
	.bx-set-constructor .bx-catalog-set-item-price{padding: 0;}
	.bx-set-constructor .bx-catalog-set-item-add-btn{margin-left: auto; padding: 0;}
	.bx-set-constructor .bx-catalog-set-item-add-btn .btn{padding: 5px 15px}
	.bx-set-constructor .bx-catalog-set-item-img-container{position: relative; top: 0; left: 0;}
	.bx-set-constructor .bx-catalog-set-item-img img{position: relative; top: 0; left: 0; transform: none}

/*.main .widgetcontainer.container, .dpdchooser {width:100%!important;  }*/

}

.form-inner{background: #fff; width: 500px}
.form-inner .form-row{margin-bottom: 10px}
.form-inner .form-row.centered{text-align: center}
.form-inner input[type=text],
.form-inner input[type=email],
.form-inner input[type=tel],
.form-inner input[type=password],
.form-inner textarea{ background: #E9E9E9; border: none; border-radius: 4px; height: 44px; width: 100%; padding: 10px 20px; font-size: 14px; color: #555; outline: none;}
.form-inner textarea{height: 100px; resize: none;}

.form-inner .form-col{ }
.form-inner .form-col:first-of-type{width: 70%; padding-right: 20px}
.form-inner .form-col:last-of-type{width: 30%; padding-right: 20px}
.form-inner small{opacity: .7; display: block;}

.reviews-form-div{max-width: 80%;}
.reviews-form-div .form-inner.clearfix.rewblock {display:flex;width:100%;margin-bottom:40px;}
.reviews-form-div .form-inner.clearfix.rewblock .form-col {width:40%;display:flex;flex-direction:column;}
.reviews-form-div .form-inner.clearfix.rewblock .form-col:last-of-type {width:60%;padding-right:0;}
.reviews-form-div .form-inner.clearfix.rewblock .opit{display: flex; align-items: center;}
.reviews-form-div .form-inner.clearfix.rewblock .rate{margin-left: 30px;}
.reviews-form-div .form-inner.clearfix.rewblock .rate .stars{display: flex; gap: 3px}
.reviews-form-div .form-inner.clearfix.rewblock .rate .stars .star{height: 30px; cursor: pointer;}
.reviews-form-div .form-inner.clearfix.rewblock .rate .stars .star svg{height: 100%; width: auto;}
.reviews-form-div .form-inner.clearfix.rewblock .rate .stars .star svg path{fill: #E9E9E9;}
.reviews-form-div .form-inner.clearfix.rewblock .rate .stars .star.hover  svg path{fill: #06C;}
.reviews-form-div .form-inner.clearfix.rewblock .rate .stars .star.active svg path{fill: #06C;}

.form-inner input[type='text'],.form-inner input[type='email'],.form-inner input[type='tel'],.form-inner input[type='password'],.form-inner textarea {box-sizing:border-box;border-radius:0;}
.inside .right_part .page-div .reviews-form-div .form-inner input[type='submit'] {font-size:13px;background:#000;height:41px;line-height:43px;}
.rewblock .form-row input.error-rbz, .rewblock .form-row textarea.error-rbz {border: 1px solid red;}
.rewblock label.error-rbz {color: red;}
form.rewblock p.error-captcha {color: red;}

.main .site-reviews {column-count:2;column-gap:70px;}
.main .site-reviews .review-item {width:100%;margin-bottom:50px;display:grid;grid-template-rows:1fr auto;margin-bottom:10px;break-inside:avoid;border-bottom: 1px solid #e0e0e0; padding-bottom: 12px;}
.main .site-reviews .review-item .review-name {font-size:23px;color:#333;}
.main .site-reviews .review-item .review-city{font-size: 16px;}
.main .site-reviews .review-item .rate {padding: 0; display: flex; align-items: center;}
.main .site-reviews .review-item .rate .stars{display: flex; gap: 3px}
.main .site-reviews .review-item .rate .stars .star{height: 20px;}
.main .site-reviews .review-item .rate .stars .star svg{height: 100%; width: auto;}
.main .site-reviews .review-item p.review-name b {font-weight:800;}
.main .site-reviews .review-item .review-date {display:block;margin-top:15px;font-size:15px;color:#000;font-weight:500;opacity:1;}

@media screen and (max-width: 430px) {
	.reviews-form-div{max-width: 100%;}
	.reviews-form-div .form-inner.clearfix.rewblock{flex-wrap: wrap;}
	.reviews-form-div .form-inner.clearfix.rewblock .form-col,
	.reviews-form-div .form-inner.clearfix.rewblock .form-col:last-of-type{width: 100%; padding: 0;}
}

.reviews-slider-block .items-view-grid .item-content > :first-child{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden;}
.reviews-slider-block .items-view-grid .item.open .item-content > :first-child{display: block;}
/* End */
/* /bitrix/templates/ubershop/css/bootstrap.custom.css?1614855363109094 */
/* /bitrix/templates/ubershop/css/font-awesome.css?161485536337890 */
/* /bitrix/templates/ubershop/css/font-ubershop.css?16148553634728 */
/* /bitrix/templates/ubershop/template_styles.css?1741285188367879 */
/* /bitrix/templates/ubershop/css/custom.css?17268311459538 */
/* /bitrix/templates/ubershop/themes/primary/bright_navy_blue/base.css?161485536315696 */
/* /bitrix/templates/ubershop/themes/primary/bright_navy_blue/buttons.css?161485536313790 */
/* /bitrix/templates/ubershop/themes/secondary/gold/theme.css?1614855363507 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?16887353981816 */
/* /bitrix/templates/ubershop/components/bitrix/sender.subscribe/main/style.css?1705390868225 */
/* /bitrix/templates/ubershop/components/bitrix/news.list/stock-popup/style.css?1707981295150 */
/* /bitrix/templates/ubershop/styles.css?1726828583302 */
/* /local/css/reaspekt/reaspekt.geobase/style.css?1718526724930 */
/* /bitrix/templates/ubershop/custom.css?175015965715506 */
